/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

body {
  /*padding-top: 3rem;*/
  /* padding-bottom: 3rem; */
  color: #5a5a5a;
  font-family: 'Prompt', Sans-serif;
}

a{
  color: unset;
}

.fontMainColor{
  color: #07032A;
}

.fontSecondColor{
  color: #C24914;
}

.greyBg{
  background-color: #EAEAEA;
}

.orangeBg{
  background-color: #C24914;
}

.blueBg{
  background-color: #0a043c;
}

.orangeColor{
  color: #C24914;
}

.marginAuto{
  margin:auto;
}

.textCenter{
  text-align: center;
}

.padding0 {
  padding: 0px !important;
}

a:link {
  text-decoration: none;
  color: unset;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: unset;
}

a:active {
  text-decoration: none;
}

.container-fluid{
  padding: 7px 37px 0 37px;
}

.nav-link.disabled{
  color: #07032A;
}

#companyLogo{
  width: 200px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption-custom {
  background-color: transparent;
    background-image: linear-gradient(90deg, #f8f8f8 48%, #fbfbfb17 48%);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    position: relative;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.row{
  --bs-gutter-x:0rem;
}

.contactAreaRight .contactAreaItem02Box a:hover{
  color: #C24914;
}

.subMenuArea{
  position: absolute;
  opacity: 0.96;
  animation: 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
  display: none;
}

#topHotLineArea a:hover,#menutopHotLineAreaArea a:visited,#menutopHotLineAreaArea a:active{
  color: unset !important;
}

.subMenuArea ul{
  padding: 0px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 0.35rem;
  background-color: #FFF;
  box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
}

.subMenuArea ul li{
  padding: 10px 20px;
  list-style: none;
}

.subMenuArea ul li:hover{
  background-color: #C24914;
  color: #FFF;
}

.subMenuArea li{
  display: block;
}

.mainMenu a:hover + .subMenuArea{
  display: block;
}

.subMenuArea:hover{
  display: block;
}

.subMenuArea ul .active{
  background-color: #C24914;
  color: #FFF;
}

.contactArea .contactAreaItem02Box a{
  display: block;
  padding-bottom: 10px;
}

.contactArea .contactAreaItem02Box a{
  display: block;
  padding-bottom: 10px;
}

.contactArea .contactAreaItem02Box .paddingBottom30{
  padding-bottom: 30px;
}

.contactArea .contactAreaItem02Box .paddingBottom10{
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.relativeArea{
  position: relative;
}

.BigFontWeight{
  font-weight: 500;
}

.smallBlueTitle{
  font-size: 18px;
  color: #0a043c;
}

.BigBlueTitle{
  font-size: 45px;
  color: #0a043c;
  font-weight: 250;
}

#back-to-top{
  position: fixed;
  bottom: 70px;
  right: 20px;
  background: #0a043c;
  border-radius: 7px;
  padding: 3px 10px;
  opacity: 0.9;
}

#back-to-top i{
  font-size: 30px;
  color: #FFF;
}

/* Contact Area */
  
.contactArea{
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 50px;
}

.contactAreaLeft{
  width: 50%;
}

.contactAreaRight{
  width: 50%;
}

.contactAreaIcon{
  font-size: 35px;
  color: #c24914;
  font-weight: 100;
  padding-right: 20px;
}

.contactAreaItemTxtHeader{
  font-size: 24px;
}

.contactAreaItem01{
  display: flex;
  margin-right: 25px;
}

.contactAreaItemTxt{
  color: #0a043c;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.contactAreaItem02{
  margin-top: -170px;
  z-index: 2;
  width: 45%;
  position: relative;
}

.contactAreaItem02Box{
  color: #fff;
  text-align: left;
  padding: 45px 40px 45px 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  min-height: 382px;
}

.color01{
  background-color: #0a043c;
}

.color02{
  background-color: #c24914;
}

.contactAreaItem02Box i{
  font-size: 20px;
  padding-right: 10px;
}

/* footer */

.footerArea{
  background-color: #EAEAEA;
  padding: 30px 20px 10px 20px;
}

.footerArea i{
  font-size: 20px;
  padding-left: 10px;
  color: #0a043c;
}

.footerArea i:hover{
  font-size: 20px;
  color: #c24914;
  font-size: 18px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

  #navbarCollapse{
  margin-top: 30px;
  flex-basis: unset;
  flex-grow: unset;
}

#slideMenuLogoArea{
  display: none;
  position: relative;
}

/* menu */

#pageMenuArea #btnOpenMenuArea{
  font-size: 26px;
  position: absolute;
  font-weight: 700;
  font-weight: bold;
  right: 20px;
  top:40px;
  cursor: pointer;
  display: none;
}

.navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link{
  color: #C24914;
}

.navbar-nav .nav-link{
  color: #07032A;
}

.navbar-nav .nav-link:hover{
  color: #C24914;
}

