/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

:root {
  --text-muted-custom: #8a8a8a;
  --primary: #412090;
  --accent: #009508;
  --text-muted-custom: #6b7a8d;
}

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* .logo-bg{
  background: rgba(255, 255, 255);
    border-radius: 6px;
    padding: 13px;
} */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #3cf;
}

a:hover {
  color: #3cf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

hr {
  opacity: 0.25 !important;
}
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

::selection {
  background: #3cf;
  color: #fff;
}

::-moz-selection {
  background: #3cf;
  color: #fff;
}

.text-blue {
  color: #3cf;
}

.text-dark-blue {
  color: #412090;
}

.rounded-5 {
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-blue a {
  font-size: 12px;
  color: #fff;
  background: #2196f3;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  transition: all 0.3s;
}

.main-button-blue a:hover {
  opacity: 0.9;
  background-color: #3cf;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #3cf;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: #0c88d9;
  /* background-color: #542461; */
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .left-icons {
  text-align: left;
}
.sub-header .right-icons,
.sub-header .left-icons {
  padding: 8px 0px;
}
.sub-header .right-icons {
  text-align: right;
}

.sub-header .right-icons ul li,
.sub-header .left-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a,
.sub-header .left-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}

.sub-header .right-icons ul li a:hover,
.sub-header .left-icons ul li a:hover {
  color: #ffeb3b;
}

.sub-header .left-content p em {
  font-style: normal;
  color: #ffeb3b;
}

.background-header {
  background-color: #ffffffed !important;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .phgs-nav .nav li a {
  color: #1e1e1e !important;
}

/* .background-header .logo, */
.background-header .phgs-nav .nav li a {
  color: #1e1e1e !important;
  padding-top: 1.79rem !important;
  padding-bottom: 1.79rem !important;
}

.background-header .phgs-nav .nav .sub-menu li a {
  color: #1e1e1e !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.background-header .phgs-nav .nav li:hover a {
  color: #fb5849 !important;
}

.background-header .nav li a.active {
  color: #fb5849 !important;
}

.header-phgs {
  background-color: rgba(250, 250, 250, 0.08);
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-phgs .phgs-nav {
  min-height: 80px;
  background: transparent;
}

.header-phgs .phgs-nav .logo {
  line-height: 108px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .phgs-nav .logo {
  line-height: 80px;
}

.background-header .nav {
  margin-top: 0px !important;
}

.header-phgs .phgs-nav .nav {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-phgs .phgs-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-phgs .phgs-nav .nav li:last-child {
  padding-right: 0px;
}

.header-phgs .phgs-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* height: 40px;
  line-height: 40px; */
  border: transparent;
  letter-spacing: 1px;
  padding-top: 2.45rem;
  padding-bottom: 2.85rem;
  border-bottom: 2px solid transparent;
}

.header-phgs .phgs-nav .nav .sub-menu li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 0px !important;
  line-height: 0px !important;
}

.header-phgs .phgs-nav .nav li:hover a,
.header-phgs .phgs-nav .nav li a.active {
  color: #3cf !important;
  border-bottom: 2px solid #3cf;
}

.background-header .phgs-nav .nav li:hover a,
.background-header .phgs-nav .nav li a.active {
  color: #009ae6 !important;
  opacity: 1;
}

.header-phgs .phgs-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-phgs .phgs-nav .nav li.has-sub:hover:after {
  color: #009ae6 !important;
}

.header-phgs .phgs-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 3px;
  top: 2.62rem;
}

.background-header .phgs-nav .nav li.has-sub:after {
  color: #1e1e1e;
  top: 1.85rem;
}

.header-phgs .phgs-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 108px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.background-header .phgs-nav .nav li ul.sub-menu {
  top: 5.03rem !important;
}

.header-phgs .phgs-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-phgs .phgs-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-phgs .phgs-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #009ae6 !important;
  padding-left: 25px;
}

.header-phgs .phgs-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-phgs .phgs-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-phgs .phgs-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .phgs-nav .menu-trigger {
  top: 23px;
}

.header-phgs .phgs-nav .menu-trigger span,
.header-phgs .phgs-nav .menu-trigger span:before,
.header-phgs .phgs-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .phgs-nav .menu-trigger span,
.background-header .phgs-nav .menu-trigger span:before,
.background-header .phgs-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-phgs .phgs-nav .menu-trigger span:before,
.header-phgs .phgs-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .phgs-nav .menu-trigger span:before,
.background-header .phgs-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-phgs .phgs-nav .menu-trigger span:before,
.header-phgs .phgs-nav .menu-trigger span:after {
  content: "";
}

.header-phgs .phgs-nav .menu-trigger span {
  top: 16px;
}

.header-phgs .phgs-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-phgs .phgs-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-phgs .phgs-nav .menu-trigger.active span,
.header-phgs .phgs-nav .menu-trigger.active span:before,
.header-phgs .phgs-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-phgs .phgs-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .phgs-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-phgs .phgs-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .phgs-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-phgs.header-sticky {
  min-height: 80px;
}

.header-phgs .nav {
  margin-top: 30px;
}

.header-phgs.header-sticky .nav li a.active {
  color: #3cf;
}

@media (max-width: 1200px) {
  .header-phgs .phgs-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-phgs .phgs-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-phgs .phgs-nav .logo {
    color: #1e1e1e;
  }
  .header-phgs.header-sticky .nav li a:hover,
  .header-phgs.header-sticky .nav li a.active {
    color: #3cf !important;
    opacity: 1;
  }
  .header-phgs.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-phgs {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-phgs .container {
    padding: 0px;
  }
  .header-phgs .logo {
    margin-left: 30px;
  }
  .header-phgs .menu-trigger {
    display: block !important;
  }
  .header-phgs .phgs-nav {
    overflow: hidden;
  }
  .header-phgs .phgs-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-phgs .phgs-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-phgs.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-phgs .phgs-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-phgs .phgs-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-phgs .phgs-nav .nav li a:hover {
    background: #eee !important;
    color: #3cf !important;
  }
  .header-phgs .phgs-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-phgs .phgs-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-phgs .phgs-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-phgs .phgs-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-phgs .phgs-nav .nav li.has-sub:after {
    color: #3b566e;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-phgs .phgs-nav .nav li.submenu:hover ul,
  .header-phgs .phgs-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-phgs .phgs-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(31, 39, 43, 0.75);
  background-image: linear-gradient(
    to right top,
    #051937,
    #0a385d73,
    #075b83d1,
    #0080a985,
    #0040cbb5
  );
  /* background-image: linear-gradient(
    to right top,
    rgb(87 9 108),
    rgb(69 8 102 / 48%),
    rgb(78 26 129 / 65%),
    rgb(69 34 139 / 51%),
    rgb(57 41 150)
  ); */
  top: 0;
  left: 0;
  bottom: 6px;
  right: 0;
  width: 100%;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}
.main-banner .caption .title {
  margin-top: 0px;
  margin-bottom: 9px;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption span.blue-text {
  color: #3cf;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #3cf;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin: 30px 0px;
}

@media screen and (max-width: 767px) {
  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

  .header-phgs .phgs-nav .nav .sub-menu li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 40px !important;
    line-height: 40px !important;
  }
}

@media screen and (min-width: 767px) {
  .wrapper .card {
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .card {
    height: 100% !important;
  }
  .md-top {
    margin-top: 30px;
  }

  .stack-title span {
    font-size: 1.5rem !important;
  }

  .wrapper .years,
  .wrapper .big {
    font-size: 1.5rem !important;
  }

  .wrapper .experience-box {
    height: 42px;
  }
  .wrapper .card:nth-child(2) {
    padding: 80px 20px !important;
  }

  .stat-card {
    width: 100% !important;
  }
}
/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: -135px;
  position: absolute;
  width: 100%;
}

.item01,
.item02,
.item03,
.item04,
.item05,
.item06 {
  background-size: cover;
  background-position: left center;
  position: relative;
}
.item01 {
  background-image: url("../images/services/item01.jpg");
}

.item02 {
  background-image: url("../images/services/item02.jpg");
}

.item03 {
  background-image: url("../images/security-homeslide.png");
}

.item04 {
  background-image: url("../images/services/item02.jpg");
}

.item05 {
  background-image: url("../images/services/intigrity.jpg");
}

.item06 {
  background-image: url("../images/services/item04.jpg");
}
.item07 {
  background-image: url("../images/services/pest.jpg");
}
.item08 {
  background-image: url("../images/services/payroll.jpg");
}
.item09 {
  background-image: url("../images/automatic055.jpg");
}

.item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  /* background: rgba(66, 32, 144, 0.75);
  background: linear-gradient(
    315deg,
    rgba(66, 32, 144, 0.75),
    rgba(102, 65, 192, 0.75)
  ); */
  background: linear-gradient(315deg, #03a9f4c2, rgb(0 150 136 / 85%));
}

.services .item {
  border-radius: 20px;
  text-align: left;
  color: #fff;
  padding: 15px 20px;
  position: relative;
}

.services .item .icon {
  max-width: 76px;
  position: relative;
  z-index: 2;
  /* margin: 0 auto; */
}

.services .item h4 {
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.services .item .btn-primary {
  color: rgb(3, 53, 97);
  font-size: 13px;
  /*  color: #fff;
 background-color: #3b1977; */
  background-color: #43e9e1;
  border-radius: 25px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: none;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.services .item .btn-primary:hover {
  background-color: #fff;
  color: #000;
}

.services .item .down-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}

.services .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: "\f104";
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  border: 1px solid #3b197729;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all 0.5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all 0.5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: "\f105";
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  border: 1px solid #3b197729;
}

/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.about-newmechines {
  /* background-image: url(../images/meetings-bg.jpg); 
  background-color: #ccc;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; */
  padding-top: 230px;
  padding-bottom: 110px;
}

.about-newmechines .about-img {
  border-radius: 15px;
  overflow: hidden;
}

.about-newmechines .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.about-newmechines .badge-about {
  background: #e7efff;
  color: #673ab7;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about-newmechines .about-title {
  font-size: 40px;
  font-weight: 700;
  color: #412090;
  line-height: 1.3;
}

.about-newmechines .about-text {
  color: #6b7280;
  font-size: 16px;
  margin-top: 15px;
}

.about-newmechines .check-list {
  margin-top: 20px;
}

.about-newmechines .check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-weight: 500;
}

.about-newmechines .check-item i {
  background: #03a9f4;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.about-newmechines .btn-primary-custom {
  background: #03a9f4;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 20px;
  color: #fff;
}

.about-newmechines .btn-primary-custom:hover {
  background: #048bc7;
}
/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  /* background-image: url(../images/meetings-bg.jpg); 
  background-color: #ccc;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; */
  padding-top: 124px;
  padding-bottom: 80px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all 0.3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
  box-shadow: 0px 9px 16px -8px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  /* border: 1px solid #f1f1f1; */
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-radius: 10px;
  height: auto;
  max-height: 237px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 6px 18px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  /* margin-bottom: 15px; */
}

.meeting-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

/*
---------------------------------------------
waste disposal
---------------------------------------------
*/

section.waste-disposal {
  background-image: url(../images/disposal-bg01.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0px 70px;
}

section.waste-disposal .item {
  background-color: rgba(250, 250, 250, 0.15);
  padding: 18px;
}

section.waste-disposal .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
section.waste-disposal h4 {
  color: #20e02a;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

section.waste-disposal .item p {
  color: #fff;
  margin-bottom: 10px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #3cf;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}

/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  background-image: url(../images/services-offer.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content .content-body {
  padding: 25px;
}

.our-courses .item .down-content .content-body h4 {
  font-size: 13px;
  color: #412090;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.our-courses .item .down-content .content-body p {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 20px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-courses .item .down-content .badge-pill {
  color: #412090;
  display: inline-block;
  background: rgb(65 32 144 / 17%);
  backdrop-filter: blur(6px);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0px;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
.our-courses .item .down-content .badge-pill:hover {
  background: rgb(65 32 144);
  color: #ffffff;
}

.our-courses .item .down-content .info {
  padding: 0px 0px 25px 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #3cf;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all 0.5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}

.our-courses .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: "\f104";
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all 0.5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all 0.5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: "\f105";
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

/*
---------------------------------------------
our Clinets
---------------------------------------------
*/

section.out-clients {
  background-image: url(../images/client-bg01.png);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px 30px 0px;
}

section.out-clients h2 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.3rem;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: "%";
  margin-left: 3px;
}

.count-digit {
  /* margin: 5px 0px; */
  color: #fff;
  /* font-weight: 700;
  font-size: 36px; */
}
.count-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.out-clients .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../images/video-item-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.out-clients .video img {
  padding: 170px 0px;
  max-width: 56px;
}

/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  /* background-image: url(../images/meetings-bg.jpg); */
  background: #ccc;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 0px 0px;
}

section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.footer {
  text-align: center;
  margin-top: 140px;
  border-top: 1px solid rgba(250, 250, 250, 0.15);
  padding: 50px 0px;
}
.footer p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.footer p a {
  color: #3cf;
}

/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page.client {
  background-image: url(../images/clients-banner-bg.jpg);
}
section.heading-page.contact {
  background-image: url(../images/contact-banner-bg.jpg);
}
section.heading-page.services-bg {
  background-image: url(../images/services-banner-bg.jpg);
}
section.heading-page.aboutus-bg {
  background-image: url(../images/aboutus-banner-bg.jpg);
}

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.aboutus-page {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  border-top: 1px solid #e7e7e7;
}
.aboutus-page .thumb {
  position: relative;
}

.aboutus-page .thumb img {
  border-radius: 20px;
}

.about-section h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 10px 0;
  color: #412090;
}

.about-section {
  padding: 0;
  text-align: center;
}

/* main text */
.about-section .section-title,
.our-service-offers .section-title {
  position: relative;
  display: inline-block;
  color: #0c88d9;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1rem;
  padding: 0 20px;
}
.our-service-offers .section-title {
  padding-left: 0px;
  color: #93ccf9;
}

/* LEFT LINE */
.about-section .section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px; /* distance from text */
  width: 60px; /* line length */
  height: 1px;
  background: #0c88d9;
  transform: translateY(-50%);
}

/* RIGHT LINE */
.about-section .section-title::after,
.our-service-offers .section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 60px;
  height: 1px;
  background: #0c88d9;
  transform: translateY(-50%);
}
.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: pulse-circle 3.9s linear 0s infinite;
  z-index: 10;
}

.play-button-overlay:hover {
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-button-overlay i {
  font-size: 24px;
  color: #333;
  margin-left: 3px; /* Slight offset to center the triangle visually */
}

@keyframes pulse-circle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

section.our-service-offers {
  background-image: url(../images/client-bg01.png);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px 30px 0px;
}

section.our-service-offers h2 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.3rem;
}

.our-service-offers .section-title::after {
  background: #93ccf9;
}

/* Video Overlay Styles */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 7px;
  /* background: linear-gradient(135deg, rgba(161, 44, 47, 0.7) 0%, rgba(31, 39, 43, 0.8) 100%); */
  background: linear-gradient(
    203deg,
    rgb(0 53 95) 0%,
    rgb(0 71 107 / 51%) 100%
  );
  /* border-top-right-radius: 20px;
  border-top-left-radius: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.play-icon-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse-circle 3.9s linear 0s infinite;
  transition: transform 0.3s ease;
}

.play-icon-wrapper:hover {
  transform: scale(1.1);
}

.play-icon {
  font-size: 24px;
  color: #a12c2f;
  margin-left: 3px; /* Slight adjustment to center the triangle visually */
}

