@charset "UTF-8";


/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;800;900&display=swap');
/******************************************/

* {
	margin: 0;
	padding: 0
}


html {
  overflow-x: hidden;
}
/* html::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
html::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#da1b60));
  background: linear-gradient(to bottom, #ff8a00, #da1b60);
  border-radius: 20px;
  -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25)
}
html::-webkit-scrollbar-track {
  background: linear-gradient(to right, #201c29, #201c29 1px, #100e17 1px, #100e17);
} */
::-moz-selection {
  color: #FFF;
  background: #c2282a;
}
::selection {
  color: #FFF;
  background: #c2282a;
}

body {
	background: #fff;
	color: #333333;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


a {
  color: #333333;
  text-decoration: none;
  transition: 0.5s all ease;
}
a:hover {
  text-decoration: none;
  /* color: #d92d26; */
  color: #c2282a;
}
/* a:focus{
  outline-offset: 2px;
  outline-width: 2px !important;
  outline-style: dashed;
} */
.pcolor {
	color: #c2282a !important;
}
.cogSpin {
    color: #c2282a;
    text-align: center;
}

.is_validate .input-error, .is_validate .input-error:focus {
    border-bottom: 1px solid #c2282a !important;
    box-shadow: 0 0 0 0.2rem rgba(232, 63, 51, .25);
}
.is_validate .error {
    color: #c2282a;
    margin-top: 5px;
}

.menu_header nav {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
  padding: 0px 12px;
  /* position: relative; */
}
.menu_header .navbar-nav a {
  font-family: "Rubik",Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 0 0;
  color: #011342;
}
.menu_header #navbarCollapse ul#menus > li {
  position: relative;
  padding: 24px 32px;
}
.menu_header #navbarCollapse ul#menus li.active a, .menu_header #navbarCollapse ul#menus li:hover a{
	color: #c2282a;
}

.menu_header #navbarCollapse ul#menus li:hover>a:after, .menu_header #navbarCollapse ul#menus li.active>a:after {
  transform: scale3d(1,1,1);
}
.menu_header #navbarCollapse ul#menus li>a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #c2282a;
  transform: scale3d(0,1,1);
  transition: .2s;
}

.menu_header #navbarCollapse ul#menus li:hover .sublink_arrow {
  transform: rotate(180deg);
}

.menu_header #navbarCollapse ul li .navigation_dropdown {
  display: flex;
  pointer-events: none;
  visibility: hidden;
  background-color: #FFFFFF;
  top: 8%;
  width: 100%;
  max-height: calc(100vh - 101px);
  /* max-width: 1420px; */
  padding: 0 64px;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  overflow: auto;
  left: 50%;
  z-index: 8;
  transform: translateX(-50%);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu_header #navbarCollapse ul li .navigation_dropdown.services {
  width: auto !important;
  max-width: auto !important;
  padding: 0 12px;
  left: auto !important;
  transform: translateX(-15%) !important;
}

.menu_header #navbarCollapse ul li .navigation_dropdown .title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
}

.menu_header #navbarCollapse ul li .navigation_dropdown #navigation_dropdown_box {
  padding: 1rem;
}
.menu_header #navbarCollapse ul li .navigation_dropdown #navigation_dropdown_box:hover {
  background-color: #fafaf9;
  /* opacity: 1;
  transform: scale(1); */
  transition: opacity .2s linear,transform .2s ease-out;
}
/* 
#navigation_dropdown_box ul li:hover>a:after {
  transform: none !important;
}
#navigation_dropdown_box ul li>a:after {
  background: transparent !important;
}
#navigation_dropdown_box ul li > a {
  font-size: 12px !important;
  color: #011342 !important;
  font-weight: 200 !important;
}
#navigation_dropdown_box ul li:hover a, #navigation_dropdown_box ul li:hover a.active { 
  color: #c2282a !important;
  font-weight: 500 !important;
} */

