@charset "UTF-8";
html {
    font-size: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'headfont';
    src: url(../webfonts/main-font.ttf);
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #113071;
    margin: 0px;
    position: relative;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 50px;
    line-height: 60px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    margin: 0px;
}

input,
textarea {
    display: inherit;
}

img {
    max-width: 100%;
}

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

.pagewrap {
    position: relative;
}

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

.top_wrapper {
    position: relative;
    height: 100vh;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-slide {
    outline: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .container {
        max-width: 1150px;
    }
}

.section-title .sub-title {
    display: inline-block;
    position: relative;
    margin-bottom: 45px;
    z-index: 1;
}

.section-title .sub-title span.title {
    text-transform: uppercase;
    color: #f9580e;
    font-size: 17px;
    font-weight: 700;
    font-family: "Gilroy", sans-serif;
    z-index: 1;
}

.section-title .sub-title .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    font-size: 65px;
    color: #ffe5dc;
    line-height: 1;
    z-index: -1;
}

.section-title h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title h2 {
        font-size: 36px;
        line-height: 47px;
    }
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 32px;
        line-height: 44px;
    }
}

.section-title h2 span {
    color: #f9580e;
}

.title-span-line span.line {
    background-color: #f9580e;
    height: 5px;
    border-radius: 2.5px;
}

.title-span-line span.line-1 {
    width: 40px;
}

.title-span-line span.line-2 {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.title-span-line span.line-3 {
    width: 40px;
}

.section-white-title h2 {
    color: #fff;
}

.section-white-title h2 span {
    color: #282828;
}

ul.social-link li {
    display: inline-block;
}

.form_group {
    position: relative;
}

.form_control {
    width: 100%;
    padding: 0 30px;
    height: 60px;
}

textarea.form_control {
    padding-top: 15px;
}


/*===== All bg =====*/

.main-bg {
    background-color: #f9580e;
}

.light-bg {
    background: #f7f7f7;
}


/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    padding: 8px 19px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #2c2f8b;
    line-height: 27px;
    text-transform: capitalize;
    border-radius: 28px;
    transition: all 0.3s ease-out 0s;
}

.main-btn:after {
    display: inline-block;
    padding-left: 10px;
    font-family: 'Font Awesome 5 Free';
    content: "\f073";
    font-weight: 900;
}

.main-btn:hover,
.main-btn:focus {
    background: #ff7600;
    color: #fff;
}

button {
    border: none;
}

.btn-link {
    color: #282828;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

.btn-link:after {
    display: inline-block;
    content: "";
    font-family: "IcoFont";
    padding-left: 10px;
    transition: all 0.3s ease-out 0s;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

.btn-link:hover:after,
.btn-link:focus:after {
    padding-left: 15px;
}


/*
    nice select css
*/

.nice-select {
    width: 100%;
    outline: none;
}

.nice-select.open:after {
    transform: none;
}

.nice-select:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    right: 20px;
    font-size: 12px;
    font-weight: 600;
    transform: none;
    border: none;
    top: 0;
    margin-top: 0;
    color: #2E2E2E;
}

.nice-select .list {
    width: 100%;
}


/*
    Start Preloader css
*/

.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999;
}

.lds-ellipsis span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f9580e;
    animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
    animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
    animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@keyframes ball-pulse-sync {
    33% {
        transform: translateY(10px);
    }
    66% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}


/*
    End Preloader css
*/

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}


/*
    Start scroll_up css
*/

.back-to-top {
    background: linear-gradient(to left, #d43c96, #22448c);
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
    background: #0b2d56;
    color: #fff;
}


/*
    End scroll_up css
*/


/*---=======================
   02. Start Header css 
===========================---*/

.transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-navigation .nav-container {
    position: relative;
    margin: auto;
    text-align: right;
}

.header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
    content: "\f103";
    font-weight: 900;
    margin-left: 5px;
    display: inline-block;
    color: #d33c95;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    position: relative;
    right: 0;
}

.header-navigation .nav-container .main-menu ul>li.menu-item-has-children ul li a:after {
    top: 4px;
    right: 7px;
    position: absolute;
    color: #ffffff;
    transform: rotate(-90deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
        display: none;
    }
}

.header-navigation .nav-container .main-menu ul li {
    display: inline-block;
    position: relative;
}

.container {
    position: relative;
}

.header-navigation .nav-container .main-menu ul li>a {
    display: block;
    font-size: 16px;
    color: #101010;
    font-weight: 600;
    padding: 18px 9px;
    line-height: 1;
}

.header-navigation .nav-container .main-menu ul li .sub-menu {
    position: absolute;
    text-align: left;
    left: 0;
    top: 120%;
    width: 189px;
    background-color: #214287;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 99;
    height: auto;
}