/* Pulse Animation */
@keyframes pulse-circle {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all 0.3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #3cf;
}

/* Meeting item column */
.phgs-item-col {
  width: 31%;
}

@media (max-width: 992px) {
  .phgs-item-col {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .phgs-item-col {
    width: 100%;
  }
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }
  .services .owl-nav .owl-prev {
    left: -25px;
  }
  .our-courses .owl-nav .owl-next {
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next {
    right: -70px;
  }
  .services .owl-nav .owl-prev {
    left: -65px;
  }
  .our-courses .owl-nav .owl-next {
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev {
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }
  .services .owl-nav .owl-prev {
    left: -25px;
  }
  .our-courses .owl-nav .owl-next {
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next {
    display: none;
  }
  .services .owl-nav .owl-prev {
    display: none;
  }
  .our-courses .owl-nav .owl-next {
    display: none;
  }
  .our-courses .owl-nav .owl-prev {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 400px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.out-clients .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .phgs-nav .nav .sub-menu {
    display: none;
  }

  .header-phgs .phgs-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }
}

/* START: Button CSS */

.action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  color: #392996;
  background-color: #fff;
  padding: 5.5px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

/* inner */
.action-btn .action-inner {
  position: relative;
  z-index: 1;
  padding: 15px 20px 15px 55px;
  width: 100%;
  text-align: center;
}

.action-btn .action-inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  inset-inline-start: 0;
  width: 45px;
  color: #fff !important;
  height: 100%;
  /* background-color: #412090; */
  background-color: #1697eb;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

/* icon */
.action-btn .action-inner .action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 1.6em;
  line-height: 1;
  color: #fff !important;
}

.action-btn .action-inner .action-icon > span {
  overflow: hidden;
  position: relative;
  display: inline-flex;
}

.action-btn .action-inner .action-icon span i:first-child,
.action-btn .action-inner .action-icon span i:last-child {
  transition: transform 0.4s ease-in-out 0s;
}

.action-btn .action-inner .action-icon span i:last-child {
  position: absolute;
  transform: translateX(-150%);
}

/* text */
.action-btn .action-inner .btn_text {
  display: inline-flex;
  overflow: hidden;
  /* color: #412090; */
  color: #1697eb;
  text-shadow: 0 25px 0 currentColor;
}

.action-btn .action-inner .btn_text > span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.5s;
}

/* white button */
.action-btn.white-btn {
  background-color: black;
}

.action-btn.white-btn .action-inner .btn_text {
  color: black;
}

.action-btn.white-btn:hover .action-inner .btn_text {
  color: black;
}

/* header button */
.action-btn.header_btn {
  background-color: yellow;
  padding: 4.5px;
}

.action-btn.header_btn .action-inner {
  padding: 12px 18px 12px 50px;
}

.action-btn.header_btn .action-inner::before {
  width: 40px;
}

.action-btn.header_btn .action-inner .action-icon {
  min-width: 40px;
  font-size: 1.4em;
}

.action-btn.header_btn .action-inner .btn_text {
  color: #fff;
}

/* hover animation */
.action-btn:hover .action-inner::before {
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.action-btn:hover .action-inner .action-icon i:first-child {
  transform: translateX(150%);
}

.action-btn:hover .action-inner .action-icon i:last-child {
  transform: translateX(0);
}

.action-btn:hover .action-inner .btn_text {
  color: #fff;
}

.action-btn:hover .action-inner .btn_text > span {
  transform: translateY(-24px);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img {
    max-width: calc(100% - 0px);
  }
  .section-title {
    margin-bottom: 30px;
  }

  .about-content-wrap .section-title p {
    font-size: 12px;
  }
  .about-content-wrap .section-title p {
    padding: 10px;
    font-size: 12px;
  }
  .section-title h2 {
    font-size: 55px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    margin-top: 60px;
  }
  .section-title {
    margin-bottom: 0;
  }
  .section-title h2 {
    font-size: 55px;
    line-height: 60px;
  }
  .about-content-left {
    padding-right: 0px !important;
  }
}

@media (max-width: 767px) {
  .about-img {
    margin-top: 30px;
  }
  .about-counter {
    padding: 10px 20px;
  }
  .section-title {
    margin-bottom: 0;
  }
  .section-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .about-content-left {
    padding-right: 0px !important;
  }
  .stack-title span {
    font-size: 1.5rem !important;
  }
}

.about-img,
.section-title {
  position: relative;
}

.about-img img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.about-counter {
  background: #7edfff;
  display: inline-flex;
  flex-direction: column;
  padding: 30px 45px;
  border-radius: 20px 0px 20px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 20px 0px 20px 0px;
  -moz-border-radius: 20px 0px 20px 0px;
  -ms-border-radius: 20px 0px 20px 0px;
  -o-border-radius: 20px 0px 20px 0px;
}

.counter-icon img {
  width: 74px;
  height: 74px;
  margin-bottom: 15px;
}

.about-counter .counter-number span {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  color: #320e89;
  margin: 20px 0;
}

.about-counter h6 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 06px;
  color: #000;
}

.about-content-wrap .section-title p {
  padding: 10px 20px;
  background: #b293ff17;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  text-transform: uppercase;
}

.section-title .main-title,
.main-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin: 10px 0;
  color: #412090;
}
.section-title .main-title span.text-blue {
  color: #63d8ff;
}
.section-title .main-title span.dark-blue {
  color: #117baf;
}
.about-content-left {
  padding-right: 80px;
}

