@charset "UTF-8";

@font-face {
font-family : 'Montserrat';
font-style : normal;
font-weight : 300;
font-display : swap;
src : url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
font-family : 'Montserrat';
font-style : normal;
font-weight : 400;
font-display : swap;
src : url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
font-family : 'Montserrat';
font-style : normal;
font-weight : 500;
font-display : swap;
src : url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
font-family : 'Montserrat';
font-style : normal;
font-weight : 600;
font-display : swap;
src : url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
font-family : 'Montserrat';
font-style : normal;
font-weight : 700;
font-display : swap;
src : url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
font-family : 'Montserrat';
font-style : normal;
font-weight : 800;
font-display : swap;
src : url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
font-family : 'Montserrat';
font-style : normal;
font-weight : 900;
font-display : swap;
src : url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}


* {
    margin: 0;
    padding: 0;
}

:root {
    --montserrat: 'Montserrat', sans-serif;
}

body {
    font-family: var(--montserrat) !important;
    overflow-x: hidden;
    background:#FFF;
}

.c-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto !important;
}

.container{
    padding: 0 15px;
}

/*.c-primary-btn{
    min-width:380px;
    background:transparent;
    border:#C49A33 2px solid;
    border-radius:0;
    font-size:18px;
    font-weight:600;
    color:#FFF;
    letter-spacing:1px;
    text-transform:uppercase;
    padding: 20px 15px;
}
.c-primary-btn:hover{
    background:#C49A33;
}*/


/**/

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.o-header {
    background: #FFFFFF;
    z-index: 9;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px;
    padding: 25px 0;
}
.o-header.sticky{
      position:sticky;
      top:0;
      z-index:999;
      box-shadow:rgba(0, 0, 0, 0.2) 0 0 10px;
      padding: 12px 0;
      transition:padding 0.5s ease-in-out;
}
.c-nav-sup ul>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 17px;
}

.c-nav-sup ul>li a {
    color: #25347A;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.c-nav-sup ul>li a:hover {
    color: #000;
}

.c-appointment-button {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: 700;
    /*font-size: 14px;*/
    background: #00AEEF;
    border-radius: 30px;
    padding: 3px 15px;
    margin-left: 15px;
}

.c-appointment-button:hover {
    background:#25347A;
    color:#FFF !important;
}

.c-phone-button {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    background: #25347A;
    border-radius: 30px;
    padding: 3px 15px;
    margin-left: 15px;
}

.c-phone-button:hover {
    background:#00AEEF;
    color:#FFF !important;
}

.c-lang {
    min-width: 43px;
    border: #25347A 2px solid;
    color: #25347A;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 30px;
}

.c-lang:hover {
    background: #25347A;
    color: #FFF;
}

.navbar-toggler {
    display: none;
}


/**/

.c-banner img {
    overflow-x: hidden;
}

.c-banner__wrapper {
    overflow: hidden;
}

.c-banner__wrapper svg {
    position: absolute;
    left: -230px;
    top: -190px;
    height: auto;
}

.c-banner__wrapper .c-banner-bfr-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.c-shape-img {
    position: absolute;
    right: 0;
    bottom: -235px;
    z-index: 3;
    width: 30.7vw;
}


/**/

.c-welcome-sec {
    padding: 55px 0;
    position:relative;
    z-index:1;
}
.c-welcome-sec__image{
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 100%;
    display:none;
}

@media(min-width:1840px){
    .c-welcome-sec__image{
        bottom: -156px;
    }
}
.c-welcome-sec h2 {
    color: #25347A;
    font-size: 45px;
    font-weight: 700;
}

.c-welcome-sec h2 span.active {
    color: #00AEEF;
}

.c-welcome-sec p {
    color: #25347A;
    font-size: 18px;
    line-height: 1.2em;
}


/**/

.c-our-story-sec {
    /*position: -webkit-sticky; /* for browser compatibility */
    /*position: sticky;
    top:0;*/
    overflow: hidden;
    padding: 50px 0 50px;
    background: #f2f2f2;
}

.c-our-story-sec .c-story-content-img {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    z-index: 2;
}


/*.c-our-story-sec svg{
    width:100%;
    height:auto;
    position:absolute;
    left:0;
    top:0;
}*/

.c-our-story-sec .container {
    z-index: 1;
    position: relative;
}
.section{
    width:500%;
    height: 100%;
    overflow-x:hidden;
}
/*.c-our-story-sec .row {
    min-height:100vh;
}*/