.header-navigation .nav-container .main-menu ul li .sub-menu.cstemdsth {
    width: 120px;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li {
    display: block;
    margin: 0;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:last-child>a {
    border-bottom: none;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a {
    display: block;
    padding: 3px 15px;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    line-height: 23px;
    margin: 0;
    border-bottom: 1px solid #dbdbdb;
    color: #ffffff;
    text-transform: capitalize;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a:hover {
    background: #d43c96;
    color: #fff;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li .sub-menu {
    left: 100%;
    top: 50%;
    width: 268px;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li .sub-menu.custom_sub_menu {
    width: 156px;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:hover .sub-menu {
    top: 0;
    background: #d43d96;
}

.header-navigation .nav-container .main-menu ul li:hover>a {
    color: #d43c96;
}

.header-navigation .nav-container .main-menu ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li .sub-menu li .sub-menu {
    position: absolute;
    text-align: left;
    left: 100%;
    top: 120%;
    width: 189px;
    background-color: #111b5b;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 99;
    height: auto;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.header-navigation .nav-container .main-menu ul li .dd-trigger {
    display: none;
}

.header-navigation .nav-container .site-branding {
    position: absolute;
    left: 0;
    z-index: 999;
    width: 340px;
    top: 8px;
}

.header-navigation.sticky .nav-container .site-branding {
    top: 7px;
    width: 298px;
}

.header-navigation .nav-container .nav-menu {
    display: inline-block;
    margin-right: -1px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    transition-duration: 500ms;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 70px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu.menu-on {
    left: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ececec;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li:last-child {
    border-bottom: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
    border-top: 1px solid #ececec;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #282828 !important;
    padding: 13px 20px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
    color: #282828;
    padding: 0px 20px 0 40px;
    line-height: 45px !important;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
    display: block;
    position: absolute;
    right: 5px;
    height: 37px;
    width: 37px;
    top: 3px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 2;
    background: #ffe0c6;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: #282828;
    font-size: 14px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu.menu-on {
    left: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-pushed-item {
    display: none;
}

.header-navigation .nav-container.breakpoint-on .navbar-close,
.header-navigation .nav-container.breakpoint-on .navbar-toggler {
    display: block;
}

.header-navigation .navbar-toggler {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
}

.header-navigation .navbar-toggler span {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}

.header-navigation .navbar-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    display: none;
    background: #f9580e;
    padding: 5px;
}

.header-navigation .navbar-close .cross-wrap {
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: relative;
}

.header-navigation .navbar-close .cross-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #fff;
}

.header-navigation .navbar-close .cross-wrap span.top {
    top: 17px;
    left: 0;
    transform: rotate(45deg);
}

.header-navigation .navbar-close .cross-wrap span.bottom {
    bottom: 15px;
    left: 0;
    transform: rotate(-45deg);
}

.header-top {}

@media (max-width: 767px) {
    .header-top .top-left {
        text-align: center;
    }
}

.header-top .top-left ul li {
    display: inline-block;
}

@media (max-width: 991px) {
    .header-top .top-left ul li {
        margin-right: 4px;
    }
}

.header-top .top-left ul li span {
    color: #fff;
}

.header-top .top-left ul li span i {
    margin-right: 10px;
}

.header-top .top-right {
    float: right;
}

@media (max-width: 767px) {
    .header-top .top-right {
        margin-top: 20px;
        float: none;
        text-align: center;
    }
}

.header-top .top-right ul.social-link li {
    margin-left: 5px;
}

.header-top .top-right ul.social-link li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    border: 1px solid;
}

.header-top .top-right ul.social-link li a:hover,
.header-top .top-right ul.social-link li a:focus {
    background-color: #f9580e;
    border-color: #f9580e;
    color: #fff;
}

.header-area-v1 .header-navigation {
    position: relative;
    background-color: #f9580e;
}

.header-area-v1 .header-navigation:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: calc(100% - 60%);
    left: -100px;
    top: 0;
    transform: skew(-50deg, 0deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area-v1 .header-navigation {
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .header-area-v1 .header-navigation {
        padding: 20px 0;
    }
    .header-area-v1 .header-navigation:before {
        width: calc(100% - 50%);
    }
}

@media (max-width: 767px) {
    .header-area-v1 .header-navigation:before {
        width: calc(100% - 10%);
    }
}

@media (max-width: 400px) {
    .header-area-v1 .header-navigation:before {
        width: calc(100% - 10%);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area-v1 .header-navigation:before {
        width: calc(100% - 30%);
    }
}

.header-area-v1 .header-navigation .nav-container {
    position: relative;
}

.header-area-v1 .header-navigation .nav-container .logo-col {
    position: relative;
}

.appbnt {
    cursor: pointer;
}

.custom-container {
    max-width: 1374px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.address_left {
    position: absolute;
    top: 22px;
    left: 288px;
}

.address_left ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    color: #333;
}

.address_left ul li:last-child {
    border: none;
}

.address_left ul li i {
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #439e9c;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    margin-right: 6px;
    border: 2px solid;
}

.social_right {
    position: absolute;
    right: 300px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area-v2 .header-top .top-left {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area-v2 .header-top .top-left ul li {
        margin-right: 15px;
    }
}

.header-area-v2 .header-top .top-left ul li span {
    color: #626262;
}

.header-area-v2 .header-top .top-left ul li span i {
    color: #f9580e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area-v2 .header-top .top-right {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area-v2 .header-top .top-right ul.social-link li a {
        border-color: #282828;
        color: #282828;
    }
    .header-area-v2 .header-top .top-right ul.social-link li a:hover,
    .header-area-v2 .header-top .top-right ul.social-link li a:focus {
        border-color: transparent;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .header-area-v2 .header-top .top-right ul.social-link li a {
        border-color: #282828;
        color: #282828;
    }
    .header-area-v2 .header-top .top-right ul.social-link li a:hover,
    .header-area-v2 .header-top .top-right ul.social-link li a:focus {
        border-color: transparent;
        color: #fff;
    }
}

.header-area-v2 .header-navigation {
    position: relative;
    z-index: 1;
}

.header-area-v2 .header-navigation.sticky .nav-container .main-menu .nav-button .main-btn {
    background: #282828;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area-v2 .header-navigation {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .header-area-v2 .header-navigation {
        padding: 15px 0;
    }
}

.header-area-v2 .header-navigation:after {
    position: absolute;
    content: "";
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area-v2 .header-navigation:after {}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area-v2 .header-navigation:after {
        width: 0px;
    }
}

@media (max-width: 991px) {
    .header-area-v2 .header-navigation:after {
        width: 150%;
    }
}

.header-area-v2 .header-navigation .nav-container .main-menu {
    position: relative;
    padding: 0 11px;
    border-radius: 26px 0px 0px 26px;
    margin-top: 39px;
}

.header-area-v2 .header-navigation.sticky .nav-container .main-menu {
    margin-top: 55px;
}

.header-area-v2 .header-navigation .nav-container .main-menu::before {
    content: "";
    position: absolute;
    width: 131%;
    height: 100%;
    z-index: -1;
}

@media only screen and (min-width: 1200px) {
    .header-area-v2 .header-navigation .nav-container .main-menu ul li a {
        font-size: 17px;
    }
}

.header-area-v2 .header-navigation .nav-container .nav-button .main-btn {
    border-radius: 32px;
    padding: 6px 14px;
    position: absolute;
    right: 37%;
    top: -48px;
    font-weight: 500;
    color: #ed4a5c;
    background: #fff;
    border: 2px solid;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area-v2 .header-navigation .nav-container .nav-button .main-btn {
        padding: 19px 41px;
    }
}

.header-area-v2 .header-navigation {
    position: relative;
    z-index: 1;
    padding-top: 0;
}

.header-area-v2 .header-navigation.sticky .nav-container .nav-button .main-btn {
    background: transparent;
    top: 24px;
    right: 31px;
}

.header-navigation.sticky {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation: sticky 1.2s;
    background: #fff;
    margin-top: 0;
    height: 105px;
    box-shadow: 0px 0px 10px;
}

@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

.header-top {
    position: absolute;
    text-align: right;
    right: 19%;
    z-index: 99;
    top: 15px;
}

.header-top .top-left {
    position: relative;
    background: transparent;
    padding: 0;
    display: inline-block;
}

.header-top .info-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    padding: 0px 11px;
    margin-right: 2px;
    border-right: 1px dashed #333;
}

.header-top .info-list li a {
    display: inline-block;
    color: #103074;
}

.header-top .info-list li i {
    position: relative;
    display: inline-block;
    margin-right: 1px;
    background: linear-gradient(to top, #cd3a91, #22448b);
    color: #ffffff;
    font-size: 15px;
    line-height: 31px;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
}

.header-top .info-list li:last-child {
    border-right: 0px;
}

.main-header .header-top .info-list {
    position: relative;
    display: inline-block;
}

.rightslidebar {
    position: absolute;
    width: 100px;
    right: 18px;
    z-index: 99;
    top: 29%;
    text-align: center;
    padding: 27px 9px;
    background: linear-gradient(to top, #1b4170, #0faa9a);
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 100px;
}

.rightslidebar ul {
    position: relative;
}

.rightslidebar ul li {
    position: relative;
    display: block;
}

.rightslidebar ul li a {
    display: block;
    color: #fff;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

.info_icons {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #1b4170;
    font-size: 22px;
    line-height: 41px;
    border-radius: 50%;
    font-weight: 600;
}

.rightslidebar ul li a span {
    display: block;
    line-height: 20px;
    margin: 6px 0 0;
    font-weight: 600;
}

.social_left {
    position: absolute;
    width: auto;
    text-align: center;
    right: 35px;
    z-index: 99;
    top: 10px;
}

.social-link li {
    display: inline-block;
}

.social-link li a {
    display: block;
    font-size: 20px;
    line-height: initial;
    margin: 0px 0;
    text-align: center;
    background: #4873cd;
    color: #ffffff;
    position: relative;
    transition: all cubic-bezier(0.11, 0.94, 1, 1) .9s;
    width: 37px;
    height: 37px;
    border-radius: 4px;
    line-height: 37px;
}

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

.social-link li:nth-child(3) a {
    background: #b817a4;
}

.social-link li:nth-child(4) a {
    background: #39b956;
    border-right: 0px;
}

.social-link li a span {
    margin-right: 16px;
    font-size: 16px;
}

.social-link li a:hover {
    right: 0px;
    opacity: 1;
    filter: grayscale(0);
}

.doctor_thumb {
    position: absolute;
    bottom: 13%;
    padding: 18px 112px 20px 23px;
    background: linear-gradient(to left, #348e8b, #183d69);
    border-radius: 0px 52px 52px 0px;
    left: -195px;
    transition: all ease-in-out .7s;
}

.doctor_thumb:hover {
    left: 0px;
}

.doctor_thumb a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.doctor_thumb p {
    color: #fff;
    font-size: 16px;
    text-transform: initial;
    display: table;
    border: 1px solid;
    padding: 0 10px;
    margin-top: 7px;
}

.doctor_thumb span {
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #e6e4e4;
    position: absolute;
    right: 10px;
    top: 11px;
}


/*---=======================
   End Header css 
===========================---*/


/*---=======================
   03. Start Hero css 
===========================---*/

.banner-area-v1 {
    position: relative;
}

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

.slide1 {
    background-image: url(../images/banner/1.jpg);
}

.slide2 {
    background-image: url(../images/banner/2.jpg);
}

.slide3 {
    background-image: url(../images/banner/3.jpg);
}

.bannerslider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
}

.bannerslider .owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #204084;
    border-radius: 50%;
    margin: 0 4px;
}

.bannerslider .owl-dots .owl-dot.active {
    background-color: #d43c96;
}

.breadcrumbs-section {
    padding: 130px 0;
}

@media (max-width: 991px) {
    .breadcrumbs-section {
        padding: 70px 0;
    }
}

.about_Section {
    position: relative;
    padding: 66px 0px 196px;
}

.about_Section::before {
    content: "";
    position: absolute;
    top: 0;
}

.iconright {
    position: absolute;
    right: 14%;
    top: 54px;
    width: 67px;
}

.iconleftt {
    position: absolute;
    left: 14%;
    top: 54px;
    width: 67px;
}

.ficonright {
    top: 0px;
}

.tetm_icon {
    top: -76px;
}

.abreow {
    position: relative;
}

.abreow .col-md-6 {
    padding: 0 10px;
}

.abt_img {
    position: relative;
    text-align: center;
    z-index: 2;
}

.abt_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(11 18 62 / 33%);
}

.abt_img::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 38%;
    background: #fff;
    left: 33px;
    bottom: 21px;
}

.abreow .col-md-6:nth-child(2) .abt_img::after {
    left: initial;
    right: 33px;
    bottom: initial;
    top: 21px;
}

.abt_img span {
    position: absolute;
    color: #c5c5c5;
    left: -12px;
    font-size: 48px;
    transform: rotate(-90deg);
    top: 44px;
    text-transform: uppercase;
}

.abreow .col-md-6:nth-child(2) .abt_img span {
    left: initial;
    right: -49px;
    top: initial;
    bottom: 87px;
}

.welcome_text {
    position: relative;
    display: inline-block;
    margin: 0 0 14px;
}

.welcome_text::before {
    content: "";
    position: absolute;
    width: 134%;
    height: 100%;
    z-index: -1;
    right: 32%;
    top: 0;
}

.welcome_text h3 {
    font-weight: 500;
    font-size: 22px;
    background: #d43c96;
    color: #fff;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 30px;
}

.welcome_text h2 {
    text-transform: uppercase;
    font-size: 60px;
    margin: 15px 0 13px;
    color: #22257c;
    font-weight: 800;
}

.welcome_text h2 span {
    font-size: 30px;
    color: #ff861e;
    display: inline-block;
    border-top: 2px dashed;
    border-bottom: 2px dashed;
    line-height: 36px;
}

.welcome_text h4 {
    display: inline-block;
    color: #ff861e;
    font-weight: 500;
    font-size: 33px;
    text-transform: uppercase;
}

.about_text {
    margin-bottom: 33px;
    text-align: center;
}

.about_text p {
    line-height: 28px;
    padding: 0 29px;
    margin-bottom: 10px;
}

.about_text p a {
    color: #ff861e;
}

.dnt_ent_titles {
    position: absolute;
    left: -23px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ccc;
    font-size: 63px;
    transform: rotate(-90deg);
    top: 50px;
    text-align: center;
}

.dnt_ent_titles2 {
    left: auto;
    right: -84px;
    top: auto;
    bottom: 338px;
}

.dnt_ent_titles::before {
    content: "";
    position: absolute;
    width: 179px;
    height: 1px;
    background: #707070;
    right: 119%;
    top: 15px;
}

.dnt_ent_titles2::before {
    right: auto;
    left: 103%;
    top: auto;
    bottom: 15px;
    width: 88px;
}


/*---=======================
   End Hero css 
===========================---*/

.section-title span {
    display: block;
    color: #d43c96;
    font-size: 29px;
}


/*---=======================
   04. Start About css 
===========================---*/

.about_section {
    position: relative;
    padding: 70px 0px 221px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(24 61 105 / 52%), #0a2f5d);
}

.about_title {
    position: relative;
}

.about_title span {
    color: #fff;
    font-size: 24px;
}

.about_title h2 {
    color: #fff;
}

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

.home_abt_content a {
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid;
    margin-top: 25px;
}

.home_abt_content p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    font-weight: 300;
}

.ecperience {
    text-align: center;
    color: #fff;
    padding: 41px 0;
    position: relative;
    border-radius: 3px;
    background: rgb(63 144 143 / 79%);
    bottom: 70px;
}

.ecperience h3 {
    color: #fff;
    font-size: 99px;
    font-weight: 500;
}

.ecperience p {
    color: #fff;
    font-size: 29px;
    line-height: 39px;
    text-transform: uppercase;
}

.abt_bottom {
    padding: 0 0 71px;
    position: relative;
    margin-top: -120px;
}

.mvvrow .col-md-4 {}

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

.mvv_list {
    position: relative;
    padding: 20px;
    border: 5px solid #ccc;
    border-radius: 14px;
    background: #fff;
}

.mvv_list:before {
    content: "";
    position: absolute;
    width: 41%;
    height: 80%;
    left: 0;
    top: 0;
}

.mvvrow .col-md-6:nth-child(2) .mvv_list {
    border: 8px solid #fff0e6;
}

.mvv_list h3 {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid;
    margin-bottom: 7px;
}

.mvv_list p {
    text-align: justify;
    line-height: 24px;
    padding-right: 8px;
}

.mvv_icon {
    position: absolute;
    right: 19px;
    top: 11px;
    transition: all ease-in-out .8s;
    width: 42px;
}

.mvv_list:hover .mvv_icon {
    transform: scale(1);
    opacity: 1;
}


/* team section */

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

.team_section::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 162px;
    background: #f5f5f5;
    left: 0;
    right: 0;
    margin: auto;
    top: 93px;
    z-index: 1;
}

.team_section::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 55px;
    background: #d43c96;
    left: 0;
    right: 0;
    margin: auto;
}

.team_block {
    text-align: center;
    position: relative;
    background: #22448c;
    padding: 33px 0 36px;
}

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

.team_h_row .col-md-6:nth-child(2) .team_block {
    background: #d43c96;
}

.team_block .team_icon {
    position: absolute;
    left: -13px;
    top: 77px;
    opacity: .5;
}

.team_h_row .col-md-6:nth-child(2) .team_block .team_icon {
    left: initial;
    right: -17px;
}

.team_block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    background: #22448c;
    top: 0;
}

.team_h_row .col-md-6:nth-child(2) .team_block::before {
    background: #d43c96;
    right: initial;
    left: 100%;
}

.doc_pic {
    position: relative;
    display: inline-block;
    width: 304px;
    border-radius: 16px;
    overflow: hidden;
    border: 6px solid #ffffff;
    margin-top: -140px;
    box-shadow: 0px -5px 12px #626262;
}

.doc_info {
    position: relative;
}

.doc_info h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
}

.doc_info h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.doc_info h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin: 4px 0px 0;
}

.team_services {
    text-align: center;
    padding: 31px 0 0;
    position: relative;
}

.team_services::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 67%;
    height: 347px;
    border: 2px dotted #111b5b;
    top: 0;
    border-top: 0px;
    border-radius: 0px 0px 220px 220px;
}

.team_h_row .col-md-6:nth-child(2) .team_services::before {
    border: 2px dotted #d43c96;
    border-top: 0px;
}

.team_slider .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 21px;
}

.team_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 23px;
    height: 3px;
    background-color: #15216e;
    margin: 0 4px;
}

.team_slider .owl-dots .owl-dot.active {
    background-color: #d43c96;
}

.team_ser_list {
    text-align: center;
}

.team_head {
    position: relative;
}

.team_head h2 {
    text-transform: uppercase;
    font-size: 42px;
    margin: 0 0 19px;
}

.team_h_row .col-md-6:nth-child(2) .team_head h2 {
    color: #d43c96;
}

.team_ser_block {
    position: relative;
}

.team_ser_list {
    display: inline-block;
}