.about-content-wrap p.highlight {
  color: #2b3e4b;
  font-weight: 500;
  font-size: 16px;
}

.mt-30 {
  margin-top: 30px;
}

.featured-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.featured-area .featured-content {
  display: flex;
  align-items: center;
}

.featured-area .featured-icon i {
  font-size: 35px;
  font-weight: 300;
  color: #097e51;
}

.featured-area .featured-icon img {
  width: 60px;
  height: 60px;
}
.featured-area .featured-content h5 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

/*  Weast poster */

.small-icon {
  width: 50px;
  height: 50px;
}

.small-one {
  width: 100%;
  height: 255px;
  max-height: 255px;
  background-image: url(../images/automatch033.jpg);
  background-position: top center;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.small-two {
  width: 100%;
  height: 255px;
  max-height: 255px;
  background-image: url(../images/automatic01.jpg);
  background-position: center center;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.waste-disposal p.ellepse {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Major Services */
/* CARD CONTAINER */

section.major-services {
  /* background-image: url(../images/meetings-bg.jpg); */
  background: #fff;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 100px;
}
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  height: 400px;
  cursor: pointer;
}

/* BIG CARD HEIGHT */
.service-card.large {
  height: 400px;
}

/* IMAGE */
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

/* DARK GRADIENT OVERLAY */
.service-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 5%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0.15) 70%,
    rgba(0, 0, 0, 0.05) 100%
  );
}

