@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap');


/* @font-face {
  font-family: "things";
  src: url("../fonts/things-italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "things-regular";
  src: url("../fonts/things.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nobel-regular";
  src: url("../fonts/fonts/fonnts.com-Nobel_Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nobel-Nobel_ExtraLight";
  src: url("../fonts/fonts/fonnts.com-Nobel_ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Nobel-Nobel_Light";
  src: url("../fonts/fonts/fonnts.com-Nobel_Light.otf") format("opentype");
}
@font-face {
  font-family: "Nobel-Nobel_Regular";
  src: url("../fonts/fonts/fonnts.com-Nobel_Regular.otf") format("opentype");
}
  */
@font-face {
  font-family: "Nobel-Nobel_BoldCondensed";
  src: url("../fonts/fonts/fonnts.com-Nobel_Book.otf") format("opentype");
} 


@font-face {
  font-family: "things";
  src: url("../fonts/transfonter/ThingsRegular.woff2") format("woff2"),
       url("../fonts/transfonter/ThingsRegular.woff") format("woff");
}

@font-face {
  font-family: "things-regular";
  src: url("../fonts/transfonter/ThingsRegular.woff2") format("woff2"),
       url("../fonts/transfonter/ThingsRegular.woff") format("woff");
}

@font-face {
  font-family: "Nobel-regular";
  src: url("../fonts/transfonter/Nobel-Regular.woff2") format("woff2"),
       url("../fonts/transfonter/Nobel-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nobel-Nobel_ExtraLight";
  src: url("../fonts/transfonter/Nobel-ExtraLight.woff2") format("woff2"),
       url("../fonts/transfonter/Nobel-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Nobel-Nobel_Light";
  src: url("../fonts/transfonter/Nobel-Light.woff2") format("woff2"),
       url("../fonts/transfonter/Nobel-Light.woff") format("woff");
}

@font-face {
  font-family: "Nobel-Nobel_Regular";
  src: url("../fonts/transfonter/Nobel-Regular.woff2") format("woff2"),
       url("../fonts/transfonter/Nobel-Regular.woff") format("woff");
}



html, body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Nobel-regular";
  color: #040000;
  /* background-color: #113971; */
  overflow-x: hidden;
}
h1{
  font-family: "things";
  font-style: italic;
}
.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/*header section*/
.hero_area {
  height: 100vh;
  background-color: #123463;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_area .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.sub_page .hero_area {
  height: auto;
}

.header_section .nav_container {
  margin: 0 auto;
}
.custom-select {
color: #123463 !important;
  background-color: transparent !important;
  border: none !important;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #113971;
  text-align: center;
  font-size:17px;
  font-family: "Nobel-Nobel_BoldCondensed";
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 0;
  top: 14px;
}

.custom_menu-btn button {
  margin-top: 10px;
  width: 50px;
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom_menu-btn button span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 3px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}



.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu_btn-style {
  position: fixed;
  right: 25px;
  top: 14px;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(44, 195, 142, 0.95);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand img {
  /* width: 40px; */
  margin-right: 5px;
}

.navbar-brand span {
  font-family: "Dosis", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #fefeff;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 15x;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fc5d35;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

/*end header section*/
/* slider section */
.slider_section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_item-box {
  width: 100%;
  height: 100%;
}

.slider_item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_item-detail {
  text-align: center;
  color: #fff;
  padding-bottom: 75px;
}

.slider_item-detail h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

.slider_item-detail h1 span {
  font-size: 4.5rem;
  text-transform: none;
}

.slider_item-detail form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.slider_item-detail form input {
  width: 75%;
  height: 45px;
  padding-left: 15px;
  line-height: 45px;
  outline: none;
  border: none;
}

.slider_item-detail form input::-webkit-input-placeholder {
  font-size: 14px;
}

.slider_item-detail form input:-ms-input-placeholder {
  font-size: 14px;
}

.slider_item-detail form input::-ms-input-placeholder {
  font-size: 14px;
}

.slider_item-detail form input::placeholder {
  font-size: 14px;
}

.slider_item-detail form button {
  height: 45px;
  line-height: 45px;
  background-color: #252525;
  color: #ffffff;
  padding: 0 30px;
  border: none;
  outline: none;
  font-family: "Baloo Chettan", cursive;
}

.slider_item-detail a {
  display: inline-block;
  padding: 12px 50px;
  background-color: #f7e6f6;
  border: 1px solid #f7e6f6;
  color: #3a3a3a;
  border-radius: 40px;
  margin: 45px 0 75px 0;
}

.slider_item-detail a:hover {
  background-color: transparent;
  color: #f7e6f6;
}

.slider_section #carouselExampleIndicators,
.slider_section .carousel-inner,
.slider_section .carousel-item {
  height: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  top: initial;
  left: 2%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  background-color: #fff;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #000;
  background-size: 12px;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/left-black-arrow.png);
  bottom: 175px;
}

.slider_section .carousel-control-next {
  background-image: url(../images/right-black-arrow.png);
  bottom: 125px;
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next.png);
}

.slider_section .carousel-indicators {
  bottom: -25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  right: -14%;
  width: 200px;
  margin-left: auto;
}

.slider_section .carousel-indicators li {
  text-indent: initial;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 10px;
  display: none;
  color: #ffffff;
}

.slider_section .carousel-indicators li.active {
  display: block;
}

/* end slider section */
.about_section .img-box {
  position: relative;
}

.about_section .img-box .play_btn-box {
  position: absolute;
  top: 42%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #00d188;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.about_section .img-box .play_btn-box .play-btn {
  width: 20px;
  height: 27px;
  background-color: #f7e6f6;
  margin-left: 7px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.about_section .img-box .play_btn-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 75px;
  height: 75px;
  background-color: #00d188;
  border-radius: 100%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box {
  padding-left: 45px;
}

.about_section .detail-box h3 {
  margin-bottom: 35px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.business_section {
  background-color: #00d188;
}

.business_section .container {
  text-align: center;
  color: #ffffff;
  padding: 0 45px;
}

.business_section .container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.business_section .business_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
}

.business_section .business_container .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 15px;
}

.business_section .business_container .content-box .detail {
  min-width: 300px;
  height: 80%;
  padding: 25px;
  background-size: cover;
}

.business_section .business_container .content-box .detail h3 {
  margin-bottom: 20px;
  font-weight: bold;
}

.business_section .business_container .content-box a {
  display: inline-block;
  background-color: #ffffff;
  padding: 12px 40px;
  color: #121e26;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 35px;
}

.business_section .business_container .content-box a:hover {
  background-color: #121e26;
  color: #ffffff;
}

.business_section .business_container .content-box.box-1 .detail {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.75)),
      to(rgba(255, 255, 255, 0.75))
    ),
    url(../images/b-1.jpg);
  background: linear-gradient(
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0.75)
    ),
    url(../images/b-1.jpg);
}