.team_ser_pic {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #e9ecff;
    background-color: #fff;
    width: 296px;
    height: 296px;
    box-shadow: 0px 0px 10px #9b9b9b;
    margin-top: 6px;
}

.team_h_row .col-md-6:nth-child(2) .team_ser_pic {
    border: 10px solid #f4d8e8;
}

.team_slider .owl-item .team_ser_pic img {
    transition: all ease-in-out .8s;
    display: inline-block;
    border-radius: 50%;
    transform: scale(.8);
}

.team_slider .owl-item.active .team_ser_pic img {
    transform: scale(1);
}

.team_ser_info {
    position: relative;
}

.team_ser_info h3 {
    text-transform: uppercase;
    margin: 15px 0 0;
    transition: all ease-in-out .7s;
    right: 20px;
    font-size: 25px;
}

.team_slider .owl-item.active .team_ser_info h3 {
    right: 0px;
}

.team_h_row .col-md-6:nth-child(2) .team_ser_info h3 {
    color: #d43c96;
    right: auto;
    left: 25px;
}

.team_h_row .col-md-6:nth-child(2) .team_slider .owl-item.active .team_ser_info h3 {
    left: 0px;
}

.team_ser_info p {
    font-size: 15px;
    padding: 0 65px;
    line-height: 26px;
}

.team_ser_info a {
    display: inline-block;
    background: linear-gradient(to left, #d43c96, #22448c);
    color: #fff;
    padding: 4px 14px;
    border-radius: 22px;
    margin: 13px 0 0;
}

.ortrmnts_title {
    position: absolute;
    top: 22rem;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 700;
    color: #c6c8d7;
}

.ser_btm {
    text-align: center;
    margin: 16px 0 0;
}

.ser_btm h3 {
    text-transform: uppercase;
    font-size: 34px;
    background: #22448c;
    color: #eee;
    padding: 7px 24px;
    display: inline-block;
    font-weight: 500;
    border-radius: 31px;
}

.ser_btm span {
    color: #ee55b0;
}

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


/* services */

.services_section {
    position: relative;
    padding: 70px 0px 79px;
}

.services_section::before {
    content: "";
    position: absolute;
}

.maxillofacila_surgery_section {
    position: relative;
    padding: 57px 0px 245px;
    background: #22448c;
}

.maxillofacila_surgery_section::before {
    content: "";
    position: absolute;
}

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

.mxll_sur_block h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 0 0 13px;
}

.mxll_sur_block p {
    font-size: 20px;
    color: #eee;
    padding: 0 57px;
    margin: 0 0 15px;
    line-height: 33px;
}

.mxll_sur_block a {
    display: inline-block;
    color: #fff;
    border: 1px dashed;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 16px;
}

.appointment-form,
.testimonials_block {
    margin-top: -200px;
}

.testimonial_section {
    position: relative;
    padding: 0px 0 89px;
}

.testimonial_section::before,
.testimonial_section::after {
    content: "";
    position: absolute;
    width: 34%;
    height: 528px;
    /* background: #ff983c; */
    border-left: 0;
    left: 0;
    margin: auto;
    top: 41px;
}

.testimonial_section::after {
    /* background: #171a66; */
    left: initial;
    right: 0px;
}

.testimonials_block {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 25px;
    background: #d43c96;
    border: 8px solid #e5e5e5;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
}

.testimonials_block::before {
    content: "";
    position: absolute;
}

.tes_app_icon {
    position: absolute;
    right: 0px;
    bottom: -27px;
    width: 21%;
}

.testiminila_bg_top {
    position: absolute;
    top: 34px;
    right: 0;
    width: 30%;
    height: 31px;
    background: #ffa8c5;
    border-radius: 42px 0px 0px 0px;
}

.testiminila_bg_btm {
    top: initial;
    bottom: 36px;
    right: initial;
    left: 453px;
    width: 35%;
    height: 31px;
    background: #ffa8c5;
    border-radius: 0px 0px 42px 0px;
}

.testimonila_title h2 {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
}

.testimonial_list {
    text-align: center;
    padding: 12px 13px;
}

.testimonila_image {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.testimonila_info {
    position: relative;
}

.testimonila_info p {
    line-height: 23px;
    color: #fff;
}

.testimonila_info h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 27px;
    margin: 11px 0 0;
    color: #eee;
}

.rattings {
    color: #ffe140;
}

.testimonial_slider .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
}

.testimonial_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 4px;
}

.testimonial_slider .owl-dots .owl-dot.active {
    background-color: #ffe140;
}

.appointment-form {
    position: relative;
    background-image: url(../images/appointmentbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 79px 43px 0;
    color: #fff;
    border: 11px solid #ffffff;
    z-index: 2;
    width: 545px;
    height: 545px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 10px 18px #6e6e6e;
}

.appointment-form::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 128 19 / 76%);
}

.appointment-form h2 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 43px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #fff;
}

.appointment-form p {
    margin-bottom: 20px;
}

.appointment-form .form-group {
    position: relative;
    z-index: 1;
}

.appointment-form .form-group i {
    position: absolute;
    right: 14px;
    top: 12px;
    z-index: -1;
    color: #ffffff;
    font-size: 18px;
}

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

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

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

.appointment-form .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    padding: 6px 16px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 30px;
    background-color: #080f3c;
    margin: 8px 0 0;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.whychoose_section {
    position: relative;
    padding: 0 0 98px;
}

.why_ecg_icon {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -143px;
    width: 177px;
}

.why_row .col-md-3 {
    padding: 0 10px;
}

.why_row .col-md-3:nth-child(1),
.why_row .col-md-3:nth-child(4) {
    margin-top: -66px;
}

.why_list_block {
    position: relative;
    padding: 0px 12px;
    margin: 0px 0 0;
}

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

.why_title {
    position: relative;
    text-align: center;
    padding: 0 95px;
    margin-bottom: 28px;
}

.why_title::before,
.why_title::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    border-bottom: 1px solid #eee;
    left: 109px;
    top: 34px;
}

.why_title::after {
    left: initial;
    right: 109px;
}

.why_title h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 55px;
}

.why_title p {
    color: #fff;
}

.why_blocks {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 26px;
    border: 6px solid #f1f1f1;
    box-shadow: 0px 0px 8px #8b8a8a;
}

.why_blocks::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #113071, transparent);
    z-index: 1;
}

.why_row .col-md-3:nth-child(2) .why_blocks::before,
.why_row .col-md-3:nth-child(3) .why_blocks::before {
    background: linear-gradient(to top, #d43c96, transparent);
}

.why_pic {
    display: inline-block;
}

.why_pic img {
    transition: all ease-in-out .7s;
    filter: grayscale(1);
}

.why_blocks:hover .why_pic img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.why_blocks h4 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    color: #ffffff;
    z-index: 1;
}

.why_btm {
    text-align: center;
    padding: 21px 0 19px;
    position: relative;
}

.why_btm::before {
    content: "";
    position: absolute;
    width: 46%;
    height: 7px;
    background: linear-gradient(to left, #ffa0d2, transparent, #ffa0d2);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}

.why_btm h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
}

.lasrhrmvl_section {
    position: relative;
    padding: 40px 0px 10px;
}

.lasr_block {
    position: relative;
    background: #e1206c;
    padding: 18px 18px;
    border-radius: 0px 112px 112px 0px;
}

.lasr_block::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    right: 100%;
    background: #e1206c;
    top: 0;
}

.lasr_title_head {
    position: relative;
    color: #eee;
    text-align: right;
}

.lasr_title_head span {
    display: block;
    font-size: 19px;
}

.lasr_title_head h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    margin: 5px 0;
}

.lasr_title_head p {
    display: block;
    color: #eee;
    line-height: 21px;
}

.laser_mvl_pic {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    border: 7px solid #e9e9e9;
}

.lsr_list {
    position: relative;
    width: 161px;
    height: 161px;
    text-align: center;
    border: 6px solid #e1e1e1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    line-height: 24px;
    font-size: 18px;
    background: #fff;
    margin: 27px 0;
}

.lsr_list:hover {
    background: #e1206c;
    color: #fff;
}

.bordertop {
    position: absolute;
    width: 40%;
    height: 6px;
    background: #e1e1e1;
    right: 26px;
    top: 114px;
}

.borderbtm {
    position: absolute;
    width: 80%;
    height: 6px;
    background: #e1e1e1;
    right: 0;
    left: 0px;
    margin: auto;
    bottom: 106px;
}

.borderright {
    position: absolute;
    width: 6px;
    height: 53%;
    background: #e1e1e1;
    right: 90px;
    top: 106px;
}

.lstblicon {
    top: 0px;
}


/*---=======================
   05. Start Service css 
===========================---*/

.service-area-v1 {
    position: relative;
    z-index: 1;
}

.service-area-v1:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -1;
}

.service-area-v1 .section-title h2 {
    padding: 0 100px;
}

@media (max-width: 991px) {
    .service-area-v1 .section-title h2 {
        padding: 0px;
    }
}

.service-area-v1 .section-white-title h2 span {
    color: #f9580e;
}

.service-area-v1 .service-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-area-v1 .service-item:hover:before {
    background-color: #f9580e;
}

.service-area-v1 .service-item:hover:after {
    border-right: 25px solid #f9580e;
    border-bottom: 25px solid #f9580e;
}

.service-area-v1 .service-item:before {
    position: absolute;
    content: "";
    top: -40px;
    left: -30px;
    width: 185px;
    height: 185px;
    background-color: #ffd6c3;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.2s ease-out 0s;
}

.service-area-v1 .service-item:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border-right: 25px solid #fff;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid #fff;
    bottom: 20px;
    right: 20px;
    z-index: -1;
    transition: all 0.2s ease-out 0s;
}

.service-area-v1 .service-item .service-img {
    margin-bottom: 35px;
}

.service-area-v1 .service-item .service-img img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
}

.service-area-v1 .service-item .service-content span.position {
    color: #f9580e;
    margin-bottom: 10px;
}

.service-area-v1 .service-item .service-content h3.title {
    font-size: 25px;
    margin-bottom: 15px;
}

.service-area-v1 .service-item .service-content .btn-link {
    color: #6e6d6d;
}

.service-area-v1 .service-item .service-content .btn-link:after {
    display: none;
}

.service-area-v1 .service-slider-one .slick-dots {
    text-align: center;
}

.service-area-v1 .service-slider-one .slick-dots li.slick-active button {
    background-color: #f9580e;
}

.service-area-v1 .service-slider-one .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
}

.service-area-v2 .service-item {
    border-radius: 5px;
}

.service-area-v2 .service-item .service-img {
    position: relative;
    z-index: 1;
}

.service-area-v2 .service-item .service-img img {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.service-area-v2 .service-item .service-img:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f9580e;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
    border-radius: 5px 5px 0 0;
}

.service-area-v2 .service-item .service-img .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f9580e;
    box-shadow: 0px 11px 20px 0px rgba(254, 90, 14, 0.3);
    z-index: 1;
}

.service-area-v2 .service-item .service-img .icon i {
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.service-area-v2 .service-item .service-content {
    padding: 30px 40px 40px;
    background-color: #fff;
    box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.08);
    border-radius: 0 0 5px 5px;
}

.service-area-v2 .service-item .service-content h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 22px;
}

.service-area-v2 .service-item .service-content p {
    padding-bottom: 35px;
}

.service-area-v2 .service-item .service-content .main-btn {
    border-radius: 5px;
    padding: 9px 11px;
    background-color: #282828;
    text-transform: capitalize;
}

.service-area-v2 .service-item .service-content .main-btn:hover,
.service-area-v2 .service-item .service-content .main-btn:focus {
    background-color: #f9580e;
    color: #fff;
}

.service-area-v3 .service-item {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.08);
    padding: 40px 40px 30px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.service-area-v3 .service-item .service-shape .shape {
    position: absolute;
    content: "";
    top: 0;
    right: -100px;
    background-color: rgba(254, 90, 14, 0.04);
    border-radius: 5px;
    transform: rotate(45deg);
}

