@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap");

@font-face {
  font-family: "Arial Rounded MT";
  src: url("../fonts/ArialRoundedMTBold.woff2") format("woff2"),
    url("../fonts/ArialRoundedMTBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial MT Std";
  src: url("../fonts/ArialMTStd-Light.woff2") format("woff2"),
    url("../fonts/ArialMTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

body {
  font-family: "Arial MT Std", sans-serif;
}

.products_list{
  padding-left: 15px;
}

img {
  max-width: 100%;
}
a{color:#0d1140;text-decoration: none;}
.country_timings {
  background-color: #0d1140;
  color: #fff;
  padding: 7px 0;
}

.country_timings.profile_inner {
  border-bottom: 1px solid;
}

.country_timings > .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.country_timings span {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}

.country_timings > .container div p, .country_timings > .container div a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 0px;
  border-radius: 5px;
  margin-bottom:0;
}

.country_timings > .container div a {
  color: #fff;
  text-decoration: none;
}

.country_timings > .container div {
  padding-left: 20px;
  border-left: 1px solid grey;
}

.country_timings > .container div p img {
  width: 16px;
}

.top_logo {
  padding: 10px 0;
  text-align: center;
}

.top_logo img {
  width: 125px;
}

.modal-header{
  border-bottom: none;
  padding-bottom: 0;
}

.modal-header .btn-close{
  opacity: 1;
}

.login_main .login_div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
}

.login_main .login_div h2 {
  color: #0d1140;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 37px;
}

.login_main .container{
  padding: 0;
}

.modal{
  background-color: #000000ba;
}

.login_main .login_div img{
  width: 90px;
}

.login_main .login_div form {
  width: 100%;
}

.login_main .login_div form div {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.login_main .login_div form input {
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #ececec80;
  border: 1px solid #dbdbdb;
}

.login_main .login_div form input::placeholder {
  font-size: 14px;
}

.login_main .login_div form div label {
  font-size: 15px;
  font-weight: 600;
}

.login_main .login_div form div label span {
  color: red;
}

.login_main .login_div form p {
  margin-bottom: 0;
  text-align: end;
  font-size: 14px;
  color: #0d1140;
  font-weight: 600;
}

.login_main .login_div form .sign_btn {
  width: 100%;
  background-color: #0d1140;
  text-transform: uppercase;
  color: #fff !important;
  padding: 10px 0;
  font-size: 14px;
  border: none;
  font-weight: 400;
  border-radius: 7px;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
}

.login_main .login_div form a{
  text-decoration: none;
  color: #000;
}

.login_main .login_div h6 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  color: #0d1140;
  font-size: 15px;
  font-weight: 600;
}

.brands_desc {
  padding: 70px 0;
}

.brands_desc .col-md-3 {
  padding: 0;
}

.brands_desc .col-md-3 a{
  text-decoration: none;
}

.copy_rights.profile div ul li a{
  color: #6c6c6c;
  text-decoration: none;
}

.brands_desc .col-md-3 div {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
  padding: 25px 0;
}

.brands_desc .col-md-3 div img {
  width: 50px;
}

.brands_desc .col-md-3 div p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #00003f;
  font-weight: 600;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.1;
}

.footer_section {
  background-color: #0d1140;
  padding: 50px 0;
  color: #fff;
}

.footer_section.inverse {
  background-color: #fff;
  color: #6c6c6c;
}

.footer_section h1, 
.footer_section h2, 
.footer_section h3, 
.footer_section h4, 
.footer_section h5, 
.footer_section h6{
  color: #fff;
} 
.footer_section.inverse h1{
  color: #6c6c6c;

}
.footer_section .col-md-4 {
  text-align: center;
}

.footer_section .col-md-4 img {
  width: 170px;
}

.footer_section .col-md-8 h1 {
  font-weight: 600;
}

.footer_section .col-md-8 p {
  margin-bottom: 0;
}

.copy_rights {
  padding: 15px 0;
}

.copy_rights p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}

