@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;600;700&display=swap');

body{
  font-family: 'Nunito', sans-serif;
  background: white;
}

a{
  text-decoration: none !important;
}


/* nav active */
.nav-active{
  color: #DB9D0D !important;
  font-weight: bold !important;
}

/**===========>MENU**/

.site-navbar{
  margin-bottom: 0px;
  padding: 1em 0;
  width: 100%; 
  background: white;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}
  
.site-navbar .site-navigation .site-menu > li{
  display: inline-block; 
  margin-top: 7px;
}

.site-navbar .site-navigation .site-menu > li > a{
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  color: black;
}
.site-navbar .site-navigation .site-menu > li > a:hover{
  color: #DB9D0D;
}


.site-mobile-menu{
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: black;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu{
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header{
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #DB9D0D;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close{
  float: right;
  margin-top:0px;
  font-size: 30px;
}

.site-mobile-menu .site-mobile-menu-body{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap{
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
    
.site-mobile-menu .site-nav-wrap a{
  padding: 10px 20px;
  display: block;
  position: relative;
  color: white;
}
      
.site-mobile-menu .site-nav-wrap a:hover{
  color: #DB9D0D;
}
      
.site-mobile-menu .site-nav-wrap > li > a{
  padding-left: 20px;
  font-size: 20px;
}
.site-menu-toggle{
  color: black;
}


/**===========>MAIN SYTLE**/


.main-logo{
  width: 180px;
  height: auto;
}
/**.chat{
  display: none;
}**/
.bg-slider{
  width: auto;
  height: 750px;
  padding: 300px 15px 100px;
}
.bg-slider a{
  text-decoration: none;
  font-weight: 600;
  color: white !important;
  position: absolute;
}
.bg-slider h1{
  width: 65%;
  line-height: 100%;
  font-weight: 700;
  font-size: 60px;
  color: white;
  position: relative;
  animation-duration: 1s;
}
.bg-slider h2{
  width: 50%;
  line-height: 100%;
  font-weight: 400;
  font-size: 25px;
  color: white;
  position: relative;
  animation-duration: 2s;
}
.btn{
  border-radius: 50px;
  animation-duration: 2s;
}
.w-40{
  width: 40%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.w-50{
  width: 50%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.w-60{
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.w-70{
  width: 70%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.line{
  width: 40%;
  height: auto;
  padding-top: 40px;
  border-bottom: 2px solid #DB9D0D;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.line2{
  width: 27%;
  height: auto;
  padding-top: 40px;
  border-bottom: 2px solid #DB9D0D;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.bolder{
  font-weight: 700;
}
.bold{
  font-weight: 600;
}
.icon{
  width: 25%;
  display: block;
  margin: 0 auto;
}
.icon-normal{
  width: 80%;
}
.icon-s{
  width: 8%;
}
.bg-space{
  padding: 4em 0 2em 0;
  margin-top: 0em;
}
.bg-space2{
  padding: 1em 0;
}
.bg-yellow{
  background: #DB9D0D;
  width: 100%;
}
.card-title a{
  text-decoration: none;
  color: black;
}
.card-title a:hover{
  text-decoration: none;
  color: white;
}

.text-white{
  color: white;
}
.btn-center{
  color: white !important;
  background: #28a745;
  margin: 0 auto;
  margin-top: 1em;
  display: block;
  width: 20%;
  text-align: center;
  margin-bottom: 2em;
}
.btn-center:hover{  
  background: #218838;
}
.bg-black{
  background: black;
}
.bg-black a{
  text-decoration: none;
  color: white;
}
.bg-black a:hover{
  text-decoration: none;
  color: #DB9D0D;
}
.bg-header{
  width: 100%;
  height: 600px;
  padding-top: 12em;
}
.bg-header:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
  }
.bg-header h1{
  width: 85%;
  line-height: 100%;
  font-weight: 700;
  font-size: 45px;
  color: white;
  position: relative;
  animation-duration: 1s;
}
.bg-header h2{
  width: 70%;
  line-height: 100%;
  font-weight: 400;
  font-size: 25px;
  margin-top: 30px;
  color: white;
  position: relative;
  animation-duration: 2s;
}
.content{
  background: white;
  padding: 5em 0;
  position: relative;
}
.content p{
  font-size: 20px;
}
.page-link{
  color: black;
  background: #DB9D0D;
}
.page-link:hover{
  color: #DB9D0D;
  background: black;
}
.page-link.active{
  color: white;
  background: black;
}
@media screen and (max-width: 768px){
/**.chat{
  position:fixed;
  bottom:0;
  right:0;
  padding-right: 20px;
  padding-bottom: 20px;
  display: block;
  z-index: 999;
}
.chat a{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: green;
  color: white;
  font-size: 14px;
  line-height: 17px;
  border: 4px solid white;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.3);
}**/
.bg-slider{
  width: auto;
  height: 500px;
  padding: 200px 15px;
}
.bg-slider a{
  text-decoration: none;
  font-weight: 600;
  color: white !important;
  position: absolute;
}
.bg-slider h1{
  width: 100%;
  line-height: 110%;
  font-weight: 700;
  font-size: 30px;
  color: white;
  position: relative;
  text-align: center;
}
.bg-slider h2{
  width: 100%;
  line-height: 110%;
  font-weight: 400;
  font-size: 20px;
  color: white;
  position: relative;
  text-align: center;
}
.btnc{
  width: 90%;
  text-align: center;
  margin-top: 10px !important;
}
.bg-setting{
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: 40% 0%;
}
.w-40{
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 120%;
  font-size: 26px;
}
.w-50{
  width: 100% !important;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 120%;
  font-size: 20px;
}
.w-60{
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 120%;
  font-size: 26px;
}
.w-70{
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 100%;
}
.line{
  width: 60%;
  height: auto;
  padding-top: 20px;
  border-bottom: 2px solid #DB9D0D;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.line2{
  width: 60%;
  height: auto;
  padding-top: 20px;
  border-bottom: 2px solid #DB9D0D;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.bolder{
  font-weight: 700;
}
.bold{
  font-weight: 600;
}
.icon{
  width: 14%;
  display: block;
  margin: 0 auto;
}
.icon-normal{
  width: 100%;
}
.btn-center{
  color: white !important;
  background: #28a745;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 2em;
  display: block;
  width: 90%;
  text-align: center;
}
.card-title{
  font-size: 20px;
}
.p-2{
  padding: 0 !important;
}
.bg-black h4{
  font-size: 18px;
}
.bg-black p{
  font-size: 15px;
}
.bg-space2{
  padding-bottom: 30px !important;
}
.bg-header{
  width: 100%;
  height: 400px;
  padding-top: 12em;
}
.bg-header h1{
  width: 90%;
  line-height: 120%;
  font-weight: 700;
  font-size: 25px;
  color: white;
  position: relative;
  animation-duration: 1s;
}
.bg-header h2{
  width: 70%;
  line-height: 120%;
  font-weight: 400;
  font-size: 18px;
  margin-top: 30px;
  color: white;
  position: relative;
  animation-duration: 2s;
}
.content{
  background: white;
  padding: 2em 0;
}
.content p{
  font-size: 17px;
}
}