.service-area-v3 .service-item .service-shape .shape.shape-1 {
    width: 150px;
    height: 150px;
    top: 28px;
}

.service-area-v3 .service-item .service-shape .shape.shape-2 {
    width: 170px;
    height: 170px;
    top: 20px;
}

.service-area-v3 .service-item .service-shape .shape.shape-3 {
    width: 190px;
    height: 190px;
    top: 10px;
}

.service-area-v3 .service-item .service-shape .shape.shape-4 {
    width: 210px;
    height: 210px;
    top: 0px;
}

.service-area-v3 .service-item:hover {
    background-color: #f9580e;
}

.service-area-v3 .service-item:hover .service-shape .shape {
    background-color: rgba(255, 255, 255, 0.08);
}

.service-area-v3 .service-item:hover .service-icon i {
    background-color: #fff;
    color: #f9580e;
}

.service-area-v3 .service-item:hover .service-content h3,
.service-area-v3 .service-item:hover .service-content p,
.service-area-v3 .service-item:hover .service-content .btn-link {
    color: #fff;
}

.service-area-v3 .service-item .service-icon {
    margin-bottom: 30px;
}

.service-area-v3 .service-item .service-icon i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #f9580e;
    color: #fff;
    border-radius: 10px;
    font-size: 36px;
    box-shadow: 0px 11px 20px 0px rgba(254, 90, 14, 0.3);
}

.service-area-v3 .service-item .service-content h3.title {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-area-v3 .service-item .service-content h3.title {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .service-area-v3 .service-item .service-content h3.title {
        font-size: 22px;
        line-height: 32px;
    }
}

.service-area-v3 .service-item .service-content p {
    margin-bottom: 20px;
}


/* Service-details-section */

.service-details-section .service-img {
    margin-bottom: 25px;
}

.service-details-section .service-img img {
    border-radius: 10px;
}

.service-details-section .service-content h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-details-section .service-content p {
    margin-bottom: 25px;
}

.service-details-section .service-content p:last-child {
    margin-bottom: 0;
}

.service-details-section .content-box {
    background-color: #fff3ed;
}

.service-details-section .content-box .content {
    padding: 40px 40px 25px;
}

.service-details-section .content-box .block-img img {
    width: 100%;
}

.service-details-section .how-work-box h3 {
    margin-bottom: 20px;
}

.service-details-section .how-work-box .work-item {
    border: 1px solid #e6e6e6;
    padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-details-section .how-work-box .work-item {
        padding: 30px 15px;
    }
}

.service-details-section .how-work-box .work-item .work-title {
    position: relative;
    padding-left: 75px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-details-section .how-work-box .work-item .work-title {
        padding-left: 0px;
    }
}

.service-details-section .how-work-box .work-item .work-title span.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #f9580e;
    color: #fff;
    font-size: 25px;
    font-family: "Gilroy", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-details-section .how-work-box .work-item .work-title span.icon {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 20px;
    }
}

.service-details-section .service-details-wrapper .faq-area {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.08);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-details-section .service-details-wrapper .faq-area {
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    .service-details-section .service-details-wrapper .faq-area {
        padding: 20px 15px;
    }
}

.service-details-section .service-details-wrapper .faq-area .faq-wrapper h3 {
    margin-bottom: 30px;
}

.service-details-section .service-details-wrapper .faq-area .faq-wrapper .card {
    border-radius: 5px;
    border: none;
    border: 1px solid #e6e6e6;
}

.service-details-section .service-details-wrapper .faq-area .faq-wrapper .card .card-header {
    background-color: transparent;
    border-bottom: none;
    font-size: 16px;
    color: #282828;
    font-weight: 700;
}

.service-details-section .service-details-wrapper .faq-area .faq-wrapper .card .card-header .toggle_btn {
    float: right;
}

.service-details-section .service-details-wrapper .faq-area .faq-wrapper .card .card-header .toggle_btn:after {
    content: "";
    font-family: "IcoFont";
    display: inline-block;
    font-size: 15px;
    color: #282828;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .service-details-section .service-details-wrapper .faq-area .faq-wrapper .card .card-header .toggle_btn:after {
        display: none;
    }
}

.service-details-section .service-details-wrapper .faq-area .faq-wrapper .card .card-body {
    padding-top: 0px;
}

.service-details-section .service-details-wrapper .faq-area .faq-wrapper .card.card .card-header[aria-expanded=true] .toggle_btn:after {
    content: "";
}

.service-details-section .sidebar-widget-area .widget {
    background-color: #fff;
    box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.08);
}

.service-details-section .sidebar-widget-area .widget.widget-catageory ul.categeory-link li a:hover {
    background-color: #f9580e;
    color: #fff;
    border-color: transparent;
}


/*---=======================
   End Service css 
===========================---*/


/*---=======================
   06. Start Features css 
===========================---*/

.features-area-v1 .features-column {
    flex: 0 0 20%;
    max-width: 20%;
    border-right: 1px solid #fae3d9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-area-v1 .features-column {
        flex: 0 0 50%;
        max-width: 50%;
        border-right: none;
    }
}

@media (max-width: 767px) {
    .features-area-v1 .features-column {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
    }
}

.features-area-v1 .features-column:last-child {
    border-right: none;
}

.features-area-v1 .features-column .features-item {
    background-color: #fbf6f3;
    padding: 30px 25px;
    position: relative;
    z-index: 1;
}

.features-area-v1 .features-column .features-item:hover:after,
.features-area-v1 .features-column .features-item:hover:before {
    visibility: visible;
    opacity: 1;
}

.features-area-v1 .features-column .features-item:hover .features-icon i {
    color: #fff;
}

.features-area-v1 .features-column .features-item:hover .features-content h5 {
    color: #fff;
}

.features-area-v1 .features-column .features-item:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid #fff;
    border-top: 25px solid #fff;
    border-bottom: 25px solid transparent;
    top: -5px;
    left: 10px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.features-area-v1 .features-column .features-item:after {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: calc(100% + 30px);
    content: "";
    background-color: #f9580e;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.features-area-v1 .features-column .features-item .features-icon {
    margin-bottom: 20px;
}

.features-area-v1 .features-column .features-item .features-icon i {
    width: 60px;
    height: 60px;
    color: #f9580e;
    font-size: 60px;
    line-height: 1;
}

.features-area-v1 .features-column .features-item .features-content h5 {
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-area-v1 .features-column .features-item .features-content h5 {
        font-size: 15px;
    }
}

.features-area-v2 .features-nav .nav-tabs {
    border-bottom: none;
}

.features-area-v2 .features-nav .nav-tabs .nav-item {
    width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-area-v2 .features-nav .nav-tabs .nav-item {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .features-area-v2 .features-nav .nav-tabs .nav-item {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-area-v2 .features-nav .nav-tabs .nav-item {
        width: 50%;
    }
}

.features-area-v2 .features-nav .nav-tabs .nav-item .nav-link {
    text-align: center;
    border: none;
}

.features-area-v2 .features-nav .nav-tabs .nav-item .nav-link i {
    width: 80px;
    height: 70px;
    line-height: 1;
    color: #b8b8b8;
    font-size: 75px;
}

.features-area-v2 .features-nav .nav-tabs .nav-item .nav-link.active i {
    color: #f9580e;
}

.features-area-v2 .tab-left-content,
.features-area-v2 .tab-right-content {
    margin-bottom: 30px;
}

.features-area-v2 .tab-left-content h2 {
    margin-bottom: 0px;
}

.features-area-v2 .tab-right-content p {
    margin-bottom: 35px;
}

.features-area-v2 .tab-right-content h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 28px;
    font-style: italic;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-area-v3 .features-column {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.features-area-v3 .features-box {
    position: relative;
    overflow: hidden;
    background-color: #fff3ed;
    padding: 45px 34px;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.features-area-v3 .features-box:hover {
    background-color: #f9580e;
}

.features-area-v3 .features-box:hover .features-icon i {
    color: #fff;
}

.features-area-v3 .features-box:hover .features-content h4,
.features-area-v3 .features-box:hover .features-content p,
.features-area-v3 .features-box:hover .features-content .btn-link {
    color: #fff;
}

.features-area-v3 .features-box:hover .features-content .btn-link {
    border-color: #fff;
}

.features-area-v3 .features-box:hover:after {
    visibility: visible;
    opacity: 1;
}

.features-area-v3 .features-box:hover::before {
    color: rgba(255, 255, 255, 0.3);
}

.features-area-v3 .features-box:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border-right: 25px solid #fff;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid #fff;
    bottom: 20px;
    right: 20px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.features-area-v3 .features-box:before {
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 200px;
    color: #ffe3d6;
    font-family: "Flaticon";
    line-height: 1;
    z-index: -1;
}

.features-area-v3 .features-box.box-1:before {
    content: "";
}

.features-area-v3 .features-box.box-2:before {
    content: "";
}

.features-area-v3 .features-box.box-3:before {
    content: "";
}

.features-area-v3 .features-box.box-4:before {
    content: "";
}

.features-area-v3 .features-box .features-icon {
    margin-bottom: 30px;
}

.features-area-v3 .features-box .features-icon i {
    font-size: 65px;
    width: 65px;
    height: 65px;
    line-height: 1;
    color: #f9580e;
}

.features-area-v3 .features-box .features-content h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 23px;
}

.features-area-v3 .features-box .features-content p {
    margin-bottom: 20px;
}

.features-area-v3 .features-box .features-content .btn-link {
    font-size: 18px;
    padding-left: 25px;
    border-left: 3px solid #f9580e;
}

.features-area-v3 .features-box .features-content .btn-link:after {
    display: none;
}

.features-area-v4 .features-box {
    background-color: #fff3ed;
    padding: 37px 45px 45px;
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-area-v4 .features-box {
        padding: 25px 30px 25px;
    }
}

.features-area-v4 .features-box.features-video {
    padding: 0px;
    height: 386px;
}

.features-area-v4 .features-box.features-video .play-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-area-v4 .features-box.features-video .play-content .video-popup {
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    background-color: #f9580e;
    border-radius: 50%;
    color: #fff;
}

.features-area-v4 .features-box .features-content h4 {
    font-size: 25px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-area-v4 .features-box .features-content h4 {
        font-size: 22px;
        line-height: 32px;
    }
}

.features-area-v4 .features-box .features-content p {
    margin-bottom: 30px;
}

.features-area-v4 .features-box .features-content h5.title {
    padding-left: 25px;
    border-left: 3px solid #f9580e;
    font-size: 18px;
    font-weight: 700;
    color: #f9580e;
}

.counter-area-v1 .counter-column {
    flex: 0 0 20%;
    max-width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-area-v1 .counter-column {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
    .counter-area-v1 .counter-column:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .counter-area-v1 .counter-column {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .counter-area-v1 .counter-column:last-child {
        margin-bottom: 0px;
    }
}

.counter-area-v1 .counter-column .counter-box {
    background-color: #fbf6f3;
    padding: 50px 35px 60px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-area-v1 .counter-column .counter-box {
        padding: 40px 35px;
    }
}

.counter-area-v1 .counter-column .counter-box:before,
.counter-area-v1 .counter-column .counter-box:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.counter-area-v1 .counter-column .counter-box:before {
    content: "";
    height: 0;
    width: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid #fff;
    border-top: 25px solid #fff;
    border-bottom: 25px solid transparent;
    top: 10px;
    left: 10px;
    z-index: -1;
}

.counter-area-v1 .counter-column .counter-box:after {
    position: absolute;
    bottom: 0;
    left: 30px;
    content: "";
    font-family: "Flaticon";
    color: rgba(255, 255, 255, 0.15);
    font-size: 150px;
    line-height: 1;
    z-index: -1;
}

.counter-area-v1 .counter-column .counter-box:hover {
    background-color: #f9580e;
}

.counter-area-v1 .counter-column .counter-box:hover:before,
.counter-area-v1 .counter-column .counter-box:hover:after {
    visibility: visible;
    opacity: 1;
}

.counter-area-v1 .counter-column .counter-box:hover h2 {
    color: #fff;
}

.counter-area-v1 .counter-column .counter-box h2 {
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-area-v1 .counter-column .counter-box h2 {
        font-size: 32px;
        line-height: 44px;
    }
}

.counter-area-v1 .counter-column .counter-box h2 span.plus {
    font-size: 25px;
    vertical-align: super;
}

.counter-area-v1 .counter-column .counter-box h5 {
    font-size: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-area-v1 .counter-column .counter-box h5 {
        font-size: 13px;
    }
}

.counter-area-v2 .counter-wrapper {
    padding: 95px 40px 91px;
    border-radius: 50px;
}

.counter-area-v2 .counter-column {
    position: relative;
}

@media (max-width: 991px) {
    .counter-area-v2 .counter-column {
        margin-bottom: 50px;
    }
    .counter-area-v2 .counter-column:last-child {
        margin-bottom: 0px;
    }
}

.counter-area-v2 .counter-column:after {
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .counter-area-v2 .counter-column:after {
        display: none;
    }
}

.counter-area-v2 .counter-column:last-child::after {
    display: none;
}

.counter-area-v2 .counter-box {
    text-align: center;
}

.counter-area-v2 .counter-box h2 {
    color: #fff;
    margin-bottom: 15px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-area-v2 .counter-box h2 {
        font-size: 32px;
        line-height: 44px;
    }
}

.counter-area-v2 .counter-box h2 span.plus {
    font-size: 25px;
    vertical-align: super;
    margin-left: -10px;
}

.counter-area-v2 .counter-box h4 {
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-area-v2 .counter-box h4 {
        font-size: 16px;
    }
}

.counter-area-v3 {
    position: relative;
    margin-top: -80px;
}

.counter-area-v3 .counter-wrapper {
    padding: 95px 40px 91px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.04);
}

@media (max-width: 991px) {
    .counter-area-v3 .counter-wrapper {
        padding-bottom: 51px;
    }
}

.counter-area-v3 .counter-column {
    position: relative;
}

@media (max-width: 991px) {
    .counter-area-v3 .counter-column {
        margin-bottom: 40px;
    }
}

.counter-area-v3 .counter-column:after {
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #ffede4;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .counter-area-v3 .counter-column:after {
        display: none;
    }
}

.counter-area-v3 .counter-column:last-child::after {
    display: none;
}

.counter-area-v3 .counter-box {
    text-align: center;
}

.counter-area-v3 .counter-box h2 {
    color: #f9580e;
    margin-bottom: 15px;
    line-height: 1;
}

.counter-area-v3 .counter-box h2 span.plus {
    font-size: 25px;
    vertical-align: super;
    margin-left: -10px;
}

.awards-area {
    background-color: #f9580e;
    padding: 55px 0 40px;
}

.awards-area .awards-slide .single-awards {
    text-align: center;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .awards-area .section-title {
        text-align: center;
        margin-bottom: 40px;
    }
}

.rigistration_section {
    padding: 33px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}

.rigistration_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #22448c, #d43c96);
    left: 0px;
    top: 0px;
}

.rigistration_section span {
    display: inline-block;
    color: #eee;
    font-size: 25px;
    font-weight: 300;
}

.rigistration_section span a {
    display: inline-block;
    background: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    margin-left: 6px;
    color: #1a1a1a;
    font-weight: 600;
}

.cta-area-v1 .cta-wrapper:after {
    position: absolute;
    bottom: 0;
    left: 50px;
    /* content: ""; */
    font-family: "Flaticon";
    font-size: 400px;
    color: rgba(255, 255, 255, 0.15);
    z-index: -1;
}

.cta-area-v1 .cta-wrapper .section-title h2 {
    margin-bottom: 13px;
    font-size: 37px;
    font-weight: 300;
    line-height: 47px;
}

.cta-area-v1 .cta-wrapper .button-box {
    float: right;
}

@media (max-width: 991px) {
    .cta-area-v1 .cta-wrapper .button-box {
        float: none;
    }
}

.cta-area-v1 .cta-wrapper .button-box .main-btn {
    background-color: #fff;
    color: #282828;
    padding: 21px 50px;
    border-radius: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-area-v1 .cta-wrapper .button-box .main-btn {
        padding: 15px 30px;
    }
}

.cta-area-v2 .cta-wrapper {
    padding: 56px 100px;
    border-radius: 5px 5px 0 0;
    padding-bottom: 128px;
}

@media (max-width: 991px) {
    .cta-area-v2 .cta-wrapper {
        padding: 56px 20px 140px;
    }
}

@media (max-width: 991px) {
    .cta-area-v2 .cta-wrapper .section-title {
        text-align: center;
        margin-bottom: 40px;
    }
}

.cta-area-v2 .cta-wrapper .button-box {
    float: right;
}

@media (max-width: 991px) {
    .cta-area-v2 .cta-wrapper .button-box {
        float: none;
        text-align: center;
    }
}

.cta-area-v2 .cta-wrapper .button-box .main-btn {
    background-color: #fff;
    color: #282828;
    position: relative;
}

.cta-area-v2 .cta-wrapper .button-box .main-btn:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.07);
    width: 120%;
    height: 140%;
    border-radius: 52px;
}

