@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

@font-face {
    font-family: 'gloriantregular';
    src: url('../fonts/gloriant-webfont.woff2') format('woff2'),
         url('../fonts/gloriant-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klinic_slabbold';
    src: url('../fonts/klinicslabbold-webfont.woff2') format('woff2'),
         url('../fonts/klinicslabbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'youngserifregular';
    src: url('../fonts/youngserif-regular-webfont.woff2') format('woff2'),
         url('../fonts/youngserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    color: #000 !important;
    position: relative;
    min-height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    color: #2468bd;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1, h1 {font-size: 36px;}
.h3, h3 {font-size: 24px;}
.h4, h4 {font-size: 18px;}
strong {font-weight: 700;}
ul, ol {list-style: none;}

.font-gloriant {font-family: 'gloriantregular', sans-serif;}
.font-klinic {font-family: 'klinic_slabbold', sans-serif !important;}

.pos-rel {position: relative !important;}
.pos-abs {position: absolute !important;}

.pad0{padding: 0px;}
.pt-30{padding-top: 30px;}
.pt-80{padding-top: 80px;}
.pb-80{padding-bottom: 80px;}

.mt-30{margin-top: 30px;}
.mb-30{margin-bottom: 30px;}
.mt-80{margin-top: 80px;}
.mb-80{margin-bottom: 80px;}


#navbar{
    background:transparent;
    z-index: 9;
}

.navbar-toggler{
    color: #fff;
    border-color: #fff;
}

#navbar .nav-item a{
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
#navbar .navbar-nav > .active > a{
    background: #f6a08a;
    border-radius: 5px;
    color: #fff;
}

#navbar .navbar-nav li{
    margin: 0px 10px;
}

.navbar-collapse ul{
    width: 20%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 10px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.scrolled {
    background-color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

/* Slider */

.carousel-inner img {
    width: 100%;
    height: auto;
}
.carousel-caption{
    text-align: left;
}

.carousel-caption p{
    font-family: 'gloriantregular', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 60px;
}

.carousel-indicators{
    -webkit-box-pack:left;
    -ms-flex-pack:left;
    justify-content:left;
}

.carousel-indicators > li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

/*About*/
.abt-img img{
    border:5px solid #f6a08a;
    border-radius: 50%;
}

#about h1,
#about h2,
#about h3{
    font-family: 'klinic_slabbold', sans-serif !important;
}

/* Testimonial */

#testimonials{
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #606060;
}

#testimonials blockquote{
    margin: 1rem 0px;
}

#testimonials .sha{
    width: 260px;
    padding: 15px;
    margin: 1em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    border-radius: .4em;
}

#testimonials .sha p{
    font-weight: 300;
    font-size: 16px;
}

#testimonials .sha p:nth-child(2){
    font-weight: 700;
}

#testimonials .carousel-indicators{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}

#testimonials h2::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 4px;
    width: 40px;
    background: #f6a08a;
    border-radius: 5px;
}

#testimonials .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#testimonials .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* Contact Us */
.btn-min-block {
    margin-right: 4px;
    min-width: 160px;
    line-height: 26px;
    background: #f6a08a;
    color: #FFF !important;
    font-size: 14px;
    padding: 9px 11px;
    border-radius: 0.25rem !important;
    cursor: pointer;
}

    .btn-min-block:hover {
        color: #FFF;
        background-color: #fdbd5a;
    }

.modal-header{
    background: #f6a08a;
    color: #fff;
}

.modal-body{
    padding: 35px;
}

/* Footer */
.footer{
    width: 100%;
    background:#606060;
    color: #a5a5a5;
    padding: 30px 0px;
}

.footer a{
    color: #a5a5a5;
}

hr{
    border-top: 1px solid #a5a5a5;
}



@media(max-width:960px){
    .navbar-collapse ul{
        width: 100%;
    }
}

@media(max-width:767px){
    .footer, .text-right{
        text-align: center !important;
    }
    .xs-mb-16{
        margin-bottom: 16px;
    }
}


@media(max-width:480px){
    .carousel-caption p{
    font-size: 35px;
    margin-bottom: 0px;
    }

    #slider{
        margin-top: 105px;
    }   

    #navbar{
        background: rgb(0, 0, 0);
        z-index:99;
    }
}