/* TEXT AREA */
.card-content {
  position: absolute;
  bottom: 0;
  padding: 22px;
  color: #fff;
  z-index: 2;
}

/* TITLE */
.card-content h4 {
  font-weight: 400;
  color: #fff;
   font-size: 14px;
}

.card-content h5 {
  font-weight: 400;
  color: #fff;
  margin: 6px 0px;
  font-size: 14px;
}

/* DESCRIPTION */
.card-content p {
  font-size: 12px;
  color: #adadad;
  margin-top: 10px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* PILL BADGE */
.badge-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 10px;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  border: none;
  color: #fff;
}

.badge-pill:hover {
  background: rgba(6, 153, 244, 0.912);
}

/* HOVER ZOOM EFFECT */
.service-card:hover img {
  transform: scale(1.12);
}

.wrapper {
  margin-top: 100px;
  padding-bottom: 50px;
  max-width: 100%;
  margin: 0 auto;
}

/* ********************************************* */

.wrapper {
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 50px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.wrapper .card {
  top: 30px;
  position: sticky;
  /* border: 1px solid #ccc; */
  border: none;
  background-color: white;
  color: #333;
  padding: 40px;
  border-radius: 0px;
  margin-bottom: 20px;
  height: 83vh;
}
.wrapper .card:nth-child(1) {
  padding: 0px !important;
}
.wrapper .card:nth-child(2) {
  padding: 80px 40px;
}
.wrapper .card h2 {
  padding: 0;
}
/* .wrapper .card span {
  display: block;
  font-size: 14px;
  color: #0c4eb9;
} */

.wrapper .card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(57, 41, 150, 0.7) 0%,
    rgba(87, 9, 108, 0.7) 100%
  );
  pointer-events: none;
}

.wrapper .card .overlay-dark-green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(57, 41, 150, 0.7) 0%,
    rgba(87, 9, 108, 0.7) 100%
  );
  pointer-events: none;
}

.wrapper .card .action-icon:hover {
  color: #fff !important;
}

.stack01,
.stack02,
.stack03,
.stack04 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}
.stack01 {
  background-image: url(../images/stack-group.jpg);
}
.stack02 {
  background-image: url(../images/hard-main-services.jpg);
}
.stack03 {
  background-image: url(../images/security-main-group.jpg);
}
.stack04 {
  background-image: url(../images/main-payroll-services.jpg);
}

.wrapper .card:nth-child(1n) {
  top: 100px;
}

.wrapper .card:nth-child(2n) {
  top: 110px;
}

.wrapper .card:nth-child(3n) {
  top: 120px;
}

.wrapper .card:nth-child(4n) {
  top: 130px;
}

/* vertical red line */
.step-badge::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #412090;
}

/* number container */
.wrapper .numbers {
  display: flex;
  /* align-items:flex-end;
    gap:4px; */
  z-index: 2;
}

/* current step (big white 1) */
.wrapper .current {
  font-size: 1.5rem !important;
  font-weight: 500;
  color: #ffffff !important;
  line-height: 1;
}

/* slash */
.wrapper .slash {
  font-size: 1rem !important;
  color: #3cf !important;
  font-weight: 500;
  margin-bottom: 4px;
}

.wrapper .slash.text-dark-blue,
.wrapper .total.text-dark-blue {
  color: #412090 !important;
}
/* total step (small blue 3) */
.wrapper .total {
  font-size: 1rem !important;
  color: #3cf !important;
  font-weight: 500;
  margin-bottom: 4px;
}

.stack-title span {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 600;
}

.stack-title span.text-light-blue,
span.text-light-blue {
  color: #63d8ff !important;
}

.stack-title {
  margin-bottom: 1.3rem;
}

/* main card */
.wrapper .experience-box {
  position: relative;
  width: 420px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 26px;
  gap: 20px;

  /* blue gradient */

  color: white;
}

/* vertical line */
.wrapper .experience-box::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #5b0ece;
}

/* big number 25 */
.wrapper .years {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;

  /* purple gradient number */
  background: linear-gradient(180deg, #5a2cd6, #2b1c8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* right side text */
.wrapper.text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* Years of */
.wrapper .small {
  font-size: 1.5rem;
  font-weight: 600;
}

/* Experience */
.wrapper .big {
  font-size: 2rem;
  font-weight: 700;
}

/* main card */
.stat-card {
  background: #4b2ca3;
  border-radius: 22px;
  padding: 12px;
  width: 80%;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  margin-bottom: 24px;
}

/* card hover lift */
.stat-card:hover {
  transform: translateY(-10px);
}

/* icon square */
.icon-box {
  width: 96px;
  height: 96px;
  background: linear-gradient(135deg, #32c5e0, #2aa7c7);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* left icon */
.icon-box img {
  width: 68px;
  height: 68px;
}

/* big number */
.stat-number {
  font-size: 24px;
  font-weight: 600;
}

/* title */
.stat-title {
  font-weight: 600;
}

/* description */
.stat-desc {
  font-size: 12px;
  color: #d7d2ff;
}
.rotate-10 {
  transform: rotate(359deg);
  transition: transform 0.3s ease;
  padding-right: 5px;
}
.rotate-10 i {
  font-size: 12px;
  color: white;
  transition: transform 0.6s ease;
  transform: rotate(62deg);
}

/* rotate when card hovered */
.stat-card:hover .rotate-10 i {
  transform: rotate(360deg);
}

.stack-gap20 {
  gap: 20px;
}

.stack-bg {
  background-color: #1d8fc8;
}
/* ********************** CLIENTS **************** */
.clients {
  padding: 60px 0;
}

/* container */
.logo-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 50px 0px;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
}

/* moving row */
.marquee-content {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  padding: 10px;
  animation: marquee 30s linear infinite;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
}

/* logos */
.marquee-content img {
  height: 70px;
  opacity: 0.8;
  filter: grayscale(100%);
  transition: 0.3s;
  background-color: #fff;
  border-radius: 15px;
}

.marquee-content img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.15);
}

/* animation */
@keyframes marquee {
  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* pause on hover */
.logo-marquee:hover .marquee-content {
  animation-play-state: paused;
}

/* *********** OFFER SERVICES *********** */

/* Card container */
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
  transition: all 0.4s ease;
}

/* Image */
.service-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: 0.5s;
}

