
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Custom Styles */
#block-1620804739422 .btn {
  
    box-shadow: none;
    font-size: 16px;}
    
    .link-list {
    font-size: 16px;
    color: #000;}
    
    #block-1620804411666 .btn {
    font-size: 14px;
    padding-right: 35px;
    padding-left: 35px;
    box-shadow: none;
}
 #block-1620804411666 .btn:hover {
    -webkit-filter: brightness(10%);
    filter: brightness(10%);
}
h1,h2,h3,h4,h5,h6,p,li,a{
 font-family: 'Rubik', sans-serif;
}

.footer__content .social-icons{
    display:flex;
}
/* slider */

#section-1620838681851 .owl-nav {
position: relative;
width: 50%;
float: right;
}
#section-1620838681851 .owl-dots {
position: relative;
width: 50%;
float: left;
top:20px;
text-align:left;
}
.owl-theme .owl-nav{
text-align: right !important;
}
#section-1620838681851 .owl-nav button {
font-size:2.5em;
}

.owl-nav{
text-align: right;
padding: 0px 30px;
}
.owl-theme .owl-nav button{
font: message-box !important;
}
.owl-theme .owl-nav button:hover {
background-color: white;
}

.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
   font-family: "Font Awesome 5 Free";

}
.owl-nav span{
display:none;
}
.owl-nav button{
background-color: white !important;
}
.owl-carousel .owl-nav .owl-prev:before{
   content: "\f0a8";
    font-weight: 900;
font-size: 2.3rem;
 font-family: "Font Awesome 5 Free";
border: 1px #1ABC9C solid;
    border-radius: 50px;
    background-color: #1ABC9C;
color: white;
}
.owl-prev:hover:before{
background-color: white !important;
color: #1ABC9C !important;
border-radius:50px;
}

.owl-carousel .owl-nav .owl-next:after{
   content: "\f0a9";
    font-weight: 900;
font-size: 2.3rem;
 font-family: "Font Awesome 5 Free";
 border: 1px #1ABC9C solid;
  border-radius: 50px;
background-color:#1ABC9C;
color:white;
}
.owl-next:hover:after{
background-color: white !important;
color: #1ABC9C !important;
border-radius:50px;
}

.owl-theme .owl-dots .owl-dot.active span{
background-color: #1ABC9C !important;
    padding: 0px 10px;
}
.owl-theme .owl-dots .owl-dot span{
background-color: #D6D6D6 !important;
}

.text-field{
    width: 48%;
    float: left;
}
.form-control{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: unset;
}
.form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.email-field{
    width: 48%;
    float: right;
}
