@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&amp;display=swap);

body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    overflow-x: hidden
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.bg-fffcfb {
    background-color: #fffcfb
}

.bg-fff7f4 {
    background-color: #fff7f4
}

p {
    margin-bottom: 15px;
    color: #000;
    font-size: 14px;
    line-height: 1.8
}

p:last-child {
    margin-bottom: 20px
}

img {
    max-width: 100%
}

button {
    outline: 0 !important
}

a {
    display: block;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    color: #147941;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: #ff5d24
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.btn {
    padding: 10px 10px;
    text-transform: uppercase;
    line-height: initial;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    font-weight: 500
}

.btn.disabled,
.btn:disabled {
    opacity: 1
}

.btn-primary {
    color: #fff;
    background-color: #ff5d24;
    border-color: #ff5d24
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #ff5d24;
    border-color: #ff5d24;
    background-color: transparent
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ff5d24;
    border-color: #ff5d24
}

.btn-primary:focus,
.btn-primary:hover {
    color: #ff5d24;
    border-color: #ff5d24;
    background-color: transparent;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02)
}

.btn-secondary {
    background-color: #3bc176;
    color: #fff;
    border-color: #51c175;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .05), 0 10px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .05), 0 10px 10px rgba(0, 0, 0, .02)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #ff5d24;
    color: #fff;
    border-color: #ff5d24
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: transparent;
    color: #ff5d24;
    border-color: #ff5d24;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .05), 0 10px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .05), 0 10px 10px rgba(0, 0, 0, .02)
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #FF9900;
    color: #fff;
    border-color: #FF9900
}

.section-title {
    position: relative;
    margin-bottom: 60px
}

.section-title .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FF9900;
    border-color: transparent
}

.section-title span {
    display: block;
    color: #22b663;
    text-transform: uppercase;
    margin-bottom: 7px;
    margin-top: 18px;
    position: relative;
    padding-left: 15px;
    z-index: 1;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 24px;
    font-weight: 400
}

.section-title span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #ff5d24;
    z-index: -1;
    opacity: .2
}

.section-title span.bg-f59f00 {
    color: #f59f00
}

.section-title span.bg-f59f00::before {
    background: #f59f00
}

.section-title span.bg-0018ff {
    color: #0018ff
}

.section-title span.bg-0018ff::before {
    background: #0018ff
}

.section-title span.bg-ff5d24 {
    color: #51c175
}

.section-title span.bg-ff5d24::before {
    background: #51c175
}

.section-title h2 {
    margin-bottom: 0;
    max-width: 640px;
    font-weight: 700;
    font-size: 38px
}

.section-title p {
    margin-bottom: 0;
    margin-top: 12px
}

.section-title.text-center span {
    display: inline-block
}

.section-title.text-center h2 {
    margin-left: auto;
    margin-right: auto
}

.section-title.text-center p {
    max-width: 665px;
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto
}

.form-group {
    margin-bottom: 15px
}

.form-control {
    height: 45px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
    color: #323232;
    background-color: #edf2f5;
    border: 1px solid #dedede;
    border-radius: 0;
    -webkit-transition: .5s;
    width: 100%;
    transition: .5s
}

.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #51c175
}

.form-control::-webkit-input-placeholder {
    color: #5f5f5f
}

.form-control:-ms-input-placeholder {
    color: #5f5f5f
}

.form-control::-ms-input-placeholder {
    color: #5f5f5f
}

.form-control::placeholder {
    color: #5f5f5f
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/loader-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999999;
    text-align: center;
    background-color: #fff
}

.preloader .loader {
    padding-top: 23%;
    left: 0;
    position: relative;
    margin: 0 auto;
    width: auto;
    height: auto;
    text-align: center
}

.labto-mobile-nav {
    display: none
}

.labto-mobile-nav.mean-container .mean-nav ul li a.active {
    color: #ff5d24
}

.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .32);
    background-color: #fff !important;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.labto-nav {
    background-color: transparent;
    padding-top: 9px;
    padding-bottom: 9px
}

.labto-nav .navbar {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.labto-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.labto-nav .navbar .navbar-nav {
    display: table;
    margin: auto;
    width: 91%
}

.labto-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    display: inline-block
}

.labto-nav .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding: 5px 10px;
    margin-right: 11px;
    border-radius: 4px
}

.labto-nav .navbar .navbar-nav .nav-item a.active,
.labto-nav .navbar .navbar-nav .nav-item a:focus,
.labto-nav .navbar .navbar-nav .nav-item a:hover {
    color: #51c175;
}

.labto-nav .navbar .navbar-nav .nav-item a i {
    font-size: 11px
}

.labto-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0
}

.labto-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0
}

.labto-nav .navbar .navbar-nav .nav-item.active a,
.labto-nav .navbar .navbar-nav .nav-item:focus a,
.labto-nav .navbar .navbar-nav .nav-item:hover a {
    color: #c91c45;
    font-size: 25px;
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    background: #1d5179;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 234px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu.custom-width {
    width: 180px
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
    width: 100%
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: uppercase;
    padding: 8px 15px;
    margin: 0;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
    box-shadow: none
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #7ccc02
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #fff
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #3bc176
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #323232;
    text-transform: capitalize
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #ff5d24
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #323232;
    text-transform: capitalize
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #ff5d24
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu .dropdown-menu li a {
    color: #323232;
    text-transform: capitalize
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu .dropdown-menu li a.active,
.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu .dropdown-menu li a:focus,
.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu .dropdown-menu li a:hover {
    color: #ff5d24
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu.active a {
    color: #ff5d24
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d24
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d24
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #ff5d24
}

.labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.labto-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.labto-nav .others-options {
    margin-left: 27px
}

.labto-nav .others-options .cart-btn {
    top: 2px;
    display: inline-block;
    margin-right: 30px;
    position: relative
}

.labto-nav .others-options .cart-btn i::before {
    font-size: 18px
}

.labto-nav .others-options .cart-btn span {
    background-color: #323232;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 7px;
    font-weight: 500
}

.labto-nav .others-options .languages-list {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 20px
}

.labto-nav .others-options .languages-list .nice-select {
    border-radius: 0;
    border: none;
    float: unset;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: initial;
    outline: 0;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 10px
}

.labto-nav .others-options .languages-list .nice-select .list {
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-top: 5px;
    left: -24px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.labto-nav .others-options .languages-list .nice-select .list .option {
    line-height: initial;
    min-height: unset;
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px
}

.labto-nav .others-options .languages-list .nice-select .list .option.focus,
.labto-nav .others-options .languages-list .nice-select .list .option.selected.focus,
.labto-nav .others-options .languages-list .nice-select .list .option:hover {
    background-color: transparent
}

.labto-nav .others-options .languages-list .nice-select .list .option:last-child {
    margin-bottom: 10px
}

.labto-nav .others-options .languages-list .nice-select:after {
    right: 0
}

.main-banner {
    position: relative;
    z-index: 1;
    padding-top: 0;
    height: 100vh;
    overflow: hidden
}

.slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    width: 100%
}

.main-slides .owl-next:before,
.main-slides .owl-prev:before {
    content: none
}

.slide1 {
    background-image: url(../img/slider/1.png)
}

.slide2 {
    background-image: url(../img/slider/2.png)
}

.slide3 {
    background-image: url(../img/slider/3.png)
}

/*.slide4 {
    background-image: url(../img/slider/4.png)
}

.slide5 {
    background-image: url(../img/slider/5.jpg)
}*/

.main-slides.owl-theme .owl-nav {
    position: absolute;
    bottom: 25%;
    left: 15%;
    transform: inherit
}

.main-banner-content h1 {
    margin-bottom: 0;
    font-size: 44px;
    font-weight: 300;
    color: #3070a1
}

.main-banner-content p {
    margin-top: 12px;
    margin-bottom: 0
}

.main-banner-content .btn {
    margin-top: 20px
}

.main-banner-content span {
    display: inline-block;
    color: #000;
    background-color: #FF9900;
    font-weight: 600;
    padding: 9px 30px;
    border-radius: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase
}

.main-banner-content h1 span {
    display: initial;
    padding: 0;
    background-color: transparent;
    font-size: inherit;
    color: #ed5222
}

.banner-image {
    position: relative;
    z-index: 1;
    text-align: center
}

.banner-image img:nth-child(2) {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: .4;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.shape-img1 {
    position: absolute;
    left: 5%;
    top: 8%;
    z-index: -1
}

.shape-img2 {
    position: absolute;
    left: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.shape-img3 {
    position: absolute;
    left: 4%;
    bottom: 0;
    z-index: -1
}

.shape-img4 {
    position: absolute;
    left: 25%;
    bottom: 5%;
    z-index: -1
}

.shape-img5 {
    position: absolute;
    left: 25%;
    top: 12%;
    z-index: -1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite
}

.shape-img6 {
    position: absolute;
    left: 35%;
    top: 5%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.shape-img7 {
    position: absolute;
    right: 7%;
    top: 10%;
    z-index: -1;
    -webkit-animation: movebounce 9s linear infinite;
    animation: movebounce 9s linear infinite
}

.shape-img8 {
    position: absolute;
    right: 2%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.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
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

.boxes-area {
    position: relative;
    z-index: 1
}

.boxes-area::before {
    content: '';
    height: 150px;
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, .08);
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, .08);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: #fff;
    margin-left: 140px;
    margin-right: 140px
}

.single-box {
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #ff5d24;
    padding: 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02)
}

.single-box .icon {
    color: #fff
}

.single-box .icon i::before {
    font-size: 45px
}

.single-box h3 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.single-box p {
    color: #fff;
    margin-top: 13px;
    margin-bottom: 0
}

.single-box .learn-more-btn {
    margin-top: 17px;
    color: #fff
}

.single-box .learn-more-btn::before {
    background: #fff
}

.single-box .shape-box img:nth-child(1) {
    position: absolute;
    left: -60px;
    top: -60px;
    z-index: -1
}

.single-box .shape-box img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.single-box.bg-43c784 {
    background-color: #43c784
}

.single-box.bg-43c784 .shape-box img:nth-child(1) {
    left: auto;
    right: -60px;
    top: -60px
}

.single-box.bg-43c784 .shape-box img:nth-child(2) {
    right: auto;
    bottom: 0;
    left: 0
}

.single-box.bg-f59f00 {
    background-color: #f59f00
}

.single-box.bg-f59f00 .shape-box img:nth-child(1) {
    left: auto;
    right: -60px;
    top: auto;
    bottom: -60px
}

.single-box.bg-f59f00 .shape-box img:nth-child(2) {
    bottom: auto;
    left: -25px;
    top: -25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about-area {
    position: relative;
    padding: 133px 0 300px
}

.about-area {
    background-image: url(../img/about-bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #edf2f5
}

.about-content {
    padding-left: 30px
}

.about-content span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 32px;
    font-weight: 600
}

.about-content span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #3399FF;
    z-index: -1
}

.about-content h2 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 38px
}

.about-content p {
    margin-top: 12px;
    margin-bottom: 0;
    color: #eeee
}

.about-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-content .about-features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 39%;
    max-width: 50%;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #1c4386;
    margin: 0 29px;
    padding: 7px 0;
    border-radius: 20px
}

.about-content .about-features-list li i {
    color: #ffb923;
    margin-right: 2px
}

.about-content .btn-box {
    margin-top: 25px;
    text-align: center
}

.about-content .video-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    border: 1px solid #ff5d24;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    top: 3.5px;
    margin-left: 25px
}

.about-content .video-btn i::before {
    font-size: 20px
}

.about-content .video-btn::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 93, 36, .3)
}