.cta-area-v2 .cta-wrapper .button-box .main-btn:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.07);
    width: 140%;
    height: 190%;
    border-radius: 67px;
}

.filter-nav ul.filter-btn {
    position: relative;
    padding-bottom: 40px;
}

.filter-nav ul.filter-btn:before,
.filter-nav ul.filter-btn:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    height: 5px;
    transform: translateX(-50%);
    border-radius: 3px;
}

.filter-nav ul.filter-btn:before {
    width: 7%;
    background-color: #f9580e;
    z-index: 1;
}

.filter-nav ul.filter-btn:after {
    width: 25%;
    background-color: #ffe7dc;
}

.filter-nav ul.filter-btn li {
    display: inline-block;
    font-size: 19px;
    padding: 5px;
    cursor: pointer;
    color: #282828;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
}

.filter-nav ul.filter-btn li.active {
    color: #f9580e;
}

.filter-nav ul.filter-btn li:last-child:after {
    display: none;
}

.filter-nav ul.filter-btn li:after {
    display: inline-block;
    content: "-";
    padding-left: 12px;
    font-size: 19px;
}

.post-share-tag {
    background-color: #f6f6f6;
    padding: 21px 30px;
}

@media (max-width: 991px) {
    .post-share-tag .post-tag {
        text-align: center;
    }
}

.post-share-tag .post-tag ul li {
    display: inline-block;
}

.post-share-tag .post-tag ul li span {
    color: #282828;
    font-weight: 700;
}

.post-share-tag .post-share {
    float: right;
}

@media (max-width: 991px) {
    .post-share-tag .post-share {
        text-align: center;
        float: none;
        margin-top: 15px;
    }
}

.post-share-tag .post-share ul li {
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .post-share-tag .post-share ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.post-share-tag .post-share ul li a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    border: 1px solid #c4c4c4;
}

.post-share-tag .post-share ul li a:hover,
.post-share-tag .post-share ul li a:focus {
    background-color: #f9580e;
    color: #fff;
    border-color: transparent;
}

.post-next-prev-post .post-nav-img {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.post-next-prev-post .post-nav-img img {
    max-width: 100%;
    border-radius: 50%;
}

.post-next-prev-post .post-nav-img i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #f9580e;
    color: #fff;
}

.post-next-prev-post .post-nav-img.post-prev-img {
    margin-left: 15px;
}

.post-next-prev-post .post-nav-img.post-prev-img i {
    left: -15px;
}

.post-next-prev-post .post-nav-img.post-next-img {
    margin-right: 15px;
    float: right;
}

.post-next-prev-post .post-nav-img.post-next-img i {
    left: auto;
    right: -15px;
}


/*---=======================
   End Project css 
===========================---*/


/*---=======================
   08. Start Project css 
===========================---*/

.testimonial-area-v1 {
    background-color: #fbf6f3;
}

@media (max-width: 991px) {
    .testimonial-area-v1 {
        padding-bottom: 120px;
    }
}

.testimonial-area-v1 .testimonial-img {
    margin-left: -150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area-v1 .testimonial-img {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .testimonial-area-v1 .testimonial-img {
        margin-left: 0px;
        margin-bottom: 60px;
    }
}

.testimonial-area-v1 .testimonial-item .td-content p {
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area-v1 .testimonial-item .td-content p {
        font-size: 17px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .testimonial-area-v1 .testimonial-item .td-content p {
        font-size: 17px;
        line-height: 28px;
    }
}

.testimonial-area-v1 .testimonial-item .td-content .td-author-info {
    display: flex;
}

.testimonial-area-v1 .testimonial-item .td-content .td-author-info .td-thumb {
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #ff7a76;
}

.testimonial-area-v1 .testimonial-item .td-content .td-author-info .td-author {
    margin-left: 35px;
}

.testimonial-area-v1 .testimonial-item .td-content .td-author-info .td-author h4 {
    font-size: 23px;
}

.testimonial-area-v1 .testimonial-item .td-content .td-author-info .td-author p.position {
    font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area-v1 .testimonial-arrows-one {
        margin-bottom: 50px;
    }
}

.testimonial-area-v1 .testimonial-arrows-one .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #f7cab5;
    border-radius: 50%;
    line-height: 50px;
    color: #f9580e;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area-v1 .testimonial-arrows-one .slick-arrow {
        bottom: 60px;
    }
}

.testimonial-area-v1 .testimonial-arrows-one .slick-arrow:hover {
    background-color: #f9580e;
    color: #fff;
}

.testimonial-area-v1 .testimonial-arrows-one .slick-arrow.prev {
    right: 60px;
}

.testimonial-area-v2 .testimonial-slider-two .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #f3aa88;
    color: #f3aa88;
    cursor: pointer;
    z-index: 1;
}

.testimonial-area-v2 .testimonial-slider-two .slick-arrow:hover {
    border-color: #f9580e;
    color: #f9580e;
}

.testimonial-area-v2 .testimonial-slider-two .slick-arrow.prev {
    left: -12%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .testimonial-area-v2 .testimonial-slider-two .slick-arrow.prev {
        left: -5%;
    }
}

.testimonial-area-v2 .testimonial-slider-two .slick-arrow.next {
    right: -12%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .testimonial-area-v2 .testimonial-slider-two .slick-arrow.next {
        right: -5%;
    }
}

.testimonial-area-v2 .testimonial-item {
    padding-left: 120px;
    position: relative;
}

@media (max-width: 991px) {
    .testimonial-area-v2 .testimonial-item {
        padding-left: 0px;
        padding-top: 120px;
    }
}

.testimonial-area-v2 .testimonial-item .td-thumb {
    position: absolute;
    top: 60px;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .testimonial-area-v2 .testimonial-item .td-thumb {
        top: 0;
    }
}

.testimonial-area-v2 .testimonial-item .td-thumb .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #f9580e;
    color: #fff;
    font-size: 40px;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 9px;
    padding-right: 12px;
}

.testimonial-area-v2 .testimonial-item .td-content {
    position: relative;
    background-color: #fff1eb;
    padding: 53px 35px 50px;
    border-radius: 10px;
}

.testimonial-area-v2 .testimonial-item .td-content:after {
    position: absolute;
    top: 57px;
    left: 35;
    content: "";
    font-family: "IcoFont";
    font-size: 60px;
    color: rgba(254, 90, 14, 0.25);
}

.testimonial-area-v2 .testimonial-item .td-content:before {
    position: absolute;
    top: 20px;
    left: -10px;
    content: "";
    width: 40px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff1eb;
    transform: skewX(-35deg);
}

@media (max-width: 991px) {
    .testimonial-area-v2 .testimonial-item .td-content:before {
        top: -10px;
        left: 10px;
        transform: skewY(-35deg);
    }
}

