@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    overflow-x: hidden
}

.main_wrap {
    position: relative;
    overflow: hidden
}

.main_wrap::before {
    content: "";
    position: absolute;
    background-image: url(../img/bg.jpg);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .3
}

a {
    text-decoration: none
}

.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

.btn,
.transition-3,
::after,
::before,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
i,
img,
input,
li,
p,
select,
span,
svg path,
textarea {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.button:focus,
a:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none
}

a:hover {
    color: #1eaab5
}

a,
button {
    color: inherit;
    outline: 0;
    border: none;
    background: 0 0;
    color: #05a6b3;
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0;
    border: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #010101;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 30px
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

textarea:focus {
    border: 1px solid #ea1b29!important
}

::-moz-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.text-right {
    text-align: right
}

.z-index-1 {
    z-index: 1
}

.z-index-11 {
    z-index: 11
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-right: 0;
    padding-left: 0
}

.custome-container {
    width: 1170px
}

@media (max-width:575px) {
    .custome-container {
        width: auto
    }
}

.grey-bg {
    background: #000
}

.pink-bg {
    background: #000
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #000
}

.footer-bg {
    background: #000
}

.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white li,
.text-white p,
.text-white span {
    color: #fff!important
}

.white-color {
    color: #fff
}

.theme-color {
    color: #000!important
}

.black-color {
    color: #000
}

.body-overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.body-overlay:hover {
    cursor: pointer
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible
}

@media (max-width:575px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px
    }
}

.tp-btn {
    padding: 0 12px;
    background: #cb1550;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    line-height: 47px
}

.tp-btn i {
    margin-left: 10px;
    font-size: 15px
}

.tp-btn:hover {
    background: #fff;
    color: #cb1550
}

.tp-btn:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.tp-btn:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.tp-btn-round {
    padding: 0 25px;
    background: #cb1550;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    line-height: 45px
}

.tp-btn-round i {
    margin-left: 10px;
    font-size: 15px
}

.tp-btn-round:hover {
    background: #fff;
    color: #cb1550;
    border-color: #cb1550
}

.tp-btn-round:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.tp-btn-round:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.tp-btn-round-cart {
    padding: 0 44px;
    background: #ea1b29;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    height: 50px;
    line-height: 50px
}

.tp-btn-round-cart i {
    margin-left: 10px;
    font-size: 15px
}

.tp-btn-round-cart:hover {
    background: #fff;
    color: #ea1b29;
    border-color: #ea1b29
}

.tp-btn-round-cart:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.tp-btn-round-cart:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.tp-btn-circle {
    background: #ea1b29;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.tp-btn-circle i {
    font-size: 15px
}

.tp-btn-circle:hover {
    background: #fff;
    color: #ea1b29;
    border-color: #ea1b29
}

.tp-btn-circle:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.tp-btn-circle:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.tp-btn-square {
    background: #ea1b29;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.tp-btn-square i {
    font-size: 15px
}

.tp-btn-square:hover {
    background: #fff;
    color: #ea1b29;
    border-color: #fff
}

.tp-btn-square:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.tp-btn-square:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.tp-btn-square-lg {
    background: #ea1b29;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    width: 130px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.tp-btn-square-lg i {
    font-size: 15px;
    margin-left: 10px
}

.tp-btn-square-lg:hover {
    background: #fff;
    color: #ea1b29;
    border-color: #ea1b29
}

.tp-btn-square-lg:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.tp-btn-square-lg:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.calculate-btn {
    padding: 0 32px;
    background: #010101;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 60px;
    line-height: 60px;
    width: 100%
}

.calculate-btn i {
    margin-left: 10px;
    font-size: 15px
}

.calculate-btn:hover {
    background: #fff;
    color: #ea1b29
}

.calculate-btn:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.calculate-btn:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.tp-btn-round-product {
    padding: 0 35px;
    background: #fff;
    font-size: 18px;
    color: #010101;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ea1b29;
    height: 50px;
    line-height: 53px
}

.tp-btn-round-product i {
    margin-left: 10px;
    font-size: 15px
}

.tp-btn-round-product:hover {
    background: #ea1b29;
    color: #fff;
    border-color: #ea1b29
}

.tp-btn-round-product:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.tp-btn-round-product:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.tp-btn-round-newsletter {
    padding: 0 44px;
    background: #ea1b29;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    height: 70px;
    line-height: 70px
}

.tp-btn-round-newsletter i {
    margin-left: 10px;
    font-size: 15px
}

.tp-btn-round-newsletter:hover {
    background: #fff;
    color: #ea1b29;
    border-color: #ea1b29
}

.tp-btn-round-newsletter:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.tp-btn-round-newsletter:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.tp-btn-trainer-round {
    padding: 0 44px;
    background: #010101;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    height: 60px;
    line-height: 60px
}

.tp-btn-trainer-round i {
    margin-left: 10px;
    font-size: 15px
}

.tp-btn-trainer-round:hover {
    background: #fff;
    color: #010101;
    border-color: #010101
}

.tp-btn-trainer-round:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.tp-btn-trainer-round:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.tp-btn-square-subscrive {
    background: #ea1b29;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.tp-btn-square-subscrive i {
    font-size: 15px;
    margin-left: 10px
}

.tp-btn-square-subscrive:hover {
    background: #fff;
    color: #ea1b29;
    border-color: #ea1b29
}

.tp-btn-square-subscrive:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.tp-btn-square-subscrive:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.top-btn {
    padding: 0 50px;
    background: #ea1b29;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    position: relative;
    display: inline-block;
    height: 80px;
    text-align: center;
    line-height: 80px
}

.top-btn::before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 40px;
    opacity: 0
}

.top-btn:hover {
    background: #fff;
    color: #ea1b29
}

.top-btn:hover:before {
    left: 120%;
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25
}

.top-btn i {
    margin-left: 10px;
    font-size: 15px
}

.pulse-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 84px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    animation: pulse 2s infinite
}

.pulse-btn:hover {
    background-color: #000;
    color: #fff
}

.pulse-btn i {
    padding-left: 2px
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.top-nav {
    position: absolute;
    z-index: 222;
    width: 100%
}

.container {
    position: relative
}

.topbar-info {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 30px
}

.contact-item {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 8px;
    background: #cb1550;
    padding: 12px 13px
}

.contact-item::before {
    position: absolute;
    content: "";
    background: #51545d;
    width: 1px;
    height: 100%;
    right: -24%
}

@media only screen and (min-width:1400px) and (max-width:1500px) {
    .contact-item::before {
        right: -10%
    }
}

.contact-item:last-child::before {
    display: none
}

.contact-item i {
    font-size: 45px;
    color: #fff;
    margin-right: 10px
}

.contact-item .flaticon-contact {
    animation: phone-icon-animate 1.5s ease-in-out infinite;
    display: inline-block;
    line-height: 1
}

.contact-item p {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0
}

.contact-item .content a {
    font-size: 20px;
    line-height: 1.2;
    color: #fff
}

.top-logo {
    position: absolute;
    width: 424px;
    top: 11px
}

.menu-area .container {
    max-width: 1180px
}

.menu-content {
    padding: 0;
    text-align: right
}

img {
    max-width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .menu-content {
        padding: 15px 0;
        background: 0 0
    }
}

.main-menu ul li {
    display: inline-block;
    margin-right: 0;
    position: relative
}

.main-menu {
    margin: 53px 0 1px;
    display: inline-block
}

.to_info {
    position: absolute;
    right: 228px;
    top: 12px
}

.to_info .info-list {
    position: relative;
    display: inline-block;
    margin-right: 0
}

.to_info .info-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding: 6px 12px;
    background: #cee7e9;
    border-radius: 30px
}

.to_info .info-list li span {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    color: #061b4c;
    font-size: 14px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #fff
}

.to_info .info-list li:hover span {
    background-color: #061b4c;
    color: #fff
}

.to_info .info-list li a {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: inherit;
}

.to_info .info-list li:last-child {
    border-right: 0px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .main-menu ul li {
        margin-right: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu ul li {
        margin-right: 20px
    }
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 10px;
    display: block;
    transition: .3s;
    color: inherit;
}

.main-menu ul li a i {
    font-size: 10px;
    font-weight: 500;
    top: -2px;
    position: relative
}

.main-menu ul li .active {
    color: #cb1550
}

.main-menu ul li:hover>a {
    color: #1db6c3
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 103px;
    background-color: #f6f6f6;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
    transition: .3s;
    text-align: left;
    border-top: 4px solid #20a4b1
}

.main-menu .sub-menu.big_menu {
    width: 414px;
    left: -162px
}

.main-menu .sub-menu li {
    margin: 0;
    padding: 0;
    display: block
}

.main-menu .sub-menu li a {
    font-size: 14px;
    display: block;
    padding: 7px 14px;
    transition: .3s;
    border-bottom: 1px dashed #9b9b9b;
    color: #000
}

.main-menu .sub-menu li .active {
    color: #ea1b29
}

.header-action-btn a {
    font-size: 20px;
    color: #fff;
    margin-right: 30px;
    display: inline-block;
    position: relative
}

.header-action-btn a:last-child {
    margin-right: 0
}

.header-action-btn a span {
    background: #ea1b29;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: -5px;
    left: 15px
}

.topcontact-btn {
    margin-left: 10px
}

.contact-btn {
    overflow: hidden
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    animation: sticky 2s;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .15);
    background: #fff
}

.sticky .menu-content {
    padding-left: 0
}

.sidebar__area {
    position: fixed;
    right: -485px;
    top: 0;
    width: 465px;
    height: 100%;
    background: #fff none repeat scroll 0 0;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, .5);
    -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, .5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, .5);
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    z-index: 9999
}

@media (max-width:575px) {
    .sidebar__area {
        width: 290px
    }
}

.sidebar__area.sidebar-opened {
    right: 0
}

.sidebar__wrapper {
    position: relative;
    padding: 45px;
    background: #152136
}

@media (max-width:575px) {
    .sidebar__wrapper {
        padding: 20px
    }
}

.sidebar__close {
    position: absolute;
    top: 48px;
    right: 45px
}

@media (max-width:575px) {
    .sidebar__close {
        top: 22px;
        right: 20px
    }
}

.sidebar__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 49px;
    background: #26c0cc;
    color: #fff;
    border-radius: 50%
}

.sidebar__close-btn:hover {
    background: #ea1b29
}

.sidebar__close-btn-3 {
    background: #666
}

.sidebar__close-btn-3:hover {
    background: #666
}

.sidebar__logo {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e6e7
}

.sidebar__search {
    position: relative
}

.sidebar__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: 0 0;
    border: none;
    outline: 0;
    border-bottom: 1px solid #e3e6e7;
    font-size: 16px;
    color: #fff
}

.sidebar__search input::placeholder {
    color: #fff
}

.sidebar__search input:focus {
    border-color: #ea1b29
}

.sidebar__search button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff
}

.sidebar__search-3 input:focus {
    border-color: #666
}

.sidebar__text p {
    margin-bottom: 25px
}

.sidebar__contact h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff
}

.sidebar__contact ul li:not(:last-child) {
    margin-bottom: 20px
}

.sidebar__contact ul li:hover i {
    background: #ea1b29;
    color: #fff;
    border-color: #ea1b29
}

.sidebar__contact ul li:hover a {
    color: #ea1b29
}

.sidebar__contact-icon i {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e3e6e7;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.sidebar__contact-text a {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar__contact-3 h4 {
    color: #666
}

.sidebar__contact-3 ul li:hover i {
    background: #666;
    color: #fff;
    border-color: #666
}

.sidebar__contact-3 ul li:hover a {
    color: #ea1b29
}

.sidebar__map iframe {
    width: 100%;
    height: 200px;
    border: none
}

.sidebar__social ul li {
    display: inline-block
}

.sidebar__social ul li:not(:last-child) {
    margin-right: 5px
}

.sidebar__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #ea1b29;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.sidebar__social ul li a:hover {
    background: #010101;
    color: #fff
}

.sidebar__social-3 ul li a {
    background: #000;
    color: #666
}

.sidebar__social-3 ul li a:hover {
    background: #666;
    color: #fff
}

#search-modal {
    background: rgba(0, 0, 0, .65)
}

#search-modal button span {
    color: #fff;
    top: 50px;
    right: 50px;
    position: absolute;
    font-size: 50px
}

#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    outline: 0
}

#search-modal .modal-dialog .modal-content {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

#search-modal .modal-dialog .modal-content form {
    max-width: 555px;
    position: relative
}

#search-modal .modal-dialog .modal-content form input {
    width: 100%;
    font-size: 36px;
    border: none;
    border-bottom: 3px solid rgba(255, 255, 255, .938);
    background: 0 0;
    color: #fff;
    padding-bottom: 12px;
    padding-right: 40px;
    outline: 0
}

#search-modal .modal-dialog .modal-content form input::-webkit-input-placeholder {
    font-size: 35px;
    color: rgba(255, 255, 255, .938)
}

#search-modal .modal-dialog .modal-content form input:-ms-input-placeholder {
    font-size: 35px;
    color: rgba(255, 255, 255, .938)
}

#search-modal .modal-dialog .modal-content form input::-ms-input-placeholder {
    font-size: 35px;
    color: rgba(255, 255, 255, .938)
}

#search-modal .modal-dialog .modal-content form input::placeholder {
    font-size: 35px;
    color: rgba(255, 255, 255, .938)
}

#search-modal .modal-dialog .modal-content form button {
    position: absolute;
    right: 0;
    margin-bottom: 3px;
    font-size: 30px;
    color: rgba(255, 255, 255, .938);
    background: 0 0;
    border: none;
    cursor: pointer;
    top: 11px
}

.hero-slider {
    position: relative
}

.hero-slider .swiper-slide-active .slide-bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 10.5s cubic-bezier(0, 0, .2, 1);
    mix-blend-mode: multiply
}

@media (max-width:575px) {
    .slide-bg {
        background-position: left
    }
}

