*
{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Roboto', sans-serif;
}
body
{
    height:100vh;
}
html
{
    scroll-behavior:smooth;
}
.navbar
{
    background:#fff!important;
    border-bottom:1px solid #ccc;
}
.navbar-nav a
{
    font-weight:400;
    color:blueviolet;
}
    .navbar-nav a.btn {
        background-color: #0066CC;
        border: 1px solid #0066CC;
        margin-left: 30px;
        width: 100x;
        height: 36px;
    }
    .navbar-nav a:hover {
        color: #00308F !important;
        
    }
.header {
    width: 100%;
    height: 80vh;
    /* padding: 60px;*/
    margin-top: 6%;
    background-image: url(../images/mediation-8.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
}
    .header .header-title h1 {
        text-align: center;
        font-family: sans-serif !important;
        text-transform: capitalize;
        font-size: 55px;
        font-weight: 800;
        color: #124265;
    }
.header .header-text h4
{
    text-align:center;
    margin-top:15px;
}
    .header .header-text .btn {
        background-color: #0066CC;
        border: 1px solid #0066CC;
        width: 200px;
        height: 50px;
        font-size: 14px;
        font-weight: bold;
    }
.header-box
{
    /*margin-top:10%;*/
}
.header-box .box
{
    padding:20px 10px;
    position:relative;
    overflow:hidden;
    background:#fff;
    box-shadow:0 0 29px 0 rgb(18 66 101 / 15%);
    transition:all 0.6s ease;
    border-radius:8px;
    z-index:1;
}
.header-box .box:hover
{
    transform:scale(1.1);
}
.header-box .box .box-logo
{
    font-size:25px;
    margin-bottom:10px;
    color:#0066CC;
}
.header-box .box .box-title
{
    margin-bottom:10px;
}
.header-box .box .box-title h4
{
    font-size:18px;
    font-weight:800;
    color:blueviolet;
}
.about-us
{
     margin-top:5%;
}
.about-us .about-heading h4
{
    font-size:30px;
    font-weight:800;
    text-transform:uppercase;
    color:blueviolet;
}
.about-us .about-heading p
{
    font-size:14px;
    font-weight:600;
    color:#666;
    margin-top:10px;
    margin-bottom:10px;
}
.about-us .about-content
{
    margin-left:30px;
}
.about-us .about-list ul
{
    list-style-type:none;
}
.about-us .about-list ul li i
{
    color:blueviolet;
}
.about-us .about-list .btn 
{
    border:1px solid blueviolet;
    color:blueviolet;
}
.about-us .about-list .btn:hover
{
    background:blueviolet;
    color:#fff;
}
.clients-count
{
    padding-top:20px;
    padding-bottom:20px;
    margin-top:10%;
    background:#dec7f2;
}
.clients-count .client-title
{
    text-align:center;
}
.clients-count .client-title h1
{
    font-size:40px;
    font-weight:900;
}
.clients-count .client-title p
{
    font-size:14px;
    font-weight:bold;
}
.gallery
{
    margin-top:5%; 
}
.gallery .gallery-content .about-content h4
{
    font-weight:800;
    color:blueviolet;
}
.gallery .gallery-content .about-content p
{
    font-weight:800;
    color:#666;
}
.gallery .about-list ul
{
    list-style-type:none;
}
.gallery .about-list ul li i
{
     color:blueviolet;
}
.gallery .about-list .btn
{
    border:1px solid blueviolet;
    color:blueviolet;
}
.gallery .about-list .btn:hover
{
    background:blueviolet;
    color:#fff;
}
.testimonials
{
    margin-top:10%; 
}
.testimonials .testimonial-heading h4
{
    font-size:30px;
    font-weight:800;
    text-transform:uppercase;
    color:blueviolet;
}
.testimonials .testimonial-heading p
{
    font-size:14px;
    font-weight:600;
    color:#666;
    margin-top:10px;
    margin-bottom:10px;
}
.testimonials .testimonial-wrapp, 
.testimonials .testimonial-wrapp .testimonial-text,
.testimonials .testimonial-wrapp .testimonial-photo,
.testimonials .testimonial-wrapp .quoted, .testimonial-quote{
   position: relative;
   -webkit-transition: all .4s ease-in;
   -o-transition: all .4s ease-in;
   transition: all .4s ease-in;
}
.testimonials .testimonial-wrapp,
.testimonials .testimonial-wrapp .testimonial-text {
    text-align: center;
}
.testimonials .testimonial-wrapp .quoted,
.testimonials .testimonial-wrapp .testimonial-photo {
   display: inline-block;
}
.testimonials .testimonial-wrapp .quoted {
    background: #643094;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
   -webkit-transform: translateY(50%);
   -ms-transform: translateY(50%);
   -o-transform: translateY(50%);
   transform: translateY(50%);
    z-index: 1;
}
.testimonials .testimonial-wrapp .testimonial-text {
    background: #f6f6f6;
    padding: 4.25rem 2.5rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}
.testimonials .testimonial-wrapp .testimonial-photo {
    height: 100px;
    width: 100px;
    margin-top: -50px;
}
.testimonials .testimonial-wrapp .testimonial-photo,
.testimonials .testimonial-wrapp .testimonial-photo > img{
    -webkit-border-radius: 50%;
    border-radius: 50%;   
}
.testimonials #testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted,
.testimonials #testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text{
   background: #00bcd4;
}
.testimonials .testimonial-wrapp:hover .testimonial-text{
   background: #643094;
   color: #fff;
}
 
