body {
    font-size: 15px;
    line-height: 30px;
    color: #484848;
    font-family: 'Saira', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

/* p {
    font-family: 'Poppins', sans-serif;
} */

.top-wapper {
    position: relative;
    height: 100vh;
}

.container {
    position: relative;
}

.header-area::before {
    content: "";
    position: absolute;
    left: 0;
    width: 81%;
    background: #ffffff;
    height: 52px;
    top: 52px;
    box-shadow: 0px 0px 10px #ccc;
}

.header-area .container {
    max-width: 1237px;
}

.header-area.sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    transition: all .2s;
    height: 97px;
    box-shadow: 0px 0px 10px;
}

.header-area {
    padding: 2px 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.appointmrnt {
    position: absolute;
    right: 36px;
    z-index: 9;
    top: 46px;
}

.appointmrnt .btn2 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    background: #fb1c64;
    padding: 13px 15px;
    color: #ffffff;
    cursor: pointer;
    border: none;
}

.appointmrnt .btn2:hover {
    color: #fff;
    background-color: #333;
    border: none;
}

.logo-area {
    padding: 0;
    z-index: 2;
    transition: .3s;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 25px;
    margin: auto;
    max-width: 200px;
    background: transparent !important;
    top: 100%;
    box-shadow: 0px 0px 14px #8484842e;
}

.logo-area.active {
    transition: all .3s;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    top: -68px;
}

.menu-btn {
    position: absolute;
    width: 100%;
    height: 70px;
    background: #dcebfd;
    border-radius: 0 0 4px 4px;
    left: 0;
    bottom: -70px;
    cursor: pointer;
    z-index: 999;
}

.main-menu {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
}

.main-menu.active {
    transition: all .3s;
    visibility: visible;
    opacity: 1;
    top: -75px;
}

.menu-btn img {
    padding-top: 20px
}

.header-socials li {
    display: inline-block;
    margin-right: 4px
}

.header-socials li a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 37px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 19px;
    color: #6967ea;
    border: 1px solid;
    margin-bottom: 4px;
    box-shadow: 0px 0px 10px #ccc;
}

.header-socials li:nth-child(2) a {
    color: #fb2936;
}

.header-socials li:nth-child(3) a {
    color: #13c3bb;
}

.header-socials li:nth-child(4) a {
    color: #025590;
}

.header-socials li a:hover {
    border-color: #064ea2;
    color: #fff;
    background: #064ea2;
}

.header-socials li:last-child {
    margin-right: 0
}

.header-socials li.social-contact-text {
    color: #064ea2;
    font-size: 13px;
}

.header-socials li.social-contact-text span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 7px;
}

.header-socials {
    position: absolute;
    z-index: 2;
    display: inline-block;
    margin-bottom: 20px;
    width: 50px;
    top: 40%;
    left: 14px;
}

.top-address-info {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 9;
    background-color: transparent;
    padding: 9px 0;
}

.top-address-info ul li {
    display: inline-block;
    background: #171744;
    padding: 7px 0;
    position: absolute;
    right: -287px;
    width: 340px;
    border-radius: 29px 0px 0px 29px;
    transition: all ease-in-out .8s;
}

.top-address-info ul li:nth-child(2) {
    top: 67px;
    background: #fb1c64;
}

.top-address-info ul li:nth-child(3) {
    top: 125px;
    background: #1f9e46;
}

.top-address-info ul li:hover {
    right: 0px;
}

.top-address-info ul li a {
    color: #fefcff;
    font-size: 17px;
    padding: 0 8px;
    margin: 0;
    font-weight: 400;
}

.top-address-info ul li:last-child a {
    border-right: none;
}

.top-address-info ul li a i {
    width: 38px;
    height: 38px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    font-size: 21px;
    line-height: 37px;
    font-weight: 700;
    border-radius: 50%;
    color: #171744;
    margin-right: 12px;
}

.top-address-info ul li:nth-child(2) a i {
    color: #FB1C64;
}

.top-address-info ul li:nth-child(3) a i {
    color: #1f9e46;
}

li.social-contact-text {
    position: absolute;
    top: -4px;
    right: -110px;
}

.close-btn {
    position: absolute;
    right: 30px;
    top: 54%;
    height: 40px;
    width: 40px;
    text-align: center;
    background: 0 0;
    color: #064ea1;
    line-height: 39px;
    margin-top: -25px;
    border-radius: 50%;
    border: 1px solid #064ea2;
    font-size: 18px;
    cursor: pointer;
    z-index: 9999;
    transition: all .3s;
}

.close-btn i {
    transition: all .3s
}

.close-btn:hover i {
    transform: rotate(45deg);
    transition: all .3s
}

.welcome-area {
    position: relative;
    z-index: 1;
    transition: all .3s;
    height: 100vh;
}

.welcome-single {
    height: 1000px;
    display: flex;
    align-items: center;
}