.top_wrap {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.item-slider {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh
}

.slide1 {
    background-image: url(../img/slider/slide1.jpg)
}

.item-slider::before {
    content: "";
    position: absolute;
    left: 0
}

@media (max-width:575px) {
    .item-slider::before {
        width: 100%;
        clip-path: none;
        animation: none
    }
}

.item-slider::after {
    content: "";
    position: absolute
}

@media (max-width:575px) {
    .item-slider::after {
        display: none
    }
}

.slideimage img {
    width: 100%
}

.slider-all-text {
    padding: 0;
    position: absolute;
    margin-left: 0;
    overflow: hidden;
    z-index: 999;
    top: 37%;
    left: 18%;
    width: 38%
}

.hero-slider .container {
    height: 100%
}

.top-social-links {
    position: absolute;
    top: 31%;
    width: 47px;
    left: 17px;
    z-index: 99
}

.top-social-links ul li {
    position: relative;
    margin-bottom: 0;
    width: 49px;
    height: 45px;
    display: inline-block
}

.top-social-links ul li::before {
    content: "";
    position: absolute;
    background: #459793;
    z-index: -1;
    right: -3px;
    margin: auto;
    top: 2px;
    border-radius: 50%
}

.top-social-links ul li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    background: linear-gradient(to left, #e4f9fb, #fff, #e7f9fb);
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 0;
    line-height: 37px;
    box-shadow: 0 0 6px #858585;
    color: #05274e
}

.top-social-links ul li:nth-child(1) a {
    color: #061b4c
}

.top-social-links a {
    margin-bottom: 5px
}

.appointment {
    position: absolute;
    z-index: 99;
    background: #061b4c;
    color: #fff;
    top: 12px;
    font-size: 16px;
    padding: 6px 16px;
    border-radius: 20px;
    cursor: pointer;
    right: 26px
}

.appointment:hover {
    background: #22c4cf
}

.appointment::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 67px;
    left: 128px;
    z-index: -1;
    top: 40px
}

.appointment::after {
    content: "";
    position: absolute
}

@-webkit-keyframes blinkanimation {
    0%,
    49% {
        background: #032655
    }
    100%,
    50% {
        background: #469896
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .slider-all-text {
        margin-left: 120px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .slider-all-text {
        margin-left: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .slider-all-text {
        margin-left: 50px
    }
}

@media (max-width:575px) {
    .slider-all-text {
        margin-left: 0;
        padding: 215px 0 290px
    }
}

.slider-all-text span {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 40px;
    display: block;
    font-weight: 300
}

@media (max-width:575px) {
    .slider-all-text span {
        font-size: 40px
    }
}

.slider-all-text .description {
    font-size: 22px;
    color: #333;
    font-weight: 300;
    line-height: 30px
}

@media (max-width:575px) {
    .slider-all-text .description {
        font-size: 35px
    }
}

.hero-title {
    font-size: 56px;
    line-height: 1;
    color: #03113a;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-title {
        font-size: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-title {
        font-size: 80px
    }
}

@media (max-width:575px) {
    .hero-title {
        font-size: 56px
    }
}

.play-option {
    display: inline-flex;
    align-items: center
}

.hero-play {
    height: 55px;
    width: 55px;
    background: #fff;
    color: #ea1b29;
    border-radius: 50%;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    position: relative
}

.hero-play:hover {
    color: #ea1b29
}

.hero-play::before {
    position: absolute;
    content: "";
    background: #ea1b29;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    left: -5px;
    right: 0;
    z-index: -1;
    top: -4px
}

.hero-play::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: #ea1b29;
    border-radius: 50%;
    z-index: -1;
    animation: video-ripple 1.5s ease-out infinite;
    left: -5px;
    top: -4px;
    z-index: -1
}

.hero-social-icon {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    z-index: 1
}

@media (max-width:575px) {
    .hero-social-icon {
        display: none
    }
}

.hero-social-icon a {
    font-size: 25px;
    color: #fff;
    margin-bottom: 45px;
    transition: .3s;
    display: block;
    transition: .3s
}

.hero-social-icon a:hover {
    color: #ea1b29
}

.hero-pagination {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    z-index: 9
}

@media (max-width:575px) {
    .hero-pagination {
        display: none
    }
}

.hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #383838;
    opacity: 1;
    direction: block;
    margin: 10px 0;
    transition: .3s
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #cb1550;
    position: relative;
    width: 5px;
    height: 5px
}

.hero-pagination .swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    border: 2px solid #cb1550;
    top: -5px;
    display: inline-block;
    left: -5px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%
}

@keyframes hero-s-1 {
    0% {
        left: 0
    }
    100% {
        left: -12%
    }
}

@keyframes hero-s-2 {
    0% {
        right: -58%
    }
    100% {
        right: -46%
    }
}

.tpfeatures-lists {
    margin-top: -100px;
    position: relative;
    z-index: 9
}

.tp-features-item {
    padding: 45px 30px 40px 30px;
    box-shadow: 0 10px 20px 0 rgba(130, 132, 134, .08);
    background: #fff;
    transition: all .3s ease-out 0s;
    border: 1px solid #e3e6e7
}

.tp-features-item .tpfeatures-icon {
    height: 75px;
    line-height: 94px;
    width: 75px;
    background: #ea1b29;
    border-radius: 50%;
    transition: all .3s ease-out 0s;
    margin: 0 auto;
    margin-bottom: 20px
}

.tp-features-item .tpfeatures-icon i {
    font-size: 36px;
    color: #fff;
    transition: all .3s ease-out 0s;
    display: inline-block
}

.tp-features-item span {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    display: block;
    color: #242429
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-features-item span {
        font-size: 22px
    }
}

.item-active {
    background: #ea1b29;
    padding: 55px 30px 50px 30px;
    transform: translateY(-10px);
    border-color: #ea1b29
}

.item-active span {
    color: #fff;
    letter-spacing: 1px
}

.item-active .tpfeatures-icon {
    background: #fff
}

.item-active .tpfeatures-icon i {
    color: #ea1b29
}

.tp-features-item:hover {
    background: #ea1b29;
    padding: 55px 30px 50px 30px;
    transform: translateY(-10px);
    border-color: #ea1b29
}

.tp-features-item:hover span {
    color: #fff;
    letter-spacing: 1px
}

.tp-features-item:hover .tpfeatures-icon {
    background: #fff
}

.tp-features-item:hover .tpfeatures-icon i {
    color: #ea1b29;
    animation: scale-up-one infinite 1.5s linear
}

.schedule-area {
    position: relative
}

