@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
.container {
    position: relative;
}




body {
    /* font-family: 'Jost', sans-serif; */
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Martel Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .4px;
    background: #fef4f2;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

body.modal-open {
    position: fixed;
}

*:focus {
    outline: 0;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a,
button {
    outline: medium none;
}

button {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: .3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 26px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 22px;
    line-height: 1.5;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 15px;
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

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

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

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

*::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

*::placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

.input-border::-moz-placeholder {
    color: #fff;
}

.input-border::placeholder {
    color: #fff;
}

.underline {
    text-decoration: underline;
}

.white {
    color: #fff;
}

.bg-white {
    background: #ffffff;
}


/*Buttons*/

.btn,
.btn:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.btn-round {
    border-radius: 100px;
    padding: 16px 12px;
    line-height: 11px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(35, 34, 34, 0.97);
    background: #f55959;
    border: transparent;
}

.btn-round:hover {
    color: #fff;
}

.btn-round-blue {
    border-radius: 100px;
    padding: 15px 25px;
    line-height: 11px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .4px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.btn-round-blue:hover {
    color: #fff;
}

.btn-square {
    padding: 17px 45px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}

.btn-square:hover {
    color: #fff;
}

.btn-square-border {
    padding: 17px 45px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    background: none;
    border: 1px solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}

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

.btn-square-green {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
}

.btn-square-white {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    border: 1px solid #fff;
}

.btn-square-blue {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    border: 1px solid #fff;
}

.btn-square-white:hover,
.btn-square-green:hover,
.btn-blue:hover {
    color: #fff;
}

.btn-round-border {
    border-radius: 100px;
    padding: 16px 40px;
    line-height: 11px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    border: 1px solid;
}

.btn-blue {
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .4px;
    border-radius: 0;
    height: 50px;
}

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

.plus-btn {
    height: 54px;
    width: 54px;
    color: #fff;
    margin: auto;
    border-radius: 50px;
}

.circle-btn {
    height: 54px;
    width: 54px;
    line-height: 42px;
    color: #fff;
    margin: auto;
    border-radius: 50px;
}

.circle-btn:hover {
    color: #fff;
}

.plus-btn:hover {
    background-color: #ffffff;
}

.btn.wide {
    padding-left: 45px;
    padding-right: 45px;
}

.btn-border-blue {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid;
    border-radius: 0;
    padding: 13px 25px;
    line-height: 0;
}


/* ....................................
3. Header
.......................................*/

.transperant-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 300;
    height: 116px;
    width: 100%;
}

.logo img {
    max-width: 87%;
    position: relative;
    /* top: 19px; */
}

.main-menu-3 .active {
    background: #13aeb5;
    margin-top: 2px;
    margin-bottom: 2px;
}

.main-menu-3 .active a {
    color: #fff;
}

.main-menu-3 li:hover {
    background: #13aeb5;
}

.main-menu-3 li:hover a {
    color: #fff;
}

.menu-links {
    position: absolute;
    top: 52px;
    right: 2%;
    border-top: 1px solid;
    margin: auto;
    margin-top: 12px;
    border-bottom: 1px solid;
}

.menu-links:after {
    position: absolute;
    content: close-quote;
    width: 2px;
    height: 30px;
    right: -4px;
    top: 50%;
    transform: translatey(-50%);
    opacity: .20;
}

.main-menu li {
    display: inline-block;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}

.main-menu li a {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 44px 0px;
    color: #000;
}

.main-menu li a i {
    font-size: 10px;
}

.main-menu li:after {
    position: absolute;
    content: close-quote;
    bottom: -3px;
    height: 3px;
    left: 0;
    right: 0;
    width: 0;
}

.main-menu li:hover:after,
.main-menu li.active:after {
    width: 100%;
    transition: all .4s;
    z-index: 5;
}

.main-menu li .submenu {
    position: absolute;
    width: 220px;
    left: -10%;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background-color: #343637;
    z-index: 25;
}

.main-menu li .cstmwidth {
    width: 131px;
}

.main-menu li .submenu li {
    display: block;
}

.main-menu li .submenu li a {
    padding: 3px 5px;
    border-bottom: 1px solid;
    display: block;
    font-weight: 500;
    text-transform: initial;
    letter-spacing: .8px;
    color: #fff;
    font-size: 15px;
}

.sub-2 {
    position: relative;
}

.sub-2:after {
    content: "\f105";
    top: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.main-menu li .submenu li:last-child a {
    border: none;
}

.main-menu .submenu li:after {
    height: 1px;
    bottom: .4px;
}

.main-menu li .submenu .submenu li a {
    border-bottom: 1px solid;
}

.main-menu li .submenu .submenu li:last-child a {
    border: none;
}

.main-menu li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.main-menu li .submenu li .submenu {
    left: 131px;
    top: 0;
    box-shadow: -3px 3px 6px 0px #00000014;
}

.shop-icon {
    position: relative;
    color: #fff;
}

.shop-icon .count {
    width: 20px;
    position: absolute;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    right: -14px;
    top: -7px;
}

.shop-icon,
.search-icon {
    font-size: 17px;
    margin-right: 28px;
    color: #fff;
}

.shop-icon {
    margin-right: 30px;
}

.shop-icon:hover,
.search-icon:hover {
    color: #fff;
}

.search-popup .modal-content {
    background: none;
    border: none;
}


/*search popup*/

.input-search {
    height: 70px;
    background: none;
    border-radius: 0;
    border: 2px solid;
    padding-left: 40px;
    color: #fff;
}

.input-search:focus {
    background: none;
    color: #fff
}

.search-popup .modal-dialog {
    max-width: 1000px;
    width: 100%;
}

.input-search+i {
    position: absolute;
    right: 40px;
    font-size: 20px;
}

.input-search::-moz-placeholder {
    color: #fff;
    font-size: 20px;
    opacity: 1;
}

.input-search::placeholder {
    color: #fff;
    font-size: 20px;
    opacity: 1;
}

.close-search-modal {
    position: absolute;
    top: 40px;
    right: 50px;
    color: #fff;
    font-size: 24px;
}


/*mobile menu*/

.mean-container a.meanmenu-reveal {
    margin-top: -80px;
    right: 0;
}

.mean-container .mean-bar {
    padding: 0px 0;
    min-height: 0;
}

.mean-container .mean-nav {
    margin-top: 0px;
}

.mean-container a.meanmenu-reveal {
    text-indent: initial;
}

.mean-container .mean-nav ul li a i {
    display: none;
}

.mean-container .mean-nav ul li a {
    font-size: 13px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgb(51, 61, 72);
}


/*****header type 2*****/

.nice-select.lan-select {
    border: 0;
    line-height: 42px;
    font-weight: 600;
    padding-right: 12px;
    padding-top: 0;
    padding-left: 0px;
}

.nice-select.lan-select .list {
    left: initial;
    right: 0;
}

.nice-select.lan-select:after {
    right: 2px;
}

.language i {
    font-size: 17px;
}

.left-head-top .contact-head {
    border-right: 1px solid #eaeaea;
    padding: 12px 0px;
    padding-right: 30px;
    margin-right: 30px;
}

.language {
    border-left: 1px solid #eaeaea;
    padding-top: 13px;
    padding-bottom: 13px;
}

.menu-links-2 .main-menu li a {
    padding: 20px 0px;
}

.height-btn {
    padding-top: 25px;
    padding-bottom: 25px;
}

.menu-links-2 .main-menu>ul>li:hover:after,
.menu-links-2 .main-menu>ul>li.active:after {
    background-color: #fff;
    height: 2px;
}

.menu-links-2 .main-menu>ul>li:first-child {
    margin-left: 0;
}


/*mobile menu*/

.mobile-menu-2.mean-container .meanmenu-reveal span {
    background: #ffffff;
}

.mobile-menu-2.mean-container .meanmenu-reveal {
    padding: 9px 9px;
    top: 27px;
    right: 30px !important;
}

.mobile-menu-2.mean-container .mean-bar {
    z-index: 10;
}


/*****header type 3*****/

section.top-header {
    position: relative;
    z-index: 301;
}

.header-style-3 {
    top: 0;
    height: 117px;
}

.logo {
    position: absolute;
    left: 0px;
}

.header-style-3 .main-menu li a {
    padding: 5px 3px;
}

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

.main-menu-3>ul>li:first-child {
    margin-left: 0px;
}

.transperant-head.header-style-3.fixed-nav {
    background: none;
}

.top-social-links {
    position: absolute;
    top: 17rem;
    width: 50px;
    right: 19px;
    z-index: 99;
}

.top-social-links ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin-bottom: 14px;
    line-height: 39px;
    box-shadow: 0px 0px 0px 3px;
}

.top-social-links ul li:nth-child(1) a {
    background-color: #1f69e4;
}

.top-social-links ul li:nth-child(2) a {
    background-color: #dc3545;
}

.top-social-links ul li:nth-child(3) a {
    background-color: #60baea;
}

.top-social-links ul li:nth-child(4) a {
    background-color: #ce4fc6;
}

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


/*switch color css*/

.color-theme {
    position: absolute;
    top: 19rem;
    z-index: 3333;
    left: -209px;
}

.c2.color-theme.transition-4 {
    top: 23rem;
    z-index: 333;
}

.theme-colors {
    width: 209px;
    background-color: #fff;
    padding: 13px 20px 3px 12px;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.25);
}

.address-info {
    font-size: 17px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

ul.theme-ul li {
    display: inline-block;
    width: 26%;
    margin-bottom: 13px;
    margin-right: 5%;
}

ul.theme-ul li img {
    width: 100%;
}

.theme-colors h4 {
    font-size: 15px;
    font-weight: bold;
    color: #16202b;
    margin-bottom: 10px;
}

.theme-switch {
    position: absolute;
    right: -50px;
    top: 0;
    background-color: #ed3c40;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.color-theme:hover {
    left: 0;
}


/*transition 0.4s */

.transition-4,
.transition-4:hover {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.transition-5,
.transition-5:hover {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transition: all 500ms cubic-bezier(0.855, 0.000, 0.155, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.855, 0.000, 0.155, 1.000);
    -o-transition: all 500ms cubic-bezier(0.855, 0.000, 0.155, 1.000);
    transition: all 500ms cubic-bezier(0.855, 0.000, 0.155, 1.000);
}

.each-color {
    cursor: pointer;
    display: inline-block;
}

.theme-colors p {
    line-height: 19px;
}

.them-s-2 {
    background-color: #ed3c40;
}

.nav-slider.d-flex.justify-content-end {
    position: absolute;
    top: auto;
    left: 45%;
    transform: rotate(0deg);
    bottom: 5rem;
}

.dots-slider {
    line-height: 0;
    display: none;
}


.slides {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.slide1 {
    background-image: url(../gallery/banner/NU-anti-aging-clinic.jpg);
}


.slide1 .container {
    position: relative;
    height: 100%;
}


.pagewrap {
    position: relative;
    overflow: hidden;
}

.pagewrap::before {
    content: "";
    position: absolute;
    /* background-image: url(../gallery/bg.png); */
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* 
=============================================================
About-section
=============================================================
*/

.top-border {
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #7accd0, #d5d372, #ff7777);
}

.abt-sec {
    text-align: center;
    position: relative;
    padding-top: 65px;
    padding-bottom: 100px;
}

.img-box2 {
    position: relative;
    padding: 0 0 50px 0;
    margin: 0 0 30px 0;
    z-index: 1;
    left: -51px;
}

.img-box2 .img-shape {
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: 0;
    height: 100%;
    max-height: 380px;
    background-color: #ffbe94;
}

.img-box2 .img-text {
    font-size: 60px;
    color: #4d4a49;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--title-font);
    opacity: 0.2;
    position: absolute;
    right: 15px;
    top: 50px;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.img-box2 .img-1 {
    position: relative;
    width: max-content;
    max-width: 100%;
    z-index: 5;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(18, 27, 36, 0.1);
    overflow: hidden;
}

.img-box2 .img-1 img {
    transition: all ease 0.4s;
    transform: scale(1.001);
    -webkit-transform: scale(1.001);
    -moz-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.img-box2 .img-1:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.abt-content p {
    text-align: -webkit-match-parent;
    margin-top: 20px;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
}

.why-section {
    margin-top: 40px;
    border-top: 2px dashed #ccc;
}

.why-blocks {
    padding: 36px 0px;
    transition: all ease 0.4s;
    transform: scale(1.001);
    -webkit-transform: scale(1.001);
    -moz-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.why-section .col-md-4:nth-child(3) {
    border-right: none;
}

.why-blocks .why-number {
    font-size: 30px;
    font-weight: 900;
}

.sec-head {
    text-align: center;
}

.sec-head h3 {
    margin-bottom: 12px;
    color: #000000;
    font-size: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-weight: 400;
}

.sec-head h1 {
    text-transform: uppercase;
    font-size: 45px;
    color: #f77;
    font-weight: 500;
    line-height: 43px;
}

.why-blocks .why-title {
    font-size: 25px;
}

.why-blocks::before {
    content: " ";
    position: absolute;
    width: 149px;
    height: 171px;
    z-index: -1;
    left: 5px;
}

.why-blocks:hover {
    transform: scale(1.1);
}

.why-number {
    font-size: 23px;
    margin: auto;
    margin-bottom: 13px;
    color: #ffffff;
    background-color: #9a563a;
    width: 100px;
    height: 100px;
    font-weight: 700;
    border-radius: 50%;
    line-height: 96px;
    box-shadow: -20px -4px 0px 2px rgb(230 230 230);
}

.why-blocks:hover .why-number {
    background-color: #ffbe94;
    color: #000;
}


/*------------------- 4.17. Service  -------------------*/

.service-style1 {
    display: flex;
    max-width: 430px;
    margin: 0 0 45px 0;
    align-items: center;
}

.service-style1:last-child {
    margin-bottom: 0;
}

@media (min-width: 991px) {
    .service-style1.reverse {
        flex-direction: row-reverse;
        text-align: right;
    }
    .service-style1.reverse .service-content {
        padding: 0 20px 0 0;
    }
}

.service-style1 .service-icon {
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    margin: 5px;
    background-color: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    position: relative;
    transition: all ease 0.4s;
}

.service-style1 .service-icon:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px dashed var(--theme-color);
    border-radius: inherit;
    animation: spin 30s infinite linear;
}

.service-style1 .service-content {
    padding: 0 0 0 20px;
    flex: 1;
}

.service-style1 .service-title {
    font-size: 26px;
    margin: 0.08em 0 11px 0;
}

.service-style1 .service-text {
    margin: 0;
}

.service-style1:hover .vs-icon {
    background-color: var(--title-color);
}

.service-style1:hover .vs-icon:before {
    border-color: var(--title-color);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(11 26 34);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: rgb(20 40 51);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
    position: relative;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgb(71 165 174);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #dddddd;
}


/*
====================================================
appointment-sec
====================================================
*/

.mobile-view {
    display: none;
}

.feedbacks-sec {
    padding-top: 65px;
    /* margin-bottom: 75px; */
    position: relative;
    /* padding-bottom: 75px; */
}

.feedbacks-sec .sec-head {
    position: relative;
    /* left: 180px; */
}

.feedbacks-sec .sec-head h3 {
    color: #000000;
}

.feedbacks-sec .testimonial-carousel {
    position: relative;
    /* left: 180px; */
}

.feedbacks-sec .sec-head h1 {
    color: #000000;
    padding-top: 18px;
}

.feedbacks-sec .sec-head img {
    width: 24%;
    filter: brightness(1) invert(1);
}


/* .feedbacks-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/feebacks-bg-1.jpg);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
} */


/* .feedbacks-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: linear-gradient(67deg, #fc6b6bad, #142833a1, #142833, #142833);
  z-index: -1;
} */

.faq-block {
    position: relative;
    z-index: 1;
    padding: 0;
}

.faq_section {
    padding-top: 80px;
}

.faq_timeline.main-timeline {
    position: relative;
    padding: 75px 0px 0px;
}

.faq_timeline.main-timeline::before {
    content: "";
    position: absolute;
    width: 314px;
    height: 184px;
    left: 0;
    right: 0;
    margin: auto;
    top: 82px;
}

.faq_timeline.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.faq_timeline.main-timeline .timeline {
    width: 42%;
    padding: 10px 0 0;
    margin: 0 0 26px 5px;
    float: right;
}

.faq_timeline.main-timeline .timeline-content {
    color: #000;
    min-height: 116px;
    padding: 0 20px 10px 85px;
    display: block;
    position: relative;
    z-index: 1;
    min-height: 145px;
}

.faq_timeline.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.faq_timeline.main-timeline .timeline-icon {
    color: #1d1d1d;
    font-size: 47px;
    text-align: center;
    line-height: 88px;
    height: 92px;
    width: 92px;
    box-shadow: 0 0 5px #d1d1d1 inset, 0 0 5px #d1d1d1;
    border-radius: 10px;
    transform: rotate(45deg);
    position: absolute;
    left: -51px;
    top: 0;
    background: #fbf0e9;
    z-index: 1;
}

.faq_timeline.main-timeline .timeline-icon i {
    transform: rotate(-45deg);
}

.faq_timeline.main-timeline .timeline-icon:before {
    content: '';
    background-color: #ffffff;
    height: 60%;
    width: 60%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.faq_timeline.main-timeline .timeline-icon:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    background: linear-gradient(45deg, #a1b16a, #a1b16a);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
    top: 0;
}

.faq_timeline.main-timeline .timeline-content::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #fdeaea, transparent);
    z-index: -1;
    left: -6px;
    top: -29px;
}

.faq_timeline.main-timeline .timeline-content1::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, #fdeaea);
    z-index: -1;
    left: 7px;
    top: -29px;
}

.faq_timeline.main-timeline .title {
    color: #272727;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 5px;
    display: inline-block;
    border-radius: 30px;
}

.faq_timeline.main-timeline .description {
    color: #292929;
    font-size: 15px;
    margin: 0;
    line-height: 23px;
}

.faq_timeline {
    padding-top: 50px;
}

.faq_timeline.main-timeline .timeline:nth-child(even) {
    margin: 0 5px 26px 0;
    float: left;
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: right;
    padding: 0 85px 20px 20px;
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: -50px;
}

@media screen and (max-width:767px) {
    .faq_timeline.main-timeline .timeline,
    .faq_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 35px 0;
        padding: 100px 0 0;
    }
    .faq_timeline.main-timeline .timeline-content,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        min-height: auto;
        padding: 0;
    }
    .faq_timeline.main-timeline .timeline-icon,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        font-size: 30px;
        line-height: 70px;
        height: 70px;
        width: 70px;
        left: 0px;
        top: -90px;
        right: 0px;
        margin: auto;
    }
}

.auto-container {
    position: relative;
    max-width: 1155px;
    padding: 0px 15px;
    margin: 0 auto;
}


/*** 

====================================================================
	 	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 37px 0 62px;
    margin-bottom: 50px;
}

.testimonial-head {
    margin-bottom: 18px;
    padding-top: 74px;
}

.testimonial-section:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 117px;
    top: -187px;
    left: 0;
    right: 0;
    margin: auto;
    background: #000000;
}

.testimonial-section::after {
    position: absolute;
    content: "";
    width: 223px;
    height: 233px;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: auto;
    border: 24px solid #a1b16a8f;
    z-index: -1;
    border-radius: 50%;
}

.testimonial-carousel {
    position: relative;
    margin: 0 auto;
    padding-top: 55px;
}

.testimonial-block {
    position: relative;
    padding-bottom: 31px;
}

.testimonial-block .inner-box {
    position: relative;
    background-color: #afffc2;
    padding: 77px 27px 20px;
    text-align: center;
    z-index: 9;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0%);
}

.testimonial-block .inner-box:before,
.testimonial-block .inner-box:after {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 36px;
    width: 42px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block .inner-box:after {
    left: auto;
    top: auto;
    right: 30px;
    bottom: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.active .testimonial-block .inner-box:before,
.active .testimonial-block .inner-box:after {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 32px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 25px;
}

.testimonial-block .info-box {
    position: relative;
}

.testimonial-block .name {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.testimonial-block .designation {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #696478;
    margin-bottom: 5px;
}

.testimonial-block .thumb {
    position: relative;
    display: inline-block;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 18px;
}

.testimonial-block:after,
.testimonial-block:before {
    position: absolute;
    left: 30px;
    right: 30px;
    height: 100%;
    bottom: 30px;
    margin: 0 auto;
    content: "";
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

.testimonial-block:before {
    left: 60px;
    right: 60px;
    bottom: 0px;
    z-index: -1;
}

.testimonial-carousel .active .testimonial-block:before,
.testimonial-carousel .active .testimonial-block:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.testimonial-carousel .active .testimonial-block:before {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-carousel .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 21px;
    width: 21px;
    border: 3px solid #442807;
    opacity: 1;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-carousel .owl-dot:hover,
.testimonial-carousel .owl-dot.active {
    opacity: 1;
    border: 3px solid #13aeb5;
}

.testimnila_box.serviceBox {
    text-align: center;
    padding: 84px 30px 30px 30px;
    position: relative;
    margin: 0 0 24px;
    background: #f9f1f1;
    border-radius: 0px 95px 0px 95px;
    min-height: 296px;
    box-shadow: 0px 0px 11px #1e1e1e42;
}

.testimnila_box.serviceBox:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 80%;
    margin: auto;
    height: 100px;
}

.testimnila_box.serviceBox .service-icon {
    color: #142833;
    font-size: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.service_icon_btm {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 26px;
    color: #142833;
}

.testimnila_box.serviceBox .title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #142833;
}

.testimnila_box.serviceBox .description {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    color: #1e1e1e;
}

@media only screen and (max-width: 1199px) {
    .testimnila_box.serviceBox {
        margin: 0 0 40px;
    }
}

.testimoanial_read {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.testimoanial_read::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 16px;
    z-index: -1;
}

.testimoanial_read a {
    display: inline-block;
    color: #f08533;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid;
    padding: 7px 19px;
    border-radius: 30px;
    background: #fff;
}

.gg_review {
    position: absolute;
    width: 161px;
    height: 161px;
    top: -111px;
    right: 0;
    left: 0;
    margin: auto;
    background: #142833;
    color: #fff;
    text-align: center;
    padding: 15px 9px;
    border-radius: 50%;
}

.gg_review i {
    display: inline-block;
    width: 95px;
    height: 83px;
    background: #142833;
    border-radius: 50%;
    font-size: 90px;
    line-height: 110px;
    margin: 0 0 3px;
}

.ratings {
    position: relative;
    margin: 0 0 0px;
    font-size: 14px;
}

.asahcmaab {
    text-align: center;
    padding: 43px 0;
    position: relative;
    z-index: 1;
}

.asahcmaab::before {
    content: "";
    position: absolute;
    background: rgb(80 80 80);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
}

.asahcmaab h2 {
    font-size: 27px;
    font-weight: 300;
    margin: 9px 0 0;
    display: inline-block;
    color: #fff;
}

.asahcmaab h2:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 6px;
    left: 234px
}

.asahcmaab p {
    color: #fff;
    font-size: 43px;
    font-weight: 300;
    margin: 0 0 25px;
    text-transform: uppercase
}

.asahcmaab h2 a {
    text-decoration: none;
    outline: 0;
    color: #fff;
    margin-left: 8px;
    background: #ff7777;
    padding: 2px 14px;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background: #fff5f3;
}

.main-footer:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 245px;
    width: 100%;
    max-width: 700px;
    height: 5px;
    background: linear-gradient(to left, #13aeb5, rgb(255 255 255 / 0%), #f44645);
    content: "";
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-footer .anim-icons .icon {
    opacity: 0.08;
}

.main-footer .footer-upper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 71px 0px 0;
    margin-top: 0;
}

.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 63px;
}

.main-footer .footer-upper .footer-column:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 137px;
    right: 12px;
    top: 83px;
}

.main-footer .footer-upper .footer-column:last-child:before {
    content: none;
}

.main-footer .footer-widget .widget-title {
    position: relative;
    font-size: 23px;
    font-weight: 700;
    color: #031836;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.main-footer .footer-widget .widget-title::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    border-bottom: 2px solid #f44645;
    left: 0;
    top: 32px;
}

a:hover {
    color: #f44645;
    text-decoration: none;
}


/*Logo Widget*/

.logo-widget {
    position: relative;
    text-align: center;
}

.logo-widget .logo img {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 30px;
    width: 347px;
}

.logo-widget .logo img:hover {
    opacity: 1;
}

.logo-widget .text {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 7px;
}


/*Links Widget*/

.main-footer .links-widget {
    position: relative;
}

.main-footer .activity-list {
    position: relative;
    padding-top: 10px;
}

.main-footer .activity-list li {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .activity-list li:last-child {
    margin-bottom: 0;
}

.main-footer .activity-list li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #c8bfe3;
    padding: 10px 15px;
    padding-left: 30px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .activity-list li a:hover {
    border: 1px solid #ff4788;
}

.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    display: block;
    margin-bottom: 0px;
    padding-left: 17px;
}

.main-footer .list li:before {
    position: absolute;
    left: 0;
    top: 9px;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 2px solid #f44645;
    content: "";
}

.main-footer .list li a {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    color: #121212;
}

.main-footer .list li a:hover {
    color: #f44645;
}


/*COntact Widget*/

.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-info {
    position: relative;
}

.main-footer .contact-info li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    padding-left: 44px;
    margin-bottom: 20px;
}

.main-footer .contact-info li:last-child {
    margin-bottom: 0;
}

.main-footer .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #f44645;
    text-align: center;
    color: #ffffff;
}

.main-footer .contact-info li a {
    color: #000000;
    display: inline-block;
    transition: all 300ms ease;
}

.main-footer .contact-info li a:hover {
    color: #f44645;
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
}

.main-footer .footer-bottom:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .03;
    content: "";
}

.main-footer .footer-bottom .social-icon-two {
    position: relative;
    float: right;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    padding: 12px 0px;
    border-top: 1px dashed rgb(51, 51, 51);
}

.main-footer .footer-bottom .copyright a {
    color: #f44645;
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline;
}


/*** 

====================================================================
		Newsletter Section
====================================================================

***/

.newsletter-section {
    position: relative;
    padding: 136px 0 43px;
    background: #131313;
    color: #fff;
    text-align: center;
    margin: -74px 0 0;
}

.fmap a {
    display: inline-block;
    border: 9px solid #ffffff;
    box-shadow: 0px 0px 10px #ccc;
}

.add_bar_row .col-md-4 {
    border-right: 1px dashed rgb(51, 51, 51);
    padding: 0px 14px;
}

.add_bar_row .col-md-4:nth-child(2) {
    border-right: 0px;
}

._addre_bar {
    text-align: center;
}

.add_bar_row1 {
    padding-top: 20px;
}

._addre_bar i {
    /* width: 45px; */
    /* height: 45px; */
    color: #ff5252;
    /* background: #ff7777; */
    font-size: 19px;
    line-height: 40px;
    margin-bottom: 15px;
    /* box-shadow: 0px 4px 2px #858585; */
    /* border-top: 4px solid; */
}

._addre_bar p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.newsletter-section::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
}

