@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Oswald', sans-serif;
}
.fontheader{
  font-size: 26px !important;
  font-family: 'Oswald', sans-serif;
}
.get_hover:hover{
  cursor: pointer;
  background-color: #f8e1d6 !important;
}
.class_hover:hover{
  cursor: pointer;
}
.bg-blue-dark{
  background-color: rgb(34, 44, 100);
}
.bg-theme {
  background-color: #FDB770;
}
.bg-theme-b {
  background-color: #fd7a3e;
}
.bg-btn-theme {
  background-color: #fd7a3e;
}
.bg-btn-theme:hover {
  background-color: #e27202;
}
.tm-btn-radius-lg-2{
  border-radius: 30px;
}
a.nav-link{
  font-size: 120%;
  
}
a.nav-link:hover{
  color: #e27202 !important;  
}
.tm-btn-radius-lg{
  border-radius: 20px;
}
a{
  text-decoration: none;
}
ul.ulfooter li{
  margin-bottom: 6px;
}
ul.ulfooter a:hover{
  color: #fd7a3e !important;
}
.bg-nav-gradien{
  background-image: linear-gradient(to right, #fcba78, #eb8d61);
}
.tm-color-main {
  color: #fd7a3e;
}
.ishovered{
  cursor: pointer;
}
.hvr-bg-primary:hover{
  background-color: #fd7a3e;
  color: #fff !important;
}
.hover_text_to_red:hover{
  color: #f00 !important;
}
.btn_ishover:hover{
  box-shadow: 0px 0px 5px #666;
}
.eye-position:hover{
  cursor: pointer;
}
@media screen and (min-width:1000px){
  .show_on_desk{
    display: block;
  }
  .show_on_mobile{
    display: none;
  }
  img.imglogo{
    width: 250px;
  }
  .recaptbox{
    width: 304px;
  }
  .eye-position{
    position: absolute;right:15%;margin-top:9px;
  }
}
@media screen and (max-width:999px){
  .show_on_desk{
    display: none;
  }
  .show_on_mobile{
    display: block;
  }
  img.imglogo{
    width: 240px;
  }
  .eye-position{
    position: absolute;right:3%;margin-top:9px;
  }
}
@media screen and (max-width:640px){
  .eye-position{
    position: absolute;right:5%;margin-top:9px;
  }
}
@media screen and (max-width:320px){
  
  img.imglogo{
    width: 180px;
  }
  .recaptbox{
    width: auto;
    overflow:hidden;
  }
}
 