.schedule-shape-bg {
    position: absolute;
    z-index: -1;
    top: -22%;
    left: 0;
    right: 0;
    text-align: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .schedule-shape-bg {
        top: -12%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .schedule-shape-bg {
        top: -3%
    }
}

@media (max-width:575px) {
    .schedule-shape-bg {
        display: none
    }
}

.schedule-shape-one {
    position: absolute;
    z-index: -1;
    top: 0;
    animation-duration: 2.1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: dot-bounce
}

@media (max-width:575px) {
    .schedule-shape-one {
        display: none
    }
}

.schedule-shape-two {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    animation-duration: 2.1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: dot-bounce
}

@media (max-width:575px) {
    .schedule-shape-two {
        display: none
    }
}

.tab-content.current {
    text-align: center
}

.futexo-tab-all {
    max-width: 160px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .futexo-tab-all {
        width: 155px
    }
}

.futexo-classes-tab .tab-content.current {
    display: flex
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .futexo-classes-tab .tab-content.current {
        overflow-x: scroll
    }
}

.futexo-tab-all {
    flex: 0 0 auto;
    margin: 0 1px
}

.futexo-tab-all .schedule-icon,
.futexo-tab-all h5 {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 0;
    font-weight: 500
}

.futexo-tab-all ul li {
    height: 100px;
    border: 1px solid #e3e6e7;
    text-align: center;
    width: 100%;
    overflow: hidden;
    transition: all .4s;
    padding: 25px 30px;
    border-top: 0;
    font-size: 16px;
    color: #6a6b71;
    background: #fff
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .futexo-tab-all ul li {
        padding: 25px 25px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .futexo-tab-all ul li {
        padding: 25px 15px
    }
}

@media (max-width:575px) {
    .futexo-tab-all ul li {
        padding: 25px 10px
    }
}

.futexo-tab-all ul li:first-child {
    border-top: 1px solid #e3e6e7
}

.futexo-tab-all ul li span {
    text-transform: capitalize;
    color: #010101;
    font-weight: 500;
    font-size: 30px;
    display: block
}

.futexo-tab-d .schedule-icon {
    padding: 30px 0;
    display: block;
    margin-bottom: 8px
}

.futexo-tab-d .schedule-icon i {
    font-size: 40px
}

.futexo-tab-d ul li {
    background: #ea1b29
}

.futexo-tab-d ul li .time {
    color: #fff;
    position: relative;
    top: 15px
}

.video-area {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 155px;
    padding-bottom: 310px;
    mix-blend-mode: multiply
}

.video-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(2, 0, 9, .7)
}

.video-content {
    max-width: 750px;
    margin: 0 auto;
    z-index: 0;
    position: relative
}

.video-title {
    font-size: 60px;
    line-height: 1;
    color: #fff
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .video-title {
        font-size: 40px
    }
}

.company-static-area {
    padding-top: 110px;
    padding-bottom: 285px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

.tp-skill--content {
    max-width: 550px
}

.tp-skill--title__wrapper {
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.tp-skill--title__wrapper span {
    color: #010101;
    position: absolute;
    top: 0
}

.tp-skill--title {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400
}

.progress {
    height: 12px;
    border-radius: 0;
    background-color: #e9ecef;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #010101
}

.progress-two {
    border: 1px solid #ea1b29
}

.progress-bar {
    background: #010101;
    position: relative;
    overflow: inherit
}

.progress-bar-two {
    background: #ea1b29
}

.tp-calculate {
    margin-top: -170px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tp-calculate {
        margin-top: 0
    }
}

.calculate-form-wrapper {
    width: 100%;
    padding: 50px 50px 55px 50px;
    background: #ea1b29;
    display: inline-block;
    border-radius: 3px
}

@media (max-width:575px) {
    .calculate-form-wrapper {
        padding: 30px
    }
}

.calculate-form-wrapper input {
    color: #010101;
    font-size: 15px;
    display: block;
    font-weight: 500;
    height: 65px;
    padding: 0 20px;
    border: none;
    outline: 0;
    border-radius: 3px;
    background: #f5f5f5;
    width: 100%
}

.calculate-form-wrapper .nice-select .list {
    width: 100%;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.calculate-form-wrapper input::placeholder {
    color: #6a6b71;
    font-size: 16px;
    opacity: 1
}

.input-field .nice-select {
    color: #6a6b71;
    font-size: 15px;
    display: block;
    font-weight: 500;
    height: 65px;
    padding: 0 20px;
    border: none;
    outline: 0;
    background: #f5f5f5;
    width: 100%;
    margin-bottom: 15px
}

.input-field .nice-select .current {
    top: 12px;
    position: relative
}

.input-field .nice-select::after {
    height: 8px;
    width: 8px;
    right: 20px
}

.tp-calculate-form-title {
    font-size: 36px;
    color: #fff
}

.sponsor-area {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 120px 0
}

.sponsor_slider-active .swiper-wrapper {
    align-items: center
}

.tp-skill__wrapper .progress {
    height: 12px;
    overflow: visible
}

.tp-skill__wrapper .progress .progress-bar span {
    color: #010101;
    font-size: 15px;
    font-weight: 700;
    z-index: 1;
    display: inline-block;
    height: 24px;
    padding: 0 6px;
    margin-bottom: 62px;
    font-weight: 400;
    text-align: right
}

.tp-skill__wrapper-s .progress {
    height: 14px
}

.tp-about-area {
    position: relative;
    padding: 80px 0 55px
}

.tp-about-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 720px;
    background-image: url(../img/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 303px;
    opacity: .3;
    z-index: -1
}

.about-bg-shape {
    position: absolute;
    top: 75px;
    left: 0;
    right: 125px;
    margin: 0 auto;
    text-align: center;
    z-index: -2
}

.about-image {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .about-image {
        margin-bottom: 50px
    }
}

.about-shape {
    position: absolute;
    right: 22px;
    bottom: -22%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .about-shape {
        right: -30px;
        bottom: -35%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-shape {
        right: -30px;
        bottom: -5%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-shape {
        right: 0;
        bottom: 0
    }
}

@media (max-width:575px) {
    .about-shape {
        display: none
    }
}

.about-shape .content {
    position: absolute;
    right: 32%;
    top: 24%;
    transform: rotate(-28deg)
}

.about-shape .content h4 {
    font-size: 55px;
    color: #fff
}

.about-shape .content span {
    font-size: 40px;
    color: #fff;
    display: block
}

.about-info {
    max-width: inherit
}

.about-info span {
    display: inline-block;
    font-size: 41px;
    color: #26c0cc;
    margin-bottom: 20px;
}

.about-info h2 {
    text-transform: uppercase;
    color: #061b4c;
    font-size: 47px;
    font-weight: 600
}

.about-info h3 {
    font-size: 25px;
    margin: 0 0 15px
}

.about-info h4 {
    display: inline-block;
    color: #26c0cc;
    text-transform: uppercase;
    font-size: 27px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 6px 0;
    margin: 0 0 12px
}

.about-info p {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 11px;
    line-height: 32px;
}

.abt_btn {
    text-align: right;
    position: relative;
    padding-right: 23px
}

.abt_btn::before {
    content: "";
    position: absolute;
    width: 36%;
    height: 2px;
    border-bottom: 1px dashed;
    right: 165px;
    top: 19px
}

.abt_btn a {
    display: inline-block;
    color: #28c0ca;
    border: 2px solid #061b4c;
    padding: 5px 17px;
    font-size: 19px;
    border-radius: 30px;
    background: #fff
}

.doc_pic {
    position: relative;
    margin-top: -91px
}

.doc_pic::before {
    content: "";
    position: absolute;
    width: 167px;
    height: 167px;
    bottom: -20px;
    right: -20px;
    margin: auto;
    z-index: -1;
    background: #061b4c
}

.doc_pic img {
    border: 11px solid #aed8db
}

.appointment-form {
    position: relative;
    padding: 20px;
    padding-top: 10px;
    background: linear-gradient(to top, #f1f1f1, #fff);
    border: none;
    margin-top: -135px;
    border-top: 5px solid #be1e2d;
    z-index: 99;
    border-radius: 0;
    box-shadow: 0 10px 6px #b1b1b1
}

.appointment-form .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 17px;
    font-size: 24px;
    color: #091127;
    font-weight: 600;
    text-transform: uppercase
}

.appointment-form .title-box h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #333;
    font-weight: 700
}

.appointment-form .form-group {
    position: relative;
    margin-bottom: 12px
}

.appointment-form .form-group i {
    position: absolute;
    right: 27px;
    top: 18px
}

.appointment-form .form-control {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    padding: 14px 25px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.appointment-form .form-group textarea {
    height: 118px;
    margin-bottom: 10px;
    background-color: #fff
}

.appointment-form .form-control {
    background-color: #fff;
    color: #8a8686;
    border: transparent;
    height: 46px;
    box-shadow: 0 0 10px #ccc
}

.appointment-form .form-control::placeholder {
    color: #807d7d
}

.appointment-form .btn {
    background-color: #be1e2d;
    border-color: transparent;
    color: #fff;
    width: 100%;
    margin-top: 8px
}

.appointment-form .form-group input[type=submit],
.appointment-form button {
    margin-top: 20px;
    font-size: 18px;
    min-width: 150px
}

.appointment-form .form-group input:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus {
    border-color: #fff
}

.appointment-form .message-box {
    position: relative;
    margin-top: 25px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    text-align: center
}

.appointment-form .message-box span {
    color: #7abf18
}

.appointment-form .message-box a {
    color: #777;
    display: inline-block
}

.doc_appint {
    text-align: center;
    position: relative;
    margin-top: 26px
}

.doc_appint::before {
    content: "";
    position: absolute;
    width: 87%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.doc_appint h2 {
    text-transform: uppercase;
    font-size: 44px;
    background: 0 0;
    color: #061b4c;
    padding: 7px 17px;
    margin-bottom: 19px;
    display: inline-block;
    border-bottom: 1px solid
}

.avlrow .col-md-4 {
    padding: 27px 10px
}

.avlrow .col-md-4 {
    border-right: 1px dashed
}

.avlrow .col-md-4:nth-child(3) {
    border-right: 0px
}

.re_app_blocks {
    position: relative;
}

.re_app_blocks:nth-child(3) {
    border-bottom: 0
}

.re_app_blocks h3 {
    text-transform: uppercase;
    color: #09062c;
    font-weight: 600;
    font-size: 26px
}

.re_app_blocks h4 {
    color: #4ad8e3;
    font-size: 20px;
    display: inline-block;
    background: #061b4c;
    padding: 8px 17px;
    border-radius: 30px
}

.re_app_blocks span {
    display: block;
    border-bottom: 1px solid #a3a3a3;
    padding: 3px 0
}

.re_app_blocks span:last-child {
    border-bottom: 0
}

.calanderiocn {
    position: absolute;
    width: 57px;
    height: 57px;
    background: #1cb2bf;
    border: 3px solid #ccc;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 118px;
    border-radius: 50%;
    font-size: 23px;
    line-height: 48px
}

.app_req_img {
    position: relative;
    margin-top: -18px;
    text-align: center
}

.app_req_img img {
    border-radius: 50%;
    width: 334px;
    border: 9px solid #ddd
}

.mvv_bloclk {
    position: relative;
    margin-top: -57px
}

.mvv_bloclk::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    background: #aee8ed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0
}

._mision_vv_list {
    display: block;
    position: relative;
    text-align: center;
    padding: 25px 16px 0;
    color: inherit;
    box-shadow: 0 10px #aee8ed;
    width: 200px;
    height: 200px;
    margin: 31px auto 0;
    border-radius: 50%;
    background: #f5f5f5;
    border: 4px solid #fff
}

._mvv_iocon {
    display: inline-block;
    width: 104px;
    height: 104px;
    border: 6px solid #efefef;
    border-radius: 50%;
    line-height: 86px;
    background: #fff;
    margin-bottom: 7px
}

._mvv_iocon img {
    display: inline-block;
    width: 59px
}

._mision_vv_list:nth-child(2) {
    background-color: #061b4c
}

._mision_vv_list h3 {
    text-transform: uppercase;
    font-size: 25px;
    color: #061b4c;
    margin: 0 0 3px
}

._mision_vv_list p {
    line-height: 21px;
    font-size: 15px;
    margin: 0 0 0
}

._mision_vv_list span {
    display: inline-block;
    color: #20b7c3;
    cursor: pointer;
    font-weight: 500
}

._mision_vv_list:nth-child(2) h3,
._mision_vv_list:nth-child(2) p {
    color: #fff
}

.exp_list_block {
    text-align: center;
    position: relative;
    margin-top: 59px;
    padding: 0 34px
}

.exp_list_block::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    z-index: -1
}

.exper_list {
    position: relative;
    padding: 10px 18px;
    box-shadow: 0 4px 9px #c3c3c3
}

.exper_list:nth-child(2) {
    background-color: #469896
}

.exper_list h3 {
    font-size: 38px;
    color: #444;
    margin: 0 0
}

.exper_list span {
    display: block;
    font-size: 18px;
    color: #333
}

.exper_list:nth-child(2) h3,
.exper_list:nth-child(2) span {
    color: #fff
}

.about-info .ab-bquote {
    padding: 40px 60px;
    padding-right: 90px;
    background: #f7f7f7;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

@media (max-width:575px) {
    .about-info .ab-bquote {
        padding-left: 20px;
        padding-right: 20px
    }
}

.about-info .ab-bquote span {
    font-size: 30px;
    line-height: 1.05;
    display: block;
    color: #010101;
    font-weight: 500
}

@media (max-width:575px) {
    .about-info .ab-bquote span {
        font-size: 26px
    }
}

.quote {
    position: absolute;
    right: 55px;
    top: 30px;
    z-index: -1
}

.author-info {
    display: flex;
    align-items: center
}

@media (max-width:575px) {
    .author-info {
        display: inline-block
    }
}

.author-info .author-degination {
    margin-left: 25px;
    margin-right: 50px
}

.author-info .author-degination h4 {
    font-size: 30px;
    line-height: 1.05;
    margin-bottom: 0
}

.author-info .author-degination span {
    font-size: 16px;
    line-height: 1.2;
    display: block
}

.author-data {
    display: flex
}

.about-btn {
    overflow: hidden
}

.about_play span {
    font-size: 22px;
    font-weight: 500;
    margin-left: 15px;
    color: #010101
}

.ab-play_btn {
    background: #ea1b29;
    color: #fff
}

.ab-play_btn:hover {
    color: #fff
}

.ab-play_btn::before {
    background: #fbd1d4
}

.choose-us-area {
    margin-right: 7%;
    margin-top: -185px;
    position: relative;
    background: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .choose-us-area {
        margin-right: 0
    }
}

.choose-info {
    margin-left: 100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .choose-info {
        margin-left: 30px
    }
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .choose-info {
        margin-left: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .choose-info {
        margin-left: 0
    }
}

.choose-iamge img {
    width: 100%
}

.choose-list {
    position: relative
}

.choose-icon {
    position: relative;
    height: 75px;
    width: 75px;
    border-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 30px;
    line-height: 90px;
    background: #ea1b29;
    text-align: center;
    margin-right: 40px;
    transition: all .3s ease-out 0s;
    position: absolute;
    top: 5px;
    z-index: 2
}

.choose-icon i {
    font-size: 35px;
    color: #fff;
    transition: all .3s ease-out 0s;
    display: inline-block;
    z-index: 2;
    position: relative
}

.choose-icon-wrap {
    position: relative
}

.choose-icon-wrap::before {
    position: absolute;
    content: "";
    height: 75px;
    width: 75px;
    border-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 30px;
    background-color: #fcdddf;
    top: -5px;
    left: -10px;
    z-index: 1
}

.choose-content {
    padding-left: 100px
}

.choose-content h5 {
    font-size: 30px;
    line-height: 1.2
}

.choose-content p {
    max-width: 450px
}

.choose-icon:hover i {
    animation: scale-up-one infinite 1.5s linear
}

.tpsub-title {
    font-size: 22px;
    color: #cb1550;
    text-transform: uppercase;
    line-height: 1.2;
    display: block
}

.section-title {
    font-size: 41px;
    line-height: 1;
    text-transform: uppercase;
    color: #012040
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title {
        font-size: 55px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-title {
        font-size: 45px
    }
}

@media (max-width:575px) {
    .section-title {
        font-size: 35px
    }
}

.tpsub-title-two {
    font-size: 22px;
    color: #26c0cc;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
    position: relative;
    max-width: 220px;
    margin: auto
}

.tpsub-title-two::before {
    position: absolute;
    content: "";
    background: #26c0cc;
    width: 25px;
    height: 2px;
    top: 11px;
    left: -36px
}

@media (max-width:480px) {
    .tpsub-title-two::before {
        left: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpsub-title-two::before {
        left: 150px
    }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .tpsub-title-two::before {
        left: 120px
    }
}

.tpsub-title-two::after {
    position: absolute;
    content: "";
    background: #26c0cc;
    width: 25px;
    height: 2px;
    top: 11px;
    right: -36px
}

@media (max-width:480px) {
    .tpsub-title-two::after {
        right: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpsub-title-two::after {
        right: 150px
    }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .tpsub-title-two::after {
        right: 120px
    }
}

.tpsub-title-two i {
    font-size: 15px;
    margin: 0 10px;
    position: relative;
    top: -2px
}

.section-title-sd {
    color: #fff
}

.section-title-two {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #0b0734;
    font-weight: 600;
    position: relative;
    margin-bottom: 48px;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 11px
}

.section-title-two::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 22px;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-title-two {
        font-size: 45px
    }
}

@media (max-width:575px) {
    .section-title-two {
        font-size: 35px
    }
}

.section-border {
    position: relative;
    display: block
}

.section-border i {
    color: #cb1550;
    font-size: 15px;
    background: #fff
}

.section-border::before {
    position: absolute;
    content: "";
    width: 95px;
    height: 2px;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto
}

.section-wrap-two {
    max-width: 975px;
    margin: 0 auto
}

.section-wrap-s {
    max-width: inherit
}

.page__title {
    padding-top: 335px;
    padding-bottom: 180px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.page__title::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0009;
    content: "";
    top: 0;
    z-index: -1
}

.breadcrumb-menu {
    width: 210px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    border: 2px solid #939392;
    border-radius: 30px
}

.breadcrumbs ul li {
    display: inline-block;
    padding: 0 8px;
    position: relative
}

.breadcrumbs li a span {
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    transition: .3s
}

.breadcrumbs li a span:hover {
    color: #ea1b29
}

.breadcrumbs li span {
    color: #fff;
    font-size: 22px;
    line-height: 1.1;
    text-transform: capitalize
}

.breadcrumbs ul li:not(:last-child)::after {
    position: absolute;
    color: #fff;
    content: "\f2d1";
    font-size: 7px;
    right: -4px;
    top: -5px;
    font-family: "Font Awesome 5 pro"
}

.breadcrumb-title {
    font-size: 80px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .breadcrumb-title {
        line-height: 95px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb-title-sd {
        font-size: 60px
    }
}

@media (max-width:575px) {
    .breadcrumb-title-sd {
        font-size: 45px;
        line-height: 60px
    }
}

.services-list {
    padding: 00px 0 30px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative
}

.services-list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 143px;
    top: 306px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to left, transparent, #031640, #031640, transparent)
}

.services-list::after {
    left: initial;
    right: 0;
    transform: skew(0deg, -9deg)
}

.services_btm_shpe::after {
    left: initial;
    right: 0;
    transform: skew(0deg, 9deg)
}

.serv_head_title {
    position: absolute;
    left: 0;
    right: 0;
    top: 337px;
    z-index: 2
}

.serv_head_title::after,
.serv_head_title::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 52px
}

.serv_head_title::after {
    left: initial;
    right: 0
}

.services_row_blocks {
    position: relative;
    padding: 0 83px
}

.services-item {
    padding: 50px 30px 30px 20px;
    background-color: #1f1f1f;
    transition: .3s
}

.services_list_l {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 130px 130px 0 0;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #bae7eb, transparent);
    min-height: 296px
}

.serrow .col-md-3:nth-child(5) .services_list_l,
.serrow .col-md-3:nth-child(6) .services_list_l,
.serrow .col-md-3:nth-child(7) .services_list_l,
.serrow .col-md-3:nth-child(8) .services_list_l {
    border-radius: 0 0 130px 130px;
    background: linear-gradient(to top, #bae7eb, transparent);
    margin-top: 165px;
    min-height: 316px
}

.services_list_l::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: 1
}

.services_list_l::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 5px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin: auto
}

.serrow {
    position: relative
}

.services_info {
    position: absolute;
    padding: 0 15px;
    top: 171px;
    left: 0;
    right: 0
}

.serrow .col-md-3:nth-child(5) .services_list_l .services_info,
.serrow .col-md-3:nth-child(6) .services_list_l .services_info,
.serrow .col-md-3:nth-child(7) .services_list_l .services_info,
.serrow .col-md-3:nth-child(8) .services_list_l .services_info {
    top: initial;
    bottom: 151px
}

.ser_img {
    position: absolute;
    transition: all ease-in-out .7s;
    width: 143px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 7px solid #fefefe;
    box-shadow: 0 0 9px #8d8d8d;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto
}

.serrow .col-md-3:nth-child(5) .services_list_l .ser_img,
.serrow .col-md-3:nth-child(6) .services_list_l .ser_img,
.serrow .col-md-3:nth-child(7) .services_list_l .ser_img,
.serrow .col-md-3:nth-child(8) .services_list_l .ser_img {
    top: initial;
    bottom: 22px
}

.ser_img img {
    display: block;
    transition: all ease-in-out .7s
}

.services_list_l:hover .ser_img {
    opacity: 1
}

.services_list_l:hover .ser_img img {
    filter: grayscale(0);
    transform: scale(1.2)
}

.services_info h3 {
    display: inline-block;
    font-size: 15px;
    color: #121212;
    text-transform: capitalize;
    min-height: 87px
}

.read_more_s {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12px;
    opacity: .4;
    transition: all ease-in-out .7s;
    z-index: 1
}

.serrow .col-md-3:nth-child(5) .services_list_l .read_more_s,
.serrow .col-md-3:nth-child(6) .services_list_l .read_more_s,
.serrow .col-md-3:nth-child(7) .services_list_l .read_more_s,
.serrow .col-md-3:nth-child(8) .services_list_l .read_more_s {
    bottom: initial;
    top: 12px
}

.read_more_s::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.read_more_s a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #26c0cc;
    border-radius: 50%;
    font-size: 25px;
    line-height: 39px;
    box-shadow: 0 0 0 6px rgb(159 235 241);
    transition: all ease-in-out .7s
}

.services_list_l:hover .read_more_s {
    opacity: 1
}

.services_list_l:hover .read_more_s a {
    transform: rotate(360deg)
}

.ser_img_icon {
    position: absolute;
    left: 31px;
    top: 330px;
    width: 95px;
    opacity: .3
}

.ser_img_icon2 {
    left: initial;
    right: 31px
}

.testimonials_section {
    position: relative;
    padding: 43px 0 30px
}

.testimonial {
    background: #eaf0ff;
    padding: 35px 32px 26px 70px;
    margin: 0 10px 43px;
    position: relative;
    min-height: 281px
}

.testimonial:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #eaf0ff;
    border-left: 50px solid #f9f9f9;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0
}

.testimonial:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 100px;
    box-shadow: 0 11px 11px rgb(141 141 141);
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.testimonial .testimonial-title {
    font-size: 26px;
    color: #01234e;
    margin-bottom: 9px;
    text-transform: uppercase;
    position: relative
}

.testimonial .testimonial-title::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    border-bottom: 1px dashed;
    right: 72px;
    top: 14px
}

.testimonial .description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px
}

.testimonial .post {
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    color: #ff1053;
    margin-top: 10px
}

.testimonial .pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    bottom: -35px;
    right: 23px
}

.testimonial .pic img {
    width: 100%;
    height: auto
}

.ratings {
    color: #7d98c1
}

.gg_ {
    position: absolute;
    right: 16px;
    top: 14px;
    color: #a8bcdb;
    font-size: 34px
}

.testimonial_carosal {
    position: relative
}

.testimonial_carosal .owl-dots {
    text-align: center
}

.testimonial_carosal .owl-dots .owl-dot {
    display: inline-block;
    width: 29px;
    height: 5px;
    background: #001e4d;
    margin: 0 7px;
    transition: all ease-in-out .8s
}

.testimonial_carosal .owl-dots .owl-dot.active {
    background: #34becb;
    width: 53px
}

.drjasp_btm_section {
    position: relative;
    padding: 50px 0 0
}

.drj_btmrow .col-md-12,
.drj_btmrow .col-md-4,
.drj_btmrow .col-md-6 {
    padding: 0 6px
}

.drj_btmrow {
    text-align: center
}

.drj_btmrow h1 {
    color: #061b4c;
    margin-bottom: 30px
}

.drj_list {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 210px;
    border-radius: 17px;
    margin-bottom: 12px;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    display: block
}

.drj_list i {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #061b4c;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    font-size: 20px;
    transform: scale(0);
    bottom: 0;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 0 7px #b8e0e3;
    transition: all ease-in-out .9s;
    opacity: 0;
    visibility: hidden
}

.drj_list:hover i {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.drj_btmrow .col-md-4 .drj_list {
    background-image: url(../img/image1.jpeg);
    height: 486px
}

.drj_btmrow .col-md-12 .drj_list {
    background-image: url(../img/image2.jpeg);
    height: 262px
}

.drj_btmrow .col-md-6 .drj_list {
    background-image: url(../img/image3.jpeg)
}

.drj_btmrow .mdjrow .col-md-6:nth-child(3) .drj_list {
    background-image: url(../img/image4.jpeg)
}

.drj_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #011747, transparent);
    bottom: 0;
    transition: all ease-in-out .8s;
    left: 0
}

.drj_list:hover:before {
    height: 100%;
    background: linear-gradient(to top, #1da0ac, transparent)
}

.dr_imp_info {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 22px;
    padding: 0 25px;
    font-size: 15px
}

.specialization_section {
    position: relative;
    padding: 0 0 70px
}

.specialization_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 834px;
    background-image: url(../img/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    opacity: .3;
    z-index: -1
}

.spec_head {
    position: relative;
    margin: 0 0 20px
}

.spec_head h2 {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 9px;
    font-weight: 600;
    font-size: 40px;
    color: #0b0734;
    border-left: 4px solid #0ca6b2
}

.spec_head h2::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    border-bottom: 2px solid #0ca6b2;
    right: -167px;
    top: 25px
}

.spl_list {
    position: relative;
    border-radius: 29px;
    display: block;
    text-align: center
}

.spl_img {
    position: relative
}

.spl_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #001b46, transparent);
    bottom: 0;
    z-index: 1;
    transition: all ease-in-out .8s
}

.spl_list:hover:before {
    height: 100%
}

.spl_list img {
    transition: all ease-in-out .8s
}

.spl_list:hover img {
    filter: grayscale(0)
}

.spl_list h3 {
    position: relative;
    margin: -44px 0 0;
    color: #282828;
    font-size: 23px;
    font-weight: 500;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    display: inline-block;
    background: linear-gradient(to top, #d8fcff, #fff);
    padding: 19px 0;
    box-shadow: 0 7px 6px #c5c5c5;
    transition: all ease-in-out .9s
}

.spl_list h3::before {
    content: "";
    position: absolute;
    width: 24%;
    height: 6px;
    background: #041c42;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all ease-in-out .8s;
    z-index: -1
}

.spl_list:hover h3 {
    color: #eee
}

.spl_list:hover h3::before {
    width: 100%;
    height: 100%
}

.tp-contact-info-icon {
    min-width: 80px
}

.tp-contact-info-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px
}

.support_info-two {
    margin-left: 80px
}

.support_area {
    position: relative
}

.contact-shape-2 {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    animation: pricing-shape-sm-3-animation 4s linear infinite alternate
}

@keyframes dot-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

@-webkit-keyframes phone-icon-animate {
    0%,
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%,
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phone-icon-animate {
    0%,
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%,
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.parcentage-box {
    -webkit-animation: pricing-shape-sm-3-animation 4s linear infinite alternate;
    -moz-animation: pricing-shape-sm-3-animation 4s linear infinite alternate;
    -o-animation: pricing-shape-sm-3-animation 4s linear infinite alternate;
    animation: pricing-shape-sm-3-animation 4s linear infinite alternate
}

@keyframes pricing-shape-sm-3-animation {
    0% {
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes video-ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes video-ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hero-dot-1 {
    0% {
        left: 32%
    }
    100% {
        left: 25%
    }
}

@keyframes sticky {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.fitness-gallery-area {
    padding-top: 145px;
    padding-bottom: 110px;
    position: relative
}

.fitness-item {
    position: relative;
    margin-bottom: 85px;
    transition: all .3s ease-in-out
}

.fitness-item img {
    width: 100%
}

.fitness-info {
    position: absolute;
    width: 65%;
    bottom: -50px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 40px 45px 30px 40px;
    box-shadow: 0 10px 20px 0 rgba(130, 132, 134, .08);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .fitness-info {
        padding: 30px 15px 20px 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .fitness-info {
        width: 88%
    }
}

@media (max-width:575px) {
    .fitness-info {
        padding: 25px 35px 20px 25px
    }
}

.fitness_button {
    text-align: center
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .fitness_button {
        text-align: left
    }
}

.fitness-content span {
    font-size: 30px;
    line-height: 1;
    color: #010101;
    font-weight: 500
}

@media (max-width:575px) {
    .fitness-content span {
        font-size: 25px
    }
}

.fitnes-gallery-shape {
    position: absolute;
    z-index: -1;
    top: -10%
}

.fitnes-gallery-shape-2 {
    position: absolute;
    z-index: -1;
    top: -25%;
    right: 0
}

.fitness-slider_active .owl-stage-outer {
    overflow: visible
}

.fitness-slider_active .owl-item.active.center {
    z-index: 1
}

.fitness-slider_active .owl-item.active.center .fitness-item {
    transform: scale(1.07)
}

.fitness-slider_active .owl-item.active.center .fitness-item img {
    border: 2px solid #fff;
    border-radius: 5px
}

.fitness-slider_active .owl-item.active.center .fitness-info {
    visibility: visible;
    opacity: 1
}

.portfolio-menu button {
    font-size: 18px;
    line-height: 28px;
    color: #010101;
    border-radius: 50px;
    border: 1px solid #e3e6e7;
    background: 0 0;
    text-transform: uppercase;
    margin-right: 15px;
    transition: .3s;
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 500
}

.portfolio-menu button:last-child {
    margin-right: 0
}

.portfolio-menu .active {
    background: #ea1b29;
    color: #fff;
    border-color: #ea1b29
}

.portfolio_image {
    overflow: hidden
}

.portfolio_image img {
    width: 100%;
    transition: all .3s ease-out 0s
}

.single_portfolio_item {
    position: relative
}

.single_portfolio_item:hover .portfolio-info {
    visibility: visible;
    opacity: 1;
    bottom: 20px
}

.single_portfolio_item:hover .portfolio_image img {
    transform: scale(1.1)
}

.portfolio-info {
    position: absolute;
    bottom: 80px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 40px 45px 30px 40px;
    box-shadow: 0 10px 20px 0 rgba(130, 132, 134, .08);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    margin-left: 20px;
    margin-right: 100px
}

@media (max-width:480px) {
    .portfolio-info {
        right: 0;
        padding: 20px 0 15px 20px
    }
}

.portfolio-content span {
    font-size: 30px;
    line-height: 1;
    color: #010101
}

.portfolio-content p {
    margin-bottom: 0
}

.portfolio_d-icon {
    transform: translateX(75px)
}

@media (max-width:480px) {
    .portfolio_d-icon {
        transform: translateX(25px)
    }
}

.pt_details_title {
    font-size: 60px
}

.portfolio_details-img img {
    width: 100%
}

.pd_sm_title {
    font-size: 40px;
    line-height: 1
}

.portfolio_sidebar {
    margin-top: -76px
}

.sidebar_meta {
    padding: 20px 40px;
    background: #ea1b29
}

.sidebar_content {
    padding: 40px;
    border: 1px solid #e3e6e7
}

.pd_sidebar_title_top {
    font-size: 30px;
    margin-bottom: 0;
    color: #fff
}

.pd_sidebar_title {
    font-size: 30px;
    line-height: 1
}

.pd_sidebar_title_last {
    margin-bottom: 0
}

.sidebar_list {
    border-bottom: 1px solid #e3e6e7
}

.sidebar_list:last-child {
    border-bottom: 0
}

.sidebar_list p {
    margin-bottom: 10px
}

.client-review p {
    margin-bottom: 0
}

.client-feedback {
    display: flex;
    align-items: center
}

@media (max-width:480px) {
    .client-feedback {
        display: block;
        text-align: center
    }
}

.client-image {
    position: relative
}

@media (max-width:480px) {
    .client-image {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.quote-icon {
    background: #ea1b29;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 60%;
    right: -8px
}

@media (max-width:480px) {
    .quote-icon {
        display: none
    }
}

.pdclient-review p {
    color: #010101;
    font-size: 18px
}

.basic-pagination ul li {
    display: inline-block;
    margin-right: 10px
}

.basic-pagination ul li a,
.basic-pagination ul li span {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #010101;
    font-size: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 61px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e3e6e7;
    transition: .3s
}

.basic-pagination ul li a:hover,
.basic-pagination ul li span:hover {
    background: #010101;
    color: #fff;
    border-color: #010101
}

.basic-pagination ul li span.current {
    background: #010101;
    color: #fff;
    border-color: #010101
}

.basic-pagination-two ul li {
    display: inline-block;
    margin-right: 10px
}

.basic-pagination-two ul li a,
.basic-pagination-two ul li span {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #010101;
    font-size: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 61px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e3e6e7;
    transition: .3s
}

.basic-pagination-two ul li a:hover,
.basic-pagination-two ul li span:hover {
    background: #ea1b29;
    color: #fff;
    border-color: #ea1b29
}

.basic-pagination-two ul li span.current {
    background: #ea1b29;
    color: #fff;
    border-color: #ea1b29
}

.trainer-area {
    position: relative
}

.trainer-single {
    position: relative;
    overflow: hidden
}

.trainer-image img {
    border-radius: 3px;
    border-top-left-radius: 25%;
    border-bottom-right-radius: 25%;
    width: 100%;
    transition: .3s
}

.trainer-info {
    position: absolute;
    left: 20px;
    background: #fff;
    padding: 35px;
    padding-bottom: 25px;
    width: 83%;
    right: -45px;
    bottom: -20%;
    clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:575px) {
    .trainer-info {
        padding: 15px;
        padding-bottom: 15px
    }
}

.trainer-btn {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.trainer-name {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0
}

.trainer-soicial-icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    color: #ea1b29;
    border: 1px solid #ea1b29;
    border-radius: 50%;
    transition: .3s;
    margin-right: 10px;
    margin-bottom: 10px
}

.trainer-soicial-icon a:last-child {
    margin-right: 0
}

.trainer-soicial-icon a:hover {
    background: #ea1b29;
    color: #fff;
    border-color: #ea1b29
}

.trainer-single:hover .trainer-info {
    visibility: visible;
    opacity: 1;
    bottom: 20px
}

.trainer-single:hover .trainer-image img {
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.trainer-single:hover .trainer-btn {
    visibility: visible;
    opacity: 1;
    top: 42%
}

.trainer_details_image {
    margin-right: 30px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .trainer_details_image {
        margin-right: 0
    }
}

.trainer_details_image::before {
    position: absolute;
    content: "";
    left: -30px;
    top: -30px;
    width: 370px;
    height: 450px;
    background: #ea1b29;
    z-index: -1
}

@media (max-width:575px) {
    .trainer_details_image::before {
        display: none
    }
}

.trainer_details_image img {
    width: 100%
}

.trainer_dtitle {
    font-size: 60px;
    line-height: 1
}

.trainer_d-degination {
    font-size: 30px;
    line-height: 1;
    color: #ea1b29;
    display: block
}

.trainer_contact-icon i {
    font-size: 20px;
    color: #ea1b29
}

.trainer_contact-text a {
    font-size: 24px
}

.trainer-social_icon a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 2px solid #e3e6e7;
    color: #010101;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
    transition: .3s;
    overflow: hidden;
    position: relative
}

.trainer-social_icon a:hover {
    color: #fff;
    border-color: #ea1b29
}

.trainer-social_icon a:hover i {
    transform: rotate(360deg)
}

.trainer-social_icon a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #ea1b29;
    z-index: -1;
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.trainer-social_icon a:hover::before {
    width: 100%
}

.trainer_ds-title {
    font-size: 30px;
    line-height: 1
}

.tp-trainer-form-field input,
.tp-trainer-form-field textarea {
    color: #6a6b71;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    font-weight: 400;
    border: 1px solid #e3e6e7;
    outline: 0;
    padding: 0 20px;
    width: 100%
}

.tp-trainer-form-field input:focus,
.tp-trainer-form-field textarea:focus {
    border-color: #ea1b29
}

.tp-trainer-form-field textarea {
    height: 190px;
    padding: 20px;
    padding-top: 15px;
    resize: none
}

.tp-trainer-form-field input::placeholder {
    color: #6a6b71;
    font-size: 16px;
    opacity: 1
}

.tp-trainer-form-field textarea::placeholder {
    color: #6a6b71;
    font-size: 16px;
    opacity: 1
}

.product-area {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

.product-item:hover .product-item-action {
    bottom: 0;
    visibility: visible;
    opacity: 1
}

.product-item:hover .product_thum img {
    transform: scale3d(1.1, 1.1, 1.1)
}

.product_thum {
    position: relative;
    overflow: hidden
}

.product_thum img {
    width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1)
}

.sale-tag {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 99
}

.sale-tag span {
    background: #ea1b29;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    position: relative;
    text-align: center;
    z-index: 99;
    display: block
}

.product-item-action {
    position: absolute;
    background-color: #333333d9;
    width: 100%;
    height: 130px;
    bottom: 0;
    text-align: center;
    line-height: 130px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    bottom: -60px
}

.product-item-action a {
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    color: #6a6b71;
    font-size: 20px;
    line-height: 65px;
    margin-right: 10px;
    transition: .3s;
    text-align: center
}

.product-item-action a:hover {
    background: #ea1b29;
    color: #fff
}

.product-content {
    display: flex;
    justify-content: space-between
}

.product-info .product_name {
    font-size: 30px;
    line-height: 1
}

.product-info .product_price {
    font-size: 22px;
    color: #ea1b29;
    display: block
}

.shop_button {
    text-align: center
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .shop_button {
        text-align: left
    }
}

.product_sidebar-inner {
    padding: 40px 30px;
    background: #f6f6f6
}

.sidebar__search-input-2 {
    position: relative
}

.sidebar__search-input-2 input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding: 0 25px;
    text-transform: capitalize;
    border-radius: 5px;
    border: 2px solid #fff;
    outline: 0;
    padding-top: 3px;
    padding-right: 60px
}

.sidebar__search-input-2 input::placeholder {
    color: #6a6b71;
    font-size: 16px;
    opacity: 1
}

.sidebar__search-input-2 button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 3px 24px;
    color: #ea1b29;
    line-height: 60px
}

.product-catagory_list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid #e3e6e7;
    padding: 20px;
    color: #6a6b71;
    transition: .3s
}

.product-catagory_list li:hover {
    background: #ea1b29;
    color: #fff
}

.product-catagory_list li:last-child {
    margin-bottom: 0
}

.product-catagory_list li a {
    font-size: 16px
}

.product-catagory_list li a:hover {
    color: #fff
}

.product_sidebar-tag a {
    display: inline-block;
    height: 45px;
    line-height: 43px;
    text-align: center;
    padding: 0 20px;
    text-transform: capitalize;
    font-size: 15px;
    border: 1px solid #e3e6e7;
    color: #6a6b71;
    transition: .3s;
    margin-right: 10px;
    margin-bottom: 10px
}

.product_sidebar-tag a:hover {
    background: #ea1b29;
    color: #fff
}

.product_sidebar-widget .price__slider form {
    margin-top: 40px;
    display: flex;
    justify-content: space-between
}

.product_sidebar-widget .price__slider form input {
    border: none;
    box-shadow: none;
    outline: 0;
    font-size: 18px;
    color: #6a6b71
}

.product_sidebar-widget .price__slider form input::placeholder {
    color: #6a6b71;
    font-size: 16px;
    opacity: 1
}

.product_sidebar-widget .price__slider .ui-widget-header {
    background: #010101;
    border-radius: 0
}

.product_sidebar-widget .price__slider .ui-slider-horizontal {
    height: 4px
}

.product_sidebar-widget .price__slider .ui-state-default {
    background: #ea1b29;
    border-radius: 50%;
    border: 0
}

.product_sidebar-widget .price__slider .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    width: 15px;
    height: 15px
}

.product-meta {
    display: flex;
    justify-content: space-between
}

@media (max-width:575px) {
    .product-meta {
        display: block;
        overflow: hidden
    }
}

.product-meta .nice-select {
    width: 210px;
    padding: 12px 20px;
    height: 60px;
    color: #7f8080;
    font-size: 16px;
    outline: 0;
    border: 1px solid #e3e6e7;
    margin-bottom: 20px;
    border-radius: 0
}

@media (max-width:575px) {
    .product-meta .nice-select {
        width: 100px
    }
}

.product-meta .nice-select::after {
    width: 7px;
    height: 7px
}

.search_result {
    border: 1px solid #e3e6e7;
    padding: 0 45px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #6a6b71
}

@media (max-width:575px) {
    .search_result {
        margin-bottom: 10px
    }
}

@media (max-width:575px) {
    .product-thumb {
        display: flex;
        justify-content: space-evenly
    }
}

.thumb-item img {
    width: 200px;
    height: 140px;
    object-fit: contain
}

@media (max-width:575px) {
    .thumb-item img {
        width: 100px;
        height: 100px
    }
}

.thumb-item {
    margin-bottom: 20px;
    cursor: pointer
}

@media (max-width:575px) {
    .thumb-item {
        display: inline-block
    }
}

.product-main {
    margin: 0 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .product-main {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-main {
        margin-left: 60px
    }
}

@media (max-width:575px) {
    .product-main {
        margin: 0 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .product-main {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .product-image {
        margin-left: 20px
    }
}

.product-image img {
    width: 100%
}

.producttop-info {
    display: flex
}

.producttop-info span {
    font-size: 16px;
    line-height: 30px;
    color: #6a6b71;
    margin-left: 5px;
    display: block
}

.product_rating a {
    font-size: 15px;
    color: #ea1b29;
    margin-right: 5px
}

.product-site-title {
    font-size: 30px;
    line-height: 1
}

.product-dt-price {
    font-size: 30px;
    line-height: 45px;
    color: #ea1b29
}

.product-dt-price del {
    color: #e1e1e1;
    margin-right: 10px
}

.product__modal-form {
    padding-top: 30px;
    border-top: 1px solid #e3e6e7;
    border-bottom: 1px solid #e3e6e7
}

.product__modal-form .cart-plus-minus {
    width: 180px;
    text-align: center
}

.product__modal-form .cart-plus-minus input {
    border: 0;
    outline: 0;
    background: 0 0;
    font-weight: 400;
    color: #010101;
    font-size: 16px;
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 1px solid #e3e6e7;
    text-align: center;
    line-height: 50px
}

.product__modal-form .cart-plus-minus .qtybutton {
    font-size: 20px;
    color: #010101;
    display: inline-block;
    position: absolute;
    top: 50%;
    background: 0 0;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    transform: translateY(-50%);
    border: 1px solid #e3e6e7;
    height: 50px;
    width: 50px;
    line-height: 50px
}

.product__modal-form .cart-plus-minus .inc {
    right: 7px
}

.product__modal-form .cart-plus-minus .dec {
    left: 7px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .product__modal-form .product-quantity {
        margin-right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:575px) {
    .cart-button {
        margin-top: 15px
    }
}

.cart-btn {
    padding: 25px 45px;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 50px;
    font-size: 14px;
    background: #ea1b29
}

.cart-btn i {
    margin-right: 10px;
    font-size: 15px
}

.cart-btn:hover {
    color: #ea1b29
}

.pro-quan-area {
    display: flex;
    align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:575px) {
    .pro-quan-area {
        display: block
    }
}

.quick-info-title {
    font-size: 16px;
    line-height: 1;
    color: #ea1b29
}

.quick-info p span {
    font-size: 18px;
    line-height: 1.2;
    color: #010101
}

.color_choose {
    display: flex
}

.color_choose span {
    font-size: 18px;
    line-height: 1.2;
    color: #010101;
    position: relative;
    top: 5px
}

.color_choose .color__pick ul li {
    display: inline-block;
    margin-right: 10px
}

.color_choose .color__pick ul li button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 1
}

.color_choose .color__pick ul li .color-1 {
    background: #4982f7
}

.color_choose .color__pick ul li .color-2 {
    background: #f67f55
}

.color_choose .color__pick ul li .color-3 {
    background: #26b28c
}

.color_choose .color__pick ul li .color-4 {
    background: #f22e31
}

.nav-item.active {
    color: #ea1b29!important;
    border: none;
    border-bottom: 0
}

.nav-item.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ea1b29;
    bottom: 0;
    left: 0;
    right: 0
}

.nav-item {
    color: #010101;
    font-size: 30px;
    line-height: 1;
    border: none!important;
    position: relative;
    margin-bottom: 0;
    padding: 20px 0;
    padding-right: 40px
}

.nav-item:hover {
    border: none;
    color: #ea1b29
}

.nav-item::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #ea1b29;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s
}

.nav-item:hover::before {
    width: 100%
}

.related-product-title {
    font-size: 60px;
    line-height: 1
}

@media (max-width:575px) {
    .related-product-title {
        font-size: 50px
    }
}

.product__details-des span {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #010101
}

.product__details-des p {
    font-size: 18px;
    line-height: 30px;
    color: #6a6b71
}

.product__details-info ul li {
    display: flex;
    align-items: center;
    padding: 15px 30px
}

@media (max-width:575px) {
    .product__details-info ul li {
        padding: 15px 15px
    }
}

.product__details-info ul li:nth-child(2n+1) {
    background: #f7f7f7
}

.product__details-info ul li h6 {
    font-size: 16px;
    color: #454545;
    margin-bottom: 0;
    display: inline-block;
    width: 25%
}

@media (max-width:575px) {
    .product__details-info ul li h6 {
        width: 60%
    }
}

.product__details-info ul li span {
    font-size: 16px;
    color: #454545
}

.comment-title h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px
}

.comment-title p {
    color: #454545
}

.comment-rating span {
    font-size: 15px;
    color: #454545;
    margin-right: 5px
}

.comment-rating ul li {
    display: inline-block
}

.comment-rating ul li a {
    font-size: 14px;
    color: #ea1b29
}

.comment-rating ul {
    display: inline-block
}

#flexCheckDefault {
    top: 5px;
    position: relative
}

.comment-agree input {
    margin: 0;
    appearance: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: 0 0;
    border: 2px solid #e3e6e7;
    border-radius: 2px;
    outline: 0
}

.comment-agree label {
    margin-left: 5px;
    font-size: 15px;
    color: #454545
}

.comment-agree input::placeholder {
    color: #6a6b71;
    font-size: 14px;
    opacity: 1
}

.comment-input input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    outline: 0;
    border-bottom: 2px solid #e3e6e7;
    font-size: 15px;
    color: #151515;
    line-height: 48px;
    margin-bottom: 15px
}

.comment-input input::placeholder {
    color: #6a6b71;
    font-size: 14px;
    opacity: 1
}

.comment-textarea {
    height: 130px;
    width: 100%;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    outline: 0;
    border-bottom: 2px solid #e3e6e7;
    font-size: 15px;
    color: #151515;
    line-height: 48px;
    margin-bottom: 15px
}

.comment-textarea::placeholder {
    color: #6a6b71;
    font-size: 14px;
    opacity: 1
}

.product-details-nav .nav-tabs {
    border: 0
}

@media (max-width:575px) {
    .product-details-nav .nav-tabs {
        flex-wrap: nowrap
    }
}

.product-details-nav .nav-tabs .nav-item {
    padding: 0;
    margin-bottom: 20px
}

@media (max-width:575px) {
    .product-details-nav .nav-tabs .nav-item {
        margin-top: 8px
    }
}

@media (max-width:575px) {
    .product-details-nav .nav-tabs .nav-item:not(:last-child) {
        margin-right: 10px
    }
}

.product-details-nav .nav-tabs .nav-item img {
    width: 100%
}

.product-details-nav .nav-tabs .nav-item::before {
    display: none
}

.product-details-nav .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: 0
}

.product-details-tab img {
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .product-side-info {
        margin-top: 50px
    }
}

.blog-area {
    position: relative;
    padding: 95px 0 95px
}

.blog-image img {
    width: 100%
}

.blog_content {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 19px 32px;
    text-align: center;
    background: linear-gradient(to bottom, #ffd3e1, transparent)
}

.latest_news_section {
    position: relative
}

.latest_news_list {
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

.latest_news_list::before {
    content: "";
    position: absolute;
    right: 94px;
    width: 75%;
    height: 2px;
    bottom: 0
}

.latest_news_list:last-child:before {
    display: none
}

.latest_news_list h3 {
    font-size: 18px;
    line-height: 26px
}

.latest_news_list a {
    display: inline-block;
    background: #cb1550;
    color: #fff;
    padding: 0 12px
}

.latest_blogs {
    position: relative;
    border: 14px solid #ccc;
    padding: 33px 32px;
    background: #f5f5f5
}

.latest_blogs a {
    display: block;
    position: relative;
    padding-left: 27px;
    border-bottom: 1px solid #ababab;
    padding-bottom: 10px;
    margin-bottom: 9px
}

.latest_blogs a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.latest_blogs a::before {
    content: "\f0a4";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    left: 0;
    color: #cb1550;
    font-size: 19px
}

.latest_slider .owl-dots {
    position: relative;
    text-align: center
}

.latest_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #333;
    border-radius: 2px;
    margin: 0 2px
}

.latest_slider .owl-dots .owl-dot.active {
    background-color: #cb1550
}

.latest_info {
    max-width: 375px;
    margin: -50px auto 0;
    background: linear-gradient(to top, #ccc, #fefefe);
    position: relative;
    padding: 16px 5px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog_content {
        margin-top: 0;
        padding: 68px 20px 42px 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .blog_content {
        margin-top: 0
    }
}

@media (max-width:575px) {
    .blog_content {
        margin-top: 0;
        padding: 30px
    }
}

.blog__meta {
    display: flex
}

@media (max-width:480px) {
    .blog__meta {
        display: block
    }
}

.blog__meta span {
    font-size: 15px;
    line-height: 1.2;
    margin-right: 20px
}

@media (max-width:480px) {
    .blog__meta span {
        display: block;
        margin-bottom: 15px
    }
}

.blog__meta span i {
    color: #ea1b29;
    margin-right: 10px
}

.blog_title {
    font-size: 23px;
    line-height: 1.4
}

@media (max-width:575px) {
    .blog_title {
        font-size: 25px
    }
}

.bs-button {
    top: initial;
    font-size: 20px;
    background: #080522;
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    border: none;
    outline: 0;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    bottom: 20px;
    margin: 0;
    vertical-align: middle;
    transition: all .3s ease-out 0s;
    box-shadow: 0 0 30px 0 rgba(0, 5, 63, .1)
}

.bs-button::after {
    display: none
}

.bs-button:hover {
    background: #cb1550;
    color: #fff
}

@media (max-width:575px) {
    .blog__slider-inner .bs-button {
        display: none
    }
}

.blog__slider-inner .swiper-button-next {
    right: 11px;
    left: auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog__slider-inner .swiper-button-next {
        right: -10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog__slider-inner .swiper-button-next {
        right: -15px
    }
}

.blog__slider-inner .swiper-button-prev {
    left: 13px;
    right: auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog__slider-inner .swiper-button-prev {
        left: -10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog__slider-inner .swiper-button-prev {
        left: -15px
    }
}

.news-block-three {
    position: relative;
    margin-bottom: 9px
}

.news-block-three .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    box-shadow: 0 0 15px rgb(181 181 181);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 11px 11px;
    background: #f9f9f9
}

.news-block-three .inner-box.left {
    border-radius: 100px 0 0 100px
}

.news-block-three .inner-box.right {
    border-radius: 0 100px 100px 0;
    border: 5px solid #fff
}

.news-block-three .image-box {
    position: relative;
    width: 30%
}

.news-block-three .image-box .image {
    position: relative;
    margin-bottom: 0
}

.news-block-three .image-box .image img {
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.news-block-three .image-box.left .image img {
    border-radius: 50%;
    border: 8px solid #d1d1d1
}

.news-block-three .image-box.right .image img {
    border-radius: 0 100px 100px 0
}

.news-block-three .inner-box:hover .image-box .image img {
    opacity: .75
}

.news-block-three .image-box .date {
    position: absolute;
    right: -62px;
    top: 62px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #4da7a5;
    padding: 3px 20px;
    border-radius: 0;
    transform: rotate(-90deg);
    z-index: 1
}

.news-block-three .image-box.right .date {
    left: -62px;
    padding: 5px 16px;
    right: initial
}

.news-block-three .image-box .date strong {
    color: inherit;
    font-size: 16px
}

.news-block-three .content-box {
    position: relative;
    padding: 0 16px 0;
    width: 70%
}

.news-block-three .content-box h4 {
    position: relative;
    font-size: 21px;
    font-weight: 500;
    margin-top: 5px;
    color: #2e2e2e
}

.news-block-three .content-box h4 a {
    display: inline-block;
    color: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-three .content-box .text {
    color: #4c4c4d;
    margin-top: 0;
    line-height: 18px
}

.news-block-three .content-box .read-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    padding: 10px 30px;
    min-width: auto;
    border-radius: 5px;
    margin-top: 20px
}

.news-block-three .content-box .post-info {
    position: relative;
    font-size: 16px;
    line-height: initial;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: -10px
}

.news-block-three .content-box .post-info a {
    color: #1370b5
}

.news-block-three .post-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.news-block-three .post-author a {
    display: inline-block;
    margin: 0 5px
}

.news-block-three .post-author img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px
}

.news-block-three .post-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.news-block-three .post-option li {
    position: relative;
    margin-left: 15px
}

.news-block-three .post-option li a {
    color: inherit;
    font-size: 16px
}

.news-block-three .post-option li i {
    margin-right: 5px;
    font-size: 14px
}

.news-block-three.even .image-box {
    order: 2
}

.news-block-three.even .content-box {
    text-align: right
}

.news-block-three.even .image-box .date {
    left: auto;
    right: 0;
    border-radius: 10px 0 0 0
}

.news-block-three .content-box .read-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    padding: 10px 30px;
    min-width: auto;
    border-radius: 5px;
    margin-top: 20px;
    background: linear-gradient(to left, #080522, #cb1550);
    color: #fff
}

.small-post_date {
    font-size: 16px;
    color: #6a6b71;
    display: block;
    margin-bottom: 8px
}

.small-post_title {
    font-size: 24px;
    line-height: 1.1
}

.post-image img {
    width: 100%
}

.post-image {
    margin-bottom: 22px
}

.blog_sidebar-inner {
    padding: 40px 30px;
    background: #010101
}

.sidebar__subscribe-input-3 input {
    border-radius: 0
}

.mblog_image {
    position: relative
}

.mblog_image img {
    width: 100%
}

.mblog_image .top_date {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 80px;
    width: 80px;
    background: #ea1b29;
    padding: 15px;
    text-align: center
}

.mblog_image .top_date span {
    color: #fff;
    display: block;
    font-size: 34px;
    color: #fff
}

.mblog_info {
    background: #fff;
    padding: 40px 40px;
    box-shadow: -7.552px 9.326px 20px 0 rgba(0, 6, 69, .08);
    margin-left: 40px;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

@media (max-width:575px) {
    .mblog_info {
        margin-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

.mblog_info-ex {
    margin-top: 0;
    margin-left: 0;
    background: #ea1b29;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.mblog_info-ex .mblog__meta ul li a {
    color: #fff
}

.mblog_info-ex .mblog__meta ul li a i {
    color: #fff
}

.mblog_info-ex .mblog__title a {
    color: #fff
}

.mblog_info-ex .mblog-button a {
    color: #fff
}

.mblog_info-ex .mblog-button a:hover {
    color: #fff
}

.mblog_info-ex p {
    color: #fff
}

.mblog__meta ul li {
    display: inline-block;
    list-style: none;
    margin-right: 15px
}

.mblog__meta ul li a {
    font-size: 16px;
    line-height: 1;
    color: #6a6b71
}

.mblog__meta ul li a i {
    margin-right: 5px;
    color: #ea1b29
}

.mblog__title {
    font-size: 40px;
    line-height: 1
}

@media (max-width:575px) {
    .mblog__title {
        font-size: 28px
    }
}

.mblog-button a {
    font-size: 18px;
    text-transform: uppercase;
    color: #010101;
    transition: .3s;
    line-height: 1;
    font-weight: 500
}

.mblog-button a i {
    margin-left: 10px;
    font-size: 15px
}

.mblog-button a:hover {
    color: #ea1b29
}

.mblog_details {
    margin-top: 0;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    background: 0 0;
    box-shadow: none
}

.mblog_quote {
    padding: 0 80px
}

@media (max-width:575px) {
    .mblog_quote {
        padding: 0 0
    }
}

.mblog_quote p {
    font-size: 24px;
    color: #010101;
    text-align: center;
    font-weight: 500
}

.mblog_quote span {
    font-size: 18px;
    color: #ea1b29;
    text-align: center;
    display: block
}

.mblog_dtitle {
    font-size: 30px;
    font-language-override: 1
}

.blog_nav {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #e3e6e7;
    border-bottom: 1px solid #e3e6e7
}

.blog_dmeta p i {
    margin-right: 10px;
    color: #ea1b29
}

.blog_moption a {
    font-size: 18px;
    color: #6a6b71;
    display: block;
    font-weight: 500
}

.blog_moption h6 {
    font-size: 24px;
    line-height: 1
}

.blog_moption h6 a {
    color: #010101;
    font-size: 24px
}

.share-social_icon a {
    height: 40px;
    width: 40px;
    line-height: 42px;
    border: 1px solid #e3e6e7;
    border-radius: 50%;
    color: #010101;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
    transition: .3s;
    position: relative
}

.share-social_icon a:last-child {
    margin-right: 0
}

.share-social_icon a:hover {
    background: #ea1b29;
    color: #fff;
    border-color: #ea1b29
}

.client_cimage {
    margin-right: 30px
}

.single_comment {
    display: flex;
    align-items: center
}

@media (max-width:575px) {
    .single_comment {
        align-items: start
    }
}

.comment_info h6 {
    font-size: 24px;
    line-height: 1
}

.comment_info span {
    font-size: 16px;
    color: #6a6b71;
    display: block;
    margin-bottom: 10px;
    font-weight: 500
}

.comment_info a {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase
}

.comment_info a i {
    margin-left: 10px;
    font-size: 15px
}

.single-class {
    position: relative
}

.class-iamge {
    overflow: hidden
}

.class-iamge img {
    width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1)
}

.single-class:hover .class-iamge img {
    transform: scale3d(1.1, 1.1, 1.1)
}

.single-class:hover .class_icon {
    background: #ea1b29;
    transform: translateY(-15px)
}

.single-class:hover .class_icon i {
    color: #fff
}

.single-class:hover .class_btn {
    visibility: visible;
    opacity: 1
}

.class-info {
    box-shadow: 0 10px 20px 0 rgba(130, 132, 134, .08);
    background: #fff;
    padding: 25px;
    margin: 0 35px;
    margin-top: -50px;
    z-index: 1;
    position: relative
}

.single-class:hover .class_title {
    transform: translateY(0)
}

.class_title {
    font-size: 30px;
    line-height: 1;
    transform: translateY(20px)
}

.class_icon {
    height: 75px;
    width: 75px;
    border-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 30px;
    line-height: 90px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    z-index: 2;
    margin-top: -55px;
    transition: .3s
}

.class_icon i {
    font-size: 35px;
    color: #ea1b29;
    transition: .3s
}

.class_btn {
    transition: .3s;
    transform: translateY(0);
    visibility: hidden;
    opacity: 0
}

.class_btn a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ea1b29
}

.class_btn a i {
    margin-left: 10px;
    font-size: 15px
}

.suppoter-image img {
    width: 100%
}

.supportt-info {
    background: #fff;
    padding: 75px 80px;
    box-shadow: 0 5px 30px 0 rgba(93, 97, 101, .1);
    border-radius: 5px;
    transform: translateY(-35px)
}

@media (max-width:575px) {
    .supportt-info {
        padding: 75px 20px
    }
}

.tp-support-form-field input,
.tp-support-form-field textarea {
    color: #6a6b71;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    font-weight: 400;
    border: 1px solid #e3e6e7;
    outline: 0;
    padding: 0 25px;
    width: 100%;
    border-radius: 50px
}

.tp-support-form-field input::placeholder,
.tp-support-form-field textarea::placeholder {
    color: #6a6b71;
    font-size: 14px;
    opacity: 1
}

.tp-support-form-field textarea {
    height: 170px;
    padding: 20px;
    border-radius: 30px;
    resize: none
}

.tp-support-form-field input:focus {
    border: 1px solid #ea1b29!important
}

.tp-support-form-field-two input {
    height: 60px
}

.classes_widget {
    border: 2px solid #e3e6e7;
    padding: 35px 30px
}

.classes_widget_title {
    font-size: 26px
}

.classes_widget_title i {
    margin-right: 5px;
    font-size: 10px;
    color: #ea1b29;
    position: relative;
    top: -5px
}

.classes_widget_support {
    border-top: 0;
    transition: .3s
}

.classes_widget_support:hover .support_icon i {
    transform: rotateY(360deg)
}

.class_catagory li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e3e6e7;
    padding-bottom: 25px;
    color: #6a6b71;
    transition: .3s
}

.class_catagory li a {
    font-size: 18px
}

.class_catagory li a i {
    font-size: 12px
}

.class_catagory li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.class_catagory li:hover {
    color: #ea1b29;
    border-color: #ea1b29
}

.support-image img {
    width: 100%
}

.support_icon {
    position: relative;
    height: 90px;
    width: 90px;
    border-radius: 50px;
    line-height: 90px;
    background: #ea1b29;
    text-align: center;
    margin-bottom: 15px;
    z-index: 2;
    transition: .3s;
    margin-top: -90px;
    border: 10px solid #fff;
    line-height: 90px
}

.support_icon i {
    font-size: 35px;
    color: #fff;
    transition: .3s;
    display: inline-block
}

.support_contact li .support__info-icon i {
    color: #ea1b29;
    font-size: 20px;
    position: relative;
    top: 5px
}

.support_contact li .support__info-text a {
    font-size: 16px;
    line-height: 1.1;
    color: #6a6b71
}

.download_option .download_option_list {
    background: #ea1b29;
    padding: 20px;
    padding-bottom: 12px
}

.download_option .download_icon {
    position: relative
}

.download_option .download_icon i {
    font-size: 30px;
    color: #fff
}

.download_option .download_icon::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 76px;
    right: -22px;
    top: -20px
}

.download_option .download__info-text a {
    font-size: 20px;
    color: #fff
}

.class_main_image img {
    width: 100%
}

.classes_detals_title {
    font-size: 60px;
    line-height: 1.3
}

.classes_detals_title_sm {
    font-size: 30px;
    line-height: 1
}

.trainer-image_cs_details img {
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.class_schedule_sm {
    padding: 40px;
    padding-bottom: 35px;
    border: 2px solid #e3e6e7
}

.class_schedule_sm h6 {
    font-size: 24px;
    line-height: 28px;
    color: #ea1b29
}

.class_schedule_sm span {
    font-size: 18px;
    line-height: 1.1;
    color: #010101
}

.class_schedule_sm p {
    margin-bottom: 0
}

.table-content table {
    background: #fff;
    border-color: #e3e6e7;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0
}

.table-content .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #e3e6e7
}

.table-content .product-quantity {
    float: none
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

.table-content table td.product-name a:hover {
    color: #ea1b29
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px
}

.table-content table td,
.table-content table th {
    border-bottom: 1px solid #e3e6e7;
    border-right: 1px solid #e3e6e7
}

.product-quantity input {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #dcdcdc
}

.table td,
.table th {
    border-top: 1px solid #e3e6e7
}

.product-quantity>input {
    width: 80px;
    border-radius: 3px
}

.table-content table td.product-subtotal {
    font-size: 16px
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
    position: relative
}

.coupon-all {
    margin-top: 50px
}

.coupon {
    float: left
}

@media (max-width:767px) {
    .coupon {
        float: none
    }
}

#coupon_code {
    height: 60px;
    border: 2px solid #e3e6e7;
    padding: 0 15px;
    margin-right: 10px;
    outline: 0
}

#coupon_code::placeholder {
    color: #6f7172
}

#coupon_code:focus {
    border-color: #222
}

@media (max-width:767px) {
    #coupon_code {
        margin-bottom: 15px
    }
}

.coupon2 {
    float: right
}

@media (max-width:767px) {
    .coupon2 {
        float: none;
        margin-top: 15px
    }
}

.cart-page-total {
    padding-top: 50px
}

.cart-page-total>h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.cart-page-total>ul {
    border: 1px solid #e3e6e7
}

.cart-page-total>ul>li {
    list-style: none;
    font-size: 15px;
    color: #6f7172;
    padding: 10px 30px;
    border-bottom: 1px solid #e3e6e7;
    font-weight: 400
}

.cart-page-total ul>li>span {
    float: right
}

.cart-page-total li:last-child {
    border-bottom: 0
}

td.product-thumbnail img {
    width: 125px
}

.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto
}

.coupon-accordion h3::before {
    content: "\f07b";
    left: 15px;
    top: 13px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700
}

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: .3s;
    font-weight: 500
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #000
}