/*Testimonial Quotes*/
.testimonials .testimonial-bg{
    background: url(../images/about-video.jpg) no-repeat;
}
.testimonials .testimonial-bg-light {
    background: url(../images/about-video.jpg) no-repeat;
}
.testimonials .testimonial-bg, .testimonials .testimonial-bg-light{
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
}
 
 
.testimonials .testimonial-quote {
    text-align: left;
    padding-top: 10px;
}
.testimonials .no-quote .testimonial-quote { 
   text-align: center;
}
.testimonials .testimonial-quote h3{
   position: relative;
}
.testimonials .no-quote .testimonial-quote h3::before, 
.testimonials .no-quote .testimonial-quote h3::after {
   display: none;
}
.testimonials .testimonial-quote h3::before, .testimonial-quote h3::after {
    display: inline-block;
    font-size: 17px;
}
.testimonials .testimonial-quote h3::before {
    content: "\f10d";
    margin-right: 3px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.testimonials .testimonial-quote h3::after{
   content: "\f10e";
   margin-left: 3px;
   -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.testimonials .testimonial-quote h6{
   font-weight: 300;
}
 
.testimonials #owl-thumbs.owl-dots{
   text-align: left;
}
.testimonials #owl-thumbs.owl-dots .owl-dot {
    background: transparent;
    height: 60px;
    margin: 0;
    position: relative;
    width: 60px;
    border: 5px solid rgba(255,255,255,.3);
    margin-left: -30px;
    opacity: .65;
   -webkit-transform: scale(.95);
   -ms-transform: scale(.95);
   -o-transform: scale(.95);
   transform: scale(.95);
}
.testimonials .testimonial-bg-light #owl-thumbs.owl-dots .owl-dot {
   border: 5px solid rgba(0,0,0,.3);
}
.testimonials #owl-thumbs.owl-dots .owl-dot > img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.testimonials #owl-thumbs.owl-dots .owl-dot:first-child{
   margin-left: 0;
}
.testimonials #owl-thumbs.owl-dots .owl-dot::after{
   display: none;
}
.testimonials #owl-thumbs.owl-dots .owl-dot:hover,
.testimonials #owl-thumbs.owl-dots .owl-dot.active{
   z-index: 5;
   opacity: 1;
   border: 5px solid rgba(255,255,255,.53);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
.testimonials .testimonial-bg-light #owl-thumbs.owl-dots .owl-dot.active {
   border: 5px solid rgba(0,0,0,.53);
}
 
/*-------------------------------*/
    /* Testimonials ends*/
/*-------------------------------*/
 
/*-------------------------------*/
    /*OWl Slider*/