/* Dark overlay */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Content overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title */
.overlay h3 {
  font-weight: 600;
  margin-bottom: 25px;
}

/* Service list */
.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each item */
.service-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  font-size: 16px;
}

/* Icon circle */
.service-list i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1ea7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Hover zoom effect */
.service-card:hover img {
  transform: scale(1.08);
}

/* Service list icon hover rotate */
.service-list li a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}
.service-list li a i {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 8px;
}
.service-list li a:hover i {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  color: #000;
}
.service-list li a:hover {
  color: #eeff07;
}
/* Centered 60% width responsive container */
.center-60-responsive {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 991.98px) {
  .center-60-responsive {
    width: 80%;
  }
}

@media (max-width: 575.98px) {
  .center-60-responsive {
    width: 98%;
  }
}

.testimonials-image {
  margin-top: -62px;
  margin-bottom: 15px;
}

.testimonials-image img {
  width: 66px !important;
  border-radius: 9px;
  background: #412090;
  padding: 12px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}
/* ********************FOOTER******************** */

.main-footer {
  position: relative;
  background: linear-gradient(211deg, #192381, #001746);
  overflow: hidden;
}

/* curved overlay shape */
.main-footer::after {
  content: "";
  position: absolute;
  right: -200px;
  top: -80px;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 60% 40% 60% 40%;
  transform: rotate(25deg);
}

/* titles */
.footer-title {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 18px;
}

/* links */
.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #c6ccee;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 6px;
}

/* contact items */
.contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.contact-item i {
  color: #ffffff;
  margin-top: 5px;
  font-size: 18px;
  min-width: 20px;
}

.contact-item p {
  margin: 0;
  font-size: 14px;
  color: #c6ccee;
}

/* bottom copyright */
.footer-bottom {
  background: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

/* ************************ VIDEO *********************** */

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.section-wrapper {
  padding: 90px 0;
}

.section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #17adf3;
  margin-bottom: 14px;
  position: relative;
  padding-left: 36px;
}
.section-tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 2px;
  background: #17adf3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.section-title {
  color: #0e1b2a;
  line-height: 1.2;
  margin-bottom: 18px;
}

.section-desc {
  color: var(--text-muted-custom);
  font-size: 15.5px;
  max-width: 480px;
  line-height: 1.75;
}

/* ── Cards ── */
.offer-card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  height: 320px;
  background: transparent;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.35s ease;
  border: 1px solid #ffffff29;
}

/* BG image layer */
.offer-card .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

/* Dark overlay on top of image */
.offer-card .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(10, 25, 47, 0.72) 0%,
    rgba(201, 168, 76, 0.55) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

/* Default content */
.offer-card .card-default {
  position: absolute;
  inset: 0;
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 2;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.offer-card .icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f7f5f01f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: background 0.35s ease;
}
.offer-card .icon-wrap i {
  font-size: 22px;
  color: #17adf3;
}

.offer-card .card-num {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 52px;

  color: rgb(255 255 255 / 16%);
  font-weight: 700;
  line-height: 1;
  transition: color 0.35s ease;
}

.offer-card h5 {
  font-size: 1.22rem;
  color: #fff;
  margin-bottom: 12px;
  transition: color 0.35s ease;
}
.offer-card p {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  transition: color 0.35s ease;
}

/* Hover content */
.offer-card .card-hover-content {
  position: absolute;
  inset: 0;
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
}
.offer-card .card-hover-content h5 {
  color: #00e2ff;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.offer-card .card-hover-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13.5px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.offer-card .card-hover-content .btn-link-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #17adf3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: gap 0.25s ease;
}
.offer-card .card-hover-content .btn-link-custom:hover {
  gap: 14px;
}

/* Gold left border on default state */
/* .offer-card::after {
      content: '';
      position: absolute;
      left: 0; top: 20%; bottom: 20%;
      width: 3px;
      background: #17adf3;
      border-radius: 0 2px 2px 0;
      transition: opacity .35s ease;
      z-index: 4;
    } */

/* HOVER STATE */
.offer-card:hover {
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  border: 1px solid transparent;
}
.offer-card:hover .card-bg {
  opacity: 1;
}
.offer-card:hover .card-overlay {
  opacity: 1;
}
.offer-card:hover .card-default {
  opacity: 0;
  transform: translateY(-8px);
}
.offer-card:hover .card-hover-content {
  opacity: 1;
  transform: translateY(0);
}
.offer-card:hover::after {
  opacity: 0;
}

.divider-gold {
  width: 50px;
  height: 3px;
  background: #17adf3;
  border-radius: 2px;
  margin-bottom: 24px;
}

section.call-to-action {
  background-image: url(../images/team-bg.png);
  position: relative;
  min-height: 750px;
  height: 100%;
  border-radius: 20px;
  margin: 0 40px;
  padding-top: 125px;
  padding-bottom: 96px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

section.call-to-action::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c362c;
  opacity: 0.9;
  border-radius: 20px;
  z-index: 1;
}

section.call-to-action .container {
  position: relative;
  z-index: 2;
}

.m-b40 {
  margin-bottom: 40px;
}
section.call-to-action h1.title {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

section.call-to-action h2.section-sub-title {
  font-size: 1.3rem;
  color: #2bd934;
  margin-bottom: 10px;
  font-weight: 400;
}

.avatar-grp .avatar:first-child {
  margin-left: 0;
}

.avatar-grp .avatar {
  margin-left: -12px;
  width: 35px;
  height: 35px;
}

.avatar-grp {
  display: flex;
  align-items: center;
}

.avatar-grp img {
  border: 3px solid #fff;
}

section.call-to-action .action-btn .action-inner {
  padding: 4px 20px 4px 55px !important;
}

section.call-to-action .action-btn .action-inner .action-icon {
  font-size: 1em !important;
}

section.call-to-action .action-btn .action-inner::before {
  width: 43px;
}

section.call-to-action .action-btn:hover .action-inner .btn_text {
  color: #1697eb !important;
}

@media only screen and (max-width: 575px) {
  section.call-to-action h1.title {
    font-size: 30px;
  }
}

/* ********************** MEDIA QUERIES * ********************* */
.team-section {
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.team-section::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -80px;
  width: 340px;
  height: 340px;
  background: radial-gradient(
    circle,
    rgba(232, 160, 32, 0.12) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.team-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -60px;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(26, 60, 94, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

/* ── Section Header ── */
.section-subtitle {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.section-subtitle::before,
.section-subtitle::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--accent);
}

.section-title {
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
}

.section-title span {
  color: var(--accent);
}

.section-desc {
  color: var(--text-muted-custom);
  font-size: 16px;
  line-height: 1.75;
  max-width: 520px;
}

/* ── Team Card ── */
.team-card {
  /*background: #fff;
  */
  border-radius: 16px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  position: relative;
  -webkit-transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  -moz-transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  -ms-transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  -o-transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* .team-card:hover {
  transform: translateY(-10px);
} */

.team-card:hover .card-overlay {
  opacity: 1;
}

.team-card:hover .member-img {
  transform: scale(1.06);
}

/* Image wrapper */
.img-wrapper {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  background: linear-gradient(135deg, #cdd8e3, #a0b4c5);
}

/* Placeholder avatar */
.avatar-placeholder {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

/* Overlay social icons */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 90 69 / 86%) 40%, transparent 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  gap: 12px;
}

.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
  backdrop-filter: blur(4px);
}

.social-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: scale(1.15);
}

/* Card body */
.card-body-custom {
  padding: 22px 14px 14px;
  border-top: 3px solid transparent;
  transition: border-color 0.3s ease;
  position: relative;
  background: #fff;
}

.team-card:hover .card-body-custom {
  border-color: var(--accent);
}

.member-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 4px;
}

.member-role {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.member-bio {
  font-size: 14px;
  color: var(--text-muted-custom);
  line-height: 1.65;
  margin-bottom: 16px;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.skill-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(26, 60, 94, 0.07);
  color: #3f51b5;
}

/* Experience badge */
.exp-badge {
  position: absolute;
  top: -14px;
  right: 20px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(232, 160, 32, 0.35);
}

/* Stats bar */
.team-stats {
  background: var(--primary);
  border-radius: 16px;
  padding: 40px 50px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.stat-item {
  text-align: center;
}

.core-section .stat-number {
  font-size: 42px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}

.stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
}

.stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
}

.career-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  padding: 10px 15px 10px 30px;
}