.coupon-content {
    border: 1px solid #e3e6e7;
    display: none;
    margin-bottom: 20px;
    padding: 30px
}

.coupon-info p.coupon-text {
    margin-bottom: 15px
}

.coupon-info p {
    margin-bottom: 0
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
    color: #6f7172
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #e3e6e7;
    height: 45px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
    border-color: #000
}

.coupon-info p.form-row input[type=submit]:hover,
p.checkout-coupon input[type=submit]:hover {
    background: #ea1b29 none repeat scroll 0 0
}

.coupon-info p.form-row input[type=checkbox] {
    position: relative;
    top: 2px
}

.form-row>label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172
}

.buttons-cart a,
.buttons-cart input,
.coupon input[type=submit],
.coupon-info p.form-row input[type=submit] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

p.lost-password {
    margin-top: 15px
}

p.lost-password a {
    color: #6f6f6f
}

p.checkout-coupon input[type=text] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #e3e6e7;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

p.checkout-coupon input[type=text]:focus {
    border-color: #000
}

p.checkout-coupon input[type=text]::placeholder {
    color: #6f7172
}

.coupon-checkout-content {
    display: none
}

.checkbox-form h3 {
    border-bottom: 1px solid #e3e6e7;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%
}

.country-select {
    margin-bottom: 30px;
    position: relative
}