.testimonial-area-v2 .testimonial-item .td-content p {
    margin-bottom: 35px;
}

.testimonial-area-v2 .testimonial-item .td-content .td-author-info .td-author h4.title {
    margin-bottom: 10px;
}

.testimonial-area-v2 .testimonial-item .td-content .td-author-info .td-author p.position {
    margin-bottom: 0px;
}

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

ul.rating li i {
    color: #fe5a0e;
}


/*---=======================
   End Project css 
===========================---*/


/*---=======================
   09. Start Team css 
===========================---*/

.team-area-v1 .team-item:hover .team-info .team-shape:after {
    background-color: #fff;
}

.team-area-v1 .team-item:hover .team-info .team-member-info .team-content h4,
.team-area-v1 .team-item:hover .team-info .team-member-info .team-content p {
    color: #fff;
}

.team-area-v1 .team-item:hover .team-info .team-member-info .team-content p.position:after {
    background-color: #fff;
}

.team-area-v1 .team-item:hover .team-info .team-member-info .team-social .social-link li a {
    border-color: #fff;
    color: #fff;
}

.team-area-v1 .team-item:hover .team-info .team-shape,
.team-area-v1 .team-item:hover .team-info .team-member-info {
    background-color: #ff68b7;
}

.team-area-v1 .team-item .team-img img {
    width: 100%;
}

.orthogynic_section {
    position: relative;
    padding: 0 0 40px;
}

.orthogynic_section::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
}

.oragy_titile {
    text-align: center;
}

.oragy_titile h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
    margin: 0 0 15px;
}

.oragy_titile p {
    font-size: 17px;
    padding: 0 30px;
    margin-top: 25px;
}

.orgy_rows {
    position: relative;
    justify-content: center;
}

.orgy_rows .col-md-3{
    padding: 0 7px;
}

.or_gy_sections {
    overflow: hidden;
    text-align: center;
    margin-bottom: 14px;
    border-radius: 15px;
}

.or_gy_pic {
    position: relative;
}

.or_gy_sections h3 {
    font-size: 20px;
    line-height: initial;
    background: linear-gradient(to left, #22448c, #d43c96);
    color: #fff;
    padding: 6px 0;
}

.or_gy_info {
    position: absolute;
    right: 5px;
    bottom: 38px;
    text-align: center;
    width: 359px;
    background: #d2e6ff;
    padding: 19px 25px;
}

.orgy_rows .col-md-6:nth-child(2) .or_gy_info {
    right: initial;
    left: 5px;
    top: initial;
    bottom: 38px;
    text-align: center;
    background: #ffe2c8;
}

.or_gy_info h2 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 27px;
    margin-bottom: 12px;
    display: inline-block;
    border-bottom: 1px dashed;
    padding-bottom: 6px;
}

.or_gy_info h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    border-bottom: 1px dashed;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.or_gy_info h3:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.box {
    background: #22448c;
    text-align: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 42%);
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 6px solid #fff;
}

.box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.box img {
    width: 100%;
    height: auto;
    transition: all .5s ease-out
}

.box:hover img {
    opacity: .3;
    transform: scale(1.15)
}

.box .box-content {
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(-50%) rotate(-360deg);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all .5s ease-out
}

.box:hover .box-content {
    opacity: 1;
    transform: translateY(-50%) rotate(0)
}

.box .title {
    color: #ff761b;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px
}

.box .post {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
    display: block
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none
}

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

.box .icon li a {
    color: #fff;
    background: #d43d96;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: block;
    transition: all .3s ease 0s
}

.box .icon li a:hover {
    color: #fff;
    background-color: #d43c96;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .5)
}

.faq_section {
    position: relative;
    padding: 0 0 85px;
}

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

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

.faqtimelien.main-timeline .timeline {
    width: 49%;
    padding: 0 40px 0 0;
    margin: 0px 0px 22px 0;
    float: left;
    text-align: right;
}

.faqtimelien.main-timeline .timeline-content {
    background: linear-gradient(to left, #f0f1ff, white);
    padding: 20px 90px 20px 20px;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.15);
    display: block;
    position: relative;
    min-height: 182px;
}

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

.faqtimelien.main-timeline .timeline-content:before {
    content: '';
    background: #b7b7b7;
    width: 12px;
    height: 120px;
    border-radius: 0 8px 8px 0;
    transform: translateY(-50%);
    position: absolute;
    right: -12px;
    top: 50%;
}

.faqtimelien.main-timeline .timeline-icon {
    color: #fff;
    background-color: #22448c;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 110px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -39px;
    z-index: 1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.faqtimelien.main-timeline .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
}

.faqtimelien.main-timeline .description {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0;
}

.faqtimelien.main-timeline .timeline:nth-child(even) {
    padding: 0 0 0 40px;
    float: right;
    text-align: left;
}

.faqtimelien.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 20px 20px 90px;
    background: linear-gradient(to right, #f4d9e9, white);
}

.faqtimelien.main-timeline .timeline:nth-child(even) .timeline-content:before {
    border-radius: 8px 0 0 8px;
    right: auto;
    left: -12px;
}

.faqtimelien.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: auto;
    left: -39px;
    background-color: #d43c96;
}

@media screen and (max-width:767px) {
    .faqtimelien.main-timeline .timeline,
    .faqtimelien.main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 0 0 0 40px;
        margin: 0 0 30px;
    }
    .faqtimelien.main-timeline .timeline-content,
    .faqtimelien.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 20px 20px 20px 90px;
    }
    .faqtimelien.main-timeline .timeline-content:before,
    .faqtimelien.main-timeline .timeline:nth-child(even) .timeline-content:before {
        border-radius: 8px 0 0 8px;
        left: -12px;
    }
    .faqtimelien.main-timeline .timeline-icon,
    .faqtimelien.main-timeline .timeline:nth-child(even) .timeline-icon {
        left: -39px;
        right: auto;
    }
}

@media screen and (max-width:479px) {
    .faqtimelien.main-timeline .timeline,
    .faqtimelien.main-timeline .timeline:nth-child(even) {
        padding: 40px 0 0 0;
    }
    .faqtimelien.main-timeline .timeline-content,
    .faqtimelien.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 90px 20px 20px;
    }
    .faqtimelien.main-timeline .timeline-content:before,
    .faqtimelien.main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 120px;
        height: 12px;
        border-radius: 8px 8px 0 0;
        transform: translateY(0) translateX(-50%);
        top: -12px;
        left: 50%;
    }
    .faqtimelien.main-timeline .timeline-icon,
    .faqtimelien.main-timeline .timeline:nth-child(even) .timeline-icon {
        line-height: 110px;
        width: 100px;
        height: 110px;
        transform: translateY(0) translateX(-50%);
        top: -39px;
        left: 50%;
        clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    }
}

.team-img {
    position: relative;
}

.team-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(24 61 105 / 0%), #202020);
}


/*  Blog-details-section  */

.blog-details-section .post-thumbnail {
    margin-bottom: 32px;
}

.blog-details-section .entry-content {
    margin-bottom: 55px;
}

.blog-details-section .entry-content h3.title {
    margin-bottom: 15px;
}

.blog-details-section .entry-content p {
    margin-bottom: 20px;
}

.blog-details-section .entry-content .content-box {
    background-color: #fff4ef;
    padding: 40px 45px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-details-section .entry-content .content-box h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 16px;
}

.blog-details-section .entry-content .content-box p {
    margin-bottom: 15px;
}

.blog-details-section .post-share-tag {
    background-color: #fff4ef;
}

.blog-details-section .admin-box {
    background-color: #fff3ed;
    display: flex;
    padding: 40px 30px;
}

@media (max-width: 991px) {
    .blog-details-section .admin-box {
        flex-direction: column;
    }
}

.blog-details-section .admin-box .admin-img {
    min-width: 190px;
    max-width: 190px;
    height: 190px;
}

.blog-details-section .admin-box .admin-img img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-section .admin-box .admin-info {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .blog-details-section .admin-box .admin-info {
        margin-left: 0px;
        margin-top: 30px;
    }
}

.blog-details-section .admin-box .admin-info h4 {
    font-size: 25px;
    margin-bottom: 5px;
}

.blog-details-section .admin-box .admin-info p.position {
    margin-bottom: 12px;
}

.blog-details-section .related-post h4.title {
    margin-bottom: 20px;
}