.business_section .business_container .content-box.box-1:hover .detail {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0.9))
    ),
    url(../images/b-1.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../images/b-1.jpg);
  color: #ffffff;
}

.business_section .business_container .content-box.box-1:hover a {
  background-color: #121e26;
  color: #ffffff;
}

.business_section .business_container .content-box.box-2 .detail {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.75)),
      to(rgba(255, 255, 255, 0.75))
    ),
    url(../images/b-2.jpg);
  background: linear-gradient(
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0.75)
    ),
    url(../images/b-2.jpg);
}

.business_section .business_container .content-box.box-2:hover .detail {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0.9))
    ),
    url(../images/b-2.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../images/b-2.jpg);
  color: #ffffff;
}

.business_section .business_container .content-box.box-2:hover a {
  background-color: #121e26;
  color: #ffffff;
}

.business_section .business_container .content-box.box-3 .detail {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.75)),
      to(rgba(255, 255, 255, 0.75))
    ),
    url(../images/b-3.jpg);
  background: linear-gradient(
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0.75)
    ),
    url(../images/b-3.jpg);
}

.business_section .business_container .content-box.box-3:hover .detail {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0.9))
    ),
    url(../images/b-3.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../images/b-3.jpg);
  color: #ffffff;
}

.business_section .business_container .content-box.box-3:hover a {
  background-color: #121e26;
  color: #ffffff;
}

.make_section {
  text-align: center;
}

.make_section .box {
  padding: 40px 0;
  border: 1.5px solid #000;
}

.make_section h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.make_section h2.make-heading {
  text-transform: none;
  font-size: 5rem;
  color: #00d188;
  font-weight: bold;
}