/*-------------------------------*/
/*Dots*/
.owl-dots {
   margin-top: 2rem;
   text-align: center;
}
.vertical-dot .owl-dots {
   display: inline-table;
   width: 24px;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   right: 40px;
}
.owl-dots .owl-dot {
   height: 12px;
   width: 12px;
   background: transparent;
   margin: 2px 3px;
   position: relative;
   border: 1px solid #00bcd4!important;
   display: inline-block;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   background: rgba(255, 255, 255, .35);
   cursor: pointer;
}
#text-fading .owl-dots .owl-dot {
    background: #fff;
    border: none;
}s
.vertical-dot .owl-dots .owl-dot {
   border: none;
   background: rgba(255, 255, 255, .5);
}
 
.owl-dots .owl-dot::after {
   background-color: #00bcd4;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   content: "";
   height: 100%;
   left: 0;
    top:0;
   opacity: 0;
   position: absolute;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
   visibility: hidden;
   width: 100%;
}
.vertical-dot .owl-dots .owl-dot::after {
   display: none;
}
.vertical-dot .owl-dots .owl-dot.active {
   height: 10px;
   width: 10px;
   background: #00bcd4;
}
.owl-dots .owl-dot.active::after,
.owl-dots .owl-dot:hover:after {
   opacity: 1;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   visibility: visible;
}
 
.animate-out {
  -webkit-animation-delay : 0ms;
  -o-animation-delay : 0ms;
  animation-delay : 0ms;
}
 