.about-content .video-btn:focus,
.about-content .video-btn:hover {
    color: #fff;
    background-color: #ff5d24
}

.about-company-content span {
    display: block;
    color: #ff5d24;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 400
}

.about-company-content span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #ff5d24;
    z-index: -1;
    opacity: .2
}

.about-company-content h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 38px
}

.about-our-company-inner {
    margin-top: 120px;
    z-index: 1;
    position: relative;
    background-color: #fff
}

.about-our-company-inner::before {
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 93%;
    content: '';
    position: absolute;
    background: #fff7f4
}

.about-inner-company-content h2 {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 38px
}

.mision-vision-section {
    margin-top: 54px;
    margin-bottom: 163px
}

.bg-shape1 {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -43px
}

.bg-shape1 img {
    max-width: 80%
}

.shape-img9 {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mision-vision-section .row {
    margin-bottom: 66px
}

.mv-icon {
    position: relative;
    text-align: center;
    z-index: 1
}

.mv-icon::before {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    background-color: #51c175;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    transform: rotate(45deg)
}

.mv-icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    border-right: 2px solid #ccc;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -54px
}

.af-noen::after {
    content: none
}

.mv-icon i {
    color: #fff;
    font-size: 43px;
    line-height: 86px
}

.mv-title {
    color: #51c175;
    text-transform: uppercase;
    font-size: 23px
}

.mv-text {
    color: #fff
}

@-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: .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: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.services-area {
    padding: 75px 0 75px;
    position: relative
}

.services-area::before {
    content: "";
    position: absolute;
    width: 62%;
    height: 100%;
    background-image: url(../img/ser-bg.jpg);
    background-position: 0 9px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -109px;
    top: -104px;
    opacity: .166
}

.single-services-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center
}

.single-services-box img {
    width: 50px
}

.single-services-box .icon {
    display: inline-block;
    box-shadow: 0 0 10px #797979;
    width: 85px;
    height: 85px;
    background-color: #51c175;
    line-height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdfd4), color-stop(#ffe6e0), color-stop(#ffeeeb), color-stop(#fff6f5), to(#fffefe));
    text-align: center;
    border-radius: 50%;
    color: #ff5d24;
    -webkit-transition: .5s;
    transition: .5s
}

.single-services-box .icon i::before {
    font-size: 38px
}

.single-services-box .icon.bg-24b765 {
    color: #24b765
}