.banner-area {
    background-image: url(../img/welcome/1.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.welcome-single2 {
    background-image: url(../img/welcome/2.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh !important;
}

.welcome-single3 {
    background-image: url(../img/welcome/3.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh !important;
}

.row.about-wrap.br5>div {
    margin: 0;
    padding: 0
}

.about-text-box {
    padding: 70px 40px;
    height: 645px
}

.about-text-box h6 {
    margin-bottom: 15px
}

.about-text-box h2 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.about-text-box h2 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #000
}

.single-about-right-slide img {
    height: 600px
}

.about-wrap {
    margin-top: -100px;
    position: relative;
    z-index: 2
}

._exp_secction {
    position: relative;
    /* background: #010121; */
    padding: 11px 0px 0;
    left: 0;
}

._exp_secction::before {
    content: "";
}

.exicon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 156px;
    border-radius: 50%;
    background: #10ba9a;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 31px;
    line-height: 61px;
}

._exprow .col-md-6:nth-child(1) {
    border-right: 1px solid #ccc;
}

._exprow .col-md-12 {
    border-top: 1px solid #ccc;
    margin-top: 0px;
}

._exprow .col-md-6, ._exprow .col-md-12 {
    padding: 52px 5px;
}

.exp-block {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    border-bottom: 1px dashed #797979;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.exp-block:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.exp-block h3 {
    font-size: 49px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 8px;
    color: #484848;
}

.exp-block p {
    text-transform: uppercase;
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 400;
}

.offer-area {
    box-shadow: 0px 0px 10px #dedede;
    position: relative;
    z-index: 2;
}

.offer-bottom {
    right: 0;
    position: absolute;
    width: 90%;
    height: 23px;
    background: rgb(249 249 249);
    left: 0;
    margin: auto;
    box-shadow: 0px 0px 10px #dcdcdc;
    z-index: -1;
}

.offer-bottom2 {
    right: 0;
    position: absolute;
    width: 60%;
    height: 23px;
    /* background: rgb(255 255 255); */
    left: 0;
    margin: auto;
    /* box-shadow: 0px 0px 10px #d8d8d8; */
    bottom: -46px;
}

.offer-img {
    background-position: center;
    /* border-radius: 10px; */
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    /* background: url(../img/contact.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: #fff;
}

.offer-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.offer-img:before {
    position: absolute;
    background: rgba(255, 255, 255, .5);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    transition: transform .9s
}

.offer-img:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0)
}

.offer-img a {
    background: transparent;
    display: inline-block;
    color: #252525;
    border: 1px solid #909090;
    padding: 4px 10px;
}

.offer-img.big-offer {
    height: 500px
}

.offer-img.small-offer {
    height: 198px;
}

.offer-img.small-offer:first-child {
    margin-top: 33px;
}

.offer-img h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    color: #909090;
    font-weight: 600;
}

.offer-img h4 span {
    font-size: 15px;
    display: block;
    line-height: 25px;
    margin-top: 11px;
    font-family: inherit;
    color: #333;
}

.menu-heading h2 {
    text-transform: uppercase;
    font-size: 34px;
    color: #fff
}

.items-menu-area {
    overflow: hidden;
    width: 100%
}

.single-menu-img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden
}

.single-menu-img img {
    height: auto;
    width: 100%
}

.single-menu-img span {
    position: absolute;
    top: 8%;
    z-index: 3;
    right: 0;
    background: #f9c200;
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px 0 0 10px;
    font-size: 14px
}

.menu-text-box a:hover {
    color: #f9c200
}

.menu-text-box {
    padding: 30px
}

.single-menu {
    background: #242424;
    border-radius: 10px;
    margin-bottom: 30px
}

.menu-text-box a {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase
}

.menu-text-box span {
    display: block;
    margin-top: 15px
}

.owl-carousel .owl-item .single-menu-img img {
    display: inline-block;
    width: 100%;
    height: auto
}

.items-menu-area .owl-nav div {
    background: #f9c200;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    margin-top: -40px;
    left: -40px;
    border: 8px solid #0b0c12;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.items-menu-area:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.items-menu-area .owl-nav div.owl-next {
    left: auto;
    right: -40px;
    transition: all .3s
}

.items-menu-area .owl-nav div i {
    color: #0b0c12;
    font-size: 28px
}

.items-menu-area .owl-nav div:hover {
    border-color: #f9c200;
    background: #0b0c12;
    transition: all .3s
}

.items-menu-area .owl-nav div:hover i {
    color: #f9c200;
    transition: all .3s
}

.menu-tabs {
    float: right
}

.menu-tabs li a {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin: 0 12px;
    position: relative;
    z-index: 2
}

.menu-tabs li a.active {
    color: #f9c200
}

.menu-tabs li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/logo/hoverlogo.png);
    background-repeat: no-repeat;
    left: 30%;
    bottom: -50%;
    visibility: hidden;
    opacity: 0
}

.menu-tabs li a.active:after {
    opacity: 1;
    visibility: visible
}

.video-area {
    position: relative;
    z-index: 2;
    transition: all .3s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14px 0 83px;
    background-attachment: fixed;
}

.video-area:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /* background: rgb(2 13 19 / 93%); */
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}

.video-btn {
    /* display: flex; */
    /* justify-content: flex-end; */
    /* align-items: flex-end; */
    height: 100%;
    transition: all .3s;
}

.video-btn a {
    display: block;
    background: #f9c200;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    font-size: 24px;
    color: #0b0c12;
    transition: all .3s
}

.video-btn a:hover {
    color: #fff;
    transition: all .3s
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.video-btn-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.video-btn-link:before {
    content: '';
    position: absolute;
    border: #f9c200 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.video-btn-link:hover:before, .video-btn-link:focus:before, .video-btn-link:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out
}

.clinets-area {
    background: transparent;
    padding: 0;
    border-radius: 5px;
    margin-top: 0;
    z-index: 9;
}

._testimonial_row .col-md-4:nth-child(1), ._testimonial_row .col-md-4:nth-child(2) {
    border-right: 1px solid #ccc;
}

.testimola-icon {
    text-align: center;
    display: table;
    margin: auto;
    width: 54px;
    height: 54px;
    background: #ffffff;
    line-height: 53px;
    border-radius: 50%;
    font-size: 27px;
    margin-top: 0;
    box-shadow: 0px 0px 0px 7px rgb(255 255 255 / 77%);
}

.single-client.single-client2 {
    background: transparent;
    padding: 0 12px;
}

.single-client p {
    font-size: 15px;
    color: #eee;
}

.clinets-area .owl-item .testimola-icon img {
    width: 47px;
}

.single-client p.author {
    z-index: 2;
    font-size: 26px;
    line-height: 1.6;
}

.author__img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    text-align: center
}

.author span {
    display: block;
    font-size: 14px;
    opacity: .7
}

.client-img {
    position: relative;
    z-index: 2
}

.client-img h5 {
    position: absolute;
    bottom: 20%;
    left: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.client-img h5 span {
    font-size: 26px;
    color: #0b0c12;
    display: block;
    font-weight: 700;
    margin-top: 5px
}

.apps-text {
    background: #242424;
    color: #fff;
    height: 100%;
    padding: 60px 50px
}

.apps-img {
    height: 100%;
    overflow: hidden
}

.apps-text h6 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

.apps-text h3 {
    margin-bottom: 20px;
    text-transform: uppercase
}

a.apps-btn, a.apps-btn span {
    color: #fff;
    line-height: 1.7
}

a.apps-btn {
    font-size: 13px;
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 25px 10px 60px;
    text-transform: capitalize
}

a.apps-btn span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

a.apps-btn i {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    top: 50%;
    left: 10px;
    margin-top: -20px
}

a.apps-btn:first-child {
    margin-right: 15px
}

a.apps-btn.appstore:hover {
    background: #4266b3;
    border-color: #4266b3;
    color: #fff
}

a.apps-btn.playstore:hover {
    background: #f33444;
    border-color: #f33444;
    color: #fff
}

.row.apps-warap>div {
    margin: 0;
    padding: 0
}

.apps-img img {
    width: 100%
}

.call-to-action-area {
    background: transparent;
}

.call-to-action-area h2 {
    font-size: 30px;
    color: #fff;
    line-height: 28px;
    margin: 0 0 1px;
}

.subscribe_secion {
    background-color: #00bd9c;
    padding: 17px 45px;
    border-radius: 53px;
    margin-top: -46px;
    box-shadow: 0px 0px 22px #333333;
    border: 4px solid #f5f5f5;
}

.cta-form input {
    background: transparent;
    border: none;
    padding: 11px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #eee;
    width: 100%;
    font-size: 20px;
}

.cta-form input::placeholder {
    color: #fff;
}

.cta-form {
    position: relative;
    z-index: 2
}

button.submit-btn {
    display: inline-block;
    background: #ffffff;
    padding: 4px 16px;
    border-radius: 5px;
    position: absolute;
    right: 8px;
    color: #171e27;
    top: 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    border: 0;
}

button.submit-btn:hover {
    color: #0b0c12;
    background: #fff
}

.single-intagram {
    display: inline-block;
    width: 40%;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden
}

.single-intagram img {
    width: 100%
}

.footer-area h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 12px;
    color: #333;
    position: relative;
    font-weight: 600;
}

.single-footer li {
    list-style: none;
}

.single-footer li a {
    color: #000;
    margin: 5px 0;
    font-size: 15px;
    display: block;
    position: relative;
    padding-left: 23px;
}

.single-footer li a::before {
    position: absolute;
    font-family: 'font awesome 5 pro';
    content: "\f140";
    left: 0px;
}

.footer-row .col-lg-4:nth-child(1):before, .footer-row .col-lg-4:nth-child(2):before {
    content: "";
    position: absolute;
    width: 2px;
    height: 172px;
    border-right: 1px solid #ccc;
    right: 75px;
    top: 53px;
}

.footer-logo-area {
    background: transparent;
    height: 100%;
}

.footer-address-area {
    max-width: 1000px;
    margin: auto;
}

.single-footer-cta {
    color: #000000;
    font-size: 16px;
}

.single-footer-cta h6 {
    color: #585858;
    font-size: 15px;
    font-weight: 400;
}

.single-footer-cta {
    text-align: center;
    position: relative;
}

.footer-cta .col-md-4:nth-child(1), .footer-cta .col-md-4:nth-child(2) {
    border-right: 1px solid #ccc;
}

.single-footer-cta i {
    position: relative;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #02141d;
    color: #ffffff;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    border-radius: 5px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 11px;
}

.footer-logo-area {
    padding: 0;
    padding-bottom: 0;
    position: relative;
}

.footer-logo-area:after {
    position: absolute;
    height: 100%;
    width: 1000%;
    right: -1000%;
    top: 0;
    content: "";
}

.footer-social {
    max-width: 500px;
    margin: auto;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 8px 0;
    margin-top: 19px;
}

.footer-social span {
    font-size: 20px;
    display: inline-block;
    margin-right: 6px;
}

.footer-social ul {
    display: inline-block
}

.footer-social li {
    display: inline-block
}

.footer-social li a {
    height: 36px;
    width: 36px;
    background: #007bff;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-right: 3px;
}

.footer-social li:nth-child(2) a {
    background: #ff0b22;
}

.footer-social li:nth-child(3) a {
    background: #17a9b8;
}

.footer-social li:nth-child(4) a {
    background: #064ea2;
}

.footer-social li a:hover {
    background: #0b0c12;
    border-color: #f9c200
}

.back-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #034958;
}

.back-top-btn {
    padding: 8px 0;
    position: fixed;
    z-index: 2;
    right: 11px;
    bottom: 0;
}

.back-top-btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1000%;
    top: 0;
    right: -1000%;
}

.back-top-btn a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.back-top-btn a:hover {
    color: #f9c200
}

