    @import url('fontawesome-all.css');
    @import url('animate.css');
    @import url('flaticon.css');
    @import url('owl.css');
    @import url('jquery.fancybox.min.css');
    /*** 

====================================================================
	Reset
====================================================================

 ***/

    * {
        margin: 0px;
        padding: 0px;
        border: none;
        outline: none;
        font-size: 100%;
        line-height: inherit;
    }

    /*** 

====================================================================
	Global Settings
====================================================================

 ***/

    body {
        font-size: 14px;
        color: #333;
        line-height: 1.6em;
        font-weight: 500;
        background: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.4px;
    }

    a {
        text-decoration: none;
        cursor: pointer;
        color: #25bdd8;
    }

    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
        outline: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        position: relative;
        font-weight: normal;
        margin: 0px;
        background: none;
        line-height: 1.2em;
    }

    textarea {
        overflow: hidden;
    }

    button {
        outline: none !important;
        cursor: pointer;
    }

    p,
    .text {
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        margin: 0;
    }

    ::-webkit-input-placeholder {
        color: inherit;
    }

    ::-moz-input-placeholder {
        color: inherit;
    }

    ::-ms-input-placeholder {
        color: inherit;
    }

    .page-wrapper {
        position: relative;
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
        z-index: 9;
        overflow: hidden;
    }

    .page-wrapper::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg-coe.png);
        z-index: -1;
    }

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

    ul,
    li {
        list-style: none;
        padding: 0px;
    }

    figure {
        margin-bottom: 0;
    }

    .theme-btn {
        display: inline-block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #fe6f9b;
        border: 2px solid #252525;
        padding: 5px 17px;
        font-size: 19px;
        border-radius: 30px;
    }

    .theme-btn:hover {
        background-color: #252525;
    }

    .theme-btn i {
        position: relative;
        display: inline-block;
        font-size: 14px;
        margin-left: 3px;
    }

    .centered {
        text-align: center !important;
    }

    /*Btn Style One*/

    .btn-style-one {
        position: relative;
        display: inline-block;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        padding: 8px 26px;
        font-weight: 500;
        overflow: hidden;
        border-radius: 5px;
        background-color: #01388a;
    }

    .btn-style-one:hover {
        color: #ffffff;
    }

    /*=== Social Icon One ===*/

    .social-icon-one {
        position: relative;
    }

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

    .social-icon-one li a {
        position: relative;
        display: inline-block;
        font-size: 19px;
        line-height: 38px;
        width: 40px;
        height: 40px;
        background: #ffbccf;
        color: #282828;
        text-align: center;
        font-weight: 400;
        border-radius: 50%;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .social-icon-one li a:hover {
        color: #fafafa;
        background: #333;
    }

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

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

    .social-icon-two {
        position: relative;
        display: inline-block;
        border-top: 1px dashed;
        padding: 13px 76px 0px;
    }

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

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

    .social-icon-two li a:hover {
        background: #252525;
        color: #fd93b9;
    }

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

    img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .fa {
        line-height: inherit;
    }

    /*** 

====================================================================
	Scroll To Top style
====================================================================

***/

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

    .scroll-to-top:hover {
        background: #252525;
    }

    /*** 

====================================================================
	Main Header style
====================================================================

***/

    .main-header {
        position: absolute;
        display: block;
        width: 100%;
        z-index: 99999;
    }

    .main-header .header-top {
        position: relative;
    }

    /* Top Left*/

    .main-header .header-top .top-left {
        position: relative;
        float: right;
        padding-top: 9px;
        border-top: 4px solid #252525;
    }

    .main-header .header-top .top-left::before {
        content: "";
        position: absolute;
        width: 200%;
        height: 100%;
        right: -150%;
    }

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

    .main-header .header-top .info-list li {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        padding: 0px 13px;
        border-right: 1px solid rgb(48 48 48 / 77%);
        margin: 0;
    }

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

    .main-header .header-top .info-list li a:hover {
        color: #f73972;
    }

    .main-header .header-top .info-list li span {
        position: relative;
        float: left;
        margin-right: 10px;
        color: #fb5e8d;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }

    .main-header .header-top .login-info {
        position: relative;
    }

    .social-links {
        display: inline-block;
        margin-left: 14px;
    }

    .main-header .header-top .login-info li {
        position: relative;
        float: left;
        font-size: 14px;
        line-height: 30px;
        color: #c8bee3;
        font-weight: 700;
        padding: 10px 0;
        margin-left: 13px;
    }

    .main-header .header-top .login-info li a {
        display: inline-block;
        color: #c8bee3;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .main-header .header-top .login-info li a:hover {
        color: #25bdd8;
    }

    /*=== Header Upper ===*/

    .main-header .header-upper {
        position: relative;
    }

    .main-header .header-upper .logo-outer {
        position: absolute;
        text-align: center;
        z-index: 999;
        left: 0;
        width: 391px;
        top: -37px;
    }

    .main-header .header-upper .logo-outer:before {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
    }

    .main-header .header-upper .logo {
        margin: auto;
    }

    .main-header .header-upper .logo:before {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        margin: auto;
        content: "";
    }

    .main-header .header-upper .logo img {
        position: relative;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

    .main-header .header-upper .social-links {
        position: absolute;
        padding: 0;
        margin-left: 0;
        right: 5%;
        top: 14px;
    }

    .main-header .nav-outer {
        position: relative;
        display: block;
        margin: auto;
        top: 0;
        text-align: right;
        padding: 0px 150px 0 0px;
    }

    .appointment {
        top: 10px;
        position: absolute;
        right: 0;
        background: linear-gradient(to top, #252525, #727272);
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        padding: 8px 16px;
        cursor: pointer;
        border-radius: 5px;
    }

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

    /*===  Header Lower ===*/

    .main-header .header-lower {
        position: relative;
        width: 100%;
    }

    .main-menu {
        position: relative;
        text-align: right;
    }

    .main-menu .navbar-collapse {
        padding: 0px;
        display: block !important;
    }

    .main-menu .navigation {
        position: relative;
        margin: 0px;
        display: inline-block;
    }

    .main-menu .navigation>li {
        position: relative;
        display: inline-block;
        padding: 13px 0;
        margin-left: 20px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .main-menu .navigation>li>a {
        position: relative;
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        opacity: 1;
        color: #252525;
        padding: 0px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .main-menu .navigation>li>ul {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 190px;
        z-index: 100;
        display: none;
        opacity: 0;
        visibility: hidden;
        padding: 0px 0px;
        background-color: #252525;
        border-top: 3px solid #ff4788;
        -moz-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    }

    .main-menu .navigation>li>ul.from-right {
        left: auto;
        right: 0px;
    }

    .main-menu .navigation>li>ul>li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        margin: 0;
    }

    .main-menu .navigation>li>ul>li:last-child {
        border-bottom: none;
    }

    .main-menu .navigation>li>ul>li:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 0%;
        height: 100%;
        display: block;
        background: #fb6e99;
    }

    .main-menu .navigation>li>ul>li:hover:before {
        width: 100%;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .main-menu .navigation>li>ul>li>a {
        position: relative;
        display: block;
        padding: 3px 20px;
        line-height: 24px;
        font-weight: 500;
        font-size: 15px;
        text-transform: capitalize;
        color: #ffffff;
        text-align: left;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .sticky-header .main-menu .navigation>li>a {
        padding: 19px 0px;
    }

    .sticky-header .main-menu .navigation>li>a:before {
        display: none;
    }

    .main-menu .navigation>li>ul>li:hover>a {
        color: #ffffff;
        background: #fd6995;
    }

    .main-menu .navigation>li>ul>li.dropdown>a:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        position: absolute;
        right: 20px;
        top: 13px;
        display: block;
        line-height: 24px;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        z-index: 5;
    }

    .main-menu .navigation>li>ul>li>ul {
        position: absolute;
        left: 100%;
        top: 0px;
        width: 240px;
        z-index: 100;
        display: none;
        padding: 0px 0px;
        background-color: #ffffff;
        border-top: 3px solid #ff4788;
        -moz-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    }

    .main-menu .navigation>li>ul>li>ul.from-right {
        left: auto;
        right: 0px;
    }

    .main-menu .navigation>li>ul>li>ul>li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }

    .main-menu .navigation>li>ul>li>ul>li:last-child {
        border-bottom: none;
    }

    .main-menu .navigation>li>ul>li>ul>li:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 0%;
        height: 100%;
        display: block;
        background: #ff4788;
    }

    .main-menu .navigation>li>ul>li>ul>li:hover:before {
        width: 100%;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .main-menu .navigation>li>ul>li>ul>li:last-child {
        border-bottom: none;
    }

    .main-menu .navigation>li>ul>li>ul>li>a {
        position: relative;
        display: block;
        padding: 13px 20px;
        line-height: 24px;
        font-weight: 600;
        font-size: 15px;
        text-transform: capitalize;
        color: #696478;
        text-align: left;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .main-menu .navigation>li>ul>li>ul>li:hover>a {
        color: #ffffff;
        background: #ff4788;
    }

    .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        position: absolute;
        right: 20px;
        top: 13px;
        display: block;
        line-height: 24px;
        font-size: 16px;
        font-weight: 900;
        z-index: 5;
    }

    .main-menu .navigation>li.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .main-menu .navigation li>ul>li.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .main-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 8px;
        width: 34px;
        height: 30px;
        border: 1px solid #ffffff;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        cursor: pointer;
        z-index: 5;
        display: none;
    }

    .main-header .outer-box {
        position: relative;
        float: right;
        padding: 30px 0;
    }

    .main-header .outer-box .btn-box {
        position: relative;
        float: right;
    }

    .main-header .outer-box .btn-box .theme-btn {
        text-transform: uppercase;
        display: block;
    }


    .dropdown-toggle::after {
        display: none;
    }

    .main-header .search-panel .form-container {
        padding: 25px 20px;
    }

    .main-header .search-panel .form-group {
        position: relative;
        margin: 0px;
    }

    .main-header .search-panel input[type="text"],
    .main-header .search-panel input[type="search"],
    .main-header .search-panel input[type="password"],
    .main-header .search-panel select {
        display: block;
        width: 100%;
        line-height: 24px;
        padding: 7px 40px 7px 15px;
        height: 40px;
        font-size: 14px;
        border: 1px solid #e0e0e0;
        background: #ffffff;
    }

    .main-header .search-panel input:focus,
    .main-header .search-panel select:focus {
        border-color: #25262c;
    }

    .main-header .search-panel .search-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #555555;
        font-size: 12px;
        background: none;
        cursor: pointer;
    }

    .main-header .outer-box .social-links {
        position: relative;
        float: left;
        margin-left: 20px;
        padding: 20px 0;
        padding-left: 20px;
    }

    .main-header .outer-box .social-links:before {
        position: absolute;
        left: -3px;
        top: 15px;
        height: 35px;
        border-left: 1px solid #e5e5e5;
        content: "";
    }

    /*** 

====================================================================
			Header Style Two
====================================================================

***/

    .header-style-two {
        position: relative;
    }

    .header-style-two .main-menu,
    .header-style-two .nav-outer {
        width: 100%;
    }

    .header-style-two .main-menu .navbar-collapse {
        display: block !important;
    }

    .header-style-two .header-upper .logo-outer {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 12;
    }

    .header-style-two .header-upper .logo-outer:before {
        display: none;
    }

    .header-style-two .header-upper .logo:before {
        background-color: #ffffff;
    }

    .header-style-two .header-top .top-left {
        padding-left: 0;
    }

    .header-style-two .main-menu .navigation>li {
        margin-left: 0;
        margin-right: 90px;
    }

    .header-style-two .main-menu .navigation>li:last-child {
        margin-right: 0;
    }

    .header-style-two .header-top .top-right {
        padding: 10px 0;
    }

    .header-style-two .social-icon-two li {
        margin-left: 35px;
    }

    .header-style-two .social-icon-two li a {
        font-size: 15px;
        color: #c8bfe3;
    }

    .header-style-two .social-icon-two li a:hover {
        color: #ff4788;
    }

    /*** 

====================================================================
				Sticky Header
====================================================================

***/

    .sticky-header {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        left: 0px;
        top: 0px;
        width: 100%;
        padding: 0px 0px;
        z-index: -1;
        background: #ffffff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
        -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
        -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
        -webkit-transition: top 300ms ease;
        -moz-transition: top 300ms ease;
        -ms-transition: top 300ms ease;
        -o-transition: top 300ms ease;
        transition: top 300ms ease;
    }

    .fixed-header .sticky-header {
        opacity: 1;
        z-index: 99999;
        visibility: visible;
    }

    .fixed-header .sticky-header .logo {
        padding: 10px 0;
    }

    .sticky-header .main-menu .navigation>li {
        margin-left: 32px !important;
        padding: 0;
        margin-right: 0;
        background-color: transparent;
    }

    .sticky-header .main-menu .navigation>li.dropdown>a:after,
    .sticky-header .main-menu .navigation>li:before {
        display: none;
    }

    .sticky-header .main-menu .navigation>li>a {
        padding: 20px 0px !important;
        line-height: 30px;
        font-size: 17px;
        font-weight: 600;
        color: #696478;
        text-transform: capitalize;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .sticky-header .main-menu .navigation>li:hover>a,
    .sticky-header .main-menu .navigation>li.current>a,
    .sticky-header .main-menu .navigation>li.current-menu-item>a {
        opacity: 1;
        font-weight: 700;
        color: #1e2c67;
    }

    /*** 

====================================================================
			Mobile Menu
====================================================================

***/

    .nav-outer .mobile-nav-toggler {
        position: relative;
        float: right;
        font-size: 40px;
        line-height: 50px;
        cursor: pointer;
        color: #ff4788;
        display: none;
    }

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

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

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

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

    .mobile-menu .menu-backdrop {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(37, 189, 216, 0.80);
        -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
        transform: translateX(101%);
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
    }

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

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

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

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

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

    .mobile-menu .close-btn:hover {
        color: #ff4788;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

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

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

    .mobile-menu .navigation li>ul>li:last-child {
        border-bottom: none;
    }

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

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

    .mobile-menu .navigation li ul li>a {
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }

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

    .mobile-menu .navigation li.current>a,
    .mobile-menu .navigation li>a:hover {}

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

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

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

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

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

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

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

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

    /*** 

====================================================================
		Page Banner
====================================================================

***/

    .page-banner {
        position: relative;
        padding: 120px 0 120px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    .page-banner:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: '';
        background-color: #09031c;
        opacity: .50;
        z-index: 0;
    }

    /*.page-banner:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 23px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url(../images/icons/curve.png);
        content: "";
    }*/
    /*.page-banner.curve-offwhite:after {
        background-image: url(../images/icons/curve-offwhite.png);
    }*/

    .page-banner h1 {
        position: relative;
        font-size: 80px;
        color: #ffffff;
        line-height: 1.2em;
        font-weight: 700;
    }

    .page-banner .home-btn {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -43px;
        margin-bottom: -43px;
        height: 86px;
        width: 86px;
        line-height: 86px;
        z-index: 9;
        background-color: #ffffff;
        color: #1e2c67;
        font-size: 30px;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        transition: all 300ms ease;
    }

    .page-banner .home-btn:hover {
        color: #ffffff;
        background-color: #1e2c67;
    }

    .parallax-scene {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .anim-icons {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
    }

    .anim-icons .icon {
        position: absolute !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    /*** 

====================================================================
		Section Title
====================================================================

***/

    .sec-title {
        position: relative;
        z-index: 1;
        margin-bottom: 25px;
    }

    .sec-title .title {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: normal;
        color: #999999;
        font-weight: 400;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .sec-title h3 {
        color: #FF6F9F;
        text-transform: capitalize;
    }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 45px;
        line-height: 1.2em;
        color: #353535;
        font-weight: 500;
        padding-top: 20px;
        text-transform: uppercase;
    }

    .sec-title h2:before {
        position: absolute;
        left: 0;
        top: 8px;
        width: 90px;
        height: 4px;
        background-color: #ff6f9f;
        content: "";
        border-radius: 2px;
    }

    .sec-title .text {
        position: relative;
        font-size: 15px;
        line-height: 28px;
        color: #555555;
        font-weight: 300;
        margin-top: 20px;
    }

    .sec-title.text-center h2:before {
        right: 0;
        margin: 0 auto;
    }

    .sec-title.light h2 {
        color: #ffffff;
    }

    /*** 

====================================================================
		Banner Section
====================================================================

***/

    .banner-section {
        position: relative;
    }

    .banner-section:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 23px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: "";
        z-index: 9;
    }

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

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

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

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

    .banner-carousel {
        position: relative;
    }

    .banner-carousel .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        border: 2px solid #252525;
    }

    .banner-carousel .owl-dots .owl-dot.active {
        border: 5px solid #ff709b;
    }

    .banner-carousel .slide-item {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 220px 0;
    }

    /*.icon-star-8 {
        height: 26px;
        width: 22px;
        background-image: url(../images/icons/icon-star-8.png);
    }*/

    .banner-section .owl-nav {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -28px;
        width: 100%;
        height: 0;
    }

    .banner-section .owl-nav .owl-prev,
    .banner-section .owl-nav .owl-next {
        position: absolute;
        left: 30px;
        top: 0;
        background: none;
        height: 56px;
        width: 56px;
        border-radius: 50%;
        border: 2px solid #ffffff;
        text-align: center;
        line-height: 52px;
        color: #ffffff;
        font-size: 20px;
        opacity: 0.30;
        margin: 0;
        padding: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .banner-section .owl-nav .owl-next {
        left: auto;
        right: 30px;
    }

    .banner-section .owl-nav .owl-prev:hover,
    .banner-section .owl-nav .owl-next:hover {
        opacity: 1;
    }

    .banner-section .owl-dots {
        position: absolute;
        top: 21rem;
        left: 21px;
        width: 28px;
        text-align: center;
    }

    .banner-section .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        border: 3px solid #252525;
        margin: 0px 2px;
        border-radius: 50%;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .banner-section .owl-dot:last-child {
        margin-bottom: 0;
    }

    .banner-section .owl-dot.active,
    .banner-section .owl-dot:hover {
        opacity: 1;
    }

    /*** 

====================================================================
		Offers Section
====================================================================

***/

    .offers-section {
        position: relative;
        padding: 92px 0 21px;
    }

    .offers-section::before {
        content: "";
        position: absolute;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        bottom: 0;
    }

    .offers-section .icon-star-3 {
        left: -100px !important;
        top: 300px !important;
    }

    .offers-section .icon-sun {
        left: auto !important;
        top: auto !important;
        right: -200px !important;
        bottom: 50px !important;
    }

    .about-content {
        margin: 0 0 40px;
        position: relative;
    }

    .about-content span {
        font-size: 36px;
        margin-bottom: 19px;
        display: inline-block;
        color: #252525;
        border-bottom: 2px dashed;
        padding-bottom: 15px;
        font-weight: 400;
    }

    .about-content h1 {
        text-transform: uppercase;
        color: #252525;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .about-content h4 {
        text-transform: uppercase;
        color: #fc6f99;
        margin-bottom: 16px;
    }

    .about-content p {
        margin-bottom: 12px;
        text-align: justify;
    }

    .doctor_prf {
        text-align: center;
        position: relative;
        border: 10px solid #fbd2df;
        padding: 0 0 0;
        margin: -160px 0 0;
        z-index: 3;
    }

    .doctor_info {
        padding: 10px;
    }

    .dco_p_block {
        background-color: #252525;
        padding: 32px 0;
    }

    .doctor_info h2 {
        text-transform: capitalize;
        color: #fff;
        margin-bottom: 15px;
        display: inline-block;
        border-bottom: 2px dashed #f7aac3;
        padding-bottom: 4px;
        font-size: 45px;
    }

    .doctor_info h3 {
        font-size: 20px;
        color: #eee;
    }

    .doctor_info h4 {
        font-size: 20px;
        margin-top: 10px;
        color: #eee;
    }

    ._mvvrow {
        position: relative;
    }

    ._mvvrow::before {
        content: "";
        position: absolute;
        width: 80%;
        background: #ff739d;
        height: 22px;
        left: 0;
        right: 0;
        margin: auto;
        top: 69px;
    }

    .mvv_bocks {
        text-align: center;
        padding: 35px 7px;
        border-radius: 25px;
        background: #f5f5f5;
        border: 1px solid;
        height: 170px;
    }

    .mvv_bocks h3 {
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 5px;
    }

    .mvv_bocks p {
        line-height: 22px;
        word-break: break-all;
    }

    ._mvvrow .col-md-4:nth-child(2) .mvv_bocks {
        background-color: #FF739D;
        border: 0px;
        padding: 40px 7px;
        margin-top: -23px;
        box-shadow: none;
        height: auto;
    }

    ._mvvrow .col-md-4:nth-child(2) .mvv_bocks h3,
    ._mvvrow .col-md-4:nth-child(2) .mvv_bocks p {
        color: #fff;
    }

    /*** 

====================================================================
		Welcome Section
====================================================================

***/

    .welcome-section {
        position: relative;
        padding: 0px 0 70px;
    }

    .welcome-section .icon-balloon {
        top: auto !important;
        bottom: 160px !important;
        left: -260px !important;
    }

    .welcome-section .icon-rocket {
        top: auto !important;
        left: auto !important;
        right: -220px !important;
        bottom: 170px !important;
    }

    .welcome-section .icon-star-4 {
        top: auto !important;
        bottom: 170px !important;
        left: -60px !important;
    }

    /*.icon-balloon {
        height: 310px;
        width: 218px;
        background-image: url(../images/icons/icon-balloon.png);
    }*/
    /*.icon-rocket {
        height: 144px;
        width: 116px;
        background-image: url(../images/icons/icon-rocket.png);
    }*/
    /*.icon-star-4 {
        height: 51px;
        width: 43px;
        background-image: url(../images/icons/icon-star-4.png);
    }*/

    .welcome-section .image-column {
        position: relative;
        margin-bottom: 50px;
    }

    .welcome-section .image-column .inner-column {
        position: relative;
        padding-left: 80px;
        padding-top: 80px;
        padding-right: 30px;
    }

    .welcome-section .image-column .inner-column:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 280px;
        width: 270px;
        background-color: #ff4986;
        content: "";
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }

    .welcome-section .image-column .image {
        position: relative;
        margin-bottom: 0;
    }

    .welcome-section .image-column .image img {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        border: 5px;
    }

    .welcome-section .content-column {
        position: relative;
        margin-bottom: 50px;
    }

    .welcome-section .content-column .inner-column {
        position: relative;
        padding-left: 30px;
    }

    .welcome-section .content-column .sec-title {
        margin-bottom: 30px;
    }

    .welcome-section .content-column .message {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 36px;
        color: #696478;
        font-weight: 400;
        margin-bottom: 36px;
    }

    .welcome-section .content-column .text {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #696478;
        font-weight: 400;
        margin-bottom: 55px;
    }

    /*** 

====================================================================
		Welcome Section Two
====================================================================

***/

    .welcome-section-two {
        position: relative;
        padding: 120px 0;
    }

    .welcome-section-two .icon-star-3 {
        left: -70px !important;
        top: 140px !important;
    }

    .welcome-section-two .icon-star-4 {
        top: auto !important;
        left: 55px !important;
        bottom: 180px !important;
    }

    .welcome-section-two .icon-balloon {
        top: auto !important;
        left: -360px !important;
        bottom: -40px !important;
    }

    .welcome-section-two .icon-sun {
        top: 290px !important;
        right: -210px !important;
        left: auto !important;
    }

    .welcome-section-two .icon-rocket {
        top: auto !important;
        bottom: 0 !important;
        right: -260px !important;
        left: auto !important;
    }

    .welcome-section-two .image-column {
        position: relative;
        margin-bottom: 50px;
    }

    .welcome-section-two .image-column .inner-box {
        position: relative;
        display: block;
    }

    .welcome-section-two .image-column .image {
        position: relative;
        display: block;
        border-radius: 7px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .welcome-section-two .image-column .image img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .welcome-section-two .image-column .image:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        opacity: 0.70;
        background: -webkit-linear-gradient(bottom, #ff4789, rgba(0, 0, 0, 0));
        background: -ms-linear-gradient(bottom, #ff4789, rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(bottom, #ff4789, rgba(0, 0, 0, 0));
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .welcome-section-two .image-column .image:hover:after {
        height: 100%;
        opacity: 1;
    }

    .welcome-section-two .image-column .icon-box {
        position: absolute;
        left: 50%;
        bottom: 50%;
        margin-left: -43px;
        margin-bottom: -43px;
        width: 84px;
        height: 84px;
        line-height: 84px;
        text-align: center;
        font-size: 36px;
        background: #ff4789;
        color: #ffffff;
        border-radius: 50%;
        -webkit-transition: transform 600ms ease;
        -moz-transition: transform 600ms ease;
        -ms-transition: transform 600ms ease;
        -o-transition: transform 600ms ease;
        transition: transform 600ms ease;
        z-index: 1;
    }

    .welcome-section-two .image-column:hover .icon-box {
        background-color: #25bdd8;
        -webkit-transform: scale(-1.3) rotate(-180deg);
        -moz-transform: scale(-1.3) rotate(-180deg);
        -ms-transform: scale(-1.3) rotate(-180deg);
        -o-transform: scale(-1.3) rotate(-180deg);
        transform: scale(-1.3) rotate(-180deg);
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
    }

    .welcome-section-two .image-column:nth-child(1) .icon-box {
        background: #ff4789;
    }

    .welcome-section-two .image-column:nth-child(2) .icon-box {
        background: #25bdd8;
    }

    .welcome-section-two .image-column:nth-child(3) .icon-box {
        background: #f9b001;
    }

    .welcome-section-two .image-column:nth-child(1) .image:after {
        background: -webkit-linear-gradient(bottom, #ff4789, rgba(0, 0, 0, 0));
        background: -ms-linear-gradient(bottom, #ff4789, rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(bottom, #ff4789, rgba(0, 0, 0, 0));
    }

    .welcome-section-two .image-column:nth-child(2) .image:after {
        background: -webkit-linear-gradient(bottom, #25bdd8, rgba(0, 0, 0, 0));
        background: -ms-linear-gradient(bottom, #25bdd8, rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(bottom, #25bdd8, rgba(0, 0, 0, 0));
    }

    .welcome-section-two .image-column:nth-child(3) .image:after {
        background: -webkit-linear-gradient(bottom, #f9b001, rgba(0, 0, 0, 0));
        background: -ms-linear-gradient(bottom, #f9b001, rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(bottom, #f9b001, rgba(0, 0, 0, 0));
    }

    .welcome-section-two .text {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 40px;
        color: #696478;
        font-weight: 400;
        max-width: 850px;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    }

    .welcome-section-two .btn-box {
        position: relative;
        text-align: center;
    }

    /*** 

====================================================================
		About Section
====================================================================

***/

    .about-section {
        position: relative;
        padding: 120px 0 90px;
        background-color: #f2f5f6;
    }

    .about-section .icon-star-3 {
        right: -60px !important;
        top: 140px !important;
        left: auto !important;
    }

    .about-section .icon-star-4 {
        left: -160px !important;
        bottom: 260px !important;
        top: auto !important;
    }

    .about-section .icon-sun {
        right: -215px !important;
        bottom: 220px !important;
        top: auto !important;
        left: auto !important;
    }

    .about-section .sec-title .text {
        font-size: 22px;
        line-height: 40px;
        color: #696478;
        margin-top: 40px;
    }

    .about-section .text-block {
        position: relative;
        margin-bottom: 30px;
    }

    .about-section .text-block .inner-box {
        position: relative;
        background-color: #25bdd8;
        padding: 60px 55px 60px;
        border-radius: 10px;
    }

    .about-section .text-block .icon {
        position: relative;
        display: block;
        font-size: 64px;
        line-height: 1em;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .about-section .text-block h4 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 1.2em;
        color: #ffffff;
        font-weight: 700;
    }

    .about-section .image-block {
        position: relative;
        margin-bottom: 30px;
    }

    .about-section .image-block .image {
        position: relative;
        margin-bottom: 0;
        overflow: hidden;
        border-radius: 10px;
    }

    .about-section .image-block .image img {
        display: block;
        width: 100%;
        height: auto;
    }

    /***

====================================================================
			Fun Fact Section
====================================================================

***/

    .fun-fact-section {
        position: relative;
        padding: 110px 0 70px;
        border-top: 1px solid #e8e6ec;
    }

    .fun-fact-section .fact-counter {
        position: relative;
    }

    .fun-fact-section .counter-column {
        position: relative;
        margin-bottom: 50px;
        text-align: center;
    }

    .fun-fact-section .count-box {
        position: relative;
        font-size: 60px;
        line-height: 1em;
        color: #1e2c67;
        font-weight: 400;
    }

    .fun-fact-section .count-box .count-text {
        position: relative;
        display: inline-block;
        font-size: 60px;
        line-height: 1em;
        color: #1e2c67;
        font-weight: 400;
    }

    .fun-fact-section .counter-title {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #696478;
        padding-bottom: 30px;
        margin-top: 12px;
        font-family: 'Exo', sans-serif;
    }

    .fun-fact-section .counter-title:before {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        height: 4px;
        width: 30px;
        background-color: #25bdd8;
        content: "";
        border-radius: 2px;
    }

    .fun-fact-section .counter-column:nth-child(2) .counter-title:before {
        background-color: #ff4788;
    }

    .fun-fact-section .counter-column:nth-child(3) .counter-title:before {
        background-color: #5fc24b;
    }

    .fun-fact-section .counter-column:nth-child(4) .counter-title:before {
        background-color: #f9b001;
    }

    /*** 

====================================================================
		Program Section
====================================================================

***/

    .program-section {
        position: relative;
        padding: 44px 0 51px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .program-section .icon-star-5 {
        top: auto !important;
        left: -190px !important;
        bottom: 145px !important;
    }

    .program-section .icon-star-4 {
        right: -140px !important;
        bottom: 240px !important;
        top: auto !important;
        left: auto !important;
    }

    .sec-title.light h3 {
        color: #eee;
    }

    .program-section .icon-star-3 {
        top: 190px !important;
        left: -100px !important;
    }

    .servicessetion::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 354px;
        background: #252525;
        top: 185px;
    }

    .services_title_head {
        position: absolute;
        left: 0;
        right: 0;
        top: 241px;
        margin: auto;
        max-width: 355px;
    }

    .services_title_head p {
        color: #eee;
        line-height: 20px;
        margin-top: 9px;
    }

    .servics_shapes {
        position: absolute;
        width: 160px;
        height: 160px;
        background: rgb(247 181 202 / 36%);
        top: 322px;
        border-radius: 50%;
        left: -91px;
    }

    .servics_shapes2 {
        left: initial;
        right: -91px;
    }

    .services_row {
        position: relative;
    }

    .services_row::before,
    .services_row::after {
        content: "";
        position: absolute;
        left: 114px;
        width: 20%;
        height: 4px;
        background: #e588a6;
        top: 316px;
    }

    .services_row::after {
        left: initial;
        right: 114px;
    }

    .services_row .col-md-2 {
        padding: 0 7px;
    }

    .services-blocks {
        text-align: center;
        position: relative;
        display: block;
        padding: 22px 6px;
        min-height: 212px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 14px;
        border: 5px solid #ccc;
        border-radius: 13px;
        overflow: hidden;
    }

    .services-blocks::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #252525, transparent);
        left: 0;
        bottom: 0;
    }

    .services_row {
        justify-content: center;
    }

    .services_row .col-md-2:nth-child(1) .services-blocks {
        background-image: url(../images/services/Lung-Cancer.jpg);
    }

    .services_row .col-md-2:nth-child(2) .services-blocks {
        background-image: url(../images/services/Breast-Cancer.jpg);
    }

    .services_row .col-md-2:nth-child(3) .services-blocks {
        background-image: url(../images/services/Cervical-Cancer.jpg);
    }

    .services_row .col-md-2:nth-child(4) .services-blocks {
        background-image: url(../images/services/head-neck-Cancer.jpg);
    }

    .services_row .col-md-2:nth-child(5) .services-blocks {
        background-image: url(../images/services/Tongue-Cancer.jpg);
    }

    .services_row .col-md-2:nth-child(6) .services-blocks {
        background-image: url(../images/services/Colorectal-Cancer.jpg);
    }

    .services_row .col-md-2:nth-child(7) .services-blocks {
        background-image: url(../images/services/Stomach-Cancer.jpg);
    }

    .services_row .col-md-2:nth-child(8) .services-blocks {
        background-image: url(../images/services/Renal-Cell-Carcinoma.jpg);
    }

    .services_row .col-md-2:nth-child(9) .services-blocks {
        background-image: url(../images/services/Ovarian-cancer.jpg);
    }

    .services_row .col-md-2:nth-child(10) .services-blocks {
        background-image: url(../images/services/Lymphoma.jpg);
    }

    .services_row .col-md-2:nth-child(11) .services-blocks {
        background-image: url(../images/services/targeted-therapy-cancer.jpg);
    }

    .services_row .col-md-2:nth-child(12) .services-blocks {
        background-image: url(../images/services/immunotherapy.jpg);
    }

    .services_row .col-md-2:nth-child(7) .services-blocks,
    .services_row .col-md-2:nth-child(8) .services-blocks,
    .services_row .col-md-2:nth-child(9) .services-blocks,
    .services_row .col-md-2:nth-child(11) .services-blocks,
    .services_row .col-md-2:nth-child(12) .services-blocks {
        margin-top: 210px;
    }

    .services_row .col-md-2:nth-child(10) .services-blocks {
        margin-top: 190px;
    }

    .services_row .col-md-2:nth-child(1) .services-blocks,
    .services_row .col-md-2:nth-child(6) .services-blocks {
        top: 48px;
    }

    .services_row .col-md-2:nth-child(2) .services-blocks,
    .services_row .col-md-2:nth-child(5) .services-blocks {
        top: 21px;
    }

    .services_row .col-md-2:nth-child(7) .services-blocks,
    .services_row .col-md-2:nth-child(12) .services-blocks {
        bottom: 48px;
    }

    .services_row .col-md-2:nth-child(8) .services-blocks {
        bottom: 21px;
    }

    .services_row .col-md-2:nth-child(11) .services-blocks {
        bottom: 48px;
    }

    .services_info {
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        z-index: 1;
        padding: 0 7px;
    }

    .services-blocks h3 {
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        margin-bottom: 13px;
        transition: all ease-in .6s;
        position: relative;
        bottom: 0px;
    }

    .services-blocks p {
        color: #cecece;
        font-size: 15px;
        line-height: 27px;
    }

    .services-blocks span {
        color: #ffffff;
        display: inline-block;
        border: 1px solid;
        padding: 3px 9px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100px;
        border-radius: 30px;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transition: all ease-in .8s;
    }

    .services-blocks:hover h3 {
        bottom: 40px;
    }

    .services-blocks:hover span {
        background-color: #F72F67;
        color: #fff;
        opacity: 1;
        visibility: visible;
        bottom: 14px;
    }

    /*.icon-star-5 {
        height: 92px;
        width: 54px;
        background-image: url(../images/icons/icon-star-5.png);
    }*/

    .program-section.style-two {
        background-color: #ffffff;
        padding: 120px 0 115px;
    }


    /* whychoose */

    .whychoosesection {
        position: relative;
        padding: 60px 0 71px;
    }

    .whychoosesection::before,
    .whychoosesection::after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 0;
    }

    .whychoosesection::before {
        width: 60%;
        height: 10px;
        background: linear-gradient(to left, black, #ffdce7, #333);
    }

    .whychoosesection::after {
        width: 41px;
        height: 41px;
        border: 8px solid #252525;
        background: #eacad4;
        border-radius: 50%;
        top: -14px;
    }

    .why_row .col-md-3 {
        border-right: 1px dashed #333;
        padding: 28px 19px;
    }

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

    .why_row .col-md-3::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 28%;
        height: 7px;
        background: #353535;
        border-radius: 30px;
    }

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

    .why_list h4 {
        text-transform: uppercase;
        display: inline-block;
        font-size: 18px;
        color: #f14f7f;
        border-top: 1px dashed;
        border-bottom: 1px dashed;
        padding: 5px 0;
        margin-bottom: 13px;
        font-weight: 600;
    }

    .why_list p {
        line-height: 26px;
        font-size: 17px;
    }

    /*** 

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

***/

    .newsletter-section {
        position: relative;
        padding: 29px 0;
        background: #252525;
    }

    .newsletter-section::before {
        content: "";
        position: absolute;
        width: 50%;
        height: 100px;
        top: 0;
        left: 0px;
        background-color: #ffc6d7;
        z-index: -1;
        transform: skew(0deg, 11deg);
    }

    .newsletter-section::after {
        content: "";
        position: absolute;
        width: 50%;
        height: 100px;
        right: 0px;
        background: #ffc6d7;
        z-index: -1;
        top: 0;
        transform: skew(0deg, -11deg);
    }

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

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

    .newsletter-section h2 {
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        margin-bottom: 4px;
    }

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

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

    /*Subscribe Form*/

    .subscribe-form {
        position: relative;
    }

    .subscribe-form .form-group {
        position: relative;
        display: block;
        margin: 0px;
        width: 100%;
        padding-right: 200px;
    }

    .subscribe-form .form-group .icon {
        position: absolute;
        left: 24px;
        top: 20px;
        z-index: 1;
        color: #888888;
        font-size: 16px;
        line-height: 1em;
    }

    .subscribe-form .form-group input[type="text"],
    .subscribe-form .form-group input[type="tel"],
    .subscribe-form .form-group input[type="email"],
    .subscribe-form .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 65px;
        line-height: 30px;
        font-size: 16px;
        color: #858687;
        font-weight: 500;
        background: #ffffff;
        padding: 25px 40px;
        border-radius: 0px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .subscribe-form .form-group input[type="submit"],
    .subscribe-form .form-group button {
        position: absolute;
        right: 15px;
        top: 0px;
        min-width: 185px;
        height: 100%;
        border-radius: 0px;
        background: #f75686;
        border: none;
    }

    section.tips-secrtion {
        padding: 80px 0 100px;
        position: relative;
    }

    .tips-row-section {
        position: relative;
    }

    .tips-row-section::before {
        content: "";
        position: absolute;
        width: 33%;
        height: 76%;
        background: #f7ee62;
        left: 242px;
        bottom: 0;
    }

    .tips-desc {
        position: absolute;
        background: #f7ee62;
        padding: 22px 0px 23px 13px;
        left: -16px;
        margin-top: 0;
        width: 84%;
        bottom: 0;
    }

    .tips-desc h5 {
        position: relative;
        font-size: 26px;
        color: #333;
    }

    .tips-desc h3 {
        text-transform: uppercase;
        margin-bottom: 13px;
        color: #000;
        font-weight: 600;
        font-size: 39px;
    }

    .tips-list p {
        position: relative;
        padding-left: 24px;
        color: #151515;
        font-weight: 500;
        line-height: 31px;
    }

    .tips-list p:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 2px;
        border-bottom: 2px solid #333;
        left: 0;
        top: 13px;
    }

    /*** 

====================================================================
		Team Section
====================================================================

***/

    .team-section {
        position: relative;
        padding: 83px 0 83px;
        background: #ff1d5c;
        background-image: url(../images/appointment.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .team-section::before {
        content: "";
        position: absolute;
        background: rgb(37 37 37 / 76%);
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }

    .apphead-title p {
        color: #fff;
    }

    .app-form {
        text-align: center;
    }

    .app-form .form-control {
        height: 50px;
        background-color: transparent;
        border: 1px dashed #a5a5a5;
        color: #fff;
        border-radius: 13px;
    }

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

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

    .app-form textarea.form-control {
        height: 119px;
    }

    .app-form .form-group {
        margin-bottom: 25px;
    }

    .app-form .btn {
        font-weight: 500;
        background: #ff5b8c;
        padding: 8px 26px;
        margin-top: 17px;
        border: none;
        font-size: 22px;
    }

    .team-section .icon-star-3 {
        top: 160px !important;
        left: -135px !important;
    }

    .team-section .icon-star-4 {
        left: -190px !important;
        bottom: 170px !important;
        top: auto !important;
    }

    .team-section .icon-balloon-2 {
        top: auto !important;
        bottom: -140px !important;
        right: -360px !important;
        left: auto !important;
    }

    .team-section .icon-star-6 {
        top: 140px !important;
        right: -115px !important;
        left: auto !important;
    }

    /*.icon-balloon-2 {
        height: 310px;
        width: 218px;
        background-image: url(../images/icons/icon-balloon-2.png);
    }*/
    /*.icon-star-6 {
        height: 92px;
        width: 54px;
        background-image: url(../images/icons/icon-star-6.png);
    }*/

    .team-block {
        position: relative;
        margin-bottom: 30px;
    }

    .team-block .inner-box {
        position: relative;
        border: 1px solid #e8e6ec;
        border-radius: 10px;
        overflow: hidden;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .team-block .inner-box:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .team-block .image-box {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 250px;
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
    }

    .team-block .image-box .image {
        display: none;
        margin-bottom: 0;
    }

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

    .team-block .info-box {
        position: relative;
        padding-left: 250px;
    }

    .team-block .info-box .inner {
        position: relative;
        padding: 50px 60px 50px;
    }

    .team-block .info-box .name {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 1.2em;
        color: #1e2c67;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .team-block .info-box .name a {
        color: #1e2c67;
        display: inline-block;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .team-block .info-box .name a:hover {
        color: #25bdd8;
    }

    .team-block .info-box .designation {
        display: block;
        font-size: 16px;
        color: #696478;
        margin-bottom: 30px;
    }

    .team-block .info-box .text {
        position: relative;
    }

    .team-block .info-box .social-links {
        position: relative;
        display: block;
        text-align: center;
        background-color: #25bdd8;
        padding: 10px 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .team-block .inner-box:hover .info-box .social-links {
        background-color: #1e2c67;
    }

    .team-block .social-links li {
        position: relative;
        display: inline-block;
        margin: 0 16px;
    }

    .team-block .social-links li a {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .team-block .social-links li a:hover {
        color: #ff4986;
    }

    .appointmeent-section {
        position: relative;
    }

    .appointment-block {
        max-width: 603px;
        text-align: center;
        padding: 27px 45px;
        box-shadow: 0px 0px 14px #d0d0d0;
        margin-top: -71px;
        background: #fff;
        position: relative;
    }

    .appointment-block::before,
    .appointment-block::after {
        content: "";
        position: absolute;
        width: 163px;
        height: 163px;
        background: #ffcad9;
        left: -66px;
        bottom: -66px;
        z-index: -1;
        border-radius: 50%;
    }

    .appointment-block::after {
        left: inherit;
        right: -56px;
        background: transparent;
    }

    .appointment-block h2 {
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .appointment-block .form-control {
        background-color: #f5f5f5;
        border: none;
    }

    .appointment-block .form-control {
        height: 45px;
    }

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

    .appointment-block .btn {
        width: 204px;
        padding: 10px 5px;
        margin-top: 0;
    }

    .docotor-app-img {
        position: absolute;
        right: 98px;
        top: 85px;
    }

    /*** 

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

***/

    .testimonial-section {
        position: relative;
        padding: 0px 0 90px;
    }

    .testimonial-head {
        margin-top: 30px;
    }

    .testimonial-section .icon-star-4 {
        top: 200px !important;
        left: -20px !important;
    }

    .testimonial-section .icon-star-3 {
        top: 390px !important;
        right: -80px !important;
        left: auto !important;
    }

    .testimonial-section .icon-sun-2 {
        top: auto !important;
        left: -140px !important;
        bottom: 210px !important;
    }

    .testimonial-section:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: "";
        opacity: .10;
    }

    .testimonial-carousel {
        position: relative;
        max-width: 850px;
        margin: 0 auto;
    }

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

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

    .testimonial-block .inner-box:before,
    .testimonial-block .inner-box:after {
        position: absolute;
        left: 30px;
        top: 30px;
        height: 42px;
        width: 42px;
        background: #252525;
        font-family: 'Font Awesome 5 Free';
        font-weight: 800;
        color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        content: "\f10d";
        opacity: 0;
        font-size: 19px;
        line-height: 41px;
        border-radius: 50%;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .testimonial-block .inner-box:after {
        content: "\f10e";
        left: auto;
        top: auto;
        right: 30px;
        bottom: 30px;
    }

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

    .testimonial-block .text {
        position: relative;
        display: block;
        font-size: 19px;
        line-height: 25px;
        color: #ffffff;
        font-weight: 300;
        margin-bottom: 10px;
        padding: 0 61px;
    }

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

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

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

    .testimonial-block .thumb {
        position: relative;
        display: inline-block;
        height: 58px;
        width: 58px;
        border-radius: 50%;
        margin-top: 11px;
        filter: brightness(0) invert(1);
    }

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

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

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

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

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

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

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

    .testimonial-carousel .owl-dot:hover,
    .testimonial-carousel .owl-dot.active {
        opacity: 1;
        border: 8px solid #f75686;
    }

    .add-image {
        text-align: center;
        position: absolute;
        bottom: 0;
    }

    .add-image::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 91px;
        background: #252525;
        bottom: -90px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .add-image img {
        position: relative;
        right: 0;
        margin-top: 0;
    }

    .wefight {
        position: absolute;
        bottom: -36px;
        text-transform: uppercase;
        left: 0;
        right: 0;
        font-size: 30px;
        color: #ff5b8c;
    }

    .wefight span {
        display: inline-block;
        margin: 0 10px;
        position: relative;
    }

    .wefight span:nth-child(2) {
        left: 11px;
    }

    /*** 

====================================================================
		Clients Section
====================================================================

***/

    .clients-section {
        position: relative;
        padding: 110px 0;
    }

    .clients-section .sponsors-outer {
        position: relative;
        text-align: center;
    }

    .clients-section .sponsors-outer .text {
        position: relative;
        display: inline-block;
        font-size: 20px;
        line-height: 1.3em;
        color: #75717b;
        font-weight: 500;
        margin-bottom: 50px;
    }

    .clients-section .slide-item {
        position: relative;
    }

    .clients-section .image-box {
        position: relative;
        margin: 0;
        text-align: center;
    }

    .clients-section .image-box img {
        display: inline-block;
        max-width: 100%;
        width: auto;
        height: auto;
        opacity: 0.70;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .clients-section .image-box:hover img {
        opacity: 1;
    }

    .clients-section .sponsors-carousel .owl-dots,
    .clients-section .sponsors-carousel .owl-nav {
        display: none;
    }

    .clients-section.style-two {
        background-color: #ff4789;
        padding: 80px 0px;
        border: 0;
    }

    /*** 

====================================================================
		Gallery Section
====================================================================

***/

    .gallery-section {
        position: relative;
    }

    .gallery-item {
        position: relative;
    }

    .gallery-item .image-box {
        position: relative;
        overflow: hidden;
    }

    .gallery-item .image-box .image {
        position: relative;
    }

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

    .gallery-item .overlay-box {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        background-color: rgba(52, 28, 119, .90);
        content: "";
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }

    .gallery-item .image-box:hover .overlay-box {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .gallery-item .overlay-box a {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -29px;
        margin-left: -20px;
    }

    .gallery-item .overlay-box a span {
        display: block;
        height: 58px;
        width: 58px;
        background-color: #25bdd8;
        color: #ffffff;
        border-radius: 50%;
        font-weight: 400;
        line-height: 58px;
    }

    .gallery-section .owl-nav {
        display: none;
    }

    /*** 

====================================================================
		  Video Section
====================================================================

***/

    .video-section {
        position: relative;
        padding: 120px 0 70px;
    }

    .video-section .icon-star-6 {
        left: -160px !important;
        top: -10px !important;
    }

    .video-section .icon-star-8 {
        left: auto !important;
        right: -110px !important;
        top: -40px !important;
    }

    .video-section .icon-rocket {
        left: auto !important;
        top: auto !important;
        right: -220px !important;
        bottom: 90px !important;
    }

    .video-section .video-column {
        position: relative;
        margin-bottom: 50px;
    }

    .video-section .video-column .inner-column {
        position: relative;
        padding-right: 30px;
    }

    .video-box {
        position: relative;
    }

    .video-box .image {
        position: relative;
        border-radius: 7px;
        margin-bottom: 0;
    }

    .video-box .image img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .video-box .link {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border-radius: 7px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .video-box .link:hover {
        background-color: rgba(0, 0, 0, 0.40);
    }

    .video-box .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100px;
        width: 100px;
        background-color: #25bdd8;
        border-radius: 50%;
        line-height: 100px;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        padding-left: 5px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .video-section .content-column {
        position: relative;
        margin-bottom: 50px;
    }

    .video-section .content-column .inner-column {
        position: relative;
        padding-left: 30px;
    }

    .video-section .content-column .sec-title {
        margin-bottom: 30px;
    }

    .video-section .content-column .sec-title h2 {
        letter-spacing: -0.02em;
    }

    .video-section .content-column .message {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 36px;
        color: #696478;
        font-weight: 400;
        margin-bottom: 36px;
    }

    .video-section .content-column .text {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #696478;
        font-weight: 400;
    }

    /*** 

====================================================================
		Call To Action
====================================================================

***/

    .call-to-action {
        position: relative;
        padding: 110px 0;
        background-color: #ff4788;
    }

    .call-to-action h2 {
        position: relative;
        float: left;
        display: block;
        font-size: 50px;
        line-height: 1.2em;
        color: #ffffff;
        font-weight: 700;
    }

    .call-to-action .btn-box {
        position: relative;
        float: right;
        padding-top: 20px;
    }

    .call-to-action.alternate {
        padding: 110px 0 130px;
    }

    /*** 

====================================================================
		News Section Two
====================================================================

***/

    .news-section-two {
        position: relative;
        padding: 120px 0 110px;
    }

    .news-section-two .icon-star-5 {
        top: auto !important;
        left: -190px !important;
        bottom: 145px !important;
    }

    .news-section-two .icon-star-4 {
        right: -140px !important;
        bottom: 240px !important;
        top: auto !important;
        left: auto !important;
    }

    .news-section-two .icon-star-3 {
        top: 190px !important;
        left: -100px !important;
    }

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

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

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

    .news-block .image-box .image {
        position: relative;
        margin-bottom: 0;
        overflow: hidden;
        border: 10px;
        background-color: #393d72;
    }

    .news-block .image-box .image img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-block .inner-box:hover .image-box .image img {
        opacity: .70;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .news-block .lower-content {
        position: relative;
        padding: 25px 0px 0;
    }

    .news-block .post-info {
        position: relative;
        margin-bottom: 5px;
    }

    .news-block .post-info li {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 25px;
        margin-right: 13px;
        color: #25bdd8;
        font-weight: 400;
    }

    .news-block .post-info li a {
        color: #25bdd8;
        display: inline-block;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .news-block .post-info li a:hover {
        color: #25bdd8;
    }

    .news-block h3 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 1.25em;
        color: #1e2c67;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .news-block h3 a {
        color: #1e2c67;
        display: inline-block;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .news-block h3 a:hover {
        color: #ff4788;
    }

    .news-block .text {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #696478;
        font-weight: 400;
        margin-bottom: 32px;
    }

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

    .news-block .btn-box a {
        display: inline-block;
        font-size: 32px;
        color: #1e2c67;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .news-block .btn-box a:hover {
        color: #ff4788;
    }

    .news-section-two.style-two {
        padding: 120px 0 80px;
    }

    .news-section-two.style-two .news-block {
        margin-bottom: 60px;
    }

    /*** 

====================================================================
		News Detail
====================================================================

***/

    .news-detail {
        position: relative;
    }

    .news-detail .upper-box {
        position: relative;
    }

    .news-detail .upper-box .image-box {
        position: relative;
    }

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

    .news-detail .upper-box .image img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .news-detail .lower-content {
        position: relative;
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .news-detail .lower-content .post-info {
        position: relative;
        margin-bottom: 5px;
    }

    .news-detail .lower-content .post-info li {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 25px;
        margin-right: 13px;
        color: #25bdd8;
        font-weight: 400;
    }

    .news-detail .lower-content .post-info li a {
        color: #25bdd8;
        display: inline-block;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .news-detail .lower-content .post-info li a:hover {
        color: #25bdd8;
    }

    .news-detail .lower-content h3 {
        position: relative;
        font-size: 40px;
        line-height: 1.2em;
        color: #1e2c67;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .news-detail .lower-content p {
        position: relative;
        font-size: 15px;
        line-height: 30px;
        color: #696478;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .news-detail .post-share-options {
        position: relative;
        padding: 30px 0px;
        margin-bottom: 10px;
        border-top: 1px solid #e8e6ec;
    }

    .news-detail .post-share-options .tags {
        position: relative;
    }

    .news-detail .post-share-options .tags li {
        position: relative;
        display: inline-block;
        margin-right: 4px;
    }

    .news-detail .post-share-options .tags li.title {
        position: relative;
        font-size: 20px;
        line-height: 20px;
        color: #1e2c67;
        padding: 10px 0;
        font-weight: 700;
        margin-right: 15px;
    }

    .news-detail .post-share-options .tags li a {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 20px;
        color: #ffffff;
        background-color: #25bdd8;
        border-radius: 5px;
        transition: all 300ms ease;
    }

    .news-detail .post-share-options .tags li a:hover {
        background-color: #1e2c67;
        color: #ffffff;
    }

    .news-detail .post-share-options .social-icon-one li {
        margin-left: 35px;
    }

    /*Author Box*/

    .author-box {
        position: relative;
        padding: 60px 60px;
        background-color: #1e2c67;
        border-radius: 10px;
        margin-bottom: 50px;
    }

    .author-box .inner-box {
        position: relative;
        padding-left: 210px;
        min-height: 170px;
        padding-top: 5px;
    }

    .author-box .image-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 170px;
    }

    .author-box .image-box img {
        display: block;
        width: 100%;
        border-radius: 50%;
        height: auto;
    }

    .author-box .name {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 35px;
    }

    .author-box .text {
        position: relative;
        font-size: 16px;
        line-height: 30px;
        color: #c8bfe3;
        font-weight: 400;
    }

    .author-box .contact-info {
        position: relative;
    }

    .author-box .contact-info li {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
        color: #393d72;
        font-weight: 500;
        margin-right: 40px;
    }

    .author-box .contact-info li span {
        color: #ff4880;
        margin-right: 15px;
    }

    .author-box .contact-info li:last-child {
        margin-right: 0;
    }

    .author-box .contact-info li a {
        color: #393d72;
        display: inline-block;
        transition: all 300ms ease;
    }

    .author-box .contact-info li a:hover {
        color: #ff4880;
    }

    /*** 

====================================================================
	Contact Map Section
====================================================================

***/

    .map-section {
        position: relative;
    }

    .map-outer {
        position: relative;
    }

    .map-section .map-canvas {
        position: relative;
        height: 560px;
        width: 100%;
    }

    .map-data {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8em;
    }

    .map-data a {
        display: block;
    }

    .map-data h6 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
        color: #121212;
    }

    /*** 

====================================================================
	Contact Section
====================================================================

***/

    .contact-section {
        position: relative;
        padding: 120px 0 100px;
    }

    .contact-section .sec-title {
        margin-bottom: 35px;
    }

    .contact-section .sec-title .text {
        font-size: 22px;
        line-height: 36px;
        color: #696478;
        font-weight: 400;
        margin-top: 40px;
    }

    .contact-section .contact-form {
        position: relative;
    }

    .contact-section .row {
        margin: 0 -10px;
    }

    .contact-form .form-group {
        position: relative;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .contact-form .form-group input[type="text"],
    .contact-form .form-group input[type="email"],
    .contact-form .form-group input[type="url"],
    .contact-form .form-group textarea,
    .contact-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
        color: #858687;
        line-height: 28px;
        padding: 25px 30px;
        border: 1px solid transparent;
        background-color: #f2f5f6;
        font-weight: 500;
        border-radius: 15px;
        height: 80px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .contact-form .form-group input:focus,
    .contact-form .form-group select:focus,
    .contact-form .form-group textarea:focus {
        border-color: #ff4880;
    }

    .contact-form .form-group textarea {
        height: 250px;
        resize: none;
    }

    .contact-form label.error {
        color: #ff4880;
        padding-top: 10px;
        text-transform: capitalize;
        display: block;
    }

    .contact-section .contact-info {
        position: relative;
    }

    .contact-section .contact-info li {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 30px;
        color: #696478;
        font-weight: 500;
        padding-left: 40px;
        margin-bottom: 30px;
    }

    .contact-section .contact-info li a {
        color: #696478;
        display: inline-block;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .contact-section .contact-info li a:hover {
        color: #ff4986;
    }

    .contact-section .contact-info li .icon {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        color: #ff4986;
        font-weight: 400;
    }

    .contact-map-section {
        position: relative;
    }

    .contact-map-section .map-canvas {
        position: relative;
        min-height: 560px;
        width: 100%;
    }

    /*** 

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

***/

    .main-footer {
        position: relative;
        /* background-color: rgb(241 241 241 / 51%); */
    }

    .main-footer:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: "";
        z-index: -1;
    }

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

    .main-footer .icon-balloon-gray {
        left: auto !important;
        right: -360px !important;
        top: 80px !important;
        bottom: auto !important;
    }

    .main-footer .icon-sun-gray {
        left: -250px !important;
        top: 190px !important;
    }

    .main-footer .icon-star-gray {
        top: 50px !important;
        left: 280px !important;
    }

    .main-footer .icon-star-gray-2 {
        left: -25px !important;
        top: auto !important;
        bottom: 210px !important;
    }

    .main-footer .icon-star-gray-3 {
        left: auto !important;
        right: -100px !important;
        bottom: 185px !important;
        top: auto !important;
    }

    /*.icon-sun-gray {
        height: 52px;
        width: 98px;
        background-image: url(../images/icons/icon-sun-gray.png);
    }*/
    /*.icon-star-gray {
        height: 51px;
        width: 43px;
        background-image: url(../images/icons/icon-star-gray.png);
    }*/
    /*.icon-star-gray-2 {
        height: 19px;
        width: 15px;
        background-image: url(../images/icons/icon-star-gray-2.png);
    }*/
    /*.icon-star-gray-3 {
        height: 27px;
        width: 31px;
        background-image: url(../images/icons/icon-star-gray-3.png);
    }*/
    /*.icon-balloon-gray {
        height: 277px;
        width: 217px;
        background-image: url(../images/icons/icon-balloon-gray.png);
    }*/

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

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

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

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

    .main-footer .footer-widget .widget-title {
        position: relative;
        font-size: 24px;
        font-weight: 500;
        color: #252525;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

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

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

    /*Logo Widget*/

    .logo-widget {
        position: relative;
        text-align: center;
        margin-bottom: 23px;
    }

    .logo-widget .logo img {
        position: relative;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        margin-bottom: 11px;
        width: 386px;
    }

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

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

    /*Links Widget*/

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

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

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

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

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

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

    /*COntact Widget*/

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

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

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

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

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

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

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

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

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

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

    .main-footer .footer-bottom .copyright {
        position: relative;
        color: #000000;
        font-weight: 500;
        font-size: 15px;
        line-height: 30px;
        padding: 6px 0px 10px;
        border-top: 1px dashed;
    }

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

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

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

    .cp_row .col-md-3 {
        border: 1px solid #ffc8db;
        padding: 25px 9px;
    }

    .cp_row .col-md-3:nth-child(2),
    .cp_row .col-md-3:nth-child(3),
    .cp_row .col-md-3:nth-child(6) {
        background: #ffeef4;
    }

    .cp_row .col-md-3:hover {
        background-color: #333;
        color: #eee;
    }

    ._cp_list {
        text-align: center;
    }

    .cp_img {
        text-align: center;
    }

    .cp_img img {
        border-radius: 50%;
        width: 177px;
        border: 5px solid #ffcadc;
        box-shadow: 0px 10px #ff6f9f;
        margin-bottom: 32px;
    }

    ._cp_list h3 {
        font-size: 16px;
    }

    .breadcrumb {
        position: relative;
        text-align: center;
        padding: 162px 0 42px;
        margin-bottom: 0;
        z-index: 2;
        display: block;
        background-color: transparent;
    }

    .breadcrumb h1 {
        color: #252525;
        font-size: 30px;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .breadcrumb ul {
        display: inline-flex;
        padding: 5px 0px 6px 17px;
        position: relative;
        background: #fbfbfb;
        border-radius: 999px;
        border-top: 3px solid #f96d97;
        border-bottom: 3px solid #f96d97;
        box-shadow: 0 0 7px 4px #ccc;
    }

    .breadcrumb ul li {
        font-size: 16px;
        display: inline-block;
        margin-right: 20px;
        position: relative;
        color: #233645;
        text-transform: capitalize;
    }

    .breadcrumb ul li::before {
        content: "\f101";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
        position: absolute;
        right: -17px;
        top: 58%;
        color: #ee5688;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

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

    .breadcrumb ul li a {
        font-weight: 400;
        color: #021436;
    }

    .inner_content_section {
        position: relative;
        min-height: 50vh;
        padding: 50px 0 100px;
    }

    .serviceBox {
        color: #333;
        text-align: center;
        padding: 0 15px;
        border-top: 7px solid #353535;
    }

    .serviceBox .service-icon {
        color: #fff;
        background: linear-gradient(to right, #eb739c 50%, #ff5b8c 50%);
        font-size: 35px;
        padding: 25px 20px;
        margin: 0 0 25px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) inset;
        border-radius: 0px 0px 50px 50px;
    }

    .serviceBox .title {
        font-size: 23px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 7px;
    }

    .serviceBox .description {
        font-size: 15px;
        line-height: 23px;
        margin: 6px 0 0 0;
    }

    .serviceBox.red {
        border-color: #ee5d8d;
    }

    .serviceBox.red .service-icon {
        background: linear-gradient(to right, #656565 50%, #323232 50%);
    }

    .serviceBox.blue {
        border-color: #0E5BE5;
    }

    .serviceBox.blue .service-icon {
        background: linear-gradient(to right, #028DEE 50%, #0363EB 50%);
    }

    .serviceBox.green {
        border-color: #07A365;
    }

    .serviceBox.green .service-icon {
        background: linear-gradient(to right, #02CA94 50%, #07A567 50%);
    }

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

    .service-icon i {
        border: 2px dotted;
        padding: 20px;
        border-radius: 50%;
        height: 80px;
        width: 80px;
        margin: 0px 0 0px 0;
        padding: 26px 0 0 0;
    }

    .contact_form {
        position: relative;
        padding: 20px;
        margin-top: 51px;
        text-align: center;
        box-shadow: 0px 0px 10px #bbb8b8;
        /* background: #fff8eb; */
        /* border-radius: 34px; */
    }

    .contact_form h4 {
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 37px;
        display: inline-block;
        border-bottom: 2px dashed;
        font-weight: 700;
    }

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

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

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

    .cmap iframe {
        width: 100%;
        height: 396px;
        margin-top: 52px;
        box-shadow: 0px 8px 6px #818181;
        /* border-radius: 34px; */
    }

    .inner_text_section {
        position: relative;
        min-height: 50vh;
        padding: 44px 0 100px;
    }

    .services_text_ p {
        margin-bottom: 13px;
        line-height: 25px;
        font-size: 15px;
        text-align: justify;
    }

    .services_text_ h4 {
        font-weight: 600;
        color: #45a0ad;
        font-size: 18px;
        display: inline-block;
        margin: 20px 0 7px;
    }

    ._inner_ser_img_pic {
        display: inline-block;
        padding: 30px;
        margin: 0 0 20px;
        position: relative;
    }

    ._inner_ser_img_pic::after,
    ._inner_ser_img_pic::before {
        content: "";
        position: absolute;
        width: 54%;
        height: 54%;
        border: 2px solid #252525;
        right: 0;
        z-index: -1;
        top: 0;
    }

    ._inner_ser_img_pic img {
        box-shadow: 0 0 10px #333;
    }

    ._inner_ser_img_pic::after {
        top: initial;
        left: 0;
        right: initial;
        bottom: 0;
        border: 2px solid #f75686;
    }

    .services_text_ h3 {
        font-weight: 500;
        color: #f75686;
        font-size: 20px;
        margin: 20px 0 10px;
    }

    .list li {
        position: relative;
        display: block;
        margin-bottom: 5px;
        padding-left: 13px;
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
    }

    .list li:before {
        position: absolute;
        left: -4px;
        top: 7px;
        height: 9px;
        width: 9px;
        border-radius: 5px;
        border: 2px solid #f75686;
        content: "";
        right: 0px;
    }

    .list li a {
        position: relative;
        font-size: 15px;
        line-height: 26px;
        color: #25bdd8;
        font-weight: 500;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .innerdoc_info {
        margin-top: 0px;
    }

    .work_exp_dnb {
        text-align: center;
        margin-bottom: 30px;
    }

    .inner_doc_title_head {
        position: relative;
    }

    .inner_doc_title_head h3 {
        display: inline-block;
        text-transform: capitalize;
        font-size: 26px;
        font-weight: 600;
        margin: 32px 0 15px;
        border-bottom: 2px dashed #f75686;
        padding: 5px 24px 5px;
        background: #ffdde7;
    }

    .mbrrow .col-md-6:nth-child(1) {
        border-right: 2px dashed #333;
    }

    .md_theses {
        text-align: center;
    }

    ._abt_styles {
        position: relative;
        padding-left: 20px;
    }

    ._abt_styles li {
        position: relative;
        font-size: 16px;
        margin: 0 0 9px;
        padding-left: 23px;
    }

    ._abt_styles li::before {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        border: 2px solid #f75686;
        left: 0;
        top: 5px;
    }

    .ngs {
        text-align: center;
    }

    .ngs h3 {
        color: #252525;
        font-size: 17px;
        padding: 17px 0 10px 0;
        margin: 0;
    }

    .mvv_blocks_inner {
        text-align: center;
        background: #f75686;
        margin-bottom: 20px;
        padding: 14px 18px;
        color: #fff;
        border-radius: 10px;
    }

    .mvv_blocks_inner h3 {
        text-transform: uppercase;
    }

    .mmv_inner_row .col-md-6:nth-child(2) .mvv_blocks_inner:nth-child(1) {
        background-color: #252525;
    }

    .mmv_inner_row .col-md-6:nth-child(2) .mvv_blocks_inner:nth-child(2) {
        background-color: #ff7c61;
    }

    .brasecanrow {
        justify-content: center;
        margin: 28px 0 34px;
    }

    .brasecanrow .col-md-3 {
        box-shadow: 0px 0px 10px #ccc;
        padding: 30px 11px;
    }

    .brasecanrow .col-md-3 img {
        border-radius: 50%;
        width: 230px;
        border: 9px solid #fbd5e0;
    }

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

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

    .main-timeline .timeline {
        width: calc(50% + 2.5px);
        padding-top: 120px;
        margin: 0 0 -22px 5px;
        float: right;
    }

    .main-timeline .timeline-content {
        color: #666;
        text-align: center;
        min-height: 120px;
        padding: 15px;
        border-left: 5px solid #787878;
        display: block;
        position: relative;
    }

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

    .main-timeline .timeline-icon {
        color: #fff;
        background-color: #f75686;
        font-size: 50px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        line-height: 100px;
        height: 100px;
        width: 100px;
        transform: skewY(-10deg);
        position: absolute;
        left: -5px;
        top: -107px;
    }

    .main-timeline .timeline-year {
        color: #00DCAF;
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        margin: 0 0 5px;
    }

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

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

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

    .main-timeline .timeline:nth-child(even) .timeline-content {
        border-left: none;
        border-right: 5px solid #787878;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: skewY(10deg);
        left: auto;
        right: -5px;
    }

    @media screen and (max-width:767px) {

        .main-timeline .timeline,
        .main-timeline .timeline:nth-child(even) {
            width: 100%;
            margin: 0 0 15px;
        }
    }

    .homehead {
        margin: 50px 0 0 0;
    }

    .homehead h1 {
        font-size: 38px;
        margin-bottom: 19px;
        display: inline-block;
        color: #252525;
        border-bottom: 2px dashed;
        padding-bottom: 15px;
        font-weight: 400;
    }

    h4.omega {
        color: #ee5a8c;
        font-weight: 600;
        margin: 0 0 9px 0;
    }

    .main-footer .contact-info li h4 {
        color: #ee5a8c;
        font-weight: 600;
        font-size: 18px;
    }

    .video_list iframe {
        width: 100%;
        height: 250px;
        border: 10px solid #fff;
        margin-bottom: 30px;
        box-shadow: 0px 0px 10px #ccc;
    }

    .box {
        background-color: #f5418f;
        text-align: center;
        overflow: hidden;
        position: relative;
        border: 5px solid #f3f3f3;
        height: 180px;
        box-shadow: 0px 0px 10px #ababab;
        margin-bottom: 30px;
    }

    .box img {
        width: 100%;
        height: auto;
        transform: scale(1.2);
        transition: all 0.5s ease 0s;
    }

    .box:hover img {
        opacity: 0.2;
        transform: translateY(20px) scale(1.2);
    }

    .box .box-content {
        color: #fff;
        width: 100%;
        transform: translateX(-50%) translateY(-50%) scaleY(0);
        transform-origin: top center;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        transition: all 0.5s ease 0s;
    }

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

    .box .title {
        font-size: 22px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        margin: 0 0 2px;
    }

    .box .post {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin: 0 0 10px;
        display: block;
    }

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

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

    .box .icon li a {
        color: #fff;
        font-size: 16px;
        line-height: 32px;
        height: 35px;
        width: 35px;
        border: 2px solid #fff;
        background: #333;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        display: block;
        transition: all 0.3s;
    }

    .box .icon li a:hover {
        color: #f03c5b;
        background-color: #fff;
    }

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

    .new-abt-img img {
        width: 400px;
        border: 10px solid #fbd2df;
    }

    .new-abt-img {
        text-align: center;
        margin-top: 30px;
    }

    .blog-main-content h2 a {
        color: #f75686;
        font-size: 23px;
    }

    .blog-main-content p {
        margin-bottom: 0px;
    }

    .blog-main-img img {
        border: 6px solid #f5f5f5;
        box-shadow: 0px 0px 8px #0000006b;
    }

    .services_text_ .blog-main-row h2 {
        font-weight: 500;
        color: #f75686;
        font-size: 25px;
        margin: 20px 0 10px;
    }


    .blog-nav {
        position: relative;
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: inset 0px 0px 13px #00000030;
        margin-bottom: 50px;
    }

    .blog-nav h5 {
        text-transform: capitalize;
        font-size: 20px;
        border-bottom: 1px solid;
        padding-bottom: 6px;
        display: inline-block;
    }

    .blog-nav ul {
        position: relative;
        padding-top: 20px;
    }

    .blog-nav ul li {
        margin-bottom: 13px;

    }

    .blog-nav ul li a {
        background: #fde7ee;
        padding: 10px;
        border-radius: 8px;
        cursor: pointer;
        display: block;
        color: #000;
        font-size: 16px;
    }

    .blog-nav ul li a.active { 
        background: #f75686;
        color: #fff;
    }

    .blog-nav ul li a:hover {
        background: #f75686;
        color: #fff;
    }