.single-services-box .icon.bg-f59f00 {
    color: #f59f00;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdeccc), color-stop(#fef0d7), color-stop(#fef4e1), color-stop(#fff8ec), to(#fffcf7));
    background: linear-gradient(to bottom, #fdeccc, #fef0d7, #fef4e1, #fff8ec, #fffcf7)
}

.single-services-box .icon.bg-f7b232 {
    color: #f7b232;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdeccc), color-stop(#feefd6), color-stop(#fff3df), color-stop(#fff6e9), to(#fffaf3));
    background: linear-gradient(to bottom, #fdeccc, #feefd6, #fff3df, #fff6e9, #fffaf3)
}

.single-services-box .icon.bg-fe5d24 {
    color: #fe5d24;
    background: -webkit-gradient(linear, left top, left bottom, from(#feded2), color-stop(#fee5db), color-stop(#ffede5), color-stop(#fff4ef), to(#fffbf9));
    background: linear-gradient(to bottom, #feded2, #fee5db, #ffede5, #fff4ef, #fffbf9)
}

.single-services-box .icon.bg-45c27c {
    color: #45c27c;
    background: -webkit-gradient(linear, left top, left bottom, from(#beead1), color-stop(#c9f0e1), color-stop(#d9f5ee), color-stop(#eaf9f8), to(#fdfefe));
    background: linear-gradient(to bottom, #beead1, #c9f0e1, #d9f5ee, #eaf9f8, #fdfefe)
}

.service-main {
    text-align: center
}

.service-main h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.single-services-box p {
    margin-top: 12px;
    margin-bottom: 0
}

.single-services-box .learn-more-btn {
    margin-top: 15px
}

.single-services-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services-box:hover .icon {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.services-box {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.single-services-box {
    width: 130px;
    height: 130px;
    margin: auto;
    background-color: #f5f5f5;
    border-radius: 50%;
    padding: 0;
    line-height: 119px;
    border: 2px dashed #bfbfbf
}

.services-box .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdfd4), color-stop(#ffe6e0), color-stop(#ffeeeb), color-stop(#fff6f5), to(#fffefe));
    background: linear-gradient(to bottom, #ffdfd4, #ffe6e0, #ffeeeb, #fff6f5, #fffefe);
    text-align: center;
    border-radius: 50%;
    color: #ff5d24;
    -webkit-transition: .5s;
    transition: .5s
}

.services-box .icon i::before {
    font-size: 38px
}

.services-box .icon.bg-24b765 {
    color: #24b765;
    background: -webkit-gradient(linear, left top, left bottom, from(#beead1), color-stop(#c9f0e1), color-stop(#d9f5ee), color-stop(#eaf9f8), to(#fdfefe));
    background: linear-gradient(to bottom, #beead1, #c9f0e1, #d9f5ee, #eaf9f8, #fdfefe)
}

.services-box .icon.bg-f59f00 {
    color: #f59f00;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdeccc), color-stop(#fef0d7), color-stop(#fef4e1), color-stop(#fff8ec), to(#fffcf7));
    background: linear-gradient(to bottom, #fdeccc, #fef0d7, #fef4e1, #fff8ec, #fffcf7)
}

.services-box .icon.bg-f7b232 {
    color: #f7b232;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdeccc), color-stop(#feefd6), color-stop(#fff3df), color-stop(#fff6e9), to(#fffaf3));
    background: linear-gradient(to bottom, #fdeccc, #feefd6, #fff3df, #fff6e9, #fffaf3)
}

.services-box .icon.bg-fe5d24 {
    color: #fe5d24;
    background: -webkit-gradient(linear, left top, left bottom, from(#feded2), color-stop(#fee5db), color-stop(#ffede5), color-stop(#fff4ef), to(#fffbf9));
    background: linear-gradient(to bottom, #feded2, #fee5db, #ffede5, #fff4ef, #fffbf9)
}

.services-box .icon.bg-45c27c {
    color: #45c27c;
    background: -webkit-gradient(linear, left top, left bottom, from(#beead1), color-stop(#c9f0e1), color-stop(#d9f5ee), color-stop(#eaf9f8), to(#fdfefe));
    background: linear-gradient(to bottom, #beead1, #c9f0e1, #d9f5ee, #eaf9f8, #fdfefe)
}

.services-box h3 {
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.services-box p {
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 12px;
    margin-bottom: 0
}

.services-box .learn-more-btn {
    margin-top: 15px
}

.services-box img {
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.services-box:hover {
    background-color: #ff5d24;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.services-box:hover .icon {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.services-box:hover h3 {
    color: #fff
}

.services-box:hover p {
    color: #fff
}

.services-box:hover .learn-more-btn {
    color: #fff
}

.services-box:hover .learn-more-btn::before {
    background: #fff
}

.services-box:hover img {
    opacity: 1;
    visibility: visible;
    right: -80px;
    top: -80px
}

.learn-more-btn {
    display: inline-block;
    color: #7f8480;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.learn-more-btn i {
    margin-left: 3px
}

.learn-more-btn i::before {
    font-size: 13px
}

.learn-more-btn::before {
    width: 100%;
    height: 1px;
    background: #908a8a;
    content: '';
    bottom: 1.5px;
    left: 0;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s
}

.learn-more-btn:hover::before {
    left: auto;
    right: 0;
    width: 0
}

.services-details .services-details-desc {
    margin-top: 25px
}

.services-details .services-details-desc h3 {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700
}

.services-details .services-details-desc h3:not(:first-child) {
    margin-top: 20px
}

.services-details .services-details-desc .services-details-features-list {
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    margin-top: 30px
}

.services-details .services-details-desc .services-details-features-list ul {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -12px
}

.services-details .services-details-desc .services-details-features-list ul li {
    margin-top: 12px;
    color: #666;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px
}

.services-details .services-details-desc .services-details-features-list ul li i {
    color: #ff5d24;
    margin-right: 2px
}

.services-details .services-details-desc .services-details-features-list ul li i::before {
    font-size: 13px
}

.services-details .services-details-desc .services-details-features-list ul li:nth-child(1) i,
.services-details .services-details-desc .services-details-features-list ul li:nth-child(10) i,
.services-details .services-details-desc .services-details-features-list ul li:nth-child(6) i {
    color: #22b663
}

.services-details .services-details-desc .services-details-features-list ul li:nth-child(4) i,
.services-details .services-details-desc .services-details-features-list ul li:nth-child(7) i {
    color: #f8c363
}

.services-details .services-details-desc .services-details-features-list ul li:nth-child(5) i,
.services-details .services-details-desc .services-details-features-list ul li:nth-child(9) i {
    color: #545454
}

.services-details .services-details-desc .services-details-faq {
    margin-top: 25px
}

.services-details .services-details-desc .services-details-faq .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item {
    display: block;
    margin-bottom: 15px
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title {
    color: #323232;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 600
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    font-size: 14px
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title.active,
.services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title:hover {
    color: #ff5d24
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title.active i::before {
    content: "\f068"
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-content {
    display: none;
    margin-top: 8px
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-content.show {
    display: block
}

.services-sidebar .services-list {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px
}

.services-sidebar .services-list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.services-sidebar .services-list ul li {
    margin-bottom: 7px
}

.services-sidebar .services-list ul li a {
    font-weight: 500;
    padding: 10px 12px;
    background-color: #d0eedd;
    color: #22b663;
    position: relative
}

.services-sidebar .services-list ul li a i {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services-sidebar .services-list ul li a.active,
.services-sidebar .services-list ul li a:hover {
    background-color: #22b663;
    color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.services-sidebar .services-list ul li:nth-child(2) a,
.services-sidebar .services-list ul li:nth-child(4) a,
.services-sidebar .services-list ul li:nth-child(7) a {
    color: #ff5d24;
    background-color: #fddcd1
}

.services-sidebar .services-list ul li:nth-child(2) a.active,
.services-sidebar .services-list ul li:nth-child(2) a:hover,
.services-sidebar .services-list ul li:nth-child(4) a.active,
.services-sidebar .services-list ul li:nth-child(4) a:hover,
.services-sidebar .services-list ul li:nth-child(7) a.active,
.services-sidebar .services-list ul li:nth-child(7) a:hover {
    color: #fff;
    background-color: #ff5d24
}

.services-sidebar .services-list ul li:nth-child(3) a,
.services-sidebar .services-list ul li:nth-child(5) a {
    color: #f59f00;
    background-color: #fbe9ca
}

.services-sidebar .services-list ul li:nth-child(3) a.active,
.services-sidebar .services-list ul li:nth-child(3) a:hover,
.services-sidebar .services-list ul li:nth-child(5) a.active,
.services-sidebar .services-list ul li:nth-child(5) a:hover {
    color: #fff;
    background-color: #f59f00
}

.services-sidebar .services-download-list ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.services-sidebar .services-download-list ul li {
    margin-bottom: 10px
}

.services-sidebar .services-download-list ul li a {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    font-weight: 500;
    padding: 14px 15px
}

.services-sidebar .services-download-list ul li a:hover {
    background-color: #22b663;
    color: #fff
}

.services-sidebar .services-download-list ul li a i {
    margin-right: 2px
}

.services-sidebar .services-download-list ul li:last-child {
    margin-bottom: 0
}

.appointment-inner-area {
    position: relative;
    margin-top: -284px
}

.appointment-inner-area::before {
    content: "";
    position: absolute;
    height: 400px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    top: -46px;
    background-image: url(../img/shape-1.png);
    background-repeat: no-repeat;
    right: 34px;
    border-radius: 25px 25px;
}

.appointment-form {
    border-radius: 5px;
    background-color: #fff;
    max-width: 438px;
    margin-left: 15px;
    padding: 40px;
    position: relative;
    z-index: 1;
    top: 0;
    background: #fff
}

section.appointment-area {
    background-color: #ADD8E6
}

.appointment-form::before {
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    top: -20px;
    border-radius: 0 0 5px 5px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: -1
}

.appointment-form h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.appointment-form form .btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    background-color: #51c175;
    border-color: transparent
}

.appointment-form {
    text-align: center
}

.appointment-form span.bg-f59f00 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600
}

.appointment-form textarea.form-control {
    height: 136px
}

.time-table {
    text-align: center;
    position: relative;
    margin-top: -75px;
    margin-left: 35px
}

.time-table::before {
    content: "";
    position: absolute;
    height: 331px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    top: -46px;
    /*background-image: url(../img/Shape_2.webp);*/
    background-repeat: no-repeat;
    right: 34px
}

.opening-hours-section {
    position: relative;
    background-color: #fff;
    padding: 0;
    max-width: 435px;
    box-shadow: 0 0 10px #000
}

.opening-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 16px
}

.opening-hours-section .table {
    background-color: #edf2f5
}

.opening-hours-section .table td {
    padding: 24px 8px
}

.partner-area.extra-pt {
    padding: 82px 0 72px;
    background-color: #edf2f5;
    position: relative
}

.partner-area.extra-pt::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #cce2f7;
    background-position: 0 9px;
    background-repeat: no-repeat;
    background-size: cover;
    right: -46px;
    top: 119px;
    border-radius: 50%
}

.partner-item {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px
}

.single-partner {
    text-align: center;
    margin-bottom: 30px
}

.single-partner a img {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .4
}

.single-partner:hover a img {
    opacity: 1
}

.performance-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.performance-content .section-title {
    margin-bottom: 40px
}

.performance-content .performance-progress-list .single-progress {
    position: relative;
    margin-bottom: 40px;
    padding-left: 110px
}

.performance-content .performance-progress-list .single-progress:last-child {
    margin-bottom: 0
}

.performance-content .performance-progress-list .single-progress .progress-count {
    background-color: transparent;
    color: #323232;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.performance-content .performance-progress-list .single-progress .progress-content h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px
}

.performance-content .performance-progress-list .single-progress .progress-content p {
    margin-bottom: 0;
    margin-top: 8px
}

.bg-shape2 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    text-align: right
}

.bg-shape2 img {
    max-width: 80%
}

.shape-img10 {
    position: absolute;
    z-index: -1;
    left: -40px;
    bottom: 17%;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.shape-img11 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 30%
}

.our-progress-area {
    padding-bottom: 90px
}

.single-progress-box {
    text-align: center;
    margin-bottom: 30px
}

.single-progress-box .progress-bar {
    background-color: transparent;
    display: inline-block;
    color: #323232
}

.single-progress-box h3 {
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700
}

.funfacts-area {
    background-color: #5a8c58;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px
}

.funfacts-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background: #164d80;
    background-image: linear-gradient(to right, #155c9c, #33884f);
    width: 100%
}

.funfacts-area::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 12%
}

.single-funfacts {
    text-align: center;
    position: relative
}

.single-funfacts h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 49px;
    font-weight: 500
}

.single-funfacts h3 .odometer-formatting-mark {
    display: none
}

.single-funfacts p {
    line-height: initial;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 7px;
    text-transform: uppercase
}

.map-box1 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}

.pricing-area {
    position: relative;
    z-index: 1;
    padding-top: 90px
}

.pricing-area::before {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: #fff;
    z-index: -1;
    position: absolute
}

.pricing-area .section-title {
    margin-bottom: 30px;
    margin-top: 30px
}

.single-pricing-box {
    text-align: center;
    margin-top: 30px;
    padding: 40px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.single-pricing-box .icon {
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ffc6b2;
    color: #ff5d24;
    line-height: 110px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-pricing-box .icon i::before {
    font-size: 45px
}

.single-pricing-box .icon i.flaticon-health {
    padding-left: 9px
}

.single-pricing-box h3 {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700
}

.single-pricing-box .pricing-features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0
}

.single-pricing-box .pricing-features-list li {
    color: #666;
    margin-bottom: 12px
}

.single-pricing-box .pricing-features-list li i {
    color: #ff5d24;
    margin-right: 2px
}

.single-pricing-box .pricing-features-list li:last-child {
    margin-bottom: 0
}

.single-pricing-box .price {
    margin-top: 18px;
    font-size: 40px;
    font-weight: 700
}

.single-pricing-box .price span {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-left: -6px;
    color: #666
}

.single-pricing-box .default-btn {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    z-index: 1;
    padding: 12px 35px 10px;
    color: #ff5d24;
    text-transform: uppercase;
    font-weight: 500
}

.single-pricing-box .default-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #ff5d24;
    opacity: .3;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.single-pricing-box .default-btn:hover {
    color: #fff
}

.single-pricing-box .default-btn:hover::before {
    opacity: 1
}

.single-pricing-box.bg-3fc581 .icon {
    background-color: #beead1;
    color: #22b663
}

.single-pricing-box.bg-3fc581 .pricing-features-list li i {
    color: #22b663
}

.single-pricing-box.bg-3fc581 .default-btn {
    color: #22b663
}

.single-pricing-box.bg-3fc581 .default-btn::before {
    background: #22b663
}

.single-pricing-box.bg-3fc581:hover .icon {
    background-color: #22b663;
    color: #fff
}

.single-pricing-box.bg-f59f00 .icon {
    background-color: #fce2b2;
    color: #f59f00
}

.single-pricing-box.bg-f59f00 .pricing-features-list li i {
    color: #f59f00
}

.single-pricing-box.bg-f59f00 .default-btn {
    color: #f59f00
}

.single-pricing-box.bg-f59f00 .default-btn::before {
    background: #f59f00
}

.single-pricing-box.bg-f59f00:hover .icon {
    background-color: #f59f00;
    color: #fff
}

.single-pricing-box:hover .icon {
    background-color: #ff5d24;
    color: #fff
}

.single-pricing-box:hover .default-btn {
    color: #fff
}

.single-pricing-box:hover .default-btn::before {
    opacity: 1
}

.team-area {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
    background-image: url(../img/team-shape-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.single-team-member {
    text-align: center;
    margin-bottom: 30px
}

.single-team-member .member-image {
    position: relative;
    border-radius: 50%
}

.single-team-member .member-image img {
    border-radius: 50%
}

.single-team-member .member-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #ff5d24;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden
}

.single-team-member .member-image .details-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
    line-height: 38px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden
}

.single-team-member .member-image .details-btn:hover {
    background-color: #22b663;
    color: #fff;
    border-color: #22b663
}

.single-team-member .member-content {
    margin-top: 25px
}

.single-team-member .member-content h3 {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700
}

.single-team-member .member-content h3 a {
    color: #323232
}

.single-team-member .member-content span {
    display: block;
    color: #ff5d24;
    margin-top: 8px
}

.single-team-member:hover .member-image::before {
    opacity: .6;
    visibility: visible
}

.single-team-member:hover .member-image .details-btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.team-details-sidebar .team-profile {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.team-details-sidebar .team-profile .team-content {
    padding: 25px
}

.team-details-sidebar .team-profile .team-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.team-details-sidebar .team-profile .team-content p {
    margin-bottom: 0;
    margin-top: 12px
}

.team-details-sidebar .team-profile .team-content span {
    display: block;
    color: #ff5d24;
    margin-top: 10px
}

.team-details-sidebar .social-box {
    margin-top: 25px;
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.team-details-sidebar .social-box h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.team-details-sidebar .social-box ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px
}

.team-details-sidebar .social-box ul li {
    margin-right: 4px;
    display: inline-block
}

.team-details-sidebar .social-box ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #323232;
    font-size: 14px;
    text-align: center
}

.team-details-sidebar .social-box ul li a:hover {
    background-color: #ff5d24;
    color: #fff;
    border-color: #ff5d24
}

.team-details-sidebar .social-box ul li:last-child {
    margin-right: 0
}

.team-details-sidebar .call-to-action-box {
    margin-top: 25px
}

.team-details-sidebar .call-to-action-box a {
    background-color: #ff5d24;
    color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(255, 93, 36, .4);
    box-shadow: 0 2px 28px 0 rgba(255, 93, 36, .4);
    padding: 25px;
    border-radius: 5px;
    position: relative;
    padding-left: 90px
}

.team-details-sidebar .call-to-action-box a h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.team-details-sidebar .call-to-action-box a i {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 45px
}

.team-details-sidebar .call-to-action-box a span {
    display: block;
    margin-top: 10px;
    font-size: 16px
}

.team-details-desc {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.team-details-desc h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.team-details-desc h3::before {
    width: 50px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #ff5d24
}

.team-details-desc p {
    font-size: 14.5px
}

.team-details-desc .team-info {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0
}

.team-details-desc .team-info li {
    position: relative;
    padding-left: 170px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.team-details-desc .team-info li span {
    font-weight: 700;
    color: #323232;
    position: absolute;
    left: 0;
    top: 0
}

.team-details-desc .team-info li ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.team-details-desc .team-info li ul li {
    margin-bottom: 10px;
    color: #666;
    font-size: 13.5px;
    padding-left: 17px;
    border-bottom: none;
    padding-bottom: 0
}

.team-details-desc .team-info li ul li::before {
    content: "\f100";
    position: absolute;
    left: 0;
    top: 3px;
    color: #22b663;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px
}

.team-details-desc .team-info li ul li a {
    color: #666
}

.team-details-desc .team-info li ul li a:hover {
    color: #ff5d24
}

.team-details-desc .team-info li ul li:last-child {
    margin-bottom: 0
}

.team-details-desc .team-info li ul li:nth-child(1)::before,
.team-details-desc .team-info li ul li:nth-child(4)::before {
    color: #22b663
}

.team-details-desc .team-info li ul li:nth-child(2)::before,
.team-details-desc .team-info li ul li:nth-child(5)::before {
    color: #ff5d24
}

.team-details-desc .team-info li ul li:nth-child(3)::before,
.team-details-desc .team-info li ul li:nth-child(6)::before {
    color: #f59f00
}

.team-details-desc .team-info li:last-child {
    margin-bottom: 0
}

.team-details-contact {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    margin-top: 25px
}

.team-details-contact h3 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.team-details-contact h3::before {
    width: 50px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #ff5d24
}

.testimonial-area {
    padding: 40px 0;
    background-color: #edf2f5
}

.testimonial-area1 {
    padding: 40px 0;
    background-color: #ffffff
}

.testimonial-area .owl-next:before,
.testimonial-area .owl-prev:before {
    content: none
}

.testimonial-area .section-title {
    margin-bottom: 30px
}

.single-testimonial-item {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(160, 158, 158, .42);
    padding: 30px;
    z-index: 1;
    margin: 30px;
    margin-bottom: 25px;
    margin-top: 25px
}

.single-testimonial-item p {
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic
}

.single-testimonial-item a {
    color: red
}

.single-testimonial-item .client-info {
    margin-top: 30px;
    position: relative;
    padding-left: 70px
}

.single-testimonial-item .client-info img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    display: inline-block !important;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-testimonial-item .client-info h3 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: red;
    text-transform: uppercase
}

.single-testimonial-item .client-info span {
    display: block;
    color: #666;
    font-size: 14px;
    margin-top: 7px
}

.single-testimonial-item i {
    position: absolute;
    color: #6fb4ff;
    opacity: .15;
    right: 15px;
    bottom: -20px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.single-testimonial-item i::before {
    font-size: 100px
}

.owl-item.active.center .single-testimonial-item i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.testimonial-slides.owl-theme .owl-nav {
    margin-top: 0;
    line-height: initial
}

.testimonial-slides.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #6a6a6a;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
    margin: 0;
    color: #323232;
    position: absolute;
    left: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden
}

.testimonial-slides.owl-theme .owl-nav [class*=owl-] i::before {
    font-size: 20px
}

.testimonial-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 85px
}

.testimonial-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #51c175;
    color: #fff;
    border-color: #51c175
}

.testimonial-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: 0;
    opacity: 1;
    visibility: visible
}

.testimonial-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
}

.blog-area {
    padding-bottom: 90px
}

.blog-area .pagination-area {
    margin-bottom: 30px;
    margin-top: 40px
}

.single-blog-post {
    margin: auto;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    max-width: 359px
}

.single-blog-post .post-image {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px
}

.single-blog-post .post-image a img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog-post .post-image .date {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    background-color: #ffc107;
    padding: 5px 12px;
    font-weight: 600;
    font-size: 14px
}

.single-blog-post .post-content {
    margin-top: 20px
}

.single-blog-post .post-content span {
    color: #666;
    display: block
}

.single-blog-post .post-content span a {
    display: inline-block;
    color: #666
}

.single-blog-post .post-content span a:hover {
    color: #ff5d24
}

.single-blog-post .post-content h3 {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600
}

.single-blog-post .post-content p {
    margin-bottom: 0;
    margin-top: 10px
}

.single-blog-post .post-content .learn-more-btn {
    margin-top: 12px
}

.single-blog-post:hover .post-image a img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4)
}

.blog-details .article-content {
    margin-top: 30px
}

.blog-details .article-content .entry-meta {
    margin-bottom: 17px
}

.blog-details .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.blog-details .article-content .entry-meta ul li {
    margin: 0 10px;
    position: relative;
    display: inline-block;
    color: #666
}

.blog-details .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666
}

.blog-details .article-content .entry-meta ul li a:hover {
    color: #ff5d24
}

.blog-details .article-content .entry-meta ul li i {
    color: #ff5d24;
    font-size: 16px;
    margin-right: 2px
}

.blog-details .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    width: 6px;
    height: 1px;
    background: #666
}

.blog-details .article-content .entry-meta ul li:last-child {
    margin-right: 0
}

.blog-details .article-content .entry-meta ul li:last-child::before {
    display: none
}

.blog-details .article-content .entry-meta ul li:first-child {
    margin-left: 0
}

.blog-details .article-content h3 {
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: 700
}

.blog-details .article-content .wp-block-gallery.columns-3 {
    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-bottom: 30px;
    margin-top: 30px
}

.blog-details .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px
}

.blog-details .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0
}

.blog-details .article-content .article-features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px;
    margin-left: 20px
}

.blog-details .article-content .article-features-list li {
    margin-bottom: 12px;
    color: #666;
    position: relative;
    padding-left: 15px
}

.blog-details .article-content .article-features-list li::before {
    background: #323232;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute
}

.blog-details .article-content .article-features-list li:last-child {
    margin-bottom: 0
}

.blog-details .article-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-details .article-footer .article-tags {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details .article-footer .article-tags span {
    display: inline-block;
    color: #323232;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.blog-details .article-footer .article-tags a {
    display: inline-block;
    color: #666
}

.blog-details .article-footer .article-tags a:hover {
    color: #ff5d24
}

.blog-details .article-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0
}

.blog-details .article-footer .article-share .social li {
    display: inline-block
}

.blog-details .article-footer .article-share .social li a {
    position: relative;
    color: #fff;
    background-color: #959c98;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    z-index: 1
}

.blog-details .article-footer .article-share .social li a:hover {
    color: #fff;
    background-color: #ff5d24
}

.blog-details .post-navigation {
    margin-top: 30px
}

.post-navigation {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}

.post-navigation .navigation-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-navigation .navigation-links .nav-previous {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px
}

.post-navigation .navigation-links .nav-next {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right
}

.post-navigation .navigation-links .nav-next a i {
    margin-left: 2px
}

.post-navigation .navigation-links div a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500
}

.blockquote,
blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

.blockquote p,
blockquote p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 20px
}

.blockquote cite,
blockquote cite {
    display: none
}

.blockquote::before,
blockquote::before {
    color: #efefef;
    content: "\f111";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: Flaticon;
    font-size: 140px;
    font-style: normal
}

.comments-area {
    background-color: #f8f8f8;
    padding: 25px 20px;
    margin-top: 30px
}

.comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 20px;
    font-weight: 700
}

.comments-area .comments-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -20px;
    position: absolute;
    background: #ff5d24;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .children {
    margin-left: 20px
}

.comments-area .comment-body {
    border-bottom: 1px solid #eee;
    padding-left: 65px;
    color: #323232;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.comments-area .comment-body .reply {
    margin-top: 15px
}

.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #323232;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 600
}

.comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #ff5d24;
    border-color: #ff5d24
}

.comments-area .comment-meta {
    margin-bottom: .8em
}

.comments-area .comment-author {
    font-size: 16px;
    margin-bottom: .4em;
    position: relative;
    z-index: 2
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px
}

.comments-area .comment-author .fn {
    font-weight: 600
}

.comments-area .comment-author .says {
    display: none
}

.comments-area .comment-metadata {
    color: #666;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500
}

.comments-area .comment-metadata a {
    color: #666
}

.comments-area .comment-metadata a:hover {
    color: #ff5d24
}

.comments-area .comment-content p {
    font-size: 14px
}

.comments-area .comment-respond .comment-reply-title {
    margin: 0;
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.comments-area .comment-respond .comment-reply-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -20px;
    position: absolute;
    background: #ff5d24;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    font-size: 15px;
    display: inline-block
}

.comments-area .comment-respond .comment-form {
    overflow: hidden
}

.comments-area .comment-respond .comment-notes {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px
}

.comments-area .comment-respond .comment-notes .required {
    color: red
}

.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%
}

.comments-area .comment-respond label {
    display: block;
    font-weight: 600;
    color: #323232;
    margin-bottom: 3px
}

.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=date]:focus,
.comments-area .comment-respond input[type=datetime-local]:focus,
.comments-area .comment-respond input[type=email]:focus,
.comments-area .comment-respond input[type=month]:focus,
.comments-area .comment-respond input[type=number]:focus,
.comments-area .comment-respond input[type=password]:focus,
.comments-area .comment-respond input[type=search]:focus,
.comments-area .comment-respond input[type=tel]:focus,
.comments-area .comment-respond input[type=text]:focus,
.comments-area .comment-respond input[type=time]:focus,
.comments-area .comment-respond input[type=url]:focus,
.comments-area .comment-respond input[type=week]:focus,
.comments-area .comment-respond textarea:focus {
    border-color: #ff5d24
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666;
    font-weight: 400
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    background: #ff5d24;
    border: none;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600;
    font-size: 14px
}

.comments-area .comment-respond .form-submit input:focus,
.comments-area .comment-respond .form-submit input:hover {
    color: #fff;
    background-color: #22b663
}

.cta-area {
    background-color: transparent;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 0
}

.cta-content {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.cta-content h3 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff
}

.cta-content p {
    color: #fff;
    opacity: .95;
    max-width: 820px;
    margin-bottom: 0;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto
}

.cta-content h2 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 19px;
    font-weight: 500;
    color: #fff
}

.cta-content h2 a {
    color: #fff;
    display: initial;
    margin: 0 17px
}

.cta-content .btn {
    margin-top: 30px
}

.cta-content .btn-primary {
    color: #ffc107;
    background-color: #000;
    border-color: #000
}

.cta-content .btn-primary:not(:disabled):not(.disabled).active,
.cta-content .btn-primary:not(:disabled):not(.disabled):active,
.show>.cta-content .btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #22b663;
    background-color: #22b663
}

.cta-content .btn-primary:focus,
.cta-content .btn-primary:hover {
    color: #fff;
    border-color: #22b663;
    background-color: #22b663
}

.page-title-area {
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eee;
    padding-top: 250px;
    padding-bottom: 100px;

}

.page-title-area1 {
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/bg1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eee;
    padding-top: 250px;
    padding-bottom: 100px;

}


.page-title-area2 {
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/bg2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eee;
    padding-top: 250px;
    padding-bottom: 100px;

}

.page-title-content h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 30px
}

.page-title-content h1 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px black;

}

.page-title-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: absolute;
    left: 20%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    display: inline-block;
    background-color: #f5f3f2;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 2px 2px 2px 2px;
}