.newsletter-section::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
}

.newsletter-section .title-column {
    position: relative;
}

.newsletter-section .title-column .inner-column {
    position: relative;
    padding-top: 0;
}

.newsletter-section h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 27px;
}

.newsletter-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: inherit;
    color: #ffffff;
    font-weight: 500;
}

.newsletter-section .inner-container {
    max-width: 1245px;
    margin: auto;
}


/*=== Social Icon Two ===*/

.social-icon-two {
    position: relative;
    text-align: center;
    margin-top: 11px;
    display: inline-block;
    padding: 17px 17px 0;
    border-top: 1px dashed #07234c;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #a1b16a;
    border: 1px solid #041d42;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: transparent;
}

.social-icon-two li a:hover {
    color: #ffffff;
    background: #f44645;
}

.social-icon-two li a:first-child {
    margin-left: 0;
}


/*Logo Widget*/

.logo-widget {
    position: relative;
    text-align: center;
}

.logo-widget .logo img {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: -22px;
    width: 326px;
}

.logo-widget .logo img:hover {
    opacity: 1;
}

.logo-widget .text {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 7px;
}


/* -----------------------
    13. Blog Section CSS
--------------------------*/

.rs-blog {
    position: relative;
    padding: 80px 0px;
}

.rs-blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.rs-blog .blog-item .blog-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    filter: grayscale(1);
    transition: all ease-in-out .6s;
}