.header_main {
  background-color: #0d1140;
}

.navbar-brand img {
  width: 100px;
}

.navbar-nav {
  gap: 25px;
  z-index: 9999;
}

.navbar-nav .nav-link {
  color: #ffffffd1 !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.navbar .container {
  flex-direction: column;
}

.banner_section {
    padding: 40px 0px 60px 0px;
    overflow: hidden;
}
.banner_section.slick-slider{margin-bottom: 0px;}
.slick-slide{
    //padding-bottom: 100px;
}

.banner_section .world_center {
  background-image: url("../images/logo_bg_banner.png");
  background-size: cover;
  padding: 30px;
  min-height: 450px;
  position: relative;
  background-color: #0000001a;
  background-blend-mode: overlay;
  background-position: center;
}

.banner_section .world_center h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.banner_section .world_center .world_center_boxes {
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  bottom: -270px;
}

.banner_section .world_center .world_center_boxes h2 {
  color: #fff;
  font-weight: 700;
  text-align: end;
}

.brands_desc {
  position: relative;
  background-color: #fff;
  max-width: 1050px;
  margin: auto;
  z-index: 9999;
}

.brands_desc .col-md-3 div {
  text-align: center;
  padding: 25px 20px;
  border-right: 1px solid #00000030;
 /* height: 100%;*/
  cursor: pointer;
}
/*
.brands_desc .col-md-3 div .onhover{
    display: none;
}

.brands_desc .col-md-3 div:hover{
    background-color: #151944;
    transform: scale(1.1);
}

.brands_desc .col-md-3 div:hover p{
    color: #fff;
}

.brands_desc .col-md-3 div:hover .normal{
    display: none;
}

.brands_desc .col-md-3 div:hover .onhover{
    display: flex;
}

*/
.brands_desc .col-md-3 div img {
    width: 40px;
    margin: auto;
}


.brands_desc .col-md-3 div p {
  font-size: 13px;
}

.world_center_boxes.home_boxes .brands_desc{
  max-width: 100%;
  top:0;
}

.new_york_right h1 {
  color: #515151;
  font-size: 70px;
  opacity: 0.35;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.new_york_right {
  margin-bottom: 120px;
  margin-left: 50px;
}

.baron_text {
  display: flex;
  align-items: center;
  gap: 7px;
}

.baron_text p {
  margin-bottom: 0;
  color: #151944;
  line-height: 1.4;
  font-size: 19px;
  max-width: 400px;
}

.baron_text p span {
  font-weight: 600;
}

.baron_text h3 {
  font-family: "Arial MT Std", sans-serif;
  color: #151944;
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 0;
}

.uae_left {
  max-width: 540px;
  margin: auto;
}

.uae_left p {
  font-size: 20px;
}

.uae_left .baron_text {
  flex-direction: column;
  align-items: start;
}

.uae_left .baron_text a {
  background-color: #0d1140;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: none;
}

.countries_desc {
  margin-bottom: 100px;
  overflow: hidden;
}

.copy_rights.profile div {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.copy_rights.profile div ul {
  list-style-type: none;
  display: flex;
  gap: 15px;
  margin-bottom: 0;
  cursor: pointer;
}

.copy_rights.profile div ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.439);
  padding-right: 15px;
}

.login_btn {
  /*background-color: #fff;*/
  /*color: #0d1140;*/
  padding: 5px 20px !important;
  font-weight: 900;
  /*text-transform: uppercase;*/
  cursor: pointer;
}

.banner_section.home_page .slick-prev {
  z-index: 1;
  /* background-color: #fff; */
  left: 55px;
  top: 50%;
}

.banner_section.home_page .slick-next {
  right: 55px;
}

.banner_section.home_page .slick-slide {
  padding-bottom: 0px;
}

