@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
*{
    outline: none;
    /* text-align: justify!important; */
}
a:hover{
    text-decoration: none;
}
.btn.focus, .btn:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
html{
    font-size: 16px;
}
body{
    font-size: 100%;
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Euphoria Script', cursive;*/
    /*font-family: 'Great Vibes', cursive;*/
    /*height: 6000px;*/
}
section{
    padding: 100px 0px;
}
a, p, span, h1, h2, h3, h4, h5, h6, ul ,li{
    margin: 0;
    padding: 0;
}
.heading {
    margin-bottom: 20px;
}
.heading h2 {
    color: #3d474d;
    font-weight: 700;
    font-size: 2.1em;
    text-transform: uppercase;
}
.sub-heading h4 {
    /* font-family: 'Euphoria Script', cursive; */
    font-size: 1.8em;
    color: #63b8dd;
}

.topnav {
    background: #fff;
    color: #7a8a91;
}
.topnav {
    background: #b2ebfe;
}
.topnav > .container{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    padding-top: 15px;
}
.topnav .topnav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.topnav .topnav-inner .left p,
.topnav .topnav-inner .right p{
    font-size: 14px;;
    color: #000;
}
.topnav .topnav-inner .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.topnav .topnav-inner .right ul.social {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.topnav .topnav-inner .right ul.social li a {
    display: block;
    margin-right: 20px;
    color: #0c0c0c;
    padding: 10px 0px;
    font-size: 14px;
}
.topnav .topnav-inner .right ul.social li:last-of-type a{
    margin-right: 0px;
}
.topnav .topnav-inner .right .phone {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #fff;
}
.topnav .topnav-inner .right .phone a{
    color: #7a8a91;
    font-size: 14px;
}

nav.main-navigation {
    padding: 20px 0px;
    position: relative;
}
nav.main-navigation .main-navigation-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
nav.main-navigation .main-navigation-inner ul.navigation {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
nav.main-navigation .main-navigation-inner ul.navigation li a {
    margin-right: 40px;
    color: #2b3a58;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 20px 0px;
}
nav.main-navigation .main-navigation-inner ul.navigation li:last-of-type a {
    margin-right: 0px;
}

.main-slider .carousel-inner .carousel-item{
    /*height: calc(100vh - 367px);*/
    height: 220px;
}
.main-slider .carousel-inner .carousel-item .inner-wrapper{
    height: 100%;
    -o-background-size: cover!important;
       background-size: cover!important;
    background-position: bottom center!important;
    position: relative;
}
.main-slider .carousel-inner .carousel-item .inner-wrapper .slider-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main-slider .carousel-inner .carousel-item .inner-wrapper .slider-text h4 {
    font-family: 'Euphoria Script', cursive;
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 20px;
}
.main-slider .carousel-inner .carousel-item .inner-wrapper .slider-text h2 {
    font-size: 3.7em;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    max-width: 550px;
}
.main-slider .carousel-inner .carousel-item .inner-wrapper .slider-text a {
    background: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
    color: #63b8dd;
}
.carousel-control-next, .carousel-control-prev{
    width: 10%;
}
.carousel-control-prev i, .carousel-control-next i {
    font-size: 3em;
    background: rgba(255, 255, 255, 0.2);
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


section.sec-about{
    background: #f8f7f6;
}
section.sec-about .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
section.sec-about .content .left {
    width: 400px;
}
section.sec-about .content .right {
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
}
section.sec-about .content .right {
    margin-left: 20px;
}
section.sec-about .content p {
    font-size: 16px;;
    margin-bottom: 20px;
    color: #000;
    line-height: 30px;
    letter-spacing: 1px;
}
section.sec-about .content .right .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
}
section.sec-about .content .right .author p {
    color: #3d474d;
    font-weight: 600;
    text-transform: capitalize;
}

section.sec-services ul.services-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
section.sec-services ul.services-wrapper li {
    width: -moz-calc(33.333333% - 38px);
    width: calc(33.333333% - 38px);
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03);
    padding: 30px 20px;
    position: relative;
    margin-left: 50px;
    margin-top: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
section.sec-services ul.services-wrapper li:hover{
    -webkit-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
}
section.sec-services ul.services-wrapper li:nth-child(3n+1) {
    margin-left: 0;
}
section.sec-services ul.services-wrapper li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #63b8dd;
}
section.sec-services ul.services-wrapper li a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
section.sec-services ul.services-wrapper li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3d474d;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 18px;
}
section.sec-services ul.services-wrapper li p {
    font-size: 16px;;
    color: #000;
    font-weight: 200;
    line-height: 24px;
    text-align: justify;
}

