/* General */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700&display=swap');
/* font-family: 'Source Serif 4', serif; */

.et_pb_row {
  max-width: 1500px !important;
  width: 90%;
}

.custom-font h1,
.custom-font h3,
.custom-font {
  font-family: 'Source Serif 4', serif;
}

.header {
  margin-top: 0 !important;
}

.h1-title2 {
  margin-bottom: 0 !important;
}

.h1-title2 h1 {
  font-weight: 700;
  font-size: 65px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.h1-title,
.h1-title h1 {
  color: #3960EE;
  font-size: 55px;
  font-weight: 700;
  font-family: 'Source Serif 4', serif;
  text-transform: uppercase;
  line-height: 60px;
}

.h2-subtitle,
.h2-subtitle h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.black-text,
.black-text h2,
.black-text p a {
  color: #000000 !important;
}

.full-width-row {
  width: 100% !important;
  max-width: 100% !important;
}

.auto-width-row {
  width: auto !important;
  max-width: auto !important;
}

.position-static {
  position: static !important;
}

.position-absolute {
  position: absolute !important;
}

.csr {
  cursor: pointer;
  transition: 0.4s;
}

.csr:hover {
  opacity: 0.7;
}

/* Heaeder */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.main-header-logo img,
.main-header-logo span {
  width: 220px;
}

.main-header {
  background-color: #3960EE;
  padding: 0 !important;
}

.main-header-row {
  display: flex;
  align-items: center;
  height: 97px;
}

.main-header-menu  {
  background-color: transparent !important;
}

.main-header-menu .et_pb_menu__wrap {
  display: flex;
  justify-content: flex-end;
}

.main-header-menu li {
  position: relative;
}

.main-header-menu li:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 7px;
  background-color: #fff;
  left: -7px;
  top: -2px;
  opacity: 0;
  transition: 0.4s;
}

.main-header-menu li:hover:before {
  opacity: 1;
}

.main-header-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.main-header-menu li.current_page_item:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 7px;
  background-color: #fff;
  left: -7px;
  top: -2px;
  opacity: 1;
}

.main-header-menu li.current_page_item a {
  font-weight: 700;
}

ul#menu-main-menu {
  display: flex;
  gap: 40px;
} 

/* Footer */
.mian-footer {
  background-color: #F5F5F5;
  padding-bottom: 0 !important;
}

.blue-title,
.blue-title h3 {
  color: #3960EE;
  text-transform: uppercase;
  font-family: 'Source Serif 4', serif;
}

.text-1 p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.c-npt input {
  margin-bottom: 15px;
  height: 61px;
  border-radius: 100px;
  border: 1px solid #000000;
  padding-left: 30px;
  width: 100%;
  font-size: 18px; 
  font-weight: 400;
}

.c-npt textarea {
  margin-bottom: 15px;
  height: 124px;
  border-radius: 10px;
  border: 1px solid #000000;
  width: 100%;
  padding-left: 30px;
  font-size: 18px; 
  font-weight: 400;
  padding-top: 10px;
}

.ns-btn input {
  width: 100%;
  border-radius: 100px;
  background-color: #3960EE;
  height: 61px;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 600;
}

.c-npt input::placeholder,
.c-npt textarea::placeholder { 
  color: #000;
  opacity: 1;
}

.c-npt textarea:-ms-input-placeholder,
.c-npt input:-ms-input-placeholder {
  color: #000;
}

.c-npt textarea::-ms-input-placeholder,
.c-npt input::-ms-input-placeholder {
  color: #000;
}



/* Home */
.home-flex-banner {
  display: flex;
  align-items: flex-end;
}

.home-btext-content {
  padding-bottom: 100px;
}

.home-banner-acc {
  left: 100px;
}

.logo-section {
  display: flex;
  flex-wrap: wrap;
}

