@import "https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;display=swap";
@import "https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap";
@import "https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap";
body {
    font-family: lato, sans-serif;
    padding: 0;
    margin: 0;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
.default-btn-one {
    display: inline-block;
    padding: 12px 40px;
    background-color: #E4430F;
    color: #fff;
    border-radius: 50px;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    border: 1px solid #E4430F;
}
.default-btn-one:hover {
    text-decoration: none;
    background-color: #fff;
    color: #DBC21C;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.gray-bg {
    background-color: #f0f0f055;
}
.bg-style {
    background-color: #E24D0F;
}
.ptb-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.pb-100 {
    padding-bottom: 100px;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title h2 {
    font-size: 36px;
    margin: 0 0 16px;
    text-transform: capitalize;
}
.section-title p {
    font-size: 16px;
    color: #666;
    max-width: 550px;
    margin: auto;
    line-height: 30px;
}
p {
    color: #565656;
    line-height: 1.8;
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 999;
}
.spinner {
    width: 80px;
    height: 80px;
    position: absolute;
    margin: 100px auto;
    left: 0;
    right: 0;
    top: 35%;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #DBC21C;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.header-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #a59113;
}
.header-info {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 2px;
}
.header-info li {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}
.header-info li:last-child {
    margin-right: 0;
}
.header-info i {
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
}
.header-info i::before {
    font-size: 15px;
}
.header-info a {
    text-decoration: none;
    color: #fff;
}
.social-links {
    padding-left: 0;
    text-align: right;
    margin-bottom: 0;
}
.social-links li {
    list-style-type: none;
    display: inline-block;
}
.social-links i {
    display: inline-block;
    height: 27px;
    width: 27px;
    background-color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #3a3737;
    border-radius: 30px;
    margin: 0 0 0 5px;
    border: 1px solid #fff;
}
.social-links i::before {
    font-size: 13px;
}
.social-links i:hover {
    background-color: #DBC21C;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.social-links a {
    text-decoration: none;
}
.jian-mobile-nav {
    display: none;
}
.jian-mobile-nav.mean-container .mean-nav ul li a.active {
    color: #DBC21C;
}
.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
	width: 25%;
}
.navbar-area.is-sticky .navbar-brand {
	width: 15%;
}
.jian-nav {
    background-color: #e5eefa;
    padding-top: 1px;
    padding-bottom: 5px;
	border-bottom: 3px solid #c10a0a;
}
.jian-nav .navbar {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.jian-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.jian-nav .navbar .navbar-nav {
    margin-left: auto;
}
.jian-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
.jian-nav .navbar .navbar-nav .nav-item a {
    font-size: 14.4px;
    font-weight: 600;
    color: #141414;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
}
.jian-nav .navbar .navbar-nav .nav-item a:hover,
.jian-nav .navbar .navbar-nav .nav-item a:focus,
.jian-nav .navbar .navbar-nav .nav-item a.active {
    color: #E4430F;
}
.jian-nav .navbar .navbar-nav .nav-item a i {
    margin-left: -3px;
    font-size: 13px;
}
.jian-nav .navbar .navbar-nav .nav-item:hover a,
.jian-nav .navbar .navbar-nav .nav-item:focus a,
.jian-nav .navbar .navbar-nav .nav-item.active a {
    color: #DBC21C;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #141414;
    font-size: 15.4px;
    font-weight: 600;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #DBC21C;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #141414;
    text-transform: capitalize;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #DBC21C;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
    position: relative;
    padding: 0;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #141414;
    font-size: 15.4px;
    font-weight: 600;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #DBC21C;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #141414;
    text-transform: capitalize;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #DBC21C;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #DBC21C;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #DBC21C;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}
.jian-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.jian-nav .others-options {
    margin-left: 15px;
}
.jian-nav .others-options .btn-primary {
    background-color: #DBC21C;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    border-color: #DBC21C;
}
.jian-nav .others-options .btn-primary::before,
.jian-nav .others-options .btn-primary::after {
    background: #141414;
}
.jian-nav .others-options .btn-primary:not(:disabled):not(.disabled).active,
.jian-nav .others-options .btn-primary:not(:disabled):not(.disabled):active,
.show > .jian-nav .others-options .btn-primary.dropdown-toggle {
    background-color: #DBC21C;
    color: #fff;
    border-color: #141414;
}
.jian-nav .others-options .btn-primary:hover,
.jian-nav .others-options .btn-primary:focus {
    background-color: #fff;
    color: #DBC21C;
    -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
    box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
}
.banner-slider .banner-slider-item {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.banner-slider .banner-slider-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}
.banner-slider .banner-slider-item .banner-area-content {
    text-align: center;
}
.banner-slider .banner-slider-item .banner-area-content h1 {
    color: #fff;
    font-size: 48px;
    font-family: raleway, sans-serif;
    margin: 0 0 24px;
}
.banner-slider .banner-slider-item .banner-area-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    max-width: 550px;
    margin: auto;
}
.banner-slider .banner-slider-item .banner-btn {
    margin-top: 35px;
    text-align: center;
}
.banner-slider .banner-slider-item .banner-btn .banner-btn-one {
    display: inline-block;
    padding: 14px 40px;
    background-color: #DBC21C;
    color: #fff;
    border-radius: 50px;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    border: 1px solid #DBC21C;
}
.banner-slider .banner-slider-item .banner-btn .banner-btn-one:hover {
    text-decoration: none;
    background-color: #fff;
    color: #DBC21C;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.banner-slider .slider-one {
    background-image: url(../img/banner/banner-bg.jpg);
}
.banner-slider .slider-two {
    background-image: url(../img/banner/banner-bg2.jpg);
}
.banner-slider .slider-three {
    background-image: url(../img/banner/banner-bg3.jpg);
}
.banner-slider .owl-prev {
    position: absolute;
    left: 4%;
    top: 45%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #DBC21C !important;
    color: #fff !important;
    border: none;
    border-radius: 50px !important;
}
.banner-slider .owl-prev:hover {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.banner-slider .owl-next {
    position: absolute;
    right: 4%;
    top: 45%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #DBC21C !important;
    color: #fff !important;
    border: none;
    border-radius: 50px !important;
}
.banner-slider .owl-next:hover {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.banner-slider .owl-nav {
    margin-top: 0;
}
.banner-slider .owl-item.active h1 {
    -webkit-animation: 2s 0.3s fadeInUp both;
    animation: 2s 0.3s fadeInUp both;
}
.banner-slider .owl-item.active p {
    -webkit-animation: 2s 0.3s fadeInUp both;
    animation: 2s 0.3s fadeInUp both;
}
.banner-slider .owl-item.active .banner-btn {
    -webkit-animation: 2s 0.3s fadeInUp both;
    animation: 2s 0.3s fadeInUp both;
}
.partner-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}
.partner-section .partner-slider {
    position: relative;
}
.partner-section .partner-slider .partner-item {
    text-align: center;
}
.partner-section .partner-slider .partner-item img {
    display: inline-block;
    width: 150px;
    margin: auto;
}
.partner-section .partner-slider .owl-nav {
    margin-top: 0;
}
.about-section {
    padding-bottom: 100px;
    position: relative;
}
.about-area-content .about-content span {
    font-size: 18px;
    color: #E24D0F;
    font-weight: 600;
    font-family: raleway, sans-serif;
    position: relative;
}
.about-area-content .about-content span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #16519a;
    left: 105px;
    margin: 0 auto;
    top: 15px;
}
.about-area-content .about-content h3 {
    font-size: 30px;
    color: #061933;
    margin: 10px 0 20px 0;
    line-height: 40px;
}
.about-area-content .about-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 0 0;
}
.about-area-content .about-features-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 10px;
}
.about-area-content .about-features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 600;
    color: #565656;
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
}
.about-area-content .about-features-list li i::before {
    margin-right: 6px;
    color: #16519a;
}
.about-area-content .btn-box {
    margin-top: 35px;
}
.about-video {
    position: relative;
}
.about-video .video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -50px;
}
.about-video .video-btn a {
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 72px;
    background: #8dc63f;
    position: relative;
    font-size: 30px;
    z-index: 1;
    border-radius: 50%;
    padding-left: 2px;
}
.about-video .video-btn a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #8dc63f;
}
.about-video .video-btn a:hover {
    color: #000;
    background: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.about-video .video-btn i {
    font-weight: 900;
}
.about-video .video-btn i::before {
    font-size: 40px;
}
.offer-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f0f0f0;
    position: relative;
    z-index: 1;
}
.offer-section::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-color: #fff;
    z-index: -1;
}
.offer-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.offer-section .section-title h2 {
    font-size: 18px;
    color: #E24D0F;
    margin: 0 0 15px;
    font-family: raleway, sans-serif;
    position: relative;
}
.offer-section .section-title h2::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    background-color: #16519a;
    right: -180px;
    left: 0;
    margin: 0 auto;
    top: 16px;
}
.offer-section .section-title p {
    font-size: 30px;
    color: #061933;
    font-weight: 600;
    max-width: 645px;
    margin: auto;
    line-height: 40px;
}
.offer-section .therapy-slider .therapy-content {
    background-color: #f9f9f9;
    padding: 20px;
}
.offer-section .therapy-slider .therapy-content h2 {
    font-size: 18px;
    color: #061933;
    margin: 0 0 10px;
}
.offer-section .therapy-slider .therapy-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
}
.offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one {
    display: inline-block;
    color: #DBC21C;
    font-weight: 600;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one:hover {
    letter-spacing: 1px;
}
.offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one i::before {
    position: relative;
    top: 1px;
    font-size: 11px;
}
.offer-section .therapy-slider .owl-prev {
    position: absolute;
    left: -5%;
    top: 28%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #d6d9dc;
    color: #000;
    border: 1px solid #d6d9dc !important;
    border-radius: 50px;
}
.offer-section .therapy-slider .owl-prev:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.offer-section .therapy-slider .owl-next {
    position: absolute;
    right: -5%;
    top: 28%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #d6d9dc;
    color: #000;
    border: 1px solid #d6d9dc !important;
    border-radius: 50px;
}
.offer-section .therapy-slider .owl-next:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.counter-section {
    background-color: #061933;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
}
.single-counter {
    text-align: center;
    margin-bottom: 30px;
}
.single-counter h3 {
    color: #fff;
    font-size: 48px;
}
.single-counter .sub-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
    display: block;
}
.shape-img1 {
    position: absolute;
    right: 0;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    z-index: 1;
    bottom: 30px;
}
.shape-img2 {
    position: absolute;
    left: 0;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    z-index: 1;
    bottom: 0;
}
.customer-services-section {
    padding-bottom: 100px;
    position: relative;
    margin-top: -50px;
}
.customer-area {
    position: absolute;
    background: #fff;
    max-width: 750px;
    bottom: 26%;
    right: 18%;
    padding: 45px;
}
.customer-area h2 {
    font-size: 30px;
    color: #061933;
    line-height: 45px;
    margin: 0 0 20px;
}
.customer-area p {
    font-size: 16px;
    color: #565656;
    line-height: 30px;
    margin: 0;
}
.customer-area .customer-btn {
    margin-top: 30px;
}
.advantags-section {
    padding-bottom: 100px;
}
.advantags-content h3 {
    font-size: 15px;
    color: #E24D0F;
    margin: 0 0 15px;
    font-family: raleway, sans-serif;
    position: relative;
}
.advantags-content h3::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #16519a;
    right: 28%;
    left: 0;
    margin: 0 auto;
    top: 14px;
}
.advantags-content h4 {
    font-size: 30px;
    color: #061933;
    line-height: 40px;
    margin: 0 0 12px;
}
.advantags-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.advantags-content .advantags-btn {
    margin-top: 10px;
}
.advantags-area .advantags-text-content {
    position: relative;
    border: 1px solid #c9c9c9;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    padding: 35px 20px 20px 110px;
    margin-top: 28px;
}
.advantags-area .advantags-text-content:hover {
    border: 1px solid #E24D0F;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.advantags-area .advantags-text-content h3 {
    font-family: raleway, sans-serif;
    font-size: 18px;
    color: #061933;
    margin: 0 0 8px;
}
.advantags-area .advantags-text-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}
.advantags-area .advantags-text-content i {
    position: absolute;
    left: 40px;
    top: 28px;
    z-index: 1;
}
.advantags-area .advantags-text-content i::before {
    font-size: 30px;
}
.advantags-area .advantags-text-content img {
    position: absolute;
    left: 20px;
    top: 20px;
}
.help-desk-section {
    padding-bottom: 100px;
}
.help-desk-area {
    max-width: 500px;
    margin-right: auto;
    padding-left: 30px;
}
.help-desk-area .desk-form-content {
    background-color: #f0f0f0;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 7px 5px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 0 rgba(72, 73, 121, 0.15);
}
.help-desk-area .desk-form-content h3 {
    font-size: 24px;
    color: #061933;
    margin: 0 0 20px;
}
.help-desk-area .desk-form-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 16px;
}
.help-desk-area .desk-form-content .get-form-area .form-group {
    margin-bottom: 15px;
}
.help-desk-area .desk-form-content .get-form-area .form-group .form-control {
    height: 50px;
    padding: 15px;
    font-size: 15px;
    color: #a6a6a6;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 0;
}
.help-desk-area .desk-form-content .get-form-area .form-group .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: none;
}
.help-desk-area .desk-form-content .get-form-area .send-btn {
    text-align: center;
    margin-top: 30px;
}
.video-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/video-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.video-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
}
.video-area .video-title {
    text-align: center;
    margin-bottom: 100px;
}
.video-area .video-title h2 {
    color: #fff;
    text-transform: capitalize;
    margin: -6px 0 20px;
    font-size: 36px;
    font-family: raleway, sans-serif;
}
.video-area .video-title p {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin: auto;
    max-width: 465px;
    line-height: 35px;
}
.video-area .video-content {
    position: relative;
}
.video-area .video-content .video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -50px;
}
.video-area .video-content .video-btn a {
    color: #000;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 102px;
    background: #fff;
    position: relative;
    font-size: 30px;
    z-index: 1;
    border-radius: 50%;
    padding-left: 2px;
}
.video-area .video-content .video-btn a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #fff;
}
.video-area .video-content .video-btn a:hover {
    color: #000;
    background: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.video-area .video-content .video-btn i {
    font-weight: 900;
}
.video-area .video-content .video-btn i::before {
    font-size: 60px;
}
.video-text {
    position: relative;
    text-align: center;
    margin-top: 208px;
}
.video-text h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
.testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.testimonial-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.testimonial-section .section-title h2 {
    font-size: 30px;
    color: #061933;
    font-family: raleway, sans-serif;
    position: relative;
    margin: 0;
}
.testimonial-section .section-title h2::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #061933;
    right: -33%;
    left: 0;
    margin: 0 auto;
    top: 25px;
}
.testimonial-slider .testimonial-content {
    background-image: url(../img/pattern.png);
    background-position: center center;
    background-size: cover;
    padding: 35px;
    text-align: center;
}
.testimonial-slider .testimonial-content i::before {
    font-size: 40px;
    color: #DBC21C;
    line-height: normal;
}
.testimonial-slider .testimonial-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 16px;
    font-style: italic;
}
.testimonial-slider .testimonial-content .star-list {
    padding-left: 0;
    margin-bottom: 0;
}
.testimonial-slider .testimonial-content .star-list li {
    list-style-type: none;
    display: inline-block;
}
.testimonial-slider .testimonial-content .star-list i::before {
    font-size: 24px;
    color: #fac917;
    line-height: normal;
    margin-right: 8px;
}
.testimonial-slider .testimonial-content .rectangle-image {
    position: relative;
}
.testimonial-slider .testimonial-content .rectangle-image img {
    width: 70px;
    position: absolute;
    left: 4%;
    bottom: -70px;
}
.testimonial-slider .testimonial-content-area {
    padding-left: 40px;
    margin-top: 40px;
}
.testimonial-slider .testimonial-content-area img {
    width: 100px;
    display: inline-block;
}
.testimonial-slider .testimonial-content-area h2 {
    font-size: 16px;
    color: #DBC21C;
    margin: 8px 0 6px 0;
    padding-left: 10px;
}
.testimonial-slider .testimonial-content-area p {
    font-size: 14px;
    color: #565656;
    font-weight: 400;
    margin: 0;
    padding-left: 24px;
}
.testimonial-slider .owl-dots .owl-dot {
    position: relative;
    top: 10px;
}
.testimonial-slider .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 6px;
    background: #bdbebb;
    display: block;
    border-radius: 30px;
    border: none;
}
.testimonial-slider .owl-dots .owl-dot span:hover {
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.testimonial-slider .owl-dots .owl-dot.active span {
    background: #DBC21C;
}
.welcome-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #061933;
    position: relative;
}
.welcome-content h2 {
    font-size: 36px;
    color: #fff;
    margin: 16px 0 0;
}
.welcome-content span {
    font-size: 18px;
    color: #fff;
    margin: 0 0 15px;
    position: relative;
}
.welcome-btn {
    margin-top: 24px;
}
.shape-img10 {
    position: absolute;
    right: 25px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    z-index: 1;
    bottom: 30px;
}
.shape-img11 {
    position: absolute;
    left: 0;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    z-index: 1;
    bottom: 70px;
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}
.blog-section .section-title h2 {
    font-size: 16px;
    color: #E24D0F;
    margin: 0 0 15px;
    font-family: raleway, sans-serif;
    position: relative;
}
.blog-section .section-title h2::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #16519a;
    right: -220px;
    left: 0;
    margin: 0 auto;
    top: 14px;
}
.blog-section .section-title p {
    font-size: 30px;
    color: #061933;
    font-weight: 600;
    max-width: 645px;
    margin: auto;
    line-height: 40px;
}
.blog-item .blog-content {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    padding: 25px;
}
.blog-item .blog-content span {
    font-size: 14px;
    color: #DBC21C;
    font-weight: 400;
}
.blog-item .blog-content h2 {
    font-size: 20px;
    color: #061933;
    margin: 10px 0 12px;
    line-height: 30px;
}
.blog-item .blog-content a {
    color: #061933;
}
.blog-item .blog-content a:hover {
    color: #DBC21C;
}
.blog-item .blog-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
}
.blog-item .blog-content .blog-btn-one {
    font-size: 16px;
    color: #E24D0F;
    font-weight: 600;
}
.blog-item .blog-content .blog-btn-one:hover {
    letter-spacing: 1px;
}
.footer-section {
    background-image: url(../img/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
	border-top: 10px solid #a02e2e;
}
.footer-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}
.footer-content {
    margin-bottom: 28px;
}
.footer-content h2 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-family: lato, sans-serif;
}
.footer-item p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin: 28px 0 0 0;
}
.footer-item .footer-links {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 40px;
    float: left;
    width: 100%;
    text-align: center;
}
.footer-item .footer-links li {
    list-style-type: none;
    display: inline-block;
}
.footer-item .footer-links i {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    color: #E24D0F;
    border-radius: 10px;
    margin: 0 4px 0 0;
}
.footer-item .footer-links i:hover {
    background-color: #E24D0F;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-item .footer-links a {
    text-decoration: none;
}
.menu-item {
    padding-left: 45px;
}
.menu-item .physio-menu {
    margin-bottom: 0;
    padding-left: 0;
}
.menu-item .physio-menu li {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    list-style-type: none;
    line-height: 30px;
}
.menu-item .physio-menu a {
    color: #fff;
}
.menu-item .physio-menu a:hover {
    color: #DBC21C;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-decoration: none;
}
.menu-item-content .quick-menu {
    margin-bottom: 0;
    padding-left: 0;
}
.menu-item-content .quick-menu li {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    list-style-type: none;
    line-height: 30px;
}
.menu-item-content .quick-menu a {
    color: #fff;
}
.menu-item-content .quick-menu a:hover {
    color: #DBC21C;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-decoration: none;
}
.footer-info h3 {
    font-size: 13px;
    color: #fff;
    margin: 1px 0 25px;
}
.footer-info h3:last-child {
    margin-bottom: 0;
}
.footer-info i::before {
    font-size: 20px;
    margin-right: 8px;
    font-weight: 900;
    position: relative;
    top: 3px;
}
.footer-info a {
    text-decoration: none;
    color: #fff;
}
.footer-info span {
    font-size: 16px;
    color: #fff;
}
.footer-bottom {
    background-color: #06131e;
    padding-top: 15px;
    padding-bottom: 10px;
}
.footer-bottom .bottom-content {
    text-align: center;
}
.footer-bottom .bottom-content p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}
#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 99999;
    background: #DBC21C;
    color: #fff;
    border: 1px solid #DBC21C;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