.navbar-expand-md{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 100px;
}

#menuArea{
  display: flex;
}

.circleContactArea{
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 999;
}

.circleContactArea .phoneCircleContactArea{
    width: 50px;
    height: 50px;
    background-color: #c24914;
    cursor: pointer;
    border-radius: 30px;
    border:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.circleContactArea .lineCircleContactArea{
    width: 50px;
    height: 50px;
    background-color: rgb(2, 185, 2);
    cursor: pointer;
    border-radius: 30px;
    border:0px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.circleContactArea .phoneCircleContactArea i {
    color: #fff;
    font-size: 22px;
    padding: 0px;
}

.circleContactArea .lineCircleContactArea img{
    max-width: 100%;
    width: 40px;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  
  /***************************************************/

  @media (max-width: 1440px) {
    .container{
      /* max-width: 1400px; */
    }
  }
   
  @media (min-width: 1200px) {
    .container {
      /* width: calc(100% - 60px);
      max-width: calc(100% - 60px); */
    }
  
    .contactAreaItem02{
      margin-top: -170px;
      z-index: 2;
      width: 50%;
    }
  
  }

  @media (max-width: 1200px) {
    .contactArea .contactAreaRight{
      width: 50%;
    }
  
    .contactArea .contactAreaItem02{
      width: 50%;
    }

    .container {
      max-width: unset;
      padding: 0px 20px;
    }
  }

  @media (max-width: 992px) {

    #companyLogo{
      width: 150px;
    }

    .subMenuArea{
      position: relative;
      display: block;
    }

    .navbar-expand-md{
      background-color: #FFF;
    }

    /* pagemenuArea */
  
    #pageMenuArea #navbarCollapse{
      position: fixed;
      top: 0px;
      left: -360px;
      height: 100%;
      z-index: 1;
      background: #F8F8F8;
      width: 100%;
      max-width: 360px;
      margin: 0px;
      display: block !important;
    }
  
    #menuArea{
      padding: 25px;
    }
  
    #menuArea #slideMenuLogoArea{
      display: block;
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    #menuArea #slideMenuLogoArea img{
      width: 150px;
    }
  
    #menuArea #slideMenuLogoArea .closeArea{
      position: absolute;
      right: 10px;
      cursor: pointer;
    }
  
    #menuArea #slideMenuLogoArea .closeArea i{
      font-size: 30px;
      color: #C24914;
    }
  
    #slideMenuLogoArea .item{
      display: inline;
    }
  
    .navbar-expand-md .navbar-nav{
      flex-direction: column;
    }
  
    #pageMenuArea .navbar-nav .nav-item{
      padding-bottom: 10px;
    }
  
    #pageMenuArea #navbarCollapse #menuArea .hotline{
      padding-left: 0px;
      cursor: pointer;
      color: #07032A;
    }
  
    #pageMenuArea #menuArea{
      display: block;
    }
  
    #pageMenuArea #btnOpenMenuArea{
      display: block;
    }

    .carousel-caption-custom {
      background-image: linear-gradient(90deg, #f8f8f8 20%, #fbfbfb17 48%);
    }

    .contactArea{
      width: 100%;
      max-width: 100%;
      height: 400px;
    }
  
    .contactArea .contactAreaLeft{
      bottom: -270px;
    }
  
    .contactArea .contactAreaRight{
      width: 70%;
      position: absolute;
      right: -20px;
      top: -20px;
    }
  
    .contactAreaItem01{
      padding-left: 100px;
    }
  
    .contactAreaItem02{
      margin-top: -170px;
      z-index: 2;
      width: 50%;
    }

    .container{
      padding: 0px;
      width: calc(100% - 40px);
    }

  }

  @media (max-width: 768px) {
    .float-end{
      float: unset !important;
      padding-bottom: 20px;
      padding-top: 10px;
    }
  
    .footerArea i{
      font-size: 25px;
      padding-left: 0px;
      padding-right: 20px;
    }

    .container-fluid {
      padding: 7px 15px 0 15px;
    }

    .contactArea .contactAreaLeft{
      position:absolute;
      bottom: -20px;
    }
  
    .contactArea .contactAreaRight{
      width: 100%;
      padding: 0px 15px;
      top:-100px;
      display: block;
    }
  
    .contactAreaOuter{
      display: block;
      margin-top: -70px;
      min-height: 940px;
    }
  
    .contactAreaLeft{
      height: auto;
    }
  
    .contactArea .contactAreaItem02{
      width: 100%;
    }
  
    .contactAreaItem02{
      margin-top: 0px;
    }
  
    .contactArea .contactAreaLeft{
      display: block;
    }
  
    .contactArea .contactAreaItem01{
      width: 100% !important;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px;
    }
  
    .contactAreaLeft{
      margin-bottom: 20px;
    }

    .contactArea .contactAreaRight{
      right: 0px;
    }

  }