#navigation_dropdown_box ul li a {
  font-size: 12px !important;
  color: #011342 !important;
  font-weight: 200 !important;
  transition: color .2s ease-in-out;
  text-transform: unset !important;
}
#navigation_dropdown_box ul li:hover a, #navigation_dropdown_box ul li.active a, #navigation_dropdown_box h6:hover { 
  color: #c2282a !important;
  font-weight: 500 !important;
}

/* .menu_header #navigation_dropdown_box ul.custom_dropdown_menu li>a:after {
  content: unset !important;
} */

.menu_header #navbarCollapse ul li .navigation_dropdown #navigation_dropdown_box .erp_icon {
  color:#c2282a;
}

.menu_header #navbarCollapse ul li .navigation_dropdown #navigation_dropdown_box .icon2 {
  color:#3fceb4;
}

.menu_header #navbarCollapse ul li .navigation_dropdown #navigation_dropdown_box .icon3 {
  color:#938ce1;
}

.menu_header #navbarCollapse ul li .navigation_dropdown #navigation_dropdown_box .icon4 {
  color:#fcc931;
}

#navigation_dropdown_box h6 {
  font-size: 14px;
  font-weight: 500;
  /* color: #151b26; */
  color: #0d0e10;
  line-height: 1.5;
  transition: color .2s ease-in-out;
  margin-bottom: 8px;
  cursor: pointer;
}

.menu_header #navbarCollapse ul li:hover .navigation_dropdown {
  visibility: visible;
  pointer-events: all;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.menu_header #navbarCollapse ul li .navigation_dropdown ul {
  padding-left: 1rem;
}
.menu_header #navbarCollapse ul li .navigation_dropdown ul li {
  padding: 0px;
}

section.main_section {
  background-color: #F5F3F3;
}
.main_title.small {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #201c29;
}
.main_sub_title {
  font-size: 26px;
  line-height: 48px;
}
.main_content {
    color: #2A2B2C;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 48px;
    /* width: 50%; */
}
.small_line {
  display: block;
  grid-column: 1;
  grid-row: 5;
  height: 2px;
  background: #0D0E10;
  width: 20%;
}

/* #tab_section .tab_content {
  transition: background 0.5s linear;
} */

#tab_section .tab_content .image {
  height: 350px;
  overflow: hidden;
}

#tab_list li {
  padding: 10px 0px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.2s;
  color: #646f79;
  cursor: pointer;
}

#tab_list li.active, #tab_list li:hover {
  border-right: 3px solid #c2282a;
  color: #c2282a;
}

.tabs_cell div:first-child {
  margin-bottom: 0px !important;
}

.tabs_cell .sow-icon-container.sow-icon span {
  font-size: 3em !important;
  color: #333333 !important;
}

.tabs_cell .widget-title, .tabs_cell h3, .tabs_cell h4, .tabs_cell h5, .tabs_cell h6 {
  font-size: 1.25rem !important;
  color: #c2282a;
}

.so-panel.widget.widget_sow-editor{
  margin-bottom: 0px !important;
}

#carousel .carousel-caption { text-align: center; top: 45%; width: 50%; left: 25%; }

#carousel .carousel-item .carousel-caption .carousel_title { font-size: 40px; }
#carousel .carousel-item .carousel-caption p { font-size: 20px; }
#carousel .hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
    margin-top: -60px;
    z-index: 99;
}
#carousel .wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
    fill: #FFFFFF;
    opacity: 0.6;
}
#carousel .wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
    fill: #FFFFFF;
    opacity: 0.4;
}
#carousel .wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
    fill: #FFFFFF;
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }  
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.services-section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}

.services-section-title h2::after {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-block;
  background: #c2282a;
  margin: 4px 10px;
}

.our_services_body p { font-size: 15px; }
.our_services_body ul { list-style: none; }
.our_services_body ul li::before {
  margin-right: 0.5em;
  font-size: 1.5em;
  color: #c2282a;
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
}

#servicesBody > p {
  font-size: 18px;
}

#servicesBody ul {
  list-style: none;
}

