/*Main Css */

::selection {
    background: #39b050;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #39b050;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: "Red Hat Display";
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Mont";
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #39b050;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    ily: "Red Hat Display";
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */

.pad-sec {}

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.hding-2 h2 {}

.hding-3 h3 {}

.hding-4 h4 {}

.hding-5 h5 {}

.hding-6 h6 {}

.para {}

.highlighted {
    color: #ff5e14;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 25px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #2faa5b;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    /* padding: 10px 0; */
}

.main-header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
}

.main-header {
    background-color: #fff;
    padding: 10px 0;
}

.header-sticky .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.main-header .container-fluid {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.header-top-bar {
    padding: 15px 0;
    background-color: #ececec;
}

.header-top-bar .container-fluid {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
    transition: all 0.3s ease-in-out;
}

.header-sticky .logo img {
    height: 60px;
    object-fit: scale-down;
}

.header-contact-details>li {
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    padding-right: 15px;
}

.header-contact-details span {
    color: #333;
}

.header-contact-details a,
.header-contact-details p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}

.header-contact-details a:hover {
    color: #39af4f;
}

.header-socials {
    text-align: right;
}

.header-socials>li {
    display: inline-block;
    margin-right: 10px;
}

.header-socials a {
    font-size: 16px;
    color: #333;
}

.header-socials a:hover {
    color: #39af4f;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #39b050;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    position: relative;
}

.menu li a {
    display: block;
    font-size: 15px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 600;
}

.menu li a:hover,
.menu li.active a  {
    color: #39b050;
}