.country-select select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #e3e6e7;
    padding: 0 10px;
    height: 50px
}

.country-select .nice-select::after {
    margin-top: -5px
}

.checkout-form-list label,
.country-select label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px
}

.checkout-form-list label span.required,
.country-select label span.required {
    color: #ea1b29
}

.country-select .nice-select {
    border: 1px solid #e3e6e7;
    height: 45px;
    padding-left: 10px;
    width: 100%;
    color: #6f7172;
    margin-bottom: 20px
}

.country-select .nice-select .list {
    width: 100%
}

.checkout-form-list {
    margin-bottom: 30px
}

.checkout-form-list label {
    color: #6f7172
}

.checkout-form-list input[type=email],
.checkout-form-list input[type=password],
.checkout-form-list input[type=text] {
    background: #fff;
    border: 1px solid #e3e6e7;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.checkout-form-list input[type=email]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=text]:focus {
    border-color: #000
}

.checkout-form-list input[type=email]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=text]::-moz-placeholder {
    color: #6f7172;
    opacity: 1
}

.checkout-form-list input[type=email]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=text]::placeholder {
    color: #6f7172;
    opacity: 1
}

.checkout-form-list input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.create-acc label {
    color: #6f7172;
    display: inline-block
}

.create-account {
    display: none
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: #6f7172
}

