@media (max-width:767px){.hidden-xs{display:none!important}.p-5{padding: 1rem!important}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}
@media (min-width:1200px){.hidden-lg{display:none!important}}

@media (max-width:992px){
    .navbar-nav {
        text-align: center;
    }
}

::-webkit-scrollbar-track {background-color: #e9edf0;border-left: 1px solid #ededed;}
::-webkit-scrollbar {width: 7px;background-color: #fbeba0 ;}
::-webkit-scrollbar-thumb {background:#fbeba0 ;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

body {
    font-family: calibri;
    font-size: 17px;
    line-height: 34px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.content-wrapper {
    flex-grow: 1;
}
footer {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff !important;
    line-height: 25px;
    word-spacing: 2px;
    letter-spacing: 0.5px;
    font-weight: 500;
    flex-shrink: 0;
}
.top-0{
    top:0 !important
}
.top-120{
    top:120px !important
}
li.nav-item span {
    line-height: 46px;
    padding-left: 5px;
    padding-right: 5px;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
}
img.img-hover {
    opacity: 0.4;
    filter: grayscale(1);
    transition: all 150ms;
}
img.img-hover:hover {
    opacity: 1;
    filter: grayscale(0);
    transition: all 150ms;
}
section#mainSlider {
    border-bottom: 4px solid #17a2b8 ;
}
a#toTop {
    position: fixed;
    bottom: 30px;
    right: 40px;
    background: #fff;
    color: #555;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 15px;
    border-radius: 100%;
    font-weight: bolder;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 9;
    transition: all 150ms;
    transform: scale(0.9);
}
a#toTop:hover {
    transition: all 150ms;
    transform: scale(1);
}
.image-bg {
    height: 100%;
    min-height: 380px;
}
.paralax {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: #bd23ff;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 35px;
    line-height: 21px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-grid;
    border-radius: 100%;
    color: #fff;
    transition: all 150ms;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fae662;
    color: #FFF;
    text-decoration: none;
    transition: all 150ms;
}
h6.min-line {
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0b6776;
    opacity: 0.8;
}
.carousel-indicators .active{
    opacity: 1;
    background-color: #17a2b8;
}
.news-title {
    font-size: 14px;
    line-height: 23px;
}
.card a img {
    border-radius: 15px;
}
.card.partners:hover {
    border: 0;
    box-shadow: 15px 15px 35px rgb(0 0 0 / 10%);
    border-radius: 15px;
    transition: all 150ms;
    transform: scale(1.08);
}
a.see_more {
    border-radius: 50%;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 20%);
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 30px !important;
    height: 30px;
    display: flex;
    justify-content: center;
    transition: all 150ms;
    align-items: center;
}
a.see_more i {
    color: #ca4eea;
}
a.see_more:hover{
    font-size: 70%;
    transition: all 150ms;
}
.apsolute.top {
    bottom: 0;
    display: inline-flex;
    left: 0;
    font-size: 13px;
    padding: 10px 0px;
    line-height: 13px;
    letter-spacing: -0.4px;
    position: absolute;
    width: 100%;
    color: #555;
    background: rgba(255, 255, 255, 0.8);
}
a.card.featured-links {
    cursor: pointer;
    background: #fff;
    transition: all 150ms;
}
a.card.featured-links:hover {
    cursor: pointer;
    color: #fff;
    background: linear-gradient(45deg, #e300d4  10%, #ffec38  90%);
    transition: all 150ms;
}
a.links .card:hover {
    box-shadow: 0px 0px 1px rgb(0 0 0 / 20%);
    transition: all 150ms;
}
.hover {
    cursor: pointer ;
    color: #fff !important;
    background: linear-gradient(45deg, #e300d4  10%, #ffec38  90%) !important;
    transition: all 150ms;
}
a.card.featured-links i {
    padding: 25px 0;
}
a.card.contact-info {
    cursor: pointer;
    background: #fff;
    transition: all 150ms;
}
a.card.contact-info:hover {
    cursor: pointer;
    color: #fff;
    background: linear-gradient(45deg, #e300d4  10%, #ffec38  90%);
    transition: all 150ms;
}
a.card.contact-info i {
    font-size: 35px;
    padding: 20px 0;
}
.details p {
    line-height: 23px;
}
.b-radius {
    border-radius: 15px;
}

.b-shadow {
    box-shadow: 0 10px 100px 0 rgb(77 77 119 / 20%);
    transition: all .15s;
}
.image-wrapper {
    position: relative;
    aspect-ratio: 9/6;
    overflow: hidden;
    border-radius: 15px;
}
.imgWrap {
    position: relative;
      margin-bottom: 30px;
  }
  
.imgDescription {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
    padding: 8px;
    line-height: 19px;
    font-size: 14px;
    background: #17a2b8;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 150ms linear;
}
.imgWrap:hover .imgDescription {
    visibility: visible;
    opacity: 1;
    transition: all 150ms linear;
}
.image-wrapper .title {
    font-size: 15px;
    line-height: 22px;
    position: absolute;
    bottom: 0;
    background: rgb(255 255 255 / 70%);
    width: 100%;
    min-height: 70px;
    max-height: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 20px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-weight: bolder;
}
.imgDescription i {
    font-size: 40px;
    padding-bottom: 25px;
}
.description {
    padding: 20px;
    line-height: 25px;
    letter-spacing: -0.5px;
    font-size: 15px;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
    height: 100px;
}
.read-more-btn {
    width: 100%;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 70px;
}
.page-link {
    color: #FF7468;
    border-radius: 30px;
    margin: 5px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.page-link i {
    font-size: 10px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-link:hover {
    color: #e64d14;
}
.page-item.active .page-link {
    background-color: #FF7468;
    border-color: transparent;
}
.list-group-item.active {
    background-color: #FF7468;
    border-color: transparent;
}
.desc{
    line-height: 16px;
    font-size: 13px;
}
.card {
    border: 0;
    box-shadow: 15px 15px 35px rgb(0 0 0 / 10%);
    border-radius: 15px;
    transition: all 150ms;
}
.featured:hover {
    transition: all 150ms;
}
.featured:hover {
    box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
    transition: all 150ms;
}
nav.navbar {
    z-index: 9;
    width: 100%;
    background: rgb(255 255 255 / 60%);
    position: fixed;
    transition: all 150ms;
}
nav.navbar.bg-white {
    box-shadow: 10px 0px 35px rgb(0 0 0 / 30%);
}
img{
    width: 100%;
}
.wide_logo{
    width: 160px;
    transition:all 150ms
}
.small_logo {
    width: 110px;
    transition:all 150ms
}
a.nav-link {
    color: #020202;
    transition: all 150ms;
}
a.nav-link:hover {
    color: #dc3545;
    transition: all 150ms;
    text-decoration: none;
}
.icon-md{
    font-size: 40px !important;
}
.icon-lg{
    font-size: 70px !important;
}

.list-group .item {
    color: #fff;
    display: block;
    padding: 5px 0;
}
.list-group .item i {
    padding-right: 10px;
}
iframe.youtube_link {
    width: 100%;
    min-height: 450px;
    max-height: 450px;
}
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}
.map-frame iframe {
    width: 100%;
    min-height: 350px;
    height: 100%;
    border:0 !important;
}
.map iframe {
    width: 100%;
    min-height: 550px;
}
.ya-share2__container_size_m .ya-share2__icon {
    height: 35px !important;
    width: 35px !important;
    background-size: 35px 35px !important;
}
.ya-share2__badge {
    border-radius: 30px !important;
    padding: 3px !important;
    margin: 4px !important;
}
.absolute-data {
    position: absolute;
    width: 100%;
    display: flex;
    bottom: 10px;
    background: rgb(255 255 255 / 0.8);
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
}
.main-slider {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.owl-nav {
    width: 100%;
    position: absolute;
}
button.owl-prev {
    left: 15px;
    position: absolute;
}
button.owl-next {
    position: absolute;
    right: 15px;
}
.owl-dots {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #bd24ff;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fcce1c;
}
a.language-flag {
    vertical-align: middle;
}
a.language-flag img {
    width: 20px;
    border-radius: 50%;
    height: 20px;
    margin: 0 3px;
    opacity: 1;
    transition: all 150ms;
}
a.language-flag img:hover {
    opacity: 0.8;
    transition:all 150ms;
}
.slider-wrapper{
    position: relative;
    min-height: 65vh;
}
.slider {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 65vh;
}
.slider-text {
    position: absolute;
    bottom: 20px;
    color: #e64c16;
    display: grid;
    background: rgb(250 248 242 / 86%);
    border-radius: 15px;
    width: calc(70% - 25px);
    margin: 0 auto;
}
.social-tab {
    line-height: 0;
    display: flex;
    justify-content: space-between;
}
a.social-tab-icons i.facebook {
    width: 25px;
    height: 25px;
    background: #3b5998;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 3px;
    transition: all 150ms;
    opacity: 1;
}
a.social-tab-icons i.instagram {
    background: #E1306C;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 3px;
    transition: all 150ms;
    opacity: 1;
}
a.social-tab-icons i:hover{
    transition: all 150ms;
    opacity: .5;
}
.btn-secondary {
    box-shadow: 0px 25px 50px 0px rgb(255 116 104 / 36%);
}
.news-carousel .owl-dot span {
    width: 25px  !important;
    height: 5px !important;
    margin: 0px 5px !important;
    background: #D6D6D6;
    transition: all 150ms;
}
.news-carousel .owl-dot.active span {
    width: 40px !important;
    height: 5px !important;
    margin: 0px 5px !important;
    background: #FF7468 !important;
    transition: all 150ms;
}
.parallax{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.counter-inner {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}
.counter-inner .pattren1 {
    left: 25%;
    position: absolute;
    bottom: 10%;
    width: 55px;
}
.counter-inner .pattren2 {
    bottom: 15%;
    right: 20%;
    width: 60px;
    position: absolute;
}
.counter-inner .pattren3 {
    bottom: -10%;
    left: 10%;
    position: absolute;
    width: 100%;
}
.counter-inner .pattren4 {
    top: 0;
    width: 200px;
    right: -5%;
    position: absolute;
}
.counter-inner .pattren5 {
    top: 15%;
    left: 11%;
    position: absolute;
    width: 200px;
}
.counter-inner .pattren6 {
    top: -5%;
    width: 80px;
    left: 0;
    position: absolute;
}
.shape-1 {
    position: absolute;
    left: -60px;
    top: -50px;
    width: 130px;
}
.shape-2 {
    position: absolute;
    top: -20px;
    right: -60px;
    width: 25%;
}
.social-icons li i {
    opacity: 1;
    font-size: 25px;
    display: flex;
    background: #232a66b5;
    transition: all 150ms;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid transparent;
}
.social-icons li i:hover {
    opacity: .6;
    background: #1c225600;
    transition: all 150ms;
    border-radius: 10px;
    border: 2px solid;
}
.fb{
  color: #3b5998;
}
.inst{
  color: #E1306C;
}
.yt{
  color: #FF0000;
}
a.nav-link img {
    width: 30px;
    border-radius: 5px;
}