:root {
    /* Colors: */
    --primary-color: #000;
    --secondary-color: #fff;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

* {
    min-height: 0;
    min-width: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: calc(100% - 0px);
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}
button:focus, a:focus {
  box-shadow: none !important;
}
a {
    transition: 0.3s;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

img {
    max-width: 100%;
}

* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(126, 126, 126);
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(126, 126, 126);
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(126, 126, 126);
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(126, 126, 126);
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    padding: 10px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
p {
    line-height: 22px;
    font-size: 14px;
    margin: 0px;
    color: #6c757d;
}
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    font-size: 20px;
    padding: 0;
    background: var(--primary-color);
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
}

h5 {
    line-height: 30px;
}
/* CUSTOM CSS START */

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    height: max-content;
}

.carousel-caption h1 {
    font-size: 60px;
    font-weight: 800;
    max-width: 800px;
    margin: auto auto 10px auto;
}
.carousel-caption h1 span {
    font-weight: 700;
}
.carousel-caption p {
    margin: 0px;
    font-size: 18px;
    color: #fff;
}
.btn-default {
    background: var(--primary-color);
    color: #fff;
    font-weight: 400;
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 40px;
    border: solid 1px var(--primary-color);
}
.btn-default:hover {
    background: #fff;
    color: #000;
}
.btn-border {
    background: #fff;
    border: solid 1px var(--primary-color);
    color: #000;
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 40px;
}
.btn-border:hover {
    border: solid 1px var(--primary-color);
}

.navbar-nav .btn {
    padding: 5px 15px;
    margin: 0px 0px 0px 20px;
}

/* Footer CSS Start */

footer {
    margin-top: 50px;
}

footer .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 25px;
}

footer h4, footer .accordion-button {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    background: transparent !important;
    padding: 0px;
}

footer .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none !important;
    color: #000;
}
footer .accordion-button:focus {
    box-shadow: none;
    background: transparent;
}

ul.footer-link li a {
    padding: 3px 0px;
    display: block;
    color: #6c757d;
}
ul.footer-link li {
    list-style: none;
}

ul.footer-link li a:hover {
    font-weight: 500;
    transform: translateX(8px);
}

.footer-social img {
    height: 50px;
    width: 27px;
}

.footer-social img:hover {
    opacity: 0.7;
}

.footer-app img {
    max-width: 175px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-app img:hover {
    opacity: 1;
}

section.footer-copyright {
    padding: 6px;
}
section.footer-copyright p {
    font-size: 90%;
}
section.footer-copyright p a {
    color: #000;
    font-weight: 600;
}
section.footer-copyright img {
    position: relative;
    top: -2px;
}
.footer-contact ul {
    list-style: none;
}

.footer-contact ul li a {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
    color: #6c757d;
}

.footer-contact ul li a svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    flex: 0 0 18px;
}

footer ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul.footer-social li a {
    font-size: 30px;
    margin: 0px 8px;
    color: #000;
}
footer ul.footer-social li a i  {
    transition: 0.3s;
}
footer ul.footer-social li a:hover i {
    transform: translatey(-8px);
    opacity: 0.8;
}
.footer-logo img {
    max-width: 180px;
    width: 100%;
}
.footer-logo a {
    display: inline-block;
}
/* Footer End */

.topbar {
    background: var(--primary-color);
    padding: 2px;
}

.topbar a {
    color: #fff;
    font-size: 12px;
    margin-left: 12px;
}

.topbar a:nth-child(1) {
    margin: 0px;
}

.topbar a i {
    color: #fff;
}
header {
    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 9;
    background: #fff;
    transition: all .5s ease-in-out;
    /* transform: translatey(-80px); */
}
header.header-fix {
    /* transform: translateY(0px);
    background: var(--primary-color); */
    box-shadow: 0 0 20px #dfdfdf;
}

.header-logo-items-logo img {
    max-width: 200px;
}

section.header-logo {
    padding: 6px;
}