.online_section h2 {
  text-align: center;
  border-bottom: 1px solid #00d188;
  text-transform: uppercase;
  font-weight: bold;
}

.online_section .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.online_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.online_section .img-box img {
  width: 100%;
}

.online_section .img-box .box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.online_section .img-box .box-2 {
  margin-left: 20px;
}

.online_section .detail-box {
  text-align: right;
  padding-left: 45px;
}

.online_section .detail-box h2.number-style {
  color: #e5e4e4;
  font-size: 9rem;
  margin-bottom: 45px;
  text-align: right;
  border: none;
  text-transform: none;
}

.online_section .detail-box a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #252525;
  border: 1px solid #252525;
  color: #ffffff;
  margin-top: 45px;
}

.online_section .detail-box a:hover {
  background-color: transparent;
  color: #252525;
}

.client_section {
  background-image: url(../images/client-bg.jpg);
}

.client_section h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 15px;
  border-top: 1px solid #ffffff;
}

.client_section .container .row {
  padding-top: 75px;
}

.client_section .detail_box {
  position: relative;
  padding: 25px 25px 45px;
  margin: 45px 0;
  background-color: #ffffff;
  color: #252525;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.21);
}

.client_section .detail_box .img_box {
  position: absolute;
  width: 115px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.client_section .detail_box .img_box img {
  width: 100%;
}

.client_section .detail_box h5 {
  padding-left: 135px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 18px;
}

.client_section .carousel-indicators {
  margin-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: -25px;
}

.client_section .carousel-indicators li {
  color: #ffffff;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 100%;
  background-color: #ffffff;
}

.client_section .carousel-indicators li.active {
  background-color: #1f2831;
}

.info_section {
  background-color: #252525;
  text-align: center;
  color: #fff;
}

.info_section .info-logo {
  font-family: "Dosis", sans-serif;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.info_section .partner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section .partner-box .box {
  background-color: #ffffff;
  padding: 5px 15px;
}

.info_items {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 25px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items::before {
  content: "";
  position: absolute;
  top: 25%;
  width: 80%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/location-black.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-black.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-black.png);
}

.info_items .item .img-box:hover {
  background-color: #20cc8e;
}

.info_items .item .img-box:hover.box-1 {
  background-image: url(../images/location-white.png);
}

.info_items .item .img-box:hover.box-2 {
  background-image: url(../images/telephone-white.png);
}

.info_items .item .img-box:hover.box-3 {
  background-image: url(../images/envelope-white.png);
}

/* footer section*/
.footer_section {
  font-family: "Dosis", sans-serif;
  background-color: #ffffff;
  padding: 25px 20px;
  text-transform: uppercase;
}

.footer_section p {
  color: #00d188;
  margin: 0;
  text-align: center;
}
.bg-dark {
  background-color: #1c4173 !important;
}
.footer_section a {
  color: #00d188;
}
.hero_section {
  background-color: #123463;
  color: #fff;
}

.partners_section {
  background-color: #113971;
}
section.bg-dark {
  background-color: #123463 !important;
}

footer h5 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.header_section {
  position: sticky;
  top: 0;
  z-index: 1000; 
  background: #fff;
}

footer a:hover {
  text-decoration: underline;
}
/* end footer section*/
/*# sourceMappingURL=style.css.map */
.py-5 {
  padding-bottom: 8rem !important;
}
.py-5 {
  padding-top: 7rem !important;
}
.perle{
   background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.perle span {
  font-size: 87px;
  text-align: center;
  color: #113971;
  display: flex;
  line-height:1;
  justify-content: center;
  padding: 145px;
  font-family: "things";
}
.header_section {
  background-color:#fff
}

.section-subtitle {
  font-size: 50px;
  color: #113971;
  font-family: 'things';
  margin-bottom: -10px;
  font-style: italic;
}
.section-title-1 {
  font-size: 75px;
  color: #113971;
  font-family: 'things';
  margin-bottom: 5px;
  font-style: italic;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 0 100px;
    background-color: #283e63;
    color: white;
}



.contact-form h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form button {
    padding: 12px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form form input, 
.contact-form form textarea {
   background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
  border-radius:0
}

.contact-form form button {
background-color:  white;
  color: #113971;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  font-family: "Nobel-Nobel_Light";
  width: 30%;
  float: right;
  border-radius: 0;
}

.contact-info p {
    margin-bottom: 20px;
    font-size: 1rem;
}
   .section-title {
      text-align: center;
      padding: 60px 20px 20px;
      font-size: 2.5rem;
    }
    .form-check-label {
      font-size: 0.9rem;
    }
    .btn-custom {
      background-color: #1e90ff;
      color: white;
    }
    .btn-custom:hover {
      background-color: #0f6cd1;
    }
    .info-text {
      line-height: 1.6;
    }
    .help h5 {
      margin-top: 20px;
    }
.contact-info h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footer-content {
    margin-top: 30px;
    text-align: center;
}

.footer-content img {
    width: 100px;
    margin-bottom: 10px;
}

.footer-content p {
    font-size: 1rem;
}
footer {
  background-color: #003366; 
  color: white;
  padding: 50px 0;
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.footer-content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo-section {
  flex: 1;
  color: #ffffff;
}
.project-carousel .owl-dots {
  display: none;
}

.event-formats {
  padding: 100px 0 45px 0;
  background: #fff;
  font-family: 'Times New Roman', serif;
}

.about_us h3 {
  font-family: "things";
  font-size: 60px;
  font-style: italic;
}

.section-title {
  font-size: 48px;
  font-weight: 400;
  color: #0d2c6c;
  font-style: italic;
  line-height: 1.2;
}
.about_us {
  background-color: #113971;
}
.section-desc {
font-size: 18px;
  color: #113971;
  line-height: 1.4;
  margin-right: 20px;
  font-family: "Nobel-Nobel_Light";
  padding-bottom: 20px;
  text-align: justify;
}

.view-more {
  font-size: 14px;
  color: #6680a3;
  text-decoration: none;
  font-weight: 500;

}

.view-more span {
  margin-left: 5px;
}


.counters .counter {
  font-size: 86px;
  color: #506e96;
  font-weight: 400;
  display: inline-block;
  font-family: 'things';
}

.counters .plus {
  font-size: 64px;
  color: #506e96;
  font-weight: 400;
  font-style: italic;
  margin-left: 2px;
}
.counters {
  padding: 50px 0 55px 0;
}
.counters p {
  font-size: 14px;
  color: #6680a3;
  margin-top: 5px;
  font-family: "Nobel-Nobel_Light";
}

.logo {
  font-size: 32px;
  font-weight: bold;
}

.joudyan-text {
  font-size: 36px;
  color: #4E7FC7; 
}

.by-elaf {
  font-size: 20px;
  color: #A7C5E5; 
}

.hotel-info {
  margin-top: 10px;
  font-size: 14px;
}

.darcom-section {
  flex: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
}

.darcom-info, .social-media, .contact-info, .newsletter {
  margin-bottom: 20px;
  width: 200px;
}
 @media(max-width: 786px){
  .custom_menu-btn button {
  margin-top: 0 !important;
  background-color: #123463 !important;
  }
  .financement .subtitle {
  padding: 0 30px !important;
}
.project-carousel .caption {
  white-space: initial !important; 
}
  .financement .section-title {
  font-size: 45pt !important;
  }
 }
.darcom-info ul, .social-media ul {
  list-style: none;
  padding: 0;
}

.darcom-info li, .social-media li {
  margin-bottom: 10px;
}

.darcom-info a, .social-media a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.darcom-info a:hover, .social-media a:hover {
  color: #4E7FC7;
}

.contact-info p, .newsletter p {
  font-size: 14px;
  margin-bottom: 10px;
}

.newsletter form {
  display: flex;
  flex-direction: column;
}

.newsletter input {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: none;
}
.carousel-indicators.custom-indicators {
  position: static;      
  margin-top: 15px;      
  display: flex;
  justify-content: center;
}

.carousel-indicators.custom-indicators li {
  background-color: #eee;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-indicators.custom-indicators .active {
  background-color: #fff;
}


/* .newsletter button {
  padding: 10px;
  background-color: #4E7FC7;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
} */

.newsletter button:hover {
  background-color: #A7C5E5;
}

.btn, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Nobel-Nobel_Light";
  font-size: 20px;
}
.about_us p , .list-unstyled li {
  font-family: "Rubik";
  text-align: justify;
  font-size: 15px;
}
/* .partners_section img {
  filter: grayscale(100%) brightness(70%);
} */
.list-unstyled span {
  font-family: "things";
  font-size: 20pt;
  display: ruby-text-container;
}

.list-unstyled {
  margin-top: 60px;
}
.contact-section{
  background-color: #113971;
}
.contact-section {
    display: flex;
    justify-content: space-between;
    color: white;
}

.contact-form {
    background-color: #123463;
    color: #333;
    padding: 40px 60px 90px 60px;
}
.contact-form form input:focus-visible , .contact-form form textarea:focus-visible {
  outline: none;
}
.contact-form h1 {
   font-size: 35px;
  margin-bottom: 35px;
  font-weight: 700;
  color: #fff;
}

.input-group {
    display: block !important;
}
.wpcf7 form .wpcf7-response-output {
 margin: 6em 0.5em 1em !important;
  color: #fff !important;
}
.input-group input,
.input-group textarea {
    width: 100%;
    padding: 15px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.floating-drift {
  animation: drift 5s ease-in-out infinite alternate;
}

@keyframes drift {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(10px, -5px); }
  50%  { transform: translate(-10px, 5px); }
  75%  { transform: translate(5px, -10px); }
  100% { transform: translate(0, 0); }
}

.input-group textarea {
    resize: vertical;
    height: 150px;
}

.checkbox-group {
    margin-bottom: 20px;
}

.checkbox-group label {
    font-size: 0.9em;
}

button {
    background-color: #1d3557;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* width: 100%; */
    font-size: 1em;
}

button:hover {
    background-color: #113971;
}

.contact-details {

    font-size: 0.9em;
    color: #123463;
}

.contact-details p {
    margin-bottom: 10px;
}
.contact-details  ul li {
  font-size: 20px;
}
.contact-details strong {
    font-weight: bold;
}
.contact-details {
  font-size: 20px;
}

.footer {
  background-color: #1c4173;
  color: white;
  padding: 100px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.footer-logo h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.footer-logo  {
  margin-bottom: 50px;
}
.footer-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.footer-section {
  flex: 1 1 200px;
}

.footer-section h3 {
  font-size: 23px;
  margin-bottom: 35px !important;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 30px;
}

.footer-section ul li a {
  font-size: 18px;
}
.footer-section ul li a {
  color: white;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 400;
}

#forum p {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

#forum  ul li {
  font-family: Arial, sans-serif;
  font-weight: 400;
}
.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-section p,
.footer-section a {
  font-size: 17px;
  color: white;
}

.newsletter form {
  display: flex;
  flex-direction: column;
}

.newsletter input[type="email"] {
  padding: 8px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #fff;
}

.newsletter button {
  padding: 8px;
  background-color: #113971;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.newsletter button:hover {
  background-color: #2e4a6f;
}

.footer-bottom {
  text-align: right;
  margin-top: 30px;
  font-size: 14px;
}
.checkbox-group label {
  font-size: 15px;
  font-family: "Nobel-Nobel_Regular";
  color: #fff;
}
.overlay {
  background-color: #123463f2 !important;
}
::placeholder{
   color:#909090;
     font-family: "Nobel-Nobel_Light";

}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li a , ul li {
  color:#fff;
  font-size: 13pt;
  padding: 6px 0;
  font-family: "Rubik"
}
/* --- Nos Projets --- */
.nos-projets {
  background: linear-gradient(to bottom, #113971 75%, #fff 75%);
  color: #fff;
  text-align: center;
}

.nos-projets .section-title {
  font-size: 60pt;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "things", sans-serif;
  color: #fff;
}

.nos-projets .subtitle {
  font-size: 16pt;
  margin-bottom: 60px;
  font-family: "Nobel-Nobel_Light", sans-serif;
}

.nos-projets .carousel-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}

/* --- Financement bancaire --- */
.financement {
  background: #fff;
  color: #113971;
  text-align: center;
  padding: 0px 0 0px 0;
}

.financement .section-title {
  font-size: 60pt;
  font-weight: bolder;
  margin-bottom: 10px;
  font-family: "things", sans-serif;
  color: #113971;
}

.financement .subtitle {
  font-size: 16pt;
  color: #113971;
  max-width: 700px;
  margin: 0 auto 60px;
  font-family: "Nobel-Nobel_Light", sans-serif;
  line-height: 1.5;
}

.biat {
  background: #113971;
  padding: 100px 15px;
  color: #fff;
}

/* --- Financement List --- */
.financement-list {
  margin: 20px auto 0;
  padding: 0 20px;
  list-style: disc inside;
  max-width: 600px;
  text-align: left;
}

.financement-list li {
  font-family: "Nobel-Nobel_Light", sans-serif;
  font-size: 18pt;
  padding: 10px 0;
}
/* Make sure images are fluid and rounded if needed */
.projet-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* optional */
}

/* Responsive grid for carousel items */
.projets-carousel .carousel-item .row > div {
  padding: 5px; /* optional spacing between images */
}

/* Extra small devices (phones, <576px) */
@media (max-width: 575.98px) {
  .perle span {
  display: inline !important;
padding: 0 !important;
  }
    .perle {
    padding: 80px 0; !important
    }
  .financement .section-title {
  font-size: 48pt !important;
  }
  .x-one{
    width: 100% !important;
  }
  .projets-carousel .carousel-item .row > div {
    flex: 0 0 100%; /* 1 image per row */
    max-width: 100%;
  }
}

/* Small devices (≥576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .projets-carousel .carousel-item .row > div {
    flex: 0 0 50%; /* 2 images per row */
    max-width: 50%;
  }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
  .projets-carousel .carousel-item .row > div {
    flex: 0 0 25%; /* 4 images per row */
    max-width: 25%;
  }
}

/* Optional: make carousel images not overflow */
.projets-carousel .carousel-item img {
  object-fit: cover; /* ensures images fill their container nicely */
}
/* Ensure images fill their container and look nice */
#countersCarousel img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px; /* optional rounded corners */
}