.c-our-story-sec h2 {
    color: #25347A;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 20px;
}

.c-our-story-sec p {
    color: #25347A;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 0 10px;
}

.c-our-story-sec p:last-child {
    margin: 0;
}

.c-our-story-sec__image {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
/* .c-our-story-sec:nth-child(even) .c-our-story-sec__image{ */
    /* right:auto; */
    /* left:0; */
/* } */

.c-our-story-sec__image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
/*.c-our-story-sec__image.c-our-story-mobile-img__last-image img{
    object-position:left;
}*/
.c-our-story-mobile-img {
/*    display: none;*/
}

.c-our-story-mobile-img img {
    width:534px;
    height:534px !important;
    object-fit: cover;
    border-radius:100%;
    border:24px solid #2391D4;
}


/**/

.c-our-service {
    position: relative;
    background: #25347A;
    overflow: hidden;
    padding: 25px 0;
    /* padding: 25px 0 7vw; */
    /* padding: 25px 0 11vw; */
}

.c-our-service .c-our-service-before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 110px !important;
    z-index: 2;
}

.c-our-service .container>.row {
    min-height:852px;
    position: relative;
    z-index: 3;
}

.c-our-service h2 {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    padding-left: 5%;
    margin: 0 0 40px;
}

.c-our-service__image {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.c-our-service__image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.c-single-service {
    text-align: center;
    margin-bottom: 20px;
}

.c-single-service figure {
    min-height: 116px;
    margin: 0;
}

.c-single-service p {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.c-btn-learn-more {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    background: #00AEEF;
    border-radius: 30px;
    padding: 3px 20px;
    margin-left: 20px;
}

.c-btn-learn-more:hover {
    background: transparent;
    border-color: #00AEEF;
    color: #FFF;
}


/**/

.c-testimonial-sec {
    position: relative;
    z-index: 9;
    padding: 20px 0 40px;
    /* padding: 70px 0; */
}

.c-testimonial-sec svg {
    position: absolute;
    top: 0;
    left: 0;
}

.c-star-img img {
    margin: 0 4px 0 0;
}

.c-testimonial-sec h5 {
    font-size: 20px;
    font-weight: 600;
    color: #00AEEF;
    line-height: 1.1;
    margin: 0 0 5px;
}

.c-testimonial-sec h2 {
    font-size: 45px;
    font-weight: 700;
    color: #25347A;
    line-height: 1.1;
    margin: 0 0 30px;
}

.c-testimonial-profile {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background-color: #C7C8CA;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.c-testimonial-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.c-testimonial-slider .item + .item{
    display:none;
}
.c-testimonial-slider .c-testiminial-text-wpr h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #25347A;
    margin: 0 0 5px;
}

.c-testimonial-slider .c-testiminial-text-wpr p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    color: #25347A;
    margin: 0 0 10px;
}

.c-testimonial-slider .c-star-wpr {
    display: flex;
    align-items: flex-end;
    color: #00AEEF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: #00AEEF;
}

.c-star-wpr span {
    line-height: 1.4;
    display: block;
    margin-left: 15px;
}

.c-testimonial-slider ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.c-testimonial-slider ul.slick-dots li:not(:last-child) {
    margin-right: 16px;
}

.c-testimonial-slider ul.slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    color: transparent;
    border: 2px solid #25347A;
    background-color: #fff;
}

.c-testimonial-slider ul.slick-dots li.slick-active button {
    background-color: #25347A;
}

.c-map-sec {
    position: relative;
}

.c-map-sec .c-map img {
    width: 100%;
    line-height: 0;
}

.c-map-sec .c-map-div-before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/**/
.c-inner-body-panel{
    padding-bottom:50px;
}
.c-page-title{
    font-size:45px;
    font-weight:700;
    color:#25347A;
    margin:0 0 90px;
}
.c-content-panel{
    padding:0 0 24px;
}
.c-content-panel h2{
    font-size:30px;
    font-weight:700;
    color:#25347A;
    margin: 0 0 20px;
}
.c-content-panel p{
    color:#25347A;
    font-size:18px;
    line-height:20px;
    margin:0 0 10px;
}
.c-content-panel p:last-child{
    margin:0;
}