.order-notes textarea {
    border: 1px solid #e3e6e7;
    height: 90px;
    padding: 15px;
    width: 100%;
    outline: 0
}

.order-notes textarea:focus {
    border-color: #000
}

.order-notes textarea::-moz-placeholder {
    color: #6f7172;
    opacity: 1
}

.order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1
}

#ship-box-info {
    display: none
}

.panel-group .panel {
    border-radius: 0
}

.panel-default>.panel-heading {
    border-radius: 0
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #e3e6e7
}

@media (max-width:767px) {
    .your-order {
        padding: 15px
    }
}

.your-order h3 {
    border-bottom: 1px solid #e3e6e7;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%
}

.your-order-table table {
    background: 0 0;
    border: 0;
    width: 100%
}

.your-order-table table td,
.your-order-table table th {
    border-bottom: 1px solid #e3e6e7;
    border-right: medium none;
    color: #6f7172;
    font-size: 14px;
    padding: 15px 0;
    text-align: left
}

@media (max-width:767px) {
    .your-order-table table td,
    .your-order-table table th {
        padding-right: 10px
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px
}

.panel-body>p {
    color: #222
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px
}

.your-order-table table .shipping ul li label {
    color: #6f7172
}

.your-order-table table .shipping th {
    vertical-align: top
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px
}

.your-order-table table .order-total td {
    border-bottom: medium none
}

.your-order-table table tr.cart_item:hover {
    background: #f9f9f9
}

.your-order-table table tr.order-total td span {
    color: #000;
    font-size: 18px;
    font-weight: 500
}

.payment-method {
    margin-top: 40px
}

.payment-method .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.payment-method .accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #e3e6e7
}