.rs-blog .blog-item .blog-img img:hover {
    transform: scale(1.1);
}

.rs-blog .blog-item .blog-img .date {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fc6b6b;
    color: #ffffff;
    padding: 8px 14px 4px;
    border-radius: 5px 5px 0 0;
}

.rs-carousels {
    padding-top: 50px;
}

.rs-blog .blog-item .content-wrapper {
    border-top: none;
    background: #ffffff;
    padding: 24px 25px 22px;
    border: 1px solid #ebebeb;
    border-radius: 0 0 5px 5px;
}

.rs-blog .blog-item .content-wrapper .blog-meta {
    position: relative;
    padding-bottom: 12px;
}

.rs-blog .blog-item .content-wrapper .blog-meta h4 {
    margin-bottom: 7px;
    font-size: 22px;
}

.rs-blog .blog-item .content-wrapper .blog-meta a {
    color: #333333;
}

.rs-blog .blog-item .content-wrapper .blog-meta a:hover {
    color: #d51c4d;
}

.rs-blog .blog-item .content-wrapper .blog-meta ul li {
    display: inline;
    margin-right: 8px;
    color: #a4a4a4;
    font-size: 16px;
}

.rs-blog .blog-item .content-wrapper .blog-meta ul li:first-child {
    position: relative;
}