.c-single-team{
    margin:0 0 22px;
    position:relative;
    overflow: hidden;
    padding-bottom:10px;
}
.c-single-team__image-size{
    width: 215px;
    display: block;
}
.c-single-team + .c-single-team{
    margin:85px 0;
}
.c-single-team__left-img{
    position: absolute;
    left: -182px;
    top: -15px;
    width: 620px;
}
.c-single-team__right-img{
    position:absolute;
    right:-182px;
    top:-15px;
    width: 620px;
}

/*@media(min-width:1720px){
.c-single-team__left-img{
    left:0;
}
.c-single-team__right-img{
    right:0;
}
}*/

.c-team-member-row{
    border-bottom:#D0D0D0 1px solid;
}
.c-team-member-row + .c-team-member-row{
    padding:80px 0;
}
.c-single-team h3{
    color:#00AEEF;
    font-size:30px;
    font-weight:700;
    line-height: 1em;
    margin:0 0 10px;
}
.c-single-team h3 small{
    color:#25347A;
    font-size:18px;
}
.c-client-care-img{
    margin: -110px auto 0;
    max-width:955px;
}

.c-accord-sec .text-sec{
    display:none;
    padding-left:70px;
    padding-right:50px;
}
.c-accord-panel{
    padding-left:55px;
    position:relative;
    margin-bottom:15px;
}
.c-accord-panel__count{
    color: #00AEEF;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    left: 0;
    line-height: 1em;
    top: 0;
}
.c-accord-panel h4{
    font-size:25px;
    font-weight: 700;
    color: #25347A;
    position:relative;
    padding-left:70px;
    cursor: pointer;
    padding-right:30px;
}
.c-accord-panel h4:before{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    border-color: #25347A transparent transparent transparent;
    border-width: 9px;
    border-style: solid;
}
.c-accord-panel h4.active:before{
    border-color: transparent transparent #25347A transparent;
}
/**/

.c-footer-list-wpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -24px;
}

.c-footer-top {
    padding: 10px 0 20px;
}

.c-footer-top .container {
    position: relative;
}

.c-footer-top .c-footer-brand-name {
    position: absolute;
    left: 12px;
    top: -85px;
    z-index: 2;
}

.c-footer-list-wpr .c-each-list {
    width: fit-content;
    padding: 0 24px;
}

.c-footer-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-footer-top ul li {
    font-size: 16px;
    font-weight: 400;
    color: #25347A;
    line-height: 1.3;
}

.c-footer-top ul li a {
    color: #25347A;
}

.c-footer-top ul li a:hover {
    color: #00AEEF;
}

.c-each-list.c-footer-day-wpr ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-each-list.c-footer-day-wpr ul li span {
    width: 140px;
}

.c-each-list.c-footer-day-wpr ul li span+span {
    margin-left: 20px;
    width: 98px;
}

.c-each-list ul li a.c-email-btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding: 6px 25px;
    border-radius: 30px;
    background-color: #25347A;
    margin-top: 10px;
    display: inline-block;
}

.c-each-list ul li a.c-email-btn:hover {
    background-color: #00AEEF;
    color: #FFF;
}

.c-book-btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding: 9px 21px;
    border-radius: 30px;
    background-color: #00AEEF;
    display: inline-block;
}

.c-book-btn:hover {
    color: #fff;
    background-color: #25347A;
}

.c-each-list.c-social-wpr ul {
    display: flex;
    align-items: center;
}

.c-each-list.c-social-wpr ul li:not(:last-child) {
    margin-right: 22px;
}

.c-each-list.c-social-wpr ul li a {
    font-size: 24px;
}

.c-copyright-wpr {
    background-color: #25347A;
    padding: 24px 0;
}

.c-copyright-wpr p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin: 0;
}

.c-copyright-wpr .container {
    display: flex;
    justify-content: space-between;
}

.c-footer-lg-wpr {
    position: relative;
    width: 82px;
}

.c-footer-lg-wpr img {
    position: absolute;
    bottom: -40px;
    right: -1px;
    width: 100%;
}


/**/

