* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Podkova', serif!important;
    font-size: 16px;
    color: #3e3e3e;
    background-color: #fafafa;
}

body {
    font-family: 'Podkova', serif!important;
}

/* .navbar {
    position: sticky!important;
    top: 0;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none !important;
    z-index: 1000;
    letter-spacing: 2px;
} */

.menu {
    list-style: none !important;
}

.nav-center{
    display: flex;
    align-items: center;
}
.nav-right {
    display: flex;
    align-items: right;
}
.nav-left
 {
    display: flex;
    align-items: left;
}

.nav-left a,
.nav-right a,
.nav-center a {
    color: #3e3e3e;
    text-decoration: none;
    padding: 10px 15px;
    font-family: 'Podkova', serif;
    font-size: 16px;
}

.nav-right a {
    margin-left: 10px;
}

.navbar .logo {
    font-weight: bold;
    font-size: 20px;
}

.content {
    padding: 20px;
}



.icon-bg {
    background-color: rgb(223, 96, 58)!important;
}
.icon-color {
    background-color: #be2bbb!important;
}
.img_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    margin-top: -40px;
    margin-left: -20px;
}
.main-text {
    z-index: 6;
    white-space: nowrap;
    font-size: 70px;
    line-height: 16px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
    font-family: 'Podkova', serif;
    visibility: inherit;
    transition: none;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
}

.main_text_main_centered {
    position: absolute;
    top: 50%;
    left: 20%;
    background-color: rgba(255, 255, 255, 0.77);
    padding: 10px;
  }
  .main_text_centered {
    position: absolute;
    top: 56%;
    left: 20%;
    background-color: rgba(255, 255, 255, 0.77);
    padding: 10px;
  }

.top-right {
    position: absolute;
    top: 20px;
    right: 16px;
}

.nav_pad_right {
 
    padding-right: 90px;
    
}
.nav_pad_left {
 
    padding-left: 110px;
    
}
.btn_pos {
   
    top: 62%;
    left: 21%;
}
.service_icon {
    color: #999;
    font-size: 38px;
    float: left;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: transparent;
    border: 1px solid #dde3e8;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.services_icon i{
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.service_text {
    font-size: 18px;
    text-transform: uppercase;
    margin: 5px 0 12px;
    letter-spacing: 1.5px;
    float: none;
    width: auto;
    color: #35373e;
    text-decoration: none;
    font-weight: 500;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
    display: block;
    unicode-bidi: isolate;
    box-sizing: border-box;
  }
.service-title {
    text-transform: uppercase;
    color: #35373e;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    margin: 0 0 25px 0;
    font-weight: 900;
    font-size: 40px;
    text-decoration: underline;
}
.service-title-md {
    letter-spacing: 0.7px;
    line-height: 26px;
    font-family: Anaheim, sans-serif;
    word-wrap: break-word;
    color: #444;
    font-size: 20px;
}
.service-text {
    font-size: 13px;
    color: #35373e;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 0 25px 0;
}
.w {
    background-color:#ffffff !important;
}
.nt {
    font-family: Anaheim, sans-serif;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    color: #585858;
    letter-spacing: 0.7px;
}
.w-18 {
    background-color: #ffffff !important;
    font-size:18px !important;
}
.w-22 {
    background-color: #ffffff !important;
    font-size: 26px !important;
}
.c-18 {
    font-size: 18px !important;

}
.c-20 {
    font-size: 20px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    color: #333;
}
.as-t {
    font-size: 55px;
    line-height: 55px;
    text-align: center;
}


.cs {
    line-height: 1.5;
    text-align: justify;
}