.rs-blog .blog-item .content-wrapper .blog-meta ul li i {
    margin-right: 10px;
}

.rs-blog .blog-item .content-wrapper .blog-desc {
    clear: both;
}

.rs-blog .blog-item .content-wrapper .blog-desc p {
    margin: 0 0 15px;
}

.rs-blog .blog-item .content-wrapper .blog-desc a {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    display: block;
    margin: 0 0 20px;
}

.rs-blog .blog-item .content-wrapper .blog-desc a:hover {
    color: #8d6e63;
}

.rs-blog .blog-item .content-wrapper .blog-desc.big-font a {
    font-size: 22px;
    text-transform: uppercase;
}

.rs-blog .blog-btn {
    line-height: normal;
    color: #000000;
    transition: all 0.3s ease 0s;
    position: relative;
    padding: 5px 10px;
    font-weight: 400;
    display: inline-block;
}

.rs-blog .blog-btn:before {
    position: absolute;
    height: 100%;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    padding: 10px 10px;
    transition: all 0.3s;
    line-height: 10px;
    right: -40px;
    background: #f77;
    opacity: 1;
    top: 0px;
    font-size: 20px;
    content: "\f1ab";
    font-family: Flaticon;
    display: inline-block;
    font-weight: bold;
}

.rs-blog .blog-btn:hover:before {
    right: -30px;
}