.career-cta-inner .title {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.career-cta-inner .info-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.dz-right {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background-color: #b3e719;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dz-right i {
  color: #0e1b2a;
  animation: arrowSlide 1.5s ease-in-out infinite;
}

@keyframes arrowSlide {
  0%,
  100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(8px);
  }
}

/* ********************* ABOUT VISION MISSION *********************** */
/* SECTION */
.about-vision-mission.about {
  padding: 80px 0;
  background-color: #e7f3f5;
}

.about-vision-mission .abt-wraper {
  /* max-width:1200px; */
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* LEFT SIDE */
.about-vision-mission .about-left {
  flex: 1;
}

.about-vision-mission .image-wrapper {
  position: relative;
  width: 100%;
}

.about-vision-mission .image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* PROGRESS CARD */
.about-vision-mission .progress-card {
  position: absolute;
  bottom: -40px;
  left: -40px;
  background: #fff;
  padding: 25px;
  width: 260px;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-vision-mission .progress-card h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.about-vision-mission .progress-item {
  margin-bottom: 20px;
}

.about-vision-mission .label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.about-vision-mission .bar {
  width: 100%;
  height: 6px;
  background: #e5e5e5;
  border-radius: 6px;
}

.about-vision-mission .fill {
  height: 100%;
  background: #1073b4;
  border-radius: 6px;
}

.about-vision-mission .revenue {
  width: 82%;
}
.about-vision-mission .satisfaction {
  width: 90%;
}

/* RIGHT SIDE */
.about-vision-mission .about-right {
  flex: 1;
}

.about-vision-mission .tag {
  color: #673ab7;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.about-vision-mission .tag i {
  margin-right: 6px;
}

.about-vision-mission .about-right .tag i {
  font-size: 40px;
}
.about-vision-mission .about-right h1 {
  font-size: 2.3rem;
  line-height: 1.3;
  margin: 15px 0 30px;
}

/* CARDS */
.about-vision-mission .cards {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
}

.about-vision-mission .info-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.about-vision-mission .info-card h3 {
  margin-bottom: 10px;
  color: #412090;
}

.about-vision-mission .info-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.about-vision-mission .info-card ul {
  list-style: none;
}

.about-vision-mission .info-card li {
  margin-bottom: 8px;
  font-size: 14px;
}

.about-vision-mission .info-card li i {
  color: #1073b4;
  margin-right: 8px;
}

/* BUTTON */
.about-vision-mission .cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1073b4;
  color: #fff;
  padding: 14px 26px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.about-vision-mission .cta:hover {
  background: #06577e;
  transform: translateY(-2px);
}

/* -----------------------------
   ABOUT VISION MISSION RESPONSIVE DESIGN
--------------------------------*/

/* LAPTOP (1024px) */
@media (max-width: 1024px) {
  .about-vision-mission .container {
    gap: 40px;
  }

  .about-vision-mission .about-right h1 {
    font-size: 34px;
  }

  .about-vision-mission .progress-card {
    left: -20px;
    bottom: -30px;
  }
}

/* TABLET (768px) */
@media (max-width: 768px) {
  .about-vision-mission .container {
    flex-direction: column;
  }

  .about-vision-mission .about-right {
    text-align: center;
  }

  .about-vision-mission .cards {
    flex-direction: column;
  }

  /* progress card center under image */
  .about-vision-mission .progress-card {
    position: relative;
    left: 0;
    bottom: 0;
    margin: -60px auto 40px;
  }

  .about-vision-mission .about-right h1 {
    font-size: 28px;
  }
}

/* MOBILE (480px) */
@media (max-width: 480px) {
  .about-vision-mission .about {
    padding: 60px 15px;
  }

  .about-vision-mission .about-right h1 {
    font-size: 24px;
  }

  .about-vision-mission .tag {
    font-size: 13px;
  }

  .about-vision-mission .progress-card {
    width: 100%;
    margin-top: 20px;
  }

  .about-vision-mission .cta {
    width: 100%;
    justify-content: center;
  }
}

/* ********************** abt client *********************** */

.core-section {
  background: linear-gradient(135deg, #0f3d3e, #003f53);
  padding: 46px 0;
  color: #fff;
}

.core-box {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 40px;
  position: relative;
}

.core-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.core-section .icon-box {
  background: #c6f54c;
  width: 85px;
  height: 85px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f3d3e;
  font-size: 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.core-number {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.core-section .core-text {
  font-size: 18px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 991px) {
  .core-box {
    flex-direction: column;
    text-align: center;
  }

  .core-box::after {
    display: none;
  }
}

/* ************** filter ************ */

section.meetings-page {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #15062f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #117baf;
  color: #fff;
}

/** *************Contact Form ***************** */

.contact-section {
  padding: 80px 0;
  /* background: #d9e5e6; */
  background: #e7f2f3;
}

.contact-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #673ab7;
  font-weight: 600;
  letter-spacing: 1px;
}

.contact-badge span {
  background: #2196f3;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.contact-section .main-heading {
  font-size: 42px;
  font-weight: 500;
  margin-top: 20px;
}

.contact-section .main-heading strong {
  color: #117baf;
}

.contact-section .sub-text {
  color: #5a6a6a;
  margin: 15px 0 30px;
}

.info-box {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.info-icon {
  width: 55px;
  height: 55px;
  background: #117baf;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.info-title {
  font-weight: 600;
  font-size: 18px;
}

.social-links a {
  margin-right: 25px;
  text-decoration: none;
  color: #003c3c;
  font-weight: 500;
}
/* 
.form-card i {
  color: #22b2fa !important;
} */

.form-card {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
}
.form-card.border {
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-card.border .form-control {
  border-radius: 4px !important;
}
.form-control {
  border-radius: 50px;
  padding: 14px 20px;
  border: 1px solid #ddd;
}

textarea.form-control {
  border-radius: 20px;
}

.submit-btn {
  background: #117baf;
  color: #fff;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #0e68b1;
}

@media (max-width: 991px) {
  .main-heading {
    font-size: 32px;
  }
}

.contact-section .input-group-text {
  background-color: transparent !important;
  border-right: none !important;
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.contact-section .input-group .form-control {
  border-left: none !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.contact-section.input-group .form-control:focus {
  border-left: none !important;
  box-shadow: none !important;
}

/** *************** LOCATION ***************** */

.location-section {
  padding: 80px 0;
}

.location-card {
  background: #d9e5e6;
  border-radius: 15px;
  padding: 30px 13px;
  text-align: center;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

.location-card.dark {
  background: #063c38;
  color: #fff;
}

.location-card:hover {
  background: #063c38;
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.location-card:hover .role {
  color: #9cffb5;
}

.location-card:hover .divider {
  background: #9cffb5;
}

.image-wrapper {
  width: 186px;
  height: 187px;
  margin: 0 auto 25px;
  border-radius: 50%;
  position: relative;
}

.image-wrapper::before {
  content: "";
  position: absolute;
  inset: -12px;
  /* border: 2px dashed #0b3d3b; */
  border-radius: 50%;
}

.location-card.dark .image-wrapper::before {
  border-color: #9cffb5;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.location-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.role {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
}

.divider {
  width: 40px;
  height: 2px;
  background: #ff6a3d;
  margin: 15px auto 20px;
  transition: 0.3s;
}

.location-card.dark .divider {
  background: #9cffb5;
}

.location-info {
  font-size: 14px;
  line-height: 28px;
  min-height: 113px;
}

@media (max-width: 991px) {
  .location-card {
    margin-bottom: 30px;
  }
}

section.our-clients {
  position: relative;
  background-image: url(../images/clients-bg.png);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px 70px 0px;
}

section.our-clients::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #00194c 0%, #0054df 100%);
  opacity: 0.85;
  z-index: 1;
}

section.our-clients > * {
  position: relative;
  z-index: 2;
}

section.our-clients .section-title {
  color: #ffffff;
}

section.our-clients .about-section .section-title::before,
section.our-clients .about-section .section-title::after {
  background: #ffffff;
}

section.our-clients .about-section h1,
section.our-clients .about-section p {
  color: #ffffff;
}

section.our-clients .client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}

section.our-clients .client-logos img {
  height: 100px;
  width: auto;
  background-color: #fff;
  opacity: 0.9;
  border-radius: 15px;
}

@-webkit-keyframes infiniteLogoScroll {
  0% {
    transform: translateX(1800px);
  }
  100% {
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
  }
}
@keyframes infiniteLogoScroll {
  0% {
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
  }
  100% {
    transform: translateX(1800px);
  }
}

@-webkit-keyframes infiniteLogoScroll2 {
  0% {
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
  }
  100% {
    transform: translateX(1800px);
  }
}
@keyframes infiniteLogoScroll2 {
  0% {
    transform: translateX(1800px);
    -webkit-transform: translateX(1800px);
    -moz-transform: translateX(1800px);
    -ms-transform: translateX(1800px);
    -o-transform: translateX(1800px);
  }
  100% {
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
  }
}

.logo-scroller {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.logo-scroller-row {
  display: flex;
  margin: 24px 0;
  height: 100px;
}

.logo-scroller-item {
  box-sizing: border-box;
  position: absolute;
  padding: 0 5px;
  animation-name: infiniteLogoScroll;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 50s; /* match script duration */
}

.logo-scroller-item2 {
  box-sizing: border-box;
  position: absolute;
  padding: 0 5px;
  animation-name: infiniteLogoScroll2;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 50s; /* match script duration */
}

.is-paused .logo-scroller-item,
.is-paused .logo-scroller-item2 {
  animation-play-state: paused;
}

.logo-scroller-logo {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px; /* match animation translate */
  height: 100px;
  padding: 15px;
}

.logo-scroller-logo img {
  max-width: 120px;
  border-radius: 15px;
}

.team .logo-scroller-logo img {
  border-radius: 4px !important;
}

/* Services Section Styles */
.services-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

/* Services Sidebar */
.services-sidebar {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sidebar-section {
  padding: 30px 25px;
  border-bottom: 1px solid #eee;
}

.sidebar-section:last-child {
  border-bottom: none;
}

.sidebar-section h4 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  background-color: #f8f9fa;
  padding: 12px 15px;
  border-radius: 5px;
  margin: -10px -10px 20px -10px;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  margin-bottom: 12px;
}

.services-list li a {
  color: #666;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 8px 0;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.services-list li a:hover,
.services-list li a.active {
  color: #412090;
  border-left-color: #412090;
  padding-left: 12px;
}

.services-list li a i {
  margin-right: 10px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.services-list li a:hover i {
  transform: translateX(5px);
}

.download-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.download-list li {
  margin-bottom: 15px;
}

.download-list li a {
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #f8f9fa;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.download-list li a:hover {
  background-color: #412090;
  color: white;
  transform: translateY(-2px);
}

.download-list li a i {
  margin-right: 10px;
  color: #412090;
  transition: color 0.3s ease;
}

.download-list li a:hover i {
  color: white;
}

/* Quick Help CTA */
.quick-help-cta {
  background: linear-gradient(135deg, #412090 0%, #f7931e 100%);
  color: white;
  padding: 30px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quick-help-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(45deg);
  transition: all 0.3s ease;
  opacity: 0;
}

.quick-help-cta:hover::before {
  opacity: 1;
  animation: shimmer 1s ease-in-out;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

.help-icon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
}

.help-icon i {
  font-size: 24px;
}

.quick-help-cta h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.quick-help-cta h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.cta-button {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}

.cta-button:hover {
  background-color: white;
  color: #412090;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Service Content */
.service-content {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-header {
  position: relative;
}

.service-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.service-title {
  /* position: absolute;
  bottom: 30px;
  left: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
  color: #412090;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.service-description,
.approach-section {
  padding: 40px;
}

.service-description h5,
.approach-section h5 {
  color: #117baf;
}

.service-description p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.approach-section h2,
.service-content h2 {
  color: #673ab7;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.approach-section h2::after,
.service-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 3px;
  background-color: #7435e2;
}

.approach-image {
  margin: 30px 0;
}

.approach-image img {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.features-section {
  padding: 40px;
  background-color: #f8f9fa;
}

.feature-item {
  text-align: center;
  padding: 30px 20px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #412090;
}

.feature-item i {
  font-size: 40px;
  color: #412090;
  margin-bottom: 20px;
  display: block;
}

.feature-item h4 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .services-sidebar {
    margin-bottom: 30px;
  }

  .service-title {
    font-size: 28px;
  }

  .service-description,
  .approach-section,
  .features-section {
    padding: 30px 25px;
  }
}

section.careers-main {
  position: relative;
  padding: 70px 0px 70px 0px;
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/* ********** TIMELINE ********** */
/* The actual timeline (the vertical ruler) */
.main-timeline-4 {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-4::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #bbb;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-4 {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-4::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #bbb;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-4 {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right-4 {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-4::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid rgba(37, 117, 252, 1);
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(37, 117, 252, 1);
}

/* Add arrows to the right container (pointing left) */
.right-4::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid rgba(245, 87, 108, 1);
  border-width: 10px 10px 10px 0;
  border-color: transparent rgba(245, 87, 108, 1) transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-4::after {
  left: -14px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline-4::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-4 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-4::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left-4::after,
  .right-4::after {
    left: 18px;
  }

  .left-4::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right-4 {
    left: 0%;
  }
}

.gradient-custom {
  /* fallback for old browsers */
  background: #6a11cb;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(
    to right,
    rgba(106, 17, 203, 1),
    rgba(37, 117, 252, 1)
  );

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(
    to right,
    rgba(106, 17, 203, 1),
    rgba(37, 117, 252, 1)
  );
}

.gradient-custom-4 {
  /* fallback for old browsers */
  background: #f093fb;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(
    to left,
    rgba(240, 147, 251, 1),
    rgba(245, 87, 108, 1)
  );

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(
    to left,
    rgba(240, 147, 251, 1),
    rgba(245, 87, 108, 1)
  );
}

.main-timeline-4 p,
.main-timeline-4 .text-white-50 {
  color: #fff !important;
}

.main-timeline-4 .card {
  border: none;
}

.testimonial .bg-dark {
  background-image: linear-gradient(
    to right top,
    #051937,
    #00285e,
    #003788,
    #0046b3,
    #0054df
  );
  border-radius: 10px;
}
.testimonial .carousel-testimonial-img {
  max-width: 225px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
}
.testimonial .carousel-testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial .carousel-indicators {
  bottom: -50px;
}
.testimonial .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.testimonial .carousel-indicators .active {
  background-color: #ffc107;
}
.testimonial .carousel-control-prev,
.testimonial .carousel-control-next {
  width: 5%;
}
.testimonial .carousel-control-prev-icon,
.testimonial .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-size: 10px;
}

/* ******* OUR EXPERTERS ******* */

.our-experts {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.85), rgba(30, 40, 60, 0.85)),
    url("../images/expert-bg.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.our-experts .team-section {
  height: 100vh;
  display: flex;
  align-items: center;
}

/* LEFT CONTENT */

.our-experts .left-content {
  position: sticky;
  top: 0;
  /* height: 100vh;
  display: flex; */
  flex-direction: column;
  justify-content: center;
}

.our-experts .left-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.our-experts .left-content p {
  color: #ccc;
  line-height: 1.7;
}

/* RIGHT SCROLL AREA */

.our-experts .team-scroll {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

/* GRID FOR TWO COLUMNS */

.our-experts .team-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  animation: scrollTeam 25s linear infinite;
}

.our-experts .team-card {
  background: #eee;
  color: #000;
  padding: 12px;
  text-align: center;
}

.our-experts .team-card img {
  /* width: 110px;
  height: 110px;
  border-radius: 50%; */
  margin-bottom: 15px;
  border-radius: 8px;
}

.our-experts .role {
  color: #6a39c3;
  letter-spacing: 2px;
  font-size: 14px;
}

/* ************* GALLERY ************ */

section.gallery-section {
  background: linear-gradient(120deg, rgb(0 0 0), #09a193);
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}

.gallery-section .team-section {
  padding: 100px 0;
  overflow: hidden;
}

.gallery-section .marquee {
  overflow: hidden;
  margin-bottom: 40px;
}

.gallery-section .track {
  display: flex;
  gap: 30px;
  width: max-content;
}

.gallery-section .team-card {
  min-width: 220px;
  border: 5px solid #fff;
  border-radius: 14px;
  overflow: hidden;
}

.gallery-section .team-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* animation */

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* ********* STAFFING ************** */

.staffing-icon {
  background-color: #d1f0ef;
  border-color: #d1f0ef;
  font-size: 54px;
  padding: 18px;
  display: inline-flex;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  margin-bottom: 32px;
  border-radius: 50%;
}

.staffing-icon img {
  width: 50px;
  height: 50px;
}

.staffing-content {
  background-color: #f4f7f9;
}
.staffing-content main {
  min-width: 300px;
  max-width: 500px;
  margin: auto;
}

.staffing-content p {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #743ad5 0%, #03a9f4 100%);
  border-image: linear-gradient(to right, #743ad5 0%, #03a9f4 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  color: #34435e;
}
.staffing-content p:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 11px;
  height: 10px;
  width: 18px;
  background-color: #34435e;
  text-align: center;
  line-height: 2px;
  color: #ffffff;
  font-size: 12px;
  margin: 5px;
}

.staffing-content p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}
.staffing-content p:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

.staffing-content p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
.staffing-content p:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}

.staffing-content p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.staffing-content p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.staffing-content span {
  color: #673ab7;
  font-weight: 600;
}

ul.underservices {
  padding: 0;
  margin: 0;
  margin-left: 45px;
}
ul.underservices li {
  list-style: disc;
  margin-bottom: 10px;
}

/* ********** Timeline ********** */
@import "https://fonts.googleapis.com/css?family=Lato:400,700";
.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #348e80;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
    /*   &:nth-child(2) {
           .img-handler-bot {
               img {
                   width: 70px;
               }
           }
       } */
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 90% !important;
    float: right !important;
    right: 0;
    top: -10px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 90% !important;
    float: right !important;
    right: 0;
    top: -60px;
  }
}
.ps-timeline-sec .container ol:before {
  background: #348e80;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 49.5%;
}
.ps-timeline-sec .container ol:after {
  background: #348e80;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: 49.5%;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 232px 0;
  padding: 0;
  border-top: 2px solid #348e80;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 7%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li h5 {
  text-align: center;
  margin: -23px 0 -61px 16px;
  font-weight: 700px;
  color: #117baf;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 32px;
  height: 32px;
  margin-left: -25px;
  background: #fff;
  /*   border-left-color: 4px solid $brand-color-g;
     border-right-color: transparent; 
   border-top: 4px solid $brand-color-g;
   border-bottom-color: transparent; */
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #412090;
  font-size: 0.8em;
  font-style: normal;
  position: absolute;
  font-weight: 700;
  top: -16px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top {
  border-top: 4px solid #348e80;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #348e80;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #348e80;
  width: 8px;
  height: 8px;
  background: #348e80;
  position: absolute;
  bottom: 77px;
  left: 40%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot {
  border-bottom: 4px solid #348e80;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #348e80;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #348e80;
  width: 8px;
  height: 8px;
  background: #348e80;
  position: absolute;
  top: 76px;
  left: 41%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 100%;
  margin: 5 auto;
  font-size: 11px;
  line-height: 16px;
}
.ps-timeline-sec .container ol.ps-timeline li h4 {
  font-size: 16px;
  color: darkgreen;
  text-decoration: underline;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 105px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 50px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bottom {
  position: absolute;
  margin: 5px;
  text-align: center;
}