section.sec-video{
    background: url(../img/video-bg.jpg);
    -o-background-size: cover;
       background-size: cover;
    background-position: center;
    position: relative;
    padding: 130px 0px;
}
section.sec-video:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #949494;
    opacity: 0.3;
}
section.sec-video .container{
    position: relative;
}
section.sec-video .video-wrapper {
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.2);
}
section.sec-video .video-wrapper .play-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
section.sec-video .video-wrapper .play-video i {
    background: #63b8dd;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5em;
    padding-left: 7px;
}
section.sec-video .heading-type-2{
    font-family: 'Great Vibes', cursive;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
section.sec-video .heading-type-2 p {
    font-size: 3.7em;
    line-height: 60px;
    text-align: right;
}
section.sec-video .heading-type-2 p.font-big {
    font-size: 8.7em;
}

section.sec-events{
    background-image: url(../img/event-bg.jpg);
    background-color: #e9e9e9;
    -o-background-size: cover;
       background-size: cover;
    background-position: center left;
}
section.sec-events ul.event-wrapper {
    list-style: none;
    margin-top: 50px;
}
section.sec-events ul.event-wrapper li {
    position: relative;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    overflow: hidden;
}
section.sec-events ul.event-wrapper li:last-of-type{
    margin-bottom: 0px;
}
section.sec-events ul.event-wrapper li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3d474d;
    margin-bottom: 10px;
    margin-right: 40px;
}
section.sec-events ul.event-wrapper li .body{
    position: relative;
    z-index: 9;
}
section.sec-events ul.event-wrapper li .body p {
    font-size: 16px;;
    color: #3d474d;
}
section.sec-events ul.event-wrapper li .body p i {
    color: #63b8dd;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
section.sec-events ul.event-wrapper li .date-watermark {
    position: absolute;
    font-size: 12em;
    line-height: 1;
    font-weight: 900;
    right: 0;
    bottom: -60px;
    color: #f8f8f8;
}
section.sec-events ul.event-wrapper li a.btn-event {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 40px;
    width: 40px;
    background: #63b8dd;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 2em;
    padding-left: 5px;
    -webkit-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
}

section.sec-testimonials {
    position: relative;
    background-image: url(../img/testemonial-background.jpg);
    -o-background-size: cover;
       background-size: cover;
    background-position: center;
}
section.sec-testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(178 235 254 / 25%);
}
section.sec-testimonials .container{
    position: relative;
}
section.sec-testimonials .testimonials-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 800px;
    margin: auto;
    text-align: center;
}
section.sec-testimonials .testimonials-wrapper .thumb {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #909090;
}
section.sec-testimonials .testimonials-wrapper .content {
    margin-top: 30px;
}
section.sec-testimonials .testimonials-wrapper .content p.name {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    color: #222;
}
section.sec-testimonials .testimonials-wrapper .content p {
    color: #000;
    font-size: 16px;;
    font-weight: 300;
}
section.sec-testimonials .main-slider .carousel-inner .carousel-item{
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    min-height: auto;
}
section.sec-testimonials .carousel-control-prev i,
section.sec-testimonials .carousel-control-next i{
    color: #222;
}