.logo-section .et_pb_image {
  height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-section .et_pb_column {
  margin: 0 !important;
  padding: 100px;
  text-align: center;
  width: 33.333% !important;
  float: none !important;
  background-color: #F5F5F5;
  transition: 0.4s;
}

.logo-section .et_pb_column:hover {
  background-color: #3960EE;
}

.logo-section .et_pb_column:hover .h3-title h3,
.logo-section .et_pb_column:hover .h3-para {
  color: #FFFFFF !important;
}

.h3-title,
.h3-title h3 {
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 25px;
  margin-bottom: 15px !important;
  transition: 0.4s;
}

.h3-para {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  transition: 0.4s;
}

.design-2 {
  position: absolute;
  top: -65px;
  left: -80px;
}

.h3-title h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Source Serif 4', serif;
  color: #000000;
}

span.title-w-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}

span.title-w-icon br {
  display: none;
}

span.title-w-icon h3 {
  padding-top: 40px;
}

.text-para {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-top: 50px;
}

.custom-btn {
  margin-top: 70px;
}

.custom-btn a {
  font-weight: 600;
  font-size: 18px;
  color: #3960EE;
  width: 272px;
  height: 73px;
  border: 2px solid #3960EE;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.custom-btn a:hover {
  background-color: #3960EE;
  color: #FFFFFF;
}

.design-3 {
  position: absolute;
  top: -65px;
  right: 50px
}

.sur-subtitle h2 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 40px;
  margin-top: 10px;
}

.sur-blue-title,
.sur-blue-title h3 {
  font-family: 'Source Serif 4', serif;
  font-weight: 700;
  font-size: 40px !important;
  color: #3960EE;
  text-transform: uppercase;
}

.flex-row {
  display: flex;
  align-items: center;
}

.design-4 {
  position: absolute;
  bottom: 0px;
  left: -93px;
}

.design-5 {
  position: absolute;
  bottom: -14px;
  right: -63px;
}

.img-width-full span,
.img-width-full img {
  width: 100%;
}

.wp-image-slider .et_pb_slide {
  padding: 0 !important;
}

.wp-image-slider .et_pb_slide img {
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
  height: 720px;
}

.wp-image-slider .et_pb_slide {
  height: 720px !important;
  margin: 0 !important;
}

.wp-image-slider .et_pb_slide_description {
  height: 720px !important;
  width: 0 !important;
}

.wp-image-slider .et_pb_slide .et_pb_slide_image {
  width: 100% !important;
}

.wp-image-slider .et_pb_slider_container_inner {
  display: flex;
  height: 720px;
  align-items: flex-start;
}

.sliderRow {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  overflow: hidden;
}

.images-btn {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 720px;
  overflow-y: scroll;
  width: 290px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.images-btn .et_pb_module {
  margin: 0 !important;
  cursor: pointer;
}

.images-btn .et_pb_module .et_pb_image_wrap {
  width: 100%;
}

.images-btn .et_pb_module .et_pb_image_wrap img {
  width: 100%;
  object-fit: cover;
}

.the-slider-col {
  width: calc(100% - 340px) !important;
  margin-right: 0 !important;
}

.images-btn::-webkit-scrollbar {
  width: 10px;
}

.images-btn::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

.images-btn::-webkit-scrollbar-thumb {
  background: #3960EE; 
  border-radius: 10px;
}

.images-btn::-webkit-scrollbar-thumb:hover {
  background: #5273eb; 
}

.the-slider-col .et-pb-slider-arrows,
.the-slider-col .et-pb-controllers {
  opacity: 0;
}

#footer .slider-footer {
  background-color: transparent !important;
}

.page-title p {
  font-family: 'Source Serif 4', serif;
  font-weight: 700;
  font-size: 40px;
  color: #3960EE;
  text-transform: uppercase;
  margin-top: 5%;
}

.mention-sub-title p {
  color: #000;
  font-weight: 400;
  font-size: 30px;
  margin-top: 10px;
}

.mention-title {
  margin-bottom: 10px !important;
}

.mention-title span,
.mention-title p {
  color: #3960EE;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Source Serif 4', serif;
}

.mention-desc span,
.mention-desc p {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Source Serif 4', serif;
}

.mention-legales {
  text-align: center;
}

.mention-legales span {
  margin-top: 70px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}