.rs-blog .container {
    position: relative;
}

.rs-blog .rs-title {
    position: relative;
    z-index: 1;
}

.rs-blog .blog-wrapper {
    background-repeat: repeat;
    height: 265px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/*** 

====================================================================
	 	Scroll to top
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #142833;
    display: none;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: #f48365
}


/*** 

====================================================================
	 	faqs section
====================================================================

***/

.faq_section {
    margin-top: 75px;
    position: relative;
    background: #fbd9d9;
    padding: 47px 0px 40px;
    margin-bottom: 40px;
}

.faq_row {
    padding-top: 30px;
}

.faq_row .col-md-3,
.faq_row .col-md-4,
.faq_row .col-md-6 {
    padding: 0 7px;
}

.counter {
    color: #192136;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0 0 14px;
    position: relative;
    z-index: 1;
    padding: 0 0 24px;
    min-height: 255px;
}

.counter:before {
    content: '';
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
    height: 84%;
    box-shadow: 0px 0px 10px #cfcfcf;
    border-radius: 26px;
}

.faq_row .col-md-3:nth-child(1) .counter:before,
.faq_row .col-md-3:nth-child(3) .counter:before,
.faq_row .col-md-4:nth-child(5) .counter:before {
    background: #fbd9d9;
}

.faq_row .col-md-3:nth-child(1) .counter,
.faq_row .col-md-3:nth-child(3) .counter,
.faq_row .col-md-4:nth-child(5) .counter {
    color: #000000;
}

.counter .counter-icon {
    color: #ffffff;
    background: rgb(80 80 80);
    font-size: 28px;
    text-align: center;
    line-height: 63px;
    width: 80px;
    height: 80px;
    margin: 0 16px 0px;
    border-radius: 50px;
    border: 9px solid #f4f4f4;
    display: inline-block;
}

.counter h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 0 2px;
    margin: 8px 0 12px;
}

.counter .counter-value {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    display: block;
    padding: 0 12px;
}

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

.doc_img img {
    width: 350px;
    border: 7px solid #f3edef;
}

.doc_info {
    text-align: center;
    background: #fff;
    display: table-cell;
    width: 600px;
    height: 215px;
    vertical-align: middle;
    box-shadow: 0 27px 18px -9px #bbbbbb;
    position: relative;
    padding: 0px 10px;
}

.doc_info h1 {
    text-transform: uppercase;
    font-size: 21px;
    display: inline-block;
    background: rgb(80 80 80);
    color: #fff;
    font-weight: 400;
    padding: 7px 14px;
    position: absolute;
    top: -31px;
    line-height: 34px;
    left: 0;
    right: 0;
    width: 307px;
    margin: auto;
    border-radius: 30px;
}

.doc_info h3 {
    font-size: 20px;
    margin: 0;
    position: relative;
    font-weight: 500;
    color: #000000;
    top: -4px;
}

.doc_info h4 {
    font-size: 17px;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 35px;
}

.doc_info a {
    position: absolute;
    bottom: 16px;
    width: 145px;
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 40px;
    margin: auto;
    color: #fff;
    background: #13aeb5;
    font-size: 19px;
    transition: all ease-in-out .6s;
    padding: 3px;
}

.mvv-list1 .col-md-4::before {
    content: " ";
    position: absolute;
    width: 86%;
    height: 100%;
    background: #ffffff;
    left: 17px;
    z-index: -1;
    right: 0px;
    top: 38px;
    border-radius: 0px 0px 100px 100px;
    box-shadow: 0px 0px 10px #cfcfcf;
}

.mvv-list1 .col-md-4:nth-child(2):before {
    background: #ffffff;
}

.mvv-list1 .col-md-4:nth-child(3):before {
    background: #ffffff;
}

.mvv-list1 .mvv-icon {
    background: rgb(80 80 80);
    display: inline-block;
    padding: 15px;
    border-radius: 50px;
}

.mvv-list1 .mvv-icon img {
    filter: brightness(0) invert(1);
    width: 40px;
}

.mvv-list1 h3 {
    text-transform: uppercase;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    padding: 6px 13px;
    top: 6px;
}

.mvv-list1 p {
    padding: 5px 10px 5px;
}

.sub-row {
    position: relative;
    top: 3px;
}

.sub-row .col-md-3 {
    border-right: 2px dashed #fff;
}

.sub-row .col-md-3:last-child {
    border-right: none;
}

.sub-row {
    position: relative;
    width: 101%;
    height: 126%;
    background: #142833;
    top: 10px;
    left: -1px;
    padding: 33px 0px;
    text-align: center;
}

.sub-row-sub {
    height: 130%;
    position: relative;
}

.sub-row .sub-row-sub h1 {
    font-weight: 400;
    font-size: 45px;
    color: #fff;
}

.sub-row .sub-row-sub h5 {
    font-size: 23px;
    color: #fff;
    padding-top: 20px;
}

.extra-sec {
    padding-bottom: 100px;
}


/*** 

====================================================================
	Services Section Two
====================================================================

***/

.serv-block {
    text-align: center;
    background: #fff5f3;
    padding: 47px 0px 10px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
}

.serv-block .serv-head h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #13aeb5;
    border-bottom: 2px solid #13aeb5;
    display: inline-block;
}

.serv-block .serv-head p {
    margin-top: 14px;
    line-height: 26px;
}

.services-section-two {
    margin-top: 83px;
    position: relative;
    padding-bottom: 100px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.services-block-two .inner-box .icon-box img {
    border-radius: 50%;
}

.services-section-two .sec-head h1:after {
    background: #000000;
}

.services-section-two .first-row {
    padding-top: 50px;
}

.services-section-two .sec-head h3 {
    color: #000000;
}

.services-section-two .row {
    margin: 0px -17px;
}

.services-section-two .second-row {
    padding-top: 20px;
}

.services-section-two .services-block-two {
    padding: 0px 17px;
}

.services-block-two {
    position: relative;
    margin-bottom: 35px;
}

.services-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 20px 12px 14px;
    border: 1px dashed rgba(0, 0, 0, 0.72);
    border-radius: 42px;
}

.services-block-two.style-two .inner-box {
    border-color: #c9c9c9;
}

.services-block-two.style-two .inner-box h3 {
    color: #191514;
}

.services-block-two .inner-box .icon-box {
    position: relative;
}