#servicesBody ul li::before {
  margin-right: 0.5em;
  font-size: 1.5em;
  color: #c2282a;
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
}

#servicesBody .highlight_box {
  padding: 25px;
  border-radius: 5px;
  background-color: #f5f6f7;
  margin-bottom: 20px;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, rgba(255, 1, 1, 0.13), transparent 41%), radial-gradient(circle farthest-corner at 30% 150%, rgba(122, 167, 255, 0.24), transparent 54%);
}

#servicesBody .highlight_box p {
  font-size: 15px;
}

.services_icon_parent {
  margin-bottom: 20px;
}

.services_icon_parent .services_icon {
  padding: 15px;
  background-color: #F5F3F3;
  border-radius: 10px;
  height: 195px !important;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid #F5F3F3;
}

.services_icon_parent .services_icon:hover {
  border-bottom: 3px solid #c2282a;
  transform: translateY(-5px);
}

.services_icon_parent .services_icon .panel-first-child {
  margin-bottom: 5px;
}

.services_icon_parent .services_icon .services_icon_div {
  font-size: 3rem;
}

.services_icon_parent .services_icon .services_icon_content {
  text-align: center;
}

.services_icon_parent .services_icon .services_icon_content .widget-title {
  font-size: 1rem;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list .faq-li {
  border-bottom: 1px solid #eae7e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: #c2282a;
  transition: 0.3s;
}

.faq .faq-list .collapsed {
  color: #343a40;
}

.faq .faq-list svg {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}


/* ****** Contact Page ******* */

.contact_icon_parent .contact_icon {
  padding: 15px;
  background-color: #F5F3F3;
  border-radius: 10px;
  height: 200px !important;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid #F5F3F3;
}

.contact_icon_parent .contact_icon:hover {
  border-bottom: 3px solid #c2282a;
  transform: translateY(-5px);
}

.contact_icon_parent .contact_icon .panel-first-child {
  margin-bottom: 10px !important;
}

.contact_icon_parent .contact_icon .contact_icon_div {
  font-size: 3rem;
}

.contact_icon_parent .contact_icon .contact_icon_content {
  text-align: center;
}

.contact_icon_parent .contact_icon .contact_icon_content .widget-title {
  font-size: 1rem;
}

.contact_form_div { background-color: #F5F3F3; }

/* ********************************************* */


/* Footer */


.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f5f6f7;
}


/* ***** Home ******* */
.home_services_post {
  background-color: #1d1d1d;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, rgba(255, 1, 1, 0.15), transparent 47%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, 0.41), transparent 58%);
  color: #fff;
}

.home-about .about-meta { color: #c2282a; font-weight: 600; margin-bottom: 0.7rem; display: inline-block; font-size: 15px; }
.home-about .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
}
.home-about .about-description {
  margin-bottom: 1.5rem;
  font-size: 17px;
  color: color-mix(in srgb, #212529, transparent 20%);
}
.home-about .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.home-about .feature-list li i {
  color: #c2282a;
  font-size: 1.25rem;
}
.home-about .image-wrapper {
    position: relative;
}
.home-about .image-wrapper .small-image {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 45%;
    border: 8px solid #FFFFFF;
}
.home-about .image-wrapper .experience-badge h3 {
    color: #FFFFFF;
    font-size: 2.5rem;
    margin: 0;
    line-height: 0.5;
}
.home-about .image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}
.home-about .image-wrapper .experience-badge p {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
}
.home-about .image-wrapper .experience-badge {
    position: absolute;
    bottom: 5%;
    right: 5%;
    background-color: #c2282a;
    color: #FFFFFF;
    padding: 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
    min-width: 200px;
    animation: experience-float 3s ease-in-out infinite;
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.features-cards { background-color: #1d1d1d; background-image: radial-gradient(circle farthest-corner at 0% 50%, rgba(255, 1, 1, 0.15), transparent 47%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, 0.41), transparent 58%); }

.features-cards .feature-box {
  height: 100%;
  padding: 40px 30px;
  border-radius: 10px;
}

.features-cards .feature-box.orange {
  background-color: #fff3e2;
}
.features-cards .feature-box.blue {
  background-color: #deedfd;
}
.features-cards .feature-box.green {
  background-color: #d5f1e4;
}
.features-cards .feature-box.red {
  background-color: #fdeded;
}
.features-cards .feature-box.orange i {
    color: #edb86e;
}
.features-cards .feature-box.blue i {
    color: #20a5f8;
}
.features-cards .feature-box.green i {
    color: #48c88a;
}
.features-cards .feature-box.red i {
    color: #f28484;
}
.features-cards .feature-box i {
  font-size: 44px;
  display: inline-block;
  line-height: 0;
  color: var(--accent-color);
  margin-bottom: 20px;
}
.features-cards .feature-box h4 {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.features-cards .feature-box p {
  font-size: 15px;
  margin-bottom: 0;
}
.call-to-action .container {
    background-color: #c2282a;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding: 4rem 2rem;
}
.call-to-action .btn-cta {
  background-color: color-mix(in srgb, #FFFFFF 15%, transparent);
  color: #FFFFFF;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid #FFFFFF;
  position: relative;
  z-index: 2;
}
.call-to-action .shape {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.call-to-action .shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    opacity: 0.1;
    transform: rotate(45deg);
    animation: shapes-float 3s ease-in-out infinite;
}
.call-to-action .shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    opacity: 0.15;
    transform: rotate(-15deg);
    animation: shapes-float 4s ease-in-out infinite;
}
.call-to-action .dots {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    color: #FFFFFF;
}
.call-to-action .dots-1 {
    width: 200px;
    height: 200px;
    top: -30px;
    left: 10%;
    opacity: 0.1;
    transform: rotate(15deg);
    animation: shapes-float 4s ease-in-out infinite;
}
.call-to-action .dots-2 {
    width: 150px;
    height: 150px;
    bottom: 20px;
    right: 15%;
    opacity: 0.15;
    transform: rotate(-10deg);
}
.call-to-action .shape-3 {
    width: 150px;
    height: 150px;
    top: 20%;
    right: 15%;
    opacity: 0.08;
    transform: rotate(15deg);
}
@keyframes shapes-float {
  0%, 100% {
    transform: scale(0.8) rotate(45deg) translateY(0);
}
50% {
    transform: scale(0.8) rotate(45deg) translateY(-20px);
}
}

/* Home Services Section */
.hme-services {
  margin-top: -5px;
  background-color: #eee;
  background-size: 100% auto;
  min-height: 100vh;
  padding: 90px 0 !important;
  position: relative;
  background: #fff url(/wp-content/uploads/2025/05/bg-services.webp) no-repeat fixed center center;
  background-size: 100% 110vh;
}
.content-pin {
    margin-top: 40px;
}
.content-pin .container {
    position: relative;
}
.philosophie, .philosophie .wrapper {
    width: 100%;
}
.philosophie {
    position: relative;
}
.slides-numbers {
    position: absolute;
    bottom: 0;
    right: 0px;
    margin-right: 50px;
}
.slides-numbers span {
    font-size: 18px;
    color: #666;
}
.slides-numbers span.active {
    font-size: 28px;
    color: #00225a;
    font-weight: 700;
}
.slides-numbers span {
    font-size: 18px;
    color: #666;
}
.servicescaro .slick-list {
    padding: 0 7% 0 0 !important;
}
.slick-slide {
    color: white;
}
.philosophie .point {
    width: 100%;
    position: relative;
    padding: 20px 0px 50px 25px;
    overflow: hidden;
}
.point article {
    width: 50%;
    background: #007ac2;
    border-radius: 6px;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
    z-index: 99;
    border-radius: 0 40px 0 40px;
    overflow: hidden;
    margin-left: 50%;
    position: relative;
}
.point article::before {
    content: '';
    width: 100%;
    height: 100%;
    /* background: url(../images/bg-waves.jpg) no-repeat bottom left; */
    background: url(../images/bg-waves.webp) no-repeat bottom left;
    background-size: 100% auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}
.point article h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 8px;
    padding: 10px;
}

.point article * {
    position: relative;
    z-index: 5;
}
.point article h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}
.point article p {
    color: #eee;
    font-size: 18px;
    line-height: 28px;
    padding-right: 40px;
    text-align: justify;
}
.hme-services .tp-btn-border {
    margin-top: 20px;
    border: 1px solid #eaeaef;
    background-color: #fff;
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    text-align: center;
    display: flex;
    align-items: center;
    width: fit-content;
}
.hme-services .tp-btn-border i {
    color: #666;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 3px;
}
.point .servimg {
    width: 60%;
    padding: 0;
    display: flex;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 15px;
}
.tilt__item {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-perspective: 800px;
    perspective: 800px;
    position: relative;
}
.tilt__item-inner {
    background: #fff center;
    background-size: cover;
    pointer-events: none;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}
.point img {
    max-width: 55vw;
    height: auto;
    margin-left: 0px;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.3);
}
.tilt__item .tilt__overlay {
    position: fixed;
    right: 20px;
    left: 20px;
    top: 20px;
    bottom: 20px;
    border: 2px solid white;
    background: #000000;
    opacity: 0;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease !important;
}
.tilt__item:hover .tilt__item-inner {
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.tilt__item:hover .tilt__overlay {
    opacity: 0.1;
}
.servicescaro .slick-arrow {
    position: absolute;
    bottom: 50%;
    right: 0;
    margin-right: 25px;
    width: 50px;
    height: 50px;
    background: #ddd;
    border-radius: 50%;
    z-index: 9;
    font-size: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.03);
    border: 0px;
}
.servicescaro .slick-prev {
    margin-bottom: 30px;
}
.servicescaro .slick-next {
    margin-bottom: -30px;
}
.servicescaro .slick-prev:before {
    content: "\f104";
}
.servicescaro .slick-next:before {
    content: "\f105";
}
.servicescaro .slick-arrow::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #333;
    font-size: 20px;
}
/* End Home Services Section */