/* Responsive layout for carousel items */
#countersCarousel .carousel-item .row > div {
  padding: 5px; /* optional spacing */
}

/* Extra small devices (phones <576px) */
@media (max-width: 575.98px) {
  #countersCarousel .carousel-item .row > div {
    flex: 0 0 100%;  /* 1 image per row */
    max-width: 100%;
  }
}

/* Small devices (≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  #countersCarousel .carousel-item .row > div {
    flex: 0 0 50%;  /* 2 images per row */
    max-width: 50%;
  }
}

/* Medium devices and up (≥768px) */
@media (min-width: 768px) {
  #countersCarousel .carousel-item .row > div {
    flex: 0 0 25%;  /* 4 images per row */
    max-width: 25%;
  }
}

/* Optional: make images cover their column nicely */
#countersCarousel .carousel-item img {
  object-fit: cover;
}
/* General container style */
.image-container {
    display: grid;
    grid-template-columns: repeat(9, 1fr); /* Creates responsive columns */
    gap: 55px; /* Space between items */
    justify-items: center; /* Align items to the center */
  padding: 0 35px
}

/* For each image */
.image-container img {
    width: 80% !important;; /* Makes the image fill its grid cell */
    height: auto; /* Keeps the aspect ratio */
    object-fit: cover; /* Ensures the image covers the area of the cell */
    border-radius: 8px; /* Optional: adds a nice rounded corner */
}