.back-top-btn a i {
    margin-left: 3px;
    background: #ff0b22;
    border-radius: 50%;
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    color: #fff;
}

.copyright {
    color: #000;
    padding: 11px 0 2px;
    font-size: 15px;
    text-align: center;
}

.single-footer li a:hover {
    color: #de2b36;
}

.main-menu-area2 {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

.main-menu-area2.active {
    visibility: visible;
    opacity: 1;
    transition: all .3s
}

.side-btn-time-icon {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 3%;
    right: 10%;
    cursor: pointer;
    transition: all .3s
}

.side-btn-time-icon:hover {
    transform: rotate(36deg);
    transition: all .3s
}

.main-menu-area2:after {
    position: absolute;
    content: "";
    background: #222;
    height: 100%;
    width: 0;
    z-index: -1;
    opacity: .8;
    transition: all .3s
}

.main-menu-area2.active:after {
    width: 100%
}

.header-area2 {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: -15px;
    padding: 0 80px
}

.menu2 a {
    background: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 57px;
    border-radius: 50%
}

.menu2social {
    color: #fff
}

.menu2social li {
    display: inline-block
}

.menu2social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #de2b36;
    border-radius: 4px;
    color: #0b0c12;
    margin-right: 8px;
    border: 1px solid transparent
}

.menu2social li a:hover {
    background: 0 0;
    border-color: #de2b36;
    color: #fff
}

.menu2social h6 {
    text-transform: capitalize;
    color: #fff
}

.welcome-area2 {
    padding: 280px 0;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(../img/welcome/home2.jpg);
    background-position: center;
    background-size: cover
}

.welcome2wrap {
    padding: 60px 40px 0;
    background: linear-gradient(to top, #fff, #ECF0F4);
    position: relative
}

._about_block .abt-box {
    padding-right: 30px;
}

.text-box h1 {
    font-weight: 700
}

.text-box2 h2 span {
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-text-stroke: 1px #0b0c12; */
}

.text-box2 p {
    padding: 3px 4px 17px;
}

._about_block {
    position: relative;
    padding-bottom: 117px;
}

.welcome {
    text-transform: uppercase;
    position: relative;
    right: 0;
    transform: inherit;
    font-size: 44px;
    top: 0;
    color: #bbb;
    z-index: 1;
    text-align: center;
    margin-bottom: 100px;
}

.welcome::before {
    content: "";
    position: absolute;
    width: 127px;
    height: 2px;
    left: 261px;
    top: 12px;
    border-bottom: 1px solid #bbb;
}

.welcome::after {
    content: "";
    position: absolute;
    width: 127px;
    height: 2px;
    right: 261px;
    top: 12px;
    border-bottom: 1px solid #bbb;
}

._about_block::before {
    content: "";
    position: absolute;
    width: 77%;
    height: 81%;
    top: 66px;
    right: 0;
    background: #e6fff2;
    /* z-index: -1; */
}

._about_block::after {
    content: "";
    position: absolute;
    width: 26%;
    height: 54%;
    bottom: 111px;
    left: -53px;
    z-index: -1;
    /* border: 2px solid #ccc; */
}

.doctor-image {
    position: relative;
    text-align: right;
}

.doctor-image::before {
    content: "";
    position: absolute;
    width: 271px;
    height: 113%;
    top: -23px;
    left: 53px;
    border: 1px solid #ccc;
    z-index: -1;
}

.doctor-image img {
    width: 368px;
    position: relative;
    display: initial;
    box-shadow: 0px 0px 10px #ccc;
    padding: 7px;
    background: #fff;
}

.text-box2 h2 {
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 37px;
    color: #171744;
    margin-top: 8px;
}

.text-box2 h2 span {
    display: block;
    color: #fb1c64;
    font-size: 34px;
    margin-bottom: 9px;
    font-family: 'Engagement', cursive;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 31px;
}

.text-box2 h3 {
    color: #10ba9a;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 400;
}

.text-box2 p {
    margin-bottom: 0;
    line-height: 30px;
    color: #3e3e3e;
}

.mvv-rows {
    position: relative;
    left: 25px;
}

.mvv-rows::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.mvv-rows .col-md-4:nth-child(1)::before, .mvv-rows .col-md-4:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 111px;
    border-right: 2px solid #ccc;
    right: 0;
    top: 70px;
}

.mvv-image {
    display: table;
    margin: auto;
    width: 93px;
    height: 93px;
    box-shadow: 0px 0px 10px #9e9e9e;
    border-radius: 50%;
    line-height: 75px;
    margin-bottom: 24px;
    border: 6px solid #F1F1EF;
}

.mvv-image img {
    width: 49px;
}

.mvv-rows .col-md-12::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 3px;
    border-bottom: 3px dashed #ccc;
    right: 0;
    left: 0;
    top: 0px;
    margin: auto;
}

.mvv-blocks {
    position: relative;
    text-align: center;
    display: block;
    padding: 12px 0px;
    margin-top: 54px;
}

.mvv-blocks h4 {
    text-transform: uppercase;
    color: #3e3e3e;
    font-size: 23px;
}

.mvv-blocks p {
    line-height: 24px;
    color: #6f6f6f;
    font-size: 15px;
}

._vl span {
    color: #0095b5;
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
}

.service-list li {
    position: relative;
    z-index: 2;
    padding-left: 30px
}

.qupote-section {
    position: relative;
}

.qupote-section::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    right: 0;
    background: #013c82;
}

.quote-block {
    text-align: center;
    background: #013c82;
    padding: 22px 0px;
    border-radius: 62px 0px 0px 62px;
    color: #eee;
}

.quote-block h3 {
    color: #fff;
    font-size: 26px;
}

.quote-block h5 {
    color: #e2e2e2;
    font-size: 20px;
}

.quote-block span {
    color: #ffe007;
}

.ser-line::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    right: 0;
    left: 0px;
    margin: auto;
    background: #868686;
    top: -119px;
}

.service-list li:after {
    position: absolute;
    content: "\f00c";
    height: 30px;
    width: 30px;
    left: 0;
    font-family: 'font awesome 5 pro';
    text-align: center;
    top: 50%;
    margin-top: -15px;
    font-size: 16px;
    color: #de2b36
}

.clients li span {
    display: block;
    color: #de2b36;
    font-size: 18px;
    font-weight: 500
}

.clients li {
    display: inline-block;
    position: relative;
    z-index: 2;
    text-transform: uppercase
}

.clients li:first-child {
    margin-right: 20px
}

.service-right img {
    border: 20px solid #fff;
    border-radius: 10px;
    z-index: 1;
    width: 294px;
}

.service-right img:nth-child(3) {
    top: 15%;
    position: absolute;
    right: -9%;
    z-index: 3;
}

.service-right img:nth-child(2) {
    position: absolute;
    bottom: -63%;
    left: 19%;
    z-index: 2;
}

.service-right {
    position: relative
}

.service-right .video-btn2 {
    position: absolute;
    right: -85px;
    top: 0
}

span.circle-service {
    position: absolute;
    height: 100px;
    width: 100px;
    background: #ff0d1c;
    top: 66%;
    z-index: 99;
    border-radius: 50%;
    left: 46%;
    border: 20px solid #fff;
}

.service-pattarn {
    position: absolute;
    right: 22px;
}

.service-right img:first-child {
    border: none
}