#toTop:hover {
    background-color: #fff;
    color: #DBC21C;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
#toTop .top-arrow i::before {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    top: 3px;
    position: relative;
}
.main-slider {
    position: relative;
}
.main-slider .main-banner-item {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.main-slider .main-banner-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
}
.main-slider .item-bg {
    background-image: url(../img/slider/bg.jpg);
}
.main-slider .item-bg-two {
    background-image: url(../img/slider/bg2.jpg);
}
.main-slider .item-bg-three {
    background-image: url(../img/slider/bg3.jpg);
}
.main-slider .banner-area-content {
    max-width: 550px;
    text-align: left;
}
.main-slider .banner-area-content h1 {
    color: #fff;
    font-size: 45px;
    font-family: raleway, sans-serif;
    margin: 0 0 10px;
    line-height: 70px;
}
.main-slider .banner-area-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    max-width: 450px;
}
.main-slider .banner-area-content .banner-btn {
    margin-top: 35px;
}
.main-slider .owl-prev {
    position: absolute;
    left: 2%;
    top: 45%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #DBC21C !important;
    color: #fff !important;
    border: none;
    border-radius: 50px !important;
}
.main-slider .owl-prev:hover {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.main-slider .owl-next {
    position: absolute;
    right: 2%;
    top: 45%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #DBC21C !important;
    color: #fff !important;
    border: none;
    border-radius: 50px !important;
}
.main-slider .owl-next:hover {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.main-slider .owl-nav {
    margin-top: 0;
}
.main-slider .owl-item.active h1 {
    -webkit-animation: 2s 0.3s fadeInUp both;
    animation: 2s 0.3s fadeInUp both;
}
.main-slider .owl-item.active p {
    -webkit-animation: 2s 0.3s fadeInUp both;
    animation: 2s 0.3s fadeInUp both;
}
.main-slider .owl-item.active .banner-btn {
    -webkit-animation: 2s 0.3s fadeInUp both;
    animation: 2s 0.3s fadeInUp both;
}
.banner-video {
    position: relative;
    background-image: url(../img/about.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}
.banner-video .video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -50px;
}
.banner-video .video-btn a {
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 72px;
    background: #8dc63f;
    position: relative;
    font-size: 30px;
    z-index: 1;
    border-radius: 50%;
    padding-left: 2px;
}
.banner-video .video-btn a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #8dc63f;
}
.banner-video .video-btn a:hover {
    color: #000;
    background: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.banner-video .video-btn i {
    font-weight: 900;
}
.banner-video .video-btn i::before {
    font-size: 40px;
}
.top-services-section {
    padding-bottom: 100px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.no-padding {
    padding: 5px;
}
.top-services-content {
    padding: 30px;
    text-align: center;
    background-image: url(../img/top-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.top-services-content h2 {
    font-size: 24px;
    color: #fff;
    margin: 20px 0 14px;
}
.top-services-content p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: -1px 0 0;
}
.top-services-content span {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.top-services-content i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    color: #609bd0;
    border-radius: 50px;
}
.top-services-content i::before {
    font-size: 35px;
}
.expertise-section {
    padding-bottom: 100px;
    position: relative;
}
.expertise-content-area h2 {
    font-size: 18px;
    color: #E24D0F;
    margin: 0 0 10px;
    font-family: raleway, sans-serif;
    position: relative;
}
.expertise-content-area h2::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #E24D0F;
    right: 40%;
    left: 0;
    margin: 0 auto;
    top: 15px;
}
.expertise-content-area h3 {
    font-size: 36px;
    color: #061933;
    margin: 0 0 20px 0;
    line-height: 50px;
}
.expertise-content-area p {
    font-size: 16px;
    color: #565656;
    line-height: 30px;
    font-weight: 400;
}
.expertise-features-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0;
    margin-top: 10px;
}
.expertise-features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 600;
    color: #061933;
    font-size: 15px;
    padding-right: 15px;
    padding-left: 22px;
    margin-top: 10px;
    position: relative;
}
.expertise-features-list li::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 2px solid #DBC21C;
    border-radius: 30px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
}
.expertise-box {
    margin-top: 35px;
}
.back-image {
    position: absolute;
    right: 0;
    top: -20%;
    z-index: -1;
}
.expertise-image {
    text-align: right;
}
.choose-section {
    background-image: url(../img/choose-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.choose-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}
.choose-area {
    margin-bottom: 60px;
}
.choose-area .choose-title h2 {
    font-size: 20px;
    color: #DBC21C;
    margin: 0 0 10px;
    font-family: raleway, sans-serif;
    position: relative;
}
.choose-area .choose-title h2::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #DBC21C;
    right: 30%;
    left: 0;
    margin: 0 auto;
    top: 15px;
}
.choose-area .choose-title h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 45px;
}
.choose-area .p-text {
    margin-top: 35px;
}
.choose-area .p-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}
.choose-content {
    position: relative;
    border: 1px solid #c9c9c9;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    padding: 35px 20px 20px 110px;
    margin-bottom: 30px;
    z-index: 1;
}
.choose-content:hover {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #DBC21C;
    border: 1px solid #DBC21C;
}
.choose-content::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 50px;
    background-color: #DBC21C;
    right: 0;
    margin: 0 auto;
    top: -1px;
}
.choose-content::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 50px;
    background-color: #DBC21C;
    right: -24px;
    top: 22px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.choose-content h3 {
    font-family: raleway, sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0 0 8px;
}
.choose-content p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}
.choose-content i {
    position: absolute;
    left: 40px;
    top: 28px;
    z-index: 1;
    color: #115fa4;
    z-index: 11;
}
.choose-content i::before {
    font-size: 30px;
}
.choose-content img {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.choose-image {
    position: absolute;
    top: -1px;
    right: 15px;
}
.choose-btn {
    margin-top: 20px;
    text-align: center;
}
.what-we-section {
    padding-top: 100px;
    padding-bottom: 90px;
	background: #f5f5f5;
}
.what-we-area {
    margin-bottom: 60px;
}
.what-we-area .what-we-title h2 {
    font-size: 20px;
    color: #E24D0F;
    margin: 0 0 10px;
    font-family: raleway, sans-serif;
    position: relative;
}
.what-we-area .what-we-title h2::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #E24D0F;
    right: 55%;
    left: 0;
    margin: 0 auto;
    top: 16px;
}
.what-we-area .what-we-title h3 {
    font-size: 30px;
    color: #061933;
    margin: 0;
    line-height: 45px;
}
.what-we-area .p-text {
    margin-top: 15px;
}
.what-we-area .p-text p {
    font-size: 16px;
    color: #061933;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}
.what-we-slider .what-we-item .what-we-image {
    position: relative;
}
.what-we-slider .what-we-item .what-we-image .what-we-text {
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    bottom: 0;
    background: #317aba;
    margin: 10px;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    text-align: center;
    visibility: hidden;
}
.what-we-slider .what-we-item .what-we-image .what-we-text p {
    position: absolute;
    margin: 0;
    top: 30%;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding: 20px;
}
.what-we-slider .what-we-item .what-we-content {
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 15px;
}
.what-we-slider .what-we-item .what-we-content h2 {
    font-size: 18px;
    color: #061933;
    margin: 0 0 18px;
    line-height: 28px;
}
.what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one {
    display: inline-block;
    color: #E24D0F;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one:hover {
    letter-spacing: 1px;
}
.what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one i::before {
    position: relative;
    top: 0;
    font-size: 11px;
}
.what-we-slider .what-we-item:hover .what-we-image .what-we-text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.what-we-slider .owl-prev {
    position: absolute;
    left: -5%;
    top: 28%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #d6d9dc;
    color: #000 !important;
    border: 1px solid #d6d9dc !important;
    border-radius: 50px !important;
}
.what-we-slider .owl-prev:hover {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.what-we-slider .owl-next {
    position: absolute;
    right: -5%;
    top: 28%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #d6d9dc;
    color: #000 !important;
    border: 1px solid #d6d9dc !important;
    border-radius: 50px !important;
}
.what-we-slider .owl-next:hover {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.what-we-slider .owl-nav {
    margin-top: 0;
}
.treatments-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.treatments-area-content span {
    font-size: 18px;
    color: #E24D0F;
    font-weight: 600;
    font-family: raleway, sans-serif;
    position: relative;
}
.treatments-area-content span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #16519a;
    left: 105px;
    margin: 0 auto;
    top: 15px;
}
.treatments-area-content h3 {
    font-size: 30px;
    color: #061933;
    margin: 10px 0 20px 0;
    line-height: 40px;
}
.treatments-area-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 0 0;
}
.treatments-features-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0;
    margin-top: 10px;
}
.treatments-features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 600;
    color: #061933;
    font-size: 16px;
    margin-top: 16px;
    position: relative;
    background-color: #a6c7e4;
    padding: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#a7c8e5), color-stop(#c3d4ec), color-stop(#dae1f3), color-stop(#eff0f9), to(#ffffff));
    background: linear-gradient(to right, #a7c8e5, #c3d4ec, #dae1f3, #eff0f9, #ffffff);
}
.treatments-features-list i {
    font-size: 20px;
    padding-right: 8px;
}
.treatments-features-list i::before {
    font-size: 20px;
}
.treatments-box {
    margin-top: 40px;
    text-align: center;
}
.customer-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/choose-bg.jpg);
    background-position: center center;
    background-size: cover;
}
.customer-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.customer-section .section-title h2 {
    font-size: 30px;
    color: #fff;
    font-family: raleway, sans-serif;
    position: relative;
    margin: 0;
}
.customer-section .section-title h2::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #fff;
    right: -30%;
    left: 0;
    margin: 0 auto;
    top: 25px;
}
.customer-slider .customer-item {
    position: relative;
    margin-top: 0px;
}
.customer-slider .customer-item .customer-content {
    background-color: #fff;
    padding: 35px;
    text-align: left;
    position: relative;
}
.customer-slider .customer-item .customer-content .last-icon {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.customer-slider .customer-item .customer-content .last-icon i::before {
    font-size: 50px;
    color: #9fc3e3;
}
.customer-slider .customer-item .customer-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 16px;
}
.customer-slider .customer-item .customer-content .customer-pic {
    position: absolute;
    left: 30px;
    top: -52px;
}
.customer-slider .customer-item .customer-content .customer-pic img {
    width: 100px;
    display: inline-block;
}
.customer-slider .customer-item .customer-content h2 {
    font-size: 16px;
    color: #E24D0F;
    margin: 30px 0 0 0;
}
.customer-slider .customer-item .customer-content span {
    font-size: 14px;
    color: #b4b4b4;
    font-weight: 400;
    margin: 0;
}
.customer-slider .customer-item .star-list {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 30px;
    top: 60px;
}
.customer-slider .customer-item .star-list li {
    list-style-type: none;
    display: inline-block;
}
.customer-slider .customer-item .star-list li i {
    padding-right: 4px;
}
.customer-slider .customer-item .star-list li i::before {
    font-size: 20px;
    color: #fac917;
}
.customer-slider .owl-dots .owl-dot {
    position: relative;
    top: 15px;
}
.customer-slider .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 6px;
    background: #bdbebb;
    display: block;
    border-radius: 30px;
    border: none;
}
.customer-slider .owl-dots .owl-dot span:hover {
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.customer-slider .owl-dots .owl-dot.active span {
    background: #DBC21C;
}
.team-section {
    padding-top: 100px;
    padding-bottom: 60px;
}
.team-area {
    margin-bottom: 45px;
}
.team-area .team-title h2 {
    font-size: 20px;
    color: #E24D0F;
    margin: 0 0 10px;
    font-family: raleway, sans-serif;
    position: relative;
}
.team-area .team-title h2::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #E24D0F;
    right: 55%;
    left: 0;
    margin: 0 auto;
    top: 16px;
}
.team-area .team-title h3 {
    font-size: 30px;
    color: #061933;
    margin: 0;
    line-height: 45px;
}
.team-area .p-text {
    margin-top: 15px;
}
.team-area .p-text p {
    font-size: 16px;
    color: #061933;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}
.team-item .team-content {
    background-color: #fff;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    padding: 20px;
    text-align: center;
    max-width: 230px;
    position: relative;
    left: 13px;
    top: -45px;
}
.team-item .team-content::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    background-color: #115fa4;
    left: 0;
    margin: 0 auto;
    bottom: 0;
}
.team-item .team-content::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 26px;
    background-color: #115fa4;
    left: -12px;
    bottom: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.team-item .team-content h3 {
    font-size: 18px;
    color: #061933;
    margin: 0 0 8px;
}
.team-item .team-content span {
    font-size: 16px;
    color: #72a8d8;
    font-weight: 500;
}
.team-item .team-content .social-team-links {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}
.team-item .team-content .social-team-links li {
    list-style-type: none;
    display: inline-block;
}
.team-item .team-content .social-team-links i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 27px;
    background-color: #E24D0F;
    border: 1px solid #E24D0F;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 0 6px;
}
.team-item .team-content .social-team-links i:hover {
    background-color: #fff;
    color: #E24D0F;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.team-item .team-content .social-team-links i::before {
    font-size: 14px;
    font-weight: 900;
}
.team-item .team-content .bar {
    position: absolute;
    left: 0;
}
.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 14px;
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item .accordion-title {
    padding: 12px 35px 12px 15px;
    color: #fff;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 0;
    display: inline-block;
    font-size: 15.5px;
    font-weight: 600;
    background-color: #E24D0F;
}
.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\eab2";
}
.faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    background-color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
}
.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block;
}
.faq-image {
    padding-left: 70px;
    margin-top: 0;
}
.page-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/page-banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.page-banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}
.page-banner .page-banner-content {
    text-align: left;
}
.page-banner .page-banner-content h2 {
    font-size: 36px;
    color: #fefafa;
    margin: 0 0 16px;
}
.page-banner .page-banner-content p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.page-banner .page-banner-content p a {
    color: #fff;
}
.page-banner .page-banner-content p a:hover {
    color: #8dc63f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.physical-section {
    padding-top: 100px;
}
.single-physical-item .physical-content span {
    font-size: 18px;
    color: #E24D0F;
    font-weight: 600;
    font-family: raleway, sans-serif;
    position: relative;
}
.single-physical-item .physical-content span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #16519a;
    left: 160px;
    margin: 0 auto;
    top: 15px;
}
.single-physical-item .physical-content h3 {
    font-size: 30px;
    color: #061933;
    margin: 10px 0 20px;
}
.single-physical-item .physical-content p {
    font-size: 16px;
    color: #061933;
    font-weight: 500;
    line-height: 30px;
}
.single-physical-item .physical-btn {
    margin-top: 28px;
}
.superior-section {
    padding-top: 100px;
}
.superior-area {
    margin-bottom: 45px;
}
.superior-area .superior-title h2 {
    font-size: 20px;
    color: #E24D0F;
    margin: 0 0 10px;
    font-family: raleway, sans-serif;
    position: relative;
}
.superior-area .superior-title h2::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #E24D0F;
    right: 35%;
    left: 0;
    margin: 0 auto;
    top: 16px;
}
.superior-area .superior-title h3 {
    font-size: 30px;
    color: #061933;
    margin: 0;
    line-height: 45px;
}
.superior-area .p-text {
    margin-top: 25px;
    padding-left: 30px;
}
.superior-area .p-text p {
    font-size: 16px;
    color: #061933;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}
.superior-content {
    padding-left: 30px;
}
.superior-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.mission-section {
    padding-top: 100px;
	padding-bottom: 40px;
}
.mission-area {
    margin-bottom: 45px;
}
.mission-area .mission-title h2 {
    font-size: 20px;
    color: #E24D0F;
    margin: 0 0 10px;
    font-family: raleway, sans-serif;
    position: relative;
}
.mission-area .mission-title h2::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #E24D0F;
    right: 45%;
    left: 0;
    margin: 0 auto;
    top: 16px;
}
.mission-area .mission-title h3 {
    font-size: 30px;
    color: #061933;
    margin: 0;
    line-height: 45px;
}
.mission-area .p-text {
    margin-top: 25px;
    padding-left: 30px;
}
.mission-area .p-text p {
    font-size: 16px;
    color: #061933;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}
.mission-item .mission-content h3 {
    font-size: 18px;
    color: #061933;
    margin: 20px 0 10px;
}
.mission-item p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.services-section {
    padding-top: 100px;
    padding-bottom: 70px;
}
.services-area {
    margin-bottom: 60px;
}
.services-area .services-title h2 {
    font-size: 20px;
    color: #E24D0F;
    margin: 0 0 10px;
    font-family: raleway, sans-serif;
    position: relative;
}
.services-area .services-title h2::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #E24D0F;
    right: 75%;
    left: 0;
    margin: 0 auto;
    top: 16px;
}
.services-area .services-title h3 {
    font-size: 30px;
    color: #061933;
    margin: 0;
    line-height: 45px;
}
.services-area .p-text {
    margin-top: 30px;
}
.services-area .p-text p {
    font-size: 17px;
    color: #061933;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}
.services-item {
    margin-bottom: 30px;
	box-shadow: 0 9px 12px 0 rgb(0 0 0 / 30%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
    border-bottom: 5px solid #E4430F;
}
.services-item .services-image {
    position: relative;
}
.services-item .services-image .services-text {
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    bottom: 0;
    background: #317aba;
    margin: 10px;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    text-align: center;
    visibility: hidden;
}
.services-item .services-image .services-text p {
    position: absolute;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding: 20px;
}
.services-item .services-content {
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-left: 25px;
}
.services-item .services-content h2 {
    font-size: 18px;
    color: #061933;
    margin: 0 0 10px;
}
.services-item .services-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.services-item .services-content .services-btn {
    margin-top: 20px;
}
.services-item .services-content .services-btn .services-btn-one {
    display: inline-block;
    color: #E24D0F;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.services-item .services-content .services-btn .services-btn-one:hover {
    letter-spacing: 1px;
}
.services-item .services-content .services-btn .services-btn-one i::before {
    position: relative;
    top: 0;
    font-size: 11px;
}
.services-item:hover .services-image .services-text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.appoinment-section {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}
.appoinment-area {
    position: relative;
    background-image: url(../img/appoinment-bg.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 600px;
}
.appoinment-area .appoinment-form-content {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
    -webkit-box-shadow: 2px -2px 5px 9px rgba(72, 73, 121, 0.15);
    box-shadow: 2px -2px 5px 9px rgba(72, 73, 121, 0.15);
    max-width: 465px;
    margin-left: auto;
    position: absolute;
    bottom: -50px;
    right: 100px;
}
.appoinment-area .appoinment-form-content h3 {
    font-size: 24px;
    color: #061933;
    margin: 0 0 20px;
}
.appoinment-area .appoinment-form-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    max-width: 350px;
    margin: 20px auto;
}
.appoinment-area .appoinment-form-content .appoinment-form .form-group .form-control {
    height: 50px;
    padding: 15px;
    font-size: 15px;
    color: #a6a6a6;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #b5b4b4;
    border-radius: 0;
}
.appoinment-area .appoinment-form-content .appoinment-form .form-group .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-bottom: 1px solid #DBC21C !important;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: none;
}
.appoinment-area .appoinment-form-content .appoinment-form .send-btn {
    text-align: center;
    margin-top: 30px;
}
.appoinment-area .appoinment-form-content .appoinment-form .send-btn .send-btn-one {
    display: inline-block;
    padding: 16px 45px;
    background-color: #DBC21C;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #DBC21C;
    width: 100%;
    text-transform: uppercase;
}
.appoinment-area .appoinment-form-content .appoinment-form .send-btn .send-btn-one:hover {
    text-decoration: none;
    background-color: #fff;
    color: #DBC21C;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.appoinment-style {
    padding-left: 45px;
    max-width: 580px;
    padding-right: 45px;
}
.appoinment-style .appoinment-content span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: raleway, sans-serif;
    position: relative;
}
.appoinment-style .appoinment-content span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #fff;
    left: 90px;
    margin: 0 auto;
    top: 15px;
}
.appoinment-style .appoinment-content h3 {
    font-size: 28px;
    color: #fff;
    margin: 10px 0 0 0;
    line-height: 40px;
}
.appoinment-style .appoinment-content .appoinment-btn {
    margin-top: 45px;
}
.appoinment-style .appoinment-content .appoinment-btn .appoinment-btn-one {
    display: inline-block;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #DBC21C;
    border-radius: 50px;
}
.appoinment-style .appoinment-content .appoinment-btn .appoinment-btn-one:hover {
    background-color: #DBC21C;
    color: #fff;
}
.single-team-section {
    padding-top: 100px;
    padding-bottom: 60px;
}
.single-team-item .single-team-content {
    background-color: #fff;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    padding: 20px;
    text-align: center;
    max-width: 230px;
    margin: auto;
    position: relative;
    left: 0;
    top: -45px;
}
.single-team-item .single-team-content .social-team-links {
    padding-left: 0;
    margin-bottom: 0;
}
.single-team-item .single-team-content .social-team-links li {
    list-style-type: none;
    display: inline-block;
}
.single-team-item .single-team-content .social-team-links i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 34px;
    background-color: #E24D0F;
    border: 1px solid #E24D0F;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 0 6px;
}
.single-team-item .single-team-content .social-team-links i:hover {
    background-color: #fff;
    color: #E24D0F;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.single-team-item .single-team-content .social-team-links i::before {
    font-size: 16px;
}
.single-team-item .single-team-content .bar {
    position: absolute;
    left: 0;
}
.single-team-area {
    margin-bottom: 40px;
}
.single-team-area .single-team-content h3 {
    font-size: 24px;
    color: #061933;
    margin: 14px 0;
}
.single-team-area .single-team-content span {
    font-size: 16px;
    color: #72a8d8;
    font-weight: 500;
}
.single-team-area .single-team-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    margin: 12px 0 0;
    line-height: 30px;
}
.single-team-area .single-team-details {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.single-team-area .single-team-details li {
    list-style-type: none;
    font-size: 17px;
    color: #464646;
    font-weight: 600;
    padding-top: 12px;
}
.single-team-area .single-team-details li:first-child {
    padding-top: 0;
}
.single-team-area .single-team-details span {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    padding-left: 20px;
}
.work-injury-section {
    padding-top: 100px;
    padding-bottom: 90px;
    position: relative;
}
.work-injury-area .work-injury-content h2 {
    font-size: 30px;
    color: #061933;
    margin: 0 0 20px;
}
.work-injury-area .work-injury-content strong {
    font-size: 17px;
    color: #061933;
    line-height: 30px;
}
.work-injury-area .work-injury-content p {
    font-size: 16px;
    color: #565656;
    line-height: 30px;
    margin: 20px 0 10px;
}
.work-injury-area .injury-list {
    padding-left: 0;
    margin-bottom: 0;
}
.work-injury-area .injury-list li {
    list-style-type: none;
    font-size: 16px;
    color: #565656;
    font-weight: 600;
    position: relative;
    padding-top: 14px;
    padding-left: 25px;
}
.work-injury-area .injury-list li::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    background-color: #16519a;
    left: 0;
    border-radius: 50px;
    top: 50%;
}
.payment-content {
    padding-left: 10px;
}
.payment-content p {
    font-size: 16px;
    color: #565656;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
}
.details-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.details-content {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}
.details-content h2 {
    font-size: 25px;
    color: #061933;
    margin: 0 0 20px;
}
.details-content p {
    font-size: 15px;
    color: #061933;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}
.details-content .details-list {
    padding-left: 0;
    margin-bottom: 0;
}
.details-content .details-list li {
    font-size: 15px;
    color: #061933;
    font-weight: 500;
    list-style-type: none;
    padding-top: 10px;
}
.details-content .details-style {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.details-content .details-style li {
    font-size: 14px;
    color: #061933;
    font-weight: 600;
    list-style-type: none;
    padding-top: 10px;
}
.details-content .details-style .details-button {
    margin-top: 26px;
}
.details-content .details-style .details-button .details-button-one {
    display: inline-block;
    padding: 8px 30px;
    background-color: #061933;
    color: #fff;
    border: 1px solid #061933;
}
.details-content .details-style .details-button .details-button-one:hover {
    background-color: #fff;
    color: #061933;
}
.details-payment {
    background-color: #061933;
    position: relative;
    padding-top: 85px;
    padding-bottom: 85px;
    text-align: center;
}
.details-payment h3 {
    font-size: 25px;
    color: #fff;
    margin: 0 0 20px;
}
.details-payment p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}
.details-payment .details-style {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.details-payment .details-style .details-button {
    margin-top: 26px;
}
.details-payment .details-style .details-button .details-button-one {
    display: inline-block;
    padding: 8px 30px;
    background-color: #fff;
    color: #061933;
    border: 1px solid #fff;
}
.details-payment .details-style .details-button .details-button-one:hover {
    background-color: #061933;
    color: #fff;
}
.map iframe {
    height: 510px;
    width: 100%;
}
.contact-section {
    padding-bottom: 100px;
    padding-top: 100px;
}
.contact-box {
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 9px 6px rgb(0 0 0 / 15%), 0 3px 9px 3px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    padding-left: 115px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    height: 135px;
    border: 2px solid #E4430F;
}
.contact-box .icon {
    position: absolute;
    left: 25px;
    top: 30px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    font-size: 35px;
    text-align: center;
    border-radius: 50%;
    color: #E4430F;
    border: 1px solid #E4430F;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.contact-box:hover .icon {
    background: #E4430F;
    color: #fff;
}
.contact-box h4 {
    font-size: 18px;
    margin-bottom: 12px;
}
.contact-box p {
    margin: 0;
    line-height: 25px;
    font-weight: 400;
}
.contact-box p a {
    color: #777;
}
.contact-box p a:hover {
    color: #DBC21C;
}
.get-in-touch {
    margin-top: 40px;
}
.get-in-touch h3 {
    font-size: 18px;
    margin-bottom: 14px;
}
.get-in-touch p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.get-in-touch ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.get-in-touch ul li {
    display: inline-block;
}
.get-in-touch ul li a {
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #DBC21C;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid #DBC21C;
}
.get-in-touch ul li a:hover {
    background-color: #fff;
    color: #DBC21C;
}
.contactForm {
    margin-top: 40px;
}
.contactForm .form-group {
    margin-bottom: 15px;
}
.contactForm .form-control {
    background: 0 0;
    border: 1px solid #eee;
    border-radius: 0;
    height: 50px;
}
.contactForm .form-control:focus {
    border: 1px solid #DBC21C;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contactForm textarea.form-control {
    height: 100px !important;
}
.contactForm .send-btn {
    margin-top: 10px;
}
.contactForm .send-btn .send-btn-one {
    display: inline-block;
    padding: 12px 40px;
    background-color: #DBC21C;
    color: #fff;
    border: 1px solid #DBC21C;
    font-size: 16px;
    font-weight: 600;
}
.contactForm .send-btn .send-btn-one:hover {
    background-color: #fff;
    color: #DBC21C;
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.blog-page-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog-page-item {
    margin-bottom: 40px;
}
.blog-page-item:last-child {
    margin-bottom: 0;
}
.blog-page-item .single-image img {
    width: 100%;
}
.blog-page-item .blog-page-content {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    padding: 40px 28px;
}
.blog-page-item .blog-page-content h3 {
    font-size: 24px;
    color: #061933;
    margin: 12px 0 10px;
}
.blog-page-item .blog-page-content a {
    color: #061933;
}
.blog-page-item .blog-page-content a:hover {
    color: #DBC21C;
}
.blog-page-item .blog-page-content span {
    color: #8dc63f;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-page-item .blog-page-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}
.blog-page-item .blog-page-content .read-button {
    margin-top: 20px;
}
.blog-page-item .blog-page-content .read-button .read-btn-one {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    background-color: #DBC21C;
    border: 1px dashed #DBC21C;
    display: inline-block;
}
.blog-page-item .blog-page-content .read-button .read-btn-one:hover {
    color: #DBC21C;
    background-color: #fff;
    letter-spacing: 1px;
}
.blog-page-item .blog-page-content .blog-list {
    padding-left: 0;
    margin-bottom: 0;
    line-height: normal;
}
.blog-page-item .blog-page-content .blog-list li {
    display: inline-block;
    font-size: 15px;
    color: #666;
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}
.blog-page-item .blog-page-content .blog-list a {
    color: #666;
}
.blog-page-item .blog-page-content .blog-list a:hover {
    color: #DBC21C;
}
.blog-page-item .blog-page-content .blog-list i {
    color: #666;
    margin-right: 6px;
    font-weight: 700;
    line-height: normal;
}
.blog-page-item .blog-page-content .blog-list i::before {
    font-size: 16px;
}
.sidebar .widget {
    margin-bottom: 30px;
}
.sidebar .widget.widget-search {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    padding: 20px;
}
.sidebar .widget.widget-search form {
    position: relative;
}
.sidebar .widget.widget-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: #8dc63f;
    outline: 0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
}
.sidebar .widget.widget-search form .form-control {
    height: 50px;
    padding: 16px;
    font-size: 15px;
    color: #a6a6a6;
    background-color: transparent;
    border-bottom: 1px solid #b5b4b4;
}
.sidebar .widget.widget-search form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8dc63f;
}
.sidebar .widget h3,
.sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 18px;
    position: relative;
}
.sidebar .widget h3 span,
.sidebar .widget .widget-title span {
    z-index: 2;
    position: relative;
}
.sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.sidebar .widget.widget-categories {
    padding: 20px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.sidebar .widget.widget-categories ul {
    padding-left: 0;
}
.sidebar .widget.widget-categories ul li {
    position: relative;
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}
.sidebar .widget.widget-categories ul li:last-child {
    border-bottom: 1px solid #eee;
}
.sidebar .widget.widget-categories ul li a {
    color: #6084a4;
}
.sidebar .widget.widget-categories ul li a:hover {
    color: #DBC21C;
}
.sidebar .widget.widget-recent-entries {
    padding: 20px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.sidebar .widget.widget-recent-entries ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 15px;
}
.sidebar .widget.widget-recent-entries ul li a {
    display: block;
}
.sidebar .widget.widget-recent-entries ul li a img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 85px;
    height: 65px;
}
.sidebar .widget.widget-recent-entries ul li h5 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2px;
}
.sidebar .widget.widget-recent-entries ul li a {
    color: #172841;
}
.sidebar .widget.widget-recent-entries ul li a:hover {
    color: #DBC21C;
}
.sidebar .widget.widget-recent-entries ul li p {
    color: #6084a4;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
}
.sidebar .widget.widget-tag-cloud {
    padding: 20px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.sidebar .widget.widget-tag-cloud .tagcloud a {
    font-size: 15px !important;
    border: 1px dashed #8dc63f;
    padding: 10px 25px;
    color: #495057;
    display: inline-block;
    background: 0 0;
    margin: 5px;
}
.sidebar .widget.widget-tag-cloud .tagcloud a:hover {
    background: #8dc63f;
    color: #fff;
}
.pagination-area {
    margin-top: 30px;
    text-align: center;
}
.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    line-height: 40px;
    color: #000;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 17px;
    font-weight: 600;
}
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
    background: #DBC21C;
    color: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.single-blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog-details {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
}
.blog-details .article-img {
    position: relative;
}
.blog-details .article-img .date {
    position: absolute;
    bottom: 15px;
    width: 80px;
    left: 15px;
    height: 90px;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    border-radius: 5px;
    padding-top: 15px;
    line-height: 30px;
    background-color: #DBC21C;
    color: #fff;
}
.blog-details .article-content {
    padding: 30px;
}
.blog-details .article-content h3 {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 30px;
}
.blog-details .article-content h4 {
        font-size: 18px;
    margin-top: 50px;
    line-height: 30px;
    color: #e3430e;
    font-weight: 600;
}
.blog-details .article-content p {
    margin-bottom: 0;
    margin-top: 15px;
	text-align: justify;
}
.blog-details .article-content .blockquote {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f9f9f9;
    padding: 30px;
    border-left: 4px solid #DBC21C;
}
.blog-details .article-content .blockquote p {
    margin-top: 0;
    font-size: 18px;
}
.blog-details .article-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
	    margin-top: 10px;
		color: #565656;
}
.blog-details .article-content ul li i{
    color: #d96565;
	margin-right: 10px;
}
.post-controls-buttons {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}
.post-controls-buttons .controls-left {
    float: left;
}
.post-controls-buttons .controls-right {
    float: right;
}
.post-controls-buttons div a {
    border: 1px solid #eee;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    color: #06131e;
}
.post-controls-buttons div a:hover,
.post-controls-buttons div a:focus {
    color: #fff;
    background: #8dc63f;
    border-color: #8dc63f;
}
.post-comments {
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}
.post-comments h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.post-comments .single-comment {
    position: relative;
    padding-left: 95px;
    margin-top: 30px;
}
.post-comments .single-comment .comment-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
}
.post-comments .single-comment .comment-img img {
    border-radius: 50%;
}
.post-comments .single-comment .comment-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.post-comments .single-comment .comment-content span {
    color: #141414;
}
.post-comments .single-comment .comment-content p {
    margin-bottom: 15px;
}
.post-comments .single-comment .comment-content a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #141414;
}
.post-comments .single-comment.left-m {
    margin-left: 85px;
}
.leave-a-reply {
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    margin-top: 25px;
}
.leave-a-reply h3 {
    font-size: 22px;
    margin-bottom: 30px;
}
.leave-a-reply .form-group {
    margin-bottom: 15px;
}
.leave-a-reply .form-group .form-control {
    height: 45px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #818992;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.leave-a-reply .form-group .form-control:focus {
    border-color: #DBC21C;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.leave-a-reply .form-group textarea.form-control {
    height: 120px !important;
}
.leave-a-reply .send-btn {
    margin-top: 10px;
}
.leave-a-reply .send-btn .send-btn-one {
    display: inline-block;
    padding: 12px 40px;
    background-color: #DBC21C;
    color: #fff;
    border: 1px solid #DBC21C;
    font-size: 16px;
    font-weight: 600;
}
.leave-a-reply .send-btn .send-btn-one:hover {
    background-color: #fff;
    color: #DBC21C;
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.gallery-section .filter-menu {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}
.gallery-section .filter-menu li {
    border: none;
    background: #f4f4f4;
    padding: 9px 24px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
    color: #828893;
    outline: 0 !important;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}
.gallery-section .filter-menu li:hover {
    background: #DBC21C;
    color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.gallery-section .filter-menu .filter.active {
    color: #fff;
    background-color: #DBC21C;
}
.gallery-section .single-work {
    margin-bottom: 30px;
}
.gallery-section .single-work .work-image {
    display: block;
    position: relative;
	text-align: center;
}
.gallery-section .single-work .work-image::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.gallery-section .single-work .work-image:hover::before,
.gallery-section .single-work .work-image:focus::before {
    height: 100%;
    background-color: #6a9b1cbe;
}
.gallery-section .single-work .work-image .popup-btn {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    right: 0;
    color: #fff;
    margin-top: 0;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
}
.gallery-section .single-work .work-image .popup-btn:hover {
    text-decoration: none;
}
.gallery-section .single-work .work-image:hover .popup-btn,
.gallery-section .single-work .work-image:focus .popup-btn {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
}
.gallery-section #Container .mix {
    display: none;
}
.gallery-section .gallery-btn {
    margin-top: 30px;
    text-align: center;
}
.gallery-section .gallery-btn .gallery-btn-one {
    display: inline-block;
    padding: 12px 40px;
    background-color: #DBC21C;
    color: #fff;
    border: 1px solid #DBC21C;
    font-size: 16px;
    font-weight: 600;
}
.gallery-section .gallery-btn .gallery-btn-one:hover {
    background-color: #fff;
    color: #DBC21C;
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.what-we-item {
    box-shadow: 0 9px 12px 0 rgb(0 0 0 / 30%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    overflow: v;
    margin-bottom: 15px;
    border-radius: 10px;
}
.popup-btn img
{
	width: 10%;
}
.article-content h3
{
	margin: 20px 0;
}
table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgb(127 124 28);;
 }
.tbl-content{
  height:700px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
th{
  padding: 13px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
td{
  padding: 8px;
    text-align: left;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    color: #111;
    border: solid 1px rgb(15 15 15 / 22%);
}

/* follow me template */
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
.img-gallery
{
	width: 100%;
	height: 450px;
	box-shadow: 0 9px 12px 0 rgb(0 0 0 / 30%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	object-fit: cover;
}