/* Media Query for smaller screens */
@media (max-width: 768px) {
    /* For mobile screens, ensure 2 items per row */
    .image-container {
        grid-template-columns: repeat(3, 1fr);    gap: 15px; /* Space between items */
        padding: 0 5px

    }
    html, body {
  overflow-x: hidden;
  width: 100%;
}
#nos-projets .subtitle.aos-init {
  font-size: 23px;
  padding: 0 30px;
}
#nos-projets {
  background: linear-gradient(to bottom, #113971 83%, #fff 40%) !important;
}
.project-carousel{
  padding: 0 15px !important;
}

.project-carousel .item .caption {
  font-size: 12px !important;
}
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 45px; /* bigger */
  height: 45px;
  background-color: rgba(0, 0, 0, 0.7); /* strong dark background for contrast */
  border-radius: 50%;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(0,0,0,0.6); /* extra visibility on bright images */
}

/* PURE WHITE arrows */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* Hover: even brighter circle */
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

.here {
  margin-top: -60px;
}

.perle {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Nobel-Nobel_Light", sans-serif;
  overflow: hidden;
}

.perle span {
  display: inline-block;
  position: relative;
  font-style: italic;
}

.perle span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  transform: skewX(-20deg);
  animation: shine 2s infinite;
}

@keyframes shine {
  0% { left: -75%; }
  100% { left: 125%; }
}