.page-title-content ul li {
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    color: #008fd4
}

.page-title-content ul li a {
    color: #ee5222
}

.page-title-content ul li a:hover {
    color: #ff5d24;
}

.page-title-content ul li::before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    position: absolute;
    right: -15px;
    top: 50%;
    color: #323232;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-title-content ul li:last-child {
    margin-right: 0
}

.page-title-content ul li:last-child::before {
    display: none
}

.research-area {
    padding-bottom: 90px
}

.single-research-box {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.single-research-box .research-image {
    overflow: hidden
}

.single-research-box .research-image a img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-research-box .research-content {
    padding: 25px
}

.single-research-box .research-content span {
    display: inline-block;
    background-color: #ffe7de;
    color: #ff5d24;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 13px
}

.single-research-box .research-content h3 {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700
}

.single-research-box .research-content p {
    margin-bottom: 0;
    margin-top: 12px
}

.single-research-box:hover .research-image a img {
    opacity: .7
}

.research-details-info {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: 50px 40px
}

.research-details-info h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700
}

.research-details-info ul {
    margin-bottom: 0;
    list-style-type: none;
    border-top: 1px solid #eee;
    padding-left: 0;
    padding-top: 25px
}

.research-details-info ul li {
    margin-bottom: 20px;
    color: #666;
    position: relative;
    padding-left: 53px
}

.research-details-info ul li span {
    display: block;
    text-transform: uppercase;
    color: #323232;
    margin-bottom: 4px;
    font-weight: 700
}

.research-details-info ul li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ff5d24;
    background-color: #ffdfd3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.research-details-info ul li:nth-child(2) i,
.research-details-info ul li:nth-child(5) i {
    background-color: #d9f3e6;
    color: #22b663
}

.research-details-info ul li:nth-child(3) i,
.research-details-info ul li:nth-child(6) i {
    background-color: #fdeccc;
    color: #f59f00
}

.research-details-desc {
    margin-top: 50px
}

.research-details-desc h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700
}

.research-details-desc h3:not(:first-child) {
    margin-top: 20px
}

.research-details-features {
    margin-top: 50px
}