.blog-wrapper ul{
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.blog-wrapper ul li {
    width: -moz-calc(33.3333% - 27px);
    width: calc(33.3333% - 27px);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    margin-left: 40px;
    margin-top: 30px;
    position: relative;
}
.blog-wrapper ul li:first-of-type {
    margin-left: 0;
}
.blog-wrapper ul li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.blog-wrapper ul li .thumb {
    min-height: 200px;
    -o-background-size: cover!important;
       background-size: cover!important;
    background-position: center!important;
}
.blog-wrapper ul li .content {
    padding: 30px;
    text-align: center;
}
.blog-wrapper ul li .content h4 {
    font-size: 1.2em;
    font-weight: 600;
    color: #3d474d;
    margin-bottom: 10px;
}
.blog-wrapper ul li .content p {
    font-size: 14px;
    font-weight: 300;
    color: #3d474d;
    opacity: 0.8;
}

section.sec-map {
    padding: 0;
    position: relative;
}
section.sec-map iframe {
    width: 100%!important;
}
section.sec-map .in-touch-trigger {
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
}
section.sec-map .in-touch-trigger p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.2em;
}

.card-header {
    background: #63b8dd;
    border: none;
    border-radius: 0px!important;
}
.card-header button,
.card-header button:hover,
.card-header button:focus {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 0px;
}
.collapse {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin-top: 10px;
}
.accordion .card {
    border-radius: 0px!important;
    border: none;
    margin-bottom: 20px;
}
.card-body p{
    color: #6d6d6d;
    font-size: 16px;;
    font-weight: 300;
}
.card-header h5.mb-0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
}
.form-input-wrapper .input-self {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
    background: #fcfcfc;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 20px;
}
.form-input-wrapper .textarea-self {
    min-height: 120px;
}
.btn-custom-theme {
    background: #63b8dd;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center!important;
}

