
main {
    margin-top: 100px;
    margin-bottom: 50px;
}

body,p,input,h1,h2,h3,h4,h5,h6{
    font-family: "KalamehWeb";
}

.nav-link i {
    margin-left: 0.25rem !important;
}
a.btn.f-12.btn-custom-2.me-1.rounded-10.ex-btn-head {
    margin-left: 0.25rem !important;
}

a.app-name.ms-2.mt-1 {
    margin-right: 0.5rem !important;
}

.navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin-left: auto !important;
    margin-right: inherit !important;
}

.ravi-festival-description{
    text-align: justify;
}

.language-switcher {
    text-align: center;
    margin-bottom: 20px;
}
.language-switcher span{
    margin-left:10px ;
    margin-right: 10px;
}
.language-switcher img {
    width: 30px;
}

.language-switcher a::after {
    content: '/';
    margin-right: 10px;
}

.language-switcher a:last-child:after {
    display: none;
}

.language-switcher a.active > span {
    color: #f36f45;
    font-weight: bold;
}


.main-slider.owl-carousel .owl-prev {
    position: absolute;
    right: 40px;
    top: 40%;
    opacity: 0;
    background: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    z-index: 100;
}
.main-slider.owl-carousel .owl-prev:active,.owl-carousel .owl-prev:focus,.main-slider.owl-carousel .owl-next:active,.main-slider.owl-carousel .owl-next:focus{
outline:inherit !important;
}
.main-slider.owl-carousel .owl-next {
    position: absolute;
    left: 40px;
    top: 40%;
    opacity: 0;
    background: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    z-index: 100;
}

.main-slider.owl-carousel .owl-next i {
    font-size: 45px;
    color: #fff;
}
.main-slider.owl-carousel .owl-prev i {
    font-size: 45px;
    color: #fff;
}
.main-slider.owl-carousel:hover .owl-prev{
  right: 15px;
  opacity: 0.8;
}
.main-slider.owl-carousel:hover .owl-next{
  left: 15px;
  opacity: 0.8;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.main-slider.owl-theme .owl-dots .owl-dot span {
    margin: 5px 5px;
    background: #fff;
    transition:0.3s all;
}

.main-slider.owl-theme .owl-dots .owl-dot.active span, .main-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #f4805b;
    width: 20px;
}


.main-slider.owl-carousel .owl-item img {
    border-radius: 20px;
}



.item-carousel.owl-carousel .owl-prev {
    position: absolute;
    right: 40px;
    top: 25%;
    opacity: 0;
    background: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    z-index: 100;
}
.item-carousel.owl-carousel .owl-prev:active,.owl-carousel .owl-prev:focus,.item-carousel.owl-carousel .owl-next:active,.item-carousel.owl-carousel .owl-next:focus{
outline:inherit !important;
}
.item-carousel.owl-carousel .owl-next {
    position: absolute;
    left: 40px;
    top: 25%;
    opacity: 0;
    background: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    z-index: 100;
}

.item-carousel.owl-carousel .owl-next i {
    font-size: 35px;
    color: #000;
}
.item-carousel.owl-carousel .owl-prev i {
    font-size: 35px;
    color: #000;
}
.item-carousel.owl-carousel:hover .owl-prev{
  right: 15px;
  opacity: 0.8;
}
.item-carousel.owl-carousel:hover .owl-next{
  left: 15px;
  opacity: 0.8;
}

.item-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.item-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 5px 5px;
    background: #000;
    transition:0.3s all;
}

.item-carousel.owl-theme .owl-dots .owl-dot.active span, .item-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #f4805b;
    width: 20px;
}


.item-carousel.owl-carousel .owl-item img {
    border-radius: 20px;
}

.item-carousel .owl-nav{
    display: block !important;
}

.formuploadtitle {
    margin-bottom: 20px;
  }

.btn.btn-primary.checkbtn {
    text-align: center;
    margin: 30px auto;
    display: table;
}

.dz-default.dz-message {
    font-size: 21px;
    margin: 3em 0;
}
.g-recaptcha {
    margin: 18px auto 0 auto;
    display: table;
}

.upload-form-box {
    margin-top: 20px;
}


.form-uploader {
    border: 2px dashed #f37046 !important;
    background-color: #fbfafa;
    padding: 40px;
}
.m-2.d-flex.app-name-footer .logo img {
    width: 59px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}