@media (max-width: 1199.98px) {

    .c-nav-sup ul>li a {
        font-size: 14px;
    }
    .c-nav-sup ul>li {
        margin: 0 8px;
    }
    .c-appointment-button,
    .c-phone-button{
        margin-left:5px;
        font-size:12px;
    }
    .o-header .col-7 {
        width: 64.333333%;
    }
    

    .c-welcome-sec h2 {
        font-size: 32px;
    }    
    .section {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        flex-wrap: wrap;
    }
    .c-welcome-sec {
        padding: 30px 0 0;
    }
    .c-our-story-sec__image {
        display: none;
    }
    .c-our-story-mobile-img {
        display: block;
        margin-top: 30px;
    }
    .c-our-story-sec:first-child{
        padding-top:130px;
    }
    .c-our-story-sec{
        padding-top:30px;
    }
    .c-welcome-sec__image {
        bottom: -105px;
    }
    .c-our-story-sec h2 {
        font-size: 34px;
    }
    .c-our-story-sec p {
        font-size: 16px;
    }
    .c-our-service h2 {
        font-size: 34px;
    }
    .c-our-service__image{
        width:100%;
        position:static;
        margin-top:20px;
    }
    .c-our-service .container>.row{
        min-height:1px;
    }

    .c-page-title {
        font-size: 30px;
        margin: 0 0 30px;
    }
    .c-content-panel h2 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .c-content-panel p {
        font-size: 15px;
    }
    .c-our-story-mobile-img img {
        width: 450px;
        height: 450px !important;
    }
    .c-single-team__left-img {
        left: -295px;
    }
    .c-single-team__right-img{
        right:-295px;
    }

}

@media (max-width: 991.98px) {
    .navbar-toggler {
        position: relative;
        width: 33px;
        /* margin-left: auto; */
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        display: block;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #25347A;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }
    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }
    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }
    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }
    .navbar-collapse {
        background: #fff;
        top:-100%;
        width:100%;
        padding-bottom: 30px;
        right: 0;
        margin: 0;
        z-index: 100;
        box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px;
    }
    .c-nav-sup{
        width:100%;
        padding:15px;
        position:absolute;
        left:0;
        top:100%;
        background: #FFF;
        z-index:999;
        display:none;
        box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px;
    }

    .c-nav-sup ul{
        width:100%;
    }
    .c-nav-sup ul>li a {
        font-size: 16px;
    }
    .c-nav-sup ul>li{
        display:block;
        margin:0 0 5px;
    }
    .c-nav-sup .navbar-toggler-main{
        display:none !important;
    }
    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 0 40px 0;
    }
    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }
    .o-header .row {
        justify-content: space-between;
    }
    .o-header .row [class*="col-"] {
        width: auto;
        flex: 0 0 auto;
    }
    .o-header .row .col {
        width: auto;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }
    .o-header .row .col .navbar-toggler {
        margin-left: 20px;
    }
    #navoverlay {
        display: block;
        pointer-events: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        margin: 0;
        padding: 0 !important;
        z-index: 99;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
        cursor: auto;
    }
    #navoverlay.open {
        /* background-color: rgba(0, 0, 0, 0.4); */
        background-color: transparent;
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }
    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }
    .navbar-collapse>ul {
        margin: 80px 0 0 !important;
        padding: 0 0 20px 0;
        display: flex;
        flex-direction: column;
    }
    .navbar-collapse>ul>li {
        margin: 0;
    }
    .navbar-collapse>ul>li>a {
        padding: 8px 20px;
        display: block;
        line-height: normal;
    }
    .navbar-collapse ul li.current-menu-item a,
    .navbar-collapse ul li.active a,
    .navbar-collapse ul li a:hover,
    .navbar-collapse ul li a.active {
        background-color: #00AEEF;
        color: #fff;
    }
    .c-appointment-button {
        margin:6px 0 0 !important;
    }
    .c-shape-img {
        bottom: 30px;
        width: 14.3vw;
        /* width: 120px; */
    }    
    .c-our-story-sec .row {
        min-height: 1px;
    }
    /*.c-our-story-sec .row [class*="col-"] {
        padding-top: 10vw;
        padding-bottom: 30px;
    }*/
    .c-welcome-sec h2,
    .c-our-story-sec h2,
    .c-our-service h2,
    .c-testimonial-sec h2 {
        font-size: 35px;
    }
    .c-our-service h2 {
        padding-left: 0;
        text-align: center;
    }
    .c-footer-top .c-footer-brand-name {
        left: 8px;
        top: -55px;
    }
    .c-testimonial-sec h5 {
        font-size: 18px;
    }
    .c-welcome-sec__image {
        bottom: -80px;
    }
    .c-accord-panel h4 {
        font-size: 20px;
        padding-left: 0;
        padding-right: 30px;
    }
    .c-accord-sec .text-sec{
        padding-left: 0;
        padding-right:15px;
    }
    .c-accord-panel__count {
        font-size: 22px;
    }
    .c-our-story-sec:first-child {
        padding-top: 100px;
    }
    .c-our-story-mobile-img img {
        width: 320px;
        height: 320px !important;
        border: 12px solid #2391D4;
        margin: 0 auto;
        display: block;
    }
    .c-single-team + .c-single-team {
        margin: 35px 0;
    }
    .c-team-member-row + .c-team-member-row {
        padding: 40px 0;
    }
    .c-single-team__left-img {
        left: -340px;
    }
    .c-single-team__right-img{
        right:-340px;
    }
}