footer {
    background: #2a2a2a;
    padding: 100px 0px;
    color: #fff;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer p, footer ul li, footer ul li a, footer ul li a:hover {
    color: #ababab;
    font-size: 16px;;
    font-weight: 300;
    margin: 10px 0px;
}
.footer-logo{
    margin-bottom: 20px;
}
footer p{
    margin: 0px 0px;
}
ul.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
ul.footer-social li a {
    display: block;
    margin-right: 20px;
    color: #a0b0d1;
}
.footer-heading {
    margin-top: 44px;
}
.footer-heading h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 1.5em;
}
footer ul.footer-links li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
}
footer ul.footer-links li a{
    margin: 0px;
}
footer ul.footer-links li i {
    font-size: 7px !important;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5px;
}
footer ul.footer-address li i, footer ul.footer-address li a i {
    width: 20px;
    text-align: center;
}
.menu-trigger {
    font-size: 2em;
    display: none;
}
.menu-trigger:hover{
    cursor: pointer;
}
nav.main-navigation .main-navigation-inner .logo {
    margin-right: 30px;
    max-width: 300px;
}
.copyright{
    background: #222;
    padding: 10px 0px;
}
.copyright p,
.copyright a{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
}
/*global*/
section.sec-inner-header{
    /*background: url(../img/video-bg.jpg);*/
    -o-background-size: cover!important;
       background-size: cover!important;
    background-position: center!important;
    position: relative;
}
section.sec-inner-header:before{
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}
section.sec-inner-header .container{
    position: relative;
}
section.sec-inner-header .heading .sub-heading{
    display: block!important;
}
section.sec-inner-header .heading .sub-heading h4{
    font-size: 3em;
    color: #fff;
}
.index-about-cover{
    position: relative;
}
.index-about-cover:before {
    content: "";
    position: absolute;
    top: -100px;
    bottom: -50px;
    left: 50px;
    right: -250px;
    background: url(../img/index-about.jpg);
    -o-background-size: cover;
       background-size: cover;
    background-position: center;
}
/*about*/
section.sec-about {
    background: rgb(178 235 254 / 25%);
    overflow: hidden;
}
section.sec-about .about-content {
    max-width: 800px;
    margin: auto;
}
section.sec-about .about-content p {
    font-size: 16px;;
    color: #000;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
section.sec-about .about-content p:last-of-type {
    margin-bottom: 0;
}
section.sec-services ul.services-wrapper li .modal-body p {
    color: #222;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
}
section.sec-events ul.internal-page-events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
section.sec-events ul.internal-page-events li {
    margin: 0;
    margin-left: 40px;
    width: -moz-calc(50% - 27px);
    width: calc(50% - 27px);
    margin-top: 40px;
}
section.sec-events ul.internal-page-events li:nth-child(2n+1) {
    margin-left: 0;
}
section.sec-events ul.internal-page-events li:nth-child(1),
section.sec-events ul.internal-page-events li:nth-child(2) {
    margin-top: 0;
}
section.internal-sec-events{
    background: #fff;
}


/*Event Detail*/
section.sec-event-detail-wrapper .ed-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
section.sec-event-detail-wrapper .ed-head .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.sec-event-detail-wrapper .ed-head .left .date {
    background: #63b8dd;
    margin-right: 20px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
}
section.sec-event-detail-wrapper .ed-head .left .date h3 {
    font-weight: 600;
    font-size: 2em;
}
section.sec-event-detail-wrapper .ed-head .left .other h2 {
    font-size: 2em;
}
section.sec-event-detail-wrapper .ed-head .left .other .detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.sec-event-detail-wrapper .ed-head .left .other .detail p {
    margin-right: 20px;
}
section.sec-event-detail-wrapper .ed-head .left .other .detail p i {
    color: #63b8dd;
}
section.sec-event-detail-wrapper .ed-head .right .price {
    text-align: right;
}
section.sec-event-detail-wrapper .ed-head .right .price p {
    background: #eee;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 1.3em;
}
section.sec-event-detail-wrapper .ed-details .content p {
    margin-bottom: 10px!important;
    font-size: 16px;!important;
    line-height: 25px;
}
section.sec-event-detail-wrapper .ed-details ul {
    list-style: none;
}
section.sec-event-detail-wrapper .ed-details ul a {
    color: #505050;
}
section.sec-event-detail-wrapper .ed-details ul a i {
    width: 25px;
    height: 25px;
    text-align: center;
}

/*contact*/
section.sec-map-inner .container{
    position: relative;
}
section.sec-map-inner .contact-detail {
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    padding: 40px;
}
section.sec-map-inner .contact-detail ul {
    list-style: none;
}
section.sec-map-inner .contact-detail ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.sec-map-inner .contact-detail ul li:last-of-type {
    margin-bottom: 0px;
}
section.sec-map-inner .contact-detail ul li .left {
    margin-right: 30px;
}
section.sec-map-inner .contact-detail ul li .left i {
    border: 1px solid #b7b7b7;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #b7b7b7;
}
section.sec-map-inner .contact-detail ul li .right h4 {
    margin-bottom: 5px;
    font-size: 1.2em;
}
section.sec-map-inner .contact-detail ul li .right p {
    font-size: 14px;
    font-weight: 300;
    color: #b7b7b7;
}
.j-center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/*Blog Inner*/
.blog-width .image {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 400px;
}
.blog-width .content p {
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 15px;
    line-height: 20px;
}
section.sec-appointment{
    /* background: #f8f7f6; */
}
.custom-padding-left{
    padding-left: 70px;
}
nav.main-navigation .main-navigation-inner ul.navigation li {
    position: relative;
}
nav.main-navigation .main-navigation-inner ul.navigation ul.sub-nav {
    position: absolute;
    z-index: 9;
    background: #fff;
    list-style: none;
    top: 100%;
    min-width: 210px;
    -webkit-box-shadow: 1px 10px 20px rgba(0,0,0,0.1);
            box-shadow: 1px 10px 20px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
nav.main-navigation .main-navigation-inner ul.navigation li:hover ul.sub-nav {
    opacity: 1;
    visibility: visible;
}
nav.main-navigation .main-navigation-inner ul.navigation ul.sub-nav li a {
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    text-align: left!important;
    margin-right: 0;
}



section.sec-services ul.services-wrapper li .thumb .img-fluid {
    max-width: 50px;
}



.sub-heading{
    display: none!important;
}




.booking-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: scroll
}

.booking-popup-wrapper .booking-inner {
    max-width: 750px;
    background: #fff;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden;
}

.booking-popup-wrapper .booking-inner .basic-info {
    width: 40%;
    background: #b2ebfe;
    padding: 20px;
}

.booking-popup-wrapper .booking-inner .main-working-area {
    width: 60%;
}

.booking-popup-wrapper .booking-inner .basic-info img {
    margin-bottom: 30px;
}

.booking-popup-wrapper .booking-inner .basic-info .popup-info {}

.booking-popup-wrapper .booking-inner .basic-info .popup-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
}

