@import url('https://fonts.googleapis.com/css?family=Battambang|Hind+Vadodara&display=swap');
*{
    padding: 0;
    margin: 0;
}
body{
  background: #eee;
  /**/
  /*font-family: 'Battambang', cursive !important*/

  font-family: 'Battambang','Hind Vadodara', sans-serif !important


}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}

a, a:hover{text-decoration: none;}
li{list-style: none;}
.d-flex{display: flex;}
.no-radius{border-radius: 0 !important}
.pt-13{padding-top: 13px;}
.pt-15{padding-top: 15px;}
img{max-width: 100%}
.padd-5{
  padding-right: 5px;
  padding-left: 5px;
}
.mb-10{
  margin-bottom: 10px;
}

.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: none;
}

/*===============================================
=================================================
               Waraper Header top
=================================================
================================================= */
.dropdown-lang{display: none;}
.wrapper-header{
  width: 100%;
}
.wrapper-header .at-menu-sec {
  padding: 30px 0;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url("../images/cover2.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  height: auto;
}
.wrapper-header .at-over-menu-layer-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.wrapper-header .at-over-menu-layer-black img{
  background: #fff;
  position: relative;
  z-index: 2;
}
.translate-language{
  background: #185F9A;
  height: 40px;
  position: relative;
  color: #fff
}
.translate-language a{
  position: relative;
  color: #ffff;
  float: left;
  padding: 10px;    
}
/*Dropdown Translate Language*/
  /*.dropbtn {
    background-color: #1E6399;
    color: white;
    padding: 7px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    z-index: 1
  }

  .dropdown {
    position: relative;
    display: inline-block;
    float: right;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width:90px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 4px 12px;
    text-decoration: none;
    display: block;
  }
  .show {display: block;}
  .dropbtn > i:hover:after {
      text-decoration: underline;
      transform: rotate(-90deg);
  }*/


#Menulanguage
{
  padding:0;
  margin:0;
  list-style-type:none;
  font-size:13px;
  color:#717171;
  width:100%;
}

#Menulanguage li
{
  display: inline-block;
  padding:1px 6px;
}

#Menulanguage li:hover
{
  color:White;
  background-color:#ffcc00;
}

#Menulanguage a:link
{
  color:#717171;
  text-decoration:none;
}

#Menulanguage a:hover
{
  color:White;
}
/*===============================================
=================================================
                    Menu
=================================================
================================================= */

nav {
  position: relative;
  margin: 0 auto;
}
.menu {
  margin: 0;
  padding: 0;
}
.menu ul {
  margin: 0;
  padding: 0;
}
#cssmenu,
.menu,
.menu li,
.menu li a,
#head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F09900;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
#cssmenu #head-mobile {
  display: none
}
#cssmenu {
  background: #fff;
}
#cssmenu > ul > li {
  float: left
}
#cssmenu > ul > li > a {
  padding: 30px 15px;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #eee
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: #448D00!important;
  -webkit-transition: background .1s ease;
  -ms-transition: background .1s ease;
  transition: background .1s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 40px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: ''
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 37px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffff;
  content: '';
  -webkit-transition: all .1s ease;
  -ms-transition: all .1s ease;
  transition: all .1s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 40px;
  height: 0
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .1s ease;
  -ms-transition: all .1s ease;
  background: #333;
  transition: all .1s ease;
}
#cssmenu ul ul li:hover {} #cssmenu li:hover > ul {
  left: auto
}
#cssmenu li:hover > ul > li {
  height: 35px
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  z-index: 111;
  
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #000
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 40px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 37px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .1s ease;
  -ms-transition: all .1s ease;
  transition: all .1s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
  border-top: 1px solid #333
}