/*Buttons*/
.owl-nav .owl-prev{
    left: 0px;
}
.owl-nav .owl-next{
    right: 0px;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    background: #00bcd4;
    font-size: 50px!important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 30%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.owl-carousel:hover .owl-nav .owl-prev, 
.owl-carousel:hover .owl-nav .owl-next {
   opacity: 1;
   visibility: visible;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover,
.owl-nav .owl-prev:focus, .owl-nav .owl-next:focus{
    background: #643094;
}
.services
{
    padding:50px;
    margin-top:10%;
    background:#f7f7f7;
}
.services .service-heading h4
{
    font-size:30px;
    font-weight:800;
    text-transform:uppercase;
    color:blueviolet;
}
.services .service-heading p
{
    font-size:14px;
    font-weight:600;
    color:#666;
    margin-top:10px;
    margin-bottom:20px;
}
.services .service-box
{
    background:#fff;
    text-align:center;
    margin-top:10px;
    padding:70px 20px 80px 20px;
    box-shadow:0px 5px 90px 0px rgb(110 123 131 / 5%);
    border-radius:10px;
    transition:all 0.5s ease;
}
.services .service-box:hover
{
    transform:scale(0.95);
}
.services .service-box .service-icon i
{
    font-size:40px;
    margin-bottom:10px;
    padding:10px;
    border-radius:5px;
    background:blueviolet;
    color:#fff;
}
.services .service-box .service-title
{
    margin-top:10px;
    margin-bottom:10px;
}
.services .service-box .service-title h4
{
    font-size:22px;
    font-weight:800;
    color:blueviolet;
}
.call-to-action
{
    margin-top:10%;
    text-align:center;
    padding:50px 20px;
    background:#c587ff;
}
.call-to-action .call-to-action-title h4
{
    font-size:25px;
    font-weight:800;
    color:#fff;
}
.call-to-action .call-to-action-text p
{
    color:#fff;
}
.call-to-action .call-to-action-button .btn
{
    border:1px solid #fff;
    color:#fff;
    width:200px;
}
.call-to-action .call-to-action-button .btn:hover
{
    background:#fff;
    color:#666;
}
.team
{
    margin-top:5%;
}
.team .team-heading h4
{
    font-size:30px;
    font-weight:800;
    text-transform:uppercase;
    color:#0066CC;
}
.team .team-heading p
{
    font-size:14px;
    font-weight:600;
    color:#666;
    margin-top:10px;
    margin-bottom:20px;
}
.team .member
{
    margin-bottom:20px;
    overflow:hidden;
    border-radius:5px;
    background:#fff;
    box-shadow:0px 5px 90px 0px rgb(110 123 131 / 30%);
}
.team .member .member-img
{
    position:relative;
    overflow:hidden;
}
.team .member .social
{
    position:absolute;
    left:0;
    bottom:30px;
    right:0;
    opacity:0;
    transition:all 0.4s ease;
    text-align:center;
}
.team .member:hover .social
{
    opacity:1;
    bottom:90px;
}
.team .member .social a
{
    transition:color 0.5s;
    color:#fff;
    margin:0 3px;
    padding:7px;
    border-radius:50%;
    width:36px;
    height:36px;
    background:#0066CC;
    display:inline-block;
    transition:all 0.5s ease;
}
.team .member .social i
{
    font-size:18px;
}
.team .member .member-info
{
    padding:25px 15px;
}
.team .member .member-info h4
{
    font-size:18px;
    font-weight:700;
    margin-bottom:5px;
    color:#0066CC;
    text-align:center;
}
.team .member .member-info span
{
    display:block;
    font-size:13px;
    font-weight:400;
    color:#aaa;
    text-align:center;
}
.price-section
{
     margin-top:5%;
     padding:15px;
}
.price-section .price-heading h4
{
    font-size:30px;
    font-weight:800;
    text-transform:uppercase;
    color:blueviolet;
}
.price-section .price-heading p
{
    font-size:14px;
    font-weight:600;
    color:#666;
    margin-top:10px;
    margin-bottom:20px;
}
.price-section .price
{
    padding:40px 20px;
    text-align:center;
    border-radius:8px;
    position:relative;
    overflow:hidden;
    background:#fff;
    box-shadow:0px 5px 90px 0px rgb(110 123 131 / 30%);
}
.price-section .price .price-title h4
{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    padding:15px;
}
.price-section .price .cost sup
{
    font-size:20px;
    top:-15px;
    left:-3px;
}
.price-section .price .cost h2
{
    display:inline-block;
    font-weight:bold;
}
.price-section .price .cost span
{
    color:#666;
}
.price-section .price-details li
{
    padding:10px;
}
.price-section .buy-btn .btn
{
    border:1px solid blueviolet;
    color:blueviolet;
}
.price-section .buy-btn .btn:hover
{
    background:blueviolet;
    color:#fff;
}
.faq-section
{
     margin-top:5%;
}
.faq-section .faq-heading h4
{
    font-size:30px;
    font-weight:800;
    text-transform:uppercase;
    color:blueviolet;
}
.faq-section .faq-heading p
{
    font-size:14px;
    font-weight:600;
    color:#666;
    margin-top:10px;
    margin-bottom:20px;
}
.contact-us-section
{
    margin-top:5%;
}
.contact-us-section .contact-us-heading h4
{
    font-size:30px;
    font-weight:800;
    text-transform:uppercase;
    color:#124265;
}
.contact-us-section .contact-us-heading p
{
    font-size:14px;
    font-weight:600;
    color:#666;
    margin-top:10px;
    margin-bottom:20px;
}
.contact-us-section .contact-details
{
    padding:15px;
}
.contact-us-section .contact-details i
{
    font-size:20px;
    padding:15px;
    background:#0066CC;
    border-radius:5px;
    color:#fff;
    margin-bottom:15px;
}
.contact-us-section .contact-details span
{
    font-size:20px;
    font-weight:bold;
    margin-left:15px;
    display:inline-block;
    color:#124265;
}
.contact-us-section .contact-details h5
{
    display:block;
    margin-left:70px;
    margin-top:-15px;
    font-size:14px;
}
.contact-us-section .contact-form text-area
{
    width:800px;
    height:80px;
}
.accordion-button {
    background: #AFDBF5 !important;
    color: #124265 !important;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
 }
.accordion-button:active, .accordion-button:focus
{
    background:#AFDBF5!important;
}
.footer
{
    margin-top:10%;
    box-shadow:0px 5px 90px 0px rgb(110 123 131 / 30%);
    
}

/*MODAL*/

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .5;
    }

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