.booking-popup-wrapper .booking-inner .basic-info .popup-info p {
    font-size: 14px;
    text-align: left!important;
    line-height: 18px;
    margin-bottom: 200px;
    color: #5d5d5d;
}

.booking-popup-wrapper .booking-inner .basic-info .side-footer {
    font-size: 14px;
}

.booking-popup-wrapper .booking-inner .basic-info .side-footer p {
    color: #5d5d5d;
}

.booking-popup-wrapper .booking-inner .main-working-area {}

.booking-popup-wrapper .booking-inner .main-working-area .working-header {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
}

.booking-popup-wrapper .booking-inner .main-working-area .working-header h2 {
    font-size: 20px;
    font-weight: 600;
}

.booking-popup-wrapper .booking-inner .main-working-area .working-main-content {
    padding: 20px;
    max-height: 450px;
    overflow-y: scroll;
}

.booking-popup-wrapper .booking-inner .main-working-area .working-main-content .form-radio-s2 input {
    display: none;
}

.booking-popup-wrapper .booking-inner .main-working-area .working-main-content .form-radio-s2 label {
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 4px;
    display: block;
    font-weight: 600;
    text-align: left!important;
    border: 3px solid transparent;
}

.booking-popup-wrapper .booking-inner .main-working-area .working-main-content .form-radio-s2 label span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.booking-popup-wrapper .booking-inner .main-working-area .working-main-content .form-radio-s2 input:checked + label {
    background: #e7f9ff;
    border-color: #b2ebfe;
}


.time-slot-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.time-slot-list .form-radio-s3 input {
    display: none;
}
.time-slot-list .form-radio-s3 {
    width: 25%;
}

.time-slot-list .form-radio-s3 label {
    font-size: 14px;
    position: relative;
    width: 100%;
}
.time-slot-list .form-radio-s3 label:hover {
    cursor: pointer;
}

.time-slot-list .form-radio-s3 input:checked + label:before {
    background: #03aae2;
}
.time-slot-list .form-radio-s3 label span {
    background: #eee;
    font-size: 12px;
    color: #000;
    line-height: 1;
    padding: 6px 4.5px;
    display: block;
    margin-right: 5px;
    text-align: center;
}

.time-slot-list .form-radio-s3 label:hover span, .time-slot-list .form-radio-s3 input:checked + label span {
    background: #00bfff;
    color: #fff;
}
.fs-6{
    font-size: 14px;;
}


/* calender */
#datepicker .ui-datepicker-inline {
    width: 100%;
    border: 0;
    padding: 0;
}

#datepicker .ui-datepicker-inline .ui-datepicker-header {
    background: #b2ebfe;
    border: 0;
    padding: 5px;
}

#datepicker .ui-datepicker-inline .ui-datepicker-header a.ui-corner-all {
    top: 10px;
}

#datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
    text-align: center!important;
}

#datepicker .ui-datepicker-inline th {
    background: #eefaff;
    text-align: center!important;
}

#datepicker .ui-datepicker-inline table.ui-datepicker-calendar {
}

#datepicker .ui-datepicker-inline th.ui-datepicker-week-end {
    background: #def7ff;
    border: 1px solid #b2ebfe;
}

#datepicker .ui-datepicker-inline td a {
    background: #eefaff;
    border: 0;
    display: block;
    text-align: center!important;
    padding: 6px;
}

#datepicker .ui-datepicker-inline td a.ui-state-active {
    color: #000;
    background: #b2ebfe;
}