.services-block-two .inner-box .icon-box .icon {
    position: relative;
    font-size: 52px;
    color: #d5aa6d;
    line-height: 1em;
    background: linear-gradient(to top, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-block-two .inner-box h3 {
    position: relative;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: uppercase;
    margin: 11px 0px 0px;
}

.services-block-two .inner-box h3 a {
    position: relative;
    color: #f9f8f8;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-two .inner-box h3 a:hover {
    color: #000000;
}

.services-block-two .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.9em;
}

.services-block-two .inner-box .overlay-box {
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background-image: -ms-linear-gradient(top, #87E067 0%, #1bda99 100%);
    background-image: -moz-linear-gradient(top, #87E067 0%, #1bda99 100%);
    background-image: -o-linear-gradient(top, #87E067 0%, #1bda99 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #87E067), color-stop(100, #1bda99));
    background-image: -webkit-linear-gradient(top, #87E067 0%, #1bda99 100%);
    background-image: linear-gradient(to bottom, #87E067 0%, #1bda99 100%);
}

.services-block-two .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.90);
}

.services-block-two .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 5px;
}

.services-block-two .inner-box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-two .inner-box .overlay-box .overlay-inner .content img {
    filter: brightness(1) invert(1);
    width: 75px;
}

.services-block-two .inner-box:hover .overlay-box {
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
}

.services-block-two .inner-box .overlay-box .icon {
    position: relative;
    font-size: 52px;
    color: #d5aa6d;
    line-height: 1em;
    background: linear-gradient(to top, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-block-two .inner-box .overlay-box h4 {
    position: relative;
    font-size: 20px;
    color: #f9f8f8;
    font-weight: 600;
    line-height: 1.4em;
    margin: 20px 0px 22px;
    letter-spacing: 1px;
}

.services-block-two .inner-box .overlay-box h4 a {
    position: relative;
    color: #f9f8f8;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-two .inner-box .overlay-box h4 a:hover {
    color: #ffffff;
}

.services-block-two .inner-box .overlay-box .overlay-text {
    position: relative;
    color: #999999;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 20px;
}

.services-section-two .lower-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
}

.services-section-two .lower-section .image {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.services-section-two .lower-section .carousel-box {
    position: relative;
    max-width: 780px;
    width: 100%;
    display: block;
    z-index: 1;
}

.services-section-two .lower-section .carousel-box .content {
    position: relative;
    padding: 60px 70px 70px;
    background-image: -ms-linear-gradient(left, #0F0F0F 0%, #383838 100%);
    background-image: -moz-linear-gradient(left, #0F0F0F 0%, #383838 100%);
    background-image: -o-linear-gradient(left, #0F0F0F 0%, #383838 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0F0F0F), color-stop(100, #383838));
    background-image: -webkit-linear-gradient(left, #0F0F0F 0%, #383838 100%);
    background-image: linear-gradient(to right, #0F0F0F 0%, #383838 100%);
}

.services-section-two .lower-section .owl-carousel .owl-stage-outer {
    padding-top: 35px;
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 50px;
    background: #13aeb5;
    text-transform: uppercase;
    padding: 10px 8px 10px 8px;
    box-shadow: 0px 10px 20px rgba(212, 169, 109, 0.15);
}

.overlay-inner .content a:hover {
    color: #fff;
}

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #353535;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 50px;
    background: #fff;
    text-transform: capitalize;
    padding: 9px 20px 9px 20px;
    box-shadow: 0px 10px 20px rgba(212, 169, 109, 0.15);
}

blockquote {
    padding: 0;
    margin: 0;
}

section.t-bq-section {
    padding: 30px;
    margin-bottom: 60px;
}

.t-bq-wrapper.t-bq-wrapper-fullwidth {
    max-width: 100%;
}

.t-bq-quote-paul .t-bq-quote-paul-pattern {
    flex-basis: 80px;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to right, #142833, #000000);
    width: 10%;
    height: 100%;
    left: -14px;
    position: absolute;
    z-index: 0;
}

.t-bq-quote-paul {
    position: relative;
    flex-direction: row;
    min-height: 250px;
    border-radius: 10px;
}

.t-bq-quote-paul .t-bq-quote-paul-pattern {
    flex-basis: 80px;
    border-radius: 10px 0 0 10px;
    background: #505050;
    width: 10%;
    height: 100%;
    left: -14px;
    position: absolute;
    z-index: 0;
}

.t-bq-quote-paul .t-bq-quote-paul-base {
    flex-basis: calc(100% - 266px);
    background: #fff5f3;
    padding: 40px 30px 50px 80px;
    font-size: 11pt;
    line-height: 1.62em;
    border-radius: 0 10px 10px 0;
}

.t-bq-quote-paul .t-bq-quote-paul-qmark {
    position: absolute;
    top: 25px;
    left: 45px;
    font-family: Garamond, Georgia, "Times New Roman", serif;
    font-size: 42pt;
    color: #999999;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.t-bq-quote-paul .t-bq-quote-paul-userpic {
    position: absolute;
    /* top: 80px; */
    /* background: #fc6b6b; */
    font-size: 63px;
    color: #000000b5;
    border-radius: 50%;
    z-index: 1;
    right: 28px;
    opacity: 34%;
}

.t-bq-quote-paul .t-bq-quote-paul-userpic i {
    left: 15px;
    position: relative;
}

.t-bq-quote-paul .t-bq-quote-paul-meta {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px dotted #777777;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author,
.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
    color: #000000;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 10pt;
    font-weight: bold;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author cite {
    font-style: normal;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
    font-size: 9pt;
}

@media screen and (max-width: 768px) {
    .t-bq-wrapper.t-bq-wrapper-boxed {
        max-width: 315px;
        left: 0px;
        position: relative;
        right: 0px;
        margin: auto;
    }
    .t-bq-quote-paul .t-bq-quote-paul-pattern {
        flex-basis: 20px;
    }
    .t-bq-quote-paul .t-bq-quote-paul-base {
        flex-basis: calc(100% - 20px);
        padding: 100px 30px 50px 58px;
    }
    .t-bq-quote-paul .t-bq-quote-paul-userpic {
        width: 58px;
        height: 58px;
        right: 24px;
        bottom: 29px;
    }
    .t-bq-quote-paul .t-bq-quote-paul-qmark {
        left: 100px;
        top: 45px;
    }
}

.appointment-section {
    padding-top: 40px;
    margin-top: -100px;
}

.appointment-form {
    text-align: center;
    padding: 51px;
    background: #505050;
    box-shadow: 0px 6px 5px #8b8b8b;
    position: relative;
}

.appointment-form .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px dotted #ffffff;
    border-radius: 0px;
}

.appointment-form h2 {
    color: #fff;
}

.appointment-form p {
    color: #fff;
}

.appointment-form:before {
    content: '';
    height: 50%;
    width: 89px;
    background: #fc6b6b;
    transform: translateY(-50%);
    position: absolute;
    left: -71px;
    top: 50%;
    bottom: 15px;
    right: 15px;
    z-index: -1;
    clip-path: polygon(0 0, 30% 50%, 0 100%, 100% 100%, 100% 0);
}

.appointment-form::after {
    transform: translateY(-50%) rotateY(180deg);
    left: auto;
    right: -71px;
    position: absolute;
    top: 50%;
    bottom: 15px;
    content: '';
    background: #fc6b6b;
    height: 50%;
    width: 89px;
    z-index: -1;
    clip-path: polygon(0 0, 30% 50%, 0 100%, 100% 100%, 100% 0);
    -webkit-transform: translateY(-50%) rotateY(180deg);
    -moz-transform: translateY(-50%) rotateY(180deg);
    -ms-transform: translateY(-50%) rotateY(180deg);
    -o-transform: translateY(-50%) rotateY(180deg);
}

.theme-btn {
    background: #13aeb5;
    padding: 5px 13px;
    font-size: 16px;
    color: #fff;
}

.new-sec {
    position: relative;
    padding: 185px 0px 130px;
}

.new-sec .sec-head {
    position: relative;
    /* top: -51px; */
}


/* .new-sec .sec-head h1 {
  line-height: 51px;
} */

.new-sec .row-start {
    padding-top: 50px;
}

.new-sec-image img {
    border: 5px solid #f5f5f5;
    box-shadow: 1px 2px 5px #8b8b8b;
    position: relative;
    filter: brightness(0.8);
}

.new-sec::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../gallery/antiaging-serv-4.jpg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
}

.new-sec::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #505050;
    /* background: linear-gradient(45deg, #50505087, #2a2a2a); */
    z-index: -1;
    opacity: 85%;
}

.oral_blocks {
    position: relative;
    text-align: center;
}

.new-sec p {
    text-align: center;
    line-height: 47px;
    font-size: 27px;
    font-weight: 100;
    color: #fff;
}

.new-sec .sec-head h3 {
    color: #fff;
    font-size: 45px;
    position: relative;
    top: -17px;
    font-weight: 300;
}

.orals_list {
    position: relative;
    margin-top: 5px;
    padding: 14px 0;
    font-size: 15px;
}

.orals_list:nth-child(2),
.orals_list:nth-child(8) {
    background: linear-gradient(to left, transparent, #f6bcbc, transparent);
}

.orals_list:nth-child(4) {
    background: linear-gradient(to left, transparent, #a5e9ec, transparent);
}

.orals_list:nth-child(6) {
    background: linear-gradient(to left, transparent, #d5e986, transparent);
}

.orals_list::before,
.orals_list::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 45%;
    background: #b5b5b5;
    left: 0;
    top: 15px;
}

.orals_list::after {
    left: initial;
    right: 0px;
}

.blogs {
    position: relative;
    padding-bottom: 80px;
    padding-top: 30px;
}

.blogs .row {
    padding-top: 50px;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.news-block .caption-box a {
    position: relative;
    background: #13aeb5;
    color: #fff;
    padding: 3px 6px 0px;
    font-size: 14px;
    border-radius: 5px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .image-box {
    position: relative;
}

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

.news-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.news-block .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background: #000000 padding-box content-box;
    content: "";
    padding: 15px;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.news-block .inner-box:hover .overlay-box {
    height: 100%;
    opacity: 0.70;
}

.news-block .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.news-block .inner-box:hover .overlay-box a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.news-block .overlay-box a i {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
}

.news-block .overlay-box a:hover i {
    color: #ffffff;
}

.news-block .caption-box {
    position: relative;
    text-align: center;
    margin-top: -30px;
    width: auto;
    padding: 40px 16px 12px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
}

.news-block .caption-box h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    margin-bottom: 11px;
    margin-top: 4px;
}

.news-block .caption-box .text {
    margin-top: 17px;
}

.news-block .caption-box h3 a {
    color: #222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 500;
}

.news-block .inner-box .caption-box h3 a:hover {
    color: #000000;
}

.news-block .caption-box .info {
    position: relative;
    display: block;
}

.news-block .caption-box .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-right: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .caption-box .info li i {
    margin-right: 10px;
    color: #e38b00;
}

.news-block .inner-box:hover .caption-box .info li {
    color: #222222;
}

.news-block .caption-box .info li a {
    color: #777777;
}

.news-block .date {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 23px;
    border: 9px solid #fff;
    background: #ff7777;
    text-align: center;
    top: -48px;
    left: 5px;
    z-index: 1;
    padding: 9px 0;
    text-transform: uppercase;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.top-bottom-info .info-list {
    position: absolute;
    display: inline-block;
    top: 40%;
    right: 0;
    z-index: 99;
    width: auto;
}

.inner-social {
    display: none;
}

.top-bottom-info .info-list li {
    position: absolute;
    right: -303px;
    display: inline-block;
    font-size: 17px;
    line-height: 21px;
    background: #dee2e6;
    color: #ffffff;
    font-weight: 500;
    padding: 11px 4px 11px 48px;
    margin-right: 8px;
    border-radius: 10px 0px 0px 10px;
    width: 340px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all ease-in-out .8s;
}

.top-bottom-info .info-list li:nth-child(1) {
    top: -48px;
}

.top-bottom-info .info-list li:nth-child(3) {
    top: -96px;
}

.top-bottom-info .info-list li:hover {
    right: -30px;
}

.top-bottom-info .info-list li a {
    display: inline-block;
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.top-bottom-info .info-list li a:hover {
    color: #000;
}

.top-bottom-info .info-list li span .fa-phone {
    font-size: 27px;
}

.top-bottom-info .info-list li span {
    position: absolute;
    left: -4px;
    margin-right: 10px;
    display: inline-block;
    width: 47px;
    height: 44px;
    background: linear-gradient(to right, #fc6b6b, #fc6b6b);
    color: #fff;
    font-size: 24px;
    line-height: 43px;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    top: 0px;
}

.top-social-icon {
    position: absolute;
    z-index: 9;
    right: 25px;
    text-align: center;
    top: 21px;
}

.top-social-icon::before {
    content: " ";
    position: absolute;
    width: 323px;
    left: -97%;
    height: 2px;
    background: #f27678;
    top: 14px;
}

.social-icon-one {
    padding: 0px;
    margin: 0px;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: rgb(80 80 80);
    text-align: center;
    border-left: 1px dashed #333;
    padding: 2px 12px;
}

.other-serv-sec .sec-head h1 {
    line-height: 56px;
    color: #fff;
    padding-bottom: 25px;
}

.other-serv-sec .other-serv {
    background-color: #e5d4ce;
    border-radius: 9999px;
    overflow: hidden;
    margin: 7px;
    outline: 0.5px solid #243328b2;
    outline-offset: 5px;
    position: relative;
    transition: all ease 0.4s;
}

.other-serv-sec .other-serv img {
    width: 100%;
    position: relative;
    z-index: 2;
    transform: scale(1.001);
    transition: all ease 0.4s;
    filter: saturate(0.5);
    transition: all ease 0.4s;
    transform: scale(1.001);
    width: 100%;
}

.other-serv-content {
    height: 175px;
}

.other-serv-content h4 {
    text-transform: uppercase;
    padding-top: 12px;
    font-size: 29px;
    font-weight: 400;
}

.other-serv-content p {
    margin-bottom: 4px;
}

.other-serv-content a {
    /* background: #13aeb5; */
    color: #f77;
    /* font-weight: 700; */
    /* padding: 4px 10px; */
    /* top: 11px; */
    /* border: 1px solid; */
    /* border-radius: 50px; */
    /* -webkit-border-radius: 50px; */
    position: relative;
}

.other-serv:after,
.other-serv:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}

.other-serv:before {
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.other-serv:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, 0.6);
}

.other-serv:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.other-serv:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.other-serv:hover img {
    transform: scale(1.05);
}

.other-serv-sec {
    padding: 77px 0px 24px;
    background: #505050;
    color: #fff;
}

.t-bq-wrapper {
    box-shadow: 0px 6px 5px #8b8b8b;
}

.asahcmaab h4 {
    text-transform: uppercase;
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
    line-height: 36px;
}

.asahcmaab .text {
    font-size: 14px;
    color: #fff;
}

.newsletter-form .form-control {
    height: 63px;
    background-color: transparent;
    border: 1px solid;
    color: #fff;
}

.newsletter-form .form-control::placeholder {
    color: #fff;
}

.newsletter-form .btn {
    position: relative;
    /* right: -88px; */
    border-radius: 30px;
    font-size: 31px;
    background: #ff5252;
    border: none;
    top: -1px;
    border-radius: 32px;
    padding: 12px 0;
    color: #fff;
    width: 204px;
}

.slant-sec {
    margin: 90px 0px 0px;
    background: #fff5f3;
    padding: 40px 0px;
}

.slant-sec .container-fluid {
    padding: 0px;
}

.slant-sec .main-row:nth-child(1)::before {
    background: #fff5f3;
    content: " ";
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -40px;
    height: 109%;
    /* height: 107%;
  transform: skewY(11deg); */
}

.slant-sec .main-row:nth-child(2)::before {
    background: #fff5f3;
    content: " ";
    position: absolute;
    width: 100%;
    height: 109%;
    z-index: -1;
    top: -40px;
}

.slant-sec .main-row:nth-child(3)::before {
    background: #fff5f3;
    content: " ";
    position: absolute;
    width: 100%;
    height: 109%;
    z-index: -1;
    top: -40px;
    /* height: 107%;
  transform: skewY(11deg); */
}

.slant-sec .main-row:nth-child(1) {
    border-left: none;
}


/* .main-row{
  border-left: 2px dashed;
} */

.blog-row {
    padding-top: 50px;
}

.blog-row .col-md-12 {
    padding: 0px;
    padding-right: 8px;
}

.slant-pic {
    text-align: center;
    /* right: -45px; */
    position: relative;
    top: 147px;
}

.slant-pic img {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
}


/* .slant-sec .col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 26.333333%;
} */

.slant-sec h3 {
    line-height: 28px;
}

.bread_cumb_wrap {
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    padding: 170px 0 60px
}

.bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 425px;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../gallery/bread-cumb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .2
}

.bread_cumb_wrap h1 {
    text-transform: capitalize;
    color: #000000;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bread_cumb_wrap ul {
    display: inline-block;
    box-shadow: 0 5px 4px #ccc;
    padding: 4px 15px;
    border-radius: 30px;
    background: #fff;
    border: 4px solid #ccc;
}

.bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    color: #2c2c2c
}

.bread_cumb_wrap ul li:last-child:before {
    display: none
}

.bread_cumb_wrap i {
    color: #ff5252;
}

.bread_cumb_wrap ul li a {
    display: block;
    color: #000000;
    font-size: 17px;
}

.top_wrap1 {
    position: relative;
}

.inner-section {
    position: relative;
    min-height: 47vh;
    padding: 110px 0px 80px;
    text-align: center;
}

.inner-pages {
    background: none;
}

._contact_info {
    position: relative;
    text-align: center;
    background: #f6ffd8;
    padding: 52px 39px;
    margin-bottom: 30px;
    border: 1px dashed;
}

._contact_info h3 {
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 27px;
}

._contact_info ul li {
    position: relative;
    color: #000;
    border-bottom: 1px dashed #a2a2a2;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

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

._contact_info ul li i {
    display: inline-block;
    width: 40px;
    color: #fff;
    height: 40px;
    background: #ff5252;
    font-size: 19px;
    border-radius: 50%;
    line-height: 39px;
    margin-bottom: 8px;
}

._contact_info ul li span {
    display: block;
}

.contact_form {
    position: relative;
    padding: 20px;
    border: 10px solid #e8e8e8;
    margin-bottom: 30px;
    background: #e3f6f7;
}

.contact_form h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 1px solid;
}

.contact_form .form-control {
    height: 45px;
    background-color: #ffffff;
}

.contact_form textarea.form-control {
    height: 80px;
}

.contact_form .btn {
    margin-top: 40px;
}

.cmap iframe {
    width: 100%;
    height: 207px;
    margin-top: 0;
}

.inner-section1 {
    padding: 67px 0px;
}

.contact_form .btn-danger {
    background: #93a600;
    border: #93a600;
}

.testimonila_timeline.main-timeline {
    position: relative;
}

.testimonila_timeline.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.testimonila_timeline.main-timeline .timeline {
    width: 50%;
    padding: 0 70px 0 0;
    margin: 0 5px 15px 0;
    float: left;
}

.testimonila_timeline.main-timeline .timeline-content {
    min-height: 120px;
    padding: 0 30px 0 0;
    border-right: 2px solid #181818;
    display: block;
    background: linear-gradient(45deg, transparent, #ffecec);
    position: relative;
    z-index: 1;
}

.testimonila_timeline.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.testimonila_timeline.main-timeline .timeline-content:before,
.testimonila_timeline.main-timeline .timeline-content:after {
    content: '';
    background-color: #000000;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 0;
}

.testimonila_timeline.main-timeline .timeline-content:after {
    top: auto;
    bottom: 0;
}

.testimonila_timeline.main-timeline .timeline-icon {
    color: #fff;
    background-color: #13aeb5;
    font-size: 40px;
    text-align: center;
    line-height: 93px;
    height: 93px;
    width: 93px;
    border-radius: 30px;
    box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.2), -8px -8px 0 #1e1e1e;
    transform: translateY(-50%);
    position: absolute;
    right: -120px;
    top: 50%;
}

.testimonila_timeline.main-timeline .timeline-year {
    font-size: 32px;
    font-weight: 300;
}

.testimonila_timeline.main-timeline .title {
    color: #141414;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.testimonila_timeline.main-timeline .description {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.testimonila_timeline.main-timeline .timeline:nth-child(even) {
    padding: 0 0 0 70px;
    margin: 0 0 15px 5px;
    float: right;
}

.testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 0 0 30px;
    border-left: 2px solid #191919;
    border-right: none;
    background: linear-gradient(45deg, #d1e2976e, transparent);
}

.testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before,
.testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
    right: auto;
    left: -5px;
}

.testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: -120px;
    right: auto;
}

@media screen and (max-width:767px) {
    .testimonila_timeline.main-timeline .timeline,
    .testimonila_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 115px 0 0;
        margin: 0 0 50px;
    }
    .testimonila_timeline.main-timeline .timeline-content,
    .testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 15px 0 0 0;
        border: none;
        border-top: 2px solid #000;
    }
    .testimonila_timeline.main-timeline .timeline-content:before {
        right: auto;
        left: 0;
        top: -5px;
    }
    .testimonila_timeline.main-timeline .timeline-content:after,
    .testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: auto;
        right: 0;
        top: -5px;
    }
    .testimonila_timeline.main-timeline .timeline-icon,
    .testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateY(0) translateX(-50%);
        top: -115px;
        left: 50%;
    }
}

.serv-matter p {
    font-size: 15px;
    text-align: justify;
}

.ol_styles {
    padding: 0;
    padding-left: 20px;
    display: inline-grid;
}

.ol_styles li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 15px;
}

.ol_styles li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    line-height: 28px;
    color: #373434;
    font-weight: 900;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
}

.serv-matter .serv-img img {
    border: 7px solid #f5f5f5;
    box-shadow: 0px 0px 10px #9f9f9f;
}

.serv-matter h2 {
    color: #34a7b2;
    font-size: 23px;
    margin-bottom: 5px;
}

.serv-matter h3 {
    color: #34a7b2;
    font-size: 16px;
}

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

.about-us-page .about-us-img img {
    border: 5px solid #f5f5f5;
    box-shadow: 0px 0px 10px #9f9f9f;
}

.about-us-content h1 {
    font-size: 30px;
    padding-top: 22px;
    border-bottom: 2px solid;
}

.about-us-content h3 {
    font-size: 22px;
    padding-top: 8px;
}

.about-us-content h4 {
    font-size: 17px;
    padding-top: 8px;
}

.about-us-page1 .mvv-list1 .col-md-4::before {
    content: " ";
    position: absolute;
    width: 92%;
    height: 100%;
    background: #ffffff;
    left: 17px;
    z-index: -1;
    right: 0px;
    top: 38px;
    border-radius: 0px 0px 100px 100px;
    box-shadow: 0px 0px 10px #cfcfcf;
}
.box {
    position: relative;
    overflow: hidden
}

.box-content:after,
.box-content:before,
.box:after,
.box:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .3s;
}