input:focus-visible {
    outline: none;
}
.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.page-link
{
  color: var(--primary-color);
}
.mobile-nav-close {
  color: #adadad;
  font-size: 30px;
  text-align: right;
  padding: 5px 20px 0px 20px;
}
.mobile-nav-close:hover {
    color: #adadad;
}

.modal-backdrop.show {
  opacity: .7;
}

/* Slick Slider Start */
.slick-slide {
    margin: 0px 10px;
}
.slick-slide {
    opacity: 10 !important;
}
.slick-dots li button:before
{
    font-size: 15px !important;
}
.slick-dots {
    bottom: -40px !important;
}
.slick-dots li.slick-active button:before
{
    opacity: 0.9 !important;
}
.slick-prev:before, .slick-next:before
{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 25px !important;
}
.slick-prev::before {
    content: "\f27f" !important;
}
.slick-next:before {
    content: "\f280" !important;
}
/* Slick Slider End */


.navbar-nav>li>a {
    color: #6c757d;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 16px;
}
.navbar-nav>li>a.active
{
    color: var(--primary-color);
}
.dropdown-menu {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}
.dropdown-menu a {
    color: #303030;
    font-size: 14px;
    padding: 4px 10px;
    display: block;
    width: auto;
    min-width: max-content;
}
.dropdown-menu a:hover {
    background: #f1f1f1;
}
.dropdown-toggle::after
{
display: none;
}
.navbar-nav>li>a.dropdown-toggle.show i {
    transform: rotate(180deg);
}


.footer-chat {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    z-index: 999;
}
.footer-chat-msg {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 8px 10px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    margin-right: 12px;
    position: relative;
}
.footer-chat-msg:hover {
    color: #000;
}
.footer-chat-msg:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 12px;
    width: 12px;
    right: -7px;
    top: 13px;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}
.footer-chat-whatsapp {
    background: #3ebd4e;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
}
.footer-chat-whatsapp:hover {
    background: #148b23;
    color: #fff;
}

.contact-info {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 95px 0 hsla(0,0%,69%,.25);
}
.contact-info .contact-info-list:last-child {
    margin-bottom: 0px;
}
.contact-info .contact-info-list:first-child {
    margin-top: 0px;
}
.contact-info-list {
    display: flex;
    margin: 20px 0px;
    color: #000;
    align-items: center;
}
.contact-info-list:hover
{
    color: #000;
}
.contact-info-list-icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
    border-radius: 100px;
    font-size: 25px;
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0 0 20px #efefef;
}
.contact-info-list-info {
    font-size: 18px;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 46px;
}

.form-floating>label {
  top: -5px;
}

.form-floating-ngx-dropdown label {
    top: 10px;
  }
  
  .form-floating-title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 13px;
    width: 100%;
  }
  .form-floating-ngx-dropdown label {
    top: 33px;
    padding: 0px;
    height: auto;
    left: 10px;
  }
  .form-control,
.form-select {
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 15px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  border-color: #000;
}
.contact-form .form-floating>label {
    font-size: 18px;
    top: -8px;
}
section.page-contact {
    padding: 60px 0px;
}
.page-contact-info {
    max-width: 800px;
    margin: auto;
}
.google-map {
    margin-top: 30px;
}
.location-map {
    border-radius: 20px;
    overflow: hidden;
}
/* CUSTOM CSS END */

.navbar-brand img {
    max-width: 150px;
}
#HomeSlider {
    margin-bottom: 50px;
}
.section-header {
    text-align: center;
    margin-bottom: 45px;
}
.section-header h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
}
.section-header p {
    margin: 0px;
    color: #6c757d;
    font-size: 16px;
    text-transform: capitalize;
}
.welcome-items {
    text-align: center;
    max-width: 350px;
    margin: auto;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 10px 15px #f5f6f7;
    background: url(../images/bg-1.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
}
.welcome-items:before {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.welcome-items .welcome-items-img img {
    max-width: 320px;
    border-radius: 10px;
}
.welcome-items-info {
    margin-top: 15px;
    position: relative;
    z-index: 999;
}
.welcome-items-info h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #868686;
}
.welcome-items-info h5 {
    font-size: 19px;
    margin: 0px 0px 5px 0px;
    line-height: normal;
    text-transform: capitalize;
}
section.home-service {
    margin-top: 60px;
    background: #000;
    padding: 50px 0px;
}
.home-service-items .home-service-items-img {
    background: url(../images/stafing.jpg);
    background-size: 100%;
    height: 285px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    text-align: left;
    line-height: normal;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 15px;
    transition: transform .5s ease;
}
.home-service-items:hover .home-service-items-img {
    transform: scale(0.9);
}
.home-service-project-management .home-service-items-img
{
    background: url(../images/project-management.jpg); 
}
.home-service-items .home-service-items-info h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 12px;
}
.home-service-items .home-service-items-info p {
    color: #fff;
    opacity: 0.6;
}