div#time {
    /* display: none!important; */
}
.questionnaire-main-wrapper.booking-popup-wrapper .booking-inner .main-working-area {
    width: 100%;
}

.questionnaire-main-wrapper.booking-popup-wrapper .booking-inner {
    max-width: 1000px;
}

.questionnaire-main-wrapper.booking-popup-wrapper .booking-inner .main-working-area .working-main-content.review-information {
    max-height: 650px;
    padding: 40px;
}

button#start_booking, button#time_submit, button.back_appoint, #checkbox1, #checkbox_next2, #checkbox_next3, button#checkbox_next4, button#checkbox_next5, button#checkbox_next6, button#checkbox_next7, button#checkbox_next8, button#getSlots  {
    margin: 10px 0px;
    border: 0;
    background: #b2ebfe;
    border-radius: 3px;
    padding: 10px;
}
button#start_booking:focus {
    outline: none;
}
button#start_booking:hover {
    cursor: pointer;
}

span#appoint_error, span#timezone_error, span#basic_error {
    padding: 10px;
    display: block;
    background: #ef2f2f;
    color: #fff!important;
    font-size: 14px;
    margin: 10px 20px;
    margin-bottom: 0px;
    border-radius: 3px;
}
.btnhide {
    /*display: none;*/
}

button#time_submit {
    padding: 10px 30px
    
}

.btn-loading-group .btn-loading {
    width: 200px;
}

.btn-loading-group {
    position: relative;
    width: 200px;
}

.btn-loading-group img {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.btn-loading-group:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #63b8dd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}
.loading.btn-loading-group img {
    opacity: 1;
    visibility: visible;
}

.loading.btn-loading-group:before {
    opacity: 1;
    visibility: visible;
}
.customer-more-details-wrapper .row {
    margin-bottom: 30px;
}

.customer-more-details-wrapper .row .client-name-wraper{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
    background: #fcfcfc;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 20px;
}
.customer-more-details-wrapper .form-radio-s2 input:checked + label.form-radio-label-s2 {
    background: #63b8dd;
}
button#start_booking {
    margin: 0;
    padding: 10px 10px;
    background: #76c8e3;
    border-radius: 0;
}