.payment-method .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 23px 0;
    border: none
}

.payment-method .accordion-button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.payment-method .accordion-button::after {
    position: absolute;
    content: "\f067";
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 400;
    margin-left: 0;
    background-image: none
}

.payment-method .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none
}

.payment-method .accordion-button:not(.collapsed)::after {
    content: "\f068"
}

.payment-method .accordion-body {
    padding: 0;
    padding-bottom: 20px
}

.payment-method .accordion-body p {
    margin-bottom: 0
}

.payment-method .accordion-collapse {
    border: none
}

.panel-title>a {
    display: block
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    width: 100%
}

.order-button-payment input:hover {
    background: #ea1b29 none repeat scroll 0 0
}

.payment-method .btn-link {
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none
}

.payment-method .card {
    background-color: #fff;
    border: 1px solid #e3e6e7;
    border-radius: 0;
    margin-bottom: 10px
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #e3e6e7
}

.card-header:first-child {
    border-radius: 0
}

.payment-method .card-header {
    background-color: #fff;
    border-bottom: 1px solid #e3e6e7
}

.order-button-payment button {
    width: 100%
}

.cart-plus-minus {
    width: 180px
}

.cdcart-plus-minus input {
    border: 0;
    outline: 0;
    background: 0 0;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    display: inline-block;
    height: 45px;
    list-style: 45px;
    padding: 0 50px;
    width: 180px;
    border: 1px solid #ebebeb;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.cart-plus-minus .qtybutton {
    font-size: 20px;
    color: #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 22px;
    width: 22px;
    background: 0 0;
    border-radius: 30px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-plus-minus .dec {
    left: 7px
}

.cart-plus-minus .inc {
    right: 7px
}

.footer-area {
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 42px 0 0;
    overflow: hidden;
    background: #081f4c
}

.footer-area::after,
.footer-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: -1
}

.footer-area::after {
    left: initial;
    right: 0
}

.footer-content {
    position: relative
}

.ftr_shape {
    position: absolute;
    width: 100%;
    height: 67%;
    bottom: 0;
    z-index: -1;
    background: #011e42
}

.footer_top-info {
    border-bottom: 1px solid #373738
}

.footer_add_row {
    position: relative
}

.f_list_icon {
    position: absolute;
    left: 44%;
    width: auto;
    height: auto;
    top: 40%
}

.footer_list h2 {
    text-transform: uppercase;
    color: #eee;
    margin-bottom: 16px
}

.footer_ul {
    position: relative;
    border-left: 1px solid #a9a9a9
}

.footer_ul li {
    display: block
}

.footer_ul li a {
    position: relative;
    color: #a9a9a9;
    display: block;
    padding-left: 31px;
    line-height: 33px;
    text-transform: capitalize
}

.footer_ul li a:hover {
    color: #30bcc8
}

.footer_ul li a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #a9a9a9;
    left: 0;
    top: 16px
}

.address_info_sec {
    position: relative;
    text-align: center;
    border-bottom: 1px dashed #a9a9a9;
    padding: 16px 14px
}

.address_info_sec:last-child {
    border-bottom: 0
}

.address_info_sec h4 {
    color: #35bec9;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin: 4px 0 0;
    padding: 0 0 6px
}

.address_info_sec h4::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.address_info_sec i {
    position: relative;
    left: 0;
    background: #35bec9;
    width: 40px;
    height: 40px;
    font-size: 19px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 39px;
    display: inline-block;
    margin-bottom: 8px;
    box-shadow: 0 0 0 2px #fff
}

.address_info_sec span {
    display: block;
    color: #a9a9a9;
    line-height: 24px
}

.news-letter-title {
    font-size: 60px;
    line-height: 1;
    color: #fff
}

.footerfbframe {
    position: relative;
    margin-top: 16px
}

.footerfbframe iframe {
    width: 100%;
    height: 426px;
    border: 3px solid #ccc;
    padding: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .news-letter-title {
        font-size: 45px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .news-letter-title {
        margin-bottom: 50px
    }
}

@media (max-width:575px) {
    .news-letter-title {
        font-size: 40px
    }
}

.news_letter_search input {
    width: 400px;
    height: 70px;
    background: #fff;
    color: #6a6b71;
    border: none;
    outline: 0;
    padding: 0 30px;
    border-radius: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .news_letter_search input {
        width: 300px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .news_letter_search input {
        width: 100%
    }
}

.news_letter_search input::placeholder {
    color: #6a6b71;
    font-size: 15px;
    opacity: 1
}

.news_letter-info {
    position: relative;
    display: flex;
    justify-content: space-between
}

@media (max-width:575px) {
    .news_letter-info {
        display: block
    }
}

.footer-logo {
    text-align: center
}

.footer-logo img {
    width: auto
}

.footer-widget p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0
}

.footer-social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    background: #152a52;
    color: #fff;
    margin-right: 10px;
    transition: .3s;
    font-size: 22px;
    border-radius: 3px
}

.footer-social a:last-child {
    margin-right: 0
}

.footer-social a:hover {
    background: #30bcc8;
    color: #fff
}

._f_ul {
    padding: 0
}

._f_ul li {
    display: block
}

._f_ul li a {
    display: block;
    position: relative;
    color: #eee;
    font-size: 12px;
    padding-left: 24px
}

._f_ul li a::before {
    content: "\f140";
    font-weight: 700;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    left: 0;
    font-size: 13px;
    top: 1px
}

.fotter_widget-title {
    font-size: 30px;
    color: #fff;
    position: relative
}

.fotter_widget-title::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #ea1b29;
    bottom: -4px
}

.fotter_project_lists li {
    margin-bottom: 6px
}

.fotter_project_lists li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    transition: .3s
}

.fotter_project_lists li a:hover {
    color: #ea1b29
}

.footer__info-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ea1b29;
    color: #fff;
    transition: .3s
}

.footer__info-text a {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    top: -6px
}

.footer__info-text span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #fff;
    position: relative;
    top: -6px
}

.footer__blog-sm-thumb img {
    border-radius: 50px;
    height: 80px;
    width: 80px
}

.footer__blog-sm-title {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4
}

.fotter-col2 {
    margin-right: 90px
}

@media (max-width:575px) {
    .fotter-col2 {
        margin-right: 50px
    }
}

@media (max-width:480px) {
    .fotter-col2 {
        margin-right: 0
    }
}

.copy-right-area {
    padding: 0 0 0
}

.copyright-info {
    display: block;
    justify-content: space-between
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .copyright-info {
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }
}

.copyright-info .owner_name p {
    color: #cfcfcf;
    margin-bottom: 0;
    text-align: center;
    padding: 15px 0 15px;
    border-top: 1px solid #a9a9a9;
    margin-top: 35px
}

.copyright-info .owner_name p a {
    color: #35bec9
}

.copy-right_useful_link {
    color: #fff;
    font-size: 16px
}

.footer-shape {
    position: absolute;
    bottom: 35%;
    left: 40px;
    animation: pricing-shape-sm-3-animation 4s linear infinite alternate;
    z-index: -1
}

.footer-shape-two {
    position: absolute;
    bottom: 35%;
    right: 40px;
    animation: pricing-shape-sm-3-animation 4s linear infinite alternate;
    z-index: -1
}

.footer-curve {
    position: absolute;
    top: 29.2%;
    left: 19%;
    right: 0;
    text-align: center;
    z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-curve {
        top: 28.5%;
        left: 32%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-curve {
        top: 28%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-curve {
        top: 26.1%
    }
}

.footer-social {
    text-align: center
}

.faq_section {
    position: relative;
    padding: 0 0 95px
}

.faq_titmeline.main-timeline {
    position: relative;
    display: table;
    padding: 35px 0 18px
}

.faq_titmeline.main-timeline:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 112px;
    height: 100%;
    top: 0;
    border: 8px solid #e9e9e9;
    left: 0;
    right: 16px;
    margin: auto
}

.faq_titmeline.main-timeline .timeline {
    width: 46%;
    margin: 0 0 15px;
    padding: 13px 14px 13px;
    float: right;
    position: relative
}

.faq_titmeline.main-timeline .timeline::before {
    content: "";
    position: absolute;
    width: 97%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #eaf0f1, transparent)
}

.faq_titmeline.main-timeline .timeline:nth-child(even)::before {
    background: linear-gradient(to left, #eaf0f1, transparent)
}

.faq_titmeline.main-timeline .timeline-content {
    min-height: 63px;
    padding: 0 0 0 46px;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    flex-wrap: wrap
}

.faq_titmeline.main-timeline .timeline-content:hover {
    text-decoration: none
}

.faq_titmeline.main-timeline .timeline-icon {
    color: #6fd3db;
    background: linear-gradient(to right, #ddd, #f5f5f5, #ddd);
    font-size: 29px;
    text-align: center;
    line-height: 93px;
    width: 84px;
    height: 84px;
    transform: translateY(-50%) perspective(300px) rotateY(-20deg);
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%)
}

.faq_titmeline.main-timeline .timeline-icon:before {
    content: '';
    background-color: #031d50;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 12px;
    bottom: 0;
    z-index: -1
}

.faq_titmeline.main-timeline .title {
    color: #000e28;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 2px
}

.faq_titmeline.main-timeline .description {
    font-size: 15px;
    margin: 0;
    line-height: 23px
}

.faq_titmeline.main-timeline .timeline:nth-child(even) {
    float: left
}

.faq_titmeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 46px 0 0;
    justify-content: right
}

.faq_titmeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(-50%) perspective(300px) rotateY(20deg);
    left: auto;
    right: -50px
}

@media screen and (max-width:767px) {
    .faq_titmeline.main-timeline .timeline {
        width: 100%
    }
    .faq_titmeline.main-timeline .timeline-content {
        padding: 0 0 0 130px
    }
    .faq_titmeline.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 0 130px 0 0
    }
    .faq_titmeline.main-timeline .timeline-icon {
        left: 0
    }
    .faq_titmeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 0
    }
}