#Inscription {
  padding: 80px 0;
  background: #fff;
}
.contact-details li {
  color: #123463;
}

.project-carousel .item {
  position: relative;
  overflow: hidden;
}

.project-carousel .img-box {
  position: relative;
}

.project-carousel .img-box img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.project-carousel .img-box:hover img {
  transform: scale(1.05);
}

.project-carousel .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
  padding: 10px 25px;
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.4s ease;
}


.project-carousel .item .caption {
  opacity: 1;
  white-space: nowrap;
  font-family: "Nobel-Nobel_Light", sans-serif;
}


.financement {
  margin-top: -40px;
}
.project-carousel {
  padding: 0 60px;
}
#nos-projets {
  background: linear-gradient(to bottom, #113971 70%, #fff 40%);
}

.partners-carousel .owl-nav {
display: none
}


.partners-carousel img {
  height: 125px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.footer-section h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-section ul {
  padding: 0;
  margin: 0;
}

.footer-section a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.footer-section a:hover {
  color: #506e96;
}

.footer-section i {
margin-right: 15px;
  color: #9ac3fd9e;
  font-size: 29px;
  transition: color 0.3s ease;
}

.footer-section a:hover i {
  color: #fff;
}

.social-links li,
.contact-links li {
  margin-bottom: 10px;
}

.social-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.btn-close {
  background-color: transparent !important;
  color: white !important;
  padding: 0 12px !important;
}
.modal-body p {
  text-align: center;
  font-family: "Nobel-regular";
}
.hero-video {
  width: 100%;
  height: auto;
  object-fit: cover; /* or "contain" depending on layout */
  display: block;
}
/* Optional CSS for additional styling */
.modal-content {
  background-color: #113971; /* Custom background color */
  color: white; /* Text color */
}
.modal-footer {
  justify-content: center !important;
}


.modal-body {
  font-size: 1.1rem;
}

.modal-body {
  font-size: 1.1rem;
  padding: 0 25px;
  margin-bottom: 30px;
}


.perle.show-bg {
  opacity: 1;
}

/* TEXT INITIALLY HIDDEN */
.perle-text {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.contact-details li {
  padding-bottom: 15px;
}
/* WHEN SHOW-TEXT IS ADDED */
.perle-text.show-text {
  opacity: 1;
  transform: translateY(0);
}
ul li i {
  color: #fff; /* or #000, or your theme color */
  margin-right: 8px;
  font-size: 1.2rem;
}
.counters .owl-nav {
  display: none;
}

.contact-details .fas {
  color: #123463;
font-size: 35px;
  margin-bottom: 15px;
}

#edition-prec {
  padding-bottom: 105px;
}

#lang_choice_1 {
  background: transparent;
  border: none;
  color: #123463;
}