.research-details-features .features-box {
    background-color: #fff;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
    padding: 30px;
    border-radius: 3px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.research-details-features .features-box .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdfd4), color-stop(#ffe6e0), color-stop(#ffeeeb), color-stop(#fff6f5), to(#fffefe));
    background: linear-gradient(to bottom, #ffdfd4, #ffe6e0, #ffeeeb, #fff6f5, #fffefe);
    text-align: center;
    border-radius: 50%;
    color: #ff5d24;
    -webkit-transition: .5s;
    transition: .5s
}

.research-details-features .features-box .icon i::before {
    font-size: 38px
}

.research-details-features .features-box .icon.bg-24b765 {
    color: #24b765;
    background: -webkit-gradient(linear, left top, left bottom, from(#beead1), color-stop(#c9f0e1), color-stop(#d9f5ee), color-stop(#eaf9f8), to(#fdfefe));
    background: linear-gradient(to bottom, #beead1, #c9f0e1, #d9f5ee, #eaf9f8, #fdfefe)
}

.research-details-features .features-box .icon.bg-f59f00 {
    color: #f59f00;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdeccc), color-stop(#fef0d7), color-stop(#fef4e1), color-stop(#fff8ec), to(#fffcf7));
    background: linear-gradient(to bottom, #fdeccc, #fef0d7, #fef4e1, #fff8ec, #fffcf7)
}

.research-details-features .features-box .icon.bg-f7b232 {
    color: #f7b232;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdeccc), color-stop(#feefd6), color-stop(#fff3df), color-stop(#fff6e9), to(#fffaf3));
    background: linear-gradient(to bottom, #fdeccc, #feefd6, #fff3df, #fff6e9, #fffaf3)
}

.research-details-features .features-box .icon.bg-fe5d24 {
    color: #fe5d24;
    background: -webkit-gradient(linear, left top, left bottom, from(#feded2), color-stop(#fee5db), color-stop(#ffede5), color-stop(#fff4ef), to(#fffbf9));
    background: linear-gradient(to bottom, #feded2, #fee5db, #ffede5, #fff4ef, #fffbf9)
}

.research-details-features .features-box .icon.bg-45c27c {
    color: #45c27c;
    background: -webkit-gradient(linear, left top, left bottom, from(#beead1), color-stop(#c9f0e1), color-stop(#d9f5ee), color-stop(#eaf9f8), to(#fdfefe));
    background: linear-gradient(to bottom, #beead1, #c9f0e1, #d9f5ee, #eaf9f8, #fdfefe)
}

.research-details-features .features-box h3 {
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.research-details-features .features-box p {
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 12px;
    margin-bottom: 0
}

.research-details-features .features-box img {
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.research-details-features .features-box:hover {
    background-color: #ff5d24;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.research-details-features .features-box:hover .icon {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.research-details-features .features-box:hover h3 {
    color: #fff
}

.research-details-features .features-box:hover p {
    color: #fff
}

.research-details-features .features-box:hover .learn-more-btn {
    color: #fff
}

.research-details-features .features-box:hover .learn-more-btn::before {
    background: #fff
}

.research-details-features .features-box:hover img {
    opacity: 1;
    visibility: visible;
    right: -80px;
    top: -80px
}

.research-details-desc-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px
}

.research-details-desc-footer .article-tags {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.research-details-desc-footer .article-tags span {
    display: inline-block;
    color: #323232;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.research-details-desc-footer .article-tags a {
    display: inline-block;
    background-color: #f8f8f8;
    color: #323232;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500
}

.research-details-desc-footer .article-tags a:hover {
    background-color: #ff5d24;
    color: #fff
}

.research-details-desc-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.research-details-desc-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0
}

.research-details-desc-footer .article-share .social li {
    display: inline-block
}

.research-details-desc-footer .article-share .social li a {
    position: relative;
    color: #fff;
    background-color: #959c98;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    z-index: 1
}

.research-details-desc-footer .article-share .social li a:hover {
    color: #fff;
    background-color: #ff5d24
}

.related-project {
    margin-top: 80px
}

.related-project .section-title {
    margin-bottom: 20px
}

.related-project .single-research-box {
    margin-bottom: 0;
    margin-top: 30px
}

.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: #323232;
    -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:focus,
.pagination-area .page-numbers:hover {
    background: #ff5d24;
    color: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.widget-area {
    padding-left: 15px
}

.widget-area .widget {
    margin-top: 35px
}

.widget-area .widget:first-child {
    margin-top: 0
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    font-size: 19px
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    background: #ff5d24;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.widget-area .widget.widget_tag_cloud .widget-title {
    margin-bottom: 12px
}

.widget-area .widget_search {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    background-color: #fff;
    padding: 15px
}

.widget-area .widget_search form {
    position: relative
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0
}

.widget-area .widget_search form .screen-reader-text {
    display: none
}

.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .widget_search form .search-field:focus {
    border-color: #ff5d24
}

.widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border: none;
    color: #fff;
    background-color: #ff5d24;
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .widget_search form button:hover {
    color: #fff;
    background-color: #22b663
}

.widget-area .widget_labto_posts_thumb {
    position: relative;
    overflow: hidden
}

.widget-area .widget_labto_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 20px
}

.widget-area .widget_labto_posts_thumb .item:last-child {
    margin-bottom: 0
}

.widget-area .widget_labto_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px
}

.widget-area .widget_labto_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important
}

.widget-area .widget_labto_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog-img1.jpg)
}

.widget-area .widget_labto_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog-img2.jpg)
}

.widget-area .widget_labto_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog-img3.jpg)
}

.widget-area .widget_labto_posts_thumb .item .info {
    overflow: hidden
}

.widget-area .widget_labto_posts_thumb .item .info time {
    display: block;
    color: #666;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500
}

.widget-area .widget_labto_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600
}

.widget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666;
    padding-left: 15px;
    line-height: 1.5;
    font-weight: 500
}

.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_recent_entries ul li::before {
    background: #ff5d24;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 4px
}

.widget-area .widget_recent_comments ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget-area .widget_recent_comments ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666;
    padding-left: 15px;
    line-height: 1.5;
    font-weight: 500
}

.widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_recent_comments ul li::before {
    background: #ff5d24;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.widget-area .widget_recent_comments ul li span {
    display: inline-block
}

.widget-area .widget_recent_comments ul li a {
    display: inline-block
}

.widget-area .widget_archive ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget-area .widget_archive ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 15px;
    font-weight: 500
}

.widget-area .widget_archive ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_archive ul li::before {
    background: #ff5d24;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666;
    padding-left: 15px;
    font-weight: 500
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_categories ul li::before {
    background: #ff5d24;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.widget-area .widget_categories ul li a {
    display: inline-block
}

.widget-area .widget_categories ul li .post-count {
    float: right
}

.widget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500
}

.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_meta ul li::before {
    background: #ff5d24;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-area .tagcloud a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px !important;
    padding: 7px 10px;
    border: 1px solid #eee;
    margin-top: 8px;
    margin-right: 4px
}

.widget-area .tagcloud a:focus,
.widget-area .tagcloud a:hover {
    background-color: #ff5d24;
    color: #fff;
    border-color: #ff5d24
}

.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 15px
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item .accordion-title {
    color: #323232;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 600
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    font-size: 14px
}

.faq-accordion .accordion .accordion-item .accordion-title.active,
.faq-accordion .accordion .accordion-item .accordion-title:hover {
    color: #ff5d24
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\f068"
}

.faq-accordion .accordion .accordion-content {
    display: none;
    margin-top: 8px
}

.faq-accordion .accordion .accordion-content.show {
    display: block
}

#contactForm {
    max-width: 950px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

#contactForm .form-control {
    background-color: #f9f9f9;
    height: 50px;
    text-align: left;
    padding-left: 15px
}

#contactForm .form-control::-webkit-input-placeholder {
    color: #909090
}

#contactForm .form-control:-ms-input-placeholder {
    color: #909090
}

#contactForm .form-control::-ms-input-placeholder {
    color: #909090
}

#contactForm .form-control::placeholder {
    color: #909090
}

#contactForm textarea.form-control {
    height: 80px;
    padding-top: 15px;
    padding-left: 15px
}

#contactForm .btn {
    margin-top: 15px
}

#contactForm .help-block {
    text-align: left
}

#contactForm .help-block ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 5px
}

#contactForm .help-block ul li {
    color: red
}

#contactForm #msgSubmit {
    text-align: center;
    margin-bottom: 0
}

#contactForm #msgSubmit.text-danger,
#contactForm #msgSubmit.text-success {
    margin-top: 15px;
    font-size: 20px
}

.contact-info {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px
}

.contact-info .section-title {
    margin-bottom: 10px
}

.contact-info .section-title h2 {
    margin-top: 0
}

.contact-info .contact-info-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700
}

.contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px
}

.contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 2px
}

.contact-info .contact-info-content .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #fff
}

.contact-info .contact-info-content .social li a i {
    font-size: 14px
}

.contact-info .contact-info-content .social li a:hover {
    color: #fff;
    border-color: #008fd4;
    background-color: #008fd4
}

#map {
    width: 100%;
    height: 500px
}

.error-area {
    height: 100vh
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px
}

.error-content h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 17px
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px
}

.woocommerce-topbar {
    margin-bottom: 40px
}

.woocommerce-topbar .woocommerce-result-count h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.woocommerce-topbar .woocommerce-result-count p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px
}

.woocommerce-topbar .woocommerce-topbar-ordering {
    text-align: right
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
    background-color: #fff;
    color: #666;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    float: unset;
    height: unset;
    line-height: initial;
    padding: 18px 35px 18px 20px;
    font-size: 15px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    padding-left: 20px;
    padding-right: 20px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
    background-color: #ff5d24 !important;
    color: #fff
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
    background-color: transparent
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
    right: 20px
}

.single-product-box {
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
    -webkit-transition: .5s;
    transition: .5s
}

.single-product-box .product-image {
    position: relative
}

.single-product-box .product-image .sale-btn {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background-color: #ff5d24;
    color: #fff;
    padding: 4px 20px
}

.single-product-box .product-content {
    padding: 25px
}

.single-product-box .product-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700
}

.single-product-box .product-content .rating {
    margin-top: 10px;
    margin-bottom: 10px
}

.single-product-box .product-content .rating i {
    font-size: 14px;
    color: #fd5d24
}

.single-product-box .product-content .price {
    display: block;
    color: #666
}

.single-product-box .product-content .btn {
    margin-top: 15px
}

.single-product-box .product-content .btn-secondary {
    background-color: #fff
}

.single-product-box .product-content .btn-secondary:focus,
.single-product-box .product-content .btn-secondary:hover {
    background-color: #ff5d24
}

.single-product-box:hover .btn-secondary {
    background-color: #ff5d24;
    color: #fff
}

.product-details-desc h3 {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 700
}

.product-details-desc p {
    margin-bottom: 0
}

.product-details-desc .price {
    margin-bottom: 15px
}

.product-details-desc .price span {
    color: #666
}

.product-details-desc .price span.old-price {
    text-decoration: line-through;
    color: #c1bdbd
}

.product-details-desc .product-review {
    margin-bottom: 15px
}

.product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px
}

.product-details-desc .product-review .rating i {
    color: #ffba0a
}

.product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #323232;
    border-bottom: 1px solid #323232;
    line-height: initial
}

.product-details-desc .product-review .rating-count:hover {
    color: #ff5d24;
    border-color: #ff5d24
}

.product-details-desc .product-add-to-cart {
    margin-top: 20px
}

.product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative
}

.product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #ff5d24
}

.product-details-desc .product-add-to-cart .input-counter input {
    height: 45px;
    color: #323232;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #323232
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #323232
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #323232
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #323232
}

.product-details-desc .product-add-to-cart .btn {
    height: 45px;
    top: -2px;
    position: relative
}

.product-details-desc .product-add-to-cart .btn i {
    margin-right: 2px
}

.product-details-desc .buy-checkbox-btn {
    margin-top: 20px
}

.product-details-desc .buy-checkbox-btn input {
    display: none
}

.product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #323232;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
    padding-left: 4px;
    color: #666
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #323232
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #323232;
    border-color: #323232;
    -webkit-animation: wave .4s ease;
    animation: wave .4s ease
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px
}

.product-details-desc .buy-checkbox-btn .btn {
    display: block
}

.product-details-desc .custom-payment-options {
    margin-top: 20px
}

.product-details-desc .custom-payment-options span {
    display: block;
    color: #666;
    margin-bottom: 8px
}