/*------search-----*/
.wrapper-header .search{
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  /*background-color: #fff;*/
  padding: 20px;
}
.wrapper-header .search h4{
  position: relative;
  color:#F09900;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
/* change border radius for the tab , apply corners on top*/
#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
  color: #fff;
  background-color: rgba(0.1, 0.1, 0, 0.5);
  font-size: 16px
}
#exTab3 .nav-pills > li > a:hover{
  background-color: #f09900;
}
#exTab3 .tab-content {
  color : white;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #000;
  background-color: #f75431;
}
.input-group .form-control .customize input{
  height: 55px !important;
  border-radius: 0px !important;
}
.hvr-search-to-right{
  background: #f09900;
  border: solid 0px;
  color: #fff;
  border-radius: 0px !important;
  padding: 15px 48px;
  text-transform: uppercase;
  float: right;
  font-weight: bold;
  margin-top: -50px;
  width: 147px
}
.hvr-search-to-right:hover{
  background: #F7886B;
  color: #fff;
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.9s ease
}

/*===============================================
=================================================
                    Footer
=================================================
================================================= */
.wrapper-footer{
  width: 100%;
  float: left;
  padding: 30px 0px;
  background: #fff;
}
.wrapper-footer .link-footer a{color: #978D8A}
.wrapper-footer li{color: #978D8A;font-size: 14px}
.wrapper-footer li a:hover{color:#F09900 }
.wrapper-footer p{color: #978D8A;}
.wrapper-footer h4{text-transform: uppercase; font-weight: bold;}
.social h2 {
  color: #86a5d6;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

[class^="icon-btn"] /*.icon-btn*/ {
  height: 30px;
  width: 30px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 7px;
  transition: ease-in-out .3s;
  border-radius: 50px;
  margin-left: 10px;
  background-color: #fff;
}
.social{
  padding: 20px 0px
}
.twitter {
  color: #fff;
  background: #F09900
}
.facebook {
  color: #fff;
  background: #F09900
}
.wechat {
  color: #fff;
  background: #F09900
}
.yotube {
  color: #fff;
  background: #F09900
}
.instagram {
  color: #fff;
  background: #F09900
}
.yotube:hover {
  color: #fff;
  background: #dc472e
}
.icon-btn:hover {
  transform: scale(1.10); 
  color: #FFFFFF;
}
.twitter:hover {
  background-color: #4099FF;  
}
.facebook:hover {
  background-color: #3B5998;  
}
.wechat:hover {
  background-color: #40A036;  
}
.instagram:hover {
  background-color: #5C3D2E;  
}
.github:hover {
  background-color: #4183C4;  
}
a.link {color: inherit;}

.link span {
  color:#fff;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:10px 7px;
  z-index:-1;
  font-size:12px;
  border-radius:2px;
  background:#F09900;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  line-height: 11px;
}

/* pop-up text arrow */

.link span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #F09900;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.link:hover span {
  bottom:30px;
  visibility:visible;
  opacity:1;
}

/*===============================================
=================================================
              footer-menu
=================================================
================================================= */
.footer-menu{
  float: left;
  width: 100%;
}
.footer-menu a{
  color: #979098;
  padding: 0px 0px 0px 15px;
}
.footer-menu a:not(:last-child)::after{
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px !important;
  color: #2e3238;
  margin: 0 12px;
  margin: 0 .75rem;
  position: relative;
  top: 2px;
  opacity: 1;
}
.footer-menu a:hover{
  color: #f09900;
  text-decoration: none;
}



@import url('https://fonts.googleapis.com/css?family=ABeeZee&display=swap');
*{padding:0px;
margin:0px;}

.pinpoint-alert--success{
  color:#4cd137;
}
.pinpoint-alert--error{
  color:#e84118;
}
.pinpoint-alert--warning{
  color:#fbc531;
}

.pinpoint-alert--container{
  
  width:100%;
  height:100vh;
  background-image: linear-gradient(-20deg, #2d3436 0%, #2c3e50 100%);
  display:flex;
  align-items:center;
  justify-content:center;
}
.pinpoint-alert--wrapper{
  width:350px;
  height:500px;
   
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}

.pinpoint-alert{
  width:100%;
  height:80px;
  background-color:#f5f6fa;
  border-radius:2px;
  display:flex;
  flex-direction:row;
  align-items:center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}


 






 