.banner_section.home_page {
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  .country_timings > .container {
    justify-content: space-between;
  }

  .brands_desc .col-md-3 div {
    padding: 25px 15px;
  }

  .new_york_right h1 {
    font-size: 65px;
  }

  .uae_left {
    max-width: 420px;
    margin: auto;
  }
}

@media (max-width: 991px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 850px !important;
  }

  .brands_desc .col-md-3 div p {
    font-size: 13px;
  }

  .navbar .container {
    flex-direction: row;
  }

  .country_timings p {
    font-size: 11px;
  }

  .country_timings > .container div {
    padding-left: 15px;
    border-left: 1px solid grey;
  }

  .world_center_boxes .brands_desc .col-md-3 div p {
    font-size: 11px;
}

.copy_rights.profile div{
    flex-direction: column;
}
}

@media (max-width: 767px) {
  .country_timings > .container {
    flex-flow: wrap;
    gap: 15px;
    justify-content: center;
  }

  .top_logo img {
    width: 100px;
  }

  .login_main {
    padding: 50px 0;
  }

  .brands_desc .col-md-3 div {
    margin: 10px 15px;
  }

  .brands_desc {
    padding: 30px 0;
  }

  .footer_section .col-md-4 img {
    width: 110px;
    margin-bottom: 20px;
  }

  .navbar-nav {
    gap: 5px;
  }

  .banner_section .world_center {
    min-height: 800px;
  }

  .banner_section .world_center {
    padding: 15px;
  }

  .banner_section .world_center h1 {
    font-size: 22px;
  }

  .banner_section .world_center .world_center_boxes h2 {
    font-size: 20px;
  }

  .banner_section .world_center .world_center_boxes {
    bottom: -60px;
  }

  .world_center_boxes .brands_desc .col-md-3 div {
    border-right: 1px solid #fff;
  }

  .banner_section {
    padding: 40px 0px 50px 0px;
  }

  .new_york_right h1 {
    font-size: 45px;
    margin-top: 10px;
  }

  .mob_reverse {
    flex-direction: column-reverse;
  }

  .uae_left {
    margin: 40px 10px;
  }

  .new_york_right {
    margin-bottom: 40px;
  }

  .countries_desc {
    margin-bottom: 50px;
  }

  .copy_rights.profile div {
    flex-direction: column;
    padding: 0px 10px;
    gap: 10px;
  }

  .copy_rights.profile div ul {
    list-style-type: none;
    display: flex;
    gap: 5px 15px;
    margin-bottom: 0;
    cursor: pointer;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .navbar-toggler {
    background-color: #fff;
  }
}


/* Inner pages */
h1.page-title {
  padding: 10px 0 10px 0;
  margin-bottom: 25px;
  border-bottom: 1px #ebebeb solid;
  font-size: 30px;
  color: #00003f;
}


nav.side-nav ul {
  list-style: none
}

nav.side-nav ul li {
  display: block
}

nav.side-nav > ul > li, ul.side-sub-menu > li {
  border-bottom: 1px #EBEBEB solid !important;
}

nav.side-nav > ul > li > ul.side-sub-menu > li:last-child {
  border-bottom: none !important;
}

nav.side-nav ul li a i {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 10px
}

nav.side-nav ul li a {
  display: block;
  padding: 4px 0 4px 0;
  text-decoration: none;
  color: #6c6c6c;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

nav.side-nav ul li a:hover {
  color: #b17c2c
}

nav.side-nav ul li a:hover i {
  padding-right: 15px
}

nav.side-nav ul li.current-item > a {
  color: #b17c2c !important
}

article.content-block {
  padding: 25px 0 20px 0;
  text-align: justify
}

div.col article.content-block:first-child {
  padding-top: 0 !important
}

article.content-block.pad-bot0, .pad-bot0 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important
}

article.content-block h3 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px #e2e2e2 solid
}

h3.decorative-heading {
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px #e2e2e2 solid;
  line-height: 0.9em
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.copy_rights.profile div ul li a:hover{
  color: #b17c2c;
}