.product-details-desc .custom-payment-options .payment-methods a {
    display: inline-block
}

.product-details-desc .custom-payment-options .payment-methods a img {
    width: 40px
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.products-details-tab {
    margin-top: 50px
}

.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px
}

.products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #666;
    border: 1px dashed #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 48px;
    font-weight: 700;
    font-size: 14px
}

.products-details-tab .tabs li a .dot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid #666;
    -webkit-transition: .5s;
    transition: .5s
}

.products-details-tab .tabs li a .dot::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #666;
    margin: 1px;
    -webkit-transition: .5s;
    transition: .5s
}

.products-details-tab .tabs li a:focus,
.products-details-tab .tabs li a:hover {
    color: #fff;
    background-color: #ff5d24;
    border-color: #ff5d24
}

.products-details-tab .tabs li a:focus .dot,
.products-details-tab .tabs li a:hover .dot {
    border-color: #fff
}

.products-details-tab .tabs li a:focus .dot::before,
.products-details-tab .tabs li a:hover .dot::before {
    background: #fff
}

.products-details-tab .tabs li.current a {
    color: #fff;
    background-color: #ff5d24;
    border-color: #ff5d24
}

.products-details-tab .tabs li.current a .dot {
    border-color: #fff
}

.products-details-tab .tabs li.current a .dot::before {
    background: #fff
}

.products-details-tab .tabs li:last-child {
    margin-right: 0
}

.products-details-tab .tab_content {
    border: 1px dashed #eee;
    padding: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 10px 15px;
    color: #666
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eee
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    font-weight: 600;
    color: #323232
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 14px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eee;
    padding-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ebebeb
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 600
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #666;
    top: 40px;
    text-decoration: underline
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #ff5d24
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
    padding-top: 15px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
    margin-top: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating {
    margin-bottom: 1rem
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating p {
    margin-bottom: 5px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-source {
    width: 0;
    height: 0;
    margin-top: 5px;
    visibility: hidden
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-source svg {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0 .15rem
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 105px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating label {
    cursor: pointer;
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating label .star {
    color: transparent;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name=star]:checked~label .star,
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name=star]:focus~label .star,
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating label:hover~label .star,
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating svg.star:hover {
    color: #f2b01e
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating svg {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0 .15rem
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name=star] {
    display: inline-block;
    width: 0;
    opacity: 0;
    margin-left: -2px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name=star]:checked+label {
    -webkit-animation: scaleup 1s;
    animation: scaleup 1s
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name=star]:checked+label .star {
    -webkit-animation: starred .5s;
    animation: starred .5s
}

.related-products-area {
    margin-top: 50px
}

.related-products-area .section-title {
    margin-bottom: 30px
}

.related-products-area .single-product-box {
    margin-bottom: 0;
    margin-top: 30px
}

.cart-table table {
    margin-bottom: 0
}

.cart-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 700
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px
}

.cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 600;
    display: inline-block
}

.cart-table table tbody tr td.product-name a:hover {
    color: #ff5d24
}

.cart-table table tbody tr td.product-price span {
    font-weight: 500
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #ff5d24
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #323232;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #323232
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #323232
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #323232
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #323232
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500
}

.cart-buttons {
    margin-top: 30px
}

.cart-totals {
    background: #fff;
    padding: 40px;
    max-width: 620px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    border-radius: 5px;
    margin-left: auto;
    margin-top: 50px
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 700
}

.cart-totals ul li:first-child {
    border-bottom: none
}

.cart-totals ul li:last-child {
    border-top: none
}

.cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: 400
}

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #ff5d24;
    position: relative
}

.user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eee
}

.user-actions i {
    color: #ff5d24;
    margin-right: 2px
}

.user-actions span {
    display: inline-block;
    font-weight: 500;
    color: #ff5d24
}

.user-actions span a {
    display: inline-block;
    color: #323232;
    font-size: 14px
}

.user-actions span a:focus,
.user-actions span a:hover {
    color: #ff5d24
}

.checkout-area .title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700
}

.billing-details .form-group {
    margin-bottom: 20px
}

.billing-details .form-group label {
    display: block;
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500
}

.billing-details .form-group label .required {
    color: red
}

.billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: #666;
    padding-top: 0;
    padding-bottom: 0
}

.billing-details .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.billing-details .form-group .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    padding-left: 20px;
    padding-right: 20px
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: #ff5d24 !important;
    color: #fff
}

.billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent
}

.billing-details .form-group .nice-select:after {
    right: 20px
}

.billing-details .form-group textarea {
    padding-top: 13px
}

.billing-details .form-check {
    margin-bottom: 20px
}

.billing-details .form-check .form-check-label {
    color: #666
}

.billing-details .form-check label {
    position: relative;
    top: 1px;
    font-size: 14px;
    font-weight: 500
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0
}

.order-details .order-table table {
    margin-bottom: 0
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-weight: 700
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    border-color: #eaedff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px
}

.order-details .order-table table tbody tr td.product-name a {
    color: #666;
    display: inline-block;
    font-weight: 500
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: #ff5d24
}

.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.total-price span {
    color: #323232;
    font-weight: 600
}

.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal,
.order-details .order-table table tbody tr td.shipping-price {
    font-weight: 600
}

.order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    margin-top: 30px;
    padding: 30px
}

.order-details .payment-box .payment-method p {
    font-size: 14px
}

.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none
}

.order-details .payment-box .payment-method p [type=radio]:checked+label,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #323232;
    position: relative;
    margin-bottom: 8px
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::before,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ff5d24;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.order-details .payment-box .btn.order-btn {
    display: block;
    margin-top: 25px
}

.coming-soon-area {
    position: relative;
    z-index: 1
}

.coming-soon-area .coming-soon-content {
    height: 100vh;
    position: relative;
    padding-left: 100px;
    padding-right: 100px
}

.coming-soon-area .coming-soon-content .logo {
    position: absolute;
    left: 100px;
    top: 30px
}

.coming-soon-area .coming-soon-content h3 {
    margin-bottom: 25px;
    line-height: 1.4;
    font-size: 32px;
    font-weight: 700
}

.coming-soon-area .coming-soon-content form {
    max-width: 520px
}

.coming-soon-area .coming-soon-content form .form-control {
    height: 52px;
    border-color: #e6e6e6;
    padding-left: 15px;
    font-weight: 500;
    border-radius: 5px
}

.coming-soon-area .coming-soon-content form .form-control::-webkit-input-placeholder {
    color: #999
}

.coming-soon-area .coming-soon-content form .form-control:-ms-input-placeholder {
    color: #999
}

.coming-soon-area .coming-soon-content form .form-control::-ms-input-placeholder {
    color: #999
}

.coming-soon-area .coming-soon-content form .form-control::placeholder {
    color: #999
}

.coming-soon-area .coming-soon-content form .form-control:focus {
    border-color: #ff5d24
}

.coming-soon-area .coming-soon-content form .btn {
    display: block;
    width: 100%;
    padding: 15px 28px;
    border-radius: 5px
}

.coming-soon-area .coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 15px
}

.coming-soon-area .coming-soon-content .social {
    position: absolute;
    left: 100px;
    bottom: 30px;
    text-align: center
}

.coming-soon-area .coming-soon-content .social ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.coming-soon-area .coming-soon-content .social ul li {
    display: inline-block;
    margin: 0 2px
}

.coming-soon-area .coming-soon-content .social ul li a {
    width: 35px;
    height: 35px;
    line-height: 37px;
    border-radius: 50%;
    background-color: #ddd;
    color: #323232;
    font-size: 14px
}

.coming-soon-area .coming-soon-content .social ul li a.twitter {
    background-color: #1da1f2;
    color: #fff
}

.coming-soon-area .coming-soon-content .social ul li a.youtube {
    background-color: red;
    color: #fff
}

.coming-soon-area .coming-soon-content .social ul li a.facebook {
    background-color: #3b5998;
    color: #fff
}

.coming-soon-area .coming-soon-content .social ul li a.linkedin {
    background-color: #0077b5;
    color: #fff
}

.coming-soon-area .coming-soon-content .social ul li a.instagram {
    background-color: #c13584;
    color: #fff
}

.coming-soon-area .coming-soon-content .social ul li a:hover {
    background-color: #323232;
    color: #fff
}

.coming-soon-area .coming-soon-time {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 1;
    background-image: url(../img/coming-soon-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.coming-soon-area .coming-soon-time img {
    display: none
}

.coming-soon-area .coming-soon-time #timer {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.coming-soon-area .coming-soon-time #timer div {
    width: 155px;
    height: 155px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    line-height: initial;
    padding-top: 40px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 45px;
    font-weight: 700
}

.coming-soon-area .coming-soon-time #timer div span {
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600
}

.coming-soon-area .coming-soon-time::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .6;
    z-index: -1
}

.footer-area {
    padding-top: 50px;
    background-color: transparent
}

.single-footer-widget {
    margin-bottom: 30px
}

.single-footer-widget .logo a {
    display: inline-block
}

.single-footer-widget .logo p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 9px;
    margin-bottom: 16px
}

.single-footer-widget h3 {
    text-transform: uppercase;
    margin-bottom: 23px;
    font-size: 17px;
    font-weight: 700
}

.single-footer-widget .useful-links-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: relative
}

.single-footer-widget .useful-links-list li {
    margin-bottom: 11px;
    font-size: 13px;
    position: relative;
}

.single-footer-widget .useful-links-list li:last-child {
    margin-bottom: 0
}

.single-footer-widget .useful-links-list li a {
    display: inline-block;
    color: #000
}

.single-footer-widget .useful-links-list li a:hover {
    color: #399c59
}

.single-footer-widget .widget-services-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-footer-widget .widget-services-list li {
    margin-bottom: 11px;
    font-size: 14px
}

.single-footer-widget .widget-services-list li:last-child {
    margin-bottom: 0
}

.single-footer-widget .widget-services-list li a {
    display: inline-block;
    color: #666
}

.single-footer-widget .widget-services-list li a:hover {
    color: #ff5d24
}

.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-footer-widget .footer-contact-info li {
    color: #000;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    padding-left: 23px;
    border-bottom: 1px solid #ccc
}

.single-footer-widget .footer-contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #323232
}

.single-footer-widget .footer-contact-info li a {
    display: inline-block;
    color: #000
}

.single-footer-widget .footer-contact-info li a:hover {
    color: #ff5d24
}

.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0
}

.single-footer-widget .newsletter-box {
    margin-top: 20px
}

.single-footer-widget .newsletter-box h4 {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 700
}

.single-footer-widget .newsletter-box .newsletter-form {
    position: relative
}

.single-footer-widget .newsletter-box .newsletter-form .validation-danger {
    color: red;
    font-size: 13px;
    margin-top: 5px
}

.single-footer-widget .newsletter-box .newsletter-form .validation-success {
    margin-top: 5px;
    font-size: 13px
}

.copyright-area {
    margin-top: 4px;
    border-top: 1px solid #eee;
    padding: 12px 0
}

.copyright-area p a {
    display: inline-block;
    color: #666
}

.copyright-area p a:hover {
    color: #ff5d24
}

.copyright-area ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    list-style-type: none
}

.copyright-area ul li {
    display: inline-block;
    margin-left: 13px
}

.copyright-area ul li a {
    color: #696969
}

.copyright-area ul li a:hover {
    color: #ff5d24
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 25px;
    right: 0;
    background-color: #51c175;
    color: #fff;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

.go-top.active {
    right: 25px;
    opacity: 1;
    visibility: visible
}

.go-top:focus,
.go-top:hover {
    background-color: #ff5d24;
    color: #fff
}

.address-info {
    margin-top: -78px;
    position: relative;
    z-index: 9
}

.address-info::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 45%;
    background-color: transparent;
    right: 0;
    top: 0;
    border-radius: 0
}