@media (max-width:767.98px) {
    .c-welcome-sec {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .c-welcome-sec h2,
    .c-our-story-sec h2,
    .c-our-service h2,
    .c-testimonial-sec h2 {
        font-size: 28px;
    }
    .c-welcome-sec__image {
        bottom: -35px;
    }
    .c-testimonial-profile {
        margin: 0 0 20px;
    }
    .c-testimonial-slider .c-star-wpr {
        font-size: 16px;
    }
    .c-our-story-sec{
        position:static;
        min-height:auto;        
    }
    .c-our-story-sec,
    .c-welcome-sec,
    .c-testimonial-sec{
        padding-right:15px;
        padding-left:15px;
    }
    /* .c-footer-top .c-footer-brand-name {
        left: 0;
        top: 0;
        margin: 0 0 20px;
        display: inline-block;
        position: relative;
    } */
    .c-footer-top .c-footer-brand-name {
        left: 0;
        top: 0;
        margin: 0 auto 20px;
        display: block;
        position: relative;
        width: 210px;
    }
    .c-footer-list-wpr {
        margin: 0 -12px;
    }
    .c-footer-list-wpr .c-each-list {
        width: 100%;
        padding: 0 12px;
        text-align: center;
    }
    .c-footer-list-wpr .c-each-list:not(:last-child) {
        margin-bottom: 20px;
    }
    .c-each-list.c-footer-day-wpr ul li {
        justify-content: center;
    }
    .c-each-list.c-social-wpr ul {
        justify-content: center;
    }
    .c-our-story-sec .c-story-content-img {
        top: -1px;
    }
    .c-inner-body-panel{
        padding:40px 15px 30px;
    }
    .c-page-title {
        font-size: 28px;
        margin: 0 0 20px;
    }
    .c-client-care-img{
        display:none;
    }
    .c-accord-panel h4 {
        font-size: 18px;
    }
    .c-accord-panel {
        padding-left: 30px;
    }
    .c-our-story-sec:first-child {
        padding-top: 60px;
    }
    .c-copyright-wpr {
        padding: 10px 0;
    }    
    .c-footer-lg-wpr img {
        bottom: -10px;
        right: 0px;
    }
    .c-single-team h3 {
        font-size: 26px;
    }
    .c-single-team__left-img,
    .c-single-team__right-img {
        position: relative;
        margin-bottom: 15px;
        left:-120px;
        top: 0;
    }
    .c-single-team__right-img{
        display:block;
        right:-120px;
        margin-left:auto;
        left:auto;
    }

}

@media (max-width: 575.98px) {
    .c-shape-img {
        bottom: 20px;
    }
    .c-welcome-sec h2,
    .c-our-story-sec h2,
    .c-our-service h2,
    .c-testimonial-sec h2 {
        font-size: 22px;
    }
    .c-welcome-sec p,
    .c-our-story-sec p {
        font-size: 16px;
    }
    .c-testimonial-sec h5 {
        font-size: 16px;
    }
    .c-testimonial-slider .c-testiminial-text-wpr p {
        font-size: 16px;
    }
    .c-testimonial-slider .c-star-wpr {
        font-size: 16px;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }
    .c-star-wpr span {
        margin: 10px 0 0;
    }
}

@media (max-width: 479px) {
    .o-header .c-brand-name {
        width: 140px;
        display: block;
    }
    .o-header .row [class*="col-"]:nth-child(2) {
        padding: 0;
    }
    .c-single-service p {
        font-size: 15px;
    }
    /*.c-copyright-wpr .container {
        flex-direction: column-reverse;
        align-items: center;
    }*/
    .c-footer-lg-wpr {
        min-height: 50px;
    }
    .c-copyright-wpr p {
        margin-top: 15px;
    }
}