.box-content .lightboxed:hover {
    box-shadow: 0 0 32px #333;
    transform: scale(1.025);
}

.box:after {
    top: 25%;
    transition-delay: .1s
}

.box-content:before {
    top: 50%;
    transition-delay: .2s
}

.box-content:after {
    top: 75%;
    transition-delay: .3s
}

.box:hover .box-content:after,
.box:hover .box-content:before,
.box:hover:after,
.box:hover:before {
    opacity: 1
}

.box img {
    width: 100%;
    height: auto;
    border: 5px solid #e3e3e3;
    border-radius: 8%;
    box-shadow: -2px 7px 12px 0px #e3dce5;
}

.box .box-content {
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1
}

.content {
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 23px;
    z-index: 2;
    transition: all .3s ease 0
}

.box .title {
    color: #25567a;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 0 2px #fff;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    transform: translateX(-100px);
    transition: all .5s ease .3s
}

.box .post {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    opacity: 0;
    transform: translateX(100px);
    transition: all .5s ease .3s
}

.box:hover .post,
.box:hover .title {
    opacity: 1;
    transform: translateX(0)
}

.box .icon {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all .5s ease .3s
}

.box:hover .icon {
    opacity: 1
}

.box .icon li {
    margin: 0 4px;
    display: inline-block
}

.box .icon li a {
    color: #fff;
    background-color: #1091ba;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 0 0 50%;
    display: block;
    transition: all .3s
}

.box .icon li a:hover {
    color: #fff;
    background-color: #ee416a;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8) inset
}

@media only screen and (max-width:479px) {
    .box .title {
        font-size: 20px
    }
}
.video-row iframe{
    box-shadow: 0px 0px 20px #777;
    margin-bottom: 30px;
}
.social-icon-one li a img {
    width: 20px;
    top: -3px;
    position: relative;
}