.address-info-section {
    background-color: #edf2f5;
    padding: 27px 0;
    overflow: hidden;
    box-shadow: 0 15px 18px -9px #ccc8c8
}

.address-info-section .row {
    margin: 0
}

.add-in {
    text-align: center
}

.socila-media {
    list-style: none;
    padding: 0;
    margin: auto;
    display: table;
    text-align: center
}

.socila-media li {
    display: inline-block;
    margin: 0 8px
}

.socila-media li a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    z-index: 1;
    transition: all ease-in-out .4s;
    bottom: 0;
    line-height: 39px
}

.socila-media li a:hover {
    bottom: 10px
}

.socila-media li a::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #000;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 50%
}

.socila-media li:nth-child(1) a::after {
    background-color: #426ee9
}

.socila-media li:nth-child(2) a::after {
    background-color: #dc3545
}

.socila-media li:nth-child(3) a::after {
    background-color: #38b9c3
}

.socila-media li:nth-child(4) a::after {
    background-color: #0867a5
}

.add-in i {
    width: 40px;
    height: 40px;
    background-color: #51c175;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 41px;
    font-size: 13px;
    position: relative
}

.add-2 i {
    background-color: #1c4386
}

.add-in i::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: -10px;
    top: -9px;
    width: 50px;
    height: 50px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 93, 36, .3)
}

.add-in span {
    margin-left: 6px;
    font-size: 16px
}

.add-beore::before {
    position: absolute;
    content: "";
    border-right: 1px solid #716d6d;
    width: 2px;
    height: 40px;
    right: 3px;
    top: 0
}

.single-services-box .icon.bg-f3 {
    background: linear-gradient(to bottom, #95c7f7, #a3cff9, #bcd8f3, #d8e6f3, #fff)
}

.single-services-box .icon.bg-f4 {
    background: #3f8fd4
}

.single-services-box .icon.bg-f5 {
    background: #3f8fd4
}

.row.sercice-block {
    max-width: 1032px;
    margin: auto
}

.row.sercice-block .p-2 {
    padding: 2px !important;
    margin: 0 13px
}

.appointment-area .section-title {
    margin-bottom: 20px
}

.why-desc {
    padding-left: 0;
    text-align: center
}

.why-desc h4 {
    font-weight: 600;
    font-size: 35px
}

.why-desc p {
    color: #dc5461;
    font-size: 22px
}

.why-desc a {
    display: initial;
    padding: 8px 19px;
    font-size: 22px;
    background-color: #1d67a9;
    border-color: transparent
}

.sfbefore::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    right: 0;
    border-right: 3px dashed #d2cdcd
}

.testimonial-area .section-title h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600
}

.services-area .section-title span {
    border-right: 2px solid
}

.newsletter-box .newsletter-form button {
    position: absolute;
    right: 0;
    top: 88px;
    height: 57px;
    width: 59px;
    border: none;
    background-color: #4c4c4c;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.newsletter-box .newsletter-form button i::before {
    font-size: 20px
}

.newsletter-box .newsletter-form button:hover {
    background-color: #22b663;
    color: #fff
}

.newsletter-box h4 {
    font-size: 32px;
    text-transform: uppercase
}

.newsletter-box {
    max-width: 973px;
    margin: auto;
    margin-bottom: 34px
}

.newsletter-box .form-control {
    background-color: #3f8ed4;
    height: 58px
}

.newsletter-box .form-control::placeholder {
    color: #fff
}

.single-footer-widget .useful-links-list::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 184px;
    border-left: 1px solid #383737;
    left: -18px
}

.single-footer-widget .useful-links-list li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 4px;
    border-bottom: 1px solid #272727;
    left: -18px;
    top: 7px
}

.footer-socila {
    list-style: none;
    padding: 0;
    display: table;
    margin-top: 19px;
    margin-bottom: 0
}

.footer-socila li {
    float: left
}

.footer-socila li a {
    display: block;
    width: 33px;
    height: 33px;
    background-color: #fff;
    color: #000;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 12px;
    transition: all ease-in-out .7s
}

.footer-socila li a:hover {
    background-color: #3f8ed4;
    border: 1px solid #3f8ed4;
    color: #fff;
    transform: rotate(360deg)
}

.copyright-area p a {
    color: #37a55a
}

.is-sticky .navbar-brand {
    width: 220px
}

.app-form-sec-title {
    float: left;
    position: relative;
    top: 195px;
    background-color: #ee5b2575;
    padding: 0 21px 19px 19px
}

.app-form-sec-title p {
    color: #fff
}

.labto-nav .container {
    max-width: 1400px
}

.main-banner-content {
    position: absolute;
    top: 34%;
    left: 11%
}

.service-title p {
    font-size: 20px
}

.footer-subscribe-bg {
    background-image: url(../img/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.inner-content {
    min-height: 40vh;
    padding: 60px 0
}

form .btn-primary {
    background-color: #008fd4;
    border-color: #0870a1
}

form .btn-primary:hover {
    background-color: transparent;
    border-color: #0870a1;
    color: #0870a1
}

.contact-section .section-title h2 {
    font-size: 24px;
    color: #0870a1;
    margin-bottom: 20px
}

.contact-section .section-title p {
    font-size: 19px
}

.contact-section {
    position: relative
}

.contact-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -144px;
    opacity: .5
}

.map iframe {
    width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    margin-top: 20px
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.vertical-tab {
    display: table
}

.vertical-tab a {
    display: initial;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 28%;
    min-width: 28%;
    border: none;
    position: relative
}

.inner-tab .nav-tabs {
    width: 100%
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top
}

.vertical-tab .nav-tabs li a {
    color: #fff;
    font-size: 14px;
    background: #00a785;
    box-shadow: inset 2px 2px 6px -3px #000;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    border: none;
    border-radius: 0;
    display: block;
    overflow: hidden;
    border-radius: 999px;
    position: relative;
    z-index: 1
}

.vertical-tab .nav-tabs li.active a {
    color: #fff;
    background-color: #008ed2;
    border: none;
    background-image: none
}

.vertical-tab .nav-tabs li a:after {
    background-color: #0870a1;
    height: calc(100% - 10px);
    width: calc(100% - 10px)
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after {
    background-color: #3bc176;
    transform: translateX(-50%) translateY(-50%) rotateX(360deg)
}

.vertical-tab .tab-content {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    vertical-align: top;
    display: table-cell
}

.tab-content>.active {
    display: block;
    opacity: 1
}

.tab-content h4 {
    font-size: 21px;
    font-weight: 600;
    color: #050063
}

.tab-content h5 {
    color: #ed5222
}

.vertical-tab .tab-content h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #3bc176;
}

.vertical-tab .tab-content h2 {
    margin: 0 0 5px 0;
    font-size: 23px;
    color: #ee5222;
}

@media only screen and (max-width:479px) {
    .vertical-tab .nav-tabs {
        display: block;
        width: 100%;
        border-right: none
    }

    .vertical-tab .nav-tabs li a {
        padding: 10px 5px;
        margin: 0 0 10px
    }

    .vertical-tab .tab-content {
        display: block;
        padding: 0;
        border-radius: 0 0 10px 10px
    }

    .vertical-tab .tab-content h3 {
        font-size: 18px
    }
}

.text-center .section-title hr.line {
    margin: 11px auto 0
}

hr.line {
    background: #9a9a9a none repeat scroll 0 0;
    border: 0 none;
    height: 2px;
    margin: 11px 0 0;
    width: 96px
}

.rt-features.style2 {
    position: relative;
    box-shadow: inset 0 0 10px #e1e2e2;
    padding: 15px
}

.rt-line-arrow {
    left: 50%;
    margin-left: 12px;
    position: absolute;
    top: 34px;
    width: 100%
}

.rt-features.style2 .icon {
    background: #3bc176 none repeat scroll 0 0;
    border-radius: 50%;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 28px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 70px
}

.rt-features.style2 h4 {
    color: #0870a1;
    font-size: 24px;
    font-weight: 500
}

.rt-line-arrow.rotatex {
    top: -12px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.about-sec h2 {
    text-align: center;
    max-width: 100%;
    font-weight: 500;
    color: #0870a1;
    font-size: 30px
}

.about-img img {
    width: 100%;
    box-shadow: 1px 7px 10px -3px #000000c4
}

.doctor1 .signature-icon {
    box-shadow: -13px 0 10px -9px #00000094
}

.email-signature {
    background: #fff;
    z-index: 1;
    border-radius: 100%
}

.email-signature:before {
    content: "";
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.email-signature .signature-details {
    color: #89216b;
    width: 34%;
    margin-bottom: 20px;
    display: inline-block
}

.signature-details {
    padding: 10px 0
}

.signature-details .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #3bc176
}

.doctor-profile {
    padding: 20px;
    background-repeat: no-repeat;
    background-position: left
}

.signature-details .post {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0870a1
}

.signature-content {
    color: #000;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    padding: 25px;
    padding-top: 75px;
    display: inline-block;
    /* float: right; */
    list-style: none;
    position: relative
}

.signature-content li {
    position: relative
}

.signature-content li span {
    color: #fff;
    background: #89216b;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    position: absolute;
    right: -33px;
    top: 4px
}

.signature-icon {
    color: rgba(255, 255, 255, .5);
    background: #fff;
    font-size: 50px;
    line-height: 125px;
    border: 20px solid #00b4a2;
    overflow: hidden;
    border-radius: 100%;
    width: 400px;
    height: 400px;
    margin: 22px;
    display: inline-block;
    box-shadow: 13px 0 10px -9px #00000094
}

.email-signature .icon {
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 35px;
    bottom: 13px
}

.email-signature .icon li {
    text-align: center;
    margin: 0 0 0 8px;
    display: inline-block
}

.email-signature .icon li a {
    color: #3bc176;
    background: #fff;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s
}

.email-signature .icon li a:hover {
    color: #fff;
    background: #3bc176;
    box-shadow: 0 0 10px -3px #fff
}

@media screen and (max-width:576px) {
    .email-signature {
        text-align: center;
        padding: 20px 20px 60px 20px
    }

    .email-signature .signature-details {
        width: 100%;
        margin: 0 0 10px
    }

    .email-signature .title {
        font-size: 20px
    }

    .email-signature .signature-content {
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0 auto 20px;
        float: none;
        display: inline-block
    }

    .email-signature .signature-content li {
        margin-top: 30px
    }

    .email-signature .signature-content li span {
        transform: translateX(50%);
        top: -25px;
        right: 50%
    }

    .email-signature .signature-icon {
        margin: 0 auto;
        float: none;
        display: block
    }

    .email-signature .icon {
        text-align: center;
        width: 100%;
        transform: translateX(-50%);
        bottom: 15px;
        left: 50%
    }
}

.about-before::before {
    content: "";
    position: absolute;
    background-image: url(../img/bg-shape1.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    z-index: -1;
    opacity: .5
}

.testimonial {
    margin: 0 10px 75px;
    position: relative
}

.testimonial .description {
    padding: 20px;
    padding-bottom: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    background-image: url(../img/bg.jpg);
    min-height: 275px
}

.testimonial .testimonial-content {
    padding: 10px;
    background: #ee5222;
    position: absolute;
    bottom: -20px;
    right: 32px;
    box-shadow: 0 8px 10px #ccc
}

.testimonial .pic {
    overflow: hidden;
    float: left;
    margin-right: 10px
}

.testimonial .pic img {
    width: 100%;
    height: auto
}

.testimonial-content .testimonial-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #fff
}

.testimonial-content .testimonial-title small {
    font-size: 15px;
    font-style: italic;
    color: #fff
}

.owl-theme .owl-controls {
    text-align: right;
    margin-top: 20px
}

.owl-theme .owl-controls .owl-buttons div {
    background: #a2a2a2;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px
}

.owl-next:before,
.owl-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff
}

.owl-next:before {
    content: "\f054"
}

@media only screen and (max-width:480px) {
    .testimonial {
        text-align: center;
        margin-bottom: 20px
    }

    .testimonial .testimonial-content {
        position: relative;
        right: 0;
        bottom: 0
    }
}

.margi-b {
    margin-bottom: 30px
}

.navbar .btn-secondary {
    position: absolute;
    right: 0
}

.box {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    box-shadow: 0 0 10px #000;
    border-radius: 20px;
    margin-bottom: 30px
}

.box:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .4)
}