.items-menu-area2 {
    background: linear-gradient(to top, #FAFAFA, #ECF0F4)
}

.menu-items-text-box h2 {
    color: #0b0c12
}

.menu-tabs2 li a {
    color: #0b0c12
}

.menu-tabs2 li a.active {
    color: #de2b36
}

.menu-tabs2 li a:after {
    background: url(../img/icon/hoverlogo2.png);
    background-repeat: no-repeat;
    left: 20%;
    bottom: -30%
}

.single-menu2 {
    background: #242424;
    border-radius: 10px;
    background: #fff;
    transition: all .3s;
    margin-bottom: 30px
}

.single-menu2:hover {
    transform: translateY(-5px);
    transition: all .3s;
    box-shadow: 0 8px 16px rgba(0, 0, 0 0, 1)
}

.single-menu2 p {
    color: #0b0c12;
    opacity: .6
}

.menu-text-box2 {
    padding: 30px
}

.menu-text-box2 a {
    font-size: 22px;
    color: #242424;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize
}

.menu-text-box2 a:hover {
    color: #de2b36
}

.menu-text-box2 span {
    display: block;
    margin-top: 15px
}

.menu-text-box2 p {
    margin: 15px 0
}

.menu-text-box2 h4 {
    color: #de2b36;
    display: block;
    position: relative;
    margin-bottom: 0
}

.menu-text-box2 h4 span {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    background: #fdeeef;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    right: 0;
    margin-top: -20px;
    color: #de2b36;
    transition: all .3s
}

.menu-text-box2 h4 span:hover {
    cursor: pointer;
    background: #de2b36;
    color: #fff;
    transition: all .3s
}

.menu-text-box2 h4:hover {
    text-decoration: underline
}

.single-menu2 img {
    height: 320px;
    width: 100%
}

.single-menu-img2 span {
    position: absolute;
    top: 8%;
    z-index: 3;
    right: 0;
    background: #de2b36;
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px 0 0 30px;
    font-size: 14px
}

.clinets-area2 {
    text-align: center;
}

.single-client-logo {
    width: 44%;
    display: inline-block;
    text-align: center;
    margin: 15px
}

.apps-area2 {
    background: #242424;
    position: relative;
    z-index: 2
}

.apps-area2:after {
    position: absolute;
    height: 100%;
    width: 50%;
    background: url(../img/apps/apps2.jpg);
    top: 0;
    left: 0;
    content: ""
}

.call-to-action-area2 {
    background: #de2b36;
    color: #fff
}

.call-to-action-area2 h2 {
    color: #fff
}

.cta-form2 input {
    background: #fff;
    border: none;
    padding: 16px;
    border-radius: 5px;
    color: #fff
}

.event-area div.eventbg {
    position: relative;
    z-index: 2
}

.event-area div.eventbg:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    z-index: -1;
}

.events .row>div {
    transition: all .3s;
}

.events .row>div:hover img {
    /* filter: brightness(0) */
}

.events .row.row3>div:first-child:hover {
    transform: none;
    transition: all .3s;
    box-shadow: none;
    cursor: inherit
}

.single-event {
    padding: 25px 0;
    outline: none;
    text-align: center;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px #cacaca;
    display: block;
}

.ser-rows {
    position: relative;
}

.ser-rows .col-lg-4 {
    padding: 0 5px;
}

.whatwehave {
    position: absolute;
    left: 0px;
    background: #fb1c64;
    color: #fff;
    padding: 3px 9px 3px 13px;
    font-size: 18px;
    top: 0px;
    border-radius: 18px 0px 0px 18px;
    max-width: 170px;
    right: 135px;
    margin: auto;
    visibility: hidden;
}

.service_list_section {
    background: transparent;
    position: relative;
    left: 0;
}

.ser_hand_right_icn {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    font-size: 34px;
    line-height: 49px;
    border-radius: 50%;
    text-align: center;
    bottom: -19px;
    box-shadow: 0px 0px 0px 7px #e8e8e8;
    z-index: 2;
    transform: rotate(-89deg);
}

.ser_hand_right_icn i {
    position: relative;
}

.treatments {
    text-transform: uppercase;
    position: relative;
    right: 0;
    display: table;
    margin: auto;
    font-size: 39px;
    bottom: 0;
    color: #fff;
    z-index: 1;
    background: #fb1c64;
    margin-top: 29px;
    padding: 21px 29px;
    border-radius: 37px;
    box-shadow: 0px 0px 0px 9px #eaeaea;
}

.service_section {
    position: relative;
}

.service_section::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 59%;
    bottom: 138px;
    left: 0px;
    right: 0;
    margin: auto;
    border-right: 8px solid #eaeaea;
}

._ser_list_block {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

._ser_list_block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #021621);
    z-index: 1;
}

._ser_title_tl {
    position: absolute;
    bottom: 9px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

._ser_title_tl h2 {
    color: #fff;
    line-height: 19px;
    padding: 0 8px;
    font-size: 14px;
    text-transform: uppercase;
}

.ser_row {
    max-width: 538px;
}

.ser_row_right {
    float: right;
}

.ser_row .col-md-6 {
    padding: 0 5px;
}

.ser_row_left .col-md-6:nth-child(1), .ser_row_right .col-md-6:nth-child(2) {
    margin-top: -131px;
}

.ser_row_left .col-md-6:nth-child(3), .ser_row_right .col-md-6:nth-child(4) {
    margin-top: -131px;
}

._ser_image_img img {
    filter: grayscale(1);
    transition: linear .4s;
}

._ser_list_block:hover ._ser_image_img img {
    filter: grayscale(0);
}

._ser_list_block a {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100px;
    background-color: yellow;
    color: #000;
    right: -40px;
    bottom: 43%;
    padding: 1px 0px;
    transition: all ease-in-out .5s;
    z-index: 1;
    text-align: center;
}

._ser_list_block:hover a {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.event-area {
    padding: 0px 0 67px;
}

.single-event img {
    margin-bottom: 12px;
    transition: all ease-in-out .5s;
}

.single-event:hover img {
    transform: rotate(-20deg);
}

.emergency-sectio {
    position: relative;
}

.emergency-sectio::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    background: #07809a;
}

.we-care {
    text-align: center;
    margin-top: 0;
    padding: 30px 47px;
    position: relative;
    background: #07809a;
    border-radius: 0px 95px 95px 0px;
}

.twentyfour {
    position: absolute;
    right: 13px;
    width: 130px;
    height: 130px;
    background: #001f44;
    color: #eee;
    font-size: 44px;
    border-radius: 50%;
    line-height: 119px;
    top: 14px;
}

.we-care h3 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.we-care h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    margin: 0;
}

.we-care a {
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 1px solid;
    padding: 9px 21px;
    font-size: 21px;
    margin-top: 14px;
    margin-left: 8px;
}

.heading .we-care h2 {
    font-size: 77px;
    text-transform: uppercase;
    margin-top: 35px;
    font-weight: 700;
    color: #9c9c9c;
}

.best_hospital {
    color: #000;
    font-size: 41px;
    text-align: center;
    line-height: 58px;
}

.ser-heading {
    text-align: center;
    max-width: 459px;
    margin: auto;
    margin-bottom: 48px;
    margin-top: 7px;
}

.blog-area {
    background: linear-gradient(to top, #FAFAFA, #ECF0F4)
}

.heading h3 {
    color: #191919;
    text-transform: uppercase;
    font-size: 36px;
}

.heading span {
    display: block;
    color: #fb1c64;
    font-size: 40px;
    font-family: 'Engagement', cursive;
    text-transform: initial;
}

.single-blog {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-text-wrap {
    padding: 30px
}

.blog-grid-area .single-blog a:hover {
    color: #f9c200
}

.single-blog a:hover {
    color: #de2b36
}

.single-blog-article-area .single-blog a:hover {
    color: #f9c200
}

.blog-text-box2 a {
    font-size: 24px;
    color: #242424;
    font-weight: 500
}

.blog-text-box2 p {
    margin: 20px 0;
    line-height: 27px
}

.single-blog-img {
    position: relative;
    z-index: 2;
    height: 300px;
    overflow: hidden
}

.single-blog-img span {
    position: absolute;
    left: 0;
    top: 13%;
    background: #de2b36;
    padding: 5px 15px;
    border-radius: 0 30px 30px 0;
    color: #fff;
    font-weight: 500
}

.blog-area .owl-nav div {
    background: #de2b36;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    margin-top: -40px;
    left: -40px;
    border: 8px solid #fff;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.blog-area:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.blog-area .owl-nav div.owl-next {
    left: auto;
    right: -40px;
    transition: all .3s
}

.blog-area .owl-nav div i {
    color: #fff;
    font-size: 28px
}

.blog-area .owl-nav div:hover {
    border-color: #de2b36;
    background: #fff;
    transition: all .3s
}

.blog-area .owl-nav div:hover i {
    color: #de2b36;
    transition: all .3s
}

.single-blog-img img {
    height: auto;
    width: 100%
}

.footer-area {
    overflow: hidden;
    width: 100%
}

.single-footer2 li a:hover {
    color: #de2b36;
    padding-left: 3px
}

.single-footer-cta2 {
    color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 60px;
    margin-bottom: 20px
}

.single-footer-cta2 i {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: red;
    border-radius: 50px;
    margin-top: -25px
}

.single-footer-cta2 h6 {
    color: #fff
}

.back-top-btn2 {
    background: #0b0c12
}

.back-top-btn2 a:hover {
    color: #de2b36
}

.text-box span {
    color: #efefef;
}

.text-box2 span {
    color: #ffffff;
}

.primary-overlay:after {
    content: none !important;
}

.stellarnav.light li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 0 18px;
    text-transform: uppercase;
}

.welcome-area .owl-dots div.active {
    background: #064ea2;
    opacity: 1;
}

li.current a, .stellarnav li a:hover {
    color: #fb1c64;
}

.btn2 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    background: #0095b5;
    border: 1px solid transparent;
    padding: 5px 20px;
    color: #ffffff;
}