section.industries-icons {
    padding: 60px 0px;
    background: #f8f8f8;
}
.industries-icons-items {
    text-align: center;
    margin: 10px 0px;
}
.industries-icons-items i {
    font-size: 42px;
}
.industries-icons-items p {
    font-size: 16px;
    margin-top: 12px;
}
section.home-why-us {
    background: #000 url(../images/bg-cta-home.jpg);
    padding: 60px 0px;
    text-align: center;
    position: relative;
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
section.home-why-us h1 {
    color: #fff;
    font-weight: 600;
    margin: auto auto 20px auto;
    max-width: 700px;
    font-size: 45px;
}
section.home-why-us p {
    color: #fff;
    max-width: 900px;
    margin: auto;
}
section.home-why-us:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

section.home-why-us .container {
    position: relative;
}
section.home-why-us a {
    background: transparent;
    color: #fff;
    border-color: #fff;
    font-weight: 500;
}
.inside-banner
{
    background: #fff url(../images/banner-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40dvh;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}
.banner-strategy
{
    background-image: url(../images/banner-strategy.jpg);
}
.banner-values
{
    background-image: url(../images/banner-value.jpg);
}
.banner-staffing
{
    background-image: url(../images/banner-stafing.jpg);
}
.banner-project-management
{
    background-image: url(../images/banner-project-management.jpg);
}
.banner-product-management
{
    background-image: url(../images/banner-product-management.jpg);
}
.banner-training
{
    background-image: url(../images/banner-training.jpg);
}
.banner-why-us
{
    background-image: url(../images/banner-why-us.jpg);
}
.banner-industries
{
    background-image: url(../images/banner-Industries.jpg);

}
.inside-banner:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.inside-banner .container
{
    position: relative;
}
.inside-banner h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
section.box-pages {
    max-width: 900px;
    background: #fff;
    margin: auto;
    box-shadow: 0 3px 10px rgba(10, 37, 64, 0.1);
    margin-top: -50px;
    position: relative;
    margin-bottom: 60px;
}
.box-pages-info h1 {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.box-pages-info {
    padding: 20px;
}
.box-pages-info p {
    margin-bottom: 10px;
}
.vision-mission-items {
    text-align: center;
}
.vision-mission-items-icon {
    height: 100px;
    width: 100px;
    border: solid 2px #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: auto;
}
.vision-mission-items {
    text-align: center;
    margin-top: 40px;
}
.vision-mission-items-icon {
    height: 100px;
    width: 100px;
    border: solid 2px #cdcdcd;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: auto;
    color: #cdcdcd;
}
.vision-mission-items h2 {
    margin: 10px 0px 5px 0px;
    font-size: 22px;
    font-weight: 600;
    color: #0e0e0e;
}
.box-pages-info h3 {
    font-size: 18px;
}
.box-pages-info ul li {
    padding: 3px 0px;
}
.box-pages-info ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
section.service-pages {
    padding: 60px 0px;
}
section.service-pages .box-pages-info {
    padding: 0px;
}
section.service-pages .service-pages-img img {
    border-radius: 15px;
}

.welcome-items-img h4 {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    bottom: 15px;
    padding: 4px 9px;
    font-size: 15px;
    border-radius: 0px 8px 8px 0px;
}
.welcome-items-img {
    position: relative;
}