.box:after,
.box:before {
    content: "";
    /*background: #dbe1dd;*/
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all .6s ease
}

.box:hover:after,
.box:hover:before {
    opacity: 1;
    animation: borderSkewOut .6s ease forwards
}

.box:hover:before {
    opacity: .7
}

.box img {
    width: 100%;
    height: auto;
    transform: scale(1.25);
    transition: all .3s ease
}

.box:hover img {
    transform: scale(1)
}

.box .box-content {
    color: #fff;
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2
}

.box .title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 3px 0;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(100px);
    transition: all .6s
}

.box .post {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(50px);
    display: block;
    transition: all .6s
}

.box:hover .icon,
.box:hover .post,
.box:hover .title {
    opacity: 1;
    transform: translate(0)
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-100px);
    transition: all .6s
}

.box .icon li {
    display: inline-block;
    margin: 0 5px;
    transition: all .3s
}

.box .icon li a {
    color: #f77300;
    font-size: 20px;
    line-height: 35px;
    display: block;
    transition: all .5s ease
}

@keyframes borderSkewOut {
    33% {
        transform: skew(-3deg, -3deg)
    }

    66% {
        transform: skew(3deg, 3deg)
    }
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px
    }
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../img/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../img/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../img/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.update-soon h2 {
    text-align: center;
    font-size: 25px;
    color: #ee5222
}

.serviceBox {
    color: #555;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    text-align: center;
    padding: 0 0 15px;
    margin: 15px 0 0;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    height: 202px;
    transition: all ease .3s;
    margin-bottom: 20px
}

.serviceBox:after {
    content: "";
    background: linear-gradient(45deg, #008ed2, #58c6e9);
    width: 100%;
    height: 49px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3) inset;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.serviceBox .service-count {
    color: #fff;
    font-size: 45px;
    line-height: 130px;
    width: 80px;
    height: 110px;
    margin: -15px 0 20px;
    border-radius: 40px 0 100px 100px;
    position: relative
}

.serviceBox .service-count:after {
    background: #00a785;
    border-radius: 50px 0 0 0;
    left: 65px;
    z-index: -2
}

.serviceBox .service-icon {
    color: #afafaf;
    font-size: 60px;
    position: absolute;
    right: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    transition: all .3s ease 0s
}

.serviceBox:hover .service-icon {
    transform: rotateY(360deg)
}

.serviceBox .title {
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 0 0;
    position: relative;
    top: 166px;
    color: #fff
}

.serviceBox .description {
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    padding: 0 15px;
    margin: 0 0 23px
}

.serviceBox .read-more {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    transition: all .3s ease 0s
}

.serviceBox .read-more:hover {
    text-shadow: 0 0 5px #555
}

.serviceBox.red .service-count,
.serviceBox.red:after {
    background: linear-gradient(to bottom, #ee3838, #ce1500)
}

.serviceBox.red .service-count:before {
    background: #ce1500
}

.serviceBox.red .service-count:after {
    background: #ee3838
}

.serviceBox.blue .service-count,
.serviceBox.blue:after {
    background: linear-gradient(to bottom, #00adef, #00689b)
}

.serviceBox.blue .service-count:before {
    background: #00689b
}

.serviceBox.blue .service-count:after {
    background: #00adef
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 15px 0 50px
    }
}

.logo img {
    box-shadow: 0 0 13px -4px #b5b5b5;
    width: 263px
}

.navbar-brand img {
    box-shadow: 0 0 13px -4px #b5b5b5
}

.contact-address h3 {
    font-size: 25px;
    color: #000000;
    font-weight: bolder;
}

.contact-address p {
    color: #000000;

}

.contact-address {
    padding: 20px;
    height: auto;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 2px 2px 2px;
}

.bg-clr {
    background-color: #FFA500;
}

.bg-clr1 {
    background-color: maroon;
}

.contact-address .contact-info-content h2 a {
    font-size: 17px;
    color: #000000;
}

.service-list {
    padding: 0
}

.service-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.service-list li::before {
    position: absolute;
    content: "";
    background-image: url(../img/list-before.png);
    width: 26px;
    height: 30px;
    left: 0;
    background-size: 22px;
    background-repeat: no-repeat;
}

.service-list2 li {
    list-style: circle;
    padding: 0
}

.service-list2 li::before {
    content: none
}

.carress-section {
    text-align: center;
    background: #f5f5f5;
    padding: 44px 37px 17px;
    max-width: 1000px;
    margin: auto;
    box-shadow: 0 29px 29px -9px #9c9898;
    border-bottom: 7px solid #55c79e
}

.carress-section .form-group {
    margin-bottom: 30px
}

.carress-section .form-control {
    background-color: #fff
}

.carress-section textarea {
    height: 90px
}

.service-img img {
    box-shadow: -1px 8px 10px -2px #000000cf;
    width: 100%;
    border: 1px solid #3bc176;
    border-radius: 10px;
    margin-bottom: 25px
}

.sub-nav-tab {
    width: 89% !important;
    float: right
}

.vertical-tab .sub-nav-tab li a {
    background-color: #000063
}

.service-img1 img {
    box-shadow: -1px 8px 10px -2px #000000cf;
    border: 1px solid #3bc176;
    border-radius: 10px;
    margin-bottom: 25px
}

.facilities {
    border-left: 5px solid #1f9cd8;
    margin-bottom: 20px
}

.facilities img {
    border-radius: 0 48px 0 0
}

.facilities .title {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 0;
    background: linear-gradient(45deg, #008ed2, #c8e9f5);
    color: #fff;
    text-transform: uppercase
}

.desktop-view {
    display: block
}

.mobile-view {
    display: none
}

.cardiology {
    text-align: center;
    margin-top: 20px
}

.cardiology img {
    border-radius: 999px;
    box-shadow: 0 0 10px -2px #232323
}

.cardiology h3 {
    margin-top: 10px;
    padding: 10px 5px;
    background: #e8f3ef;
    font-size: 18px;
    color: #000063;
    font-weight: 600;
    border-left: 2px solid #ee5222
}

.cardiac-content {
    font-size: 21px;
    font-weight: 600;
    color: #050063
}

.doctor-site a {
    display: inline-block;
    color: #ee5222
}

.right-navigation {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 9
}
.left-navigation {
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 9
}

.location-info p {
    text-align: left;
    margin-bottom: 0;
    color: #fff
}

.cost h3 {
    padding-top: 30px;
    font-size: 20px
}

.cost1 h3 {
    font-size: 20px
}

.r-n-title {
    position: absolute;
    right: 0;
    width: 218px;
    color: #fff;
    padding: 5px 12px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    animation: blinking3 1s infinite;
    border-radius: 20px 0 0 20px
}

.r-s-title-anim {
    position: absolute;
    right: 0;
    width: 150px;
    color: #fff;
    background-color: #9a2b26;
    padding: 25px 25px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    /*animation: blinking3 1s infinite;*/
    border-radius: 50px 0 0 50px
    
}


@keyframes blinking3 {
    0% {
        background-color: #245396
    }

    100% {
        background-color: #ca261d
    }
}

.locations-block {
    position: absolute;
    width: 390px;
    min-height: 262px;
    right: -403px;
    background: linear-gradient(to right, #00aee9, #000063);
    transition: all ease .3s;
    top: 0;
    padding: 14px;
    text-align: center;
    z-index: 9999
}


.contact-box {
    box-shadow: 0 0 10px #bdbbbb
}

.right-location-nav .locations-block {
    right: 0
}


.loactios-close {
    position: absolute;
    background: #ee5222;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 3px solid #ccc;
    border-radius: 50%;
    font-size: 18px;
    line-height: 29px;
    left: -13px;
    top: -18px;
    cursor: pointer
}

.loactios-close:hover {
    background: #0fb513
}

.location-info {
    color: #fff;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.location-info:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.location-title {
    color: #ffcd00;
    text-transform: uppercase;
    font-size: 17px;
    display: table;
    margin: auto;
    border-bottom: 2px solid;
    margin-bottom: 6px
}

.iso {
    padding: 10px;
    position: absolute;
    background: radial-gradient(#1e418f, #04163c);
    margin-top: 12px;
    top: 170px;
    z-index: 98;
    animation: blinking4 1s infinite;
    border-radius: 0 50px 50px 0
}

@keyframes blinking4 {
    0% {
        background: radial-gradient(#1e418f, #04163c)
    }

    100% {
        background: radial-gradient(#a7340c, #842504)
    }
}

.iso h3 {
    margin-bottom: 0;
    font-weight: 500;
    color: #fff
}

.spine-slider .single-testimonial-item {
    text-align: center
}

.spine-slider .single-testimonial-item p {
    font-style: initial;
    margin-bottom: 20px
}

.spine-slider .single-testimonial-item h5 {
    font-size: 25px;
    color: #ee5222
}

.spine-slider .single-testimonial-item img {
    width: 30%;
    margin: 0 auto;
    margin-top: 30px
}

.owl-next:before,
.owl-prev:before {
    content: none
}

.spine-slider .service-img1 .box {
    box-shadow: none
}

.box:after,
.spine-slider .service-img1 .box:before {
    content: none
}

.spine-slider .single-testimonial-item i::before {
    font-size: 29px;
    padding: 10px;
    background: #000;
    color: #fff;
    border-radius: 999px
}

.spine-slider .single-testimonial-item i {
    left: 0;
    right: 0;
    opacity: 1;
    transform: rotate(-7deg) !important;
    bottom: 0;
    top: 0
}

.videos iframe {
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px;
}
.footer-visit {
    position: absolute;
    right: 0;
    bottom: 46px;
}



.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(8%)
    }

    65% {
        transform: translateY(-4%)
    }

    80% {
        transform: translateY(4%)
    }

    95% {
        transform: translateY(-2%)
    }

    100% {
        transform: translateY(0%)
    }
}


@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(8%)
    }

    65% {
        -webkit-transform: translateY(-4%)
    }

    80% {
        -webkit-transform: translateY(4%)
    }

    95% {
        -webkit-transform: translateY(-2%)
    }

    100% {
        -webkit-transform: translateY(0%)
    }
}

.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important
}

@keyframes slideUp {
    0% {
        transform: translateY(100%)
    }

    50% {
        transform: translateY(-8%)
    }

    65% {
        transform: translateY(4%)
    }

    80% {
        transform: translateY(-4%)
    }

    95% {
        transform: translateY(2%)
    }

    100% {
        transform: translateY(0%)
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%)
    }

    50% {
        -webkit-transform: translateY(-8%)
    }

    65% {
        -webkit-transform: translateY(4%)
    }

    80% {
        -webkit-transform: translateY(-4%)
    }

    95% {
        -webkit-transform: translateY(2%)
    }

    100% {
        -webkit-transform: translateY(0%)
    }
}