.blog-details-section .related-post .blog-post-item:hover .post-thumbnail .post-overlay {
    visibility: visible;
    opacity: 1;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail {
    position: relative;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail img {
    width: 100%;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail .post-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 86%;
    background-color: rgba(254, 90, 14, 0.95);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail .post-overlay .post-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail .post-overlay .post-content .main-btn {
    padding: 11px 16px;
    background-color: #fff;
    color: #282828;
    border-radius: 2px;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail .post-overlay .post-content .main-btn:after {
    display: none;
}

.blog-details-section .comments-area h4.comments-title {
    margin-bottom: 20px;
}

.blog-details-section .comments-area ul.comments-list li.comment {
    display: flex;
    padding: 20px 25px 15px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .blog-details-section .comments-area ul.comments-list li.comment {
        flex-direction: column;
    }
}

.blog-details-section .comments-area ul.comments-list li.comment:nth-child(even) {
    margin-left: 70px;
}

@media (max-width: 767px) {
    .blog-details-section .comments-area ul.comments-list li.comment:nth-child(even):nth-child(even) {
        margin-left: 0px;
    }
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-avatar {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-avatar img {
    max-width: 100%;
    border-radius: 50%;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .blog-details-section .comments-area ul.comments-list li.comment .comment-wrap {
        margin-top: 30px;
        margin-left: 0px;
    }
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap .comment-author-content {
    position: relative;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap .comment-author-content span.author-name {
    font-size: 22px;
    font-weight: 700;
    color: #282828;
    font-family: "Gilroy", sans-serif;
    display: block;
    margin-bottom: 5px;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap .comment-author-content span.date {
    margin-bottom: 15px;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap .comment-author-content a.reply {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 35px;
    background-color: #f9580e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .blog-details-section .comments-area ul.comments-list li.comment .comment-wrap .comment-author-content a.reply {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px;
    }
}

.blog-details-section .comments-respond {
    background-color: #fff4ef;
    padding: 55px 50px 60px;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .blog-details-section .comments-respond {
        padding: 55px 15px 60px;
    }
}

.blog-details-section .comments-respond h4.comments-heading {
    margin-bottom: 20px;
}

.blog-details-section .comments-respond form .form_group .form_control {
    border: none;
    height: 60px;
    border-radius: 2px;
    border: 1px solid #fff;
}

.blog-details-section .comments-respond form .form_group .form_control:focus {
    border-color: #f9580e;
}

.blog-details-section .comments-respond form .form_group textarea.form_control {
    height: 240px;
}

.blog-details-section .comments-respond form .main-btn {
    border-radius: 2px;
    padding: 14px 35px;
}


/* Sidebar-widget-area */

.sidebar-widget-area {
    margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-area {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .sidebar-widget-area {
        margin-left: 0px;
    }
}

.sidebar-widget-area .widget {
    background-color: #f9f9f9;
    padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-area .widget {
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    .sidebar-widget-area .widget {
        padding: 20px 15px;
    }
}

.sidebar-widget-area .widget h4.widget-title {
    margin-bottom: 25px;
}

.sidebar-widget-area .widget.widget-search {
    padding: 0px;
    background-color: transparent;
}

.sidebar-widget-area .widget.widget-search .form_group .form_control {
    border: 1px solid #e8e8e8;
    height: 60px;
}

.sidebar-widget-area .widget.widget-search .form_group .search-icon {
    position: absolute;
    top: 17px;
    right: 20px;
    background-color: transparent;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li {
    margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li:last-child {
    margin-bottom: 0px;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li a {
    display: block;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 10px 20px;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li a:hover,
.sidebar-widget-area .widget.widget-catageory ul.categeory-link li a:focus {
    border-color: #f9580e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-area .widget.widget-catageory ul.categeory-link li a {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width: 991px) {
    .sidebar-widget-area .widget.widget-catageory ul.categeory-link li a {
        font-size: 14px;
        padding: 10px 15px;
    }
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content {
    margin-bottom: 50px;
    display: flex;
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content:last-child {
    margin-bottom: 0px;
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content img {
    width: 80px;
    height: 80px;
    border-radius: 2px;
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date {
    margin-left: 30px;
    margin-top: -8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date {
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    .sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date {
        margin-left: 15px;
    }
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date h6 {
    font: 19px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 5px;
    transition: all 0.3s ease-out 0s;
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date h6:hover,
.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date h6:focus {
    color: #f9580e;
}

.sidebar-widget-area .widget.widget-tag-cloud {
    padding-bottom: 30px;
}

.sidebar-widget-area .widget.widget-tag-cloud a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 7px 25px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget-tag-cloud a:hover,
.sidebar-widget-area .widget.widget-tag-cloud a:focus {
    border-color: #f9580e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-area .widget.widget-tag-cloud a {
        font-size: 14px;
        padding: 7px 15px;
    }
}

@media (max-width: 991px) {
    .sidebar-widget-area .widget.widget-tag-cloud a {
        font-size: 14px;
        padding: 7px 15px;
    }
}

.sidebar-widget-area .widget.widget-cta {
    padding: 0px;
    background-color: transparent;
}

.sidebar-widget-area .widget.widget-cta .cta-content {
    position: relative;
    z-index: 1;
    padding: 40px;
}

.sidebar-widget-area .widget.widget-cta .cta-content:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: rgba(254, 90, 14, 0.95);
}

.sidebar-widget-area .widget.widget-cta .cta-content h3 {
    color: #fff;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-area .widget.widget-cta .cta-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .sidebar-widget-area .widget.widget-cta .cta-content h3 {
        font-size: 26px;
    }
}

.sidebar-widget-area .widget.widget-cta .cta-content i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    font-size: 36px;
    color: #f9580e;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
    margin-bottom: 30px;
}

.sidebar-widget-area .widget.widget-cta .cta-content h4.call {
    font-size: 32px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-area .widget.widget-cta .cta-content h4.call {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .sidebar-widget-area .widget.widget-cta .cta-content h4.call {
        font-size: 24px;
    }
}


/* tips section */

.tips_section {
    position: relative;
    padding: 71px 0 90px;
}

.tips_section::before {
    content: "";
    position: absolute;
    width: 33%;
    height: 100%;
}

.healthtips {
    background: #ffeef7;
    padding: 12px 48px;
    margin: 0 39px 11px;
    border-radius: 79px;
    text-align: right;
    position: relative;
}

.healthrow .healthtips:nth-child(2) {
    background: #fff0e6;
    left: 79px;
}

.healthtips .row {
    align-items: center;
}

.tips_pic {
    display: inline-block;
    width: 110px;
}

.tips_pic img {
    border-radius: 50%;
    border: 5px solid #333;
}

.tips_imgright {
    position: absolute;
    right: 0px;
    width: 30%;
    bottom: 0;
    z-index: -1;
}

.tips_imgright img {
    width: 100%;
}


/*---=======================
   11. Start Contact css 
===========================---*/

.contact-page-section {
    margin-bottom: -350px;
}

.contact-page-section .contact-info-list .info-box .icon i {
    color: #f9580e;
    font-size: 50px;
}

@media (max-width: 991px) {
    .contact-page-section .contact-info-list .info-box .icon i {
        font: 26px;
    }
}

.contact-page-section .contact-info-list .info-box .info {
    margin-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-page-section .contact-info-list .info-box .info {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .contact-page-section .contact-info-list .info-box .info {
        margin-left: 20px;
    }
}

.contact-page-section .contact-info-list .info-box .info h4 {
    font-size: 25px;
}

.contact-page-section .contact-info-list .info-box .info p {
    font-size: 20px;
    line-height: 35px;
}

@media (max-width: 991px) {
    .contact-page-section .contact-info-list .info-box .info p {
        font-size: 16px;
        line-height: 28px;
    }
}

.contact-page-section .contact-form-wrapper {
    background-color: #f9f9f9;
    box-shadow: 0px 20px 30px 0px rgba(40, 40, 40, 0.08);
    padding: 45px 70px 60px;
}

@media (max-width: 991px) {
    .contact-page-section .contact-form-wrapper {
        padding: 20px 30px;
    }
}

.contact-page-section .contact-form-wrapper .contact-form .form_group .form_control {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    border-radius: 2px;
}

.contact-page-section .contact-form-wrapper .contact-form .form_group .form_control:focus {
    border-color: #f9580e;
}

.contact-page-section .contact-form-wrapper .contact-form .form_group textarea.form_control {
    height: 240px;
}

.contact-home-section {
    margin-bottom: 0px;
}


/*--- Contact map css ---*/

.contact-map-section .map_box iframe {
    width: 100%;
    height: 700px;
    display: inherit;
    border: none;
}


/*---=======================
    End Contact css 
===========================---*/

.ftraddrow .col-lg-12,
.ftraddrow .col-lg-6 {}

.ftraddrow .col-lg-12 {}

.ftraddrow .col-lg-6:nth-child(2) {
    border-right: 1px dashed #8b8b8b;
}

.fotteraddbox {
    position: relative;
    padding: 0 0 10px 0px;
    border-bottom: 2px dotted;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.fotteraddbox .icon {
    font-size: 19px;
    color: #d43d96;
    margin: 0 9px 0;
}

.fotteraddbox .info {
    font-size: 15px;
}

.fotteraddbox .info p {
    line-height: 23px;
}

.ftraddrow {
    margin: 0px;
}


/*---=======================
   12. Start Footer css 
===========================---*/

.footer-area .footer-widget {
    padding: 40px 0 18px;
}

.about-widget {
    position: relative;
}

.footer-area .footer-widget .widget h4.widget-title {
    margin-bottom: 10px;
    font-size: 26px;
    display: inline-block;
    border-bottom: 1px dashed;
}

.footer-area .footer-widget .widget.about-widget img {
    margin-bottom: 7px;
    margin-top: 62px;
}

.footer-area .footer-widget .widget.about-widget p {
    margin-bottom: 5px;
    line-height: 27px;
}

.footer-area .footer-widget .widget.about-widget a {
    display: inline-block;
    color: #ff7600;
    font-size: 18px;
}

.footer-area .footer-widget .widget.about-widget ul.social-link li {
    margin-right: 5px;
}

.footer-area .footer-widget .widget.about-widget ul.social-link li a {
    width: 37px;
    height: 37px;
    display: block;
    line-height: 34px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    transition: all 0.3s ease-out 0s;
}

.footer-area .footer-widget .widget.about-widget ul.social-link li a:hover,
.footer-area .footer-widget .widget.about-widget ul.social-link li a:focus {
    background-color: #439e9c !important;
    color: #fff !important;
    border-color: transparent;
}

.footer-area .footer-widget .widget.widget-categories {
    padding-left: 0;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-widget .widget.widget-categories {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .footer-area .footer-widget .widget.widget-categories {
        padding-left: 0px;
    }
}

.foter_add_row {
    margin: 0px;
}

.foter_add_row .col-md-4 {
    padding: 0 10px;
}

.foter_add_row .col-md-4:nth-child(1),
.foter_add_row .col-md-4:nth-child(2) {}

.copyright-text a {
    color: #f77e17;
}

.footerlogo {
    text-align: center;
}

.footerlogo img {
    width: 350px;
}

.about_ftr_widjet a {
    display: inline-block;
    background: linear-gradient(to left, #0faa9a, #0b2d56);
    color: #fff;
    padding: 4px 14px;
    border-radius: 22px;
    margin: 13px 0 0;
}

.footer_social_link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 257px;
    margin: 16px auto 18px;
    padding: 9px 0;
    box-shadow: 0px 0px 10px #a5a5a5;
    border-radius: 30px;
    background: #f5f5f5;
}

.footer_social_link span {
    font-size: 21px;
    padding-right: 11px;
    font-weight: 600;
    color: #d43c96;
}

.footer_social_link li {
    padding: 0 3px;
}

.footer_social_link li a {
    display: block;
    width: 35px;
    height: 35px;
    border: 2px solid #111b5b;
    color: #111b5b;
    font-size: 17px;
    line-height: 31px;
    border-radius: 50%;
    background: #fff;
}

.footer_social_link ul {
    display: inline-block;
}

.footer-area .footer-widget .widget.widget-categories ul.widget-link li {
    padding-bottom: 5px;
}

.footer-area .footer-widget .widget.widget-categories ul.widget-link li a {
    color: #e1e1e1;
}

.footer-area .footer-widget .widget.newsletter-widget .newsletter-form .form_group .form_control {
    background-color: #fff;
    border: none;
    height: 55px;
    border-radius: 5px;
}

.footer-area .footer-widget .widget.newsletter-widget .newsletter-form .form_group .newsletter-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background-color: #f9580e;
    color: #fff;
    border-radius: 5px;
}

.footer-area .footer-widget .widget.newsletter-widget .newsletter-info h5 {
    color: #fff;
    margin-bottom: 8px;
}

.footer-area .footer-widget .widget.newsletter-widget .newsletter-info p {
    color: #e1e1e1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-widget .widget.instragram-widget {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .footer-area .footer-widget .widget.instragram-widget {
        padding-left: 0px;
    }
}

.footer-area .footer-widget .widget.instragram-widget ul.instagram-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.footer-area .footer-widget .widget.instragram-widget ul.instagram-list li {
    padding-left: 4px;
    padding-right: 4px;
    flex: 0 0 33.33%;
    margin-bottom: 10px;
}

.footer-area .footer-widget .widget.instragram-widget ul.instagram-list li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-area .footer-widget .widget.instragram-widget ul.instagram-list li a:hover .insta-overlay {
    visibility: visible;
    opacity: 1;
}

.footer-area .footer-widget .widget.instragram-widget ul.instagram-list li a img {
    width: 100%;
    border-radius: 5px;
}

.footer-area .footer-widget .widget.instragram-widget ul.instagram-list li a .insta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9580e;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.footer-area .footer-widget .widget.instragram-widget ul.instagram-list li a .insta-overlay i {
    color: #fff;
}

.footer-area .copyright-area {
    padding: 0;
}

.footer-area .copyright-area .copyright-text p {
    padding: 5px 0;
    background: linear-gradient(to top, #22448c, #d43c96);
    color: #fff;
}

.footer-area .copyright-area .copyright-text p span {
    color: #f9580e;
}

.footer-area-v1 {
    background-color: #282828;
}

.footer-area-v2 {
    background-color: transparent;
    position: relative;
}

.footer-area-v2 .footer-widget .widget h4.widget-title {
    text-transform: uppercase;
}

.footer-area-v2 .footer-widget .widget.about-widget ul.social-link li a {
    color: #3171b7;
    border-color: #3171b7;
}

.footer-area-v2 .footer-widget .widget.about-widget ul.social-link li:nth-child(2) a {
    color: #17a2b8;
    border-color: #17a2b8;
}

.footer-area-v2 .footer-widget .widget.about-widget ul.social-link li:nth-child(3) a {
    color: #ed4a5c;
    border-color: #ed4a5c;
}

.footer-area-v2 .footer-widget .widget.about-widget ul.social-link li:nth-child(4) a {
    color: #dc35c0;
    border-color: #dc35c0;
}

.footer-area-v2 .footer-widget .widget.widget-categories ul.widget-link li a {
    color: #2a2a2a;
    font-size: 15px;
    position: relative;
    padding-left: 16px;
}

.footer-area-v2 .footer-widget .widget.widget-categories ul.widget-link li a::before {
    content: "\f140";
    position: absolute;
    font-weight: 800;
    font-family: 'Font Awesome 5 Free';
    left: 0px;
    top: 1px;
    font-size: 12px;
    color: #f77e17;
}

.footer-area-v2 .footer-widget .widget.widget-categories ul.widget-link li a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    border-bottom: 1px dashed;
    left: -15px;
    top: 13px;
}

.footer-area-v2 .footer-widget .widget.newsletter-widget .newsletter-info h5 {
    color: #282828;
}

.footer-area-v2 .footer-widget .widget.newsletter-widget .newsletter-info p {
    color: #626262;
}

.footer-area-v2 .footer-top .main-wrapper {
    position: relative;
    padding: 0px 0px 0px;
    z-index: 1;
}

@media (max-width: 991px) {
    .footer-area-v2 .footer-top .main-wrapper {
        padding: 65px 15px 70px;
    }
}

.footer-area-v2 .footer-top .main-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media (max-width: 991px) {
    .footer-area-v2 .footer-top .info-box {
        margin-bottom: 30px;
    }
}

.usefull {
    text-align: center;
}

.useful-links {
    display: inline-block;
    margin: 24px 0 26px;
    padding: 7px 7px;
    border-top: 1px solid #818181;
    border-bottom: 1px solid #818181;
}

.useful-ul {
    text-align: center;
}

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

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

.usefull .useful-ul li a {
    padding: 0 10px;
    border-right: 1px solid #818181;
    color: #1c1c1c;
}

.usefull .useful-ul li:last-child a {
    border: none;
}

.usefull ul li a:hover {
    color: #d43c96;
}

.widget-link {
    padding-left: 15px;
    border-left: 1px dashed;
}

.footer-area-v2 .footer-top .info-box .icon {
    text-align: center;
    margin-bottom: 10px;
}

.footer-area-v2 .footer-top .info-box .icon i {
    font-size: 38px;
    color: #f30e82;
    display: inline-block;
}

.footer-area-v2 .footer-top .info-box {
    position: relative;
    box-shadow: 0px 0px 10px #ccc;
    padding: 16px 13px;
    background: #f7f7f7;
}

.footer-area-v2 .footer-top .info-box .info {
    margin-left: 0;
    text-align: center;
}

.footer-area-v2 .footer-top .info-box .info h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area-v2 .footer-top .info-box .info h4 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .footer-area-v2 .footer-top .info-box .info h4 {
        font-size: 18px;
    }
}

.footer-area-v2 .footer-top .info-box .info p {
    font-size: 17px;
    color: #2d2d2d;
    line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area-v2 .footer-top .info-box .info p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .footer-area-v2 .footer-top .info-box .info p {
        font-size: 16px;
        line-height: 28px;
    }
}

.f_map {
    text-align: center;
    display: block;
    position: relative;
    margin-top: 16px;
}

.f_map img {
    border: 6px solid #ccc;
}

.breadcrumb {
    position: relative;
    text-align: center;
    padding: 130px 0 42px;
    margin-bottom: 0;
    z-index: 2;
    display: block;
    background-color: transparent
}

.breadcrumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 10px;
    background: linear-gradient(to left, transparent, #d43c96, transparent);
}

.breadcrumb h1 {
    color: #22448c;
    font-size: 39px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 8px
}

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

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

.breadcrumb ul li::before {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}

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

.breadcrumb ul li {
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #061338;
    text-transform: capitalize;
    padding: 0 14px;
    margin: 0
}

.breadcrumb ul {
    padding: 0 21px;
    position: relative
}

.inner_content_section {
    position: relative;
    padding: 80px 0px 90px;
    min-height: 50vh;
}

.services_text h2 {
    font-size: 23px;
    color: #22448c;
    margin: 19px 0 8px;
    font-weight: 700;
    line-height: inherit;
}

.services_text h3 {
    font-size: 18px;
    color: #d43d96;
    margin: 14px 0 9px;
    font-weight: 600;
}

.services_text p {
    margin-bottom: 10px;
}

.services_text a {
    color: #ff7600;
}

.ol_styles {
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
}

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

.ol_styles li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0;
    color: #d43d96;
    font-weight: 600;
    font-size: 13px;
}

.maxill_ser_sub_list {
    text-align: center;
}

.maxill_ser_sub_list .ser_inner_pic img {
    width: 300px;
}

.ser_inner_pic {
    margin-bottom: 10px;
}

.ser_inner_pic img {
    border: 10px solid #f5f5f5;
    box-shadow: 0px 0px 10px #ccc;
}

.maxillo_row .col-md-6 {
    padding: 20px 10px;
}

.maxillo_row .col-md-6:nth-child(1),
.maxillo_row .col-md-6:nth-child(4) {
    background-color: #efefff;
}

.c_address_block {
    position: relative;
    border-left: 5px solid #22448c;
    padding: 0 0 23px;
}

.c_address_block h2 {
    text-transform: uppercase;
    display: inline-block;
    background: linear-gradient(to right, #22448c, #d43c96);
    color: #fff;
    font-size: 35px;
    line-height: initial;
    padding: 4px 33px;
    margin: 0 0 25px;
}

.c_address_block_list {
    position: relative;
}

.c_adress_list {
    position: relative;
    padding: 20px 0px 20px 83px;
}

.c_adress_list::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    background: #28448c;
    left: 0;
    top: 37px;
}

.c_adress_list i {
    position: absolute;
    left: 23px;
    width: 42px;
    height: 42px;
    background: linear-gradient(to right, #22448c, #d43c96);
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    line-height: 40px;
    top: 19px;
}

.c_adress_list span {
    font-size: 16px;
}

._c_form_sub {
    position: relative;
    padding: 0px 10px 6px;
    margin-top: 0;
    text-align: center;
}

._c_form_sub h3 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 34px;
}

._c_form_sub .form-control {
    background-color: #fff1e5;
    height: 45px;
    border: 0px;
    border-radius: 13px;
}

._c_form_sub textarea.form-control {
    height: 95px;
}

._c_form_sub .btn {
    margin-top: 22px;
    background: linear-gradient(to right, #22257c, #ff861e);
    border: transparent;
}

._c_map iframe {
    margin-top: 31px;
    box-shadow: 0px 0px 10px #cbcbcb;
    width: 100%;
    height: 323px;
    border: 7px solid #ffffff;
}

.inner_about_text {
    position: relative;
    padding: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.inner_about_text::before,
.inner_about_text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    border-top: 5px solid #d43d96;
    border-left: 5px solid #22448c;
}

.inner_about_text::after {
    left: initial;
    right: 0px;
    top: initial;
    bottom: 0px;
    border: none;
    border-right: 5px solid #d43d96;
    border-bottom: 5px solid #22448c;
}

.inner_about_text p {
    margin-bottom: 15px;
}

.inner_about_text p:last-child {
    margin-bottom: 0px;
}

.counter {
    text-align: center;
    padding: 35px 30px 25px;
    margin: 28px auto 0;
    position: relative;
    z-index: 1;
    min-height: 290px;
}

.counter:before,
.counter:after {
    content: '';
    background: linear-gradient(to left, #c4c6f1, #ffd2ab);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.counter:after {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    clip-path: none;
    border-radius: 16px;
}

.counter .counter-icon {
    display: block;
}

.counter h3 {
    color: #2c2f8b;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 8px 0 3px;
    display: inline-block;
    border-bottom: 2px dotted;
}

.counter p {
    line-height: 25px;
}

.counter.red {
    --main-color: #eb2f06;
}

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

.inner_team {
    margin: 0px;
}

.inner_team_section {
    position: relative;
    margin-bottom: 34px;
}

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

.inner_doc_pic img {
    box-shadow: inset 0px 0px 10px #ababab;
    padding: 10px;
    background: #fff;
    width: 330px;
}

.inner_doc_info {
    background: linear-gradient(to left, #ff861e, #21247c);
    color: #fff;
    padding: 23px 6px;
    box-shadow: 0px 6px 5px #8f8f8f;
}

.inner_doc_info h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    line-height: initial;
}

.inner_doc_info h3 {
    font-size: 19px;
    color: #eee;
    font-weight: 600;
    margin: 4px 0 6px;
}

.inner_doc_info h4 {
    font-size: 18px;
    font-weight: 500;
    color: #eee;
}

.inner_team_info {
    position: relative;
    padding: 20px 10px;
    height: 100%;
}

.inner_doc_info span {
    display: inline-block;
    background: #fff;
    color: #ff861e;
    padding: 2px 15px;
    border-radius: 30px;
    font-size: 19px;
    margin: 20px 0 0;
    cursor: pointer;
}

.inner_team_info h2 {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #22257c;
    line-height: inherit;
    border-bottom: 2px dotted;
    margin: 13px 0 10px;
}

.inner_team_info h3 {
    color: #ff6a03;
    font-size: 19px;
    line-height: inherit;
    font-weight: 600;
    margin: 7px 0 4px;
}

.inner_team_info p {
    margin-bottom: 10px;
}

.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 #22448c;
    display: block;
    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: #d43c96;
    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: #d6489c;
    font-size: 37px;
    text-align: center;
    line-height: 80px;
    height: 84px;
    width: 84px;
    border-radius: 30px;
    box-shadow: 5px -5px 5px rgb(0 0 0 / 20%), 8px -8px 0 #bfbfbf;
    transform: translateY(-50%);
    position: absolute;
    right: -120px;
    top: 50%;
}

.testimonila_timeline.main-timeline .timeline-year {
    font-size: 38px;
    font-weight: 700;
    color: #d43c96;
    margin: 0 0 8px;
}

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

.testimonila_timeline.main-timeline .description {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    background: #f4f4f4;
    box-shadow: 0px 0px 10px #8b8b8b;
    padding: 8px 9px;
    border-radius: 10px;
}

.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 #2c2977;
    border-right: none;
}

.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 var(--color1);
    }
    .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%;
    }
}

.team_modal {}

.team_modal h2.modal-title {
    text-align: center;
    text-transform: uppercase;
    line-height: initial;
    font-size: 35px;
    color: #ff7f10;
}

.team_modal .modal-header {
    display: block;
    border: none;
    box-shadow: 0px 7px 4px #a5a5a5;
    position: relative;
    z-index: 2;
}

.team_modal .modal-header .close {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 1;
    background-color: #ff7f10;
    color: #fff;
}

.team_modal .modal-header .close:focus,
.team_modal .modal-header .close:active {
    opacity: 1;
}

.team_modal .modal-dialog {
    position: relative;
    max-width: 949px;
}

.team_modal .modal-body .inner_team_info {
    position: relative;
    height: 520px;
    overflow-y: auto;
    background: #f3f3f3;
    display: block;
    overflow-x: hidden;
    padding: 13px;
}


/* width */

.team_modal .modal-body .inner_team_info::-webkit-scrollbar {
    width: 8px;
}


/* Track */

.team_modal .modal-body .inner_team_info::-webkit-scrollbar-track {
    background: #999999;
}


/* Handle */

.team_modal .modal-body .inner_team_info::-webkit-scrollbar-thumb {
    background: #ff7f10;
    border-radius: 47px;
}


/* Handle on hover */

.team_modal .modal-body .inner_team_info::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.team_modal .modal-body {
    padding: 9px;
}

.avltmng_list {
    position: relative;
    margin-bottom: 14px;
}

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

.avltmng_list .avl_name {
    color: #fd7d0f;
    font-weight: 600;
    font-size: 21px;
}

.avltmng_list .tmngs {
    display: inline-block;
    box-shadow: 0px 0px 10px #ccc;
    padding: 3px 7px;
    margin: 0 4px;
    background: #fff;
    border-radius: 4px;
}

._sumuka_team_section {
    margin-top: 30px;
}

._sumuka_team_section .team_head_title {
    text-transform: uppercase;
    text-align: center;
    margin: 49px 0 24px;
    font-size: 41px;
}

.team_doc_ingo h2 {
    font-size: 21px;
}

.team_doc_ingo h3 {
    font-size: 16px;
}

.videos_list iframe {
    width: 100%;
    height: 200px;
    border: 5px solid #f5f5f5;
    box-shadow: 0px 0px 10px #333;
    margin-bottom: 30px;
}