@media screen and (max-width:576px) {
    .faq_titmeline.main-timeline .timeline-content,
    .faq_titmeline.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 140px 0 0
    }
    .faq_titmeline.main-timeline .timeline-icon,
    .faq_titmeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateX(-50%) translateY(0) perspective(300px) rotateY(-20deg);
        left: 50%;
        top: 4px
    }
    .faq_titmeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateX(-50%) translateY(0) perspective(300px) rotateY(20deg)
    }
}

.quote_section {
    position: relative;
    padding: 39px 0;
    background-image: url(../img/quote_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    overflow: hidden
}

.quote_section::before {
    content: "";
    position: absolute;
    background: rgb(2 186 203 / 65%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1
}

.quote_text {
    text-align: center;
    color: #fff;
    font-size: 47px;
    font-weight: 200;
    
    line-height: 56px
}

.qote_btns {
    text-align: center;
    margin-top: 22px
}

.qote_btns a {
    display: inline-block;
    font-size: 17px;
    padding: 7px 20px;
    border-radius: 38px;
    margin: 0 10px;
    cursor: pointer
}

.qote_btns a:nth-child(1) {
    background-color: #fff;
    color: #333
}

.qote_btns a:nth-child(2) {
    background-color: #031d50;
    color: #fff
}

.appoinrment_wapper {
    position: fixed;
    right: -380px;
    top: 28%;
    background-color: #061b4c;
    transition: all ease-in-out .6s;
    max-width: 318px;
    width: 100%;
    z-index: 999999999;
    text-align: center;
    padding: 27px 23px
}

.form_visible .appoinrment_wapper {
    right: 0
}

.app_form h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin-bottom: 9px
}

.app_close {
    position: absolute;
    left: -11px;
    width: 30px;
    height: 30px;
    background: #26c0cc;
    color: #fff;
    font-size: 19px;
    top: -12px;
    cursor: pointer;
    line-height: 29px
}

.app_form .form-group {
    margin-bottom: 20px
}

.app_form .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px dashed #fff;
    color: #fff
}

.app_form .form-control::placeholder {
    color: #fff
}

.app_form .btn {
    background-color: #26c0cc;
    color: #fff;
    border: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.bread_cumb_wrap {
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    padding: 153px 0 60px
}

.bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 425px;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/bread_cumb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1
}

.bread_cumb_wrap h1 {
    text-transform: capitalize;
    color: #041848;
    font-size: 26px;
    margin-bottom: 10px
}

.bread_cumb_wrap ul {
    display: inline-block;
    box-shadow: 0 5px 4px #ccc;
    padding: 4px 15px;
    border-radius: 30px;
    background: #fff
}

.bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    color: #2c2c2c
}

.bread_cumb_wrap ul li::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    background: #0c1a4c;
    right: 0;
    top: 6px
}

.bread_cumb_wrap ul li:last-child:before {
    display: none
}

.bread_cumb_wrap ul li a {
    display: block;
    color: #27a7b1
}

.inner_content_text {
    min-height: 60vh;
    padding: 103px 0 100px
}

.inner_doc_pic img {
    border: 7px solid #0e183c;
    margin-bottom: 30px
}

.inner_abt_info {
    position: relative
}

.inner_abt_info h2 {
    text-transform: uppercase;
    color: #061b4c;
    font-weight: 600;
    font-size: 44px
}

.inner_abt_info h3 {
    font-size: 25px
}

.inner_abt_info h4 {
    font-size: 34px;
    color: #21a8b3;
    font-weight: 400;
    text-transform: uppercase
}

.inner_abt_content p {
    text-align: justify
}

.inner_mvv_list {
    text-align: center;
    box-shadow: 0 4px 2px #ccc;
    padding: 14px 48px;
    margin-bottom: 21px
}

.inner_mvv_list h3 {
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px dashed;
    margin: 0 0 2px;
    font-weight: 600;
    color: #179ca7
}

.inner_mvv_list p {
    margin: 0;
    line-height: 23px
}

.inner_abt_head h2 {
    text-transform: uppercase;
    border-left: 3px solid #2bafbb;
    padding-left: 7px;
    color: #061b4c;
    margin: 27px 0 20px;
    font-size: 27px;
    font-weight: 600;
    display: inline-block
}

.inner_abt_head h3 {
    text-transform: uppercase;
    color: #1aabb9;
    margin: 27px 0 4px;
    font-size: 21px;
    font-weight: 600
}

.ol_styles {
    position: relative;
    padding-left: 18px
}

.ol_styles li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
    line-height: 24px
}

.ol_styles li::before {
    content: "\f101";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700
}

.abttable {
    background-color: #f9ffff
}

.tablehead {
    background-color: #e7edff;
    text-align: center;
    font-size: 22px;
    color: #061b4c;
    font-weight: 400
}

.on_rtc {
    display: inline-block;
    background-color: #061b4c;
    color: #fff;
    font-size: 18px;
    padding: 6px 9px
}

.video_presentaions_list {
    text-align: center;
    background: linear-gradient(to left, #061b4c, #22b9c7);
    color: #fff;
    font-size: 19px;
    padding: 18px 70px;
    border-radius: 17px;
    margin-bottom: 16px
}

.invspkr .col-md-4:nth-child(1),
.invspkr .col-md-4:nth-child(2) {
    border-right: 1px dashed
}

.ivited_spekers {
    font-size: 18px;
    text-align: center
}

.counter {
    color: #061b4c;
    text-align: center;
    padding: 30px 25px 33px;
    margin: 0 auto;
    border: 3px solid #a1e0e7;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    min-height: 232px
}

.counter:after,
.counter:before {
    content: "";
    background: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgb(171 171 171);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1
}

.counter:after {
    background: 0 0;
    width: 100px;
    height: 100px;
    border: 15px solid #081f4c;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto
}

.counter .counter-icon {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all .3s ease 0s;
    color: #26bfcf
}

.counter:hover .counter-icon {
    transform: rotateY(360deg)
}

.counter .counter-value {
    color: #555;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    display: block;
    transition: all .3s ease 0s
}

.counter:hover .counter-value {
    text-shadow: 2px 2px 0 #d1d8e0
}

.counter h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #061b4c
}

.counter h4 {
    font-size: 17px;
    color: #1ba6b5
}

.counter p {
    font-size: 16px
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px
    }
}

.contact_form {
    position: relative;
    padding: 22px 39px;
    margin: 47px 0 0;
    text-align: center;
    background: #f5f5f5
}

.contact_form h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 32px
}

.contact_form .form-control {
    height: 39px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed
}

.contact_form .form-group {
    margin-bottom: 20px
}

.contact_form textarea.form-control {
    height: 89px
}

.contact_form .btn-danger {
    color: #fff;
    background-color: #19bac7;
    border-color: #19bac7
}

.c_map iframe {
    width: 100%;
    height: 378px;
    margin-top: 48px;
    border: 8px solid #e1e1e1
}

.testimonial_timeline.main-timeline {
    position: relative
}

.testimonial_timeline.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.testimonial_timeline.main-timeline .timeline {
    width: 69%;
    padding: 15px;
    margin: 0 5px 24px 0;
    float: left
}

.testimonial_timeline.main-timeline .timeline-content {
    color: #333;
    background-color: #fff;
    text-align: center;
    padding: 35px 70px 35px 35px;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .3);
    border-radius: 30px;
    display: block;
    position: relative;
    z-index: 1
}

.testimonial_timeline.main-timeline .timeline-content:hover {
    text-decoration: none
}

.testimonial_timeline.main-timeline .timeline-content:after,
.testimonial_timeline.main-timeline .timeline-content:before {
    content: '';
    border: 1px dashed #8ccacf;
    border-radius: 25px;
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1
}

.testimonial_timeline.main-timeline .timeline-content:after {
    border-style: dashed;
    border-color: #031848;
    border-radius: 30px;
    left: -15px;
    top: -15px;
    bottom: -15px;
    right: -15px;
    z-index: -1
}

.testimonial_timeline.main-timeline .timeline-icon {
    color: #fff;
    background: #061b4c;
    font-size: 35px;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -41px;
    z-index: 1
}

.testimonial_timeline.main-timeline .title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #19a7b3
}

.testimonial_timeline.main-timeline .description {
    font-size: 15px;
    line-height: 23px;
    margin: 0
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) {
    margin: 0 0 15px 5px;
    float: right
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 35px 35px 35px 70px
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: -41px;
    right: auto
}

@media screen and (max-width:767px) {
    .testimonial_timeline.main-timeline .timeline,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) {
        width: calc(100% - 5px)
    }
}

@media screen and (max-width:479px) {
    .testimonial_timeline.main-timeline .timeline,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 15px;
        margin: 0 0 30px
    }
    .testimonial_timeline.main-timeline .timeline-content,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 70px 35px 35px
    }
    .testimonial_timeline.main-timeline .timeline-icon,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        line-height: 80px;
        height: 80px;
        width: 80px;
        transform: translateY(0) translateX(50%);
        top: -25PX;
        right: 50%;
        left: auto
    }
}

.services_inner_content h2 {
    color: #061b4c;
    font-size: 22px;
    font-weight: 600
}

.services_inner_content h3 {
    font-size: 19px;
    color: #19a8b3
}

.services_inner_content p {
    text-align: justify
}

.inner_ser_pic {
    position: relative;
    padding: 20px;
    margin-bottom: 19px
}

.inner_ser_pic::after,
.inner_ser_pic::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px
}

.inner_ser_pic::before {
    border-top: 13px solid #55cdd8;
    border-left: 13px solid #061b4c;
    top: 0;
    left: 0
}

.inner_ser_pic::after {
    border-bottom: 13px solid #061b4c;
    border-right: 13px solid #55cdd8;
    right: 0;
    bottom: 0
}

.inner_ser_pic img {
    display: block;
    border: 1px dashed;
    padding: 7px
}

.box {
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 164px;
    border-radius: 16px;
    border: 2px solid #fff;
    box-shadow: 0 5px 8px #bbb;
    margin-bottom: 12px
}

.box:before {
    content: "";
    background: linear-gradient(89.8deg, #2fb4c1 4.7%, #061b4c 120.3%);
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transition: all .5s ease
}

.box:hover:before {
    width: 100%;
    opacity: 1;
    left: 0
}

.box img {
    width: 100%;
    height: auto;
    transform: scale(1.2);
    transition: all .5s ease-in-out
}

.box:hover img {
    opacity: .2;
    transform: scale(1.5)
}

.box .box-content {
    color: #fff;
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(-50%) scale(3);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all .5s ease
}

.box:hover .box-content {
    transform: translateY(-50%) scale(1);
    opacity: 1
}

.box .title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 7px
}

.box .post {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 11px;
    padding: 0 0 2px;
    border: 1px dashed rgba(255, 255, 255, .3);
    border-right: none;
    border-left: none;
    display: inline-block
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none
}

.box .icon li {
    margin: 0 3px;
    display: inline-block
}

.box .icon li a {
    color: #061b4c;
    background: #fff;
    font-size: 16px;
    line-height: 29px;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    display: block;
    transition: all .3s
}

.box .icon li a:hover {
    color: #fff;
    background: #29a8b5;
    box-shadow: 0 0 10px -3px rgb(5 23 66)
}

.gallrow .col-md-3 {
    padding: 0 6px
}

::-webkit-calendar-picker-indicator {
    filter: invert(1)
}

.inner_body .top-social-links {
    top: 202px
}

.google_review_link {
    position: absolute;
    top: 0;
    right: 27px;
    box-shadow: 0 10px 4px #ccc;
    padding: 4px 4px;
    text-align: center
}

.google_review_link a {
    display: inline-block;
    width: 191px
}

.blog_list_ {
    position: relative;
    text-align: center;
}

.blog_list_ h2 {
    font-size: 30px;
    font-weight: 600;
}

.blog_list_ p {
    text-align: center;
}

.blog_list_ a {
    display: inline-block;
    background: linear-gradient(to left, #061b4c, #49b9c3);
    color: #fff;
    padding: 6px 17px;
    border-radius: 20px;
}

._blog_nav {
    position: relative;
    padding: 17px 18px;
    margin-top: 37px;
    background: #ddf0f1;
    box-shadow: 0px 4px 6px #ccc;
}

._blog_nav h4 {
    text-transform: uppercase;
    font-size: 41px;
    margin-bottom: 10px;
    display: inline-block;
    color: #0ba6b2;
    font-weight: 700;
}

._blog_nav ul {
    padding: 0;
    list-style: none;
}

._blog_nav ul li a {
    display: block;
    position: relative;
    border-bottom: 1px dashed #939393;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 17px;
    color: #001f4c;
    font-size: 16px;
}

._blog_nav ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #0ba6b2;
    left: 0;
    border-radius: 50%;
    top: 8px;
}

._blog_nav ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog_rows .col-md-6 {
    box-shadow: 0px 0px 10px #ccc;
    padding: 30px;
}

.blog_img {
    margin-top: 30px;
}

.progress-wrap {
    position: fixed;
    right: 17px;
    bottom: 51px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(6 27 76 / 43%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: #fff
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    content: '\f176';
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #2c3941;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #26bfcb;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.center-relative{
    position:relative;
}
.center-relative::before, .center-relative::after{
    position:absolute;
    content:"";
    width:1px;
    height:180px;
    border-right:1px dashed #ccc;
    top:50px;
}
.center-relative::before{
    left:0;
}
.center-relative::after{
    right:0;
}


/* Call & Whatsapp css start */

@media only screen and (max-width: 767px) {
    .d-lg-none {
        display: inline-flex !important;
    }
    .center-relative::before, .center-relative::after{
    position:absolute;
    content:"";
    width:180px;
    height:1px;
    border-top:1px dashed #ccc;
    display:none;
     
}
.center-relative::before{
    left:0;
    right:0;
    margin:auto;
    top:0;
}
.center-relative::after{
    left:0;
    right:0;
    margin:auto;
    bottom:0;
}
}

@media only screen and (max-width: 767px) {
    .foot-block {
        position: fixed;
        bottom: 0;
        width: 100%;
        font-size: 16px;
        letter-spacing: .06em;
        z-index: 99999999;
    }
}

@media only screen and (max-width: 767px) {
    .foot-block a {
        width: 50%;
        text-align: center;
        padding: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-theme-blue {
        background: #038ead !important;
        color: #fff;
        border-radius: 0 !important;
    }
}

.paoc-popup-btn {
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    background: #e91e63;
    color: #fff;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .btn-theme-green {
        background: #333;
        color: #fff !important;
        border-radius: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .copyright {
        margin-bottom: 50px;
    }
}

/* Call & Whatsapp css end */