/* Industries */
section.industries { background-color: #c2282a08; padding: 60px 0; scroll-margin-top: 90px; overflow: clip; }
.industries .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.industries .section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #c2282a;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.industries .service-card {
    height: 100%;
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.industries .service-card .icon {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  background: color-mix(in srgb, #c2282a, transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #c2282a;
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 1;
}
.industries .service-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.industries .service-card p {
    margin-bottom: 25px;
    color: color-mix(in srgb, #212529, transparent 25%);
    font-size: 15px;
    line-height: 1.6;
}
.industries .service-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.industries .service-card:hover .icon {
    background: #c2282a;
    color: #FFFFFF;
}
/* End Home Page */


/* Start Industries Page */

.industries_card {
  padding: 30px;
  background-color: #FFF;
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
  word-wrap: break-word;
}
.industries_card .card_title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}

.industries_card .card_body ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.industries_card .card_body li::before {
  content: "✔";
  color: #c2282a;
  font-size: 16px;
  margin-right: 8px;
  font-weight: 600;
}

/* End Industries */

/* About Page */

.about_page_top_margin { margin-top: 100px; }




/******* Mobile Nav **************/


#mobile-menu {
  position: absolute;
  top: 0;
  background-color: #c2282a;
  z-index: 99999;
  display: none;
  font-size: 12px;
  line-height: 1.42857;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* border-right: 2px solid #cb2d22; */
  list-style-type: none;
  margin-top: 70px;
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 0;
  /* position: relative; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: .3s;
}

.mobile-menu {
  padding-left: 1rem;
}

.mobile-menu li {
  display: block;
  border-top: 1px solid #F5F3F3;
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.mobile-menu .expand {
  right: 0;
  position: absolute;
  color: #F5F3F3;
  /* margin-left: 100px; */
  font-size: 20px;
  margin: 5px;
}

.mobile-menu li a {
  display: block;
  overflow: hidden;
  white-space: normal;
  color: #F5F3F3;
  text-decoration: none;
  padding: 10px;
  padding-left: 15px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.mobile-menu ul {
  margin-left: 0;
  padding-left: 0;
}

.mobile-menu .expand.plus:before {
  content: "\f067";
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: 14px;
cursor: pointer;
}

.mobile-menu .expand.minus:before {
  content: "\f068";
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: 14px;
cursor: pointer;
}

.mobile-menu .expand.close_icon:before {
  content: "\f00d";
  font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: 14px;
cursor: pointer;
}

.mobile-menu li li a {
  padding-left: 20px;
  text-transform: none;
  font-weight: 400;
}

.mobile-menu li li a span {
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}

/*************************************/

@media (min-width: 960px){
  .main_section {
    margin-top: 3rem;
  }
  .menu_header #navbarCollapse ul li .navigation_dropdown {
    top: 5.5%;
  }
}

@media screen and (min-width: 991px) {
    .point article {
      margin-top: 60px;
      opacity: 0;
    }
  .servicescaro .slick-slide.slick-active .point article {
    animation: move-left 1s forwards;
    animation-delay: 0.5s;
  }
  @keyframes move-left {
    0% {
      margin-left: 40%;
      opacity: 0;
    }
    100% {
      margin-left: 50%;
      opacity: 1;
    }    
  }
}

@media screen and (min-width: 1280px) {
  .menu_header #navbarCollapse ul li .navigation_dropdown {
      top: 12.5%;
  }
}