.stellarnav ul {
    display: table;
    margin: auto;
    padding: 13px 26px;
    text-align: center;
    /* background: #ffffff; */
    position: absolute;
    left: 230px;
    top: 34px;
    /* box-shadow: 0px 0px 10px #ccc; */
}

.menu-btn h6 {
    position: absolute;
    font-size: 68px;
    text-align: center;
    padding: 23px 0;
    padding-left: 0;
    color: #b9d6f8;
    z-index: -1;
}

.stellarnav.light ul ul {
    background: #010121;
    padding: 0;
    left: 0;
    top: 39px;
}

.stellarnav.light.right.desktop li li a {
    transition: all .3s;
    font-size: 12px;
    color: #ffffff;
    padding: 5px 10px !important;
    font-weight: 400;
}

.stellarnav.light.right.desktop li li a:hover {
    color: #fff !important;
    background: #fb1c64;
    padding-left: 20px;
    transition: all .3s;
}

.main-menu .logo {
    position: absolute;
    padding: 5px;
    width: 187px;
    background: #ffffff;
    left: 27px;
    top: 2px;
    box-shadow: 0px 0px 10px #b0b0b040;
    z-index: 9999;
    border-radius: 4px;
}

.stellarnav li a {
    display: block;
    text-decoration: none;
    color: #777;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn2:hover {
    color: #0095b5;
}

.section-padding {}

.bg1 {
    height: 100%;
    background-color: #064ea2;
}

.single-event:focus {
    outline: none;
}

.bg2 {
    background-color: #033a7a;
    height: 100%;
}

.bg3 {
    background-color: #012753;
    height: 100%;
}

.bg4 {
    background-color: #01162e;
    height: 100%;
}

.bg5 {
    background-color: #064ea2;
    height: 100%;
}

.bg6 {
    background-color: #033a7a;
    height: 100%;
}

.bg7 {
    background-color: #012753;
    height: 100%;
}

.bg8 {
    background-color: #01162e;
    height: 100%;
}

.bg9 {
    background-color: #064ea2;
    height: 100%;
}

.bg10 {
    background-color: #033a7a;
    height: 100%;
}

.single-event p {
    color: #013c82;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}

.ser-rows .col-lg-4:nth-child(2) .single-event p, .ser-rows .col-lg-4:nth-child(4) .single-event p, .ser-rows .col-lg-4:nth-child(6) .single-event p, .ser-rows .col-lg-4:nth-child(8) .single-event p {
    /* color: #fff; */
}

.events img {
    /* filter: brightness(20); */
}

.header-area.sticky .main-menu .logo {
    background: #fff;
}

.header-area.sticky .logo-area {
    background: #fff !important;
}

.btn10 {
    color: #010121;
    font-size: 14px;
    padding: 5px 20px;
    background: transparent;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #010121;
}

.video-area form input::placeholder {
    color: #fff;
}

.video-area form textarea::placeholder {
    color: #fff;
}

.video-area {
    text-align: center;
}

.facilities {
    list-style: none;
}

.facilities li {
    color: #fff;
    padding: 7px 10px;
    background: #fdb9c152;
    margin-bottom: 10px;
    border-radius: 20px;
}

.client-area h3 {
    left: 171px;
    font-size: 65px;
    z-index: 99;
    top: 0;
    color: #f9aeae;
    position: absolute;
    text-transform: uppercase;
}

.team-area {
    padding: 50px 0;
}

.baby-img img {
    position: absolute;
    width: 100%;
}

.heading h2 {
    text-transform: capitalize;
    color: #033b7d;
    font-size: 35px;
}

.team-back-text p {
    font-size: 20px;
}

.team_front img {
    border-radius: 100%;
}

.call-to-action-area p {
    text-align: left;
    color: #fff;
    font-size: 15px;
}

.call-to-action-area {
    padding: 0;
}

.footer-area {
    overflow: hidden;
    width: 100%;
    background: transparent;
    padding: 36px 0px 8px;
}

.copyright a {
    color: #fb1c64;
}

.single-footer-cta h6 a {
    color: #585858;
}

.welcome-area .owl-dots div {
    height: 10px;
    width: 10px;
    background: #0095b59c;
    margin: 5px;
    opacity: .5;
    border-radius: 1px;
    display: table-caption;
}

.close-btn {
    display: none;
}

.stellarnav li.has-sub>a:after {
    content: none !important;
}

.stellarnav ul ul {
    top: auto;
    width: 456px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ddd;
    border-radius: 0;
    overflow: hidden;
}

.stellarnav ul ul.custom_drop {
    width: 130px;
}

.stellarnav li li {
    display: block;
    border-bottom: 1px dashed #fbfbfb;
}

.stellarnav ul ul li:last-child {
    border-bottom: 0px;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    /* margin-bottom: 35px; */
}

.video-area p {
    /* color: #fff; */
}

.team-hover-effect.team_bg2:before {
    background-image: none;
}

.client-area {
    padding: 64px 0 112px;
    background: #02141d;
}

.team-area .text-box {
    text-align: center;
}

.client-area2 h2 {
    color: #ffffff;
    margin-bottom: 43px;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500;
}

.client-area2 h2 span {
    color: #0095b5;
    display: block;
    font-size: 40px;
    text-transform: initial;
    font-family: 'Engagement', cursive;
    font-weight: 400;
}

.author p {
    color: #ffffff;
    font-weight: 400;
    display: table;
    margin: auto;
    font-size: 19px;
    text-transform: uppercase;
    font-style: normal;
    border: 1px solid;
    padding: 4px 21px;
    border-radius: 30px;
}

.author p span {
    color: #109bba;
    opacity: 1;
}

.blog-sec a {
    color: #de2b36;
    font-weight: 500;
}

.blog-sec h4 {
    color: #717171;
    font-size: 24px;
}

.mobile-copyright {
    display: none;
}

.blog-sec img {
    border: 2px solid #fff;
}

/* .clinets-area p{
    color: #fff;
}
.single-client .fa{
    font-size: 60px;
    color: #fff;
} */

.blog-sec h5 {
    background: #ffec07;
    color: #000;
    padding: 7px 5px;
    width: fit-content;
    font-size: 16px;
    position: absolute;
    bottom: 50px;
    left: -26px;
    transform: rotate(-90deg);
    width: 118px;
    text-align: center;
}

.blog-sec p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.blog-sec a {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    border: 1px solid #333;
    padding: 1px 5px;
}

.blog-sec {
    padding: 15px;
    margin-bottom: 14px;
    box-shadow: 0px 0px 10px #dedede;
    border-radius: 10px;
}

.appointment_block {
    position: relative;
    padding: 53px 18px;
}

.appointment_block::before {
    content: "";
    position: absolute;
    width: 81%;
    height: 100%;
    left: 0;
    background: #e6fff2;
    top: 0;
}

.appointment_block::after {
    content: "";
    position: absolute;
    width: 35%;
    height: 91%;
    right: -10px;
    border: 1px solid #bfbfbf;
    top: 25px;
    z-index: -1;
}

.appointment-section {
    text-align: center;
    padding: 0px 26px;
}

.appointment-section h3 {
    text-transform: uppercase;
}

.appointment-section p {
    margin-bottom: 24px;
    font-size: 16px;
}

.appointment-section .form-control {
    height: 44px;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 21px;
    color: #000;
}

.appointment-section textarea.form-control {
    height: 86px;
}

.appointment-section .form-control::placeholder {
    color: #333;
}

.appointment-section .btn {
    background-color: #0b1e28;
    border-color: transparent;
    width: 104px;
    padding: 7px 0px;
    margin-top: 14px;
    color: #fff;
    font-size: 21px;
}

.app_image {
    padding: 7px;
    background: #fff;
    box-shadow: 0px 0px 10px #b5b5b5;
}

.bread-cumb {
    position: relative;
    padding: 140px 0px 104px;
    text-align: center;
}

.bread-cumb::before {
    content: "";
    position: absolute;
    background-image: url(../img/bread-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .2;
    width: 100%;
    height: 132%;
    left: 0;
    top: 0;
}

.bread-cumb h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 44px;
    line-height: 41px;
    margin-bottom: 15px;
}

.bread-cumb ul.brad-ul {
    box-shadow: 0px 0px 10px #ccc;
    list-style: none;
    display: table;
    margin: auto;
    padding: 7px 12px;
    border-radius: 5px;
    background: #fff;
}

.bread-cumb ul.brad-ul li {
    display: inline-block;
    position: relative;
    padding: 0 16px;
    font-size: 17px;
}

.bread-cumb ul.brad-ul li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: -8px;
    background: linear-gradient(to right, #064ea2, #12c9ef);
    border-radius: 50%;
    top: 8px;
}

.bread-cumb ul.brad-ul li:last-child:before {
    display: none;
}

.bread-cumb ul.brad-ul li a {
    display: block;
    color: #09abce;
}

.inner-body .header-socials {
    left: initial;
    right: 10px;
    top: 20rem;
}

.inner-section {
    position: relative;
    padding: 70px 0px 90px;
    min-height: 70vh;
}

._contact-info {
    position: relative;
    text-align: center;
    padding: 19px 0;
    border: 1px solid #ccc;
    min-height: 134px;
    margin-bottom: 25px;
}

._contact-info i {
    font-size: 27px;
    display: table;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    color: #828282;
    line-height: 47px;
    background: #fff;
    margin: -43px auto 13px;
}

._c-form {
    position: relative;
    padding: 27px 34px;
    box-shadow: 0px 0px 10px #ccc;
}

._c-form h3 {
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

._c-form .form-group {
    margin-bottom: 20pxs;
}

._c-form .form-control {
    background-color: #f5f5f5;
}

._c-form textarea.form-control {
    height: 113px;
}

._c-form .btn {
    width: 100%;
    margin-top: 34px;
}

.map iframe {
    width: 100%;
    height: 296px;
}

.testimonials-box.serviceBox {
    color: #313131;
    background-color: #fdfdfd;
    text-align: center;
    padding: 0 15px 45px 15px;
    margin: 60px 0 0;
    border: 1px solid transparent;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 1px 8px #dee8e6;
}

.testimonials-box.serviceBox:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.testimonials-box.serviceBox:after {
    content: "";
    background: linear-gradient(to right, #139db0, #15d4f1);
    width: 100px;
    height: 20px;
    border-radius: 50px 50px 0 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.testimonials-box.serviceBox .service-count {
    color: #fff;
    background: linear-gradient(to right bottom, #40f0f7, #0fe3ea, #1395a9, #0687a2);
    font-size: 50px;
    line-height: 100px;
    width: 120px;
    height: 120px;
    margin: -61px auto 0;
    border-radius: 50%;
    text-shadow: 0 0 4px #555;
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 80%, 0 50%);
}

.testimonials-box.serviceBox .title {
    color: #064ea2;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.testimonials-box.serviceBox .description {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 25px;
    min-height: 120px;
}

.testimonials-box.serviceBox .service-icon {
    color: #064ea2;
    background-color: #fff;
    font-size: 35px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 1px 12px #dee8e6;
}

.testimonials-box.serviceBox:hover .service-icon i {
    transform: rotateX(360deg);
    transition: all 0.3s;
}

@media only screen and (max-width:990px) {
    .testimonials-box.serviceBox {
        margin: 60px 0 37px;
    }
}

.careers-section {
    text-align: center;
}

.careers-section h3 {
    text-transform: uppercase;
    margin-top: 28px;
}

.careers-section ul li {
    display: inline-block;
    background-color: #ffb1b8;
    padding: 6px 11px;
    font-size: 20px;
}

.careers-section ul li:nth-child(2) {
    background-color: #abf9b4;
}

.careers-section ul li:nth-child(3) {
    background-color: #fff68e;
}

.careers-form {
    position: relative;
    padding: 43px 43px 27px;
    margin-top: 26px;
    box-shadow: 0px 0px 10px #ccc;
}

.careers-form .form-control {
    background-color: #06376f;
    color: #fff;
    height: 56px;
}

.careers-form textarea.form-control {
    height: 120px;
}

.careers-form .form-group {
    margin-bottom: 30px;
}

.careers-form select.form-control option {
    background-color: #0095B5;
}

.careers-form .form-control::placeholder {
    color: #eee;
}

.careers-form .btn {
    width: 250px;
    padding: 10px 10px;
    font-size: 18px;
}

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: none;
    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-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    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-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    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;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    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--previous, .fancybox-slide--current, .fancybox-slide--next {
    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: transparent;
    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-swipe .fancybox-content, .fancybox-can-pan .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: transparent;
    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--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .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-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */

.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;
}

/* Buttons */

.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:visited, .fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */

.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--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit 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;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    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;
}

/* Navigation arrows */

.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);
}

/* Caption */

.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;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    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);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.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);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.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);
}