.menu li::before {
    content: "";
    background-color: #39b050;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -10px;
    height: 2px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menu li:hover::before,
.menu li.active::before {
    left: 0;
    right: 0;
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn {
    padding: 15px 25px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(254deg, #3eb44a, #008892);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.header-btn:hover {
    color: #fff;
    background-image: linear-gradient(254deg, #008892, #3eb44a);
}


/* Main Banner CSS */

.mainBanner {
    /* background-size: cover;
    background-position: center;
     height: 100vh;
    background-repeat: no-repeat; */
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 35px;
    padding-bottom: 15px;
}

.mainBanner h6 {
    color: #616161;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 15px;
}

.mainBanner h1 {
  color: #343434;
font-size: 70px;
font-weight: bold;
line-height: 70px;
padding-bottom: 25px;
}

.mainBanner h1 span {
    color: #39b050;
}

.mainBanner p {
    color: #000;
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 35px;
    max-width: 420px;
}

.btn-theme {
    padding: 20px 35px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(254deg, #3eb44a, #008892);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.btn-theme:hover {
    color: #fff;
    background-image: linear-gradient(254deg, #008892, #3eb44a);
}

.banner-img {
    margin-left: -10%;
}

.banner-trusted {
    padding-top: 35px;
}

.banner-trusted h6 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px;
}

.b-trusted-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 520px;
}

.b-trusted-items img {
  filter: grayscale(100);
  height: 70px;
  width: 70px;
}

.banner-trusted-line {
    padding-bottom: 40px;
    border-bottom: 1px solid #d7d7d7;
}

.home-about {
    padding: 75px 0;
}

.sec-heading h3 {
    color: #343434;
    font-size: 50px;
    font-weight: bold;
}

.sec-heading h6 {
    color: #39b14f;
    font-size: 16px;
    padding-bottom: 10px;
}

.sec-heading p {
   color: #333;
font-size: 18px;
padding-top: 15px;
line-height: normal;
}

.sec-heading {
    padding-bottom: 35px;
}

.para {
    color: #000;
    font-size: 18px;
    line-height: 36px;
}

.para-spacer {
    padding-bottom: 35px;
}

.home-about-image {
    position: relative;
    padding-left: 76px;
}

.home-about-box {
    background-image: linear-gradient( 254deg, rgba(0, 136, 146, 0.7), rgb(62, 180, 74, 0.7));
    /*height: 270px;*/
    /*width: 390px;*/
    border-radius: 10px;
    border-bottom-left-radius: 0;
    /*position: absolute;*/
    padding: 45px 30px;
    /*left: 0;*/
    /*bottom: 50px;*/
    /*z-index: 1;*/
}


.home-about-image img {
  border: 5px solid #fff;
}
.home-about-image img:nth-child(1) {
  max-width: 400px;
height: 290px;
object-fit: cover;
}
.home-about-image img:nth-child(2) {
  max-width: 400px;
  margin-left: auto;
  display: block;
  position: relative;
  margin-top: -90px;
}
.home-about-image img:nth-child(3) {
max-width: 490px;
display: block;
position: relative;
margin-top: -70px;
padding-left: 60px;
}

.home-about-box p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
}

.home-values {
    padding: 75px 0;
}

.core-value-box {
    position: relative;
    margin-bottom: 30px;
}

.core-value-box img {
    width: 100%;
    border-radius: 10px;
}

.core-value-overlay {
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 35px 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 300px;
    transition: all 0.3s ease-in-out;
}

.core-value-box:hover .core-value-overlay {
    background-color: rgb(62, 180, 74, 1);
}

.core-value-overlay h5 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.core-value-overlay p {
    color: #000;
    font-size: 16px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

.core-value-box:hover h5,
.core-value-box:hover p {
    color: #fff;
}

.home-solutions {
    padding: 75px 0;
}

.solution-item-grid {
    font-size: 0;
    /*margin: 0 -15px;*/
}

.solution-item-grid>li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 35px;
}

.solution-item-box {
    position: relative;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    padding-top: 10px;
}

.solution-item-box img {
    height: 70px;
    object-fit: scale-down;
}

.solution-item-box:hover {
    bottom: 10px;
}

.solution-item-box h5 {
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

.solution-item-box:hover h5 {
    color: #43b748;
}

.solution-item-box-list>li {
    color: #333;
    font-size: 14px;
    line-height: normal;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.solution-item-box-list>li::before {
    content: "";
    background-color: #43b748;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}

.solution-item-box a {
    color: #43b748;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #43b748;
    visibility: 0;
    opacity: 0;
}

.solution-item-box:hover a {
    opacity: 1;
    visibility: 1;
}

.home-gallery {
    padding: 75px 0;
}

.gallery-box {
    margin-bottom: 30px;
}

.gallery-box a {
    position: relative;
}

.gallery-box a::before {
    content: "\f00e";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #39af4f82;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    opacity: 0;
}

.gallery-box a:hover::before {
    opacity: 1;
}

.gallery-box.gallery-box-video a::before {
    content: "\f04b";
}

.home-team {
    padding: 75px 0;
}

.team-list-container {
    font-size: 0;
    margin: 0 -15px;
}

.team-list-container>li {
    display: inline-block;
    width: 25%;
    padding: 0 15px;
    vertical-align: top;
}

.team-box {
    text-align: center;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  border-radius: 50%;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  
}

/* Style the back side */
.flip-card-back {
  background-image: linear-gradient(254deg, #008892, #3eb44a);
  color: white;
  transform: rotateY(180deg);
}

.flip-card-back h1 {
  margin-top: 2.5em;
}


.team-box img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}







@media (min-width:1200px){
    
.team-sec-alt .container {
  width: 1440px;
}
.team-sec-alt .container .col-md-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

}




.team-box h5 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.team-box:hover h5 {
    color: #39af4f;
}

.team-box h6 {
    color: #333;
    font-size: 16px;
}

.team-divider {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.team-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-color: #3ab04f;
    z-index: -1;
}

.team-divider h6 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

.team-list-container-fluid {
    font-size: 0;
    margin: 0 -15px;
    text-align: center;
}

.team-list-container-fluid>li {
    display: inline-block;
    vertical-align: top;
    width: 16.6667%;
    padding: 0 15px;
}

.home-drive {
    padding: 75px 0;
}

.home-drive .btn-theme {
    margin-left: 90px;
}

.drive-list-items {
    font: 0;
    position: relative;
}

.drive-list-items::before {
    content: "";
    background-color: #99999938;
    position: absolute;
    left: 25px;
    top: 0;
    z-index: -1;
    width: 1px;
    height: 100%;
}

.drive-list-items>li {
    padding-left: 90px;
    position: relative;
    padding-bottom: 40px;
    padding-top: 15px;
}

.drive-list-items>li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 18px;
    height: 50px;
    width: 50px;
    background-image: linear-gradient(254deg, #008892, #3eb44a);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.drive-list-items>li::after {
    content: "";
    background-color: #3eb44a;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.drive-list-items>li:hover::after {
    opacity: 1;
}

.drive-list-box h5 {
    color: #333;
    font-size: 20px;
    padding-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.drive-list-items>li:hover h5 {
    color: #3eb44a;
}

.drive-list-box p {
    color: #333;
    font-size: 16px;
    line-height: normal;
}

.testimonials-sec {
    padding: 75px 0;
    position: relative;
    background-color: #f2f2f2;
}


/* .testimonials-sec::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 75%;
    z-index: -1;
} */

.testimonial-box {
    padding: 50px 50px;
    background-image: linear-gradient(254deg, #3eb44a, #008892);
    text-align: center;
    border-radius: 10px;
    border-bottom-left-radius: 0;
}

.testimonial-box h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 25px;
}

.testimonial-box p {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    padding-bottom: 15px;
}

.testimonial-box h5 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

.testimonial-box h6 {
    color: #fff;
    font-size: 18px;
}

.home-statistics {
    padding: 75px 0;
}

.statistics-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.stats-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.stats-box h4 {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 15px;
}

.stats-box h6 {
    font-size: 20px;
}

.our-clients {
    padding: 75px 0;
}

.clients-logo-items {
    font-size: 0;
    margin: 0 -15px;
}

.clients-logo-items>li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 0 15px;
}

.home-contact {
    padding: 75px 0;
}

.home-contact-wrap input:not([type="submit"]),
.home-contact-wrap select {
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    padding: 0 15px;
    color: #333;
    width: 100%;
    margin-bottom: 15px;
}

.home-contact-wrap textarea {
    height: 120px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    padding: 10px 15px;
    color: #333;
    width: 100%;
    margin-bottom: 15px;
}

.home-contact-wrap input[type="submit"] {
    padding: 20px 35px;
    border-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(254deg, #3eb44a, #008892);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


/* footer css */

footer {
    background-color: #1c182f;
    padding: 40px 0;
}

.footer-para {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    padding-top: 15px;
}

footer .widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 65px;
    padding-bottom: 15px;
}

.footer-contact-details>li {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
}

.footer-contact-details span {
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
}

.footer-contact-details a,
.footer-contact-details p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.footer-contact-details a:hover {
    color: #3ab04f;
}

.footer-menu>li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-menu a:hover {
    color: #3ab04f;
}

.footer-socials>li {
    display: inline-block;
    margin-right: 10px;
}

.footer-socials a {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
}

.footer-socials a:hover {
    background-color: #3ab04f;
}

.copyright {
    background-color: #100e23;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}

.widget.widget-02 {
    padding-left: 50px;
    padding-right: 25px;
}

.banner-slider img {
    border: 10px solid #fff;
}

.banner-slider-01 {
    max-width: 240px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-slider-02 {
    max-width: 410px;
    margin-left: auto;
    margin-top: -200px;
}

.banner-slider-03 {
    max-width: 360px;
    margin-left: 10%;
    margin-top: -220px;
}

.banner-slider-04 {
    max-width: 230px;
    margin-top: -150px;
}

.banner-slider-05 {
    margin-left: auto;
    max-width: 280px;
    margin-top: -230px;
    position: relative;
    z-index: -1;
    margin-right: -50px;
}

.banner-sliders-inner .banner-slider-03 {
    max-width: 500px;
    margin-left: -70px;
    margin-top: -320px;
}

.about-growth {
    margin-top: 35px;
    padding-top: 50px;
    border-top: 1px solid #dfdfdf;
    padding-bottom: 75px;
}

.about-chairman {
    background-color: #004a4f;
    font-size: 0;
}

.about-chairman .sec-heading h6 {
    color: #fff;
}

.about-chairman .sec-heading h3 {
    color: #36af52;
}

.about-chairman h5 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    padding-top: 25px;
}

.para-white {
    color: #fff;
}

.about-core-values {
    padding: 75px 0;
}

.about-core-items {
    font-size: 0;
    margin: 0 -15px;
}

.about-core-items>li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.about-core-items h5 {
    color: #343434;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

.about-core-items p {
    color: #343434;
    font-size: 18px;
    line-height: normal;
}

.contact-header h3 {
    color: #343434;
    font-size: 90px;
    font-weight: bold;
}

.map-wrap iframe {
    height: 550px;
}

.contact-form-sec {
    padding: 75px 0;
}

.contact-form-wrap input:not([type="submit"]),
.contact-form-wrap select {
    height: 50px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    padding: 0 15px;
    color: #333;
    width: 100%;
    margin-bottom: 15px;
}

.contact-form-wrap textarea {
    height: 180px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    padding: 10px 15px;
    color: #333;
    width: 100%;
    margin-bottom: 15px;
}

.contact-form-wrap input[type="submit"] {
    padding: 20px 35px;
    border-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(254deg, #3eb44a, #008892);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.projects-tab-sec {
    padding: 75px 0;
}

.tabnav-projects {
    font-size: 0;
    padding-bottom: 50px;
    text-align: center;
}

.tabnav-projects>li {
    display: inline-block;
    padding: 0 15px;
}

.tabnav-projects a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.tabnav-projects .active a {
    color: #39b14f;
}

.project-items {
    font-size: 0;
    margin: 0 -15px;
}

.project-items>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.project-item-box {
    position: relative;
    padding: 0 30px 40px;
    border-bottom-right-radius: 35px;
    overflow: hidden;
}

.project-item-box::before {
    content: "";
    background-image: linear-gradient(to bottom, #3eb44a, #008892), linear-gradient(to bottom, #d8d8d8, #d8d8d8);
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.65;
    bottom: 0;
}

.project-item-img {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-item-img img {
  filter: grayscale(100);
}

.project-item-body {
    position: relative;
    z-index: 2;
    min-height: 162px;
}

.project-item-body h5 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}

.project-item-body p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 25px;
}

.service-what-we-do {
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px solid #d3d3d3;
    padding-bottom: 75px;
}

.what-we-do-box h5 {
    color: #343434;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 25px;
}

.what-we-do-list>li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: normal;
    color: #000;
    font-size: 18px;
}

.what-we-do-list>li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3bb24d;
    position: absolute;
    left: 0;
    top: 10px;
}

.service-tabs-section {
    padding: 50px 0;
}

.tabnav-services {
    font-size: 0;
    margin: 0 -15px;
    padding: 30px 0;
    position: relative;
}

.tabnav-services::before {
    content: "";
    background-color: #707070;
    height: 1px;
    width: 400%;
    left: -200%;
    top: 0;
    position: absolute;
}

.tabnav-services::after {
    content: "";
    background-color: #707070;
    height: 1px;
    width: 400%;
    left: -200%;
    bottom: 0;
    position: absolute;
}

.tabnav-services>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
    position: relative;
}

.tabnav-services>li:not(:last-child)::before {
    content: "";
    background-color: #707070;
    right: 0;
    width: 1px;
    top: -50px;
    bottom: -50px;
    position: absolute;
}

.tabnav-services a {
    color: #343434;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.tabnav-services a::before {
    content: "";
    background-color: #2ba762;
    position: absolute;
    left: -5px;
    width: 0;
    height: 42px;
    bottom: -10px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.tabnav-services .active a::before,
.tabnav-services a:hover::before {
    width: calc(100% + 10px);
}

.tabnav-services .active a{
    color:#fff;
} 
.service-tabs-content {
    padding-top: 75px;
}

.service-tabs-content h3 {
    color: #343434;
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 30px;
}

.service-tabs-content .col-md-7 {
    padding-right: 5%;
}

.service-tabs-content .col-md-7>p {
    color: #000;
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 30px;
}

.accordion-service>li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #707070;
}

.accordion-service h4 {
    color: #343434;
    font-size: 24px;
    line-height: normal;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.accordion-service h4::before {
    content: "+";
    color: #000;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.3s ease-in-out;
}

.accordion-service .active h4::before {
    transform: rotate(45deg);
}

.sec-heading-white h3 {
    color: #fff;
}

.service-gpi-academy {
    padding: 75px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 75px;
}

.para-notice {
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
}

.gpi-academy-box {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 29px 62px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 35px;
    margin-top: 35px;
    min-height: 635px;
        display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.gpi-academy-box h5 {
    color: #343434;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 34px;
    padding-bottom: 15px;
}

.gpi-academy-box p {
    color: #333;
    font-size: 18px;
    line-height: 32px;
}

.gpi-academy-box-img {
    height: 110px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.team-sec-alt {
    padding: 75px 0;
}

.team img {
    width: 100%;
    filter: grayscale(100);
}

.team .team-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 22px 17px;
    background-color: #004a4f;
}

.team .team-info h6 {
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #fff;
}

.team .team-info h6 span {
    font-size: 18px;
    font-weight: 300;
}

.team .team-info i {
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.team p {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #656565;
    padding: 36px 0;
}

.team-consultants-alt {
    padding-top: 100px;
}

.team {
    font-size: 0;
}

.home-news {
    padding: 50px 0;
}

.news-box-img a {
    position: relative;
    display: block;
}

.news-box-img a::before {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #2faa5b;
    font-weight: bold;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.news-box:hover a::before {
    transform: scale(1.4);
}

.news-box-body {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.news-box-body h4 {
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    padding-bottom: 15px;
}

.news-box-body p {
    font-size: 16px;
    line-height: normal;
}

.news-box-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.news-slider {}

.accordion-service div {
    display: none;
}

.accordion-service p {
    font-size: 16px;
    line-height: 32px;
}




.gpi-slider .col-md-4 {
  max-width: 100%;
  padding:0;
}
.gpi-slider .slick-dots li button{
    background-color:#fff;
}


.gpi-slider .slick-dots li.slick-active button {
    background: #333;
}


.project-item-box a {
  /*display: none;*/
}



.solution-item-grid .slick-dots {
  /*padding: 0;*/
  text-align: left;
}

.team-box img {
  filter: grayscale(100);
}


.mainBanner.banner-gpi-service-inner h1 {
  max-width: 450px;
  font-size: 60px;
  line-height: normal;
}

.bme-program h4 {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003e42;
}
.bme-program p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #656565;
    padding: 16px 0;
}


.course-preview h3 {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003e42;
    padding-bottom: 20px;
}
.course-preview .accordian h4 {
    padding: 18px 39px 16px 38px;
}
.bme-accord {
    padding: 32px 0;
}
.bme-accord p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #656565;
    padding-bottom: 12px;
}
.bme-accord h4 {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #0b474c;
    position: relative;
}
.bme-accord h4:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-image: linear-gradient(228deg, #3eb44a 80%, #008892 10%), linear-gradient(to bottom, #d8d8d8, #d8d8d8);
    left: -15px;
    top: 9px;
    border-radius: 50px;
}
.bme-accord ul {
    margin-left: 80px;
}


.bme-program {
  padding: 100px 0;
}

.thumb {
    position: relative;
}
.thumb span {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    top: 45%;
    left: 45%;
    background-color: #fff;
    transition: 0.3s ease-in-out;
}
.thumb span i {
    color: #3AB14F;
}
.thumb:hover span {
    transform: scale(1.08);
}

.accordian li h4 {
    margin-bottom: 2px;
    background-color: #eaeaea;
    text-transform: uppercase;
    padding-left: 38px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0b474c;
}

.accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 18px;
    right: 39px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

.accordian p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding-left: 25px;
    /*padding-right: 15%;*/
    padding-bottom: 15px;
}

.accordian li > div {
    display: none;
}

.accordian li.active h4::after {
    content: "\f068";
}

.course-preview {
  padding-bottom: 100px;
}


.gpi-academy-box p + a {
  margin-top: 25px;
}


.row.bme-accord ul li {
  list-style: disc;
  line-height: normal;
  list-style-position: inside;
}



.gpi-academy-box-img img {
  height: 84px;
}

.solutions-sec-new {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.solutions-accordian-img {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(254deg, #008892, #3eb44a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.solutions-accordian-img img {
  width: 24px;
  filter: brightness(0) invert(1);
  transition:all 0.3s ease-in-out;
}


.solutions-accordian-head {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 400px;
  cursor:pointer;
}
.solutions-accordian-head h5 {
  font-size: 20px;
  font-weight: bold;
}

.solutions-accordian-list {
  margin-left: 65px;
  list-style: disc;
  list-style-position: inside;
  line-height: normal;
}

.solutions-accordian > li {
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index:1;
}

.solutions-accordian > li:not(:last-child)::before{
    content: "";
width: 1px;
height: 100%;
top: 0;
bottom: 5px;
transition: all 0.3s ease-in-out;
border: 1px dashed #000;
position: absolute;
left: 22px;
z-index: -1;
}

.solutions-accordian-list > li {
  font-size: 15px;
}

.solutions-accordian-body{
    display:none;
}


.solutions-accordian > li:not(.active) img {
    background-color: #fff;
  border-radius: 50%;
  width: 10px;
}


.solutions-accordian > li:not(.active) .solutions-accordian-img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.solutions-accordian > li:not(.active) h5 {
  margin-left: 20px;
}



.testimonial-video-box img {
  width: 100%;
}
.testimonial-video-box {
  position: relative;
}
.testimonial-video-box a {
  color: #119288;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  background-color: #fff;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.blog-box {
  border-bottom-right-radius: 35px;
  border: 1px solid #39b050;
}
.blog-box-img img {
  width: 100%;
}
.blog-box-body {
  padding: 25px 15px;
}
.blog-box-body h4 {
  font-weight: 600;
  line-height: normal;
  font-size: 18px;
  padding-bottom: 15px;
}
.blog-box-body p {
  font-size: 16px;
  line-height: normal;
  padding-bottom: 25px;
}
.blog-box-body a {
  padding: 15px 25px;
  border-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(254deg, #3eb44a, #008892);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.blog-listings {
  padding: 50px 0;
}


.blog-main {
  padding: 50px 0;
}
.blog-main img {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 35px;
}
.blog-main h1 {
  font-size: 32px;
  font-weight: bold;
  line-height:normal;
  padding-bottom: 35px;
}
.blog-main p {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 30px;
}
.blog-main h5 {
  font-size: 24px;
  line-height:normal;
  font-weight: 600;
  padding-bottom: 15px;
}

.services-sec-newer {
  padding: 50px 0;
  background-color: #f1f0f0;
  
}


.service-sec-box-main {
  padding: 30px 35px;
  border-radius: 10px;
  background-color: #fff;
  transition:all 0.3s ease-in-out;
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-sec-box-main-icon {
  padding-bottom: 15px;
  
}

.service-sec-box-main-icon img{
     transition:all 0.3s ease-in-out;
}

.service-sec-box-body h5 {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
   transition:all 0.3s ease-in-out;
}
.service-sec-box-body h5 span {
  color: #36af52;
   transition:all 0.3s ease-in-out;
}
.service-sec-box-body p {
  color: #383838;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 35px;
   transition:all 0.3s ease-in-out;
}
.service-sec-box-body h5::before {
  content: "";
  background-color: #dedede;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  border-radius: 35px;
  width: 20%;
   transition:all 0.3s ease-in-out;
}

.service-sec-box-main:hover {
  background-image: url('../images/bg-service-box-new.jpg');

}


.service-sec-box-main:hover h5,
.service-sec-box-main:hover h5 span,
.service-sec-box-main:hover p
{
    color:#fff;
}

.service-sec-box-main:hover .btn-theme{
    background-image:none;
    background-color:#474747;
}

.service-sec-box-main:hover img{
    filter: brightness(0) invert(1);
}


/*project popups*/


.project-popup {
  background-color: #EEEAE7;
  position: fixed;
  top: 100px;
height: calc(90vh - 100px);
  width: 90vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  overflow-y: auto;
  display: none;
}

.project-popup p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #656565;
}
.project-popup ul {
    padding-left: 20px;
    padding-bottom: 10px;
}
.project-popup ul li {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #656565;
    list-style: disc;
}
.project-popup h3 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #003e42;
}
.project-popup h6 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #003e42;
    padding-top: 15px;
}
.project-pop-body {
    padding: 40px 50px;
}
.video-wrppper {
    padding: 40px 0 0 0;
}
.video-wrppper iframe {
    width: 100%;
    min-height: 450px;
}
a.pop-close {
    font-size: 24px;
    color: #2DA85D;
    position: absolute;
    right: 15px;
    top: 15px;
}
.slider-wrapper {
    text-align: center;
    margin: 20px 30% 0 30%;
}
.slider-wrapper img {
    width: 500px;
    margin: auto;
    display: block;
}
.pop-right {
    position: absolute;
    top: 45%;
    right: 0px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.pop-left {
    position: absolute;
    top: 45%;
    left: 0px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.pop-bars {
    padding: 50px;
}


.pop-right {
    position: absolute;
    top: 45%;
    right: 0px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.pop-left {
    position: absolute;
    top: 45%;
    left: 0px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}





@media (min-width:1200px){
    /*.service-sec-box-main{*/
    /*min-height: 475px;*/
    /*}*/
    .service-sec-box-body p {
  min-height: 200px;
}
}

@media (max-width: 1600px) {
    .team-list-container-fluid .team-box img {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 1440px) {
    .team-list-container-fluid .team-box img {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background:#39b050;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 50%;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }
    header .main-header ul.menu>li a {
        color: #fff;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
/*    .header-btn {*/
/*  display: none;*/
/*}*/
.mainBanner h1 {
  font-size: 44px;
  line-height: 54px;
}

.para {
  font-size: 16px;
  line-height: 26px;
}

.home-about-image {
  padding-left: 0;
}

.home-about-box {
  position: static;
}

.tabnav-projects > li {
  padding-bottom: 10px;
}

.project-item-img {
  height: 160px;
}



.team-list-container > li {
  width: 50%;
}
.widget.widget-02 {
  padding-left: 0;
  padding-right: 0;
}

.banner-sliders-inner .banner-slider-03 {
  margin-left: 0;
}

.about-chairman h5 {
  font-size: 24px;
}

.about-core-items h5 {
  font-size: 20px;
}

.stats-box h6 {
  font-size: 14px;
}


.tabnav-services a {
  font-size: 14px;
}

.service-tabs-content h3 {
  font-size: 40px;
}

.accordion-service h4 {
  font-size: 16px;
}



.team .team-info h6 {
  font-size: 18px;
}

.banner-slider-01 {
  display: none;
}

.banner-slider-02 {
  display: none;
}
.banner-sliders-inner .banner-slider-03 {
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}


.header-btn {
  background-image: none;
  font-size: 16px;
  padding: 0;
}
.banner-slider-04 {
  display: none;
}
.banner-slider-05 {
  display: none;
}

.banner-slider-03 {
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}




}



@media (max-width: 824px) {}

@media (max-width:767px){
    
    .header-socials {
  display: none;
}

.mainBanner {
  padding-top: 25px;
  text-align: center;
}


.mainBanner p {
  font-size: 14px;
  line-height: 24px;
  /*padding-bottom: 0;*/
  max-width: 100%;
  padding-bottom: 15px;
}


.mainBanner h6 {
  font-size: 16px;
  padding-bottom: 5px;
}
    
.mainBanner h1 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 0;
}

.b-trusted-items {
  gap: 20px;
}
    
    .home-about {
  padding: 40px 0;
  text-align: center;
}

.sec-heading h3 {
  font-size: 30px;
}

.sec-heading {
  padding-bottom: 15px;
}
.btn-theme {
  padding: 15px 25px;
  font-size: 18px;
}

.home-about-image {
  padding-top: 25px;
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}

.home-about-box {
  position: static;
  width: 100%;
  padding: 25px 15px;
}

.home-values {
  padding: 40px 0;
  text-align: center;
}

    .core-value-overlay {
  top: 50%;
  right: 0;
  margin: auto;
  border: 10px;
}

.home-solutions {
  padding: 40px 0;
}
.home-solutions .sec-heading {
  padding-top: 25px;
}

.sec-heading p {
  font-size: 16px;
  line-height: normal;
}

.projects-tab-sec {
  padding: 30px 0;
}


.tabnav-projects a {
  font-size: 16px;
}

.tabnav-projects {
  padding-bottom: 30px;
}

.project-items > li {
 
  width: 100%;
  margin-bottom: 10px;
}


.project-item-box {
  text-align: center;
}

.service-gpi-academy {
  padding: 35px 0;
  text-align: center;
}

.gpi-slider {
  margin: 0;
}
    .gpi-academy-box-img {
  justify-content: center;
}

.gpi-academy-box h5 {
  font-size: 18px;
  line-height: normal;
  padding-bottom: 5px;
}

.gpi-academy-box p {
  font-size: 15px;
  line-height: 22px;
}

.gpi-academy-box {
  padding: 25px 15px;
  margin-top: 15px;
  min-height: auto;
}
.service-gpi-academy {
  margin-bottom: 0;
}

.home-gallery {
  padding: 35px 0;
}
.gallery-box {
  margin-bottom: 10px;
}

.gallery-box img {
  width: 100%;
}
.home-team {
  padding: 35px 0;
}

.team-list-container > li {
  width: 100%;
  margin-bottom:10px;
}

.team-divider {
  margin: 25px;
}


.team-list-container-fluid > li {
  width: 100%;
  margin-bottom: 10px;
}


.testimonials-sec {
  padding: 35px 0;
}

.testimonial-box {
  padding: 25px 15px;
}


.testimonial-box p {
  font-size: 14px;
}

.home-statistics {
  padding: 35px 0;
}

.statistics-items {
  flex-direction: column;
  align-items: center;
  gap: 15px;
}


.our-clients {
  padding: 35px 0;
}

.clients-logo-items > li {
  width: 25%;
}

.news-box-body {
  text-align: center;
}


.home-contact {
  padding: 35px 0;
  text-align: center;
}

.about-growth {
  margin: 0;
  padding: 35px 0;
}


.about-chairman {
  padding-bottom: 25px;
}

.about-chairman .sec-heading {
  padding-top: 25px;
}
.about-core-values {
  padding: 40px 0;
}


.tabnav-services::before {
  content: none;
}

.tabnav-services::after {
  content: none;
}


.tabnav-services > li:not(:last-child)::before {
  content: none;
}


.tabnav-services a::before {

  left: -5px;
  height: auto;
  bottom: -5px;
  top: -5px;
}

.service-tabs-content {
  padding-top: 25px;
}

.service-tabs-content h3 {
  font-size: 26px;
}


.service-tabs-content .col-md-7 > p {
  font-size: 14px;
  line-height: 28px;
}

.accordion-service h4::before {
  top: 0px;
}

.accordion-service > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}


.team-consultants-alt {
  padding-top: 25px;
}

.team p {
  font-size: 14px;
  line-height: 1.83;
  padding: 20px 0;
}

.team-sec-alt {
  padding: 30px 0;
}

.contact-header h3 {
  font-size: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.mainBanner {
  display: block;
}

.mainBanner.banner-gpi-service-inner h1 {
  max-width: 100%;
  font-size: 32px;
}

.bme-program {
  padding: 40px 0;
  text-align:center;
}



.bme-program h4 {
  font-size: 24px;
}
.course-preview .accordian h4 {
  padding: 10px 25px 10px 15px;
}

.accordian h4::after {
  font-size: 14px;
  top: 12px;
  right: 10px;
}

.bme-accord {
  padding: 10px 0;
}

.course-preview {
  padding-bottom: 40px;
}

.home-about-image img:nth-child(1) {
  max-width: 100%;
  height: auto;
}


.home-about-image img:nth-child(2) {
  max-width: 100%;
  margin-top: 0;
}

.home-about-image img:nth-child(3) {
  max-width: 100%;
  margin-top: 0;
  padding-left: 0;
}

.solutions-sec-new .btn-theme {
  margin-bottom: 25px;
}

.gpi-academy-box .btn-theme {
  display: block;
  margin: auto;
  margin-top:15px;
}
.bme-accord ul {
  margin-left: 15px;
}

footer .widget h4 {
  padding-top: 35px;
}

.blog-main img {
  max-width: 100%;
}

.blog-main h1 {
  font-size: 26px;
  padding-bottom: 25px;
  line-height: normal;
}


.project-pop-body {
  padding: 25px 15px;
}

.slider-wrapper {
  margin: 25px 0 0;
}

}