/* ============================
   RTL (Arabic) Direction Rules
   ============================ */

body.rtl, 
.header_section.rtl, 
.footer.rtl {
  direction: rtl;
  text-align: right;
}

/* Flip flex layouts */
/*body.rtl .navbar,
body.rtl .footer-sections,
body.rtl .footer-section {
  flex-direction: row-reverse;
}
*/
/* Adjust nav items */
body.rtl .navbar-nav {
  margin-right: 0;
  margin-left: auto;
}

/* Ensure icons and links align nicely */
body.rtl .nav-link i,
body.rtl .contact-links i {
  margin-left: 8px;
  margin-right: 0;
}

/* Adjust logo position if needed */
body.rtl .navbar-brand {
  margin-right:auto;
}

body.rtl .content{
  text-align: right;
}

body.rtl .footer-logo{
  float: left !important; 
}

/* Only for Arabic forms */
.ar ::placeholder {
  color: #909090;
  font-family: "Nobel-Nobel_Light";
  text-align: right;
}
body.rtl .financement-list {
  text-align: right;
}
/* Keep phone/email numbers displayed LTR even on Arabic pages */
.contact-links a[href^="tel"],
.contact-links a[href^="mailto"] {
  direction: ltr;
  unicode-bidi: embed;
  display: inline-block;
}
body.rtl .content-background {
  right: 0;
}

body.rtl  .content {
  padding-right: 5%;
}

body.rtl .modal-body label {
  text-align: right !important;
}
body.rtl #forum p {
  font-size: 17px !important;
  font-family: inherit !important;
}