/* transitionEffect: rotate */

.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(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.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);
}

/* transitionEffect: tube */

.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);
}

/* Styling for Small-Screen Devices */

@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));
        }
    }
}

/* Share */

.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:visited, .fancybox-share__button:link {
    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: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.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: rgba(0, 0, 0, 0);
    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: none;
    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;
}

/* Styling for Small-Screen Devices */

@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);
    }
}

._grow .col-md-3 {
    padding: 0 5px;
}

.gallery-list .box {
    background: linear-gradient(#000f21, #26d9ff);
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.gallery-list .box img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}

.gallery-list .box:hover img {
    opacity: 0.3;
    transform-origin: bottom center;
    transform: scale(1.3);
}

.gallery-list .box .box-content {
    color: #fff;
    text-align: center;
    width: 200px;
    padding: 10px 10px;
    border: 3px solid #fff;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.gallery-list .box:hover .box-content {
    opacity: 1;
    transform: translateX(0) translateY(0);
    top: 10px;
    left: 10px;
}

.gallery-list .box .title {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.gallery-list .box .post {
    font-size: 16px;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.gallery-list .box .icon {
    padding: 5px 5px;
    margin: 0;
    list-style: none;
    border: 1px solid #fff;
    opacity: 0;
    transform: translateX(50%) translateY(50%);
    position: absolute;
    right: 50%;
    bottom: 50%;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.gallery-list .box:hover .icon {
    opacity: 1;
    transform: translateX(0) translateY(0);
    bottom: 10px;
    right: 12px;
}

.gallery-list .box .icon i {
    display: inline-block;
    margin: 0 3px;
}

.gallery-list .box .icon i {
    color: #ffffff;
    background: #ff0a21;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    width: 33px;
    height: 33px;
    display: block;
    transition: all 0.35s ease 0s;
}

.gallery-list .box .icon i:hover {
    color: #fff;
    background: #F91458;
}

.inner-facility-list {
    position: relative;
    margin-bottom: 10px;
}

.inner-facility-list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(1 16 33 / 58%);
    top: 0;
    left: 0;
}

.inner-facility-list::after {
    content: "";
    position: absolute;
    width: 94%;
    height: 94%;
    border: 1px solid #ccc;
    top: 9px;
    left: 0;
    right: 0px;
    margin: auto;
}

.inner-fac-img {
    position: initial;
}

.inner-fac-ttle {
    position: absolute;
    bottom: 24px;
    z-index: 2;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    padding: 0 17px;
}

.inner-fac-row .col-md-3 {
    padding: 0 5px;
}

.about-text-inner {
    position: relative;
}

.about-text-inner h5 {
    color: #0095B5;
    font-size: 26px;
}

.about-text-inner h2 {
    color: #064EA2;
    text-transform: uppercase;
}

.about-text-inner p {
    margin-bottom: 10px;
    line-height: 25px;
}

.h-building {
    padding: 10px;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 16px;
    margin-bottom: 39px;
}

._mvv-inner-section {
    position: relative;
}

._mvv-inner-section::before {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    background-color: #0393B5;
    right: 0px;
    top: 0px;
}

.inner_mvv_contaner {
    position: relative;
    background-color: #0393B5;
    padding: 40px 38px;
}

._inner-mvv {
    position: relative;
    text-align: center;
    padding: 0 16px;
}

._inner-mvv h4 {
    color: #fff;
}

._inner-mvv p {
    color: #fff;
}

._inner_mvv_row .col-md-4:nth-child(1):before, ._inner_mvv_row .col-md-4:nth-child(2):before {
    content: "";
    position: absolute;
    width: 2px;
    height: 122px;
    border-right: 1px solid #fff;
    right: -4px;
    top: 21px;
}

._docoto-desc h2 {
    text-transform: uppercase;
    color: #FF0A21;
    font-size: 33px;
    margin-top: 41px;
    margin-bottom: 0;
}

._docoto-desc h3 {
    color: #5f5f5f;
    font-size: 27px;
}

._docoto-desc p {
    margin-bottom: 10px;
    line-height: 25px;
}

._docoto-image {
    margin-top: 25px;
}

._docoto-image img {
    padding: 6px;
    border: 1px solid #ccc;
}

.site {
    position: relative;
    overflow-x: hidden;
}

.site::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: .3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.scroll-btns {
    position: absolute;
    bottom: -47px;
    z-index: 2;
    width: 100%;
    text-align: center;
    left: auto;
    right: auto;
}

div#service {
    padding: 72px 0 0px;
}

.footer_logo_about {
    max-width: 730px;
    margin: auto;
    text-align: center;
    margin-bottom: 25px;
}

.footer_logo_about img {
    width: 177px;
    margin-bottom: 4px;
}

.footer_logo_about p {
    line-height: 25px;
    margin-bottom: 10px;
}

.useful-links {
    display: table;
    margin: auto;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 27PX;
}

.useful-ul {
    overflow: hidden;
}

.useful-ul span {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #353535;
    font-weight: 500;
}

.useful-ul li {
    display: inline-block;
}

.useful-ul li a {
    padding: 0 10px;
    border-right: 1px solid #989898;
    display: block;
    color: #353535;
}

.useful-ul li a.b-none {
    border: none;
}

.inner-top .header-socials {
    top: 300px;
}

.inner-top .top-address-info {
    top: 200px;
}

.inner-top {
    height: 0;
}

.bread-cumb-section {
    padding-top: 100px;
}

.inner-pages {
    min-height: 40vh;
    padding: 50px 0 100px;
}

.breadcrumb h1 {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #171744;
    font-weight: 600;
    line-height: 33px;
}

.breadcrumb {
    text-align: center;
    display: block;
    padding-top: 175px;
    background: 0 0;
}

.breadcrumb ul {
    display: inline-flex;
    padding: 4px 10px;
    position: relative;
    top: 19px;
    border-radius: 999px;
    border-bottom: 3px solid #00bd9c;
}

.breadcrumb ul li {
    font-size: 16px;
    display: inline-block;
    padding: 0 20px 0;
    position: relative;
    color: #233645;
}

.breadcrumb ul li::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 28%;
    background-image: url(../img/favicon.png);
    width: 24px;
    height: 20px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.breadcrumb ul li:last-child {
    margin-right: 0;
}

.breadcrumb ul li:last-child::before {
    content: none;
}

.breadcrumb ul li a {
    font-weight: 500;
    color: #fb1c64;
}

/*testimonial*/

.main-timeline {
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #171744;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline {
    margin-bottom: 50px;
    position: relative;
}

.main-timeline .timeline:before, .main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00bd9c;
    overflow: hidden;
    margin-left: -23px;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
}

.main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 50px;
    color: #ffffff;
}

