    /* use font link */
    
    @import url('https://fonts.googleapis.com/css?family=Pacifico&amp;display=swap');
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap');
    /* use style sheet */
    
    @import url(font-awesome-all.css);
    /* @import url(flaticon.css);
    @import url(owl.css); */
    
    @import url(bootstrap.css);
    @import url(jquery.fancybox.min.css);
    /* @import url(animate.css); */
    /* @import url(jquery-ui.css); */
    /*** 

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

 ***/
    
    * {
        margin: 0px;
        padding: 0px;
        border: none;
        outline: none;
    }
    /*** 

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

 ***/
    
    body {
        font-size: 15px;
        color: #8a8d91;
        line-height: 26px;
        font-weight: 400;
        background: #ffffff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-font-smoothing: antialiased;
        font-family: 'Open Sans', sans-serif;
    }
    
    @media (min-width:1200px) {
        .container {
            max-width: 1170px;
            padding: 0px;
        }
    }
    
    .container-fluid {
        padding: 0px;
    }
    
    .auto-container {
        position: static;
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
    }
    
    .small-container {
        max-width: 680px;
        margin: 0 auto;
    }
    
    .boxed_wrapper {
        position: relative;
        overflow-x: hidden;
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
    }
    
    a {
        text-decoration: none;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    a:hover {
        text-decoration: none;
        outline: none;
        color: #f2be00;
    }
    
    input,
    button,
    select,
    textarea {
        font-weight: 400;
        font-size: 15px;
    }
    
    ul,
    li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    input {
        transition: all 500ms ease;
    }
    
    button:focus,
    input:focus,
    textarea:focus {
        outline: none;
        box-shadow: none;
        transition: all 500ms ease;
    }
    
    p {
        position: relative;
        /* font-family: 'Poppins', sans-serif; */
        line-height: 26px;
        color: #484848;
        margin-bottom: 0px;
        font-style: normal;
        transition: all 500ms ease;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        position: relative;
        font-weight: 500;
        color: #000;
        margin: 0px;
        transition: all 500ms ease;
        /* font-family: 'Roboto', sans-serif; */
    }
    
    .centred {
        text-align: center;
    }
    
    .pull-left {
        float: left;
    }
    
    .pull-right {
        float: right;
    }
    
    .gray-bg {
        background: #f5f4f0;
    }
    
    figure {
        margin: 0px;
    }
    
    img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    
    @keyframes pulse {
        50% {
            box-shadow: 0 0 0 15px rgba(255, 156, 156, 0.5), 0 0 0 15px rgba(255, 154, 154, 0.5);
        }
    }
    
    @keyframes pulse-2 {
        50% {
            box-shadow: 0 0 0 15px rgba(255, 156, 156, 0.5), 0 0 0 15px rgba(255, 154, 154, 0.5);
        }
    }
    /** button **/
    
    .theme-btn {
        position: relative;
        display: inline-block;
        font-size: 17px;
        /* font-family: 'Poppins', sans-serif; */
        padding: 5px 20px;
        background: transparent;
        line-height: 26px;
        color: #096578;
        border: 2px solid;
        font-weight: 500;
        border-radius: 30px;
        text-transform: capitalize;
        transition: all 500ms ease;
        cursor: pointer;
        text-align: center;
        z-index: 1;
    }
    
    .theme-btn:hover {
        background: #0795ca;
        color: #ffffff;
    }
    
    .theme-btn-two {
        position: relative;
        display: inline-block;
        font-size: 17px;
        /* font-family: 'Poppins', sans-serif; */
        padding: 15px 45px;
        background: transparent;
        border: 2px solid #ededed;
        line-height: 26px;
        color: #000;
        font-weight: 500;
        border-radius: 30px;
        text-transform: capitalize;
        transition: all 500ms ease;
        cursor: pointer;
        text-align: center;
        z-index: 1;
    }
    
    .theme-btn-two:hover {
        color: #fff;
        background: #6ecc84;
        border-color: #6ecc84;
    }
    
    .pagination {
        position: relative;
        display: block;
    }
    
    .pagination li {
        display: inline-block;
        margin: 0px 5px;
    }
    
    .pagination li a {
        position: relative;
        display: inline-block;
        font-size: 17px;
        font-family: 'Open Sans', sans-serif;
        height: 60px;
        font-weight: 600;
        width: 60px;
        line-height: 60px;
        border: 1px solid #e5e5e5;
        text-align: center;
        color: #848484;
        background: transparent;
        border-radius: 50%;
        transition: all 500ms ease;
    }
    
    .pagination li a:hover,
    .pagination li a.active {
        background: #6ecc84;
        color: #ffffff;
        border-color: #6ecc84;
        box-shadow: 0 10px 30px 1px rgba(0, 0, 0, 0.1);
    }
    
    .sec-pad {
        padding: 154px 0px 120px 0px;
    }
    
    .preloader {
        position: fixed;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        z-index: 999999;
        background-color: #ffffff;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/icons/preloader.gif);
    }
    
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: fixed;
        bottom: 105%;
        right: 50px;
        font-size: 16px;
        border-radius: 50%;
        z-index: 99;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
        background: #ff7c4e;
        transition: 1s ease;
    }
    
    .scroll-top.open {
        bottom: 30px;
    }
    
    .scroll-top:hover {
        background: #3b3634;
    }
    
    .scroll-top span {
        color: #fff;
    }
    
    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }
    
    .sec-title h1 {
        position: relative;
        display: block;
        font-size: 34px;
        line-height: 50px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
    }
    
    .sec-title .title {
        position: relative;
        display: block;
        font-size: 23px;
        line-height: 30px;
        font-family: 'Pacifico', cursive;
        color: #f73654;
        margin-bottom: 1px;
        font-weight: 400;
    }
    /** Style switcher **/
    
    .switcher .switch_btn button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #6ecc84;
        font-size: 24px;
        background: transparent;
        cursor: pointer;
        transition: all 500ms ease;
    }
    
    .switcher .switch_btn {
        position: absolute;
        right: -50px;
        z-index: -1;
    }
    
    .switcher {
        position: fixed;
        top: 400px;
        z-index: 999999;
        left: -200px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    
    .switcher .switch_menu {
        width: 200px;
        background: #fff;
        position: relative;
        padding: 15px 15px 30px 15px;
        text-align: center;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    }
    
    .switcher .switch_menu h5 {
        position: relative;
        display: block;
        font-weight: 600;
        margin-bottom: 0px;
    }
    
    .switcher.switcher-show {
        left: 0;
    }
    
    .switcher .switch_menu .switch_body .box {
        cursor: pointer;
        display: inline-block;
        text-align: center;
        margin-top: 12px;
    }
    
    .switcher .switch_menu .switch_body .box>div {
        width: 80px;
        height: 50px;
        background: #fff;
        border: 2px solid #999;
    }
    
    .switcher .switch_menu .switch_body .box>div>span {
        display: block;
        width: 60px;
        height: 100%;
        margin: 0 auto;
        background: #fff;
        border-left: 2px solid #e5e5e5;
        border-right: 2px solid #e5e5e5;
    }
    
    .switcher .switch_menu .switch_body .box p {
        position: relative;
        display: block;
        font-size: 16px;
        color: #999;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        margin-bottom: 0px;
    }
    
    .main_page.active_boxlayout {
        max-width: 1550px;
        width: 100%;
        min-width: 300px;
        margin: 0 auto;
        background: url(../images/icons/pattern.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        overflow-x: hidden;
    }
    
    .main_page {
        position: relative;
        overflow-x: hidden;
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
    }
    /*** 

====================================================================
                        Home-Page-One
====================================================================

***/
    /** main-header **/
    
    .main-header {
        position: absolute;
        left: 0px;
        top: 19px;
        /* border-top: 3px solid #1e2d6c; */
        background: transparent;
        z-index: 999;
        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-header .container {
        max-width: 1265px;
    }
    
    .sticky-header {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background: #ffffff;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 0;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .fixed-header .sticky-header {
        z-index: 999;
        opacity: 1;
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        box-shadow: 0px 0px 10px #ccc;
    }
    
    .main-header .header-top {
        position: relative;
        display: block;
        background: rgb(255 255 255 / 0%);
        width: 100%;
        padding: 0;
        border-bottom: transparent;
    }
    
    .main-header .header-top .top-left .text {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 26px;
        color: #000;
        margin: 0px;
    }
    
    .main-header .header-top .top-right .topbar-info li {
        position: relative;
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        margin-left: 25px;
    }
    
    .main-header .header-top .top-right .topbar-info li:first-child {
        margin-left: 0px;
    }
    
    .main-header .header-top .top-right .topbar-info li a {
        position: relative;
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #000;
    }
    
    .main-header .header-top .top-right .topbar-info li i {
        font-size: 14px;
        color: #ffffff;
        margin-right: 8px;
        width: 30px;
        height: 30px;
        background-color: #4ebb4c;
        text-align: center;
        line-height: 30px;
    }
    
    .main-header .header-top .top-right .topbar-info li a:hover {
        color: #6ecc84;
    }
    
    .main-header .header-bottom {
        position: relative;
        display: block;
        background: #fff;
        padding: 0px 60px;
    }
    
    .main-header .header-bottom .logo-box {
        position: absolute;
        float: inherit;
        padding: 8px;
        top: 0;
        width: 239px;
        left: 0;
        box-shadow: 0 0 10px #cecece;
        border-radius: 5px;
    }
    
    .main-header .header-bottom .logo-box:before {
        position: absolute;
        content: '';
        background: #e3e3e5;
        height: 50px;
        width: 1px;
        top: 24px;
        right: 0px;
    }
    
    .main-header .header-bottom .nav-outer {
        position: relative;
        float: right;
        background-color: #1c447a;
        padding: 0 25px;
        padding-right: 73px;
        border-radius: 27px 0px 0px 27px;
        width: 65%;
    }
    
    .main-header .header-bottom .nav-outer .menu-area {
        position: relative;
        float: right;
        margin-right: 220px;
    }
    
    .main-header .header-bottom .nav-outer .outer-box {
        position: relative;
        float: left;
    }
    
    .main-header .header-bottom .nav-outer .outer-box .search-box-outer,
    .main-header .header-bottom .nav-outer .outer-box .btn-box {
        position: relative;
        display: inline-block;
    }
    
    .main-header .header-bottom .nav-outer .outer-box {
        position: absolute;
        margin-top: 0;
        right: 0;
    }
    /** search-box-outer **/
    
    .main-header .search-box-outer {
        position: relative;
        margin-right: 30px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .main-header .search-box-btn {
        position: relative;
        font-size: 17px;
        line-height: 28px;
        color: #818181;
        font-weight: 700;
        cursor: pointer;
        display: inline-block;
        background: transparent;
        transition: all 500ms ease;
    }
    
    .main-header .search-box-btn:hover {
        color: #6ecc84;
    }
    
    .main-header .header-upper.dark .search-box-btn {
        color: #818181;
    }
    
    .main-header .search-box-outer .dropdown-menu {
        top: 40px !important;
        padding: 0px;
        width: 330px;
        border-radius: 0px;
        background: #ffffff;
        right: 0;
        left: auto !important;
        transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
        border-color: transparent;
        border-radius: 3px;
        box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
        transition: .5s ease;
        display: block;
        opacity: 0;
        visibility: hidden;
    }
    
    .main-header .search-box-outer .show .dropdown-menu {
        display: block;
        transform: scale3d(1, 1, 1)!important;
        opacity: 1;
        visibility: visible;
    }
    
    .main-header .search-panel .form-container {
        padding: 30px;
    }
    
    .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: 9px 50px 9px 15px;
        height: 50px;
        border: 1px solid #f3f5fe;
        border-radius: 3px;
        background: #f3f5fe;
    }
    
    .main-header .search-panel input:focus,
    .main-header .search-panel select:focus {
        border-color: #f3f5fe;
    }
    
    .main-header .search-panel .search-btn {
        position: absolute;
        right: 1px;
        top: 1px;
        width: 50px;
        height: 48px;
        text-align: center;
        color: #111111;
        background: #f3f5fe;
        font-size: 14px;
        border-radius: 0px 3px 3px 0px;
        cursor: pointer;
    }
    
    .dropdown-toggle::after {
        display: none;
    }
    /** main-menu **/
    
    .main-menu .navbar-collapse {
        padding: 0px;
        display: block;
    }
    
    .main-menu .navigation>li {
        position: relative;
        display: inline-block;
        margin: 0px 15px;
    }
    
    .main-menu .navigation>li:first-child {
        margin-left: 0px;
    }
    
    .main-menu .navigation>li>a {
        position: relative;
        display: block;
        font-size: 16px;
        /* font-family: 'Poppins', sans-serif; */
        color: #000;
        line-height: 26px;
        font-weight: 600;
        opacity: 1;
        padding: 16px 0;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        text-transform: uppercase;
    }
    
    .main-menu .navigation>li.current>a,
    .main-menu .navigation>li:hover>a {
        color: #f73654;
    }
    
    .main-menu .navigation {
        position: relative;
    }
    
    .main-menu .navigation>li>ul {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 176px;
        z-index: 100;
        display: none;
        background: #ff2c4d;
        border-top: 3px solid #272727;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    }
    
    .main-menu .navigation>li>ul.custom-drop {
        width: 120px;
    }
    
    .main-menu .navigation>li>ul>li {
        position: relative;
        width: 100%;
        padding: 2px 25px;
        border-bottom: 1px solid #e5e5e5;
        transition: all 500ms ease;
    }
    
    .main-menu .navigation>li>ul>li:before {
        position: absolute;
        content: '';
        background: #d8d8d8;
        width: 7px;
        height: 2px;
        left: 11px;
        top: 15px;
    }
    
    .main-menu .navigation>li>ul>li:last-child {
        border-bottom: none;
    }
    
    .main-menu .navigation>li>ul>li>a {
        position: relative;
        display: block;
        padding: 2px 0px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        text-align: left;
        text-transform: capitalize;
        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:hover {
        background: #213242;
    }
    
    .main-menu .navigation>li>ul>li:hover a {
        color: #ffffff;
        padding-left: 10px;
    }
    
    .main-menu .navigation>li>ul>li:last-child:hover {
        border-bottom: none;
    }
    
    .main-menu .navigation>li.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
    }
    
    .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
        position: absolute;
        right: -33px;
        top: 15px;
        font-size: 17px;
        color: #000;
        width: 35px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        z-index: 5;
        transition: all 500ms ease;
    }
    
    .main-menu .navbar-collapse>ul li.current.dropdown .dropdown-btn,
    .main-menu .navbar-collapse>ul li:hover .dropdown-btn {
        color: #f73654;
    }
    
    .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn .fa {
        position: absolute;
        right: 20px;
        top: 4px;
    }
    
    .navbar-header {
        display: none;
    }
    /** sub-menu **/
    
    .main-menu .navigation>li>ul>li>ul {
        position: absolute;
        left: 100%;
        top: 0px;
        width: 276px;
        z-index: 100;
        display: none;
        padding: 0px 0px;
        background-color: #223343;
        border-top: 3px solid #fd1042;
        -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.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 0;
    }
    
    .main-menu .navigation>li>ul>li>ul>li {
        position: relative;
        width: 100%;
        margin: 0px;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
        padding: 2px 25px;
        transition: all 500ms ease;
    }
    
    .main-menu .navigation>li>ul>li>ul>li:before {
        position: absolute;
        content: '';
        background: #d8d8d8;
        width: 7px;
        height: 2px;
        left: 11px;
        top: 15px;
    }
    
    .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: 2px 0px;
        line-height: 24px;
        font-weight: 500;
        font-size: 14px;
        text-transform: capitalize;
        color: #fff;
        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 {
        color: #ffffff !important;
        background: #fd1042;
        padding-left: 35px !important;
    }
    
    .main-menu .navigation>li>ul>li.dropdown>a:after {
        position: absolute;
        content: "\f105";
        font-size: 16px;
        color: #222;
        top: 6px;
        right: -12px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        cursor: pointer;
        transition: all 500ms ease;
    }
    
    .main-menu .navigation>li>ul>li.dropdown:hover>a:after {
        color: #ffffff;
    }
    /** stricky-header **/
    
    .sticky-header .main-menu .navigation>li {
        margin: 0px;
    }
    
    .sticky-header .main-menu .navigation>li>a {
        padding: 29px 23px !important;
    }
    
    .sticky-header .main-menu .navigation>li>a {
        color: #222222;
    }
    
    .sticky-header .main-menu .navigation>li.current>a,
    .sticky-header .main-menu .navigation>li:hover>a {
        background: transparent;
        color: #f73654;
    }
    
    .main-menu .navigation>li>ul>li.dropdown .dropdown-btn {
        display: none;
    }
    
    .sticky-header .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
        display: none;
    }
    
    .sticky-header .logo-box {
        position: relative;
        float: left;
        margin-top: 10px;
    }
    
    .sticky-header .menu-area {
        position: relative;
        float: right;
    }
    
    .sticky-header .main-menu .navigation>li>a:before {
        display: none;
    }
    /** main-slider **/
    
    .main-slider {
        position: relative;
        background: #fff;
    }
    
    .main-slider .slide {
        position: relative;
        padding: 130px 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .main-slider .slide:before {
        position: absolute;
        content: '';
        background: transparent;
        width: 55px;
        height: 100%;
        left: 0px;
        top: 0px;
    }
    
    .main-slider .content-box {
        position: relative;
        float: right;
        background: #fff;
        max-width: 570px;
        padding: 55px 50px 67px 50px;
        border-radius: 60px;
        width: 100%;
        margin: 0 auto;
    }
    
    .main-slider .content-box {
        opacity: 0;
        -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: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    
    .main-slider .active .content-box {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1000ms;
    }
    
    .main-slider .content-box h1 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 46px;
        font-weight: 500;
        margin-bottom: 16px;
    }
    
    .main-slider .content-box span {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 30px;
        font-family: 'Pacifico', cursive;
        color: #6ecc84;
        margin-bottom: 22px;
    }
    
    .main-slider .content-box .text {
        position: relative;
        display: block;
        font-size: 16px;
        color: #000;
        margin-bottom: 32px
    }
    /* slide nav */
    
    .main-slider .owl-dots {
        position: absolute;
        text-align: center;
        left: 50px;
        bottom: 30px
    }
    
    .main-slider .owl-dots .owl-dot span {
        position: relative;
        width: 10px;
        height: 11px;
        border-radius: 50%;
        border: none;
        background: rgb(84, 83, 83);
        cursor: pointer;
        margin: 0px 8px;
        transition: all 500ms ease;
    }
    
    .main-slider .owl-dots .owl-dot.active span,
    .main-slider .owl-dots .owl-dot:hover span {
        background: #cf292e;
        border: none;
    }
    
    .main-slider .owl-dots .owl-dot span:before {
        position: absolute;
        content: '';
        /* background: url(../images/icons/nav-icon.png); */
        width: 23px;
        height: 23px;
        right: -6px;
        bottom: -6px;
        opacity: 0;
        transition: all 500ms ease;
        border: 2px solid #686868;
        border-radius: 50%;
    }
    
    .main-slider .owl-dots .owl-dot.active span:before,
    .main-slider .owl-dots .owl-dot:hover span:before {
        opacity: 1;
    }
    
    .main-slider .owl-nav {
        display: none !important;
    }
    /** about-section **/
    
    .about-section {
        position: relative;
        display: block;
        padding: 147px 0px 222px 0px;
    }
    
    .about-section .content-box {
        position: relative;
        display: block;
        margin-right: 30px;
        margin-top: 57px;
    }
    
    .about-section .content-box .sec-title {
        position: relative;
        display: block;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    
    .about-section .content-box .bold-text {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 8px;
    }
    
    .about-section .content-box .text {
        position: relative;
        display: block;
        margin-bottom: 14px;
    }
    
    .about-section .content-box .text p {
        position: relative;
        line-height: 32px;
    }
    
    .about-section .content-box .theme-btn {
        padding: 5px 20px;
        margin-bottom: 9px;
        margin-top: 0;
    }
    
    .about-section .video-content .image-box .image-1 {
        position: relative;
        float: right;
        border-radius: 10px;
    }
    
    .about-section .video-content .image-box .image-1 img {
        border-radius: 10px;
    }
    
    .about-section .video-content .image-box img {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    
    .about-section .video-content .image-box .image-2 {
        position: absolute;
        left: 42px;
        bottom: -45px;
        border-radius: 10px;
        border: 8px solid #6ecd84;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden;
    }
    
    .about-section .video-content {
        position: relative;
        display: block;
    }
    
    .about-section .video-content .video-icon {
        position: absolute;
        left: 70px;
        top: 55px;
        z-index: 1;
    }
    
    .about-section .video-content .video-icon a {
        position: relative;
        display: inline-block;
        width: 125px;
        height: 125px;
        line-height: 125px;
        text-align: center;
        background: #6ecc84;
        border-radius: 50%;
        font-size: 40px;
        color: #fff;
        transition: all 2s ease;
        -webkit-animation: pulse 3s infinite;
        -o-animation: pulse 3s infinite;
        animation: pulse 3s infinite;
    }
    
    .why-row {
        position: relative;
        max-width: 995px;
        margin: auto;
    }
    
    .why-row .col-md-3:nth-child(1)::before,
    .why-row .col-md-3:nth-child(2)::before,
    .why-row .col-md-3:nth-child(3)::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 93px;
        border-right: 1px solid #ccc;
        right: 0;
        top: 56px;
    }
    
    .why-chooseus-block {
        position: relative;
        text-align: center;
        padding: 34px 0;
    }
    
    .why-chooseus-block::before {
        content: "";
        position: absolute;
        background-image: url(../images/icons/icon-4.png);
        width: 200px;
        height: 200px;
        background-size: 183px;
        background-position: center;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 0;
        background-repeat: no-repeat;
        transform: rotate(-13deg);
    }
    
    .whyimage {
        position: relative;
        display: table;
        margin: auto;
        width: 90px;
        height: 90px;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0px 0px 10px;
        line-height: 70px;
        border: 7px solid #e4e4e4;
    }
    
    .whyimage img {
        width: 46px;
    }
    
    ._whytitle {
        position: relative;
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 22px;
        font-weight: 500;
        color: #4e4e4e;
    }
    
    .sec-title {
        text-align: center;
    }
    
    .sec-title span {
        position: relative;
        display: block;
        font-size: 26px;
        line-height: 30px;
        font-family: 'Pacifico', cursive;
        color: #f73654;
        margin-bottom: 8px;
        font-weight: 400;
    }
    
    .sec-title h2 {
        text-transform: uppercase;
        font-size: 40px;
        margin-bottom: 25px;
    }
    /** service-section **/
    
    .service-section {
        position: relative;
        display: block;
        padding: 173px 0 99px;
        width: 100%;
        background-image: url(../images/ser-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .service-section .container {
        max-width: 1200px;
    }
    
    .service-section::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0;
        background: rgb(0 18 23 / 85%);
    }
    
    .service-section::after {
        content: "";
        position: absolute;
        width: 57%;
        height: 403px;
        right: 0px;
        bottom: 117px;
        background: transparent;
        z-index: -1;
    }
    
    .providers {
        color: #7b7b7b;
        left: 0;
        z-index: 1;
        font-size: 45px;
        width: auto;
        margin: 79px 0 0;
        line-height: inherit;
        text-align: center;
        position: relative;
        text-transform: uppercase;
        bottom: 0;
        font-weight: 600;
    }
    
    ._serrow .col-md-2 {
        flex: 0 0 30%;
        max-width: 20%;
        padding: 0px 15px;
    }
    
    .service-blocks-list {
        padding: 10px;
        position: relative;
        width: 100%;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 308px;
        width: 100%;
        overflow: hidden;
        display: block;
    }
    
    ._serrow .col-md-2:nth-child(1) .service-blocks-list {
        background-image: url(../images/services/pulmonlogy.jpg);
    }
    
    ._serrow .col-md-2:nth-child(2) .service-blocks-list {
        background-image: url(../images/services/cardiology.jpg);
        margin-top: -80px;
    }
    
    ._serrow .col-md-2:nth-child(3) .service-blocks-list {
        background-image: url(../images/services/pediatrics.jpg);
    }
    
    ._serrow .col-md-2:nth-child(4) .service-blocks-list {
        background-image: url(../images/services/gynecology.jpg);
        margin-top: -80px;
    }
    
    ._serrow .col-md-2:nth-child(5) .service-blocks-list {
        background-image: url(../images/services/general-medicine.jpg);
    }
    
    .service-blocks-list h2 {
        text-transform: uppercase;
        font-size: 20px;
        color: #fff;
        position: absolute;
        bottom: 11px;
        left: 0;
        right: 0;
        z-index: 1;
        transition: all ease-in-out .6s;
    }
    
    .service-blocks-list::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgb(0 0 0 / 49%);
        transition: all ease-in-out .5s;
    }
    
    .service-blocks-list::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0%;
        left: 0;
        transition: all ease-in-out .6s;
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%), black);
        visibility: hidden;
        bottom: 0;
    }
    
    .service-blocks-list:hover::after {
        visibility: visible;
        height: 63%;
    }
    
    .service-blocks-list:hover::before {
        background-color: transparent;
    }
    
    .service-blocks-list span {
        color: #fff;
        border: 1px solid;
        position: absolute;
        width: 100px;
        background-color: transparent;
        bottom: -30px;
        transition: all ease-in-out .6s;
        visibility: hidden;
        z-index: 1;
        left: 0px;
        right: 0px;
        margin: auto;
        padding: 2px 0;
        border-radius: 20px;
    }
    
    .service-blocks-list span:hover {
        background-color: #F73654;
    }
    
    .service-blocks-list:hover h2 {
        bottom: 65px;
    }
    
    .service-blocks-list:hover span {
        visibility: visible;
        bottom: 22px;
    }
    
    .service-blocks-list ul li:last-child a {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
    .service-section .sec-title {
        position: relative;
        display: block;
        margin-bottom: 135px;
    }
    
    .service-section .sec-title h2 {
        margin-bottom: 7px;
        color: #fff;
    }
    
    .service-section .sec-title p {
        position: relative;
        display: block;
        color: #ffffff;
    }
    
    .service-block-one {
        position: relative;
        display: block;
        background: #fff;
        padding: 32px 15px 27px 15px;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    
    .service-block-one .icon-box {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        font-size: 50px;
        background: #f2f1ed;
        color: #6ecc84;
        margin-bottom: 26px;
        border-radius: 50%;
        z-index: 1;
        transition: all 500ms ease;
    }
    
    .service-block-one:hover .icon-box {
        color: #fff;
    }
    
    .service-block-one .icon-box:before {
        position: absolute;
        content: '';
        background: #6ecc84;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        transform: scale(0, 0);
        z-index: -1;
        transition: all 500ms ease;
    }
    
    .service-block-one:hover .icon-box:before {
        transform: scale(1, 1);
    }
    
    .service-block-one h4 {
        position: relative;
        display: block;
        font-size: 20px;
        font-weight: 500;
        color: 000;
        margin-bottom: 19px;
    }
    
    .service-block-one h4 a {
        position: relative;
        display: inline-block;
        color: #000;
    }
    
    .service-block-one h4 a:hover {
        color: #6ecc84;
    }
    
    .services-slider {
        position: relative;
    }
    
    .service-title {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 88px;
        font-weight: 600;
        color: #7b7b7b;
        top: 99px;
    }
    
    .service-slider-carousel .owl-nav {
        position: absolute;
        right: 0px;
        width: 100px;
        left: 0;
        margin: auto;
        bottom: -33px;
    }
    
    .service-slider-carousel .owl-nav .owl-prev,
    .service-slider-carousel .owl-nav .owl-next {
        display: inline-block;
        font-size: 30px;
        background: #f73654;
        color: #fff;
        margin: 0 4px;
        padding: 5px 11px;
        cursor: pointer;
    }
    
    ._ser-owl-image img {
        border: 13px solid #ffff;
        box-shadow: 0px 0px 10px #7b7b7b;
    }
    
    .ser-item {
        margin: 30px;
    }
    
    ._ser_info_list {
        position: relative;
        margin-top: 165px;
    }
    
    ._ser_info_list h2 {
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 12px;
    }
    
    ._ser_info_list p {
        position: relative;
        color: #fff;
    }
    
    ._ser_info_list a {
        color: #fff;
        border: 1px solid;
        padding: 5px 10px;
        display: inline-block;
        margin-top: 18px;
    }
    /* testimonilas */
    
    ._testimonial-section {
        position: relative;
        padding: 74px 0px 94px;
    }
    
    ._testimonila-block {
        position: relative;
        max-width: 1000px;
        margin: auto;
    }
    
    ._testimonila_list {
        text-align: center;
        padding: 28px 13px;
        position: relative;
        box-shadow: 0px 0px 10px #b9b9b9;
        margin-top: 50px;
        background: #f9f9f9;
        height: 380px;
    }
    
    ._testimonila_list h2 {
        text-transform: uppercase;
        margin-bottom: 12px;
    }
    
    ._testimonila_row {
        position: relative;
    }
    
    ._testimonila_row .col-md-4 {
        padding: 0px;
    }
    
    ._testimonila_row .col-md-4:nth-child(2) ._testimonila_list {
        background-color: #f73654;
        height: 483px;
        padding: 79px 13px;
        margin-top: 0;
        border: none;
    }
    
    ._testimonila_row .col-md-4:nth-child(2) ._testimonila_list h2 {
        color: #fff;
    }
    
    ._testimonila_row .col-md-4:nth-child(2) ._testimonila_list p {
        color: #fff;
    }
    
    .testimo-icon {
        display: table;
        margin: auto;
        margin-bottom: 12px;
        border-radius: 50%;
        padding: 4px;
        box-shadow: 0px 0px 22px #333;
    }
    
    .ratting {
        color: #F73654;
        margin-top: 10px;
    }
    
    ._testimonila_row .col-md-4:nth-child(2) ._testimonila_list .ratting {
        color: #fff;
    }
    /** work-section **/
    
    .work-section {
        position: relative;
        display: block;
        background: #fff;
        padding: 113px 0px 0px 0px;
    }
    
    .work-section .sec-title {
        position: relative;
        display: block;
        margin-bottom: 69px;
    }
    
    .work-section .sec-title h1 {
        margin-bottom: 33px;
    }
    
    .work-section .inner-box .single-item .icon-box {
        position: relative;
        display: inline-block;
        margin-bottom: 32px;
    }
    
    .work-section .inner-box .single-item .icon-box .number {
        position: absolute;
        top: 5px;
        right: -14px;
        width: 60px;
        height: 60px;
        line-height: 44px;
        text-align: center;
        border: 8px solid #fff;
        background: #6ecc84;
        border-radius: 50%;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #fff;
        z-index: 2;
        transition: all 900ms ease;
    }
    
    .work-section .inner-box .single-item:hover .icon-box .number {
        background: #000;
    }
    
    .work-section .inner-box .single-item .icon-box .icon {
        position: relative;
        display: inline-block;
        width: 170px;
        height: 170px;
        line-height: 170px;
        background: #f5f4f0;
        text-align: center;
        border-radius: 50%;
        z-index: 1;
        transition: all 500ms ease;
    }
    
    .work-section .inner-box .single-item .icon-box .icon img {
        position: relative;
        transition: all 900ms ease 200ms;
        transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    }
    
    .work-section .inner-box .single-item:hover .icon-box .icon img {
        transform: perspective(1200px) rotateY(360deg) translateZ(0px);
    }
    
    .work-section .inner-box .single-item .icon-box .icon:before {
        position: absolute;
        content: '';
        background: #6ecc84;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        left: 0px;
        top: 0px;
        transform: scale(0, 0);
        z-index: -1;
        transition: all 500ms ease;
    }
    
    .work-section .inner-box .single-item:hover .icon-box .icon:before {
        transform: scale(1, 1);
    }
    
    .work-section .inner-box .single-item h3 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
        color: #000;
        margin-bottom: 14px;
    }
    
    .work-section .inner-box .single-item h3 a {
        position: relative;
        display: inline-block;
        color: #000;
    }
    
    .work-section .inner-box .single-item h3 a:hover {
        color: #6ecc84;
    }
    
    .work-section .inner-box .column {
        position: relative;
    }
    
    .work-section .inner-box .column:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-1.png);
        width: 92px;
        height: 30px;
        top: 70px;
        right: -40px;
        background-repeat: no-repeat;
    }
    
    .work-section .inner-box .column:last-child:before {
        display: none;
    }
    
    .work-section .inner-box {
        position: relative;
        display: block;
        padding-bottom: 112px;
        border-bottom: 1px solid #e5e5e5;
    }
    /** event-section **/
    
    .event-section {
        position: relative;
        display: block;
        background: #fff;
        padding: 113px 0px 120px 0px;
    }
    
    .event-section .sec-title {
        position: relative;
        display: block;
        margin-bottom: 50px;
    }
    
    .event-block-one {
        position: relative;
        display: block;
        border-radius: 10px;
        background: #fff;
        transition: all 500ms ease;
    }
    
    .event-block-one:hover {
        box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);
    }
    
    .event-block-one .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    
    .event-block-one .image-box:before {
        position: absolute;
        content: '';
        background: rgba(110, 204, 132, 0.80);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        transform-style: preserve-3d;
        transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
        opacity: 0;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        transition: all 500ms ease;
    }
    
    .event-block-one:hover .image-box:before {
        transform: perspective(1200px) rotateY(0deg) translateZ(0px);
        transition-delay: 0.1s;
        opacity: 1;
    }
    
    .event-block-one .image-box img {
        width: 100%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        transition: all 300ms ease;
    }
    
    .event-block-one .lower-content {
        position: relative;
        display: block;
        padding: 0px 15px 40px 15px;
    }
    
    .event-block-one .lower-content .date {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 100px;
        background: #f5f4f0;
        border-radius: 50%;
        text-align: center;
        font-size: 34px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #6ecc84;
        line-height: 30px;
        padding: 25px 0px;
        margin-top: -50px;
        margin-bottom: 24px;
        transition: all 900ms ease 200ms;
        transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    }
    
    .event-block-one:hover .lower-content .date {
        transform: perspective(1200px) rotateY(360deg) translateZ(0px);
    }
    
    .event-block-one .lower-content .date span {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 26px;
        font-family: 'Poppins', sans-serif;
        color: #000;
    }
    
    .event-block-one .lower-content h3 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 30px;
        color: #000;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .event-block-one .lower-content h3 a {
        position: relative;
        display: inline-block;
        color: #000;
    }
    
    .event-block-one .lower-content h3 a:hover {
        color: #6ecc84;
    }
    
    .event-block-one .lower-content .text {
        position: relative;
        display: block;
        margin-bottom: 23px;
    }
    
    .event-block-one .lower-content .theme-btn-two {
        padding: 10px 31px;
    }
    /** testimonial-section **/
    
    .testimonial-section {
        position: relative;
        display: block;
        background: transparent;
        padding: 0;
        width: 100%;
    }
    
    .testimonial-section .image-column {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50%;
        height: 100%;
        top: 0px;
        right: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .testimonial-section .content-box {
        position: relative;
        display: block;
        margin-right: 100px;
    }
    
    .testimonial-section .client-thumb-outer {
        position: relative;
        max-width: 280px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .testimonial-section .client-thumb-outer .client-thumbs-carousel {
        position: relative;
        max-width: 100px;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    
    .testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
        overflow: visible;
    }
    
    .testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item {
        position: relative;
        width: 100px;
        border-radius: 50%;
        -o-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    
    .testimonial-section .client-thumb-outer .thumb-item .thumb-box {
        width: 100px;
        height: 100px;
        cursor: pointer;
        overflow: hidden;
        border-radius: 50%;
    }
    
    .testimonial-section .owl-item .thumb-item .thumb-box:after {
        position: absolute;
        content: '';
        background: #fff;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        opacity: .5;
    }
    
    .testimonial-section .owl-item.active .thumb-item .thumb-box:after {
        background: transparent;
    }
    
    .testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img {
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }
    
    .testimonial-section .owl-nav {
        display: none;
    }
    
    .testimonial-section .sec-title h1 {
        color: #000;
    }
    
    .testimonial-section .sec-title {
        position: relative;
        display: block;
        margin-bottom: 33px;
    }
    
    .testimonial-section .testimonial-content .icon-box {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        background: #6ecc84;
        font-size: 30px;
        color: #fff;
        border-radius: 50%;
        margin-bottom: 42px;
    }
    
    .testimonial-section .testimonial-content .text {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 25px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #050505;
        margin-bottom: 11px;
    }
    
    .testimonial-section .testimonial-content .author {
        position: relative;
        display: block;
        font-size: 26px;
        font-weight: 600;
        color: #00c0b5;
        text-transform: uppercase;
    }
    
    .testimonial-section .testimonial-content {
        position: relative;
        display: block;
        margin-bottom: 16px;
    }
    
    .testimonial-section .sec-title .title {
        margin-bottom: 14px;
    }
    
    .testimonial-section .owl-theme .owl-dots .owl-dot span {
        position: relative;
        border: none;
        background: #6f6f71;
        width: 9px;
        height: 9px;
        margin: 0px 10px;
        cursor: pointer;
    }
    
    .testimonial-section .owl-theme .owl-dots .owl-dot.active span {
        background: #6ecc84;
    }
    
    .testimonial-section .owl-theme .owl-dots .owl-dot span:before {
        position: absolute;
        content: '';
        background: url(../images/icons/nav-icon.png);
        width: 20px;
        height: 23px;
        right: -8px;
        bottom: -8px;
        opacity: 0;
        transition: all 500ms ease;
    }
    
    .testimonial-section .owl-dots .owl-dot.active span:before,
    .testimonial-section .owl-dots .owl-dot:hover span:before {
        opacity: 1;
    }
    
    .testimonial-section .owl-theme .owl-dots {
        display: none !important;
        position: relative;
        margin-top: 55px;
    }
    /** faq-section **/
    
    .faq-section {
        position: relative;
        display: block;
        background: #fff;
        padding: 120px 0px;
    }
    
    .faq-section .content-box .sec-title {
        position: relative;
        display: block;
        margin-bottom: 45px;
    }
    
    .faq-section .content-box .bold-text {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 26px;
    }
    
    .faq-section .content-box {
        position: relative;
        display: block;
        margin-right: 40px;
    }
    
    .accordion-box {
        position: relative;
    }
    
    .accordion-box .block {
        position: relative;
        margin-bottom: 30px;
        border: 1px solid #e7e7e7;
        border-radius: 10px;
        transition: all 500ms ease;
    }
    
    .accordion-box .block.active-block {
        border: 1px solid transparent;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    }
    
    .accordion-box .block:last-child {
        margin-bottom: 0px;
    }
    
    .accordion-box .block .acc-btn h5 {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 26px;
        font-weight: 500;
        color: #000;
        cursor: pointer;
        padding: 20px 60px 22px 25px;
        background: #ffffff;
        border-radius: 10px;
        transition: all 500ms ease;
    }
    
    .accordion-box .block .acc-btn.active h5 {
        background: #6ecc84;
        color: #ffffff;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    .accordion-box .block .acc-content {
        position: relative;
        display: none;
    }
    
    .accordion-box .block .acc-content.current {
        display: block;
    }
    
    .accordion-box .block .content .text {
        position: relative;
        display: block;
        padding: 22px 45px 28px 30px;
    }
    
    .accordion-box .block .acc-btn .icon-outer {
        position: absolute;
        top: 22px;
        right: 20px;
        font-size: 12px;
        color: #848484;
        font-weight: 700;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
        transition: all 500ms ease;
        z-index: 1;
    }
    
    .accordion-box .block .acc-btn.active .icon-outer {
        color: #fff;
    }
    
    .accordion-box .block .acc-btn.active .icon-outer i:before {
        position: relative;
        font-size: 12px;
        font-family: 'Flaticon';
        font-weight: 700;
        margin: 0px;
        content: "\f10c";
    }
    
    .faq-section .faq-content {
        position: relative;
        display: block;
        margin-left: 30px;
    }
    /** ebook-section **/
    
    .ebook-section {
        position: relative;
        display: block;
        padding: 100px 0px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    
    .ebook-section:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }
    
    .ebook-section .image-box {
        position: relative;
        display: block;
        margin-right: 70px;
    }
    
    .ebook-section .image-box .image {
        position: relative;
        display: block;
        background: #6ecc84;
    }
    
    .ebook-section .image-box .image img {
        width: 100%;
    }
    
    .ebook-section .sec-title .title {
        color: #fff;
    }
    
    .ebook-section .content-box h1 {
        position: relative;
        display: block;
        font-size: 45px;
        line-height: 50px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 32px;
    }
    
    .ebook-section .content-box h1 span {
        font-weight: 600;
    }
    
    .ebook-section .content-box .text {
        position: relative;
        display: block;
        color: #fff;
        margin-bottom: 43px;
    }
    
    .ebook-section .content-box .btn-box a {
        position: relative;
        display: inline-block;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        padding: 17px 58px;
        background: #fff;
        line-height: 26px;
        color: #000;
        font-weight: 500;
        border-radius: 30px;
        text-transform: capitalize;
        transition: all 500ms ease;
        cursor: pointer;
        text-align: center;
        z-index: 1;
    }
    
    .ebook-section .content-box .btn-box a:hover {
        color: #fff;
        background: #000;
    }
    
    .ebook-section .content-box {
        position: relative;
        display: block;
        margin-left: 70px;
        margin-top: 11px;
    }
    /** news-section **/
    
    .news-section {
        position: relative;
        display: block;
        padding: 65px 0px 65px 0px;
    }
    
    .news-section .sec-title {
        margin-bottom: 13px;
    }
    
    .news-block-one {
        position: relative;
        display: block;
    }
    
    .news-block-one .image-box {
        position: relative;
        display: block;
        background: #000;
        overflow: hidden;
        border-radius: 10px;
    }
    
    .news-block-one .image-box img {
        width: 100%;
        border-radius: 10px;
        transition: all 500ms ease;
    }
    
    .news-block-one:hover .image-box img {
        width: 100%;
        opacity: 0.2;
        transform: scale(1.1);
    }
    
    .news-block-one .inner-box {
        position: relative;
        padding: 27px 25px;
        margin-bottom: 36px;
    }
    
    .news-block-one .inner-box::before {
        content: "";
        position: absolute;
        width: 88%;
        height: 100%;
        right: 0px;
        top: 0px;
        border: 1px solid #dadada;
    }
    
    .news-block-one .inner-box:last-child {
        /* border-bottom: 0px; */
        margin-bottom: 0;
    }
    
    .news-block-one .inner-box .categorie-list {
        position: absolute;
        left: 17px;
        top: 17px;
    }
    
    .news-block-one .inner-box .categorie-list a {
        position: relative;
        display: inline-block;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #6ecc84;
        background: #fff;
        padding: 2px 22px 3px 23px;
        border-radius: 25px;
        margin: 0px 3px;
    }
    
    .news-block-one .inner-box .categorie-list a:last-child {
        color: #000;
    }
    
    .news-block-one .inner-box p {
        padding: 0;
        color: #000;
        font-size: 15px;
    }
    
    .news-block-one .lower-content {
        position: relative;
        display: block;
        padding-top: 0;
        text-align: inherit;
        padding-left: 100px;
    }
    
    .news-block-one .lower-content .post-info {
        display: block;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 88px;
    }
    
    .news-block-one .lower-content .post-info li {
        display: inline-block;
        font-size: 19px;
        font-weight: 500;
        color: #fff;
        background-color: #f73654;
        padding: 17px 13px;
        line-height: 20px;
        padding-right: 16px;
        margin-right: 10px;
        text-align: center;
        line-height: 31px;
    }
    
    .news-block-one .lower-content .post-info li:before {
        position: absolute;
        content: '';
        background: #8a8d91;
        width: 1px;
        height: 10px;
        top: 5px;
        right: 0px;
    }
    
    .news-block-one .lower-content .post-info li:last-child:before {
        display: none;
    }
    
    .news-block-one .lower-content .post-info li:last-child {
        /* padding: 0px; */
        margin: 0px;
    }
    
    .news-block-one .lower-content .post-info li span {
        color: #6ecc84;
    }
    
    .news-block-one .lower-content h3 {
        position: relative;
        display: block;
        font-size: 23px;
        line-height: 25px;
        font-weight: 600;
        color: #000;
        margin-bottom: 11px;
    }
    
    .news-block-one .lower-content h3 a {
        position: relative;
        display: inline-block;
        color: #464646;
        font-weight: 400;
    }
    
    .news-block-one .lower-content h3 a:hover {
        color: #cf292e;
    }
    
    .news-block-one .lower-content .theme-btn-two {
        padding: 2px 13px;
        background-color: transparent;
        color: #868686;
        border-color: #868686;
        margin-top: 13px;
        font-size: 14px;
    }
    
    .add-image {
        text-align: center;
    }
    
    .add-image img {
        box-shadow: 0px 0px 10px #d8d8d8;
        padding: 10px;
        margin-top: 0;
        width: 457px;
    }
    /** subscribe-section **/
    
    .subscribe-section {
        position: relative;
        display: block;
    }
    
    .subscribe-block {
        position: relative;
    }
    
    .subscribe-section:before {
        position: absolute;
        content: '';
        width: 20%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: #03111b;
    }
    
    .subscribe-section::after {
        position: absolute;
        content: '';
        width: 20%;
        height: 100%;
        right: 0px;
        top: 0px;
        background: #03111b;
        z-index: -1;
    }
    
    .subscribeheaad {
        border-radius: 0px 58px 58px 0px;
        background: #03111b;
        padding: 25px 0px;
        position: relative;
    }
    
    .sub-icon {
        position: absolute;
        right: 12px;
        width: 94px;
        top: 11px;
        border-radius: 50%;
        background: #fff;
    }
    
    .subscribe-section h2 {
        position: relative;
        display: block;
        font-size: 35px;
        line-height: 40px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }
    
    .subscribe-section p {
        color: #fff;
        font-size: 16px;
    }
    
    .subscribe-form {
        background: #03111b;
        padding: 25px 50px;
        border-radius: 58px 0px 0px 58px;
    }
    
    .subscribe-section .left-content {
        position: relative;
        display: block;
        padding: 0px 100px;
    }
    
    .subscribe-section .left-content .theme-btn {
        padding: 17px 40px;
        background-color: #000000;
    }
    
    .subscribe-section .right-content {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    .subscribe-section .right-content h2 {
        color: #fff;
    }
    
    .subscribe-section .right-content .form-group {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 0px;
    }
    
    .subscribe-section .right-content .form-group input[type='email'] {
        position: relative;
        display: block;
        width: 100%;
        height: 66px;
        background: transparent;
        border: 1px solid #ffffff;
        color: #fff;
        font-size: 15px;
        padding: 10px 35px;
        border-radius: 36px;
        transition: all 500ms ease;
    }
    
    .subscribe-section .right-content .form-group input:focus {
        border-color: #000;
    }
    
    .subscribe-section .right-content input::-webkit-input-placeholder {
        color: #fff;
    }
    
    .subscribe-section .right-content .form-group button {
        position: absolute;
        top: 6px;
        right: 5px;
        font-size: 21px;
        padding: 14px 47px;
        background: #96c800;
        line-height: 26px;
        color: #fff;
        font-weight: 500;
        border-radius: 30px;
        text-transform: capitalize;
        transition: all 500ms ease;
        cursor: pointer;
        text-align: center;
        z-index: 1;
    }
    
    .subscribe-section .right-content .form-group button:hover {
        background: #cf292e;
        color: #fff;
    }
    
    .scroll-btn {
        position: fixed;
        right: 10px;
        bottom: 20px;
        z-index: 99;
    }
    
    .scroll-btn i {
        position: relative;
        display: inline-block;
        height: 50px;
        width: 50px;
        line-height: 50px;
        background: #6ecc84;
        background-image: linear-gradient(132deg, rgb(45 45 45) 0%, rgb(249 21 53) 75%);
        text-align: center;
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        border-radius: 50%;
        cursor: pointer;
        transition: all 2s ease;
        -webkit-animation: pulse-2 3s infinite;
        -o-animation: pulse-2 3s infinite;
        animation: pulse-2 3s infinite;
        z-index: 99;
        display: none;
    }
    /** main-footer **/
    
    .main-footer {
        position: relative;
        display: block;
    }
    
    .main-footer .footer-top {
        position: relative;
        display: block;
        background-color: transparent;
        padding: 55px 0px 4px 0px;
    }
    
    .main-footer .footer-top .logo-widget {
        position: relative;
        display: block;
        margin-right: 0;
        margin-bottom: 33px;
        text-align: center;
    }
    
    .main-footer .footer-top .logo-widget .footer-logo {
        position: relative;
        display: block;
        margin: auto;
        margin-bottom: 6px;
        width: 242px;
        text-align: center;
    }
    
    .main-footer .footer-top .logo-widget p {
        position: relative;
        display: block;
        color: #000000;
        margin-bottom: 14px;
        text-align: center;
        line-height: 29px;
        font-size: 15px;
    }
    
    .main-footer .footer-top .logo-widget .theme-btn {
        padding: 5px 17px;
    }
    
    .main-footer .footer-top .widget-title {
        position: relative;
        display: block;
        font-size: 21px;
        line-height: 32px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 23px;
        text-transform: uppercase;
    }
    
    .main-footer .footer-top .links-widget .widget-content ul li {
        position: relative;
        display: block;
        margin-bottom: 16px;
    }
    
    .main-footer .footer-top .links-widget .widget-content ul li:last-child {
        margin-bottom: 0px;
    }
    
    .main-footer .footer-top .links-widget .widget-content ul li a {
        position: relative;
        display: inline-block;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        color: #000000;
        padding: 0px 0px 0px 15px;
    }
    
    .main-footer .footer-top .links-widget .widget-content ul li a:hover,
    .main-footer .footer-top .links-widget .widget-content ul li a:hover:before,
    .main-footer .footer-top .contact-widget .widget-content .info-list li a:hover {
        color: #f91535;
    }
    
    .main-footer .footer-top .links-widget .widget-content ul li a:before {
        position: absolute;
        content: "\f105";
        font-family: 'Font Awesome 5 Free';
        font-size: 15px;
        font-weight: 700;
        color: #cf292e;
        left: 0px;
        top: 1px;
        transition: all 500ms ease;
    }
    
    .main-footer .footer-top .contact-widget .widget-content .text {
        position: relative;
        display: block;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .main-footer .footer-top .contact-widget .widget-content .info-list li {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 30px;
        color: #000000;
        margin-bottom: 22px;
        padding-left: 37px;
    }
    
    .main-footer .footer-top .contact-widget .widget-content .info-list li:last-child {
        margin-bottom: 28px;
    }
    
    .main-footer .footer-top .contact-widget .widget-content .info-list li a {
        position: relative;
        display: inline-block;
        font-size: 15px;
        color: #000000;
    }
    
    .main-footer .footer-top .contact-widget .widget-title {
        margin-bottom: 29px;
    }
    
    .contact-widget {
        position: relative;
        padding-right: 164px;
    }
    
    .useful-links {
        display: table;
        margin: auto;
        padding: 5px 0;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin-bottom: 27PX;
    }
    
    .useful-ul {
        overflow: hidden;
    }
    
    .useful-ul span {
        display: inline-block;
        margin-right: 20px;
        text-transform: uppercase;
        color: #353535;
        font-weight: 500;
    }
    
    .useful-ul li {
        display: inline-block;
    }
    
    .useful-ul li a {
        padding: 0 10px;
        border-right: 1px solid #989898;
        display: block;
        color: #353535;
    }
    
    .useful-ul li a.b-none {
        border: none;
    }
    
    .qrcode {
        position: absolute;
        right: 34px;
        top: 0;
        width: 155px;
    }
    /** footer-bottom **/
    
    .main-footer .footer-bottom {
        position: relative;
        display: block;
        background-color: transparent;
        padding: 13px 0px 14px 0px;
    }
    
    .main-footer .footer-bottom .left-content .copyright {
        position: relative;
        display: block;
        color: #000000;
        margin-top: 8px;
        text-align: center;
        font-size: 16px;
    }
    
    .main-footer .footer-bottom .left-content .copyright a,
    .main-footer .footer-bottom .right-content .footer-nav li a:hover {
        color: #f91535;
        font-weight: 600;
    }
    
    .main-footer .footer-bottom .left-content .copyright a:hover {
        text-decoration: underline;
    }
    
    .main-footer .footer-bottom .right-content .footer-nav {
        position: relative;
        display: inline-block;
        margin-right: 230px;
        top: -2px;
    }
    
    .main-footer .footer-bottom .right-content .footer-social {
        position: relative;
        display: inline-block;
    }
    
    .main-footer .footer-bottom .right-content .footer-nav li {
        position: relative;
        display: inline-block;
        margin: 0px 10px;
    }
    
    .main-footer .footer-bottom .right-content .footer-nav li:before {
        position: absolute;
        content: '';
        background: #b5b5b8;
        width: 1px;
        height: 14px;
        top: 8px;
        right: -12px;
    }
    
    .main-footer .footer-bottom .right-content .footer-nav li:last-child:before {
        display: none;
    }
    
    .main-footer .footer-nav li a {
        position: relative;
        display: inline-block;
        color: #cdced1;
    }
    
    .footer-social-media {
        display: table;
        margin: auto;
        box-shadow: 0px 0px 10px #7b7b7b;
        padding: 7px 32px;
        border: 6px solid #dcdcdc;
        border-radius: 40px;
        margin-top: 37px;
    }
    
    .footer-social-media span {
        display: inline-block;
        font-size: 22px;
        margin-right: 20px;
    }
    
    .footer-social-media ul {
        display: inline-block;
    }
    
    .main-footer .footer-social li {
        position: relative;
        display: inline-block;
        margin-left: 7px;
    }
    
    .main-footer .footer-social li:first-child {
        margin-left: 0px;
    }
    
    .main-footer .footer-social li a {
        position: relative;
        display: inline-block;
        width: 37px;
        height: 37px;
        line-height: 37px;
        font-size: 14px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
    }
    
    .main-footer .footer-social li:first-child a {
        background: #f91535;
    }
    
    .main-footer .footer-social li:nth-child(2) a {
        background: #4a6fbe;
    }
    
    .main-footer .footer-social li:nth-child(3) a {
        background: #ea4c89;
    }
    
    .main-footer .footer-social li:last-child a {
        background: #0ccec3;
    }
    
    .main-footer .footer-social li a:hover {
        background: #212121 !important;
    }
    /*** 

====================================================================
                        Home-Page-Two
====================================================================

***/
    
    .main-header.style-two .outer-container {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        background-image: none;
        padding: 0px 60px;
        box-shadow: none;
    }
    
    .main-slider.style-two .slide {
        padding: 0px;
        height: 100vh;
    }
    
    .main-slider.style-two .owl-dots {
        right: -2px;
        left: auto;
        background-color: #dcdee3;
        padding: 4px 7px;
        border-radius: 16px 0px 0px 16px;
        border: transparent;
        box-shadow: 0px 0px 24px #000;
        display: none;
    }
    /** feature-section **/
    
    .feature-section {
        position: relative;
        display: block;
        background: #fff;
    }
    
    .feature-section .feature-content .feature-block {
        position: relative;
        float: left;
        width: 25%;
        background: #f0efeb;
        padding: 32px 40px 32px 60px;
        transition: all 500ms ease;
    }
    
    .feature-section .feature-content .feature-block:hover {
        background: #f5f5f5;
    }
    
    .feature-section .feature-content .feature-block:before {
        position: absolute;
        content: '';
        background: #d8d7d3;
        width: 1px;
        height: 67px;
        top: 42px;
        right: 0px;
    }
    
    .feature-section .feature-content .feature-block:last-child:before {
        display: none;
    }
    
    .feature-section .feature-content .feature-block .inner-box {
        position: relative;
        display: block;
        padding-left: 20px;
        text-align: center;
    }
    
    .feature-section .feature-content .feature-block .inner-box .icon-box {
        position: relative;
        left: 0px;
        top: 1px;
        font-size: 50px;
        color: #6ecc84;
        line-height: 50px;
        transition: all 500ms ease;
    }
    
    .feature-section .feature-content .feature-block:hover .inner-box .icon-box {
        color: #000;
    }
    
    .feature-section .feature-content .feature-block .inner-box h5 {
        position: relative;
        display: block;
        font-size: 19px;
        line-height: 28px;
        color: #000;
        font-weight: 500;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    
    .feature-section .feature-content .feature-block .inner-box h5 a {
        position: relative;
        display: inline-block;
        color: #000000;
    }
    
    .feature-section .feature-content .feature-block .inner-box h5 a:hover {
        color: #6ecc84;
    }
    /**about-style-two **/
    
    .about-section.style-two {
        padding: 81px 0px 44px;
    }
    
    .about-section.style-two .image-box {
        position: relative;
        display: block;
        margin-right: 40px;
    }
    
    .about-section.style-two .image-box .image {
        position: relative;
        display: block;
        border-radius: 10px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    }
    
    .about-section.style-two .image-box .image img {
        position: relative;
        display: block;
        width: 100%;
        border-radius: 10px;
    }
    
    .about-section.style-two .image-box .image:before {
        position: absolute;
        content: '';
        background: #6ecc84;
        width: 125px;
        height: 125px;
        border-radius: 10px;
        left: -51px;
        bottom: 68px;
    }
    
    .about-section.style-two .image-box .image:after {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-2.png);
        width: 105px;
        height: 105px;
        top: 80px;
        right: -35px;
        background-repeat: no-repeat;
        z-index: -1;
    }
    
    .about-section.style-two .content-box {
        margin: auto;
        text-align: center;
        margin-bottom: 19px;
    }
    /** service-style-two **/
    
    .service-style-two {
        position: relative;
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 25px 0;
        z-index: 1;
        margin-top: 0;
        text-align: center;
    }
    
    .service-style-two:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: -1;
    }
    
    .service-style-two:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: -1;
    }
    
    .tabs-box .tab {
        position: relative;
        display: none;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
    }
    
    .tabs-box .tab.active-tab {
        display: block;
    }
    
    .tabs-box .tab {
        transform: scale(0.9, 0.9) translateY(0px);
    }
    
    .tabs-box .tab.active-tab {
        transform: scale(1) translateY(0px);
    }
    
    .service-style-two .content-box .sec-title h1 {
        color: #fff;
        margin-bottom: 0px;
        font-size: 34px;
    }
    
    .service-style-two .content-box .text {
        position: relative;
        display: block;
        color: #d3c0ed;
        margin-bottom: 49px;
        text-align: center;
    }
    
    .service-style-two .content-box .tab-btns li {
        position: relative;
        display: inline-block;
        font-size: 15px;
        width: 183px;
        height: 124px;
        /* width: 100%; */
        font-family: 'Poppins', sans-serif;
        line-height: 30px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 3px;
        padding-left: 44px;
        padding-right: 35px;
        padding-top: 26px;
        cursor: pointer;
        transition: all 500ms ease;
        text-transform: uppercase;
        background-image: linear-gradient(141deg, rgb(174, 39, 50) 0%, rgb(56, 55, 55) 51%, rgb(58, 55, 55) 75%);
    }
    
    .service-style-two .content-box .tab-btns li.active-btn,
    .service-style-two .content-box .tab-btns li:hover {
        color: #ffc107;
    }
    
    .service-style-two .content-box .tab-btns li:before {
        position: absolute;
        content: '';
        background: #ffc107;
        width: 38px;
        height: 2px;
        left: 0px;
        top: 40px;
        transform: scale(0, 0);
        transition: all 500ms ease;
    }
    
    .service-style-two .content-box .tab-btns li.active-btn:before,
    .service-style-two .content-box .tab-btns li:hover:before {
        transform: scale(1, 1);
    }
    
    .service-style-two .content-box .tab-btns li:last-child {
        margin-bottom: 0px;
    }
    
    .service-style-two .tabs-content .inner-box {
        position: relative;
        display: block;
        margin-left: 0;
        top: 0;
        box-shadow: none;
        border-radius: 10px;
        margin-top: 0;
    }
    
    .service-style-two .tabs-content .inner-box .image-box {
        position: relative;
        display: block;
        background: transparent;
        padding: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom: none;
        z-index: 1;
        text-align: center;
    }
    
    .service-style-two .tabs-content .inner-box .image-box:before {
        position: absolute;
        content: '';
        /* background: #6ecc84; */
        width: 100%;
        height: 0%;
        left: 0px;
        top: 0px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        transition: all 500ms ease;
        z-index: -1;
    }
    
    .service-style-two .tabs-content .inner-box:hover .image-box:before {
        /* height: 100%; */
    }
    
    .service-style-two .tabs-content .inner-box .image-box img {
        width: 268px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border: transparent;
        border-bottom: 0;
    }
    
    .service-style-two .tabs-content .inner-box .lower-content {
        position: relative;
        display: table;
        background: transparent;
        max-width: initial;
        width: 100%;
        padding: 0;
        margin: auto;
        margin-top: -10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        z-index: 1;
        text-align: center;
        text-transform: uppercase;
    }
    
    .service-style-two .tabs-content .inner-box .lower-content .icon-box {
        position: absolute;
        left: 0px;
        top: 6px;
        font-size: 50px;
        line-height: 50px;
        color: #fff;
    }
    
    .service-style-two .tabs-content .inner-box .lower-content .content {
        position: relative;
        padding-left: 0;
    }
    
    .service-style-two .tabs-content .inner-box .lower-content h3 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 14px;
    }
    
    .service-style-two .tabs-content .inner-box .lower-content h3 a {
        position: relative;
        display: inline-block;
        color: #ffffff;
    }
    
    .service-style-two .tabs-content .inner-box .lower-content .text {
        position: relative;
        display: block;
        color: #fff;
    }
    /** work-style-two **/
    
    .work-style-two {
        position: relative;
        display: block;
        padding: 74px 0px;
    }
    
    .work-style-two .sec-title {
        position: relative;
        display: block;
        padding: 16px 0px 15px 0px;
    }
    
    .work-style-two .sec-title h1 {
        font-size: 34px;
        margin-bottom: 19px;
    }
    
    .work-style-two .sec-title p {
        position: relative;
        display: block;
    }
    
    .work-style-two .sec-title p:before {
        position: absolute;
        content: '';
        background: #6ecc84;
        width: 2px;
        height: 70px;
        left: 50%;
        bottom: -98px;
        z-index: 1;
    }
    
    .work-style-two .inner-content {
        position: relative;
        display: block;
        padding: 0px 0px;
    }
    
    .work-style-two .inner-content .inner-box {
        position: relative;
        display: block;
        padding-bottom: 64px;
        margin-bottom: 70px;
        border-bottom: 1px solid #e6e6e6;
    }
    
    .work-style-two .inner-content .inner-box:last-child {
        padding: 0px;
        margin: 0px;
        border-bottom: none;
    }
    
    .work-style-two .inner-content .inner-box .image-box {
        position: relative;
        margin-right: 20px;
    }
    
    .work-style-two .inner-content .inner-box .image-box .image {
        position: relative;
        display: block;
        background: #fff;
        padding: 10px;
        overflow: hidden;
        border-radius: 10px;
        z-index: 1;
        box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.2);
    }
    
    .work-style-two .inner-content .inner-box .image-box .image:before {
        position: absolute;
        content: '';
        background: #6ecc84;
        width: 100%;
        height: 0%;
        left: 0px;
        top: 0px;
        transition: all 500ms ease;
        border-radius: 10px;
        z-index: -1;
    }
    
    .work-style-two .inner-content .inner-box:hover .image-box .image:before {
        height: 100%
    }
    
    .work-style-two .inner-content .inner-box .image-box .image img {
        width: 100%;
        border-radius: 10px;
        transition: all 500ms ease;
    }
    
    .work-style-two .inner-content .inner-box:hover .image-box .image img {
        opacity: 0.8;
    }
    
    .work-style-two .inner-content .inner-box .content-box .title {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 30px;
        font-family: 'Pacifico', cursive;
        color: #6ecc84;
        margin-bottom: 20px;
    }
    
    .work-style-two .inner-content .inner-box .content-box h2 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        color: #000;
        margin-bottom: 22px;
    }
    
    .work-style-two .inner-content .inner-box .content-box h2 a {
        position: relative;
        display: inline-block;
        color: #000;
    }
    
    .work-style-two .inner-content .inner-box .content-box h2 a:hover {
        color: #6ecc84;
    }
    
    .work-style-two .inner-content .inner-box .content-box {
        position: relative;
        display: block;
        margin-right: 100px;
        margin-top: 18px;
    }
    
    .work-style-two .inner-content .inner-box:last-child .content-box {
        text-align: right;
        margin-right: 0px;
        margin-left: 100px;
    }
    
    .work-style-two .inner-content .inner-box:last-child .image-box {
        margin: 0px 0px 0px 20px;
    }
    /** testimonial-style-two **/
    
    .testimonial-section.style-two {
        position: relative;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        text-align: center;
    }
    
    .testimonial-section.style-two:before {
        position: absolute;
        content: '';
        background: tr;
        /* width: 100%; */
        height: 100%;
        left: 0px;
        top: 0px;
    }
    
    .testimonial-section.style-two .testimonial-content {
        padding-left: 0px;
    }
    
    .testimonial-section.style-two .testimonial-content:before {
        position: absolute;
        content: '';
        background: #00c0b5;
        width: 70px;
        height: 2px;
        left: 137px;
        top: 15px;
    }
    
    .testimonial-section.style-two .testimonial-content:after {
        position: absolute;
        content: '';
        background: #00c0b5;
        width: 70px;
        height: 2px;
        right: 137px;
        top: 15px;
    }
    
    .testimonial-section.style-two .testimonial-content .icon-box {
        background: transparent;
        width: auto;
        height: auto;
        line-height: 30px;
        color: #00c0b5;
    }
    
    .testimonial-section.style-two .content-box {
        margin: 0px;
    }
    
    .testimonial-section.style-two .client-thumb-outer {
        margin: 0px;
        margin-left: 0;
        display: table;
        margin: auto;
        width: 100%;
    }
    
    .testimnila-top-title {
        position: absolute;
        right: -247px;
        transform: rotate(-90deg);
        /* font-family: 'Pacifico', cursive; */
        font-size: 59px;
        color: #bfbfbf;
        top: 15rem;
        text-transform: uppercase;
    }
    
    .main_page {
        position: relative;
    }
    
    .main_page::before {
        content: "";
        position: absolute;
        background-image: url(../images/bg2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .2;
    }
    
    .appoinntment-section {
        padding: 82px 0px 23px;
        position: relative;
        background-image: url(../images/appointmenr-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .appoinntment-section::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to left, rgb(0 88 119 / 91%), rgb(1 38 45 / 94%));
        left: 0;
        top: 0;
    }
    
    .appoinntment-section::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 70%;
        border-right: transparent;
        left: 0;
        top: 96px;
        right: 0px;
        margin: auto;
    }
    
    .appointment-form .sec-title span {
        color: #fff;
    }
    
    .appointment-form .sec-title h2 {
        color: #fff;
        margin-bottom: 8px;
    }
    
    .appointment-form {
        text-align: center;
        position: relative;
        padding: 28px 39px;
        border: 2px solid #ababab;
    }
    
    .appointment-form .form-group {
        margin-bottom: 24px;
        position: relative;
    }
    
    .appointment-form i {
        position: absolute;
        right: 24px;
        top: 11px;
        font-size: 15px;
        color: #b3b3b3;
    }
    
    .enquiry {
        position: absolute;
        left: -205px;
        transform: rotate(-90deg);
        font-size: 64px;
        color: #d6d6d6;
        top: 15rem;
        text-transform: uppercase;
    }
    
    .appointment-form h3 {
        text-transform: uppercase;
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 4px;
    }
    
    .appointment-form p {
        margin-bottom: 36px;
        color: #f1f1f1;
    }
    
    .appointment-form .form-control {
        border: none;
        border-bottom: 1px solid #696969;
        background-color: transparent;
        height: 34px;
        color: #eee;
        border-radius: 0px;
    }
    
    .appointment-form .form-control::placeholder {
        color: #eee;
    }
    
    .appointment-form textarea.form-control {
        height: 79px;
    }
    
    .appointment-form .btn {
        background-color: #f73654;
        border-color: transparent;
        width: 200px;
        padding: 6px 0;
        margin-top: 27px;
        font-size: 20px;
    }
    /** faq-style-two **/
    
    .faq-section.style-two {
        position: relative;
        padding-bottom: 0px;
    }
    
    .faq-section.style-two .inner-content {
        position: relative;
        display: block;
        padding-bottom: 125px;
        margin-bottom: 12px;
        border-bottom: 1px solid #e5e5e5;
    }
    /*** 

====================================================================
                        About-Page
====================================================================

***/
    /** page-title **/
    
    .page-title {
        position: relative;
        display: block;
        width: 100%;
        padding: 182px 0px 178px 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .page-title:before {
        position: absolute;
        content: '';
        background-image: linear-gradient(0deg, rgba(49, 49, 51) -50%, rgba(49, 49, 51, 0.50) 50%, rgba(49, 49, 51, 0.10) 100%);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }
    
    .page-title .content-box h1 {
        position: relative;
        display: block;
        font-size: 45px;
        line-height: 50px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 12px;
    }
    
    .page-title .content-box .bread-crumb li {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 28px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #fff;
        padding-right: 18px;
        margin-right: 5px;
    }
    
    .page-title .content-box .bread-crumb li:before {
        position: absolute;
        content: '';
        background: #fff;
        width: 7px;
        height: 7px;
        top: 11px;
        right: 0px;
        border-radius: 50%;
    }
    
    .page-title .content-box .bread-crumb li:last-child:before {
        display: none;
    }
    
    .page-title .content-box .bread-crumb li:last-child {
        padding: 0px;
        margin: 0px;
    }
    
    .page-title .content-box .bread-crumb li a {
        position: relative;
        display: inline-block;
        color: #fff;
    }
    
    .page-title .content-box .bread-crumb li a:hover {
        color: #6ecc84;
    }
    /** about-page-section **/
    
    .about-page-section {
        position: relative;
        display: block;
        background: #fff;
    }
    
    .select-box .ui-state-default {
        position: relative;
        display: block;
        background: #ffffff;
        border: 1px solid #e5e5e5 !important;
        border-radius: 0;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        height: 50px;
        outline: medium none;
        width: 100%;
        cursor: pointer;
        font-family: 'Open Sans', sans-serif;
    }
    
    .select-box .ui-selectmenu-button span.ui-icon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 60px;
        height: 48px;
        text-indent: 0;
        margin: 0;
    }
    
    .select-box .ui-selectmenu-button span.ui-icon::before {
        color: #b0b0b0;
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        font-size: 15px;
        overflow: visible;
        position: absolute;
        right: 21px;
        top: 12px;
    }
    
    .select-box .ui-state-default {
        width: 100% !important;
    }
    
    .ui-selectmenu-open .ui-widget-content {
        border: none;
        background: #ffffff;
        color: #222222;
        border-radius: 0;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
    }
    
    .ui-selectmenu-open .ui-widget-content .ui-state-focus {
        border: none;
        background: #6ecc84;
        font-weight: normal;
        color: #ffffff;
        font-size: 14px;
    }
    
    .ui-selectmenu-open .ui-menu .ui-menu-item {
        border-bottom: 1px solid #efebea;
        position: relative;
        margin: 0;
        padding: 10px 15px;
        cursor: pointer;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Open Sans', sans-serif;
        text-transform: none;
        transition: all 500ms ease;
    }
    
    .ui-selectmenu-open .ui-menu .ui-menu-item:last-child {
        border-bottom: none;
    }
    
    .select-box .ui-selectmenu-button span.ui-selectmenu-text {
        display: block;
        line-height: 18px;
        overflow: hidden;
        padding: 15px 19px;
        text-align: left;
        margin-right: 0px;
    }
    
    .ui-selectmenu-menu .ui-menu {
        transform: scaleY(0);
        transform-origin: top center;
        transition: .4s ease;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    
    .ui-selectmenu-open .ui-menu {
        transform: scaleY(1);
        top: 100%;
    }
    
    .ui-selectmenu-menu {
        transform: scaleY(0);
        transform-origin: top center;
        display: block;
    }
    
    .ui-selectmenu-open {
        transform: scaleY(1);
    }
    
    .about-page-section .sidebar {
        position: relative;
        display: block;
        padding: 107px 30px 50px 30px;
        margin-right: 30px;
    }
    
    .sidebar .sidebar-form h3 {
        position: relative;
        display: block;
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        color: #000;
        margin-bottom: 16px;
    }
    
    .sidebar .sidebar-form .text {
        position: relative;
        display: block;
        color: #494948;
        margin-bottom: 16px;
    }
    
    .sidebar .sidebar-form .form-group {
        position: relative;
        display: block;
        margin-bottom: 13px;
    }
    
    .sidebar .sidebar-form .form-group:last-child {
        margin-bottom: 0px;
    }
    
    .sidebar .sidebar-form .form-group label {
        position: relative;
        display: block;
        font-size: 14px;
        color: #000;
        margin-bottom: 2px;
    }
    
    .sidebar .sidebar-form .form-group input[type='text'],
    .sidebar .sidebar-form .form-group input[type='email'],
    .sidebar .sidebar-form .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        background: #fff;
        font-size: 14px;
        color: #000;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        padding: 10px 15px;
        transition: all 500ms ease;
    }
    
    .sidebar .sidebar-form .form-group input:focus,
    .sidebar .sidebar-form .form-group textarea:focus {
        border-color: #6ecc84;
    }
    
    .sidebar .sidebar-form .form-group textarea {
        height: 120px;
        resize: none;
        margin-bottom: 20px;
    }
    
    .sidebar .sidebar-form .form-group .theme-btn {
        display: block;
        width: 100%;
    }
    
    .about-page-section .about-page-content {
        position: relative;
        padding: 112px 0px 130px 0px;
    }
    
    .social-style-one li {
        position: relative;
        display: inline-block;
    }
    
    .social-style-one li a {
        position: relative;
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
    }
    
    .social-style-one li:first-child a {
        background: #dd4b39;
    }
    
    .social-style-one li:nth-child(2) a {
        background: #4a6fbe;
    }
    
    .social-style-one li:nth-child(3) a {
        background: #ea4c89;
    }
    
    .social-style-one li:last-child a {
        background: #55acee;
    }
    
    .social-style-one li a:hover {
        background: #6ecc84 !important;
    }
    
    .about-page-section .about-page-content .content-style-one .social-style-one li {
        margin-left: 7px;
    }
    
    .about-page-section .about-page-content .content-style-one .social-style-one li:first-child {
        margin-left: 0px;
    }
    
    .about-page-section .about-page-content .content-style-one .social-links {
        position: relative;
        margin-top: 58px;
    }
    
    .about-page-section .about-page-content .content-style-one .title-box {
        position: relative;
        display: block;
        margin-bottom: 53px;
    }
    
    .about-page-section .about-page-content .content-style-one .bold-text {
        position: relative;
        display: block;
        font-weight: 600;
        color: #000;
        margin-bottom: 26px;
    }
    
    .about-page-section .about-page-content .content-style-one {
        position: relative;
        display: block;
        padding-bottom: 44px;
    }
    
    .about-page-section .about-page-content p {
        margin-bottom: 26px;
    }
    
    .about-page-section .about-page-content .content-style-two .image-box {
        position: relative;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }
    
    .about-page-section .about-page-content .content-style-two .image-column {
        position: relative;
    }
    
    .about-page-section .about-page-content .content-style-two .image-column:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-3.png);
        width: 125px;
        height: 125px;
        right: -65px;
        bottom: 85px;
        background-repeat: no-repeat;
    }
    
    .about-page-section .about-page-content .content-style-two .image-box img {
        width: 100%;
        border-radius: 10px;
        position: relative;
    }
    
    .about-page-section .about-page-content .content-style-two .text {
        position: relative;
        display: block;
        margin-top: 3px;
    }
    
    .about-page-section .about-page-content .content-style-two {
        position: relative;
        display: block;
        margin-bottom: 84px;
    }
    
    .about-page-section .about-page-content .content-style-three h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        color: #000;
        margin-bottom: 24px;
    }
    
    .about-page-section .about-page-content .content-style-three .top-content {
        position: relative;
        display: block;
        padding-bottom: 41px;
    }
    
    .about-page-section .about-page-content .content-style-three .qualifications .list li {
        position: relative;
        display: block;
        font-size: 15px;
        margin-bottom: 8px;
        padding-left: 20px;
    }
    
    .about-page-section .about-page-content .content-style-three .qualifications .list li:before {
        position: absolute;
        content: '';
        background: #b0b0b0;
        width: 7px;
        height: 7px;
        left: 0px;
        top: 10px;
        border-radius: 50%;
    }
    
    .about-page-section .about-page-content .content-style-three .qualifications .list li:last-child {
        margin-bottom: 0px;
    }
    
    .about-page-section .about-page-content .content-style-three .qualifications {
        position: relative;
        display: block;
        margin-bottom: 69px;
    }
    
    .about-page-section .about-page-content .content-style-three .certificates h3 {
        margin-bottom: 32px;
    }
    
    .about-page-section .about-page-content .content-style-three .certificates img {
        width: 100%;
        box-shadow: 0 10px 30px 1px rgba(0, 0, 0, 0.1);
    }
    /*** 

====================================================================
                        Service-Page
====================================================================

***/
    
    .service-page-section {
        position: relative;
        display: block;
        background: #fff;
    }
    
    .service-sidebar {
        position: relative;
        display: block;
        margin-right: 30px;
        padding: 121px 30px 77px 30px;
    }
    
    .service-sidebar .sidebar h3 {
        position: relative;
        display: block;
        font-size: 28px;
        line-height: 28px;
        font-weight: 500;
        color: #000;
        margin-bottom: 21px;
    }
    
    .service-sidebar .sidebar .text {
        position: relative;
        display: block;
        margin-bottom: 38px;
    }
    
    .service-sidebar .sidebar .list li {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }
    
    .service-sidebar .sidebar .list li a {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 28px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        padding-left: 80px;
        color: #000;
    }
    
    .service-sidebar .sidebar .list li a:before {
        position: absolute;
        content: '';
        background: #6ecc84;
        width: 50px;
        height: 2px;
        left: 0px;
        top: 13px;
        transform: scale(0, 0);
        transition: all 500ms ease;
    }
    
    .service-sidebar .sidebar .list li.active a:before,
    .service-sidebar .sidebar .list li a:hover:before {
        transform: scale(1, 1);
    }
    
    .service-sidebar .sidebar .list li.active a,
    .service-sidebar .sidebar .list li a:hover {
        color: #6ecc84;
    }
    
    .service-sidebar .sidebar .list li:last-child {
        margin-bottom: 0px;
    }
    
    .service-page-section .service-content {
        position: relative;
        display: block;
        padding: 112px 0px 90px 0px;
    }
    
    .service-page-section .service-content .service-block-one {
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        padding: 46px 15px 41px 15px;
        transition: all 500ms ease;
    }
    
    .service-page-section .service-content .service-block-one:hover {
        box-shadow: 0 10px 30px 1px rgba(0, 0, 0, 0.1);
        border: 1px solid transparent;
    }
    
    .service-page-section .service-content .sec-title {
        position: relative;
        display: block;
        margin-bottom: 54px;
    }
    
    .service-page-section .service-content .title-box .bold-text {
        position: relative;
        display: block;
        font-weight: 600;
        color: #000;
        margin-bottom: 38px;
    }
    /** service-details **/
    
    .service-details {
        position: relative;
        display: block;
        background: #fff;
    }
    
    .service-details .service-details-content {
        position: relative;
        display: block;
        padding: 112px 0px 113px 0px;
    }
    
    .service-details .service-details-content .sec-title {
        margin-bottom: 34px;
    }
    
    .service-details .service-details-content .title-box {
        position: relative;
        display: block;
        margin-bottom: 71px;
    }
    
    .service-details .service-details-content .title-box .bold-text {
        position: relative;
        display: block;
        font-weight: 600;
        color: #000;
    }
    
    .service-details .service-details-content .inner-box h3 {
        position: relative;
        display: block;
        font-size: 28px;
        line-height: 38px;
        color: #000;
        font-weight: 500;
        margin-bottom: 22px;
    }
    
    .service-details .service-details-content .inner-box p {
        margin-bottom: 26px;
    }
    
    .service-details .service-details-content .content-style-one .image-box {
        position: relative;
        display: block;
        border-radius: 10px;
        margin-top: 6px;
        box-shadow: 0 10px 30px 1px rgba(0, 0, 0, 0.1);
    }
    
    .service-details .service-details-content .content-style-one .image-box:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-3.png);
        width: 125px;
        height: 125px;
        right: -80px;
        bottom: 65px;
        background-repeat: no-repeat;
    }
    
    .service-details .service-details-content .content-style-one .image-box img {
        position: relative;
        width: 100%;
        border-radius: 10px;
    }
    
    .service-details .service-details-content .content-style-one p:last-child {
        margin-bottom: 0px;
    }
    
    .service-details .service-details-content .content-style-one .list-content {
        position: relative;
        display: block;
        margin-top: 72px;
        margin-bottom: 65px;
    }
    
    .service-details .service-details-content .content-style-one .list-content li {
        position: relative;
        display: block;
        margin-bottom: 8px;
        padding-left: 22px;
    }
    
    .service-details .service-details-content .content-style-one .list-content li:before {
        position: absolute;
        content: '';
        background: #b0b0b0;
        width: 7px;
        height: 7px;
        left: 0px;
        top: 10px;
        border-radius: 50%;
    }
    
    .service-details .service-details-content .content-style-one .list-content li:last-child {
        margin-bottom: 0px;
    }
    
    .service-details .service-details-content .content-style-two .single-item {
        position: relative;
        display: block;
    }
    
    .service-details .service-details-content .content-style-two .single-item .count-box {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 44px;
        background: #6ecc84;
        border: 8px solid #fff;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0 10px 30px 1px rgba(0, 0, 0, 0.1);
        margin-bottom: 24px;
    }
    
    .service-details .service-details-content .content-style-two .single-item h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #000;
        margin-bottom: 14px;
    }
    
    .service-details .service-details-content .content-style-two h3 {
        margin-bottom: 30px;
    }
    /*** 

====================================================================
                        Team-Page
====================================================================

***/
    
    .team-section {
        position: relative;
        display: block;
        background: #fff;
        padding: 120px 0px 70px 0px;
    }
    
    .team-block-one {
        position: relative;
        display: block;
        margin-bottom: 43px;
    }
    
    .team-block-one .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 10px;
    }
    
    .team-block-one .image-box .social-icons {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    
    .team-block-one .image-box .social-icons li {
        position: relative;
        display: inline-block;
        margin: 0px 3px;
    }
    
    .team-block-one .image-box .social-icons li a {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        font-size: 16px;
        text-align: center;
        border-radius: 50%;
        color: #6ecc84;
        opacity: 0;
        transform: scale(0, 0);
        transition: all 2s ease;
    }
    
    .team-block-one .image-box .social-icons li a:hover {
        background: #000;
        color: #fff;
    }
    
    .team-block-one:hover .image-box .social-icons li a {
        transform: scale(1, 1);
        opacity: 1;
    }
    
    .team-block-one .image-box img {
        width: 100%;
        border-radius: 10px;
    }
    
    .team-block-one:hover .image-box:before {
        transform: perspective(1200px) rotateY(0deg) translateZ(0px);
        transition-delay: 0.1s;
        opacity: 1;
    }
    
    .team-block-one .image-box:before {
        position: absolute;
        content: '';
        background: rgba(110, 204, 132, 0.80);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        transform-style: preserve-3d;
        transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
        opacity: 0;
        border-radius: 10px;
        transition: all 500ms ease;
    }
    
    .team-block-one .lower-content {
        position: relative;
        display: block;
        padding-top: 24px;
    }
    
    .team-block-one .lower-content h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        color: #000;
        margin-bottom: 6px;
    }
    
    .team-block-one .lower-content h3 a {
        position: relative;
        display: inline-block;
        color: #000;
    }
    
    .team-block-one .lower-content h3 a:hover {
        color: #6ecc84;
    }
    
    .team-block-one .lower-content .designation {
        position: relative;
        display: block;
        font-size: 16px;
        color: #6ecc84;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin-bottom: 14px;
    }
    /** team-details **/
    
    .team-details {
        position: relative;
        display: block;
        background: #fff;
    }
    
    .team-details .single-team-member {
        position: relative;
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 70px;
    }
    
    .team-details .single-team-member:after {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-4.png);
        width: 250px;
        height: 342px;
        top: 0px;
        right: 0px;
        background-repeat: no-repeat;
    }
    
    .team-details .single-team-member .inner-box {
        position: relative;
        display: block;
        margin-bottom: -70px;
        z-index: 1;
    }
    
    .team-details .single-team-member:before {
        position: absolute;
        content: '';
        background: rgba(255, 255, 255, 0.90);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }
    
    .team-details .single-team-member .image-box {
        position: relative;
        display: block;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        z-index: 1;
    }
    
    .team-details .single-team-member .image-column {
        position: relative;
    }
    
    .team-details .single-team-member .image-column:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-5.png);
        width: 363px;
        height: 346px;
        left: -70px;
        top: -18px;
        background-repeat: no-repeat;
    }
    
    .team-details .single-team-member .image-box img {
        width: 100%;
        border-radius: 10px;
    }
    
    .team-details .single-team-member .content-box h1 {
        position: relative;
        display: block;
        font-size: 45px;
        line-height: 50px;
        font-weight: 600;
        color: #000;
        margin-bottom: 12px;
    }
    
    .team-details .single-team-member .content-box .designation {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 28px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #6ecc84;
        margin-bottom: 25px;
    }
    
    .team-details .single-team-member .content-box .text {
        position: relative;
        display: block;
        font-weight: 600;
        line-height: 28px;
        color: #48494a;
        font-style: italic;
    }
    
    .team-details .single-team-member .content-box {
        position: relative;
        display: block;
        margin-left: 70px;
        margin-top: 102px;
    }
    
    .team-details .team-social-bar {
        position: relative;
        display: block;
        background: #5b5b60;
        padding: 48px 0px 47px 0px;
    }
    
    .team-details .team-social-bar .call {
        position: relative;
        display: inline-block;
        margin-right: 192px;
        z-index: 1;
    }
    
    .team-details .team-social-bar .call i {
        position: relative;
        display: inline-block;
        font-size: 18px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #fff;
        color: #6ecc84;
        text-align: center;
        border-radius: 50%;
        margin-right: 15px;
    }
    
    .team-details .team-social-bar .call a {
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        color: #fff;
    }
    
    .team-details .team-social-bar .call a:hover {
        color: #6ecc84;
    }
    
    .team-details .team-social-bar .social-style-one {
        position: relative;
        display: inline-block;
        z-index: 1;
    }
    
    .team-details .team-social-bar .social-style-one li {
        margin-left: 7px;
    }
    
    .team-details .team-social-bar .social-style-one li:first-child {
        margin-left: 0px;
    }
    
    .team-details .lower-content {
        position: relative;
        display: block;
        padding: 70px 0px 113px 0px;
    }
    
    .team-details .lower-content .sidebar {
        position: relative;
        display: block;
        padding: 107px 30px 50px 30px;
        margin-left: 30px;
    }
    
    .team-details .lower-content .content-box h1 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
        color: #000;
        margin-bottom: 22px;
    }
    
    .team-details .lower-content .content-box .italic-text {
        position: relative;
        display: block;
        font-weight: 600;
        color: #000;
        font-style: italic;
        margin-bottom: 26px;
    }
    
    .team-details .lower-content .content-box .content-style-one .text {
        position: relative;
        display: block;
        margin-bottom: 52px;
    }
    
    .team-details .lower-content .content-box h3 {
        position: relative;
        display: block;
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        color: #000;
        margin-bottom: 22px;
    }
    
    .team-details .lower-content .content-box .list li {
        position: relative;
        display: block;
        font-size: 15px;
        margin-bottom: 8px;
        padding-left: 20px;
    }
    
    .team-details .lower-content .content-box .list li:before {
        position: absolute;
        content: '';
        background: #b0b0b0;
        width: 7px;
        height: 7px;
        left: 0px;
        top: 10px;
        border-radius: 50%;
    }
    
    .team-details .lower-content .content-box .list li:last-child {
        margin-bottom: 0px;
    }
    
    .team-details .lower-content .content-box .content-style-one {
        position: relative;
        display: block;
        margin-bottom: 52px;
    }
    
    .team-details .lower-content .content-box .content-style-two p {
        margin-bottom: 26px;
    }
    
    .team-details .lower-content .content-box .content-style-two .text {
        position: relative;
        display: block;
        padding-bottom: 26px;
    }
    /*** 

====================================================================
                        Career-Page
====================================================================

***/
    
    .career-page-section {
        position: relative;
        display: block;
        background: #fff;
        padding: 110px 0px 50px 0px;
    }
    
    .career-page-section .career-content-box .career {
        position: relative;
        display: block;
        margin-bottom: 52px;
    }
    
    .career-page-section .career-content-box h1 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
        color: #000;
        margin-bottom: 22px;
    }
    
    .career-page-section .career-content-box .career .italic-text {
        position: relative;
        display: block;
        font-weight: 600;
        color: #000;
        font-style: italic;
        margin-bottom: 26px;
    }
    
    .career-page-section .career-content-box h3 {
        position: relative;
        display: block;
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        color: #000;
        margin-bottom: 30px;
    }
    
    .career-page-section .career-content-box .category .inner-box {
        position: relative;
        display: block;
        margin: 0px -5px;
    }
    
    .career-page-section .career-content-box .category .inner-box .single-item {
        position: relative;
        display: block;
        float: left;
        max-width: 250px;
        width: 100%;
        background: #f5f4f0;
        text-align: center;
        padding: 35px 15px 31px 15px;
        margin: 0px 5px;
        margin-bottom: 10px;
        transition: all 500ms ease;
    }
    
    .career-page-section .career-content-box .category .inner-box .single-item:hover {
        background: #6ecc84;
    }
    
    .career-page-section .career-content-box .category .inner-box .single-item .icon-box {
        position: relative;
        display: block;
        font-size: 35px;
        line-height: 35px;
        color: #6ecc84;
        margin-bottom: 13px;
        transition: all 500ms ease;
    }
    
    .career-page-section .career-content-box .category .inner-box .single-item:hover .icon-box,
    .career-page-section .career-content-box .category .inner-box .single-item:hover h4,
    .career-page-section .career-content-box .category .inner-box .single-item:hover h4 a,
    .career-page-section .career-content-box .category .inner-box .single-item:hover span {
        color: #fff;
    }
    
    .career-page-section .career-content-box .category .inner-box .single-item h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0px;
    }
    
    .career-page-section .career-content-box .category .inner-box .single-item h4 a {
        position: relative;
        display: inline-block;
        color: #000;
    }
    
    .career-page-section .career-content-box .category .inner-box .single-item span {
        position: relative;
        display: block;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        transition: all 500ms ease;
    }
    
    .career-page-section .career-content-box .category {
        position: relative;
        display: block;
        margin-bottom: 54px;
    }
    
    .career-page-section .career-content-box .positions {
        position: relative;
        display: block;
    }
    
    .career-page-section .career-content-box .positions .text p {
        margin-bottom: 56px;
    }
    
    .career-page-section .career-content-box .positions .single-item .inner-title {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        color: #000;
        margin-bottom: 14px;
    }
    
    .career-page-section .career-content-box .positions .single-item .inner-title span {
        color: #6ecc84;
    }
    
    .career-page-section .career-content-box .positions .single-item .text {
        position: relative;
        display: block;
        margin-bottom: 35px;
    }
    
    .career-page-section .career-content-box .positions .single-item h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #000;
        margin-bottom: 14px;
    }
    
    .career-page-section .career-content-box .positions .single-item .list {
        position: relative;
        display: block;
        margin-bottom: 43px;
    }
    
    .career-page-section .career-content-box .positions .single-item .list li {
        position: relative;
        display: block;
        padding-left: 20px;
        margin-bottom: 8px;
    }
    
    .career-page-section .career-content-box .positions .single-item .list li:last-child {
        margin-bottom: 0px;
    }
    
    .career-page-section .career-content-box .positions .single-item .list li:before {
        position: absolute;
        content: '';
        background: #b0b0b0;
        width: 7px;
        height: 7px;
        left: 0px;
        top: 10px;
        border-radius: 50%;
    }
    
    .career-page-section .career-content-box .positions h3 {
        margin-bottom: 22px;
    }
    
    .career-page-section .career-content-box .positions .single-item {
        position: relative;
        display: block;
        margin-bottom: 62px;
    }
    
    .career-page-section .career-content-box .positions .single-item .theme-btn-two {
        padding: 10px 32px;
    }
    
    .career-page-section .career-sidebar {
        position: relative;
        display: block;
        padding: 44px 30px 50px 30px;
        margin-left: 30px;
        margin-top: 10px;
    }
    
    .career-page-section .career-sidebar h2 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        color: #000;
        margin-bottom: 16px;
    }
    
    .career-page-section .career-sidebar .text {
        position: relative;
        display: block;
        margin-bottom: 36px;
    }
    
    .career-page-section .career-sidebar .info-list {
        position: relative;
        display: block;
        margin-bottom: 42px;
    }
    
    .career-page-section .career-sidebar .info-list li {
        position: relative;
        display: block;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 11px;
    }
    
    .career-page-section .career-sidebar .info-list li:last-child {
        margin-bottom: 0px;
    }
    
    .career-page-section .career-sidebar .info-list li span {
        color: #000;
        font-weight: 500;
    }
    
    .career-page-section .career-sidebar .theme-btn {
        display: block;
    }
    /*** 

====================================================================
                        Faq-Page
====================================================================

***/
    
    .faq-page-section {
        position: relative;
        display: block;
        background: #fff;
        padding: 110px 0px 120px 0px;
    }
    
    .faq-page-section .faq-content-side h1 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
        color: #000;
        margin-bottom: 22px;
    }
    
    .faq-page-section .faq-content-side .italic-text {
        position: relative;
        display: block;
        font-weight: 600;
        color: #000;
        font-style: italic;
        margin-bottom: 26px;
    }
    
    .faq-page-section .faq-content-side .text p {
        margin-bottom: 52px;
    }
    
    .faq-page-section .faq-content-side h3 {
        position: relative;
        display: block;
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        color: #000;
        margin-bottom: 12px;
    }
    
    .faq-page-section .faq-content-side .faq-content-one p {
        margin-bottom: 33px;
    }
    
    .faq-page-section .faq-content-side .accordion-box .block {
        border: none;
        background: #f5f4f0;
        border-radius: 0px;
        margin-bottom: 20px;
    }
    
    .faq-page-section .faq-content-side .accordion-box .block:last-child {
        margin-bottom: 0px;
    }
    
    .faq-page-section .faq-content-side .accordion-box .block.active-block {
        background: #6ecc84;
    }
    
    .faq-page-section .faq-content-side .accordion-box .block .acc-btn h5 {
        background: transparent;
        border-radius: 0px;
        font-size: 20px;
        line-height: 30px;
        padding: 20px 60px 20px 25px;
    }
    
    .faq-page-section .faq-content-side .accordion-box .block.active-block .content .text {
        color: #fff;
        padding: 1px 45px 31px 30px;
    }
    
    .faq-page-section .faq-content-side .faq-content-one {
        position: relative;
        display: block;
        margin-bottom: 65px;
    }
    
    .faq-page-section .faq-content-side .faq-content-two p {
        margin-bottom: 33px;
    }
    
    .faq-page-section .faq-content-side .faq-content-two .accordion-box {
        max-height: 450px;
    }
    
    .faq-page-section .faq-content-side .faq-content-one .accordion-box {
        max-height: 540px;
    }
    
    .faq-page-section .faq-sidebar {
        position: relative;
        display: block;
        margin-left: 30px;
        padding: 46px 30px 50px 30px;
    }
    /*** 

====================================================================
                        Pricing-Page
====================================================================

***/
    
    .pricing-section {
        position: relative;
        display: block;
        background: #fff;
        padding: 113px 0px 120px 0px;
    }
    
    .pricing-section .sec-title {
        margin-bottom: 53px;
    }
    
    .pricing-section .sec-title h1 {
        margin-bottom: 32px;
    }
    
    .pricing-table {
        position: relative;
        display: block;
        background: #f5f4f0;
        padding: 48px 40px 51px 40px;
        transition: all 500ms ease;
    }
    
    .pricing-table:hover {
        background: #6ecc84;
    }
    
    .pricing-table .table-header span {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 28px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 4px;
        transition: all 500ms ease;
    }
    
    .pricing-table:hover .table-header span,
    .pricing-table:hover .table-header h1 {
        color: #fff;
    }
    
    .pricing-table .table-header h1 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
        color: #6ecc84;
    }
    
    .pricing-table .table-header h1 span {
        display: inline-block;
        font-size: 17px;
        color: #6ecc84;
        text-transform: lowercase;
    }
    
    .pricing-table .table-header {
        position: relative;
        display: block;
        margin-bottom: 33px;
    }
    
    .pricing-table .table-content {
        position: relative;
        display: block;
        background: #fff;
        padding: 43px 15px 41px 30px;
        margin-bottom: 60px;
        transition: all 500ms ease;
    }
    
    .pricing-table:hover .table-content {
        background: #76db8e;
    }
    
    .pricing-table .table-content:before {
        position: absolute;
        content: '';
        background: #f9f9f6;
        width: 85%;
        height: 10px;
        left: 20px;
        bottom: -10px;
        transition: all 500ms ease;
    }
    
    .pricing-table:hover .table-content:before {
        background: #73d68b;
    }
    
    .pricing-table .table-content:after {
        position: absolute;
        content: '';
        background: #f6f6f2;
        width: 70%;
        height: 10px;
        left: 40px;
        bottom: -20px;
        transition: all 500ms ease;
    }
    
    .pricing-table:hover .table-content:after {
        background: #70d187;
    }
    
    .pricing-table .table-content li {
        position: relative;
        display: block;
        text-align: left;
        font-size: 16px;
        color: #111111;
        margin-bottom: 15px;
        padding-left: 25px;
        transition: all 500ms ease;
    }
    
    .pricing-table:hover .table-content li,
    .pricing-table:hover .table-content li:before {
        color: #fff !important;
    }
    
    .pricing-table .table-content li:before {
        position: absolute;
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        font-size: 17px;
        font-weight: 700;
        color: #6ecc84;
        left: 0px;
        top: 0px;
        transition: all 500ms ease;
    }
    
    .pricing-table .table-content li:nth-child(4),
    .pricing-table .table-content li:last-child {
        color: #8a8d91;
    }
    
    .pricing-table .table-content li:nth-child(4):before,
    .pricing-table .table-content li:last-child:before {
        color: #cccccc;
    }
    
    .pricing-table .table-content li:last-child {
        margin-bottom: 0px;
    }
    
    .pricing-table .table-footer a {
        position: relative;
        display: inline-block;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #6ecc84;
        border: 1px solid #6ecc84;
        border-radius: 30px;
        text-align: center;
        text-transform: capitalize;
        padding: 16px 47px;
    }
    
    .pricing-table:hover .table-footer a {
        border-color: #fff;
        background: #fff;
    }
    /*** 

====================================================================
                        Error-Page
====================================================================

***/
    
    .error-section {
        position: relative;
        display: block;
        width: 100%;
        background: #fff;
        padding: 150px 0px;
    }
    
    .error-section .error-img {
        position: relative;
        display: block;
        margin-bottom: 48px;
    }
    
    .error-section .error-img img {
        position: relative;
        display: inline-block;
        width: auto;
    }
    
    .error-section .inner-content h3 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        color: #000;
        margin-bottom: 95px;
    }
    /*** 

====================================================================
                        Blog-Page
====================================================================

***/
    
    .sidebar-page-container {
        position: relative;
        display: block;
        background: #fff;
        padding: 120px 0px;
    }
    
    .sidebar-page-container .news-block-one {
        margin-bottom: 70px;
    }
    
    .sidebar-page-container .sidebar .sidebar-widget {
        position: relative;
        display: block;
        background: #f5f4f0;
        padding: 32px 30px 35px 30px;
        margin-bottom: 30px;
    }
    
    .sidebar-page-container .sidebar .sidebar-title {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        color: #000;
        margin-bottom: 20px;
    }
    
    .sidebar-page-container .sidebar .sidebar-about .author-image {
        position: relative;
        display: inline-block;
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 50%;
        margin-bottom: 18px;
    }
    
    .sidebar-page-container .sidebar .sidebar-about .author-image img {
        width: 100%;
        border-radius: 50%;
    }
    
    .sidebar-page-container .sidebar .sidebar-about h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #000;
        margin-bottom: 14px;
    }
    
    .sidebar-page-container .sidebar .sidebar-about .text {
        position: relative;
        display: block;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 17px;
    }
    
    .sidebar-page-container .sidebar .sidebar-about .signature {
        position: relative;
        display: inline-block;
        margin-bottom: 23px;
    }
    
    .sidebar-page-container .sidebar .sidebar-about .social-list li {
        position: relative;
        display: inline-block;
        margin-right: 22px;
    }
    
    .sidebar-page-container .sidebar .sidebar-about .social-list li:last-child {
        margin-right: 0px;
    }
    
    .sidebar-page-container .sidebar .sidebar-about .social-list li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #000;
    }
    
    .sidebar-page-container .sidebar .sidebar-about .social-list li a:hover {
        color: #6ecc84;
    }
    
    .sidebar-page-container .sidebar {
        position: relative;
        display: block;
        margin-left: 20px;
    }
    
    .sidebar-page-container .sidebar .sidebar-category .widget-content ul li {
        position: relative;
        display: block;
        padding: 8px 0px 13px 0px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 5px;
    }
    
    .sidebar-page-container .sidebar .sidebar-category .widget-content ul li:last-child {
        margin-bottom: 0px;
        border-bottom: none;
    }
    
    .sidebar-page-container .sidebar .sidebar-category .widget-content ul li a {
        position: relative;
        display: inline-block;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #777777;
    }
    
    .sidebar-page-container .sidebar .sidebar-category .widget-content ul li a:hover {
        color: #6ecc84;
    }
    
    .sidebar-page-container .sidebar .sidebar-category {
        padding-bottom: 20px;
    }
    
    .sidebar-page-container .sidebar .sidebar-post .post {
        position: relative;
        display: block;
        padding: 5px 0px 7px 105px;
        min-height: 90px;
        margin-bottom: 30px;
    }
    
    .sidebar-page-container .sidebar .sidebar-post .post:last-child {
        margin-bottom: 10px;
    }
    
    .sidebar-page-container .sidebar .sidebar-post .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 90px;
        height: 90px;
        overflow: hidden;
        background: #6ecc84;
        border-radius: 50%;
    }
    
    .sidebar-page-container .sidebar .sidebar-post .post .post-thumb img {
        width: 100%;
        transition: all 500ms ease;
    }
    
    .sidebar-page-container .sidebar .sidebar-post .post:hover .post-thumb img {
        transform: scale(1.1);
        opacity: 0.5;
    }
    
    .sidebar-page-container .sidebar .sidebar-post .post .post-date {
        position: relative;
        display: block;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        line-height: 20px;
        color: #6ecc84;
        margin-bottom: 10px;
    }
    
    .sidebar-page-container .sidebar .sidebar-post .post h5 {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        color: #000;
    }
    
    .sidebar-page-container .sidebar .sidebar-post .post h5 a {
        position: relative;
        display: inline-block;
        color: #000;
    }
    
    .sidebar-page-container .sidebar .sidebar-post .post h5 a:hover {
        color: #6ecc84;
    }
    
    .sidebar-page-container .sidebar .sidebar-tags .tag-list {
        position: relative;
        display: block;
        margin: 0px -5px;
    }
    
    .sidebar-page-container .sidebar .sidebar-tags .tag-list li {
        position: relative;
        display: inline-block;
        float: left;
        margin: 0px 5px;
        margin-bottom: 10px;
    }
    
    .sidebar-page-container .sidebar .sidebar-tags .tag-list li a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #000;
        background: transparent;
        border: 1px solid #d9d9d9;
        text-align: center;
        border-radius: 25px;
        padding: 9px 15px;
    }
    
    .sidebar-page-container .sidebar .sidebar-tags .tag-list li a:hover {
        color: #fff;
        border-color: #6ecc84;
        background: #6ecc84;
    }
    
    .sidebar-page-container .sidebar .sidebar-tags {
        padding-bottom: 30px;
    }
    /** blog-details **/
    
    .blog-details {
        position: relative;
        display: block;
        background: #fff;
    }
    
    .blog-details .top-post {
        position: relative;
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 329px 0px 78px 0px;
    }
    
    .blog-details .top-post:before {
        position: absolute;
        content: '';
        background-image: linear-gradient(0deg, rgba(49, 49, 51) -50%, rgba(49, 49, 51, 0.50) 50%, rgba(49, 49, 51, 0.10) 100%);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }
    
    .blog-details .top-post .content-box .categorie-list a {
        position: relative;
        display: inline-block;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #6ecc84;
        background: #fff;
        padding: 2px 22px 3px 23px;
        border-radius: 25px;
        margin-right: 6px;
    }
    
    .blog-details .top-post .content-box .categorie-list a:last-child {
        color: #000;
        margin-right: 0px;
    }
    
    .blog-details .top-post .content-box .categorie-list {
        position: relative;
        display: block;
        margin-bottom: 26px;
    }
    
    .blog-details .top-post .content-box h1 {
        position: relative;
        display: block;
        font-size: 45px;
        line-height: 50px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 13px;
    }
    
    .blog-details .top-post .content-box .post-info li {
        position: relative;
        display: inline-block;
        font-size: 17px;
        font-weight: 500;
        color: #c9ceca;
        font-family: 'Poppins', sans-serif;
        line-height: 20px;
        padding-right: 14px;
        margin-right: 10px;
    }
    
    .blog-details .top-post .content-box .post-info li:before {
        position: absolute;
        content: '';
        background: #c9ceca;
        width: 1px;
        height: 12px;
        top: 4px;
        right: 0px;
    }
    
    .blog-details .top-post .content-box .post-info li:last-child:before {
        display: none;
    }
    
    .blog-details .top-post .content-box .post-info li:last-child {
        padding: 0px;
        margin: 0px;
    }
    
    .blog-details .top-post .content-box .post-info li span {
        color: #6ecc84;
    }
    
    .sidebar-page-container .blog-details-content .inner-box .bold-text {
        position: relative;
        display: block;
        font-weight: 600;
        color: #000;
        margin-bottom: 26px;
    }
    
    .sidebar-page-container .blog-details-content .inner-box .text p {
        margin-bottom: 26px;
    }
    
    .sidebar-page-container .blog-details-content .inner-box .text p:last-child {
        margin-bottom: 0px;
    }
    
    .sidebar-page-container .blog-details-content .inner-box .text {
        position: relative;
        display: block;
        margin-bottom: 69px;
    }
    
    .sidebar-page-container .blog-details-content .inner-box .two-column .image-box {
        position: relative;
        display: block;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    }
    
    .sidebar-page-container .blog-details-content .inner-box .two-column .image-column {
        position: relative;
    }
    
    .sidebar-page-container .blog-details-content .inner-box .two-column .image-column:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-6.png);
        width: 125px;
        height: 185px;
        left: -45px;
        bottom: 65px;
        background-repeat: no-repeat;
    }
    
    .sidebar-page-container .blog-details-content .inner-box .two-column .image-box img {
        position: relative;
        width: 100%;
        border-radius: 10px;
    }
    
    .sidebar-page-container .blog-details-content .inner-box .two-column .text {
        position: relative;
        display: block;
        margin-top: 4px;
        margin-bottom: 0px;
    }
    
    .sidebar-page-container .blog-details-content .inner-box .two-column {
        position: relative;
        display: block;
        margin-bottom: 71px;
    }
    
    .sidebar-page-container .blog-details-content .author-box {
        position: relative;
        display: block;
        background: #f5f4f0;
        padding: 30px 30px 30px 30px;
        margin-bottom: 51px;
    }
    
    .sidebar-page-container .blog-details-content .author-box .author-image {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 50%;
    }
    
    .sidebar-page-container .blog-details-content .author-box .author-image img {
        width: 100%;
        border-radius: 50%;
    }
    
    .sidebar-page-container .blog-details-content .author-box .author-content {
        position: relative;
        display: block;
        padding: 0px 0px 0px 140px;
    }
    
    .sidebar-page-container .blog-details-content .author-box .author-content h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #000;
        margin-bottom: 13px;
    }
    
    .sidebar-page-container .blog-details-content .author-box .author-content .text {
        position: relative;
        display: block;
        margin-bottom: 18px;
    }
    
    .sidebar-page-container .blog-details-content .author-box .author-content .social-list li {
        position: relative;
        display: inline-block;
        margin-right: 22px;
    }
    
    .sidebar-page-container .blog-details-content .author-box .author-content .social-list li:last-child {
        margin-right: 0px;
    }
    
    .sidebar-page-container .blog-details-content .author-box .author-content .social-list li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #000;
    }
    
    .sidebar-page-container .blog-details-content .author-box .author-content .social-list li a:hover {
        color: #6ecc84;
    }
    
    .sidebar-page-container .blog-details-content .group-title {
        position: relative;
        display: block;
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        color: #000;
        margin-bottom: 23px;
    }
    
    .sidebar-page-container .blog-details-content .comments-area .comment {
        position: relative;
        display: block;
        padding: 0px 0px 23px 117px;
        margin-bottom: 24px;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .sidebar-page-container .blog-details-content .comments-area .comment:last-child {
        margin-bottom: 0px;
        border-bottom: none;
    }
    
    .sidebar-page-container .blog-details-content .comments-area .comment .thumb-box {
        position: absolute;
        left: 0px;
        top: 7px;
        width: 90px;
        height: 90px;
        overflow: hidden;
        border-radius: 50%;
    }
    
    .sidebar-page-container .blog-details-content .comments-area .comment .comment-inner h5 {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        color: #000;
        margin-bottom: 0px;
    }
    
    .sidebar-page-container .blog-details-content .comments-area .comment .comment-inner .comment-time {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 24px;
    }
    
    .sidebar-page-container .blog-details-content .comments-area .comment .comment-inner .clearfix {
        position: relative;
        display: block;
        margin-bottom: 10px;
    }
    
    .sidebar-page-container .blog-details-content .comments-area .comment .comment-inner .clearfix a {
        position: relative;
        display: inline-block;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #6ecc84;
        border: 1px solid #e5e5e5;
        padding: 1px 18px;
        border-radius: 25px;
        text-align: center;
    }
    
    .sidebar-page-container .blog-details-content .comments-area .comment .comment-inner .clearfix a:hover {
        background: #6ecc84;
        border-color: #6ecc84;
        color: #fff;
    }
    
    .sidebar-page-container .blog-details-content .comments-area {
        position: relative;
        display: block;
        margin-bottom: 36px;
    }
    
    .sidebar-page-container .blog-details-content .comments-form-area .form-group {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }
    
    .sidebar-page-container .blog-details-content .comments-form-area .form-group:last-child {
        margin-bottom: 0px;
    }
    
    .sidebar-page-container .blog-details-content .comments-form-area .form-group input[type='text'],
    .sidebar-page-container .blog-details-content .comments-form-area .form-group input[type='email'],
    .sidebar-page-container .blog-details-content .comments-form-area .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        padding: 10px 0px;
        font-size: 14px;
        font-style: italic;
        border-bottom: 1px solid #e5e5e5;
        transition: all 500ms ease;
    }
    
    .sidebar-page-container .blog-details-content .comments-form-area .form-group textarea {
        height: 110px;
        resize: none;
        margin-bottom: 15px;
    }
    
    .sidebar-page-container .blog-details-content .comments-form-area .form-group input:focus,
    .sidebar-page-container .blog-details-content .comments-form-area .form-group textarea:focus {
        border-color: #6ecc84;
    }
    
    .sidebar-page-container .blog-details-content .comments-form-area .form-group .theme-btn {
        padding: 17px 54px;
    }
    /*** 

====================================================================
                        Contact-Page
====================================================================

***/
    
    .contact-section {
        position: relative;
        display: block;
        background: #fff;
    }
    
    .contact-section .info-column {
        position: relative;
        display: block;
        padding: 110px 15px 120px 15px;
    }
    
    .contact-section .info-column .contact-info {
        position: relative;
        display: block;
        margin-right: 70px;
    }
    
    .contact-section h1 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
        color: #000;
        margin-bottom: 22px;
    }
    
    .contact-section .contact-info .bold-text {
        position: relative;
        display: block;
        font-weight: 600;
        color: #000;
        margin-bottom: 55px;
    }
    
    .contact-section .contact-info .inner-box .single-item h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #000;
        margin-bottom: 14px;
    }
    
    .contact-section .contact-info .inner-box .single-item .text a {
        position: relative;
        display: inline-block;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #8a8d91;
    }
    
    .contact-section .contact-info .inner-box .single-item .text a:hover {
        color: #6ecc84;
    }
    
    .contact-section .contact-info .inner-box .single-item {
        position: relative;
        display: block;
        margin-bottom: 27px;
    }
    
    .contact-section .contact-info .inner-box {
        position: relative;
        display: block;
        padding-bottom: 42px;
    }
    
    .contact-section .contact-info .google-map-area {
        position: relative;
        display: block;
        background: #fff;
        padding: 10px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    }
    
    .contact-section .contact-info .google-map-area #contact-google-map {
        position: relative;
        display: block;
        width: 100%;
        height: 250px;
    }
    
    .contact-section .contact-form-area {
        position: relative;
        display: block;
        background: #f5f4f0;
        padding: 110px 50px 148px 50px;
    }
    
    .contact-section .contact-form-area .form-group {
        position: relative;
        display: block;
        margin-bottom: 13px;
    }
    
    .contact-section .contact-form-area .form-group:last-child {
        margin-bottom: 0px;
    }
    
    .contact-section .contact-form-area .form-group label {
        position: relative;
        display: block;
        font-size: 14px;
        color: #000;
        margin-bottom: 2px;
    }
    
    .contact-section .contact-form-area .form-group input[type='text'],
    .contact-section .contact-form-area .form-group input[type='email'],
    .contact-section .contact-form-area .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        background: #fff;
        padding: 10px 15px;
        transition: all 500ms ease;
    }
    
    .contact-section .contact-form-area .form-group textarea {
        height: 120px;
        resize: none;
        margin-bottom: 7px;
    }
    
    .contact-section .contact-form-area .form-group input:focus,
    .contact-section .contact-form-area .form-group textarea:focus {
        border-color: #6ecc84;
    }
    
    .contact-section .contact-form-area .text {
        position: relative;
        display: block;
        margin-bottom: 16px;
    }
    
    .contact-section .contact-form-area .form-group .theme-btn {
        padding: 17px 44px;
    }
    
    .fixed-header .sticky-header .logo-box {
        position: absolute;
        width: 155px;
        background-color: #fff;
        padding: 12px;
        margin-top: 0;
        box-shadow: 0 0 10px #d2d2d2;
        left: 10%;
    }
    
    .welcome-text {
        position: absolute;
        top: auto;
        background-color: rgb(33 50 66);
        z-index: 9;
        padding: 10px;
        border-radius: 0px 85px 85px 0px;
        /* box-shadow: 0px 0px 10px #000; */
        bottom: 18px;
        left: 0;
        /* transform: rotate(-90deg); */
    }
    
    .welcome-text a {
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        position: relative;
        padding: 0 13px;
    }
    
    .welcome-text a:nth-child(1) i:after {
        content: "";
        position: absolute;
        right: 0;
        width: 2px;
        height: 23px;
        border-right: 1px solid #ccc;
        top: 4px;
    }
    
    .welcome-text a:nth-child(2) i:after {
        content: "";
        position: absolute;
        right: 0;
        width: 2px;
        height: 36px;
        top: 6px;
    }
    
    .welcome-text i {
        width: 30px;
        height: 30px;
        margin: 0;
        text-align: center;
        background: #fff;
        color: #213242;
        font-size: 17px;
        line-height: 30px;
        border-radius: 50%;
    }
    
    .welcome-text span {
        color: #ffadaf;
        /* font-size: 20px; */
    }
    
    .welcome-text h2 {
        color: #fff;
        text-transform: uppercase;
    }
    
    .welcome-text p {
        color: #fff;
    }
    
    .about-section::before {
        position: absolute;
        left: 0px;
        top: 0;
        content: "";
        background-color: transparent;
        height: 73px;
        width: 37%;
        z-index: -1;
        border-radius: 0px;
    }
    
    .service-icon {
        position: absolute;
        right: -116px;
        top: 97px;
    }
    
    .service-style-two .tab-btn-box {
        position: relative;
    }
    
    .service-style-two .tab-btn-box::before {
        position: absolute;
        content: "";
        background-image: none;
        width: 424px;
        height: 383px;
        top: -24px;
    }
    
    .icon-box img {
        width: 57px;
        margin-bottom: 11px;
    }
    
    .work-style-two .sec-title h1::before {
        position: absolute;
        content: '';
        background: #00c0b5;
        width: 2px;
        height: 45px;
        left: 50%;
        bottom: -50px;
        z-index: 1;
    }
    
    .add-img {
        /* border: 7px solid #14365d; */
        /* box-shadow: 0 0 17px #000; */
    }
    
    .main-footer {
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .main-footer .footer-top .contact-widget .widget-content .info-list li i {
        position: absolute;
        left: 0px;
        width: 26px;
        height: 26px;
        background-color: transparent;
        color: #03111b;
        border: 1px dashed;
        text-align: center;
        line-height: 26px;
        font-size: 12px;
        top: 0;
    }
    
    .right-social {
        position: absolute;
        right: 12px;
        z-index: 99;
        width: 40px;
        bottom: 34%;
    }
    
    .right-social::before {
        position: absolute;
        content: '';
        width: 2px;
        height: 77px;
        left: 20px;
        top: 303px;
        z-index: 1;
    }
    
    .right-social a {
        margin-bottom: 6px;
        display: block;
    }
    
    .floow {
        display: none;
        position: absolute;
        bottom: auto;
        top: 193px;
        width: 150px;
        background-color: #1fb1e6;
        left: -6px;
        text-align: center;
        color: #ffffff;
        padding: 7px;
        border-radius: 0px 21px 21px 0px;
        font-size: 21px;
    }
    
    .main-header .header-bottom .nav-outer .outer-box .theme-btn {
        background: #30bb4d;
        padding: 16px 19px;
        border-radius: 0px;
    }
    
    .banner-slider {
        background-image: url(../images/main-slider/slide1.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
    }
    
    .banner-content {
        text-align: center;
        position: absolute;
        left: 6%;
        top: 33%;
        background: radial-gradient(#e4e4e4, transparent);
        padding: 27px;
        box-shadow: 0px 0px 10px #ccc;
    }
    
    .banner-content h1 {
        position: relative;
        color: #213242;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 46px;
        margin-bottom: 10px;
    }
    
    .banner-content p {
        position: relative;
        font-size: 20px;
        font-weight: 300;
        color: #000;
    }
    
    .banner-content h5 {
        position: relative;
        background: #1abad0;
        font-size: 26px;
        color: #fff;
        display: table;
        margin: 11px auto;
        padding: 0px 13px 3px;
        line-height: 40px;
    }
    
    .feature-content.clearfix {
        z-index: 9;
        position: relative;
    }
    
    .service-style-two .tabs-content .inner-box .image-box:before {
        position: absolute;
        content: '';
        background: transparent;
        width: 100%;
        height: 100%;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        left: 0;
        top: 0;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        transition: inherit;
        z-index: -1;
    }
    
    .services-title {
        position: absolute;
        right: -139px;
        transform: rotate(-90deg);
        font-size: 83px;
        text-transform: uppercase;
        color: #cccccc57;
        top: 67px;
    }
    
    .top-right {
        position: absolute;
        right: 0;
        width: 100%;
        text-align: center;
        padding: 25px 0 0 141px;
    }
    
    .outer-box.clearfix {
        position: absolute;
        right: -14px;
        top: 26px;
    }
    
    .outer-box .theme-btn {
        border-radius: 32px;
        background: transparent;
        color: #f73654;
        border: 2px solid;
        text-transform: uppercase;
        padding: 9px 16px;
        cursor: pointer;
        font-weight: 600;
    }
    
    .main-slider::before {
        content: "";
        position: absolute;
        width: 54px;
        height: 100vh;
        left: 0px;
    }
    
    .top-wrapper {
        position: relative;
        height: 100vh;
    }
    
    .down-icon {
        width: 70px;
        height: 70px;
        position: absolute;
        z-index: 99;
        bottom: -37px;
        color: #f73654;
        font-size: 46px;
        left: 0;
        right: 0;
        cursor: pointer;
        text-align: center;
        margin: auto;
        background: white;
        border-radius: 50%;
        line-height: 69px;
        box-shadow: 0px 0px 0px 10px #eaeaea;
    }
    
    ._featuresection {
        padding: 0 30px;
    }
    
    ._featuresection .sec-title span {
        color: #fff;
    }
    
    ._featuresection .sec-title h2 {
        color: #fff;
        margin-bottom: 8px;
    }
    
    ._featuresection .sec-title p {
        color: #fff;
    }
    
    .feature-block .inner-box {
        text-align: center;
        padding: 64px 0;
        margin-bottom: 10px;
    }
    
    .feature-content {
        position: relative;
    }
    
    .feature-content::before {
        content: "";
        position: absolute;
        width: 76%;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        border-bottom: 2px solid #909090;
        top: 48%;
    }
    
    .feature-content::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 70%;
        left: 0;
        right: 0;
        margin: auto;
        border-right: 2px solid #909090;
        top: 11%;
    }
    
    .feature-block {
        padding: 0;
        position: relative;
    }
    
    .feature-block .inner-box span {
        color: #efefef;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        font-size: 56px;
        margin-bottom: 23px;
        display: block;
    }
    
    .feature-block .inner-box h5 {
        color: #cacaca;
        font-weight: 400;
        font-size: 20px;
        text-transform: uppercase;
    }
    
    .feature-block .inner-box.f-bg1 {
        /* background-color: #2d2d2d; */
    }
    
    .feature-block .inner-box.f-bg1 span,
    .feature-block .inner-box.f-bg1 h5,
    .feature-block .inner-box.f-bg4 span,
    .feature-block .inner-box.f-bg4 h5 {
        /* color: #fff; */
    }
    
    .feature-block .inner-box.f-bg4 {
        /* background-color: #04a3a7; */
    }
    
    .about-section.style-two .content-box .sec-title h2 {
        text-transform: uppercase;
        color: #096578;
        font-size: 65px;
        font-weight: 600;
        margin: 9px 0 15px;
    }
    
    .plus-icon {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 62px;
        height: 62px;
        text-align: center;
        font-size: 37px;
        top: 41%;
        color: #ffffff;
        background: #f73654;
        border-radius: 50%;
        line-height: 63px;
        box-shadow: 0px 0px 0px 10px #efefef;
        z-index: 1;
    }
    
    .home-contact-info {
        color: #272727;
        font-size: 50px;
        padding-top: 7px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 64px;
        margin-bottom: 19px;
    }
    
    .home-contct-info-btn {
        font-size: 27px;
        font-family: 'Poppins', sans-serif;
    }
    
    .home-contct-info-btn a {
        font-size: 22px;
        margin-left: 10px;
    }
    
    .ser-title-head {
        background-color: #f91535;
        color: #fff;
        text-align: center;
        padding: 38px 18px;
    }
    
    .ser-title-head .title {
        color: #ffffff;
    }
    
    .ser-title-head h2 {
        color: #fff;
        display: table;
        margin: auto;
        border-bottom: 2px dashed #ccc;
        margin-bottom: 19px;
        padding-bottom: 13px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 38px;
    }
    
    .ser-title-head p {}
    
    .ser-row .col-md-3 {
        padding: 0 5px;
    }
    
    .service-box {
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        overflow: hidden;
    }
    
    .ser-image {
        position: relative;
    }
    
    .ser-image img {}
    
    .ser-title {
        position: absolute;
        width: 234px;
        bottom: 13px;
        right: 0;
        left: 0;
        margin: auto;
        background-color: #313131;
        color: #fff;
        padding: 5px 17px;
        text-transform: uppercase;
        transition: all ease-in-out .3s;
        z-index: 1;
    }
    
    .ser-line {
        position: absolute;
        width: 90%;
        height: 84%;
        border: 1px solid #969696;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 14px;
    }
    
    .ser-image::before {
        content: "";
        position: absolute;
        background: rgb(0 0 0 / 72%);
        width: 100%;
        height: 100%;
        transition: all cubic-bezier(0, 0, 0.68, 0.5) .3s;
    }
    
    .ser-image::after {
        content: "";
        position: absolute;
        background-image: linear-gradient(#ffffff00, #00c0b5);
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all cubic-bezier(0, 0, 0.68, 0.5) .3s;
        left: 0;
        top: 0;
    }
    
    .service-box:hover .ser-title {
        background-color: #000;
    }
    
    .service-box:hover .ser-image::after {
        opacity: 1;
        visibility: visible;
    }
    
    .add-img img {
        width: 100%;
    }
    
    .work-style-two::before {
        background: #04a59b;
        position: absolute;
        content: "";
        width: 24%;
        height: 100%;
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
        left: 0;
        top: 0;
    }
    
    .work-style-two::after {
        background: #2d2d2d;
        position: absolute;
        content: "";
        width: 24%;
        height: 100%;
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
        right: 0;
        top: 0;
        z-index: -1;
    }
    
    .testimonial-block {
        background-color: #fff;
        position: relative;
        padding: 23px;
        box-shadow: 0px 0px 18px #888;
        margin: 0;
        border-radius: 8px;
    }
    
    .blog-section {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .news-block-one::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 146px;
        top: 48px;
    }
    
    .about-iage img {
        width: 100%;
    }
    
    .faqs-section {
        position: relative;
        padding: 50px 0 0px;
    }
    
    .main-timeline {
        position: relative;
        padding: 51px 0 0;
    }
    
    .main-timeline:before {
        content: "";
        background: #e0e0e0;
        width: 7px;
        height: 100%;
        transform: translateX(-50%);
        position: absolute;
        top: 0;
        left: 50%;
    }
    
    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .main-timeline .timeline {
        width: 50%;
        margin: 0 10px 10px 0;
        float: left;
        position: relative;
    }
    
    .faq-icon-img {
        position: absolute;
        right: -226px;
        top: 15px;
    }
    
    .faq-icon-img-rg {
        right: initial;
        left: -226px;
    }
    
    .faq-icon-img::before {
        content: "";
        position: absolute;
        left: -50px;
        top: 36px;
        width: 43px;
        height: 2px;
        border-bottom: 2px solid #ccc;
    }
    
    .faq-icon-img-rg::before {
        left: initial;
        right: -50px;
    }
    
    .main-timeline .timeline-content {
        color: #555;
        margin: 0 61px 0 0;
        border: 3px solid #e0e0e0;
        border-radius: 30px;
        display: block;
        position: relative;
        background: #fff;
    }
    
    .main-timeline .timeline-content:hover {
        text-decoration: none;
    }
    
    .main-timeline .timeline-content:before {
        content: "";
        background: #e0e0e0;
        width: 29px;
        height: 43px;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: -32px;
    }
    
    .main-timeline .timeline-icon {
        color: #E84C47;
        background-color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 67px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        border: 5px solid #e0e0e0;
        display: block;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: -106px;
        left: initial;
    }
    
    .main-timeline .timeline-icon img {
        width: 58px;
    }
    
    .main-timeline .timeline-icon:before,
    .main-timeline .timeline-icon:after {
        content: "";
        background: #fff;
        width: 28px;
        height: 30px;
        border-radius: 0 0 15px 11px;
        position: absolute;
        top: -18px;
        left: -23.5px;
        z-index: -1;
    }
    
    .main-timeline .timeline-icon:after {
        border-radius: 11px 15px 0 0;
        top: auto;
        bottom: -18px;
    }
    
    .main-timeline .inner-content {
        padding: 0 20px 20px;
    }
    
    .main-timeline .title {
        color: #ffffff;
        background: #424242;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 14px;
        margin: 0 0 -10px;
        border-radius: 10px;
        display: inline-block;
        transform: translateY(-23px);
        /* border: 5px solid #e0e0e0; */
    }
    
    .main-timeline .description {
        font-size: 15px;
        margin: 0;
    }
    
    .main-timeline .timeline:nth-child(even) {
        float: right;
        margin: 0 10px 30px 0;
        position: relative;
    }
    
    .main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: right;
        margin: 0 0 0 61px;
    }
    
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        left: -32px;
        right: auto;
    }
    
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: -96px;
        right: auto;
    }
    
    .main-timeline .timeline:nth-child(even) .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        left: 46.3px;
    }
    
    @media screen and (max-width:990px) {
        .main-timeline .inner-content {
            padding: 0 15px 20px;
        }
    }
    
    @media screen and (max-width:767px) {
        .main-timeline:before {
            transform: translateX(0);
            left: 25px;
        }
        .main-timeline .timeline {
            width: 100%;
            margin: 0 0 40px;
        }
        .main-timeline .timeline-content,
        .main-timeline .timeline:nth-child(even) .timeline-content {
            text-align: left;
            margin: 0 0 0 60px;
            border-radius: 5px;
        }
        .main-timeline .timeline-content:before {
            display: none;
        }
        .main-timeline .timeline-icon,
        .main-timeline .timeline:nth-child(even) .timeline-icon {
            right: auto;
            left: -60px;
        }
        .main-timeline .timeline-icon:before,
        .main-timeline .timeline-icon:after {
            display: none;
        }
        .main-timeline .title {
            font-size: 20px;
            border-radius: 5px;
        }
    }
    
    ._s-info {
        position: absolute;
        top: 15.4rem;
        z-index: 99;
        width: auto;
        left: 15px;
    }
    
    .siderbar_contact {
        position: relative;
    }
    
    .siderbar_contact p {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        right: -198px;
        transition: all ease-in-out .5s;
        background-color: #30445d;
        box-shadow: 0px 0px 10px #797878;
        padding: 8px 12px;
        top: 0px;
        font-size: 16px;
        width: 188px;
        text-align: left;
        /* border: 4px solid #edeeef; */
        color: #fff;
    }
    
    .siderbar_contact .icon-img {}
    
    .siderbar_contact:hover p {
        opacity: 1;
        visibility: visible;
        right: -188px;
    }
    
    .siderbar_contact {
        border-radius: 3px;
        text-align: center;
        padding: 6px 6px;
        background-color: #0995a9;
        margin-bottom: 7px;
        width: 44px;
        height: 44px;
    }
    
    .siderbar_email {
        background-color: #fd1042;
    }
    
    .siderbar_watsapp {
        background-color: #2dc550;
    }
    
    .siderbar_fb {
        background-color: #617fde;
    }
    
    .siderbar_yt {
        background-color: #f31c49;
    }
    
    .siderbar_tw {
        background-color: #18d2ce;
    }
    
    .siderbar_lin {
        background-color: #075f8e;
    }
    
    ._cwtitle {
        text-align: center;
    }
    
    .footer_call_watsapp_mail {
        position: relative;
        text-align: center;
        background-color: #0A95A9;
        padding: 8px 32px;
        margin: auto;
    }
    
    .footer_call_watsapp_mail li {
        display: inline-block;
        color: #fff;
        padding-right: 66px;
        border-right: 1px solid;
        margin-right: 66px;
    }
    
    .footer_call_watsapp_mail li:nth-child(3) {
        border: none;
        padding-right: 0;
        margin-right: 0;
    }
    
    .footer_call_watsapp_mail li img {
        margin-right: 8px;
    }
    
    ._bottom_f_row .col-md-6:nth-child(2):before {
        content: "";
        position: absolute;
        width: 2px;
        height: 80px;
        border-right: 2px solid #ccc;
        right: 14px;
        top: 21px;
    }
    
    .bread-cumb-section {
        position: relative;
        text-align: center;
        padding: 134px 0px 40px;
    }
    
    .bread-cumb-section h1 {
        margin-bottom: 7px;
        text-transform: uppercase;
        color: #086477;
        font-weight: 600;
        font-size: 34px;
    }
    
    .bread-cumb-section ul {
        display: table;
        margin: auto;
        background: #08a1da;
        padding: 6px 0;
        border-radius: 4px;
    }
    
    .bread-cumb-section ul li {
        display: inline-block;
        padding: 0 15px;
        position: relative;
        color: #fff;
        font-size: 15px;
    }
    
    .bread-cumb-section ul li:before {
        position: absolute;
        content: "\f105";
        font-family: 'Font Awesome 5 Free';
        font-size: 15px;
        font-weight: 700;
        color: #eee;
        right: -3px;
        top: 1px;
        transition: all 500ms ease;
    }
    
    .bread-cumb-section ul li:last-child:before {
        content: none;
    }
    
    .bread-cumb-section ul li a {
        display: block;
        color: yellow;
    }
    
    .inner-container {
        position: relative;
        padding: 30px 0 70px;
        min-height: 60vh;
    }
    
    .inner_body .right-social {
        right: 12px;
        top: 15rem;
        bottom: initial;
    }
    
    ._c_dd_info {
        position: relative;
        border: 2px solid #ccc;
        padding: 15px 13px 21px;
    }
    
    ._c_dd_info ul li {
        position: relative;
        padding: 0 0px 12px 40px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 12px;
        color: #000;
    }
    
    ._c_dd_info ul li:last-child {
        padding-bottom: 0px;
        border-bottom: 0px;
        margin-bottom: 0px;
    }
    
    ._c_dd_info ul li i {
        position: absolute;
        left: 0px;
        width: 30px;
        height: 30px;
        background: #126b7d;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 29px;
    }
    
    ._c_f_cwm .footer_call_watsapp_mail {
        background-color: #FD1042;
        text-align: center;
        padding: 32px 32px;
    }
    
    ._c_f_cwm .footer_call_watsapp_mail li {
        display: inline-block;
        width: 100%;
        color: #fff;
        padding-right: 0px;
        border-right: 0px;
        border-bottom: 1px solid;
        margin-right: 0px;
        margin-bottom: 31px;
        padding-bottom: 25px;
        font-size: 19px;
    }
    
    ._c_f_cwm .footer_call_watsapp_mail li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 0px;
    }
    
    ._c_f_cwm .footer_call_watsapp_mail li img {
        display: table;
        margin: auto;
        margin-bottom: 7px;
    }
    
    ._cmap iframe {
        width: 100%;
        height: 200px;
    }
    
    ._cform {
        position: relative;
        padding: 30px 30px;
        max-width: 1000px;
        margin: auto;
        margin-top: 30px;
        text-align: center;
        box-shadow: 0px 0px 10px #ccc;
    }
    
    ._cform h3 {
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    
    ._cform .form-control {
        background-color: #f5f5f5;
        height: 50px;
    }
    
    ._cform textarea.form-control {
        height: 120px;
    }
    
    ._testimobox.serviceBox {
        padding: 5px 0 0;
        text-align: center;
    }
    
    ._testimobox.serviceBox .service-icon {
        color: #fff;
        background-color: #086477;
        font-size: 31px;
        text-align: center;
        line-height: 59px;
        width: 79px;
        height: 79px;
        margin: 0 auto;
        border: 10px solid #fff;
        border-radius: 50%;
        position: relative;
        right: 0;
        top: 0;
    }
    
    ._testimobox.serviceBox .service-icon:before,
    ._testimobox.serviceBox .service-icon:after {
        content: "";
        border: 5px solid #d6d6d6;
        border-radius: 50%;
        transform: rotate(36deg);
        position: absolute;
        left: -15px;
        top: -15px;
        bottom: -15px;
        right: -15px;
        clip-path: polygon(0 0, 0 87.5%, 87% 0);
    }
    
    ._testimobox.serviceBox .service-icon:after {
        transform: rotate(36deg);
        clip-path: polygon(100% 10%, 100% 100%, 11% 100%);
    }
    
    ._testimobox.serviceBox .service-content {
        padding: 70px 15px 15px;
        margin: -44px 0 0;
        border-radius: 20px;
        border: 5px solid #d6d6d6;
        min-height: 250px;
    }
    
    ._testimobox.serviceBox .title {
        color: #fd1042;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 5px;
    }
    
    ._testimobox.serviceBox .description {
        color: #666;
        font-size: 15px;
        line-height: 22px;
        margin: 0;
    }
    
    @media only screen and (max-width:990px) {
        ._testimobox.serviceBox {
            margin: 0 0 30px;
        }
    }
    
    .inner-services-text h2 {
        position: relative;
        font-size: 26px;
        color: #064e5d;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    
    .inner-services-text h3 {
        position: relative;
        color: #144556;
        font-size: 21px;
        margin: 17px 0 10px;
    }
    
    .inner-services-text h4 {
        position: relative;
        font-size: 19px;
        margin: 15px 0 8px;
    }
    
    .inner-services-text h5 {
        position: relative;
    }
    
    .inner-services-text p {
        position: relative;
        margin-bottom: 8px;
        color: #272727;
    }
    
    .inner-services-text ol {
        position: relative;
    }
    
    .inner-services-text li {
        position: relative;
        padding-left: 15px;
        color: #484848;
        line-height: 29px;
    }
    
    .inner-services-text li:before {
        position: absolute;
        content: "\f105";
        font-family: 'Font Awesome 5 Free';
        font-size: 15px;
        font-weight: 700;
        left: 0px;
        top: 1px;
        transition: all 500ms ease;
    }
    
    .inner-abot-content {
        text-align: center;
    }
    
    .inner-abot-content p {
        margin-bottom: 14px;
    }
    
    .hospital-image {
        box-shadow: 0px 0px 10px #333;
        padding: 8px;
        position: relative;
    }
    
    .hospital-image::before {
        content: "";
        position: absolute;
    }
    
    .about_timeline.main-timeline {
        position: relative;
    }
    
    .about_timeline.main-timeline::before {
        content: none;
        display: block;
        clear: both;
    }
    
    .about_timeline.main-timeline .timeline {
        width: 45%;
        padding: 50px 0 20px;
        margin: 0 0 0 5px;
        float: right;
    }
    
    .about_timeline.main-timeline .timeline.valtimelien {
        float: initial;
        margin: 0 auto 5px;
        display: table;
        text-align: center;
    }
    
    .about_timeline.main-timeline .timeline-content {
        background: #fff;
        padding: 20px 20px 30px;
        border: 2px solid #0995a9;
        border-radius: 30px;
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1) inset;
        display: block;
        position: relative;
    }
    
    .about_timeline.main-timeline .valtimelien .timeline-content {
        padding: 60px 20px 30px;
    }
    
    .about_timeline.main-timeline .timeline-content:hover {
        text-decoration: none;
    }
    
    .about_timeline.main-timeline .timeline-icon {
        color: #fff;
        background-color: #0995a9;
        font-size: 50px;
        text-align: center;
        line-height: 91px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        position: absolute;
        top: -50px;
        left: -50px;
        transform: initial;
    }
    
    .about_timeline.main-timeline .valtimelien .timeline-icon {
        left: 0px;
        right: 0px;
        margin: auto;
    }
    
    .about_timeline.main-timeline .title {
        color: #555;
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 15px 40px;
        transform: none;
        display: initial;
        background: transparent;
        padding: initial;
    }
    
    .about_timeline.main-timeline .valtimelien .title {
        margin: 0 0 15px 0px;
    }
    
    .about_timeline.main-timeline .description {
        color: #615e5e;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0;
    }
    
    .about_timeline.main-timeline .timeline-year {
        color: #02ABA6;
        background-color: #fff;
        font-size: 40px;
        font-weight: 700;
        line-height: 30px;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        bottom: -16px;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(even) {
        float: left;
        margin: 0 5px 0 0;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1) inset;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        left: auto;
        right: -50px;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(even) .title {
        margin: 0 40px 15px 0;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(4n+2) .timeline-content {
        border-color: #fd1042;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
        background-color: #fd1042;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(4n+2) .timeline-year {
        color: #CB256F;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(4n+3) .timeline-content {
        border-color: #28a745;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
        background-color: #28a745;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(4n+3) .timeline-year {
        color: #FE7C02;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(4n+4) .timeline-content {
        border-color: #02A7D5;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
        background-color: #02A7D5;
    }
    
    .about_timeline.main-timeline .timeline:nth-child(4n+4) .timeline-year {
        color: #02A7D5;
    }
    
    @media screen and (max-width:767px) {
        .about_timeline.main-timeline .timeline,
        .about_timeline.main-timeline .timeline:nth-child(even) {
            width: 100%;
            padding: 40px 0 15px;
            margin: 0 0 15px 0;
        }
        .about_timeline.main-timeline .timeline-content {
            padding: 50px 20px 30px;
        }
        .about_timeline.main-timeline .timeline-icon {
            font-size: 40px;
            line-height: 85px;
            height: 80px;
            width: 80px;
            left: 15px;
            top: -40px;
        }
        .about_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
            right: 15px;
        }
        .about_timeline.main-timeline .title,
        .about_timeline.main-timeline .timeline:nth-child(even) .title {
            font-size: 20px;
            margin: 0 0 7px;
        }
        .about_timeline.main-timeline .timeline-year {
            font-size: 35px;
        }
    }
    
    .gallrow .col-md-3 {
        padding: 0 6px;
    }
    
    .gllery-list {
        box-shadow: 0px 0px 10px #ccc;
        padding: 5px;
        margin-bottom: 12px;
    }
    
    .box {
        background: linear-gradient(180deg, #0787b7 0%, #011519 100%);
        position: relative;
        overflow: hidden;
    }
    
    .box:before,
    .box:after,
    .box .box-content:before,
    .box .box-content:after {
        content: "";
        background: #fff;
        width: 50%;
        height: 2px;
        transform: scaleX(0);
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1;
        transition: all 600ms ease;
    }
    
    .box:after {
        top: auto;
        bottom: 15px;
        left: auto;
        right: 15px;
    }
    
    .box .box-content:before,
    .box .box-content:after {
        width: 2px;
        height: 50%;
        transform: scaleY(0);
    }
    
    .box .box-content:after {
        left: auto;
        right: 15px;
        top: auto;
        bottom: 15px;
    }
    
    .box:hover:before,
    .box:hover:after,
    .box:hover .box-content:before,
    .box:hover .box-content:after {
        transform: scale(1);
    }
    
    .box img {
        width: 100%;
        height: auto;
        transform: scale3d(1.1, 1.1, 1);
        transition: all 0.25s linear;
    }
    
    .box:hover img {
        opacity: 0.25;
        transform: scale(1.25);
    }
    
    .box .inner-content {
        color: #fff;
        text-align: center;
        width: 70%;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 70%;
        left: 50%;
        transition: all 600ms ease;
    }
    
    .box:hover .inner-content {
        opacity: 1;
        top: 50%;
    }
    
    .box .title {
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 3px;
    }
    
    .box .post {
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin: 0 0 12px;
        display: block;
    }
    
    .box .icon {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .box .icon li {
        display: inline-block;
        margin: 0 4px;
    }
    
    .box .icon li a {
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        height: 35px;
        width: 35px;
        border: 2px solid #fff;
        border-radius: 10px 0 10px 0;
        display: block;
        transition: all 0.3s;
    }
    
    .box .icon li a:hover {
        color: #b31217;
        background: #fff;
        border-radius: 0 10px 0 10px;
    }
    
    @media only screen and (max-width:990px) {
        .box {
            margin: 0 0 30px;
        }
    }
    
    .team-container .container {
        max-width: 1076px;
    }
    
    .team_blocks {
        position: relative;
        box-shadow: 0px 0px 10px #ccc;
        padding: 11px 11px;
        margin-bottom: 30px;
    }
    
    ._teamtitle {
        text-align: center;
        text-transform: uppercase;
        font-size: 40px;
        margin-bottom: 40px;
    }
    
    .team-info {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 600px;
        height: 190px;
    }
    
    .team-info h3 {
        font-size: 26px;
        text-transform: uppercase;
        color: #fd1042;
        font-weight: 600;
    }
    
    .team-info h4 {
        position: relative;
        font-size: 21px;
        margin: 9px 0 7px;
    }
    
    .testimonila-form {
        max-width: 1000px;
        margin: auto;
        margin-top: 56px;
        text-align: center;
        box-shadow: 0px 0px 10px #ccc;
        padding: 35px 34px;
    }
    
    .testimonila-form h3 {
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    
    .testimonila-form .form-control {
        margin-bottom: 20px;
        background-color: #f5f5f5;
    }