@media (min-width: 1441px){
  .menu_header #navbarCollapse ul li .navigation_dropdown {
    top: 5.5%;
  }
}

@media (min-width: 1900px){
  .menu_header #navbarCollapse ul li .navigation_dropdown {
    top: 7.5%;
  }
}

@media screen and (max-width: 1366px) {
  .menu_header #navbarCollapse ul#menus > li { padding: 24px 26px; }
}

@media screen and (max-width: 1350px) {
  .servicescaro .slick-list {
    padding: 0 0px 0 0 !important;
  }
  .philosophie .point {
    margin: 0;
  }
  .point article {
    width: 45vw;
    right: 90px;
  }
  .point article h3 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
  }
  .point article p {
    font-size: 18px;
    line-height: 26px;
  }
  .point img {
        max-width: 55vw;
        width: 55vw;
    }
}
@media screen and (max-width: 1100px) {
  .point article h3 {
    font-size: 30px;
  }
  .point article p {
        font-size: 16px;
        line-height: 26px;
        padding: 0;
    }
  
  .menu_header #navbarCollapse ul#menus > li { padding: 24px 8px; }
}

@media screen and (max-width: 991px) {
  .philosophie .point {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .point article {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 70px;
    right: 0;
  }
  .point .servimg {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0;
  }
  .point img {
    max-width: 100%;
    width: 100%;
  }
  .servicescaro .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 120px;
  }
  .servicescaro .slick-prev {
    margin-bottom: 0;
    right: 190px;
  }
  .servicescaro .slick-next {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .point article {
    padding: 25px;
  }
  .point article h6 {
    font-size: 14px;
  }
  .point article h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .point article p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 767px){
  #tab_section .tab_content .image {
    height: auto;
  }
  /* #carousel .carousel-inner {
    margin-top: 50%;
  } */
  section.main_section {
    margin-top: 2.5rem;
  }

  .slick-list {
    height: 100%;
  }

  .call-to-action .btn-cta { padding: 6px 40px; }
  .call-to-action .container { padding: 2rem; }

  #carousel .carousel-caption {
    top: 22%;
    width: 75%;
    left: 13%;
  }

  .industries_card {
    padding: 10px;
  }
  .industries_card .card_title {
    font-size: 30px;
  }

  .industries_card .card_body ul {
    font-size: 14px;
  }
}