.main-timeline .timeline-content {
    width: 45%;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-timeline .timeline-content:before {
    content: "";
    border-left: 7px solid #171744;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 45%;
    top: 20px;
}

.main-timeline .title {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    padding: 0 10px;
    background: #171744;
    border-radius: 3px 3px 0 0;
    margin: -20px -20px 10px;
}

.main-timeline .description {
    color: #726f77;
}

.main-timeline .read-more {
    display: inline-block;
    font-size: 12px;
    color: #64d8c1;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 2px solid #64d8c1;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 0 #64d8c1;
    -moz-box-shadow: 2px 2px 0 #64d8c1;
    -ms-box-shadow: 2px 2px 0 #64d8c1;
    box-shadow: 2px 2px 0 #64d8c1;
}

.main-timeline .read-more:hover {
    top: 2px;
    left: 2px;
    box-shadow: none;
}

.main-timeline .timeline-content.right {
    float: right;
}

.main-timeline .timeline-content.right:before {
    content: "";
    right: 107%;
    left: -7px;
    border-left: 0;
    border-right: 7px solid #171744;
}

@media only screen and (max-width: 990px) {
    .main-timeline .title {
        font-size: 25px;
    }
    .main-timeline .timeline-content::before {
        top: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline {
        margin-left: 20px;
    }
    .main-timeline:before {
        left: 0;
    }
    .main-timeline .timeline-content {
        width: 90%;
        float: right;
    }
    .main-timeline .timeline-content:before, .main-timeline .timeline-content.right:before {
        left: 10%;
        right: inherit;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #171744;
    }
    .main-timeline .timeline-icon {
        left: 0;
    }
}

@media only screen and (max-width: 479px) {
    .main-timeline .timeline-content {
        width: 85%;
    }
    .main-timeline .timeline-content:before, .main-timeline .timeline-content.right:before {
        left: 15%;
    }
    .main-timeline .title {
        font-size: 20px;
    }
    .main-timeline .timeline-content:before {
        top: 9px;
    }
}

/*images*/

.box {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.box:hover .box-icon {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.box .icon {
    font-size: 30px;
    color: #000;
    line-height: 60px;
    text-align: center;
    opacity: 1;
    -moz-transition: all 0.01s linear 0.2s;
    -webkit-transition: all 0.01s linear 0.2s;
    -o-transition: all 0.01s linear 0.2s;
    -ms-transition: all 0.01s linear 0.2s;
    transition: all 0.01s linear 0.2s;
}

.box:hover .icon {
    opacity: 0;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.box .box-inner {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    -moz-transition: all 0.01s linear 0s;
    -webkit-transition: all 0.01s linear 0s;
    -o-transition: all 0.01s linear 0s;
    -ms-transition: all 0.01s linear 0s;
    transition: all 0.01s linear 0s;
}

.box:hover .box-inner {
    opacity: 1;
}

.box .border {
    background: #000;
    position: absolute;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.box:hover .border-top, .box:hover .border-left, .box:hover .border-bottom, .box:hover .border-right {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.box .border-top {
    width: 100%;
    height: 2px;
    top: 0;
    left: 2px;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.box .border-left {
    width: 2px;
    height: 100%;
    bottom: 0;
    left: 0;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.box .border-bottom {
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 2px;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.box .border-right {
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.box:hover .box-content {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.box .title {
    width: 80%;
    margin: 20% auto 0;
    background: rgba(0, 0, 0, 0.7);
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 0;
    position: relative;
}

.box .title:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 100%;
    left: 42%;
}

.box .description {
    width: 80%;
    margin: 40px auto 0;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.8);
}

.box .read-more {
    display: inline-block;
    margin: 30px auto 0;
    padding: 7px 20px;
    background: #1b8070;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    box-shadow: inset 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:360px) {
    .box .title {
        margin: 10% auto 0;
    }
}

@media only screen and (max-width:359px) {
    .box .description {
        margin: 25px auto 0;
    }
    .box .read-more {
        margin: 15px auto 0;
    }
}

.box-content img {
    width: 70%;
}

/*contact*/

.counter {
    color: #666;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0 20px 20px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.counter:before, .counter:after {
    content: "";
    background: linear-gradient(#20abdb, #171744);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.counter:after {
    /* background: transparent; */
    border: 2px dashed rgba(255, 255, 255, 0.5);
    top: 20px;
    left: 20px;
    right: 10px;
    bottom: 10px;
}

.counter .counter-content {
    background-color: #fff;
    height: 100%;
    padding: 23px 15px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    position: relative;
}

.counter .counter-content:before, .counter .counter-content:after {
    content: '';
    background: linear-gradient(to top right, #171946 50%, transparent 52%);
    height: 10px;
    width: 10px;
    position: absolute;
    right: -10px;
    top: 0;
}

.counter .counter-content:after {
    transform: rotate(180deg);
    top: auto;
    bottom: -10px;
    right: auto;
    left: 0;
}

.counter .counter-icon {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
}

.counter h3 {
    color: #171744;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.counter .counter-value {
    font-size: 16px;
    display: block;
}

.counter.purple:before {
    /* background: linear-gradient(#C4588C, #BE2A8D); */
}

.counter.purple .counter-content:before, .counter.purple .counter-content:after {
    /* background: linear-gradient(to top right, #7c1058 50%, transparent 52%); */
}

.counter.purple h3 {
    color: #171744;
}

.counter.blue:before {
    background: linear-gradient(#7ACBC5, #2D9C91);
}

.counter.blue .counter-content:before, .counter.blue .counter-content:after {
    background: linear-gradient(to top right, #0a5b53 50%, transparent 52%);
}

.counter.blue h3 {
    color: #2D9C91;
}

.counter.green:before {
    background: linear-gradient(#C0D62A, #83C040);
}

.counter.green .counter-content:before, .counter.green .counter-content:after {
    background: linear-gradient(to top right, #518416 50%, transparent 52%);
}

.counter.green h3 {
    color: #83C040;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

.contact-form {
    padding: 20px;
    background-color: #ccc;
    margin-top: 40px;
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
    border: 5px solid #fff;
}

.contact-form .btn-danger {
    width: 100%;
}

.contact-form .form-control {
    height: 50px;
    margin-bottom: 20px;
}

.contact-form h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #171b48;
}

/*fancybox*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../img/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../img/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../img/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

/*about*/

.email-signature {
    padding: 25px;
    position: relative;
    z-index: 1;
    padding-left: 0;
}

.email-signature:before {
    content: "";
    /* background: linear-gradient(to right, #24afdd, #171744); */
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.email-signature .signature-content {
    color: #fff;
    background: linear-gradient(45deg, #171744, #23abd8);
    width: 65%;
    padding: 10px;
    padding-right: 90px;
    text-align: right;
}

.email-signature .signature-details {
    text-align: right;
    margin: 0 0 10px;
}

.email-signature .title {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.email-signature .post {
    font-size: 25px;
}

.email-signature .inner-content {
    padding: 0 40px 0 0;
    margin: 0;
    list-style: none;
}

.email-signature .inner-content li {
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    display: block;
}

.email-signature .inner-content li span {
    color: #001f38;
    background: linear-gradient(to right, #f01c4e, #69177d);
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    margin-right: 6px;
    border-radius: 5px;
}

.email-signature .signature-img {
    background: #fff;
    width: 300px;
    height: 300px;
    padding: 7px;
    overflow: hidden;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 13%;
    z-index: 1;
}

.email-signature .signature-img img {
    width: 100%;
    height: auto;
}

.email-signature .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
}

.email-signature .icon li a {
    color: #f01c4e;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 15px 0;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}

.email-signature .icon li a:hover {
    color: #fff;
    background: #f01c4e;
    text-decoration: none;
    box-shadow: 0 0 10px #fff;
}

@media screen and (max-width:767px) {
    .email-signature .signature-img {
        right: 17%;
    }
}

@media screen and (max-width:576px) {
    .email-signature {
        padding: 0;
    }
    .email-signature:before {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }
    .email-signature .signature-content {
        text-align: center;
        width: 100%;
        padding: 20px;
    }
    .email-signature .inner-content {
        padding: 0;
    }
    .email-signature .inner-content li {
        line-height: 40px;
    }
    .email-signature .signature-img {
        margin: 0 auto;
        transform: translateY(0);
        position: relative;
        right: 0;
        top: -35px;
    }
    .email-signature .icon {
        text-align: center;
        transform: translateY(0) translatex(50%);
        top: auto;
        bottom: 10px;
        right: 50%;
    }
    .email-signature .icon li {
        display: inline-block;
    }
    .email-signature .icon li a {
        margin: 0 5px 0;
    }
}

.service-page p {
    text-align: justify;
}

.service-page h3 {
    font-size: 18px;
    color: #fb1c64;
}

.service-page a {
    color: #279c78;
}

.list-style {
    padding-left: 0;
}

.list-style li {
    position: relative;
    padding-left: 35px;
    margin: 5px 0px;
}

.list-style li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/favicon.png);
    background-repeat: no-repeat;
    background-size: 24px;
    left: 0;
    top: 5px;
    z-index: -1;
}

.service-page h2 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.about-page {
    position: relative;
}

.about-page:before {
    content: '';
    position: absolute;
    right: 0;
    height: 19%;
    width: 37%;
    top: -34px;
    background: linear-gradient(to right, #24afdd, #171744);
}

.signature-details {
    text-align: right;
}

.education {
    font-size: 20px;
    color: #fb1c64;
}

.pricingTable {
    background: #fff;
    padding: 15px 30px 0;
    margin: 0 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 70px 0 0;
    margin-top: 35px;
}

.pricingTable .pricingTable-header {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #fb1c64;
}

.pricingTable .title {
    color: #181b48;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.pricingTable .title i {
    margin-right: 5px;
    display: inline-block;
}

.pricingTable .price-value {
    color: #01CAD2;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -3px;
    text-align: center;
    margin: 0 0 20px;
}

.pricingTable .price-value sup {
    font-size: 50px;
    letter-spacing: normal;
    vertical-align: middle;
}

.pricingTable .pricing-content {
    background: #f0f1f1;
    text-align: justify;
    padding: 30px;
    margin: 0 -45px;
    border-radius: 60px 0 0 0;
    min-height: 208px;
}

.pricingTable .pricing-content ul {
    text-align: left;
    list-style: none;
}

.pricingTable .pricing-content ul li {
    padding: 0 0 0 30px;
    margin: 0 0 0px;
    position: relative;
}

.pricingTable .pricing-content ul li:last-child {
    margin: 0;
}

/* 
.pricingTable .pricing-content li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 0;
} */

.pricingTable .pricing-content li.disable:before {
    content: "\f00d";
}

.pricingTable .pricing-content li:last-child {
    margin-bottom: 0;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 150px;
    padding: 5px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    transition: all 0.5s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
    text-shadow: 3px 3px rgba(255, 255, 255, 0.5);
    box-shadow: 3px 3px rgba(255, 255, 255, 0.5);
}

.pricingTable.orange .pricingTable-header {
    border-bottom-color: #FD9976;
}

.pricingTable.orange .title, .pricingTable.orange .price-value {
    color: #FD9976;
}

.pricingTable.orange .pricing-content {
    background: linear-gradient(to right bottom, #FEA980, #FF6A88);
}

.pricingTable.purple .pricingTable-header {
    border-bottom-color: #FF72FC;
}

.pricingTable.purple .title, .pricingTable.purple .price-value {
    color: #FF72FC;
}

.pricingTable.purple .pricing-content {
    background: linear-gradient(to right bottom, #DC55D6, #A236BF);
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 0;
    }
}

.single-client2 a {
    color: yellow;
}

.breadcrumb ul li:nth-child(2)::before {}

.breadcrumb.media ul li:nth-child(2)::before {
    left: 75px;
}

.map iframe {
    height: 250px;
    margin-top: 40px;
    border: 20px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
}

.about-page p {
    text-align: justify;
}

.service-page p.anterior_last {
    text-align: left;
}

.papper_clipings {
    text-align: center;
    text-transform: uppercase;
    color: #23529c;
    margin: 45px 0 36px;
}

.blog_text h3 {
    color: #11549F;
    font-size: 25px;
    margin: 23px 0 0;
}

.blog_text h4 {
    color: #00bd9c;
    font-size: 20px;
    margin: 24px 0px 6px;
}

.blog_text a {
    color: #FB1C64;
}

._blog_nav {
    position: relative;
    box-shadow: 0px 0px 10px #ccc;
    padding: 17px 18px;
    margin: 0 0 24px;
    border-top: 4px solid #0b1c5f;
    background: #084e9b;
}

._blog_nav h4 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid;
    color: #ffffff;
}

._blog_nav ul {
    padding: 0px;
    list-style: none;
}

._blog_nav ul li a {
    display: block;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 17px;
    color: #fefffc;
    font-size: 18px;
}

._blog_nav ul li a.active {
    color: #ffb86b;
}

._blog_nav ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

._blog_nav ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    left: 0;
    border-radius: 50%;
    top: 11px;
}

._blog_pg_ h2 {
    color: #EC2B2F;
    font-size: 25px;
    margin: 13px 0 7px;
}

._blog_pg_ a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    margin-top: 14px;
}

.video iframe {
    width: 100%;
    height: 200px;
    border-bottom: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
}