.topnav > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.topnav .topnav-inner .right ul.social {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.xs-visible {
    display: none;
}
.form-radio-s3 label.form-radio-label-s3 span.content b {
    display: inline-block;
    line-height: 1;
    font-size: 8rem;
    color: #252525;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.04;
}

.form-radio-s3 label.form-radio-label-s3 {
    overflow: hidden;
}

.form-radio-s3 input:checked + label.form-radio-label-s3 span.content b {
    color: var(--primarycolor);;
}
@media only screen and (max-width: 1023px){
    section.sec-about .content{
        display: block;
    }
    section.sec-about .content .right{
        margin-left: 0px;
    }
    section.sec-services ul.services-wrapper li{
        width: -moz-calc(25% - 15px);
        width: calc(25% - 15px);
        margin-left: 20px;
        margin-top: 20px;
    }
    .blog-wrapper ul li{
        width: -moz-calc(33.3333% - 14px);
        width: calc(33.3333% - 14px);
        margin-left: 20px;
        margin-top: 20px;
    }
    section.sec-about .content .left {
        width: 100%;
    }
    section.sec-about .content .right {
        width: 100%;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px){
    .topnav{
        display: none;
    }
    .menu-trigger,
    .xs-visible {
        display: block;
    }
    nav.main-navigation .main-navigation-inner ul.navigation {
        position: absolute;
        left: 0;
        right: 0;
        top: 120vh;
        z-index: 999;
        background: #fff;
        padding: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-top: 1px solid #efefef;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    nav.main-navigation .main-navigation-inner ul.navigation-show {
        top: 100%;
        visibility: visible;
        opacity: 1;
        /*transition: all 0.3s;*/
    }
    section.sec-services ul.services-wrapper li{
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }
    section.sec-services ul.services-wrapper li:nth-child(4n+1){
        margin-left: 20px;
    }
    section.sec-services ul.services-wrapper li:nth-child(2n+1){
        margin-left: 0px;
    }
    .heading-type-2-wrapper{
        display: none;
    }
    section.sec-video .video-wrapper{
        background: rgba(255,255,255,0.3);
        text-align: center;
    }
    .container{
        max-width: 650px;
    }
    .blog-wrapper ul{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .blog-wrapper ul li {
        width: 100%;
        margin-left: 0!important;
        margin-top: 30px;
        max-width: 400px;
    }
    .main-slider .carousel-inner .carousel-item .inner-wrapper .slider-text h4{
        font-size: 1.8em;
    }
    .main-slider .carousel-inner .carousel-item .inner-wrapper .slider-text h2{
        font-size: 2.5em;
    }
    section.sec-events ul.internal-page-events{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    section.sec-events ul.internal-page-events li{
        margin-left: 0!important;
        width: 100%;
        max-width: 500px;
    }
    section.sec-events ul.internal-page-events li:nth-child(2){
        margin-top: 40px;
    }
    section.sec-event-detail-wrapper .ed-head .left{
        margin-bottom: 20px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .index-about-cover:before{
        display: none;
    }
    .custom-padding-left{
        padding-left: 0px;
    }
    .booking-popup-wrapper .booking-inner .basic-info {
        width: 100%;
    }
    
    .booking-popup-wrapper .booking-inner .main-working-area {
        width: 100%;
    }
    
    .booking-popup-wrapper .booking-inner .basic-info .popup-info p {
        margin-bottom: 30px;
    }
    
    .booking-popup-wrapper .booking-inner .main-working-area .working-header a.close-booking {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 999;
        font-size: 20px;
    }
    
    .booking-popup-wrapper .booking-inner {position: relative;}
    
    .booking-popup-wrapper .booking-inner .main-working-area .working-header h2 {
        display: none;
    }
    
    .booking-popup-wrapper .booking-inner .main-working-area .working-header {
        padding: 0;
        border: 0;
    }
    .radio-list-s3 .form-radio-s3 {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    nav.main-navigation .main-navigation-inner ul.navigation ul.sub-nav {
        display: none;
    }
}
@media only screen and (max-width: 500px){
    body{
        font-size: 80%;
    }
    section.sec-services ul.services-wrapper li {
        width: 100%;
        margin-left: 0!important;
        margin-top: 30px;
    }
    .main-slider .carousel-inner .carousel-item .inner-wrapper .slider-text{
        text-align: center;
    }
    nav.main-navigation .main-navigation-inner ul.navigation{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    nav.main-navigation .main-navigation-inner ul.navigation li a{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    nav.main-navigation .main-navigation-inner ul.navigation li:last-of-type a{
        margin-bottom: 0px;
    }
}







/*loader animation*/
a.close-booking {
    position: relative;
    z-index: 999;
    color: #000;
}
.loading-notifications {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b2ebfe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 1;
}

.booking-popup-wrapper .booking-inner {
    position: relative;
}

#one, #two, #three, #four {
    position: absolute;
    color: #fff;
    opacity: 0;
}

#one {
    animation-name: one;
    animation-duration: 4s;
}
@keyframes one {
  0% { 
    opacity: 1
  }
  90% {
      opacity: 1;
  }
  100% {
      opacity: 0.8;
  }
}

#two {
    animation-name: two;
    animation-duration: 4s;
    animation-delay: 4s;
}
@keyframes two {
  0% { 
    opacity: 1
  }
  90% {
      opacity: 1;
  }
  100% {
      opacity: 0.8;
  }
}

#three {
    animation-name: three;
    animation-duration: 4s;
    animation-delay: 8s;
}
@keyframes three {
  0% { 
    opacity: 1
  }
  90% {
      opacity: 1;
  }
  100% {
      opacity: 0.8;
  }
}
#four {
    animation-name: four;
    animation-duration: 4s;
    animation-delay: 12s;
    animation-iteration-count: infinite;
}
@keyframes four {
  0% { 
    opacity: 1
  }
  90% {
      opacity: 1;
  }
  100% {
      opacity: 0.8;
  }
}