@charset "UTF-8";
@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('gallery.css');
@import url('jquery.touchspin.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

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

***/

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


/*** 

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

***/

body {
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #126abd;
}

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

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

textarea {
    overflow: hidden;
    resize: none;
}

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

p,
.text {
    font-size: 14px;
    line-height: 24px;
    color: #3b3b3c;
    margin: 0;
}

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

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

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

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

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

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

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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


/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #4e4e4e;
}

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


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #ffffff;
}

.btn-style-two:hover {
    background: #222222;
    color: #ffffff;
}


/*Btn Style Three*/

.btn-style-three {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #222222;
}

.btn-style-three:hover {
    background: #ffffff;
    color: #222222;
}


/*=== List Style One ===*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 12px;
    padding-left: 35px;
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    line-height: 24px;
    color: #7abf18;
    font-weight: 600;
    content: "\f193";
    font-family: "flaticon";
}

.theme_color {
    color: #7abf18;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 167px;
    z-index: 999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/logo.png);
}

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


/*** 

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

***/

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

.scroll-to-top:hover {
    background: #7abf18;
    color: #ffffff;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .tab.active-tab {
    display: block;
}


/*** 

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

***/

.main-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

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

.main-header .header-top:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #7abf18;
    height: 10px;
    content: "";
}

.main-header .header-top .inner-container {
    padding: 0 25px;
    background-color: #7abf18;
    border-radius: 0 0 20px 20px;
}

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

.main-header .top-left .text {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 0;
}

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

.main-header .top-right .text {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 0;
}

.main-header .top-right .text a {
    color: #ffffff;
}

.main-header .top-right .social-icon-one {
    position: relative;
    float: right;
    margin-left: 100px;
    padding: 10px 0;
}

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

.social-icon-one li {
    position: relative;
    float: left;
    margin-left: 15px;
}

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

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #333333;
}

.main-header .header-upper {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    z-index: 99999;
}

.main-header .header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
}

.main-header .logo-outer {
    padding: 40px 0px;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    /* padding: 6px; */
    /* box-shadow: 0 0px 23px -8px #9c9c9c; */
    /* background-color: #fff; */
}

.main-header .header-upper .upper-right {
    position: relative;
    float: right;
    padding-top: 45px;
}

.main-header .info-box {
    position: relative;
    float: left;
    padding-left: 65px;
    margin-left: 40px;
    min-height: 50px;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #4c4c4c;
    font-weight: 600;
    border: 1px dashed #7abf18;
    border-radius: 10px 10px 0 10px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .info-box li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #777777;
    font-weight: 400;
    text-transform: capitalize;
}

.main-header .info-box li span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}

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

.main-header .info-box li a:hover {
    color: #7abf18;
}


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

.main-header .header-lower {
    position: relative;
    z-index: 99999;
}

.main-header .header-lower .nav-outer {
    position: static;
    /* float: left; */
}

.main-menu {
    position: relative;
    float: right;
    z-index: 111;
    right: 7rem;
}

.main-menu .navigation {
    position: static;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

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

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

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 110%;
    width: 200px;
    padding: 0px 0px;
    z-index: 100;
    background: rgba(47, 46, 50, .90);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 1;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

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

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

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

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    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>a {
    background: #222222;
}

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

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 110%;
    top: 0%;
    width: 200px;
    padding: 0px 0px;
    z-index: 100;
    background: rgba(47, 46, 50, .90);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.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: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    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>ul>li>a:hover {
    color: #ffffff;
    background: #222222;
}

.main-menu .navigation>li.dropdown:hover>ul {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

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

.main-header .outer-box {
    position: relative;
    /* float: right; */
    margin-left: 45px;
}


/*Search Box Widget*/

.main-header .search-box-outer {
    position: relative;
    float: left;
    margin-right: 30px;
}

.main-header .search-box {
    position: relative;
    padding: 15px 0;
    min-width: 170px;
}

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

.main-header .search-box .form-group input[type="text"],
.main-header .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    height: 30px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .search-box .form-group input:focus {
    border-color: #7abf18;
}

.main-header .search-box .form-group input[type="submit"],
.main-header .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #ffffff;
}

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

.main-header .outer-box .btn-box .theme-btn {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 40px;
    font-weight: 500;
    border-radius: 0;
}


/************************ Mega Menu ***************************/

.main-menu .navigation>li.has-mega-menu {
    position: static;
}

.main-menu .navigation>li>.mega-menu {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    background: rgba(47, 46, 50, .90);
    padding: 30px 30px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -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:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
    position: relative;
}

.main-menu .navigation>li.has-mega-menu h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
}

.main-menu .navigation>li .mega-menu-bar ul {
    position: relative;
    background-color: #7abf18;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    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 .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px;
}

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

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    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 .mega-menu-bar .column>ul>li>a:hover {
    background: #222222;
}

.main-header .main-menu .navigation>li>a:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #7abf18;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-menu .navigation>li>a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #7abf18;
    content: "";
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-menu .navigation>li:hover>a:after,
.main-header .main-menu .navigation>li.current>a:after {
    opacity: 1;
}

.main-header .main-menu .navigation>li:hover>a:before,
.main-header .main-menu .navigation>li.current>a:before {
    width: 100%;
    left: 0;
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a,
.main-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    color: #71b100;
}

.header-style-two {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
}

.header-style-two .header-lower {
    background: transparent;
}

.header-style-two .inner-container {
    position: relative;
    background-color: #ffffff;
}

.header-style-two .logo-outer {
    position: relative;
    float: left;
    padding: 10px 0 10px 20px;
}

.header-style-two .header-lower .nav-outer {
    float: right;
}

.header-style-two .outer-box {
    float: left;
    margin: 0;
}

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

.header-style-two .main-menu .navigation>li>a {
    position: relative;
    padding: 20px 15px;
    color: #333333;
    font-weight: 500;
    z-index: 9;
}

.header-style-two .main-menu .navigation>li>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #7abf18;
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .header-lower .main-menu .navigation>li.current>a,
.header-style-two .header-lower .main-menu .navigation>li:hover>a {
    color: #ffffff !important;
}

.header-style-two .main-menu .navigation>li.current>a:before,
.header-style-two .main-menu .navigation>li:hover>a:before {
    height: 110%;
    opacity: 1;
    visibility: visible;
}


/*search box btn*/

.header-style-two .search-box-outer {
    position: relative;
    float: right;
    padding: 20px 0;
    margin-left: 25px;
}

.header-style-two .search-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: none;
    font-size: 18px;
    line-height: 29px;
    color: #333333;
    font-weight: 600;
    outline: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .search-btn:hover {
    color: #7abf18;
}

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

.header-style-two .search-box-outer .dropdown-menu {
    top: 20px !important;
    right: 0 !important;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #25262c;
}

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

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

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

.header-style-two .search-panel input:focus,
.header-style-two .search-panel select:focus {
    border-color: #7abf18;
}

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

.header-style-two .share-btn {
    position: relative;
    float: left;
    padding: 20px 0;
    margin-left: 25px;
}

.header-style-two .share-btn a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .share-btn a:hover {
    color: #7abf18;
}

.header-style-three {
    position: absolute;
    width: 100%;
    top: 0;
    background: transparent;
}

.header-style-three .header-lower {}

.header-style-three .logo-outer {
    position: absolute;
    float: left;
    padding: 50px 0;
    padding-bottom: 0;
    min-width: auto;
    text-align: center;
    background-color: transparent;
    z-index: 9;
}

.header-style-three .logo-outer .logo {
    position: relative;
    top: -35px;
    left: 37px;
    padding: 5px;
    width: 87%;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #868585;
}

.header-style-three .header-lower .nav-outer {
    padding-left: 80px;
    display: none;
}

.header-style-three .main-menu .navigation>li {
    padding: 14px 0;
}

.header-style-three .main-menu .navigation>li>a {
    position: relative;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    padding: 0;
    font-weight: 600;
}

.header-style-three .main-menu .navigation>li>a:before,
.header-style-three .main-menu .navigation>li>a:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 0%;
    content: "";
    background-color: transparent;
    transition: all 300ms ease;
}

.header-style-three .main-menu .navigation>li>a:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border: 0;
}

.header-style-three .main-menu .navigation>li:hover>a:before,
.header-style-three .main-menu .navigation>li:hover>a:after,
.header-style-three .main-menu .navigation>li.current>a:before,
.header-style-three .main-menu .navigation>li.current>a:after {
    width: 100%;
}

.header-style-three .main-menu .navigation>li:hover>a,
.header-style-three .main-menu .navigation>li.current>a,
.header-style-three .main-menu .navigation>li.current-menu-item>a {
    color: #ff9000;
}

.header-style-three .call-btn {
    position: absolute;
    float: right;
    right: 16px;
    width: 133px;
    top: 17px;
    z-index: 1;
}

.header-style-three .call-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
    background-color: #327d47;
    content: "";
    border-radius: 24px;
}

.header-style-three .call-btn a {
    position: initial;
    padding: 8px 26px;
    line-height: 30px;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    float: right;
    text-transform: uppercase;
    background-color: #519643;
    background-image: linear-gradient(to right, #3a842b, #d0c429);
    color: #ffffff;
    z-index: initial;
    border-radius: 30px;
}

.header-style-three .call-btn a::before {
    position: absolute;
    content: "";
    background-image: url(../images/appointmentt.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 52px;
    height: 52px;
    background-size: 47px;
    right: 2rem;
    top: -2px;
    opacity: .15;
    /* z-index: -1; */
}

.hader-banner {
    position: relative;
    width: 100%;
    height: 100vh;
}

.header-style-three .share-btn {
    position: relative;
    float: left;
    padding: 35px 0;
    margin-right: 60px;
}

.header-style-three .share-btn a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #7abf18;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-three .share-btn a:hover {
    color: #222222;
}

span.nav-icon {
    position: relative;
    display: block;
    text-align: center;
}

.nav-icon img {
    width: 34px;
}

.desktop-mail {
    display: block;
}

.mobile-mail {
    display: none;
}

.desk-top-menu {
    display: block;
}

.mob-menu {
    display: none;
}

.desk-main-menu {
    display: block;
}

.mob-main-menu {
    display: none;
}


/* .social-media a {
    line-height: 30px;
    background: #ffff;
    width: 49px;
    height: 49px;
    padding: 6px;
    color: #4a4646;
    font-size: 22px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #6f6e6e;
    border: 4px solid #ececec;  
    left: 20px;
    position: relative;
} */

.latest-news-block .link-box a {
    margin: 0;
    font-size: 13px;
    position: absolute;
    bottom: 29%;
    left: 20px;
    color: #0b224d;
    background-color: #f9e315;
    border: none;
    width: 90px;
}

.latest-news-block .link-box.poscovidlink a {
    border: 20px;
    color: #fff;
    background-color: #E74747;
    bottom: 23px;
    left: 0;
    right: 0;
    margin: auto;
}

.latest-news-block .link-box.anbailink a {
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 19px;
}

.latest-news-block .link-box {
    padding: 0;
}

.social-media a.yt {
    background-color: #e32525;
}

.social-media a.tw {
    background-color: #20adc3;
}

.social-media a.lin {
    background-color: #044d92;
}

.phone-email {
    width: 100%;
    display: table;
    margin-top: 92px;
    text-align: left;
    padding-left: 21px;
}

.arrow-down {
    text-align: center;
    position: absolute;
    cursor: pointer;
    bottom: 10px;
    z-index: 99;
    left: 22px;
    /* right: 40px; */
    margin: auto;
    color: #e63734;
    width: 53px;
    height: 53px;
    background-color: #fff;
    font-size: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 7px #ccc;
    line-height: 57px;
}

.p-e-info {
    margin-bottom: 17px;
}

.p-e-info i {
    width: 30px;
    height: 30px;
    background-color: #ff9000;
    color: #101010;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.fallow-title {
    position: absolute;
    top: 90px;
    z-index: 333;
    transform: rotate(0deg);
    text-transform: uppercase;
    left: 2px;
    color: #b1a300;
    font-size: 19px;
    font-weight: 500;
}

.top-contact-info {
    float: right;
    margin-right: 9rem;
    margin-top: 18px;
}

span.tp-info {
    border-right: 1px solid #000;
    padding-right: 8px;
    margin-right: 8px;
}

.tp-info i {
    width: 30px;
    height: 30px;
    background-color: #152433;
    color: #ff9000;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.hader-banner:before {
    content: "";
    background-color: transparent;
    width: 70px;
    right: 0;
    height: 100vh;
    top: 0;
    z-index: 2;
    position: absolute;
}

.inner-header-banner::before {
    content: none;
}


/*search box btn*/

.header-style-three .search-box-outer {
    position: relative;
    float: left;
    background-color: #ffffff;
    text-align: center;
    margin: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-three .search-box-btn {
    line-height: 29px;
}

.main-header .search-box-btn {
    position: relative;
    cursor: pointer;
    background: none;
    font-size: 24px;
    color: #222222;
    outline: none;
    padding: 35px 0;
    width: 100px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover {
    color: #7abf18;
}

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

.main-header .search-box-outer .dropdown-menu {
    top: 0px !important;
    right: 0 !important;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #25262c;
}

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

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

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

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

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


/*** 

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

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

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

.fixed-header .sticky-header .logo {
    padding: 10px 0;
    position: relative;
    left: 48%;
    width: 100px;
}

.fixed-header .color-palate {
    position: fixed;
    top: 19px;
    z-index: 99999;
}

.fixed-header .color-palate.visible-palate {
    top: 0px;
}

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

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

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

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    color: #71b100;
}

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


/*** 

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

***/

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
    z-index: 1;
    text-align: center;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 24px;
    color: #519643;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.sec-title .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 68px;
    /* background-color: #489038; */
    border-right: 10px solid #ffffff;
    content: '';
}

.sec-title .title:after {
    position: absolute;
    left: 34px;
    bottom: 0;
    height: 2px;
    width: 6px;
    background-color: transparent;
    content: "";
}

.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 1.3em;
    color: #03192f;
    font-weight: 600;
    text-transform: uppercase;
}

.t-s-t h2 {
    color: #ffffff;
    display: table;
    margin: auto;
    margin-top: 0;
}

.sec-title .text {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
    margin-top: 25px;
}

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

.sec-title.text-center .title:after {
    left: 50%;
    margin-left: 1px;
}

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

.sec-title.light .title:before {
    background-color: #ffffff;
    border-right-color: #000000;
}


/*** 

====================================================================
        Page Title
====================================================================

***/

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

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .50;
    position: absolute;
}

.page-title .inner-container {
    position: relative;
}

.page-title .title-box {
    position: relative;
    float: left;
    padding: 5px 0;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 30px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 700;
}

.page-title .bread-crumb {
    position: relative;
    float: right;
    background-color: #000000;
    border-radius: 30px;
    border: 2px dashed #ffffff;
    padding: 13px 40px;
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    cursor: default;
    padding-right: 30px;
    margin-right: 15px;
}

.page-title .bread-crumb li:before {
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    right: -2px;
    font-size: 18px;
    line-height: 30px;
    color: #7abf18;
    font-weight: 900;
    content: "\f299";
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: #7abf18;
}


/*** 

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

***/

.banner-section {
    position: relative;
}

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

.banner-section .slide-item:before {
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    content: "";
    opacity: .70;
}

.banner-section .content-box {
    position: relative;
    text-align: center;
}

.banner-section h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 20px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms 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);
}

.banner-section .active h4 {
    opacity: 1;
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    letter-spacing: -20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.banner-section .active h2 {
    opacity: 1;
    letter-spacing: 0px;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-section .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 55px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.banner-section .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-section .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms 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);
}

.banner-section .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .link-box a:after,
.banner-section .link-box a:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .link-box a:after {
    width: 60%;
    bottom: -5px;
}

.banner-section .link-box a i {
    color: #7abf18;
}

.banner-section .link-box a:hover:after,
.banner-section .link-box a:hover:before {
    width: 0;
}

.banner-section .link-box a:hover {
    color: #7abf18;
}

.banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.banner-carousel .owl-next,
.banner-carousel .owl-prev {
    position: absolute;
    left: 5%;
    top: 0;
    font-size: 16px;
    color: #2d3e50;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-carousel .owl-next {
    left: auto;
    right: 5%;
    padding-left: 0;
    padding-right: 25px;
}

.banner-carousel .owl-next:hover,
.banner-carousel .owl-prev:hover {
    color: #7abf18;
}

.banner-carousel .owl-next:before,
.banner-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #2d3e50;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-carousel .owl-next:hover:before,
.banner-carousel .owl-prev:hover:before {
    border-color: #7abf18;
}

.banner-carousel .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #2d3e50;
    border-left: 0;
}

.banner-carousel .owl-next span {
    margin-left: 5px;
    font-size: 14px;
}

.banner-carousel .owl-prev span {
    margin-right: 5px;
    font-size: 14px;
}


/***

====================================================================
    Banner Section Two
====================================================================

***/

.banner-section-two {
    position: relative;
}

.banner-section-two .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    height: 100vh;
}

.banner-section-two .slide-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .60;
}

.banner-section-two .content-box {
    position: relative;
    max-width: 680px;
    width: 100%;
}

.banner-section-two .content-box .inner-box {
    position: relative;
    padding: 60px 60px;
    border-top: 5px solid transparent;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-section-two .active .content-box .inner-box {
    border-top: 5px solid #ffffff;
}

.banner-section-two .content-box .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    content: "";
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    border-radius: 0 0 30px 30px;
}

.banner-section-two .active .content-box .inner-box:before {
    height: 100%;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-section-two h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #7abf18;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 10px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-section-two .active h4 {
    opacity: 1;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section-two h2 {
    position: relative;
    display: block;
    font-size: 56px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 30px;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-two .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section-two .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.banner-section-two .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.banner-section-two .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms 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);
}

.banner-section-two .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.banner-section-two .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .link-box a:after,
.banner-section-two .link-box a:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .link-box a:after {
    width: 40%;
    bottom: 0px;
}

.banner-section-two .link-box a i {
    color: #7abf18;
}

.banner-section-two .link-box a:hover:after,
.banner-section-two .link-box a:hover:before {
    width: 0;
}

.banner-section-two .link-box a:hover {
    color: #7abf18;
}


/*** 

====================================================================
    Banner Section Three
====================================================================

***/

.banner-section-three {
    position: relative;
}

.banner-section-three .slide-item {
    position: relative;
    overflow: hidden;
}

.banner-section-three .content-box {
    position: relative;
    float: left;
    width: 44%;
    padding: 100px 0;
    z-index: 1;
}

.banner-section-three .content-box .inner-box {
    position: relative;
    float: right;
    max-width: 470px;
    width: 100%;
    background-color: #eeeeee;
    padding: 130px 15px;
}

.banner-section-three .content-box .inner-box:before {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 1000%;
    background-color: #eeeeee;
    content: "";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-three .active .content-box .inner-box:before {
    right: -70px;
}

.banner-section-three h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #7abf18;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 10px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-section-three .active h4 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-section-three h2 {
    position: relative;
    display: block;
    font-size: 56px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 50px;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-three .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section-three .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 40px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.banner-section-three .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section-three .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms 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);
}

.banner-section-three .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.banner-section-three .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .link-box a:after,
.banner-section-three .link-box a:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #bbbbbb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .link-box a:after {
    width: 40%;
    bottom: 0px;
}

.banner-section-three .link-box a i {
    color: #7abf18;
}

.banner-section-three .link-box a:hover:after,
.banner-section-three .link-box a:hover:before {
    width: 0;
}

.banner-section-three .link-box a:hover {
    color: #7abf18;
}

.banner-section-three .image-box {
    position: absolute;
    right: -70px;
    top: 0;
    height: 100%;
    width: 56%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-three .active .image-box {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.banner-section-three .owl-nav {
    position: absolute;
    bottom: 0px;
    height: 50px;
    width: 190px;
    left: 50%;
    margin-left: -550px;
}

.banner-section-three .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center;
}

.banner-section-three .owl-next,
.banner-section-three .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-section-three .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
}

.banner-section-three .owl-next:hover,
.banner-section-three .owl-prev:hover {
    color: #7abf18;
}

.banner-section-three .owl-next:before,
.banner-section-three .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-section-three .owl-next:hover:before,
.banner-section-three .owl-prev:hover:before {
    border-color: #7abf18;
}

.banner-section-three .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #dddddd;
    border-left: 0;
}

.banner-section-three .owl-next span {
    margin-left: 5px;
}

.banner-section-three .owl-prev span {
    margin-right: 5px;
}

.banner-section-three .carousel-outer {
    margin: 0 -15px;
}


/*** 

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

***/

.about-section {
    position: relative;
    padding: 0;
    /* background-image: url(../images/bg.jpg); */
    z-index: 2;
}

.about-t {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 49px;
    text-align: center;
    text-transform: uppercase;
    font-size: 94px;
    color: #e8e6e6;
    width: auto;
    padding: 9px 0;
    font-weight: 700;
}

section.about-section:before {
    content: "";
    background-color: #e32525;
    width: 38%;
    height: 100%;
    position: absolute;
    background-image: url(../images/appointment-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    /* z-index: -1; */
    /* transform: skewY(-5deg); */
    top: 0;
}

section.about-section:after {
    content: "";
    /* background-image: url(../images/icons/pattern.png); */
    width: 1px;
    height: 46%;
    position: absolute;
    top: 108px;
    right: 0;
    left: 40px;
    margin: auto;
    z-index: -1;
}

.about-title {
    color: #868682;
    position: relative;
    text-align: center;
    font-size: 37px;
    margin-bottom: 0;
    z-index: 1;
    position: absolute;
    left: -136px;
    bottom: 307px;
    width: 255px;
    transform: rotate(-90deg);
    text-transform: uppercase;
}

.about-title:before {
    content: "";
    background-color: #dc3544;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 0;
}

.about-title::after {
    content: "";
    background-color: #dc3544;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 15px;
    right: 0;
}

.about-section.alternate {
    padding-bottom: 170px;
}

.about-section .content-column {
    position: relative;
    position: relative;
    z-index: 9;
    background: #489038;
    padding: 54px 43px;
}

.about-section .content-column .inner-column {
    position: relative;
}

.about-section .content-column .content {
    position: relative;
    padding: 0px 0px;
    padding-right: 0;
    /* background-color: #ffffff; */
    /* box-shadow: 0 2px 23px #afaeaee0; */
    text-align: center;
}

.about-section .content-column .sec-title {
    margin-bottom: 12px;
}

.about-section .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #3a3a3a;
    font-weight: 500;
    margin-bottom: 19px;
}

.about-section .content-column .link-box {
    position: relative;
}

.about-section .content-column .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    border: 1px solid;
    padding: 7px 11px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .content-column .link-box a i {
    margin-left: 5px;
    font-size: 14px;
}

.about-section .content-column .link-box a:hover {
    color: #f9f9f9;
    background-color: #000;
}

.about-section .image-column {
    position: relative;
    left: 0;
    padding: 0;
}

.about-section .image-column .inner-column {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
}

.about-section .image-column .image-box {
    position: relative;
    margin-top: 0;
    z-index: 3;
}

.about-section .image-column .image-box:before {
    position: absolute;
    left: -32px;
    top: 80px;
    width: 682px;
    background-color: transparent;
    content: "";
    z-index: -1;
}

.about-section .image-column .image {
    position: relative;
    margin-bottom: 0;
    box-shadow: 0 2px 23px #232323e0;
    padding: 8px;
    background-color: #ecebe9;
    z-index: 4;
    left: 7px;
}

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


/*** 

====================================================================
    Services Section
====================================================================

***/

.services-section {
    position: relative;
}

.services-section .outer-box {
    position: relative;
    margin-top: -85px;
}

.service-block {
    position: relative;
}

.service-block .inner-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

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

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

.service-block .caption-box {
    position: relative;
    padding: 20px 40px;
    padding-right: 70px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-top: 0;
}

.service-block .caption-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    text-align: center;
    background-color: #7abf18;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.service-block .caption-box h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
}

.service-block .caption-box h4 a {
    display: inline-block;
    color: #333333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .caption-box h4 a:hover {
    color: #7abf18;
}

.service-block .overlay-box {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    background-color: rgb(34, 34, 34, .90);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 600ms ease;
}

.service-block .inner-box:hover .overlay-box {
    top: 0%;
}

.service-block .overlay-box:before {
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 90%;
    width: 1px;
    background-color: #ffffff;
    content: "";
    opacity: .70;
}

.service-block .overlay-box:after {
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 1px;
    width: 90%;
    background-color: #ffffff;
    opacity: .70;
    content: "";
}

.service-block .overlay-box .inner {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    padding-left: 70px;
    padding-right: 30px;
}

.service-block .overlay-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.service-block .overlay-box .link-box {
    position: relative;
    display: block;
}

.service-block .overlay-box .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .overlay-box .link-box a:hover {
    color: #7abf18;
}

.service-block .overlay-box .link-box a i {
    margin-left: 5px;
    color: #7abf18;
}

.services-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.services-carousel .owl-next,
.services-carousel .owl-prev {
    position: absolute;
    left: -115px;
    top: 0;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.services-carousel .owl-next {
    left: auto;
    right: -115px;
    padding-left: 0;
    padding-right: 25px;
}

.services-carousel .owl-next:hover,
.services-carousel .owl-prev:hover {
    color: #7abf18;
}

.services-carousel .owl-next:before,
.services-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #777777;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.services-carousel .owl-next:hover:before,
.services-carousel .owl-prev:hover:before {
    border-color: #7abf18;
}

.services-carousel .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #777777;
    border-left: 0;
}

.services-carousel .owl-next span {
    margin-left: 5px;
    font-size: 14px;
}

.services-carousel .owl-prev span {
    margin-right: 5px;
    font-size: 14px;
}

.services-section.style-two {
    position: relative;
    padding: 100px 0 40px;
}

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


/*** 

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

***/

.services-section-two {
    position: relative;
    padding: 100px 0;
}

.services-section-two .outer-box {
    position: relative;
}

.services-section-two .title-column {
    position: relative;
    float: left;
    max-width: 37.5%;
    width: 100%;
}

.services-section-two .title-column .inner-column {
    position: relative;
    float: right;
    max-width: 350px;
    width: 100%;
    padding-right: 60px;
    padding-top: 120px;
}

.services-section-two .services-column {
    position: relative;
    float: right;
    max-width: 62.5%;
    width: 100%;
}

.services-section-two .services-column .inner-column {
    position: relative;
    padding: 85px 55px 0;
}

.services-section-two .services-column .inner-column:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    width: 100%;
    background-image: url(../images/icons/pattern-2.jpg);
    background-repeat: repeat;
    background-position: center;
    content: '';
}

.services-carousel-two {
    position: relative;
}

.service-block-two {
    position: relative;
    padding: 15px 15px 25px;
}

.service-block-two .inner-box {
    position: relative;
    background-color: #ffffff;
    padding: 70px 15px 70px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}

.service-block-two .icon-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.service-block-two .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1em;
    color: #7abf18;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box:hover .icon-box .icon {
    color: #222222;
}

.service-block-two h5 {
    position: relative;
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 30px;
}

.service-block-two h5 a {
    color: #333333;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h5 a:hover {
    color: #7abf18;
}

.service-block-two .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #666666;
    font-weight: 400;
}

.service-block-two .link-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
}

.service-block-two .link-box a {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #7abf18;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .link-box a:hover {
    background-color: #222222;
}

.services-carousel-two .owl-nav {
    position: absolute;
    left: -410px;
    bottom: 50px;
    width: 190px;
}

.services-carousel-two .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center;
}

.services-carousel-two .owl-next,
.services-carousel-two .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.services-carousel-two .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
}

.services-carousel-two .owl-next:hover,
.services-carousel-two .owl-prev:hover {
    color: #7abf18;
}

.services-carousel-two .owl-next:before,
.services-carousel-two .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.services-carousel-two .owl-next:hover:before,
.services-carousel-two .owl-prev:hover:before {
    border-color: #7abf18;
}

.services-carousel-two .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #dddddd;
    border-left: 0;
}

.services-carousel-two .owl-next span {
    margin-left: 5px;
}

.services-carousel-two .owl-prev span {
    margin-right: 5px;
}


/*** 

====================================================================
    Services Section Three
====================================================================

***/

.services-section-three {
    position: relative;
    padding: 100px 0;
}

.services-carousel-three {
    position: relative;
}

.service-block-three {
    position: relative;
    padding: 15px 15px 25px;
}

.service-block-three .inner-box {
    position: relative;
    background-color: #ffffff;
    padding: 40px 15px 70px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}

.service-block-three .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #7abf18;
    content: "";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-three .inner-box:hover:before {
    height: 100%;
}

.service-block-three .icon-box {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 25px;
}

.service-block-three .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 54px;
    line-height: 70px;
    color: #7abf18;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-three .inner-box:hover .icon-box .icon {
    color: #333333;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}

.service-block-three h5 {
    position: relative;
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 30px;
}

.service-block-three h5 a {
    color: #333333;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-three .inner-box:hover h5 a {
    color: #ffffff;
}

.service-block-three .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #666666;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-three .inner-box:hover .text {
    color: #ffffff;
}

.service-block-three .link-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
}

.service-block-three .link-box a {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #7abf18;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-three .inner-box:hover .link-box a {
    background-color: #222222;
}

.services-carousel-three .owl-nav {
    position: relative;
    height: 50px;
    width: 190px;
    margin: 80px auto 0px;
}

.services-carousel-three .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center;
}

.services-carousel-three .owl-next,
.services-carousel-three .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.services-carousel-three .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
}

.services-carousel-three .owl-next:hover,
.services-carousel-three .owl-prev:hover {
    color: #7abf18;
}

.services-carousel-three .owl-next:before,
.services-carousel-three .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.services-carousel-three .owl-next:hover:before,
.services-carousel-three .owl-prev:hover:before {
    border-color: #7abf18;
}

.services-carousel-three .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #dddddd;
    border-left: 0;
}

.services-carousel-three .owl-next span {
    margin-left: 5px;
}

.services-carousel-three .owl-prev span {
    margin-right: 5px;
}

.services-section-three .carousel-outer {
    margin: 0 -15px;
}


/*** 

====================================================================
    Service Detail Section
====================================================================

***/

.service-detail-section {
    position: relative;
    padding: 100px 0 60px;
}

.service-detail {
    position: relative;
}

.service-detail .image-box {
    position: relative;
}

.service-detail .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.service-detail .lower-content {
    position: relative;
    padding-top: 30px;
}

.service-detail .lower-content h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail .lower-content p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 27px;
}

.service-detail .two-column {
    position: relative;
    margin-top: 30px;
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 30px;
}

.service-detail .two-column .image {
    position: relative;
    margin-bottom: 0;
}

.service-detail .two-column .image img {
    display: block;
    width: 100%;
    height: auto;
}

.service-detail .two-column .info-column {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box.style-two {
    margin-bottom: 30px;
    margin-top: 30px;
}

.accordion-box.style-two .block {
    position: relative;
    border-radius: 0;
    margin-bottom: 10px;
}

.accordion-box.style-two .block .acc-btn {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    padding: 15px 20px 15px;
    padding-right: 40px;
    background-color: #f5f5f5;
    border-radius: 0;
    border: 0;
}

.accordion-box.style-two .block .acc-btn.active {
    background-color: #ffffff;
    color: #7abf18;
}

.accordion-box.style-two .block .icon {
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #7abf18;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box.style-two .block .acc-btn.active .icon:before {
    left: auto;
    right: 7px;
    content: "\f358";
    color: #333333;
    font-size: 17px;
    background-color: #ffffff;
    font-weight: 400;
    font-family: 'Font Awesome 5 Free';
}

.accordion-box.style-two .block .content {
    border: 0;
    padding: 0 20px 20px;
}


/*=======================
Service Tabs Style
=======================*/

.table-style-one {
    position: relative;
}

.table-style-one table {
    position: relative;
    border: 1px solid #dddddd;
    min-width: 800px;
}

.table-style-one thead {
    position: relative;
    background-color: #f1f1f1;
}

.table-style-one thead th {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    padding: 15px 40px;
    text-align: center;
}

.table-style-one thead th:first-child {
    background-color: #333333;
    color: #ffffff;
    text-align: left;
}

.table-style-one tbody th {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 40px;
    color: #333333;
    font-weight: 400;
}

.table-style-one tbody tr,
.table-style-one tbody td {
    position: relative;
    text-align: center;
    padding: 20px 40px;
    border-right: 1px solid #dddddd;
}

.table-style-one tbody tr th:first-child {
    text-align: left;
    border-right: 1px solid #dddddd;
    font-weight: 600;
}

.table-style-one tbody tr:last-child th {
    padding: 10px 40px;
    font-weight: 700;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.table-style-one tbody tr:last-child th:first-child {
    background-color: #7abf18;
    color: #ffffff;
}

.service-detail .table-style-one {
    margin-bottom: 60px;
}


/*=======================
Service Tabs Style
=======================*/

.service-info-tabs {
    position: relative;
    margin-bottom: 60px;
}

.service-tabs .tab-btns {
    position: relative;
    z-index: 1;
}

.service-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    top: 2px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-tabs .tab-btns .tab-btn:hover:after,
.service-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    border-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-tabs .tab-btns .tab-btn:hover,
.service-tabs .tab-btns .tab-btn.active-btn {
    color: #7abf18;
    border-color: #7abf18;
    background: #ffffff;
}

.service-tabs .tabs-content {
    position: relative;
    padding: 30px 30px 30px;
    border: 1px solid #7abf18;
}

.service-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.service-tabs .tabs-content .tab.active-tab {
    display: block;
}

.service-tabs .tabs-content .tab .content {
    position: relative;
}

.service-tabs .tabs-content .tab .content:after {
    display: table;
    content: "";
    clear: both;
}

.service-tabs .tabs-content .tab .content .image {
    position: relative;
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
}

.service-tabs .tabs-content .tab .content .thumb img {
    display: block;
    width: 100%;
}

.service-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 0px;
    padding-top: 10px;
}


/*Services Category*/

.services--list {
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #dddddd;
}

.services--list li {
    position: relative;
    overflow: hidden;
}

.services--list li a {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 28px;
    padding: 20px 25px;
    display: block;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    padding-right: 75px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.services--list li:last-child a {
    border-bottom: 0;
}

.services--list li .icon {
    position: absolute;
    height: 72px;
    width: 72px;
    background-color: #7abf18;
    color: #ffffff;
    top: -1px;
    right: -1px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    font-weight: 400;
}

.services--list li.active a,
.services--list li:hover a {
    color: #ffffff;
}

.services--list li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: #222222;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services--list li.active a:after,
.services--list li:hover a:after {
    width: 101%;
}


/*Brochure links*/

.sidebar .links-box {
    position: relative;
}

.sidebar .links-box .sec-title .title {
    margin-bottom: 10px;
}

.sidebar .links-box .sec-title {
    margin-bottom: 30px;
}

.sidebar .links-box .sec-title h2 {
    font-size: 24px;
}

.sidebar .brochure-link {
    position: relative;
    margin-bottom: 10px;
}

.sidebar .brochure-link a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    padding: 15px 50px;
    padding-left: 35px;
    background-color: #ebebeb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .brochure-link a i {
    position: relative;
    float: right;
    font-size: 20px;
    line-height: 30px;
    color: #7abf18;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .brochure-link a:hover {
    background-color: #333333;
    color: #ffffff;
}


/*brochure Box*/

.brochure-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 40px 50px;
    margin-bottom: 50px;
    text-align: center;
}

.brochure-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.90;
    content: "";
}

.brochure-box .sec-title {
    margin-bottom: 20px;
}

.brochure-box p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 24px;
}

.brochure-box .theme-btn {
    position: relative;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #7abf18;
    border: 1px solid #ffffff;
    background-color: transparent;
}

.brochure-box .theme-btn:hover {
    background-color: #7abf18;
    border-color: #7abf18;
    color: #ffffff;
}


/*** 

====================================================================
    Why Choose Us
====================================================================

***/

.why-choose-us {
    position: relative;
    padding: 100px 0 50px;
}

.why-choose-us:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 35%;
    background-color: #f7f7f7;
    content: "";
}

.why-choose-us .image-column {
    position: relative;
    margin-bottom: 50px;
}

.why-choose-us .image-column .inner-column {
    position: relative;
}

.why-choose-us .image-column .image {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.why-choose-us .image-column .image:before {
    position: absolute;
    top: 60px;
    right: -65px;
    width: 65px;
    height: 460px;
    background-image: url(../images/icons/pattern-4.jpg);
    content: "";
    z-index: 1;
}

.why-choose-us .image-column .image img {
    display: block;
    max-width: 100%;
    height: auto
}

.why-choose-us .features-column {
    position: relative;
}

.why-choose-us .features-column .inner-column {
    position: relative;
}

.why-choose-us .features-column .sec-title {
    margin-bottom: 70px;
}

.feature-block {
    position: relative;
    margin-bottom: 50px;
}

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

.feature-block .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #7abf18;
    font-weight: 400;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: #333333;
}

.feature-block h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 25px;
}

.feature-block h5 a {
    color: #333333;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block h5 a:hover {
    color: #7abf18;
}

.feature-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    font-weight: 400;
    padding-right: 30px;
}


/*** 

====================================================================
    Work Section
====================================================================

***/

.work-section {
    position: relative;
    padding: 100px 0 50px;
}

.work-tabs {
    position: relative;
    text-align: center;
}

.work-tabs .tab-btns {
    position: relative;
    display: inline-block;
    border-radius: 30px;
    z-index: 1;
}

.work-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    background: #333333;
    text-transform: capitalize;
    font-weight: 400;
    cursor: pointer;
    padding: 15px 25px;
    min-width: 200px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.work-tabs .tab-btns .tab-btn:first-child {
    border-radius: 30px 0 0 30px;
}

.work-tabs .tab-btns .tab-btn:last-child {
    border-radius: 0 30px 30px 0;
}

.work-tabs .tab-btns .tab-btn:after {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.work-tabs .tab-btns .tab-btn.active-btn:after {
    border-top: 10px solid #7abf18;
}

.work-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
    background: #7abf18;
}

.work-tabs .tabs-content {
    position: relative;
    text-align: left;
    padding: 70px 0 0;
}

.work-tabs .content-column {
    position: relative;
    margin-bottom: 50px;
}

.work-tabs .content-column .inner-column {
    position: relative;
    max-width: 370px;
    margin: 0 auto;
}

.work-tabs .content-column h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 35px;
}

.work-tabs .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 27px;
    margin-bottom: 23px;
}

.work-tabs .content-column .list-style-one {
    margin-bottom: 35px;
}

.work-tabs .content-column .btn-box {
    position: relative;
}

.work-tabs .image-column {
    position: relative;
    margin-bottom: 50px;
}

.work-tabs .image-column .inner-column {
    position: relative;
    padding: 0 30px;
}

.work-tabs .image-column .image {
    position: relative;
    margin-bottom: 0;
}

.work-tabs .image-column .image:before {
    position: absolute;
    left: -60px;
    top: 40px;
    height: 100%;
    width: 100%;
    border: 15px solid #ebebeb;
    content: "";
    z-index: -1;
}

.work-tabs .image-column .image img {
    display: block;
    width: 100%;
    height: auto;
}


/***

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

***/

.testimonial-section {
    position: relative;
    margin-top: 0;
    background-image: url(../images/bg.jpg);
    padding: 89px 0 60px;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.testimonial-section::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #3ea255;
    background-image: url(../images/testimonial-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    transform: skewY(0deg);
}

.testimonial-section .testimonial-column {
    position: relative;
    max-width: 934px;
    margin: auto;
    border-radius: 15px;
    /* transform: rotate(5deg); */
}

.testimonial-section .testimonial-column .inner-column {
    position: relative;
    padding: 95px 90px 165px;
}


/***

====================================================================
Call Back and Testimonial
====================================================================

***/

.call-back-and-testimonial {
    position: relative;
    padding: 100px 0 50px;
    background-color: #f5f5f5;
}

.call-back-and-testimonial .form-column {
    position: relative;
    margin-bottom: 50px;
}

.call-back-and-testimonial .form-column .inner-column {
    position: relative;
    padding-top: 70px;
    padding-left: 100px;
}

.call-back-and-testimonial .form-column .image-box {
    position: absolute;
    left: 0;
    top: 0;
}

.call-back-and-testimonial .form-column .image {
    position: relative;
    margin-bottom: 0;
}

.call-back-and-testimonial .form-column .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.appointment-form {
    position: relative;
    padding: 45px 35px 40px;
    z-index: 9;
    text-align: center;
    right: 0;
    background-size: cover;
    background-image: url(../images/appointment-bg.jpg);
}

form.appointment-form {}

.appointment-form .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.appointment-form .title-box h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
}

.appointment-form .form-group {
    position: relative;
    margin-bottom: 16px;
}

.appointment-form .form-group .form-control {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 14px 25px;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px dashed #eee;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.appointment-form .form-group select.form-control option {
    background-color: #333;
    font-size: 14px;
}

.appointment-form .form-group textarea.form-control {
    height: 70px;
    resize: none;
}

.appointment-form .form-group input[type="submit"],
.appointment-form button {
    margin-top: 14px;
    font-size: 17px;
    background: #414142;
    text-transform: uppercase;
    font-weight: 500;
    /* border: 1px solid; */
    display: inline-block;
}

.appointment-form .form-group input:focus,
.appointment-form .form-group textarea:focus,
.appointment-form .form-group select:focus {
    border-color: #7abf18;
}

.appointment-form .date-group {
    position: relative;
}

.appointment-form .date-group::before {
    content: "\f133";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: none;
}

.appointment-form .message-box {
    position: relative;
    margin-top: 25px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    text-align: center;
}

.contact-section .col-md-6 {
    padding: 0px
}

.contact-section .appointment-form .col-md-6 {
    padding: 0 15px;
}

.appointment-form .message-box span {
    color: #7abf18;
}

.appointment-form .message-box a {
    color: #777777;
    display: inline-block;
}

.appointment-form .message-box a:hover {
    text-decoration: underline;
}

.impnumbers {
    position: relative;
    padding: 31px 0px;
    margin-top: 0;
    text-align: center;
    max-width: 555px;
    width: 100%;
    margin: auto;
    box-shadow: 0px 0px 0px 15px #e8e5e5;
    left: 16px;
    background-color: #40955a;
    margin-top: 14px;
}

.impnumbers::before {
    FONT-VARIANT: JIS83;
    content: "";
    position: absolute;
    width: 100%;
    height: 88%;
    left: 0;
    top: 46px;
}

.impnumbers h3 {
    position: relative;
    display: table;
    margin: auto;
    text-transform: uppercase;
    font-size: 24px;
    color: #fffffd;
    padding: 0;
    margin-bottom: 23px;
}

.impnumbers a {
    position: relative;
    display: block;
    color: #f5f3f3;
    font-size: 17px;
    /* border-bottom: 1px dashed #eae7e7; */
    padding: 0 0 0px 0;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.impnumbers a img {
    margin-right: 15px;
}

.impnumbers a:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    border-bottom: 1px dashed #eae7e7;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.impnumbers a:last-child:before {
    border: none;
}

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

.call-back-and-testimonial .testimonial-column {
    position: relative;
    margin-bottom: 50px;
}

.call-back-and-testimonial .testimonial-column .inner-column {
    position: relative;
    padding-top: 70px;
    padding-left: 100px;
    padding-right: 50px;
}

.testimonial-carousel {
    position: relative;
}

.testimonial-block {
    position: relative;
}

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

.testimonial-block .info-box {
    position: relative;
    padding-left: 100px;
    padding-top: 10px;
}

.testimonial-block .info-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
}

.testimonial-block .info-box .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonial-block .info-box .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #71b100;
    font-weight: 700;
}

.testimonial-block .info-box .designation {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}

.testimonial-block .info-box .rating {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 25px;
    color: #71b100;
    font-weight: 400;
}

.testimonial-block .info-box .rating .dark {
    color: #333333;
}

.testimonial-block .content-box {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #bbbbbb;
}

.testimonial-block .content-box .icon {
    position: absolute;
    right: 30px;
    top: -16px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    text-align: center;
    background-color: #333333;
    color: #ffffff;
    line-height: 30px;
}

.testimonial-block .content-box .text {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
}

.testimonial-carousel {
    position: relative;
}

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

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -70px;
}

.testimonial-carousel .owl-dot {
    position: relative;
    float: left;
    height: 6px;
    width: 16px;
    margin-right: 10px;
    background-color: #71b100;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-carousel .owl-dot:hover {
    background-color: #333333;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background-color: #333333;
}


/***

====================================================================
Projects Section
====================================================================

***/

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

.mixitup-gallery .filters {
    margin-bottom: 65px;
    text-align: center;
}

.mixitup-gallery .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.mixitup-gallery .filters li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    padding: 0 0 10px;
    margin: 0 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mixitup-gallery .filters li.active,
.mixitup-gallery .filters li:hover {
    color: #7abf18;
}

.mixitup-gallery .filters li:after,
.mixitup-gallery .filters li:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mixitup-gallery .filters li:after {
    margin: 0;
    bottom: 10px;
}

.mixitup-gallery .filters li.active:before {
    width: 100%;
}

.mixitup-gallery .filters li.active:after {
    width: 60%;
}

.project-block.mix {
    display: none;
}

.project-block {
    position: relative;
    padding: 0 2px;
    margin-bottom: 4px;
}

.project-block .image-box {
    position: relative;
    overflow: hidden;
}

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

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

.project-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgb(34, 34, 34, .90);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.project-block .image-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.project-block .overlay-box:before {
    position: absolute;
    left: 40px;
    top: 0;
    height: 90%;
    width: 1px;
    background-color: #ffffff;
    content: "";
    opacity: .70;
}

.project-block .overlay-box:after {
    position: absolute;
    top: 40px;
    left: 0;
    height: 1px;
    width: 90%;
    background-color: #ffffff;
    opacity: .70;
    content: "";
}

.project-block .overlay-box .inner {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    padding-left: 70px;
    padding-right: 30px;
}

.project-block .overlay-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.project-block .overlay-box h4 a {
    color: #ffffff;
    display: inline-block;
    transition: all 300ms ease;
}

.project-block .overlay-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.project-block .overlay-box .link-box {
    position: relative;
    display: block;
}

.project-block .overlay-box .link-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .overlay-box .link-box a:hover {
    color: #7abf18;
}

.project-block .overlay-box .link-box a i {
    margin-left: 5px;
    color: #7abf18;
}

.project-block .overlay-box .tag {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-align: right;
    opacity: 0;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box .tag {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.projects-section.alternate {
    padding: 100px 0;
}

.projects-section.alternate .btn-box {
    position: relative;
    margin-top: 75px;
}

.projects-section.alternate .btn-box a {
    font-size: 16px;
}


/*** 

====================================================================
    Projects Section Two
====================================================================

***/

.projects-section-two {
    position: relative;
    padding: 100px 0;
}

.projects-carousel-two {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.project-block-two {
    position: relative;
    padding: 0 20px;
    padding-right: 310px;
    transition: all 300ms ease;
}

.project-block-two .image-box {
    position: relative;
}

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

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

.project-block-two .image-box .date {
    position: absolute;
    left: -20px;
    bottom: 55px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 9px 35px 9px 55px;
    border: 1px solid #ffffff;
    background-color: #333333;
    border-radius: 0 30px 30px 0;
}

.project-block-two .image-box .date:before {
    position: absolute;
    left: 0;
    bottom: -21px;
    border-left: 20px solid transparent;
    border-top: 20px solid #777777;
    content: "";
}

.project-block-two .info-box {
    position: absolute;
    right: -40px;
    top: 55px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.projects-carousel-two .active .project-block-two .info-box {
    right: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-block-two .info-box .inner-box {
    position: relative;
    background: #ffffff;
    max-width: 330px;
    width: 100%;
    padding: 35px 40px 40px;
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.project-block-two .info-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 35px;
}

.project-block-two .info-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 35px;
}

.project-block-two .info-box .link-box {
    position: relative;
}

.project-block-two .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #7abf18;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .link-box a:after,
.project-block-two .link-box a:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .link-box a:after {
    width: 40%;
    bottom: 0px;
}

.project-block-two .link-box a i {
    color: #7abf18;
}

.project-block-two .link-box a:hover:after,
.project-block-two .link-box a:hover:before {
    width: 0;
}

.project-block-two .link-box a:hover {
    color: #222222;
}

.projects-section-two .message-box {
    position: relative;
    text-align: right;
    margin-top: -30px;
}

.projects-section-two .message-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}

.projects-section-two .message-box .text a {
    color: #7abf18;
}

.projects-section-two .message-box .text a:hover {
    text-decoration: underline;
}

.projects-section-two .owl-nav {
    position: absolute;
    right: 0;
    top: -100px;
    width: 190px;
}

.projects-section-two .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center;
}

.projects-section-two .owl-next,
.projects-section-two .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.projects-section-two .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
}

.projects-section-two .owl-next:hover,
.projects-section-two .owl-prev:hover {
    color: #7abf18;
}

.projects-section-two .owl-next:before,
.projects-section-two .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.projects-section-two .owl-next:hover:before,
.projects-section-two .owl-prev:hover:before {
    border-color: #7abf18;
}

.projects-section-two .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #dddddd;
    border-left: 0;
}

.projects-section-two .owl-next span {
    margin-left: 5px;
}

.projects-section-two .owl-prev span {
    margin-right: 5px;
}


/***

====================================================================
    Project Section Three
====================================================================

***/

.projects-section-three {
    position: relative;
    padding: 100px 0;
}

.projects-section-three .carousel-outer {
    position: relative;
}

.projects-section-three .carousel-outer:before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 1000%;
    background-color: #ffffff;
    height: 100%;
    content: "";
    z-index: 5;
}

.projects-carousel-three {
    position: relative;
    padding-bottom: 110px;
}

.projects-carousel-three .owl-stage-outer {
    overflow: visible;
}

.project-block-three {
    position: relative;
}

.project-block-three .inner-box {
    position: relative;
}

.project-block-three .image-box {
    position: relative;
    overflow: hidden;
}

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

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

.project-block-three .overlay-box {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}

.project-block-three .overlay-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #71b100;
    opacity: .90;
    content: "";
}

.project-block-three .inner-box:hover .overlay-box {
    top: 0;
}

.project-block-three .overlay-box .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-three .overlay-box .inner:before {
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 108%;
    width: 2px;
    background-color: #ffffff;
    content: "";
    opacity: .70;
}

.project-block-three .overlay-box .inner:after {
    position: absolute;
    left: 0;
    bottom: 50px;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    opacity: .70;
    content: "";
}

.project-block-three .inner-box:hover .overlay-box .inner {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    bottom: 0;
}

.project-block-three .btn-box {
    position: absolute;
    right: 50px;
    top: 50px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.project-block-three .btn-box a {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    color: #71b100;
    font-weight: 400;
    line-height: 50px;
    border: 1px dashed #333333;
    background-color: #ffffff;
    margin-left: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .btn-box a:hover {
    background-color: #333333;
    border-color: #ffffff;
    color: #ffffff;
}

.project-block-three .inner-box:hover .btn-box {
    top: 50px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-block-three .overlay-box .link-box {
    position: absolute;
    left: 80px;
    bottom: 80px;
}

.project-block-three .overlay-box .link-box a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .overlay-box .link-box a:hover {
    color: #ffffff;
}

.project-block-three .lower-content {
    position: relative;
    padding: 20px 40px;
    border: 2px solid #ebebeb;
}

.project-block-three .lower-content .name {
    position: relative;
    display: block;
    font-size: 20px;
    color: #222222;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 5px;
}

.project-block-three .lower-content .name a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .lower-content .category {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #7abf18;
    font-weight: 400;
}

.project-block-three .lower-content .name a:hover {
    color: #7abf18;
}

.projects-carousel-three .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 190px;
    margin: 80px auto 0px;
}

.projects-carousel-three .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center;
}

.projects-carousel-three .owl-next,
.projects-carousel-three .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.projects-carousel-three .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
}

.projects-carousel-three .owl-next:hover,
.projects-carousel-three .owl-prev:hover {
    color: #7abf18;
}

.projects-carousel-three .owl-next:before,
.projects-carousel-three .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.projects-carousel-three .owl-next:hover:before,
.projects-carousel-three .owl-prev:hover:before {
    border-color: #7abf18;
}

.projects-carousel-three .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #dddddd;
    border-left: 0;
}

.projects-carousel-three .owl-next span {
    margin-left: 5px;
}

.projects-carousel-three .owl-prev span {
    margin-right: 5px;
}

.projects-section-three .carousel-outer {
    margin: 0 -15px;
}


/***

====================================================================
    Project Detail
====================================================================

***/

.project-detail {
    position: relative;
    padding: 100px 0;
}

.project-detail .outer-container {
    position: relative;
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
}

.project-detail .upper-box {
    position: relative;
    margin-bottom: 50px;
}

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

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

.project-detail .upper-box .image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.project-detail .content-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 25px;
}

.project-detail .content-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.project-detail .content-box p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 30px;
}

.project-detail .content-box .image-box {
    position: relative;
    margin-bottom: 50px;
}

.project-detail .content-box .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.project-detail .content-box .image-box .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.project-detail .two-column .list-style-one {
    padding-top: 15px;
}

.project-detail .two-column .list-style-one li {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 12px;
}

.project-detail .two-column .list-style-one li:before {
    font-size: 15px;
    line-height: 30px;
}

.project-detail .owl-nav {
    position: absolute;
    left: -100px;
    right: -100px;
    top: 50%;
    margin-top: -25px;
}

.project-detail .owl-next,
.project-detail .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.project-detail .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
}

.project-detail .owl-next:hover,
.project-detail .owl-prev:hover {
    color: #7abf18;
}

.project-detail .owl-next:before,
.project-detail .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.project-detail .owl-next:hover:before,
.project-detail .owl-prev:hover:before {
    border-color: #7abf18;
}

.project-detail .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #dddddd;
    border-left: 0;
}

.project-detail .owl-next span {
    margin-left: 5px;
}

.project-detail .owl-prev span {
    margin-right: 5px;
}

.accordion-box.style-three {
    margin-bottom: 50px;
}

.accordion-box.style-three .block {
    position: relative;
    border-radius: 0;
    margin-bottom: 10px;
    border: 0;
}

.accordion-box.style-three .block .acc-btn {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    padding: 10px 15px 10px;
    padding-left: 70px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #dddddd;
}

.accordion-box.style-three .block .acc-btn.active {
    background-color: #ffffff;
    color: #7abf18;
}

.accordion-box.style-three .block .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #7abf18;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box.style-three .block .acc-btn.active .icon:before {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 50px;
    line-height: 50px;
    content: "\f358";
    color: #ffffff;
    height: 50px;
    background-color: #333333;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.accordion-box.style-three .block .content {
    border: 0;
    padding: 15px 0;
    font-size: 14px;
    color: #888888;
    line-height: 30px;
}

.project-detail .post-controls {
    margin-top: 50px;
}

.post-controls {
    position: relative;
    display: block;
    min-height: 50px;
    text-align: center;
}

.post-controls .next a,
.post-controls .prev a {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.post-controls .next a {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
}

.post-controls .next:hover a,
.post-controls .prev:hover a {
    color: #7abf18;
}

.post-controls .next:before,
.post-controls .prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #777777;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.post-controls .next:hover:before,
.post-controls .prev:hover:before {
    border-color: #7abf18;
}

.post-controls .next:before {
    left: auto;
    right: 0px;
    border: 1px solid #777777;
    border-left: 0;
}

.post-controls .next span {
    margin-left: 5px;
}

.post-controls .prev span {
    margin-right: 5px;
}

.post-controls .load-more a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 50px;
    color: #bbbbbb;
    font-weight: 900;
    height: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-controls .load-more a:hover {
    color: #7abf18;
}


/***

====================================================================
    Project Detail Section
====================================================================

***/

.project-detail-section {
    padding: 100px 0 50px;
}

.project-detail-section .project-detail {
    padding: 0;
}

.project-detail-section .content-side {
    margin-bottom: 50px;
}

.project-detail-section .upper-box {
    position: relative;
    margin-bottom: 40px;
}

.project-detail-section .carousel-outer {
    position: relative;
}

.project-detail-section .carousel-outer .image-carousel {
    position: relative;
    margin-bottom: 40px;
}

.project-detail-section .carousel-outer .thumbs-carousel {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 30px;
}

.project-detail-section .carousel-outer .thumbs-carousel img {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail-section .carousel-outer .thumbs-carousel li:hover img {
    opacity: .70;
    cursor: pointer;
}

.project-detail-section .owl-nav {
    position: absolute;
    left: -85px;
    right: -85px;
    top: 50%;
    margin-top: -25px;
}

.project-detail-section .two-column .list-style-one {
    padding-top: 0;
}


/***

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

***/

.call-to-action {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 50px;
}

.call-to-action:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    content: "";
    opacity: .60;
}

.call-to-action .content-column {
    position: relative;
    margin-bottom: 50px;
}

.call-to-action .content-column .inner-column {
    position: relative;
}

.call-to-action .content-column .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.call-to-action .content-column h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.call-to-action .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
}

.call-to-action .btn-column {
    position: relative;
    margin-bottom: 50px;
}

.call-to-action .btn-column .inner-column {
    position: relative;
    text-align: right;
    padding-top: 50px;
}

.call-to-action .btn-column .message-box {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #7abf18;
    font-weight: 700;
}

.call-to-action .btn-column .message-box span {
    float: right;
    line-height: 30px;
    color: #ffffff;
    margin-left: 25px;
    margin-right: 40px;
}

.call-to-action .btn-column .btn-box {
    position: relative;
    display: inline-block;
}


/***

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

***/

.call-to-action-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 100px;
}

.call-to-action-two .outer-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 70px;
}

.call-to-action-two .outer-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #333333;
    opacity: .60;
    content: "";
}

.call-to-action-two .outer-box:after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px dashed #ffffff;
    content: "";
}

.call-to-action-two .title-box {
    position: relative;
    float: left;
    z-index: 9;
    padding: 10px 0;
}

.call-to-action-two .title-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
}

.call-to-action-two .btn-box {
    position: relative;
    float: right;
    z-index: 9;
    padding: 5px 0;
}

.call-to-action-two .btn-box a {
    color: #7abf18;
}


/***

====================================================================
        Products Section
====================================================================

***/

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

.products-carousel {
    position: relative;
    padding-bottom: 130px;
}

.product-block {
    position: relative;
}

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

.product-block .image-box {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .image-box {
    border: 1px solid #7abf18;
}

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

.product-block .image-box .tag {
    position: absolute;
    left: -140px;
    top: -140px;
    height: 80px;
    width: 80px;
    background-color: #7abf18;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 58px;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.product-block .inner-box:hover .image-box .tag {
    left: -40px;
    top: -40px;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

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

.product-block .btn-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -25px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.product-block .btn-box a {
    position: relative;
}

.product-block .inner-box:hover .btn-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

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

.product-block .lower-content .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-block .lower-content .name a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .lower-content .name a:hover {
    color: #7abf18;
}

.product-block .lower-content .price {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #7abf18;
    font-weight: 700;
    margin-bottom: 13px;
}

.product-block .lower-content .price del {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #777777;
    margin-right: 10px;
}

.product-block .lower-content .rating {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #71b100;
    font-weight: 400;
}

.product-block .lower-content .rating span {
    margin-right: 3px;
}

.product-block .lower-content .rating .light {
    color: #dddddd;
}

.products-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 170px;
}

.products-carousel .owl-nav:before {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center;
}

.products-carousel .owl-next,
.products-carousel .owl-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.products-carousel .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
}

.products-carousel .owl-next:hover,
.products-carousel .owl-prev:hover {
    color: #7abf18;
}

.products-carousel .owl-next:before,
.products-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.products-carousel .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #bbbbbb;
    border-left: 0;
}

.products-carousel .owl-next span {
    margin-left: 5px;
}

.products-carousel .owl-prev span {
    margin-right: 5px;
}


/***

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

***/

.fun-fact-section {
    position: relative;
    padding: 100px 0 20px;
    z-index: 9;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.fun-fact-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #88c630;
    content: "";
}

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

.fun-fact-section .mvvc.counter-column {
    position: relative;
    margin-bottom: 80px;
}

.fun-fact-section .count-box {
    position: relative;
    padding-left: 100px;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    color: #ffffff;
}

.fun-fact-section .count-box .icon {
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
}

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

.fun-fact-section .count-box .mvvc.counter-title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}

.fun-fact-section .mvvc.counter-column:nth-child(3n+3) .icon,
.fun-fact-section .mvvc.counter-column:nth-child(3n+4) .icon {
    color: #7abf18;
}

.fun-fact-section .mvvc.counter-column:nth-child(3n+3) .mvvc.counter-title,
.fun-fact-section .mvvc.counter-column:nth-child(3n+4) .mvvc.counter-title {
    color: #777777;
}

.fun-fact-section .mvvc.counter-column:nth-child(3n+3) .count-box,
.fun-fact-section .mvvc.counter-column:nth-child(3n+4) .count-box,
.fun-fact-section .mvvc.counter-column:nth-child(3n+3) .count-text,
.fun-fact-section .mvvc.counter-column:nth-child(3n+4) .count-text {
    color: #333333;
}


/***

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

***/

.fun-fact-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 50px;
    z-index: 9;
}

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

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

.fun-fact-section-two .icon {
    position: relative;
    display: inline-block;
    font-size: 52px;
    line-height: 50px;
    font-weight: 400;
    color: #71b100;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fun-fact-section-two .mvvc.counter-column:hover .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: #ffffff;
}

.fun-fact-section-two .mvvc.counter-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}

.fun-fact-section-two .count-box {
    position: relative;
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
    color: #ffffff;
}

.fun-fact-section-two .count-box .count-text {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
    color: #ffffff;
}

.fun-fact-section-two .mvvc.counter-column:nth-child(even) {
    margin-top: 50px;
}


/***

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

***/

.team-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 36px 0 110px;
    margin-top: 0;
    /* background: linear-gradient(to left, #e32525, black); */
}

.team-section .sec-title .title:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.team-section .sec-title .title:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px;
}

.team-section .sec-title::before,
.team-section .sec-title::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 51%;
    /* background: #e7413e; */
    top: 45px;
    left: 0px;
}

.team-section .sec-title::after {
    left: auto;
    right: 0;
}

.team-section:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 110px;
    height: 76%;
    width: 96%;
    content: "";
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    border: 1px solid #ccc;
    /* z-index: 2; */
}

.team-section:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
    background-image: none;
    content: "";
    z-index: -1;
}

.team-section .sec-title {
    max-width: 620px;
    margin: auto;
    margin-bottom: 29px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding: 49px 30px 30px;
}

.team-block {
    position: relative;
    z-index: 9;
}

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

.team-block .image-box {
    position: relative;
    overflow: hidden;
}

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

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

.team-carousel.owl-carousel .owl-stage-outer {
    padding: 0 13px;
    margin-right: -26px;
}

.team-block .overlay-box {
    position: absolute;
    left: 13px;
    top: 100%;
    height: 100%;
    width: 88%;
    padding-top: 30px;
    padding-right: 30px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    transition: all 500ms ease;
}

.team-block .inner-box:hover .overlay-box {
    top: 0;
    padding: 0 18px;
}

.team-block .overlay-box:before {
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 88%;
    width: 1px;
    background-color: #ffffff;
    content: "";
    opacity: .70;
}

.team-block .overlay-box:after {
    position: absolute;
    left: 0;
    bottom: 13px;
    height: 1px;
    width: 88%;
    background-color: #ffffff;
    opacity: .70;
    content: "";
}

.team-block .overlay-box .inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -200px;
    padding: 30px 30px 0 55px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .inner-box:hover .overlay-box .inner {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    bottom: 0;
}

.team-block .social-links {
    position: relative;
    top: -20px;
    padding-bottom: 10px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .social-links {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

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

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

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

.team-block .overlay-box .email {
    position: relative;
    display: block;
    padding: 10px 0;
}

.team-block .overlay-box .email a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .overlay-box .email a:hover {
    color: #7abf18;
}

.team-block .lower-content {
    position: relative;
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0 0 10px #b1afaf;
    border-top: 0;
    margin-bottom: 11px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 3px solid #327d47;
}

.team-block .lower-content.s1:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 6px;
    top: 29px;
}

.team-block .lower-content.s1:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 6px;
    top: 29px;
}

.team-block .lower-content.s2:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 7px;
    top: 29px;
}

.team-block .lower-content.s2:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 7px;
    top: 29px;
}

.team-block .lower-content.s3:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 3px;
    top: 29px;
}

.team-block .lower-content.s3:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 3px;
    top: 29px;
}

.team-block .lower-content.s4:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 7px;
    top: 29px;
}

.team-block .lower-content.s4:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 7px;
    top: 29px;
}

.team-block .lower-content.s5:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 6px;
    top: 29px;
}

.team-block .lower-content.s5:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 6px;
    top: 29px;
}

.team-block .lower-content.s6:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 6px;
    top: 29px;
}

.team-block .lower-content.s6:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 6px;
    top: 29px;
}

.team-block .lower-content.s7:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 7px;
    top: 29px;
}

.team-block .lower-content.s7:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 7px;
    top: 29px;
}

.team-block .inner-box:hover .lower-content {
    background-color: #519643;
}

.team-block .lower-content .name {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #7abf18;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.team-block .lower-content .name a {
    color: #2d3e50;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .lower-content .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content .designation,
.team-block .inner-box:hover .lower-content .name a {
    color: #ffffff;
}

.team-carousel {
    position: relative;
}

.team-carousel .owl-nav {
    position: absolute;
    right: -7rem;
    top: -61px;
    width: 190px;
    transform: rotate(-90deg);
}

.team-carousel .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: orange;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center;
}

.team-carousel .owl-next,
.team-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #327d47;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.team-carousel .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
    color: #327d47;
}

.team-carousel .owl-next:hover,
.team-carousel .owl-prev:hover {
    color: orange;
}

.team-carousel .owl-next:before,
.team-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #327d47;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.team-carousel .owl-next:hover:before,
.team-carousel .owl-prev:hover:before {
    border-color: orange;
}

.team-carousel .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #327d47;
    border-left: 0;
}

.team-carousel .owl-next span {
    margin-left: 5px;
}

.team-carousel .owl-prev span {
    margin-right: 5px;
}

.team-section.style-two {
    background-color: #ffffff;
    padding: 100px 0 40px;
}

.team-section.style-two:before {
    display: none;
}

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


/*** 

====================================================================
        Pricing Section
====================================================================

***/

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

.pricing-table {
    position: relative;
    margin-bottom: 40px;
}

.pricing-table .inner-box {
    position: relative;
    padding: 50px 20px 45px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-top: 5px solid #7abf18;
    border-bottom: 5px solid #7abf18;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-table:hover .inner-box,
.pricing-table.tagged .inner-box {
    border-top: 5px solid #333333;
    border-bottom: 5px solid #333333;
}

.pricing-table .title {
    position: relative;
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-table .price {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: #7abf18;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-table .price span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #7abf18;
    font-weight: 400;
    text-align: left;
}

.pricing-table:hover .price,
.pricing-table.tagged .price {
    color: #333333;
}

.pricing-table .table-content {
    position: relative;
    padding-top: 55px;
}

.pricing-table .table-content ul {
    position: relative;
    max-width: 180px;
    margin: 0 auto 40px;
    text-align: left;
}

.pricing-table .table-content ul li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 20px
}

.pricing-table .table-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #888888;
    font-weight: 900;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
}

.pricing-table .table-footer {
    position: relative;
}

.pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding: 14px 40px;
    color: #ffffff;
    font-weight: 700;
    background-color: #333333;
    border-radius: 10px;
    border: 1px solid #333333;
}

.pricing-table .table-footer a i {
    margin-left: 4px;
}

.pricing-table.tagged .table-footer a,
.pricing-table .inner-box:hover .table-footer a {
    background-color: #ffffff;
    border-color: #7abf18;
    color: #7abf18;
}

.pricing-tabs {
    position: relative;
}

.pricing-tabs .tab-buttons {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.pricing-tabs .tab-btns {
    position: relative;
    display: inline-block;
}

.pricing-tabs .tab-btns li {
    position: relative;
    float: left;
    padding: 14px 30px;
    line-height: 20px;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    margin-left: -1px;
    cursor: pointer;
    background-color: #ffffff;
    min-width: 115px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-tabs .tab-btns .tab-btn.active-btn {
    background-color: #7abf18;
    border-color: #7abf18;
    color: #ffffff;
}


/***

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

***/

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

section.contact-section:before {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /* background-image: url(../images/bg3.png); */
    left: 0;
    background-size: cover;
    transform: none;
}

.testi-shape {
    position: absolute;
    width: 18%;
    /* height: 637px; */
    bottom: 0;
    left: 0;
}

.contact-section .t-s-t.sec-title h2::before {
    content: "";
    background-color: transparent;
    width: 48%;
    height: 2px;
    position: absolute;
    top: 20px;
    right: -148px;
}

section.contact-section:after {
    border: transparent;
    background-color: #f0eeee;
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    right: 0;
    border-right: 0px;
    z-index: -1;
}

.margin0 {
    margin: 0px;
}

h2.appointment-title {
    position: relative;
    left: 0;
    text-transform: uppercase;
    transform: inherit;
    top: 0;
    color: #ffffff;
    text-align: center;
    display: table;
    margin: auto;
    /* border-bottom: 2px solid; */
    font-size: 37px;
    margin-bottom: 8px;
}

.appointment-form p {
    color: #fff;
    max-width: 440px;
    margin: auto;
    margin-bottom: 17px;
}

.contact-section {
    /* background-image: url(../images/icons/pattern-3.jpg); */
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 0;
}

.contact-section .contact-form {
    position: relative;
    max-width: 492px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 13px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    padding: 11px 15px;
    background-color: transparent;
    font-weight: 400;
    height: 45px;
    border: none;
    border-bottom: 1px solid #989797;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group select option {
    background-color: #327D48;
    color: #fff;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.contact-form .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.contact-form .form-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

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

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

.contact-form .form-group button {
    margin-top: 20px;
    padding: 15px 50px;
    line-height: 20px;
    font-size: 16px;
    background-color: #519643;
    border-color: transparent;
    width: 100%;
}

.contact-section .image-column {
    position: relative;
    padding: 0;
}

.contact-section .image-column .inner-column {
    position: relative;
    margin-top: 0;
    /* background-color: #ffffff; */
    padding: 62px 49px;
}

.contact-section .image-column .image {
    position: relative;
    margin-bottom: -70px;
    z-index: 9;
}

.appointment-icon {
    transform: rotate(90deg);
    /* display: block; */
    position: absolute;
    left: 71px;
    top: -65px;
}

.testimonial {
    padding: 0;
    margin: 17px;
    text-align: center;
    position: relative;
    margin-top: 0;
}

.desktop-copy {
    display: block;
}

.mobile-copy {
    display: none;
}


/* .testimonial:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 67px;
    height: 67px;
    line-height: 67px;
    margin: 0 auto;
    font-size: 37px;
    font-weight: 900;
    color: #3c3a3a;
    position: absolute;
    background-color: #f5d517;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
} */

.testimonial-section .owl-dots {
    text-align: center;
    /* padding-left: 62px; */
}

.testimonial-section .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-section .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #fffffd;
    border-radius: 50%;
    margin: 0 5px;
}

.testimonial .title {
    padding: 20px 0 17px;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}

.testimonial .title:before {
    content: "";
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial .title:after {
    content: "";
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial .description {
    padding: 0 115px;
    margin: 0;
    font-size: 15px;
    color: #ececef;
    line-height: 24px;
}

.testimonial .description a {
    color: #f5d517;
    display: block;
    margin-top: 10px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}

.owl-prev:before,
.owl-next:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}

.owl-next:before {
    content: "\f061";
}

@media only screen and (max-width: 990px) {
    .testimonial {
        margin: 30px;
        margin-top: 45px;
        min-height: 316px;
    }
}

.testimonial-section .owl-nav {
    display: block;
    position: absolute;
    bottom: 0;
    width: 187px;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    display: inline-block;
    color: #327d47;
    margin: 0 7px;
}

p.service-sub {
    text-align: center;
    margin: auto;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}

.rating {
    position: absolute;
    right: 19px;
    top: 13px;
    color: #ff9000;
}


/*** 

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

***/

.map-section {
    position: relative;
    background-color: #c6ecb5;
}

.map-section {
    position: relative;
}

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

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

.map-canvas {
    height: 590px;
}


/*** 

====================================================================
        News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 100px 0;
    background-color: #71b100;
}

.news-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 240px;
    width: 100%;
    background-color: #ffffff;
    content: "";
}

.news-section .outer-container {
    position: relative;
    max-width: 1680px;
    padding: 0 15px;
    margin: 0 auto;
}

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

.news-section .title-column .sec-title .text,
.news-section .title-column .sec-title span {
    color: #ffffff;
    max-width: 300px;
}

.news-section .carousel-column {
    position: relative;
}

.news-section .carousel-outer {
    margin: -40px -15px 0;
}

.news-section .news-carousel {
    position: relative;
}

.news-block {
    position: relative;
    padding: 20px 30px;
}

.news-block .row {
    background-color: #ffffff;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
    padding-top: 70px;
}

.news-block .row:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
    background-color: #71b100;
    content: "";
}

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

.news-block .image-column .image {
    position: relative;
    padding: 0 55px 55px;
    padding-right: 40px;
    margin-bottom: 0;
    margin-top: -50px;
    transition: all 500ms ease;
    opacity: 0;
    top: -100px;
}

.news-section .active .news-block .image-column .image {
    opacity: 1;
    top: 0px;
    transition-delay: 400ms;
}

.news-block .image-column .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
}

.news-block .content-column {
    position: relative;
}

.news-block .content-column .inner {
    position: relative;
    padding-top: 60px;
    padding-right: 55px;
    padding-bottom: 55px;
}

.news-block .content-column h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.6em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}

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

.news-block .content-column h3 a:hover {
    color: #71b100;
}

.news-block .content-column .info {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.news-block .content-column .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #33373f;
    font-weight: 400;
    margin-right: 15px;
}

.news-block .content-column .info li a {
    position: relative;
    display: inline-block;
    color: #33373f;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .content-column .info li a:hover {
    color: #7abf18;
}

.news-block .content-column .info li i {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #7abf18;
}

.news-block .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 20px;
}

.news-block .content-column .link-box {
    position: relative;
}

.news-block .content-column .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .content-column .link-box a:after,
.news-block .content-column .link-box a:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #bbbbbb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .content-column .link-box a:after {
    width: 40%;
    bottom: 0px;
}

.news-block .content-column .link-box a i {
    color: #7abf18;
}

.news-block .content-column .link-box a:hover:after,
.news-block .content-column .link-box a:hover:before {
    width: 0;
}

.news-block .content-column .link-box a:hover {
    color: #7abf18;
}

.news-section .owl-nav {
    position: absolute;
    bottom: 20px;
    height: 50px;
    width: 190px;
    left: 0;
    margin-left: -32%;
}

.news-section .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center;
}

.news-section .owl-next,
.news-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.news-section .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
}

.news-section .owl-next:hover,
.news-section .owl-prev:hover {
    color: #7abf18;
}

.news-section .owl-next:before,
.news-section .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.news-section .owl-next:hover:before,
.news-section .owl-prev:hover:before {
    border-color: #7abf18;
}

.news-section .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #dddddd;
    border-left: 0;
}

.news-section .owl-next span {
    margin-left: 5px;
}

.news-section .owl-prev span {
    margin-right: 5px;
}

.blog-block {
    margin-top: 28px;
}


/*** 

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

***/

.news-section-two {
    position: relative;
    padding: 79px 0 71px;
    background-color: #ffffff;
}

.news-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: none;
    background-position: center;
    background-size: cover;
    content: '';
}

.news-sectio-two .carousel-outer {
    margin: 0 -15px;
}

.news-sectio-two .news-block-two {
    position: relative;
    padding: 0 15px 15px;
}

.news-block-two {
    position: relative;
}

.news-block-two .inner-box {
    position: relative;
    background-color: #ffffff;
}

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

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

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

.news-block-two .overlay-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.news-block-two .overlay-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    opacity: 0.90;
    z-index: 9;
    content: "";
    background-color: #ff9000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box:hover .overlay-box:before {
    width: 100%;
}

.news-block-two .overlay-box .link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    z-index: 99;
    opacity: 0;
    margin-left: -30px;
}

.news-block-two .overlay-box .link:hover {
    text-decoration: underline;
}

.news-block-two .overlay-box .link i {
    display: inline-block;
    font-size: 14px;
}

.news-block-two .inner-box:hover .overlay-box .link {
    opacity: 1;
    margin-left: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transition-delay: 300ms;
}

.news-block-two .lower-content {
    position: relative;
    padding: 30px 30px 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box:hover .lower-content {
    z-index: 2;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
}

.news-block-two .lower-content .info-box {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
    min-height: 80px;
}

.news-block-two .lower-content .date {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 50px;
    background-color: #f5f5f5;
    font-size: 24px;
    line-height: 50px;
    color: #33373f;
    font-weight: 700;
    text-align: center;
}

.news-block-two .lower-content .date span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    background-color: #ff9000;
}

.news-block-two .lower-content h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #33373f;
    font-weight: 700;
    top: -5px;
    margin-bottom: -3px;
}

.news-block-two .lower-content h4 a {
    color: #33373f;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content h4 a:hover {
    color: #7abf18;
}

.news-block-two .lower-content .info {
    position: relative;
    display: block;
}

.news-block-two .lower-content .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #33373f;
    font-weight: 400;
    margin-right: 15px;
}

.news-block-two .lower-content .info li a {
    position: relative;
    display: inline-block;
    color: #33373f;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content .info li a:hover {
    color: #7abf18;
}

.news-block-two .lower-content .info li i {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fc9817;
}

.news-block-two .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
}

.news-carousel-two .owl-nav {
    position: absolute;
    right: 15px;
    top: -110px;
    width: 190px;
}

.news-carousel-two .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 19px;
    margin: 0 auto;
    font-size: 16px;
    color: #eadc21;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center;
}

.news-carousel-two .owl-next,
.news-carousel-two .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.news-carousel-two .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
}

.news-carousel-two .owl-next:hover,
.news-carousel-two .owl-prev:hover {
    color: #7abf18;
}

.news-carousel-two .owl-next:before,
.news-carousel-two .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.news-carousel-two .owl-next:hover:before,
.news-carousel-two .owl-prev:hover:before {
    border-color: #7abf18;
}

.news-carousel-two .owl-next:before {
    left: auto;
    right: 0px;
    border: 1px solid #dddddd;
    border-left: 0;
}

.news-carousel-two .owl-next span {
    margin-left: 5px;
    font-size: 14px;
}

.news-carousel-two .owl-prev span {
    margin-right: 5px;
    font-size: 14px;
}

.news-carousel-two .owl-prev span {
    margin-right: 5px;
    font-size: 14px;
}

.news-section-two .owl-carousel .owl-stage-outer {
    padding: 0 0 15px;
}

.news-section-two.alternate {
    padding: 100px 0;
}

.news-section-two.alternate .news-block-two {
    margin-bottom: 50px;
}


/*** 

====================================================================
        News Section Three
====================================================================

***/

.news-section-three {
    position: relative;
    background-color: #f5f5f5;
    padding: 100px 0;
}

.news-block-three {
    position: relative;
}

.news-block-three .row {
    background-color: #ffffff;
}

.news-block-three .image-column {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-block-three .image-column .image {
    position: relative;
    margin-bottom: 0;
    display: none;
}

.news-block-three .image-column .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
}

.news-block-three .content-column {
    position: relative;
}

.news-block-three .content-column .inner {
    position: relative;
    padding: 60px 55px;
}

.news-block-three .content-column h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.6em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.news-block-three .content-column h3 a {
    color: #333333;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .content-column h3 a:hover {
    color: #71b100;
}

.news-block-three .content-column .info {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.news-block-three .content-column .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #33373f;
    font-weight: 400;
    margin-right: 15px;
}

.news-block-three .content-column .info li a {
    position: relative;
    display: inline-block;
    color: #33373f;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .content-column .info li a:hover {
    color: #7abf18;
}

.news-block-three .content-column .info li i {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #7abf18;
}

.news-block-three .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 20px;
}

.news-block-three .content-column .link-box {
    position: relative;
}

.news-block-three .content-column .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .content-column .link-box a:after,
.news-block-three .content-column .link-box a:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #bbbbbb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .content-column .link-box a:after {
    width: 40%;
    bottom: 0px;
}

.news-block-three .content-column .link-box a i {
    color: #7abf18;
}

.news-block-three .content-column .link-box a:hover:after,
.news-block-three .content-column .link-box a:hover:before {
    width: 0;
}

.news-block-three .content-column .link-box a:hover {
    color: #7abf18;
}

.news-section-three .owl-nav {
    display: none;
}

.news-section-three .owl-dots {
    position: relative;
    display: block;
    margin-top: 60px;
    text-align: center;
}

.news-section-three .owl-dot {
    position: relative;
    display: inline-block;
    height: 6px;
    width: 16px;
    margin: 0 5px;
    background-color: #71b100;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-section-three .owl-dot:hover {
    background-color: #333333;
}

.news-section-three .owl-dot.active {
    width: 30px;
    background-color: #333333;
}


/*** 

====================================================================
    Blog Classic
====================================================================

***/

.blog-section {
    width: 100%;
    position: relative;
    padding: 30px 0 7px;
    background-image: url(../images/icons/pattern-3.jpg);
}

.blog-section::before {
    content: "";
    /* background-color: #c5c5c5; */
    width: 100%;
    height: 263px;
    position: absolute;
    bottom: 0;
}

.blog-img {
    box-shadow: 0 39px 18px -9px #6f6f6f;
}

.blog-info h4 {
    color: #d84a4a;
    margin-top: 52px;
    margin-bottom: 12px;
}

.blog-info p {
    color: #000;
}

.blog-classic {
    position: relative;
}

.blog-classic .news-block-two {
    margin-bottom: 50px;
}

.news-block-two h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.3em;
    color: #33373f;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 5px;
}

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

.news-block-two h3 a:hover {
    color: #7abf18;
}

.news-block-two .image-box .abs-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.news-block-two .image-box .abs-link .icon {
    position: absolute;
    left: 0;
    top: 30px;
    height: 40px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    background-color: #ffffff;
    font-size: 14px;
    color: #222222;
}

.news-block-two .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -60px;
}

.news-block-two .image-box .owl-nav .owl-next,
.news-block-two .image-box .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .70);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .image-box .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.news-block-two .image-box .owl-nav .owl-next:hover,
.news-block-two .image-box .owl-nav .owl-prev:hover {
    background-color: rgba(0, 0, 0, .70);
    color: #ffffff;
}


/*** 

====================================================================
    Blog Detail
====================================================================

***/

.blog-detail {
    position: relative;
}

.blog-detail .news-block-two p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 30px;
}

.blog-detail blockquote {
    position: relative;
    max-width: 600px;
    margin: 35px auto;
    background-color: #f5f5f5;
    border-left: 3px solid #7abf18;
    padding: 25px 40px;
    text-align: right;
}

.blog-detail .news-block-two blockquote p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    margin-bottom: 20px;
}

.blog-detail blockquote cite {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    font-style: normal;
}

.blog-detail blockquote cite:before {
    position: absolute;
    left: -35px;
    top: 10px;
    height: 2px;
    width: 30px;
    background-color: #7abf18;
    content: '';
}

.blog-detail .two-column {
    position: relative;
    margin-bottom: 25px;
}

.blog-detail .two-column .image-column {
    position: relative;
    margin-bottom: 40px;
}

.blog-detail .two-column .image-column .image {
    position: relative;
    margin-bottom: 0;
}

.blog-detail .two-column .image-column .image img {
    display: block;
    width: 100%;
}

.blog-detail .two-column .text-column {
    position: relative;
    padding-top: 25px;
}

.blog-detail .post-share-options {
    position: relative;
    padding-top: 20px;
    border-top: 2px solid #dddddd;
}

.blog-detail .post-share-options .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    font-weight: 700;
    padding: 20px 0 0;
}

.blog-detail .post-share-options .social-icon {
    position: relative;
    padding: 15px 0 0;
}

.blog-detail .post-share-options .social-icon li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.blog-detail .post-share-options .social-icon li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    height: 35px;
    width: 35px;
    text-align: center;
    background-color: #7abf18;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-detail .post-share-options .social-icon li a:hover {
    color: #ffffff;
    background-color: #333333;
}


/* post-controls */

.blog-detail .post-controls {
    position: relative;
    text-align: left;
    padding: 40px 40px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    margin-bottom: 50px;
    margin-top: 75px;
}

.blog-detail .post-controls .inner {
    position: relative;
}

.blog-detail .post-controls:before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-right: 1px solid #dddddd;
    content: "";
}

.blog-detail .post-controls .title a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-detail .post-controls .title a:hover {
    color: #7abf18;
}

.blog-detail .post-controls h5 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
    max-width: 150px;
}

.blog-detail .post-controls h5 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-detail .post-controls h5 a:hover {
    color: #7abf18;
}

.blog-detail .post-controls .prev-post {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 100px;
}

.blog-detail .post-controls .prev-post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
}

.blog-detail .post-controls .prev-post .thumb img {
    display: block;
    width: 100%;
}

.blog-detail .post-controls .next-post {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 100px;
}

.blog-detail .post-controls .next-post .thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
}

.blog-detail .post-controls .next-post .thumb img {
    display: block;
    width: 100%;
}


/*** 

====================================================================
    Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
}

.styled-pagination ul {
    position: relative;
    width: 100%;
    text-align: center;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 10px 8px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    border: 1px dashed #bbbbbb;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
    color: #222222;
    border-color: #7abf18;
    background: #ffffff;
}

.styled-pagination li.next-post a,
.styled-pagination li.prev-post a {
    width: auto;
    padding: 0 20px;
}


/*** 

====================================================================
        FAQ Section
====================================================================

***/

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

.faq-section .image-column {
    position: relative;
}

.faq-section .image-column .inner-column {
    position: relative;
    padding-top: 15px;
}

.faq-section .image-column .image-box {
    position: relative;
}

.faq-section .image-column .image {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.faq-section .image-column .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.faq-section .faq-column {
    position: relative;
}

.faq-section .faq-column .inner-column {
    position: relative;
}

.faq-section .accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #cacaca;
    border-radius: 15px;
    background-color: #ffffff;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #222222;
    font-weight: 700;
    padding: 15px 30px 15px;
    cursor: pointer;
    padding-left: 60px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: #7abf18;
}

.accordion-box .block .icon {
    position: absolute;
    left: 25px;
    top: 15px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #7abf18;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0 30px 25px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
}


/*** 

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

***/

.clients-section {
    position: relative;
    padding: 50px 0;
    background-color: #fafafa;
}

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

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

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

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

.clients-section .image-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

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

.clients-section.style-two {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
}

.clients-section.style-two.alternate {
    box-shadow: none;
    padding-top: 100px;
}


/***

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

***/

.main-footer {
    position: relative;
}

.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 63px;
    width: 100%;
    content: "";
    /* background-image: url('../images/footer-bg.jpg'); */
    transform: skewY(-5deg);
}


/*=== Widgets Section ===*/

.main-footer .widgets-section {
    position: relative;
    padding: 44px 0 13px;
}

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

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 22px;
}

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #222836;
    line-height: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.main-footer .widget-title::before {
    content: "";
    position: absolute;
    width: 47px;
    height: 2px;
    border-bottom: 2px solid #e32525;
    left: 0px;
    bottom: -5px;
}

.facilites-text {
    max-width: 781px;
    text-align: center;
    margin: auto;
    margin-bottom: 0;
    color: #fff;
}


/*=== About Widget ===*/

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

.about-widget a {
    color: #e32525;
}

.main-footer .about-widget .footer-logo {
    position: relative;
    margin-bottom: 16px;
}

.main-footer .about-widget .footer-logo .image {
    position: relative;
    margin-bottom: 0;
}

.main-footer .about-widget .footer-logo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.main-footer .about-widget .text {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #504e4e;
    font-weight: 400;
    margin-bottom: 35px;
}

.main-footer .about-widget .social-links {
    position: relative;
    display: block;
}

.main-footer .about-widget .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 17px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.main-footer .about-widget .social-links li a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .about-widget .social-links li a:hover {
    color: #7abf18;
}

.social-links a {
    margin-right: 13px;
    float: left;
    background-color: #ff9000;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    font-size: 19px;
}


/*=== Cities Widget ===*/

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

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

.main-footer .links-widget.lw-before:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 168px;
    border-right: 2px dashed #989696;
    right: 0;
    top: 4px;
}

.main-footer .list li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 22px;
    margin-bottom: 10px;
}

.main-footer .list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #717070;
    font-weight: 900;
    content: "\f140";
    font-family: "Font Awesome 5 Free";
}

.main-footer .list li a {
    display: block;
    color: #504e4e;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 13px;
}

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


/*=== Popular Posts ===*/

.popular-posts {
    position: relative;
}

.popular-posts .post {
    position: relative;
    min-height: 80px;
    padding-left: 115px;
    border-bottom: 1px solid #555555;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.popular-posts .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.popular-posts .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.popular-posts .post .thumb a {
    display: block;
}

.popular-posts .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.popular-posts .post h4 {
    position: relative;
    top: -3px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}

.popular-posts .post h4 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.popular-posts .post h4 a:hover {
    color: #7abf18;
}

.popular-posts .post .date {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #bbbbbb;
}


/*=== Subscribe Area ===*/

.subscribe-area {
    position: relative;
    padding: 23px 0;
    border-top: 1px solid #444343;
}

.subscribe-area .title-column {
    position: relative;
}

.subscribe-area .title-column .text {
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 0;
}

.subscribe-area .title-column .text span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #7abf18;
    margin-left: 15px;
}


/*=== Subscribe Form ===*/

.main-footer .subscribe-form {
    position: relative;
}

.subscribe-form i {
    position: absolute;
    font-size: 51px;
    left: 14px;
    color: #828080;
    top: 9px;
}

.main-footer .subscribe-form .form-group {
    position: relative;
    width: 100%;
    margin: 0px;
}

.main-footer .subscribe-form .form-group input[type="text"],
.main-footer .subscribe-form .form-group input[type="email"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    padding: 10px 20px;
    padding-right: 160px;
    height: 50px;
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

::-webkit-input-placeholder {
    color: #999999;
}

::-moz-input-placeholder {
    color: #999999;
}

::-ms-input-placeholder {
    color: #999999;
}

.main-footer .subscribe-form .form-group input:focus {
    border-color: #7abf18;
}

.main-footer .subscribe-form .form-group input[type="submit"],
.main-footer .subscribe-form .form-group button {
    position: absolute;
    right: 0;
    top: 36px;
    background-color: #ff9000;
    border-radius: 0px;
}

.subscribe-text.text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.menu-icon .bars {
    content: "";
    display: initial;
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 0;
    right: 0;
}

.toogle-overlay {
    content: '';
    position: absolute;
    right: 38px;
    top: 22px;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    background: rgba(230, 229, 229, 0.85);
    border-radius: 50%;
    margin: auto;
}

.color-palate.visible-palate .menu-icon {
    display: none;
}

.menu-icon .bars .bar1,
.menu-icon .bars .bar2,
.menu-icon .bars .bar3 {
    display: table;
    content: "";
    height: 2px;
    width: 36px;
    background: #ffffff;
    margin: auto;
    margin-bottom: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-icon .bars .bar2 {
    /* width: 16px; */
    /* width: 38px; */
}

.menu-icon .bars .bar3 {}

.menu-icon.menu-visible .bars .bar1,
.menu-icon.menu-visible .bars .bar3 {
    width: 16px;
}

.menu-icon.menu-visible .bars .bar2 {
    width: 32px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    list-style: none;
    text-align: center;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 100%;
    /* font-family: Helvetica, Arial, sans-serif; */
    color: #ffffff;
    text-align: left;
    height: auto;
    padding-top: 44px;
    /* background-color: #152433; */
}

#cssmenu ul ul {
    display: none;
}

.menu-overlay {
    display: none;
}

.color-palate.visible-palate .menu-overlay {
    height: 100%;
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    /* z-index: 99; */
    left: 0;
    background-color: #152433b5;
}

.align-right {
    float: right;
}

#cssmenu>ul>li>a {
    padding: 17px 20px;
    /* border-left: 1px solid #1682ba; */
    /* border-right: 1px solid #1682ba; */
    border-bottom: 1px dashed #c7c7c7;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: transparent;
    /* background: -webkit-linear-gradient(#36aae7, #1fa0e4); */
    background: -moz-linear-gradient(#36aae7, #1fa0e4);
    background: -o-linear-gradient(#36aae7, #1fa0e4);
    background: -ms-linear-gradient(#36aae7, #1fa0e4);
    /* background: linear-gradient(#36aae7, #1fa0e4); */
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15); */
}

#cssmenu>ul>li>a:hover,
#cssmenu>ul>li.active>a,
#cssmenu>ul>li.open>a {
    color: #ffffff;
    background: transparent;
    /* background: -webkit-linear-gradient(#1fa0e4, #1992d1); */
    background: -moz-linear-gradient(#1fa0e4, #1992d1);
    background: -o-linear-gradient(#1fa0e4, #1992d1);
    background: -ms-linear-gradient(#1fa0e4, #1992d1);
    /* background: linear-gradient(#1fa0e4, #1992d1); */
}

#cssmenu>ul>li.open>a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #f3f4f5;
}

#cssmenu>ul>li:last-child>a,
#cssmenu>ul>li.last>a {
    border-bottom: n;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.holder::after {
    top: 17px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}

#cssmenu>ul>li>a:hover>span::after,
#cssmenu>ul>li.active>a>span::after,
#cssmenu>ul>li.open>a>span::after {
    border-color: #ffffff;
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #000000;
    /* border-left: 1px solid #32373e; */
    /* border-right: 1px solid #32373e; */
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    background: #333333;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li.open>a,
#cssmenu ul ul li.active>a {
    background: #6ea061;
    color: #ffffff;
}

#cssmenu ul ul li:first-child>a {
    box-shadow: none;
}

#cssmenu ul ul ul li:first-child>a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
    padding-left: 30px;
}

#cssmenu>ul>li>ul>li:last-child>a,
#cssmenu>ul>li>ul>li.last>a {
    border-bottom: 0;
}

#cssmenu>ul>li>ul>li.open:last-child>a,
#cssmenu>ul>li>ul>li.last.open>a {
    border-bottom: 1px solid #32373e;
}

#cssmenu>ul>li>ul>li.open:last-child>ul>li:last-child>a {
    border-bottom: 0;
}

#cssmenu ul ul li.has-sub>a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#cssmenu ul ul li.active>a::after,
#cssmenu ul ul li.open>a::after,
#cssmenu ul ul li>a:hover::after {
    border-color: #ffffff;
}


/*=== Footer Bottom ===*/

.conact-info {
    color: #504e4e;
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    line-height: 26px;
    font-size: 13px;
}

.conact-info a {
    color: #504e4e;
}

.conact-info i {
    position: absolute;
    left: 0;
    font-size: 22px;
    top: 0;
    color: #e73835;
    /* width: 30px; */
    /* height: 30px; */
    /* background: #f7bab9; */
    text-align: center;
    /* line-height: 30px; */
}

.main-footer .footer-bottom {
    position: relative;
    background-color: #7abf18;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    padding: 15px 0;
    text-align: center;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #131212;
    font-weight: 400;
    border-radius: 41px 0px 0px 0px;
}

.main-footer .footer-bottom::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
}

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

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

.main-footer.style-two .footer-bottom {
    background-color: transparent;
}

.main-footer.style-two .footer-bottom .copyright-text a {
    color: #e63330;
}

.main-footer.style-three .widgets-section {
    position: relative;
    padding-top: 220px;
    padding-bottom: 10px;
    z-index: 2;
}

.main-footer.style-three:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 100%;
    background-color: #f5f5f5;
    content: "";
}

.main-footer.style-three:before {
    background-color: #333333;
    opacity: .80;
}

.main-footer .contact-widget {
    position: relative;
    padding-right: 40px;
}

.contact-form-two {
    position: relative;
    background-color: #ffffff;
    padding: 50px 40px 30px;
    margin-top: -220px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.07);
}

.contact-form-two .sec-title {
    margin-bottom: 30px;
}

.contact-form-two .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-two .form-group input[type="text"],
.contact-form-two .form-group input[type="email"],
.contact-form-two .form-group input[type="url"],
.contact-form-two .form-group textarea,
.contact-form-two .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 28px;
    padding: 10px 20px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    font-weight: 400;
    border-radius: 5px;
    height: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.contact-form-two .form-group button {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 400;
}

.contact-form-two label.error {
    color: #ff0000;
}

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

.main-footer .contact-info-list li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    padding-left: 70px;
    min-height: 50px;
    margin-bottom: 50px;
}

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

.main-footer .contact-info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 1px dashed #7abf18;
    border-radius: 10px 10px 0 10px;
    color: #ffffff;
    font-size: 24px;
}

.main-footer .contact-info-list li strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
}

.main-footer .contact-info-list li p {
    font-size: 15px;
    line-height: 24px;
    color: #bbbbbb;
    font-weight: 400;
}

.main-footer .contact-info-list li p a {
    color: #bbbbbb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .contact-info-list li a:hover {
    color: #7abf18;
}

.main-footer .title-column {
    position: relative;
}

.main-footer .title-column .text {
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 0;
}

.main-footer .title-column .text span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #ff9000;
    margin-left: 0;
}

.main-footer.style-three .footer-bottom {
    background-color: transparent;
}

.main-footer.style-three .footer-bottom .outer-box {
    position: relative;
    border-top: 1px solid #777777;
}

.main-footer.style-three .footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 25px 0;
}

.main-footer.style-three .footer-bottom .copyright-text a {
    color: #7abf18;
}

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

.main-footer.style-three .footer-bottom .social-links {
    position: relative;
    float: right;
    padding: 25px 0;
}

.main-footer.style-three .footer-bottom .social-links li {
    margin-left: 20px;
}

.main-footer.style-three .footer-bottom .social-links li a {
    font-size: 16px;
}

.main-footer.style-three .footer-bottom .social-links li a:hover {
    color: #7abf18;
}

.main-footer.style-three.alternate:after {
    display: none;
}

.main-footer.style-three.alternate .widgets-section {
    padding-top: 60px;
}

.main-footer.style-three.alternate .contact-form-two .form-group textarea {
    height: 200px;
}

.main-footer.style-three.alternate .contact-form-two {
    margin-bottom: -160px;
}


/***

==================================================================
        Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0 50px;
}

.sidebar-page-container.bg-colored {
    background-color: #f5f5f5;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-page-container .sidebar {
    background-color: #ffffff;
    padding: 40px 35px;
}

.sidebar-side .sec-title .title {
    margin-bottom: 10px;
}

.sidebar-side .sec-title {
    margin-bottom: 30px;
}

.sidebar-side .sec-title h2 {
    font-size: 24px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 55px;
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
    position: relative;
    margin-bottom: 35px;
}

.sidebar-page-container .sidebar-title h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
}


/*Search Box Widget*/

.sidebar .search-box {
    position: relative;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 16px;
    color: #777777;
    line-height: 28px;
    padding: 15px 25px;
    height: 60px;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #7abf18;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #7abf18;
    font-weight: normal;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover {
    color: #222222;
}


/*=== Categories ===*/

.sidebar .categories .sidebar-title {
    margin-bottom: 20px;
}

.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
}

.cat-list li a {
    position: relative;
    font-size: 16px;
    color: #888888;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 0px;
    display: block;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cat-list li a span {
    float: right;
}

.cat-list li:last-child a {
    border-bottom: 0;
}

.cat-list li.active a,
.cat-list li:hover a {
    color: #7abf18;
}


/*=== Latest News ===*/

section.blog-add-image-section {
    padding: 60px 0;
    position: relative;
    background-position: center;
    background-size: cover;
}

.latest-blocks {
    padding: 20px 5px;
    box-shadow: 0px 0px 10px #ccc;
    background-color: #fff;
    margin: 11px 0 7px;
}

.latestdesc {
    margin: 9px 0 8px 0;
    position: relative;
    z-index: 1;
}

.latestdesc::before {
    content: "";
    position: absolute;
    width: 140%;
    height: 144%;
    background: transparent;
    right: 0px;
    left: auto;
    margin: 0 auto;
    top: -22px;
    opacity: 1;
    z-index: -1;
}

.latestdesc h4 {
    color: #d8b407;
    font-weight: 500;
    font-size: 21px;
}

.date-loaction span {
    color: #d84a4a;
    margin-right: 8px;
    padding-right: 9px;
    /* border-right: 1px solid; */
}

.latestimg {
    display: table;
    margin: auto;
    position: relative;
    z-index: 1;
}

.date {
    position: absolute;
    bottom: 43px;
    background: rgb(249, 221, 85);
    color: #071f25;
    padding: 8px 13px;
}

.date h3 {}

.date p {
    color: #071f25;
}

.latestdesc p {
    color: #000;
    font-size: 14px;
}

.latestdesc p a {
    color: #d84a4a;
    display: block;
}

.new-info {
    text-align: center;
    padding: 32px 0 18px 0;
    margin-bottom: 9px;
}

.new-info h4 {
    color: #375371;
    font-weight: 600;
    margin-bottom: 10px;
}

.new-info p {
    color: #d84a4a;
}

.latest-news .post {
    position: relative;
    padding-left: 95px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    min-height: 80px;
}

.latest-news .post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.latest-news .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}

.latest-news .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}

.latest-news .post h5 {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 4px;
}

.latest-news .post h5 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.latest-news .post:hover h5 a {
    color: #7abf18;
}

.latest-news .post .post-info {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
}


/*=== Gallery Widget ===*/

.sidebar .gallery-widget .sec-title .title {
    margin-bottom: 20px;
}

.sidebar .gallery-widget .sec-title,
.sidebar .gallery-widget .widget-title {
    margin-bottom: 30px;
}

.sidebar .gallery-widget .link-box {
    position: relative;
    float: right;
    margin-top: -60px;
}

.sidebar .gallery-widget .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #888888;
    font-weight: 400;
}

.sidebar .gallery-widget .gallery-outer {
    position: relative;
    margin: 0px -5px 0;
}

.sidebar .gallery-widget .gallery-outer .image {
    position: relative;
    float: left;
    width: 33.333333%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar .gallery-widget .gallery-outer .image img {
    display: block;
    width: 100%;
}

.sidebar .gallery-widget .btn-box {
    position: relative;
    display: block;
    margin-top: 25px;
    text-align: center;
}

.sidebar .gallery-widget .btn-box a {
    padding: 8px 45px;
}


/*=== Tags ===*/

.tag-list {
    position: relative;
    display: block;
}

.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 13px;
    margin-right: 10px;
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    padding: 9px 30px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover {
    background-color: #7abf18;
    border-color: #7abf18;
    color: #ffffff;
}


/*Sidebar Range slider */

.range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
    overflow: hidden;
    margin-top: -20px;
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 8px;
    position: relative;
}

.range-slider-one .input input {
    background: none;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    width: auto;
    text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-bottom: 35px;
    background: #eeeeee;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 3px;
    background: #333333;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    top: -3px;
    width: 10px;
    height: 10px;
    background: #7abf18;
    cursor: pointer;
    border-radius: 0px;
    border-color: #7abf18;
}

.range-slider-one .theme-btn {
    padding: 8px 35px;
    border-radius: 0px;
}

.range-slider-one .theme-btn:before {
    display: none;
}


/*Sidebar Realated Posts */

.sidebar .related-posts .post {
    position: relative;
    padding: 0px 0px;
    padding-left: 90px;
    margin-bottom: 20px;
}

.sidebar .related-posts .post:last-child {
    margin-bottom: 0px;
    border: 0px;
    min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
}

.sidebar .related-posts .post .post-thumb img {
    display: block;
    width: 100%;
}

.sidebar .related-posts .post h4 {
    top: -2px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.2em;
    text-transform: capitalize;
}

.sidebar .related-posts .post h4 a {
    color: #333333;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover {
    color: #7abf18;
}

.sidebar .related-posts .post .price {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #777777;
}

.sidebar .related-posts .post .rating {
    margin-bottom: 1px;
    line-height: 1em;
}

.sidebar .related-posts .post .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #7abf18;
}

.sidebar.shop-sidebar {
    padding: 0;
}

.our-shop .styled-pagination {
    margin-top: 40px;
}


/*** 

====================================================================
    Comment Area
====================================================================

***/

.group-title {
    position: relative;
    margin-bottom: 55px;
}

.group-title h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
}

.comments-area {
    position: relative;
    margin-bottom: 60px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 80px;
}

.comments-area .comment-box.reply-comment {
    margin-left: 120px;
}

.comments-area .comment-box:last-child {
    margin-bottom: 0;
}

.comments-area .comment {
    position: relative;
    min-height: 135px;
    padding-top: 30px;
    padding-left: 160px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 135px;
    width: 120px;
}

.comments-area .comment-box .author-thumb img {
    display: block;
    width: 100%;
    border: 3px solid #ffffff;
}

.comments-area .comment-info {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.comments-area .comment-box .name {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #222222;
}

.comments-area .comment-box .date {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #7abf18;
    font-weight: 400;
    margin-left: 25px;
}

.comments-area .comment-box .text {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    width: 80px;
    line-height: 35px;
    color: #ffffff;
    background-color: #7abf18;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.02em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
    color: #ffffff;
    background-color: #222222;
}


/*** 

====================================================================
    Comment Form
====================================================================

***/

.comment-form {
    position: relative;
}

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

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="url"],
.comment-form .form-group input[type="date"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: #555555;
    line-height: 20px;
    font-weight: 400;
    padding: 13px 22px;
    background-color: #ffffff;
    border: 2px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
    font-size: 18px;
    line-height: 30px;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #7abf18;
}

.comment-form .form-group textarea {
    height: 185px;
    resize: none;
}


/*** 

====================================================================
    Shop Page
====================================================================

***/

.shop-item {
    position: relative;
    margin-bottom: 60px;
}

.shop-item .inner-box {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image {
    position: relative;
    z-index: 11;
    text-align: center;
    background-color: #f8f8f8;
    overflow: hidden;
}

.shop-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.50);
    -moz-transform: scale(1.50);
    -ms-transform: scale(1.50);
    -o-transform: scale(1.50);
    transform: scale(1.50);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .inner-box:hover .overlay-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.shop-item .overlay-box .tag {
    position: absolute;
    left: 20px;
    top: 25px;
    padding: 0px 15px;
    border-radius: 3px;
    background-color: #7abf18;
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
    border-radius: 5px;
}

.shop-item .overlay-box .like {
    position: absolute;
    right: 30px;
    top: 25px;
}

.shop-item .overlay-box .like a {
    position: relative;
    display: block;
    font-size: 12px;
    color: #222222;
    line-height: 25px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(1, 0, 57, .27);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .overlay-box .like a:hover {
    background-color: #7abf18;
    color: #ffffff;
}

.shop-item .overlay-box .btn-box {
    position: absolute;
    text-align: center;
    bottom: 30px;
    width: 100%;
}

.shop-item .overlay-box .btn-box a {
    padding: 10px 25px;
    border-radius: 5px;
}

.shop-item .inner-box .image img {
    width: 100%;
    display: inline-block;
}

.shop-item .inner-box .lower-content {
    position: relative;
    z-index: 11;
    padding: 20px 0px 0px;
    text-align: center;
}

.shop-item .inner-box .lower-content h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.shop-item .inner-box .lower-content h3 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
    color: #7abf18;
}

.shop-item .inner-box .lower-content .price {
    position: relative;
    color: #7abf18;
    font-size: 20px;
    font-weight: 700;
}

.shop-item .inner-box .lower-content .price .discount {
    position: relative;
    color: #777777;
    margin-right: 8px;
    text-decoration: line-through;
}

.shop-item .inner-box .lower-content .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #7abf18;
    margin: 0 -1px;
}


/*=== Product Detail ===*/

.product-details .basic-details {
    position: relative;
    margin-bottom: 50px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px;
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
    background-color: #f7f7f7;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0px 20px;
    line-height: 1.4em;
    color: #222222;
}

.product-details .basic-details .details-header h4 a {
    color: #333333;
}

.product-details .basic-details .details-header .rating {
    font-size: 18px;
    color: #7abf18;
    margin-bottom: 15px;
    display: inline-block;
}

.product-details .basic-details .details-header .reviews {
    position: relative;
    display: inline-block;
    color: #777777;
    font-weight: 400;
    margin-left: 15px;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 14px;
    padding-left: 10px;
    color: #777777;
}

.product-details .basic-details .details-header .item-price {
    font-size: 22px;
    font-weight: 700;
    color: #7abf18;
    line-height: 24px;
}

.product-details .basic-details .prod-info {
    margin-bottom: 15px;
    line-height: 1.6em;
    font-size: 13px;
}

.product-details .basic-details .prod-info strong {
    font-weight: 700;
    color: #111111;
}

.product-details .basic-details .text {
    margin-bottom: 25px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 46px !important;
    box-shadow: none !important;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 11px 10px;
    background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 85px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 15px !important;
    height: 50px !important;
    box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 12px 10px;
    background: #f4f5f6;
    border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    top: 8px;
    font-weight: 900;
}

.product-details .basic-details .add-to-cart {
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    margin-left: 20px;
}

.comments-area.style-two {
    max-width: 700px;
}

.comments-area.style-two .comment-box {
    margin-bottom: 50px;
}

.comments-area.style-two .comment {
    padding-top: 0;
    padding-left: 90px;
    min-height: 70px;
}

.comments-area.style-two .comment-box .author-thumb {
    height: 70px;
    width: 70px;
}

.comments-area.style-two .comment-info {
    margin-bottom: 0px;
}

.comments-area.style-two .comment-info span {
    color: #7abf18;
}

.comments-area.style-two .comment-box .rating {
    font-size: 12px;
    line-height: 20px;
    color: #7abf18;
    margin-bottom: 5px;
}


/*** 

====================================================================
Shop Single
====================================================================

***/

.shop-single .product-details .prod-tabs {
    position: relative;
}

.shop-single .product-details .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    background: #eeeeee;
    color: #000000;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    border-radius: 50px;
    padding: 15px 50px 15px;
    transition: all 500ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
    background: #7abf18;
}

.shop-single .product-details .prod-tabs .tabs-content {
    position: relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content {
    position: relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 25px;
    color: #797979;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child {
    margin-bottom: 0px;
}

.prod-tabs .tabs-content .tab .title {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}


/*Comment Form*/

.shop-comment-form {
    position: relative;
    margin-top: 50px;
}

.shop-comment-form h2 {
    position: relative;
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.shop-comment-form .mail-text {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-bottom: 15px;
}

.shop-comment-form .group-title {
    margin-bottom: 20px;
}

.shop-comment-form .rating-box {
    position: relative;
    margin-bottom: 20px;
}

.shop-comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.shop-comment-form .rating-box .rating {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 5px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a {
    position: relative;
    color: #cccccc;
    font-size: 14px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
    color: #7abf18;
}

.shop-comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.shop-comment-form .form-group label {
    position: relative;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.shop-comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
    border-color: #7abf18;
}

.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #848484;
    border: 1px solid #dddddd;
    height: 120px;
    font-weight: 300;
    background: #ffffff;
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form button {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 32px;
    margin-top: 10px;
    text-transform: uppercase;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
    border-color: #7abf18;
}


/*** 

====================================================================
Cart Section style
====================================================================

***/

.cart-section {
    position: relative;
    padding: 100px 0px 60px;
}

.cart-outer {
    position: relative;
}

.checkout-page .cart-outer {
    margin-bottom: 40px;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    background: #222222;
    color: #ffffff;
    border: 1px solid #ebebeb;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #ffffff;
}

.cart-table thead tr th .fa {
    font-size: 18px;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 25px 30px;
}

.cart-table tbody tr .qty {
    width: 200px;
}

.cart-table tbody tr .qty .item-quantity {
    max-width: 100px;
    margin: 0 auto;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: relative;
    width: 140px;
    margin: 0 auto;
    text-align: center;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: inline-block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    line-height: 90px;
}

.cart-table tbody tr .prod-column .author {
    font-size: 13px;
    color: #333333;
    margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #222222;
    font-size: 16px;
}

.cart-table tbody tr .sub-total.price {}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 14px;
    color: #7abf18;
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    font-size: 18px;
    line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
    color: #444444;
}

.cart-table tbody tr {
    border-bottom: 1px solid #cccccc;
}

.cart-table tbody tr td {
    vertical-align: middle;
    color: #797979;
    font-size: 17px;
    text-align: center;
    border-left: 1px solid #cccccc;
}

.cart-table tbody tr td.prod-column {
    padding-left: 48px;
}

.cart-table tbody tr td.total {
    font-size: 18px;
    color: #333333;
}

.cart-table tbody tr td:last-child {
    border-right: 1px solid #ebebeb;
    text-align: center;
}

.cart-table tbody tr td .prod-title {
    position: relative;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #223555;
    border-radius: 50%;
}

.cart-section .cart-options {
    position: relative;
    padding: 40px 0px 10px;
    margin-bottom: 30px;
    border-top: 0px;
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .cart-options .cart-btn {
    padding: 13px 36px;
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #7abf18;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-section .cart-options .cart-btn:hover {
    background-color: #222222;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 30px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 28px;
    padding: 10px 25px;
    border: 1px solid #cccccc;
    width: 225px;
    height: 50px;
    background: #ffffff;
    border-radius: 50px;
}

.cart-section .coupon-btn {
    padding: 13px 29px;
    line-height: 24px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #7abf18;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-section .coupon-btn:hover {
    background-color: #222222;
}

.cart-section .cart-options .btn-style-one {
    top: -7px;
    padding-left: 32px;
    padding-right: 32px;
}

.cart-section .totals-table {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
}

.cart-section .totals-table li {
    line-height: 24px;
    padding: 18px 30px;
    border-bottom: 1px solid #cccccc;
}

.cart-section .totals-table li:first-child {
    background-color: #dddddd;
}

.cart-section .totals-table li h3 {
    position: relative;
    font-weight: 700;
    color: #333333;
    font-size: 18px;
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
    padding: 40px 20px 50px;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 50%;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.cart-section .totals-table li .col:last-child {
    text-align: right;
}

.cart-section .totals-table .total .price {
    color: #7abf18;
    font-weight: 400;
}

.cart-section .totals-table .proceed-btn {
    padding: 13px 33px;
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #7abf18;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-section .totals-table .proceed-btn:hover {
    background-color: #222222;
}

.shipping-block {
    position: relative;
    margin-bottom: 60px;
}

.shipping-block .inner-box {
    position: relative;
    padding: 20px 25px 10px;
    border: 1px solid #cccccc;
}

.shipping-block .inner-box h3 {
    position: relative;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.shipping-block .inner-box h4 {
    position: relative;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.shipping-form {
    position: relative;
}

.shipping-form .row {
    position: relative;
    margin: 0px -10px;
}

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

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 20px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
    border-color: #7abf18;
}

.shipping-form button {
    padding: 13px 33px;
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 6px;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #7abf18;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shipping-form button:hover {
    background-color: #222222;
}


/*====================================================================
    CheckOut Section
====================================================================*/

.checkout-page {
    position: relative;
    padding: 100px 0px 50px;
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 50px;
}

.checkout-page .default-links li {
    line-height: 25px;
    padding: 25px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    background-color: #eeeeee;
    margin-bottom: 20px;
}

.checkout-page .default-links li .fa {
    position: relative;
    font-size: 24px;
    line-height: 25px;
    color: #7abf18;
    margin-right: 20px;
}

.checkout-page .default-links li a {
    color: #666666;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checkout-page .default-links li a:hover {
    color: #7abf18;
}

.checkout-page .sec-title {
    margin-bottom: 20px;
}

.checkout-page .sec-title h3 {
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
}

.checkout-form {
    position: relative;
}

.checkout-form .column {
    position: relative;
    margin-bottom: 50px;
}

.checkout-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: capitalize;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.checkout-form .form-group .field-label span {
    position: relative;
    font-size: 16px;
    color: #222222;
    display: block;
    font-weight: 600;
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 15px;
    color: #009fe9;
}

.checkout-form .form-group .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    padding: 12px 22px;
    height: 50px;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea {
    resize: none;
    height: 60px !important;
    padding-left: 30px;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    border-color: #7abf18;
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 16px;
    cursor: pointer;
    color: #333333;
}

.checkout-page .lower-content {
    margin-top: 30px;
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.checkout-page .lower-content .column h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.checkout-page .lower-content .column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #7abf18;
}


/*Coupon Box*/

.coupon-box {
    position: relative;
    padding: 25px 25px;
    margin-bottom: 25px;
    background-color: #f5f5f5;
}

.coupon-form {
    position: relative;
}

.coupon-form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.coupon-form .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus {
    border-color: #7abf18;
}

.coupon-form button {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 8px 26px;
    text-transform: capitalize;
}

.order-box {
    position: relative;
    margin-bottom: 50px;
}

.order-box .sec-title {
    margin-bottom: 25px;
}

.order-box .sec-title h2 {
    font-size: 24px;
    padding-bottom: 0;
}

.order-box .sec-title h2:before {
    display: none;
}

.order-box .title-box {
    position: relative;
    padding: 15px 30px;
    font-weight: 500;
    color: #ffffff;
    background-color: #222222;
}

.order-box .title-box .col {
    position: relative;
    width: 50%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}

.order-box ul {
    position: relative;
}

.order-box ul li {
    position: relative;
    padding: 25px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #777777;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
}

.order-box ul li strong {
    color: #222222;
    font-weight: 500;
    font-size: 16px;
}

.order-box ul li span {
    width: 50%;
    float: right;
    color: #7abf18;
    font-size: 16px;
}

.order-box ul li span.free {
    color: #777777;
}

.order-box ul li:last-child {
    border-bottom: 0;
}

.payment-box {
    position: relative;
    margin-bottom: 50px;
}

.payment-box .upper-box {
    position: relative;
    padding: 15px 35px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #b7b7b7;
}

.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment-box .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
    position: relative;
}

.payment-box .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    cursor: pointer;
    font-size: 16px;
}

.payment-box .payment-options li .radio-option label strong {
    font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 3px;
}

.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8em;
    padding: 15px 20px;
    margin-top: 20px;
    background-color: #7abf18;
}

.payment-box .payment-options li .radio-option input:checked+label .small-text {
    display: block;
}

.payment-box .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: '';
    left: 30px;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #7abf18;
}

.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    padding-left: 30px;
    margin-top: 20px;
}

.payment-box .payment-options li .radio-option .what-paypall {
    position: relative;
    display: block;
    color: #777777;
    font-size: 16px;
    font-weight: 700;
    margin-left: 120px;
    margin-top: 10px;
}

.payment-box .lower-box {
    position: relative;
    background-color: #f5f5f5;
    padding: 30px 35px;
}

.payment-box .lower-box .theme-btn {
    padding: 13px 32px;
    font-weight: 400;
    margin-right: 0;
}


/*** 

====================================================================
    Login Section
====================================================================

***/

.login-section {
    position: relative;
    padding: 100px 0px 60px;
}

.login-form.register-form {
    padding-bottom: 47px;
}

.login-section h2 {
    position: relative;
    color: #222222;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.login-form {
    position: relative;
    margin-bottom: 40px;
    padding: 30px 40px 25px;
    background-color: #f9f9f9;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 16px;
}

.login-form .form-group.check-box {
    margin-bottom: 0px;
}

.login-form .form-group:nth-child(2) {
    margin-bottom: 25px;
}

.login-section.style-two .login-form .form-group:nth-child(2) {
    margin-bottom: 15px;
}

.login-form .form-group label {
    position: relative;
    top: -1px;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
}

.login-form .form-group.no-margin {
    margin-bottom: 0px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
    border-color: #7abf18;
}

.login-form button {
    top: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 36px;
    line-height: 25px;
    color: #ffffff;
    text-transform: uppercase;
}

.login-form .psw {
    position: relative;
    color: #666666;
    font-size: 16px;
}

.login-form .psw:hover {
    text-decoration: underline;
}


/*** 

====================================================================
Error Section
====================================================================

***/

.error-section {
    position: relative;
    text-align: center;
    padding: 170px 0px 170px;
}

.error-section .error-title {
    position: relative;
    color: #222222;
    font-size: 200px;
    font-weight: 800;
    line-height: 1em;
}

.error-section .error-title span {
    color: #71b100;
}

.error-section h4 {
    color: #333333;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.error-section .text {
    color: #666666;
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 45px;
}

.error-section .theme-btn {
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}


/*** 

====================================================================
    Coming Soon
====================================================================

***/

.coming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.coming-soon .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
}

.coming-soon .content .content-inner {
    position: relative;
    padding: 100px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
    position: relative;
    margin-bottom: 30px;
}

.coming-soon .content .content-inner h2 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.coming-soon .content .content-inner .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 0px;
    margin-bottom: 60px;
}

.time-counter {
    position: relative;
}

.time-counter .time-countdown {
    position: relative;
}

.time-counter .time-countdown .mvvc.counter-column {
    position: relative;
    margin: 0px 15px 0px;
    width: 140px;
    height: 120px;
    text-align: center;
    display: inline-block;
    color: #7abf18;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: 700;
    margin-bottom: 60px;
}

.time-counter .time-countdown .mvvc.counter-column .count {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 40px;
    padding: 40px 0px 30px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
}

.coming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 60px;
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    padding: 20px 50px 20px 50px;
    background: #ffffff;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 195px;
    height: 60px;
    line-height: 40px;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 0px 50px 50px 0px;
}


/***

==================================================================
    Right To Left Style
==================================================================

***/

.rtl {
    direction: rtl;
    text-align: right;
}

.rtl .styled-pagination,
.rtl .owl-carousel {
    direction: ltr !important;
}

.rtl .product-details .basic-details .item-quantity,
.rtl .page-title .title-box,
.rtl .main-footer.style-three .footer-bottom .copyright-text,
.rtl .call-to-action-two .title-box,
.rtl .main-header .header-lower .nav-outer,
.rtl .main-header .header-upper .logo-outer,
.rtl .main-header .top-right .text,
.rtl .main-header .top-left {
    float: right;
}

.rtl .cat-list li a span,
.rtl .sidebar .gallery-widget .link-box,
.rtl .sidebar .brochure-link a i,
.rtl .page-title .bread-crumb,
.rtl .main-footer.style-three .footer-bottom .social-links,
.rtl .call-to-action-two .btn-box,
.rtl .header-style-two .header-lower .nav-outer,
.rtl .main-header .header-upper .upper-right,
.rtl .main-header .top-right {
    float: left;
}

.rtl .payment-box .payment-options li .radio-option input[type="radio"],
.rtl .sidebar .related-posts .post .post-thumb,
.rtl .comments-area .comment-box .author-thumb,
.rtl .latest-news .post-thumb,
.rtl .main-footer .contact-info-list li .icon,
.rtl .why-choose-us:before,
.rtl .header-style-three .call-btn:before,
.rtl .news-block-two .lower-content .date,
.rtl .fun-fact-section:before,
.rtl .popular-posts .post .thumb,
.rtl .call-back-and-testimonial .form-column .image-box,
.rtl .testimonial-block .info-box .thumb,
.rtl .list-style-one li:before,
.rtl .team-block .overlay-box:after,
.rtl .project-block .overlay-box:after,
.rtl .service-block .overlay-box:after,
.rtl .main-header .info-box .icon-box {
    left: auto;
    right: 0;
}

.rtl .sidebar .search-box .form-group input[type="submit"],
.rtl .sidebar .search-box .form-group button,
.rtl .team-carousel .owl-nav,
.rtl .projects-section-two .owl-nav,
.rtl .testimonial-block .info-box .rating,
.rtl .service-block .caption-box .icon,
.rtl .main-footer .subscribe-form .form-group input[type="submit"],
.rtl .main-footer .subscribe-form .form-group button,
.rtl .main-header .search-box .form-group input[type="submit"],
.rtl .main-header .search-box .form-group button {
    right: auto;
    left: 0;
}

.rtl .sec-title .title:before {
    left: auto;
    right: 0;
}

.rtl .sec-title .title:after {
    left: auto;
    right: 0;
}

.rtl .sec-title.text-center .title:before {
    left: 0;
    right: 0;
}

.rtl .sec-title.text-center .title:after {
    left: 50%;
    right: auto;
    margin-left: 15px;
}

.rtl .work-tabs .tabs-content {
    text-align: right;
}

.rtl .fixed-header .sticky-header .logo {
    float: right !important;
}

.rtl .fixed-header .sticky-header .pull-right {
    float: left !important;
}

.rtl .main-header .top-right .social-icon-one {
    float: left;
    margin-left: 0;
    margin-right: 100px;
}

.rtl .main-header .info-box {
    float: right;
    padding-left: 0;
    padding-right: 65px;
    margin-left: 0;
    margin-right: 40px;
}

.rtl .main-header .outer-box {
    float: left;
    margin-left: 0;
    margin-right: 45px;
}

.rtl .main-header .search-box-outer {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    right: auto;
    left: 15px;
    transform: rotate(180deg);
}

.rtl .main-footer .list li:before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.rtl .main-menu .navigation>li {
    float: right;
    margin-left: 40px;
    margin-right: 0;
}

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

.rtl .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

.rtl .main-header .sticky-header .main-menu .navigation>li {
    margin-left: 0;
    margin-right: 40px;
}

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

.rtl .header-style-two .logo-outer {
    float: right;
    padding: 10px 20px 10px 0px;
}

.rtl .header-style-two .search-box-outer {
    float: left;
}

.rtl .header-style-two .outer-box {
    float: right;
    margin-left: 45px;
    margin-right: 0;
}

.rtl .service-block .caption-box {
    padding-right: 40px;
    padding-left: 70px;
}

.rtl .service-block .overlay-box .inner {
    padding-right: 70px;
    padding-left: 30px;
}

.rtl .project-block .overlay-box:before,
.rtl .service-block .overlay-box:before {
    left: auto;
    right: 40px;
}

.rtl .service-block .overlay-box .link-box a i {
    float: left;
    margin-right: 5px;
    margin-left: 0;
}

.rtl .list-style-one li {
    padding-left: 0;
    padding-right: 35px;
}

.rtl .testimonial-block .info-box {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .testimonial-block .content-box .icon {
    left: 30px;
    right: auto;
}

.rtl .call-back-and-testimonial .form-column .inner-column {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .project-block .overlay-box .inner {
    padding-left: 30px;
    padding-right: 70px;
}

.rtl .call-to-action .btn-column .inner-column {
    text-align: left;
}

.rtl .call-to-action .btn-column .message-box span {
    float: left;
    margin-right: 25px;
    margin-left: 40px;
}

.rtl .news-section .owl-nav {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -32%;
}

.rtl .news-block .content-column .info li i {
    margin-right: 0;
    margin-left: 10px;
    float: right;
}

.rtl .news-block .content-column .info li {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .main-footer .list li {
    padding-left: 0;
    padding-right: 25px;
}

.rtl .popular-posts .post {
    padding-left: 0;
    padding-right: 115px;
}

.rtl .banner-section-two .auto-container {
    direction: rtl;
}

.rtl .cart-table tbody tr .qty .item-quantity,
.rtl .product-details .basic-details .item-quantity,
.rtl .range-slider-one,
.rtl .pricing-table .price {
    direction: ltr;
}

.rtl .about-section .image-column .inner-column {
    margin-right: 0;
    margin-left: -30px;
    padding-right: 70px;
}

.rtl .about-section .image-column .image-box:before {
    left: auto;
    right: -90px;
}

.rtl .services-section-two .title-column .inner-column {
    float: left;
    padding-right: 0;
    padding-left: 60px;
}

.rtl .services-section-two .title-column {
    float: right
}

.rtl .services-section-two .services-column {
    float: left;
}

.rtl .services-section-two .title-column {
    max-width: 35.6%;
}

.rtl .fun-fact-section .count-box {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .fun-fact-section .count-box .icon {
    left: auto;
    right: 30px;
}

.rtl .team-block .overlay-box:before {
    left: auto;
    right: 50px;
}

.rtl .team-block .overlay-box .inner {
    padding: 30px 60px 0 30px;
}

.rtl .team-block .social-links li {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .news-carousel-two .owl-nav {
    right: auto;
    left: -15px;
}

.rtl .news-block-two .lower-content .info-box {
    padding-left: 0;
    padding-right: 70px;
}

.rtl .news-block-two .lower-content .info li {
    margin-left: 15px;
    margin-right: 0;
}

.rtl .news-block-two .lower-content .info li i {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.rtl .accordion-box .block .acc-btn {
    padding-left: 30px;
    padding-right: 60px;
}

.rtl .accordion-box .block .acc-btn.active .icon:before {
    left: auto;
}

.rtl .accordion-box .block .icon {
    left: auto;
    right: 25px;
}

.rtl .main-footer .title-column .text span {
    margin-left: 0;
    margin-right: 15px;
}

.rtl .main-footer .subscribe-form .form-group input[type="text"],
.rtl .main-footer .subscribe-form .form-group input[type="email"] {
    padding: 10px 20px;
    padding-left: 160px;
}

.rtl .header-style-three .logo-outer {
    float: right;
}

.rtl .header-style-three .header-lower .nav-outer {
    padding-left: 0;
    padding-right: 60px;
}

.rtl .header-style-three .share-btn,
.rtl .header-style-three .header-lower .main-menu {
    float: right;
}

.rtl .header-style-three .search-box-outer {
    margin: 0;
}

.rtl .header-style-three .share-btn {
    margin-left: 60px;
    margin-right: 0;
}

.rtl .main-header .outer-box {
    margin-left: 0;
    margin-right: 45px;
}

.rtl .feature-block .text {
    padding-left: 30px;
    padding-right: 0;
}

.rtl .projects-section-three .carousel-outer:before {
    right: auto;
    left: 100%;
}

.rtl .pricing-table .table-content ul {
    text-align: right;
}

.rtl .pricing-table .table-content ul li {
    padding-left: 0;
    padding-right: 35px;
}

.rtl .pricing-table .table-content ul li:before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.rtl .main-footer .contact-widget {
    padding-right: 0;
    padding-left: 40px;
}

.rtl .main-footer.style-three .footer-bottom .social-links li {
    margin-left: 0;
    margin-right: 20px;
}

.rtl .main-footer .contact-info-list li {
    padding-left: 0;
    padding-right: 70px;
}

.rtl .page-title .bread-crumb li:last-child {
    padding-left: 0;
    margin-left: 0;
}

.rtl .page-title .bread-crumb li {
    float: right;
    padding-left: 30px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 15px;
}

.rtl .page-title .bread-crumb li:before {
    right: auto;
    left: 0px;
}

.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button {
    right: auto;
    left: 0;
    border-radius: 50px 0px 0px 50px;
}

.rtl .services--list li a {
    padding: 20px 25px;
    padding-left: 75px;
}

.rtl .services--list li .icon {
    right: auto;
    left: -1px;
}

.rtl .service-tabs .tabs-content .tab .content .image {
    margin-left: 30px;
    margin-right: 0;
    float: right;
}

.rtl .accordion-box.style-three .block .acc-btn.active .icon:before,
.rtl .accordion-box.style-three .block .icon {
    right: 0;
}

.rtl .accordion-box.style-three .block .acc-btn {
    padding-left: 15px;
    padding-right: 75px;
}

.rtl .post-controls .prev span {
    float: left;
    margin-top: 1px;
}

.rtl .post-controls .next span {
    float: right;
    margin-top: 1px;
}

.rtl .latest-news .post {
    padding-left: 0;
    padding-right: 90px;
}

.rtl .tag-list li {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.rtl .comments-area .comment-box .date {
    margin-left: 0;
    margin-right: 25px;
}

.rtl .comments-area .comment {
    padding-left: 0;
    padding-right: 160px;
}

.rtl .sidebar .related-posts .post {
    padding-left: 0;
    padding-right: 90px;
}

.rtl .product-details .basic-details .add-to-cart {
    margin-left: 0;
    margin-right: 20px;
}

.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.rtl .comments-area.style-two .comment {
    padding-left: 0;
    padding-right: 90px;
}

.rtl .shop-comment-form .rating-box .rating {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .product-details .basic-details .details-header .reviews {
    margin-left: 0;
    margin-right: 15px;
}

.rtl .checkout-page .default-links li .fa {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .checkout-form select {
    background-position: 20px center;
}

.rtl .payment-box .payment-options li .radio-option label {
    padding-right: 30px;
    padding-left: 0;
}

.rtl .payment-box .payment-options li .radio-option label .small-text:before {
    left: auto;
    right: 30px;
}

.rtl .payment-box .payment-options li .radio-option .what-paypall {
    margin-right: 120px;
    margin-left: 0;
}

.rtl .login-form .form-group.pw {
    text-align: left;
}

.rtl .blog-detail .news-block-two blockquote p {
    text-align: right;
}

.rtl .blog-detail blockquote {
    border-left: 0;
    border-right: 3px solid #7abf18;
}


/*** 

====================================================================
Box Layout
====================================================================

***/

.box-layout .page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    border: 15px solid #ffffff;
    overflow: hidden;
    background-color: #ffffff;
}

.box-layout {
    background-image: url(../images/background/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.box-layout .sticky-header {
    max-width: 1370px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box-layout .coming-soon {
    position: relative;
}

.box-layout .coming-soon .content {
    position: relative;
}

.box-layout .banner-carousel .owl-next {
    right: 10px;
}

.box-layout .banner-carousel .owl-prev {
    left: 10px;
}

.box-layout .header-style-three .share-btn {
    display: none;
}

.color-palate {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -285px;
    text-align: center;
    top: 21px;
    transition: all 0.5s cubic-bezier(0.68, -0.21, 0.75, 0.72) 0s;
    width: 285px;
    z-index: 999;
    padding-bottom: 40px;
}

.menu-icon {
    background: #0a1a42 none repeat scroll 0 0;
    cursor: pointer;
    height: 60px;
    right: 43px;
    position: absolute;
    top: 27px;
    width: 60px;
    z-index: 999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
}

.fllow {
    color: #e90e0e;
    transform: rotate(-90deg);
    position: absolute;
    bottom: -65px;
    left: -6px;
    font-size: 16px;
    width: 72px;
}

.banner-carousel .owl-dots {
    position: absolute;
    bottom: 45%;
    /* background-color: #bfbfbf; */
    padding: 0;
    border-radius: 19px 0px 0px 19px;
    left: 0;
    /* right: 0; */
    margin: auto;
    text-align: center;
    width: 40px;
    display: none;
}

.banner-carousel .owl-dot {
    display: inline-block;
    margin: 0 6px;
}

.banner-carousel .owl-dots span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #e90e0e;
    margin-bottom: 0px;
    transition: ease-in-out .4s;
    border-radius: 50%;
}

.banner-carousel .owl-dots .owl-dot.active span {
    /* width: 54px; */
    background-color: #e90e0e;
    border: 2px solid #ccc;
}

.banner-section-two .owl-stage-outer::before {
    content: "";
    /* background: white; */
    width: 70px;
    right: 0;
    height: 100vh;
    top: 0;
    position: absolute;
    z-index: 1;
}

.addrress-bars {
    position: absolute;
    right: 170px;
    top: 10px;
}

.addrress-bars span.address-info:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 33px;
    border: 1px solid #12325f;
    right: -28px;
    top: 10px;
}

.addrress-bars span.home-address-info.address-info:nth-child(1)::before {
    border: 1px solid #fff;
}

span.address-info {
    margin-right: 53px;
    position: relative;
    float: left;
}

.address-info a {
    color: #000;
}

.home-address-info a {
    color: #fff;
}

span.address-info:last-child {
    margin-right: 0px;
}

.addrress-bars span img {
    /* width: 34px; */
    margin-right: 10px;
    margin-left: 26px;
}

.info-icon {
    display: block;
    text-align: center;
}

.ongoing_fixed {
    position: fixed;
    right: 0;
    top: 44%;
    z-index: 99;
}

.ongoing_fixed ul {
    list-style: none;
}

.ongoing_fixed ul li {
    width: 50px;
    height: 50px;
    background: #e59500;
    margin: 10px 0;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ongoing_fixed ul li a {
    position: absolute;
    top: 41%;
    left: 14px;
    transform: translate(-5%, -35%);
    font-size: 20px;
}

.ongoing_fixed ul li.book {
    background: #dc3545;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.ongoing_fixed ul li.enquiry {
    background: #000000;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.ongoing_fixed .slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 50px;
    line-height: 31px;
    background: #eebb5c;
    text-align: center;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.ongoing_fixed .slider p {
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0;
    font-weight: 900;
    transition: all 0.2s ease;
    line-height: 15px;
}

.ongoing_fixed .slider p a {
    color: #fff;
    border: none;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    left: 38px;
    top: 19px;
}

.ongoing_fixed .slider p span {
    font-size: 20px;
    padding-top: 7px;
    display: block;
}

.ongoing_fixed ul li.book div.slider {
    background: #dc3544;
}

.ongoing_fixed ul li.enquiry div.slider {
    background: #000000;
}

.ongoing_fixed ul li:hover .slider {
    width: 180px;
}

.equipments {
    position: relative;
    top: 0;
    width: 100%;
    right: 0;
    margin-top: 0;
}

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

.equipments .col-6 {
    margin-bottom: 0px;
    padding: 0 0px;
}

.facilities-head {
    position: absolute;
    right: 0;
    left: 0;
    width: 296px;
    height: 296px;
    margin: auto;
    border-radius: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #fff;
    border: 17px solid #d8d7d7cc;
    top: 123px;
    padding: 23px;
    box-shadow: 0px 0px 32px #9fca8b;
    z-index: 1;
}

.facilities-head i {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #5ead3a;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px rgb(218, 217, 217);
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -117px;
}

.facilities-head i.hand-top {
    top: -120px;
    bottom: auto;
}

.facilities-head::before {
    content: "";
}

.facilities-oly {
    position: absolute;
    width: 344px;
    height: 344px;
    top: 97px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 0px 10px #ece8e8;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
}

.facilites-bg {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(180deg);
}

.facilites-blog-bg {
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.facilities-head::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 455px;
    top: -51px;
    background-color: transparent;
    left: -52px;
    z-index: -1;
}

.facilities-list {
    position: relative;
    /* box-shadow: 0px 0px 10px #989595; */
    padding: 0;
    margin-top: 0;
    /* background-color: #fff; */
}

.facilities-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 41px;
    margin-bottom: 0;
    color: #03192f;
    position: relative;
    font-weight: 600;
    padding-top: 60px;
}

.facilities-title p {
    text-transform: initial;
    line-height: 20px;
    font-size: 14px;
    max-width: 388px;
    margin: auto;
    margin-top: 13px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #2d2d2d;
}

.facilities-title::before {
    content: "";
    position: absolute;
    width: 61px;
    height: 2px;
    border-bottom: none;
    left: 0px;
    bottom: -2px;
}

.facilities-title span {
    position: absolute;
    /* display: block; */
    text-transform: initial;
    font-family: 'Qwigley', cursive;
    font-weight: 500;
    color: #5ead3a;
    font-size: 80px;
    top: 32px;
    right: 0;
    z-index: -1;
    left: 0;
    display: block;
    margin-bottom: 18px;
}

.facilities-list .col-md-3 {
    /* flex: 0 0 20%; */
    /* max-width: 20%; */
    padding: 0px;
}

.ongoing_fixed ul li:hover .slider p {
    opacity: 1;
}

.about-bg {
    position: relative;
}

.about-bg::before {
    position: absolute;
    content: "";
    background-image: url(../images/c-feature.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;
    width: 100%;
    height: 100%;
}

.equpment-section {
    padding: 108px 0 50px;
    position: relative;
    margin-top: 0;
    z-index: 1;
}

.equpment-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    /* transform: skewY(-4deg); */
    background-image: url(../images/bg.jpg);
    /* background-color: #fff; */
    background-size: cover;
}

.equipment-block {
    text-align: center;
    position: relative;
    margin-bottom: 11px;
    box-shadow: 0px 0px 5px #aba9a9;
    padding: 0;
    border-radius: 28px;
    display: table-cell;
    width: 415px;
    height: 68px;
    vertical-align: middle;
}

.fc-row .col-md-12 {
    margin-bottom: 10px;
}

.equipment-block::before {
    content: "";
    position: absolute;
    width: 69%;
    height: 2px;
    border-bottom: 1px solid #bbbbba;
    right: -222px;
    margin: auto;
    top: 35px;
    /* z-index: -1; */
}

.equipment-block::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #e32525;
    left: 0px;
    transition: all ease-in-out .5s;
    top: 0px;
    bottom: 0px;
    border-radius: 28px;
    height: 100%;
}

.equipment-block:hover.equipment-block:after {
    width: 100%;
}

.w-b-m-left {
    margin-left: -71px;
}

.eqbg1 {
    /* background-color: #fddade; */
    /* border-bottom: 3px solid #e2e022; */
    /* color: #fff; */
}

.eqbg2 {
    /* background-color: #e3d8fb; */
    /* border-bottom: 3px solid #e2e022; */
    /* border-right: none; */
}

.eqbg3 {
    /* background-color: #f8ffc9; */
    /* border-bottom: 3px solid #6060ef; */
    /* color: #fff; */
}

.eqbg4 {
    /* background-color: #f0d2fd; */
    /* border-bottom: 3px solid #fdb145; */
    border-right: none;
}

.eqbg5 {
    /* background-color: #dafffb; */
    /* border-bottom: 3px solid #57bfb3; */
}

.eqbg6 {
    /* background-color: #f9e9bb; */
    /* border-bottom: 3px solid #be50fd; */
    /* color: #ffff; */
    /* border-right: none; */
}

.eqbg7 {
    /* background-color: #d8f99d; */
    /* border-bottom: 3px solid #9dd834; */
}

.eqbg8 {
    /* background-color: #e8e9e9; */
    /* border-bottom: 3px solid #5d5d5a; */
    border-right: none;
    /* color: #fff; */
}

.eqbg9 {
    /* background-color: #e8e9e9; */
    /* border-bottom: 3px solid #f9743c; */
    /* color: #fff; */
}

.eqbg10 {
    /* background-color: rgb(216, 249, 157); */
    /* border-bottom: 3px solid #7fbd68; */
    /* border-right: none; */
}

.eqbg11 {
    /* background-color: #f9e9bb; */
    /* border-bottom: 3px solid #b3d629; */
    /* color: #fff; */
}

.eqbg12 {
    /* background-color: rgb(218, 255, 251); */
    /* border-bottom: 3px solid #efac1f; */
    border-right: navajowhite;
}

.eqbg13 {
    /* background-color: #f0d2fd; */
    border-bottom: none;
}

.eqbg14 {
    /* background-color: #f8ffc9; */
    border-bottom: navajowhite;
    /* color: #fff; */
    /* border-right: none; */
}

.eqbg15 {
    /* background-color: #e3d8fb; */
    border-bottom: none;
}

.eqbg16 {
    /* background-color: #fddade; */
    border-bottom: none;
    border-right: none;
    /* color: #fff; */
}

.eb-before::before {
    content: "";
    position: absolute;
    width: 218px;
    height: 100px;
    background: #e7ed83;
    left: -3px;
    right: 0;
    margin: 0 auto;
    top: 113px;
    z-index: -1;
    box-shadow: 0 20px 10px -10px #3e3c3c;
}

.eqbg9::before,
.eqbg10::before,
.eqbg11::before,
.eqbg12::before,
.eqbg13::before,
.eqbg14::before,
.eqbg15::before,
.eqbg16::before {
    right: auto;
    left: -222px;
}

.eq-img {
    width: auto;
    height: auto;
    margin: auto;
    box-shadow: none;
    line-height: 87px;
    background-color: transparent;
    transition: all ease-in-out .7s;
}

.equipment-block img {
    width: 186px;
    transition: all ease-in-out .7s;
}

.equipment-block:hover img {
    transform: scale(.85);
}

.qg-b-top {
    margin-top: 0;
}

.facilties-btn {
    margin-top: 0;
    font-weight: 500;
    font-size: 17px;
    padding: 25px 13px;
    background: #469e20;
    border-bottom: 3px solid #469e20;
    border-radius: 0px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}

.equipment-block h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px;
    color: #454749;
    font-weight: 600;
    line-height: 23px;
    position: relative;
    z-index: 1;
}

.equipment-block h4::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    border-bottom: 2px solid #ffffff;
    left: 0px;
    bottom: -7px;
    opacity: 0;
    transition: all ease-in-out .6s;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.equipment-block:hover h4::before {
    opacity: 1;
    width: 100px;
}

.equipment-block:hover h4 {
    color: #fefefe;
    transition: all ease-in-out .6s;
}

.team-carousel .owl-dots {
    position: absolute;
    right: -38px;
    bottom: 154px;
    background-color: #fff;
    padding: 5px 7px;
    padding-top: 16px;
    border-radius: 13px 13px 0px 0px;
}

.team-carousel .owl-dots span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #327d47;
    margin-bottom: 7px;
    transition: ease-in-out .4s;
    float: right;
    border-radius: 50%;
}

.team-carousel .owl-dots .owl-dot.active span {
    width: 10px;
    background-color: #dc3545;
}

.team-block .btn {
    visibility: hidden;
    opacity: 0px;
    transition: all .2s ease;
    position: absolute;
    bottom: 0px;
    background-color: #dece07;
    color: #000;
    border-color: transparent;
    left: 62px;
    padding: 1px 6px;
    font-size: 13px;
    border-radius: 1px;
}

.team-block:hover .btn {
    visibility: visible;
    opacity: 1;
    bottom: 25px;
}

.add-img {
    padding: 0;
    background-color: #fff;
    /* box-shadow: 0 0 10px #bdbdbd; */
    margin-top: 45px;
    text-align: right;
}

.add-img img {
    width: 316px;
    box-shadow: 0 0 14px #bdbdbd;
}

.subscribe-section {
    position: relative;
    z-index: 1;
    margin-top: 0px;
    padding: 76px 0px;
}

.subscribe-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background-color: #06142b;
    top: 0;
    /* transform: skewY(-5deg); */
    background-image: url(../images/subscribe-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.subscribe-block {
    background: transparent;
    float: inherit;
    width: 100%;
    max-width: inherit;
    padding: 0;
    border-radius: 0px 110px 110px 0px;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
    /* transform: rotate(-5deg); */
}

.subscribe-titile {
    font-size: 46px;
    color: #ffffff;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    padding-top: 2px;
}

.subscribe-titile:before {
    content: "";
    position: absolute;
    width: 47px;
    height: 2px;
    left: 0px;
    top: 32px;
}

.subscribe-titile span {
    display: block;
    text-transform: none;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 19px;
    margin-top: 22px;
}

.subscribe-form {
    margin-top: 0;
    position: relative;
}

.subscribe-form .form-control {
    width: 72%;
    float: left;
    height: 68px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 10px 23px 10px 76px;
    background-color: #ffffff;
    color: #000;
    margin-bottom: 0;
}

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

.subscribe-form .btn {
    border-color: transparent;
    background-color: #e32525;
    color: #ffffff;
    padding: 11px 12px;
    height: 68px;
    width: 25%;
    border-radius: 0px;
}

.subscribe-form .btn:hover {
    background-color: #489038;
    color: #fff;
}

.subscribe-icon {
    position: absolute;
    right: 0;
    top: 20px;
}

.latest-news-section {
    position: relative;
    padding: 20px 0 30px 0px;
}

.latest-news-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: #4c4c4b;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 27px;
    border: 5px solid #ccc;
}

.news-carousel-two .news-item {
    text-align: center;
}

.news-carousel-two .news-item img {
    width: auto;
    display: initial;
    padding: 5px;
    /* background-color: #fffa8e; */
}

.latet-news-title h2 {
    width: 100%;
    text-align: center;
    color: #fff;
}

.news-carousel-two .owl-next:before,
.news-carousel-two .owl-prev:before {
    content: none;
}

.news-carousel-two .owl-nav {
    position: absolute;
    right: 75px;
    bottom: -29px;
    width: 190px;
    top: auto;
}

.news-carousel-two .owl-next,
.news-carousel-two .owl-prev {
    position: relative;
    left: 0;
    float: left;
    top: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-footer {
    padding: 49px 0 0;
    background-image: url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.f-shape1 {
    position: absolute;
    right: 2%;
    opacity: .4;
    animation: spin 7s infinite linear;
    animation-direction: reverse;
    top: -68px;
    width: 220px;
}

.f-shape2 {
    position: absolute;
    left: 10%;
    opacity: .4;
    animation: spin 7s infinite linear;
    top: 68px;
}

.social-media a {
    /* transition: all .3s ease-in; */
}

.social-media a:hover {
    /* transform: rotate(0deg); */
    /* color: #fff; */
    /* background-color: #519643; */
    /* border-radius: 17px 0px 17px 0px; */
}

.menu-bar {
    position: fixed;
    width: 280px;
    transform: translatey(-200%);
    transition: ease-in 0.5s all;
    height: 100%;
    background-color: #010e2f;
    z-index: 99999;
    background-image: none;
    overflow-y: inherit;
    top: 0;
    padding-bottom: 21px;
    padding-top: 20px;
    right: 0;
}

.visible-palate .menu-bar {
    transform: translatey(0%);
}

.fixed-header .menu-button {
    position: fixed;
    top: 18px;
    z-index: 99999;
}

.menu-overlay {
    transform: translatex(-200%);
    transition: ease-in 0.5s all;
}

.visible-palate .menu-overlay {
    height: 100%;
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    background-color: #000000a1;
    transform: translatex(0%);
}

.menu-logo {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 27px;
}

.menu-logo img {
    width: 149px;
    box-shadow: 0 0 10px #676767;
    padding: 6px;
    background-color: #fff;
}

.close-icon {
    position: absolute;
    left: 0;
    background-color: #fff207;
    color: #292828;
    padding: 0 10px;
    cursor: pointer;
    z-index: 99;
    top: 13px;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.menu-media {
    text-align: center;
    display: table;
    margin: auto;
}

.menu-fllow {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.menu-media a {
    width: 30px;
    height: 30px;
    background: #ffff;
    color: #2d3e50;
    border: 1px solid;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 29px;
    text-align: center;
}

.menu-media a:hover {
    background: #DC3546;
    border: 1px solid #DC3546;
    color: #fff;
}

.menu-media a:nth-child(1) {
    background-color: red;
}

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

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

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


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

.inner-wrapper {
    position: relative;
    min-height: 46vh;
    padding: 55px 0;
}

.inner-menu-title {
    color: #000;
}

.breadcrumb {
    /* display: table; */
    padding: 20px;
    margin: auto;
    margin-top: -160px;
    background: none;
    text-align: center;
    border-radius: 0;
}

.breadcrumb li {
    /* float: left; */
    display: inline-block;
    margin: auto;
    padding: 0 5px;
    position: relative;
}

.breadcrumb li:last-child {
    font-weight: 500;
    color: #444644;
}

.breadcrumb li.active {
    margin-left: 0;
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb a li {
    color: red !important;
}

.breadcrumb a {
    /* margin-right: 20px; */
}

.breadcrumb li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease 0s;
}

.breadcrumb .bread-link::after {
    position: absolute;
    right: -9px;
    font-size: 20px;
    line-height: 20px;
    color: #a09f9f;
    font-weight: 900;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
}

.breadcrumb .bread-link.serv::after {
    /* left: 148px; */
}

.breadcrumb li:hover a {
    text-decoration: none;
    color: #c33838;
}

.breadcrumb li.active span {
    display: block
}

.breadcrumb li a:before,
.breadcrumb li a:after,
.breadcrumb li.active span:before,
.breadcrumb li.active span:after {
    content: none;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border: 10px solid transparent;
    border-top: 10px solid #1f1f1f;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.fa-angle-double-right:before {
    color: red;
    font-size: 18px;
    line-height: 31px;
}

.breadcrumb li a:after,
.breadcrumb li.active span:after {
    content: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #4f9441;
    bottom: -32px;
}

@media only screen and (max-width: 479px) {
    .breadcrumb li a,
    .breadcrumb li:last-child {
        padding: 8px;
        /* font-size: 12px; */
    }
    .breadcrumb li a:before,
    .breadcrumb li.active span:before {
        border: 7px solid transparent;
        border-top: 7px solid #ff0000;
        bottom: -14px;
    }
}

.breacumb-section {
    text-align: center;
    padding: 93px 0 44px 0;
    background-image: url(../images/bread-cumb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breacumb-section h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
}

.contact-form-section h3 {
    text-align: center;
    background-color: #f5f5f5;
    margin: auto;
    display: table;
    padding: 4px 14px;
    margin-bottom: 24px;
    border-bottom: 2px solid #4f9441;
    color: #000000;
}

.contact-form-section .btn {
    width: 100%;
    margin-top: 24px;
    background-color: #007bff;
    border-color: transparent;
}

.map {
    position: relative;
}

.map-title {
    position: absolute;
    z-index: 999;
    background-color: #000;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 122px;
    text-align: center;
    padding: 5px 9px;
    border-radius: 20px;
    margin-top: 121px;
    text-transform: uppercase;
    -webkit-animation: blink 1s infinite;
    /* Safari 4+ */
    -moz-animation: blink 1s infinite;
    /* Fx 5+ */
    -o-animation: blink 1s infinite;
    /* Opera 12+ */
    animation: blink 1s infinite;
    /* IE 10+, Fx 29+ */
}

.map-title:hover {
    color: #fff;
}

@-webkit-keyframes blink {
    0%,
    49% {
        background-color: #509440;
    }
    50%,
    100% {
        background-color: #000;
    }
}

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

.address-info h3 {
    text-align: center;
    background-color: #f5f5f5;
    margin: auto;
    display: table;
    padding: 4px 14px;
    margin-bottom: 24px;
    border-bottom: 2px solid #4f9441;
    color: #000000;
}

.address-blocks {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 28px;
    text-align: center;
}

.address-blocks a {
    color: #fff;
}

.add-icon i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 39px;
    box-shadow: 0 0 10px;
}

.address-blocks.add1 {
    background-color: #12325f;
}

.address-blocks.add2 {
    background-color: #cc9900;
}

.address-blocks.add3 {
    background-color: #dc3545;
}

.address-view {
    font-size: 16px;
}

.main-timeline {
    /* font-family: 'PT Sans', sans-serif; */
    position: relative;
}

.main-timeline:before {
    content: '';
    background: linear-gradient(to right, #999 49%, #777 50%);
    height: 100%;
    width: 15px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 10px;
}

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

.main-timeline .timeline {
    width: 50%;
    padding: 95px 0 0 0;
    margin: 0 10px 30px 0;
    float: left;
    position: relative;
}

.main-timeline .timeline:before {
    content: "";
    width: 200px;
    height: 100px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 38px;
    right: 29px;
}

.main-timeline .timeline-content {
    display: block;
    position: relative;
}

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

.main-timeline .timeline-icon {
    color: #e84393;
    /* background: #e84393; */
    font-size: 40px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    border: 3px solid #ccc;
    width: 60px;
    height: 60px;
    transform: translateX(-50%);
    position: absolute;
    top: -88px;
    left: 100%;
    z-index: 1;
    /* -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0); */
    /* clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0); */
}

.main-timeline .timeline-icon:before {
    content: "";
    background: #fff;
    /* width: calc(100% - 10px); */
    /* height: calc(100% - 10px); */
    /* -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 1%); */
    /* clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 1%); */
    position: absolute;
    /* top: 5px; */
    /* left: 5px; */
    z-index: -1;
}

.main-timeline .timeline-year {
    color: #5f727b;
    font-size: 22px;
    font-weight: 700;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}

.main-timeline .inner-content {
    color: #fff;
    background: #5f727b;
    text-align: right;
    padding: 20px 30px 20px 60px;
    margin: 0 0 0 100px;
    position: relative;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 10% 50%, 0 0);
    clip-path: polygon(100% 0%, 100% 100%, 0 100%, 10% 50%, 0 0);
}

.main-timeline .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.main-timeline .description {
    font-size: 15px;
    letter-spacing: inherit;
    margin: 0;
    color: #000;
}

.main-timeline .timeline:nth-child(even) {
    float: right;
    margin: 0 0 43px 10px;
}

.main-timeline .timeline:nth-child(even):before {
    transform: rotateY(180deg);
    right: auto;
    left: 29px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: 0;
    top: 72%;
}

.main-timeline .timeline:nth-child(even) .inner-content {
    text-align: left;
    padding: 20px 60px 20px 30px;
    margin: 0 100px 0 0;
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
}

.main-timeline .timeline:nth-child(4n+2):before {
    border-color: #694e2d;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    /* color: #ff7f50; */
    /* background-color: #fa0f31; */
}

.main-timeline .timeline:nth-child(4n+2) .timeline-year {
    color: #694e2d;
}

.main-timeline .timeline:nth-child(4n+2) .inner-content {
    background-color: #694e2d;
    margin: 0;
}

.main-timeline .timeline:nth-child(4n+3):before {
    border-color: #ef6c00;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    /* color: #16A5E1; */
    background-color: #027386;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-year {
    color: #ef6c00;
    top: 75%;
}

.main-timeline .timeline:nth-child(4n+3) .inner-content {
    background-color: #ef6c00;
}

.main-timeline .timeline:nth-child(4n+4):before {
    border-color: #1d4d40;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    /* color: #8CC117; */
    background-color: #618c03;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-year {
    color: #1d4d40;
    top: 64%;
}

.main-timeline .timeline:nth-child(4n+4) .inner-content {
    background-color: #1d4d40;
}

.main-timeline .timeline:nth-child(4n+5):before {
    border-color: #221F3A;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.main-timeline .timeline:nth-child(4n+5) .timeline-icon {
    /* color: #221F3A; */
    /* background-color: #221F3A; */
}

.main-timeline .timeline:nth-child(4n+5) .timeline-year {
    color: #221F3A;
    top: 71%;
}

.main-timeline .timeline:nth-child(4n+5) .inner-content {
    background-color: #221F3A;
}

.main-timeline .timeline:nth-child(4n+6):before {
    border-color: #e68371;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.main-timeline .timeline:nth-child(4n+6) .timeline-icon {
    /* color: #221F3A; */
    /* background-color: #221F3A; */
}

.main-timeline .timeline:nth-child(4n+6) .timeline-year {
    color: #e68371;
    top: 71%;
}

.main-timeline .timeline:nth-child(4n+6) .inner-content {
    background-color: #e68371;
}

.main-timeline .timeline:nth-child(4n+7):before {
    border-color: #bc9840;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.main-timeline .timeline:nth-child(4n+7) .timeline-icon {
    /* color: #221F3A; */
    /* background-color: #221F3A; */
}

.main-timeline .timeline:nth-child(4n+7) .timeline-year {
    color: #bc9840;
    top: 73%;
}

.main-timeline .timeline:nth-child(4n+7) .inner-content {
    background-color: #bc9840;
}

.main-timeline .timeline:nth-child(4n+8):before {
    border-color: #315471;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.main-timeline .timeline:nth-child(4n+8) .timeline-icon {
    /* color: #221F3A; */
    /* background-color: #221F3A; */
}

.main-timeline .timeline:nth-child(4n+8) .timeline-year {
    color: #315471;
    top: 71%;
}

.main-timeline .timeline:nth-child(4n+8) .inner-content {
    background-color: #315471;
}

.main-timeline .timeline:nth-child(4n+9):before {
    border-color: #ec407a;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.main-timeline .timeline:nth-child(4n+9) .timeline-icon {
    /* color: #221F3A; */
    /* background-color: #221F3A; */
}

.main-timeline .timeline:nth-child(4n+9) .timeline-year {
    color: #ec407a;
    top: 60%;
}

.main-timeline .timeline:nth-child(4n+9) .inner-content {
    background-color: #ec407a;
}

@media screen and (max-width:990px) {
    .main-timeline .timeline:before {
        width: 130px;
    }
    .main-timeline .inner-content {
        padding: 20px 20px 20px 50px;
    }
    .main-timeline .timeline:nth-child(even) .inner-content {
        padding: 20px 50px 20px 20px;
    }
}

@media screen and (max-width:767px) {
    .main-timeline:before {
        transform: translateX(0);
        left: 35px;
    }
    .main-timeline .timeline {
        width: 100%;
        margin: 0 0 30px;
    }
    .main-timeline .timeline:before {
        transform: rotateY(180deg);
        right: auto;
        left: 40px;
    }
    .main-timeline .timeline-icon {
        transform: translateX(0);
        left: 0;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year {
        font-size: 30px;
        transform: translateY(0);
        left: 85px;
        top: -50px;
    }
    .main-timeline .inner-content,
    .main-timeline .timeline:nth-child(even) .inner-content {
        text-align: left;
        padding: 20px 50px 20px 30px;
        margin: 0 0 0 42px;
        -webkit-clip-path: polygon(100% 0, 94% 50%, 100% 100%, 0% 100%, 0% 0%);
        clip-path: polygon(100% 0, 94% 50%, 100% 100%, 0% 100%, 0% 0%);
    }
    .main-timeline .title {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    .main-timeline .inner-content,
    .main-timeline .timeline:nth-child(even) .inner-content {
        padding: 20px 30px 20px 30px;
    }
}

.service-nav {
    box-shadow: 0 0 10px #9e9e9e;
    padding: 12px;
    background-color: #f5f5f5;
}

.service-nav ul li a {
    color: #000;
    font-size: 13px;
    border-bottom: 1px dashed;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.service-nav ul li:last-child a {
    border: none;
}

.service-nav ul li.active a {
    color: #DC3545;
}

.service-nav h4 {
    background-color: #363836;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 11px;
}

.service-image {
    margin-bottom: 14px;
    margin-top: 0px;
    text-align: center;
}

.services-text h3 {
    color: #DC3545;
    display: table;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    font-size: 25px;
    margin-bottom: 7px;
}

.services-text p {
    margin-bottom: 10px;
    font-size: 15px;
}

.ol-styles {
    list-style-type: none;
}

.ol-styles li {
    position: relative;
    padding-left: 24px;
}

.ol-styles li i {
    position: absolute;
    left: 0;
    color: #4f9441;
    font-size: 19px;
    top: 4px;
}

.ol-styles li::before {
    content: "";
    position: absolute;
}

.video-blok iframe {
    width: 100%;
    height: 205px;
    border: 7px solid #ccc;
    box-shadow: 0 0 10px;
    margin-bottom: 26px;
}

.gallery-box.box {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.gallery-box.box-img:before,
.gallery-box.box-img:after,
.gallery-box.box-img .over-layer:before,
.gallery-box.box-img .over-layer:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.40s ease-in-out 0s;
}

.gallery-box.box-img:before {
    top: 0;
    left: -100%;
}

.gallery-box.box:hover .box-img:before {
    left: 0;
}

.gallery-box.box-img:after {
    top: -100%;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}

.gallery-box.box:hover .box-img:after {
    top: 0;
}

.gallery-box.box-img .over-layer:before {
    left: 0;
    bottom: -100%;
    background: rgba(255, 255, 255, 0.8);
}

.gallery-box.box:hover .over-layer:before {
    bottom: 0;
}

.gallery-box.box-img .over-layer:after {
    bottom: 0;
    right: -100%;
}

.gallery-box.box:hover .over-layer:after {
    right: 0;
}

.gallery-box.box:hover {
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.6);
}

.gallery-box.box:hover:before {
    transform: skew(-45deg) translateX(0);
}

.gallery-box.box img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}

.gallery-box.box:hover img {
    transform: scale(1.2);
    filter: grayscale(0.7) blur(2px);
}

.gallery-box.box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1;
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.gallery-box.box:hover .box-content {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-box.box .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    margin: 0 0 7px;
}

.gallery-box.box .post {
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 13px;
    display: block;
}

.gallery-box.box:hover .icon {
    display: block;
    position: relative;
    top: 70px;
    z-index: 1;
}

.gallery-box.box .icon {
    display: none;
}

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

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

.gallery-box.box .icon li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50% 50% 0 0;
    display: block;
    transition: all 0.3s;
    background-color: #000;
}

.gallery-box.box .icon li a:hover {
    background: #009432;
    box-shadow: 0 0 10px #fff;
}

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

@media only screen and (max-width:479px) {
    .gallery-box.box .title {
        font-size: 20px;
    }
}

.gallery-box.box {
    /* border: 1px solid #000; */
    padding: 3px;
    box-shadow: 0 0 5px #fff;
    margin-bottom: 24px;
}

.gallery-box.box .box-img {
    display: block;
    position: relative;
    overflow: hidden;
    border: 2px solid #519643;
    box-shadow: 0px 0px 10px;
}

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

.gallery-box.box .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-box .box-img:before,
.gallery-box .box-img:after,
.gallery-box .box-img .over-layer:before,
.gallery-box .box-img .over-layer:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.40s ease-in-out 0s;
}

.gallery-box .box-img:before {
    top: 0;
    left: -100%;
}

.gallery-box.box:hover .box-img:before {
    left: 0;
}

.gallery-box .box-img:after {
    top: -100%;
    right: 0;
    background: rgba(115, 163, 64, 0.62);
}

.gallery-box.box:hover .box-img:after {
    top: 0;
}

.gallery-box .box-img .over-layer:before {
    left: 0;
    bottom: -100%;
    background: rgba(113, 162, 64, 0.58);
}

.gallery-box.box:hover .over-layer:before {
    bottom: 0;
}

.gallery-box .box-img .over-layer:after {
    bottom: 0;
    right: -100%;
}

.gallery-box.box:hover .over-layer:after {
    right: 0;
}

.gallery-box.box:hover .over-layer i {
    /* opacity:1; */
    /* transition-delay: 0.1s; */
}

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

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

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

.gallery-section .col-md-3 {
    padding: 0px;
}

.dropbtn {
    background-color: transparent;
    color: black;
    padding: 10px 32px;
    font-size: 15px;
    width: 100%;
    border: none;
    display: block;
    text-transform: uppercase;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: ease-in 0.5s all;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3e8e41;
    width: 231px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 0px;
    transition: ease-in 0.5s all;
    transform: translatex(-200%);
}

.dropdown-btn {
    position: absolute;
    top: 11px;
    right: 26px;
}

.customli-d .dropdown-btn {
    display: none;
}

.dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 0px 16px;
    text-decoration: none;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.dropdown-content a:hover {
    background-color: #000;
}

.dropdown:hover .dropdown-content {
    display: block;
    transform: translatex(0%);
    left: 280px;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
    color: #fff;
}

.services-text h4 {
    color: #9c9313;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 11px;
}

h4.s-b-a {
    text-align: center;
    display: table;
    margin: auto;
    background-color: #e5e5e5;
    padding: 8px 19px;
    margin-top: 16px;
    color: #4a943b;
    border-top: 2px solid;
}

.service-image img {
    /* box-shadow: 0 0 10px #000; */
}

.about-text p {
    margin-bottom: 15px;
}

.about-iamge {
    margin-top: 0;
    border: 3px solid #2b3029;
    box-shadow: 0 0 10px;
    position: relative;
    top: 0;
}

.mvv-blocks.serviceBox {
    text-align: center;
    margin-top: 50px;
}

.mvv-blocks.serviceBox .service-icon {
    color: #fff;
    background: linear-gradient(135deg, #FF87D0, #F6449A);
    font-size: 50px;
    line-height: 67px;
    height: 80px;
    width: 80px;
    margin: 0 auto 25px;
    border-radius: 15px;
    box-shadow: 0 0 0 5px #fff, 0 0 12px rgba(0, 0, 0, 0.5);
}

.mvv-blocks.serviceBox .service-icon i.fa {
    transition: all 0.3s ease 0s;
}

.mvv-blocks.serviceBox:hover .service-icon i.fa {
    text-shadow: 0 0 5px #555;
    transform: rotateY(360deg) rotateX(360deg);
}

.mvv-blocks.serviceBox .service-content {
    background-color: #ffd6ed;
    padding: 10px 13px 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.88);
    min-height: 154px;
}

.mvv-blocks.serviceBox .title {
    color: #fff;
    background: linear-gradient(135deg, #FF87D0, #F6449A);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: -21px 7px 15px;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1;
}

.mvv-blocks.serviceBox .title:before,
.mvv-blocks.serviceBox .title:after {
    content: "";
    background: linear-gradient(-45deg, #9F2685 49%, transparent 50%);
    width: 12px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -12px;
}

.mvv-blocks.serviceBox .title:after {
    transform: rotateY(180deg);
    left: auto;
    right: -12px;
}

.mvv-blocks.serviceBox .description {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

.mvv-blocks.serviceBox.blue .service-icon,
.mvv-blocks.serviceBox.blue .title {
    background: linear-gradient(135deg, #01B9F7, #008ED0);
}

.mvv-blocks.serviceBox.blue .title:before,
.mvv-blocks.serviceBox.blue .title:after {
    background: linear-gradient(-45deg, #004B8E 49%, transparent 50%);
}

.mvv-blocks.serviceBox.orange .service-icon,
.mvv-blocks.serviceBox.orange .title {
    background: linear-gradient(135deg, #FFC500, #FE9B00);
}

.mvv-blocks.serviceBox.orange .title:before,
.mvv-blocks.serviceBox.orange .title:after {
    background: linear-gradient(-45deg, #DA6603 49%, transparent 50%);
}

.mvv-blocks.serviceBox.green .service-icon,
.mvv-blocks.serviceBox.green .title {
    background: linear-gradient(135deg, #04DDCA, #2DB0A8);
}

.mvv-blocks.serviceBox.green .title:before,
.mvv-blocks.serviceBox.green .title:after {
    background: linear-gradient(-45deg, #046b5f 49%, transparent 50%);
}

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

.mvv-blocks.serviceBox.blue .service-content {
    background-color: #c4e9ff;
}

.mvv-blocks.serviceBox.orange .service-content {
    background-color: #fff3cc;
}

.about-text h3 {
    font-size: 27px;
    border-left: 3px solid;
    padding-left: 12px;
    margin-bottom: 14px;
    margin-top: 27px;
}

.about-text h3 span {
    color: #4E9540;
}

.team-tile {
    display: table;
    color: #519643;
    border-left: 3px solid;
    background-color: #eeee;
    text-transform: uppercase;
    padding: 5px 8px 5px 8px;
    font-size: 21px;
    margin-bottom: 14px;
    margin-top: 19px;
    /* box-shadow: 0 0 10px #676767; */
}

.team-box {
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #b9b7b7;
}

.team-box img {
    margin: 0px 0;
    margin-top: 0;
}

.doctor-tile {
    background-color: #c5bd21;
    background: linear-gradient(to right, #c8c12b, #f1efc9);
    color: #000;
    padding: 11px 0;
}

.doctor-tile h4 {
    font-size: 20px;
}

.doctor-tile p {
    font-size: 13px;
    color: #000000;
}

.values-ol span {
    display: block;
    color: #519643;
}

.values-ol li {
    margin-bottom: 15px;
}

.strength-block h4 {
    display: table;
    color: red;
    text-transform: uppercase;
    margin-top: 29px;
    margin-bottom: 10px;
    border-bottom: 2px solid;
}

.strenght-ol li {
    position: relative;
    padding-left: 23px;
}

.strenght-ol li span {
    color: green;
    position: absolute;
    left: 0;
    top: 6px;
}

.facilities-block h3 {
    text-align: center;
    margin: auto;
    display: table;
    background-color: #f5f5f5;
    background: linear-gradient(to right, #519643, #bbbc2a);
    padding: 7px 14px;
    margin-bottom: 15px;
    margin-top: 31px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border-bottom: 2px solid;
    border-radius: 20px 0px 20px 0px;
}

.facilities-block li span {
    display: block;
    text-align: center;
    border: transparent;
    margin-bottom: 18px;
    background-color: #ffffff;
    padding: 5px 0;
    box-shadow: 0 0 10px #c5c5c5;
    border-left: 3px solid #519643;
}

.faci-blocks {
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 10px #afafaf;
    margin-bottom: 9px;
    margin-top: 26px;
}

.faci-blocks h5 {
    color: #fff;
    background-color: #4a4848;
    padding: 5px 0;
    margin-bottom: 6px;
}

.fcbg1 h5 {
    /* background-color: #dc3545; */
}

.fcbg2 h5 {
    /* background-color: #007bff; */
}

.fcbg3 h5 {
    /* background-color: #519643; */
}

.fcbg4 h5 {
    /* background-color: #ffc107; */
}

.fcbg5 h5 {
    /* background-color: #9c17b8; */
}

.faci-blocks p {
    font-size: 14px;
}

.facilites-amulya {
    text-align: center;
    position: relative;
    margin-top: 37px;
}

.facilites-amulya img {
    box-shadow: 0 0 10px #2d2d2d;
}

.facilites-amulya h5 {
    background-color: green;
    background: linear-gradient(to right, #c8c12b, #519643);
    color: #fff;
    position: absolute;
    bottom: 18px;
    right: 0;
    padding: 6px 5px 6px 15px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 20px 0px 0px 20px;
}

.team-consultenr-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 38px;
    position: relative;
}

.team-consultenr-title::before,
.team-consultenr-title::after {
    content: "";
    position: absolute;
    width: 142px;
    height: 2px;
    border-bottom: 2px solid #CAC43B;
    top: 12px;
}

.team-consultenr-title::before {
    left: 16rem;
}

.team-consultenr-title::after {
    right: 16rem;
}

.latestdesc a {
    color: #071f25;
    border: 1px solid;
    padding: 5px 8px;
    margin-top: 19px;
    display: inline-block;
}

.contact-form-section {
    margin-bottom: 30px;
}

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

.menu-button.color-trigger,
.fallow-title {
    top: 0px;
    right: 0;
    border-radius: 50%;
    position: absolute;
}


/* new menu */

.ace-responsive-menu {
    list-style: none;
    padding: 14px 0 15px 0;
    float: inherit;
    width: auto;
    display: table;
    margin: auto;
}

.ace-responsive-menu li {
    list-style: none;
}

.ace-responsive-menu li ul {
    display: none;
}

.ace-responsive-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: left;
}

.ace-responsive-menu li a {
    color: #c0c0c0;
}

.ace-responsive-menu>li>a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #403f3f;
    text-transform: uppercase;
}

.ace-responsive-menu li a i {
    padding-right: 5px;
    color: #FF5737;
}

.ace-responsive-menu>li>a i {
    font-size: 16px;
    text-shadow: none;
    color: #FF5737;
}

.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px;
}

.ace-responsive-menu li ul.sub-menu li a:hover {
    color: #e32525;
}

.ace-responsive-menu li.menu-active>a {
    background: #E32424;
    color: #fff;
}

.ace-responsive-menu li .menu-active {
    position: relative;
}

.ace-responsive-menu>li>a>.arrow:before {
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 6px;
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 1px;
}

.ace-responsive-menu li ul.sub-menu li>a>.arrow:before {
    content: "\f105" !important;
}

.ace-responsive-menu>li>ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
    z-index: 999;
    width: 48%;
    padding: 15px 24px;
    border-top: 3px solid #e03737;
}

.ace-responsive-menu li ul.sub-menu {
    background: #ffffff;
    box-shadow: 0px 0px 10px #ccc;
}

.ace-responsive-menu li.custom-drop-down ul.sub-menu {
    width: 126px;
}

.ace-responsive-menu li ul.sub-menu>li {}

.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 1px 11px 1px 22px;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    background: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
}

.ace-responsive-menu li ul.sub-menu>li {
    position: relative;
    display: inline-block;
    width: 49%;
}

.ace-responsive-menu li ul.sub-menu li a:before {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    font-weight: 900;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
}

.ace-responsive-menu li.custom-drop-down ul.sub-menu>li {
    width: 100%;
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}

.ace-responsive-menu>li>ul.sub-menu li>a>.arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}


/* Menu Toggle Btn
----------------------------------------*/

.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: #333;
}

.menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}

.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #F5F5F5 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}

.menu-toggle .icon-bar:hover {
    background-color: #F5F5F5 !important;
}

.menu-toggle #menu-btn {
    float: right;
    background: #202020;
    border: 1px solid #0C0C0C;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}

.hide-menu {
    display: none;
}


/* Responsive Menu Styles
----------------------------------------*/

@media screen and (max-width: 768px) {
    .ace-responsive-menu {
        float: left;
        width: 100%;
    }
    .ace-responsive-menu>li {
        border-bottom: 1px solid #242424;
        float: none;
    }
    .ace-responsive-menu li a:hover {
        background: #272727 !important;
    }
    .ace-responsive-menu>li:first-child {
        border-top: 2px solid #FD5025;
    }
    .ace-responsive-menu>li>a i {
        padding-right: 10px;
        color: #FF5737;
    }
    .ace-responsive-menu>li>a>.arrow:before {
        float: right;
        content: " \276F";
        font-weight: 300;
        text-shadow: none;
        width: 10px;
        display: inline-block;
        transform: rotate(90deg);
    }
    li.menu-active>a>.arrow:before {
        content: " \276F";
        font-weight: 300;
        text-shadow: none;
        width: 10px;
        display: inline-block;
        transform: rotate(90deg);
    }
    .ace-responsive-menu li ul.sub-menu>li {
        width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 30px;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 50px;
    }
    .ace-responsive-menu>li>ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active>a>.arrow:before {
        content: " \276F";
        font-weight: 300;
        text-shadow: none;
        width: 10px;
        display: inline-block;
        transform: rotate(90deg);
    }
}

.mobile-phone {
    position: absolute;
    right: 0;
    top: 118px;
    color: #454749;
    font-size: 17px;
    padding: 0 10px 0px 0px;
    background: rgb(255 255 255);
    border-radius: 27px 0px 0px 27px;
    box-shadow: 0px 0px 5px #6f6e6e;
    border: 3px solid #ececec;
    border-right: 0px;
}

.reach-us.mobile-phone {
    width: 257px;
    top: 65px;
    background-color: #ffffff;
    font-size: 15px;
}

.mobile-phone:hover {
    color: #e3432b;
}

.mobile-phone::before {
    position: absolute;
    content: "";
    width: 163px;
    height: 37px;
    right: 0px;
    top: 0;
    z-index: -1;
    border-radius: 14px 0px 0px 14px;
}

.mobile-phone img {
    width: 38px;
    background-color: #d8d8d7;
    border-radius: 50%;
    border: 3px solid #f8f7f7;
}

.emergency-section {
    text-align: center;
    padding: 12px 0 0px;
    position: relative;
}

.facilites-blog-bg {
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.emergency-testimonial-section {
    /* background-image: url(../images/emergency-blog.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* background-color: #defbd1; */
}

.emergency-testimonial-section::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    /* background-image: url(../images/bg3.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.emergency-testimonial-section::after {
    border: transparent;
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transform: rotate(45deg);
}

.emegemncy-24 {
    position: relative;
    text-align: center;
}

.emegemncy-24 img {
    position: relative;
    width: 440px;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 10px #b5b3b3;
}

.emegemncy-24::before {
    content: "";
    position: absolute;
    width: 71%;
    height: 100%;
    right: 32px;
    top: 21px;
    background-color: #f1c9cc;
    box-shadow: 0px 0px 10px #acaeaf;
}

.emergency-shp1 {
    position: absolute;
    top: 245px;
    left: 27px;
    right: 0;
    margin: auto;
    width: 250px;
    opacity: .4;
    animation: spin 7s infinite linear;
    animation-direction: reverse;
}

.emegency-block {
    margin: auto;
    border-left: 0;
    position: relative;
    padding: 37px 31px 37px;
    left: 0;
    background: #033148;
    z-index: 1;
}

.emegency-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px #0000;
    top: 18px;
    opacity: .7;
    z-index: -1;
}

.emegency-block::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 82%;
    background: none;
    right: 6%;
    bottom: 0;
    opacity: .5;
}

.latest-news-block {
    text-align: center;
    max-width: 254px;
    position: absolute !important;
    margin: auto;
    padding: 0px 0;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0px 0px 30px #cccc;
    border: 2px solid #d6d4d4;
    /* background-color: #fdeaee; */
    background: #fff;
    background-image: url(../images/latest-news/latest-bg.jpg);
    right: 21px;
    margin-top: -1px;
    /* min-height: 527px; */
    z-index: 99;
    bottom: -193px;
    height: auto;
    width: 100%;
}
.new-slide-block h2 {
    font-size: 20px;
    padding: 15px 0px;
    color: #e32525;
}
.new-slide-block1 h2{
    font-size: 20px;
    padding:5px 0px;
    color: #e32525;
}
.new-slide-block2 h2{
    padding: 80px 0px;
    font-size: 20px;
    color: #e32525;
}
.latest-list {
    padding: 0 15px;
    margin-bottom: 5px !important;
}

.latest-news-block .top-head-title {
    top: 24px;
}

.latest-news-block h3 {
    text-transform: uppercase;
    color: #fff;
}

.latest-news-block h3 {
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 12px;
    font-size: 20px;
    padding: 9px 0;
    background: #e90e0e;
}

.latest-news-block p {
    color: #6e6e6b;
    font-size: 14px;
    margin-bottom: 42px;
}

.latest-news-block .bx-wrapper {
    box-shadow: none;
    padding: 0px;
}

.latest-list a {
    color: #242424;
    display: block;
    border-bottom: 1px dashed #6e6e6b;
    padding-bottom: 5px;
    line-height: 20px;
    padding-top: 0;
    font-size: 13px;
}

.bst {
    margin-bottom: 20px;
}

.bst h2 {
    margin-bottom: 6px;
    color: #03192f;
}

.emergency-title {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    line-height: 50px;
    font-size: 34px;
    margin: 0px 0 32px;
    display: block;
}

.emergency-title span {
    color: #fbdd84;
}

.emergency-title2 {
    color: #f6f7fb;
    font-weight: 400;
    font-size: 33px;
    margin-bottom: 27px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.emegency-block .btn-2 {
    background-color: #ec5c6a;
    background: #fbdd84;
    border-color: transparent;
    font-size: 23px;
    max-width: initial;
    margin: 18px 26px;
    padding: 11px 12px 11px 54px;
    color: #033148;
    display: inline-block;
    position: relative;
    transition: all ease-in-out .4s;
}

.emergency-btn a:hover {
    background: linear-gradient(to right, #f1d62a, #ded216);
}

.emegency-block .btn-2 i {
    position: absolute;
    left: 0px;
    width: 43px;
    top: 0;
    height: 100%;
    background-color: #446271;
    line-height: 50px;
    color: #fff;
}

.about-coloum .content h2 {
    color: #fff;
}

.about-coloum .sec-title .title:before,
.about-coloum .sec-title .title::after {
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 43px;
    background: #489038;
}

.about-coloum .title {
    color: #232321;
    font-size: 37px;
    margin-bottom: 36px;
}

.abt-title span {
    display: block;
    color: #5d5959;
    font-size: 24px;
    margin-bottom: 6px;
    text-transform: none;
    font-weight: normal;
    position: relative;
}

.abt-title span::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 42px;
    /* border-right: 2px dashed #b1afaf; */
    right: 0;
    left: 0;
    margin: auto;
    top: -48px;
}

.abt-backimg {
    position: absolute;
    width: 121px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .2;
    top: -3px;
}

.abt-title {
    color: #28a244;
    position: relative;
    width: 100%;
    padding: 0;
    font-size: 25px;
    left: 0;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.abt-title h1 {
    font-size: 35px;
    font-weight: 700;
    color: #e32525;
}

.welcome-text {
    padding: 10px 20px;
    background: #defbd1;
    color: #499439;
    border-top: 2px solid;
    font-size: 23px;
    position: relative;
    display: table;
    margin: auto;
    margin-top: 25px;
    font-weight: 500;
    margin-bottom: 33px;
}

.about-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    /* padding: 40px 39px 52px; */
    position: relative;
}

.about-bg-img::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 51%;
    /* background: #f9dd55; */
    left: 0;
    top: 116px;
}

.about-bg-img::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 51%;
    /* background: #f9dd55; */
    right: 0;
    top: 116px;
}

.about-bg-img .text {
    margin-bottom: 12px;
}

.link-box a {
    color: #f61a1a;
    border: 1px solid;
    padding: 0 10px;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.about-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 113%;
    top: -30px;
    background-color: #489038;
    left: 0;
    z-index: -1;
}

.about-text::after {
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    top: 0px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.about-bg-img2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.about-section .about-bg-img .image-box .col-md-4:nth-child(1) .mv-sections::before,
.about-section .about-bg-img .image-box .col-md-4:nth-child(2) .mv-sections::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    border-right: transparent;
    right: 0;
    top: 20px;
}

.about-section .about-bg-img2 .image-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    top: auto;
    background: linear-gradient(to left, #489038, rgba(255, 255, 255, 0.34901960784313724));
    text-align: center;
    font-size: 25px;
    padding: 39px 0;
    right: 0;
    color: #fff;
}

.mv-sections-blocks {
    text-align: center;
    background-color: #e32525;
    padding: 38px 33px 38px;
    position: relative;
    right: 35px;
}

.mv-sections-blocks .col-md-12,
.mv-sections-blocks .col-md-6 {
    padding: 0 7px;
    margin-bottom: 1px;
}

.mv-sections p {
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
}

.about-section .about-bg-img .image-box .link-box a {
    color: #f9f7f7;
    background: #e32525;
    font-size: 19px;
    margin-top: 21px;
    display: inline-block;
    padding: 5px 13px;
    border-radius: 3px;
    margin-bottom: 113px;
}

.about-section .about-bg-img .image-box a h4 {
    font-size: 19px;
    margin-top: 0;
}

.mvilinks {
    display: block;
    padding: 11px;
    color: #fff;
    text-align: center;
    margin-bottom: 11px;
    position: relative;
    border-bottom: 1px solid;
}

.mvilinks h4 {
    text-transform: uppercase;
    display: table;
    margin: auto;
    margin-bottom: 9px;
    font-size: 20px;
}

.mvilinks .mvv-image {
    position: absolute;
    top: -8px;
    width: 52px;
}

.m-link {}

.v-link {
    text-align: center;
}

.v-link .mvv-image {
    position: absolute;
    right: 0px;
}

.va-link {
    border: none;
}

.mv-height {
    vertical-align: middle;
}

.mvilinks:hover {
    color: #fff707;
}

.mvv-image {
    text-align: center;
}

.mvv-image img {
    margin-top: 0;
}

.container-bg {
    /* background-image: url(../images/bg.jpg); */
    background-position: center;
    background-size: cover;
}

.about-shap1 {
    position: absolute;
    bottom: 0;
    opacity: .2;
    width: 398px;
    left: -63px;
    animation-direction: reverse;
}

.about-shap2 {
    position: absolute;
    top: 0;
    opacity: .3;
    width: 177px;
    right: 9%;
    animation: spin 7s infinite linear;
}

.about-shap3 {
    position: absolute;
    bottom: 83px;
    opacity: .5;
    left: 0;
}


/*=== Animations ===*/

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slide-animation {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes slide-animation {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.service-section .auto-container {
    max-width: 1300px;
}

.services-block-list {
    padding: 0;
    position: relative;
}

.service-title h2 {
    color: #03192f;
    font-size: 42px;
    font-weight: 600;
}

.service-container {
    position: relative;
    left: 26px;
}

.service-container .col-md-3 {
    padding: 0 0px;
    flex: 0 0 20%;
    max-width: 12%;
    padding: 0 1px;
}

.service-container .col-md-3:nth-child(5) .ser-blocks,
.service-container .col-md-3:nth-child(10) .ser-blocks,
.service-container .col-md-3:nth-child(15) .ser-blocks,
.service-container .col-md-3:nth-child(20) .ser-blocks {
    border-right: none;
}

.service-container .col-md-3:nth-child(16) .ser-blocks,
.service-container .col-md-3:nth-child(17) .ser-blocks,
.service-container .col-md-3:nth-child(18) .ser-blocks,
.service-container .col-md-3:nth-child(19) .ser-blocks,
.service-container .col-md-3:nth-child(20) .ser-blocks {
    border-bottom: none;
}

.service-container .col-md-3:nth-child(9) {
    margin-left: 80px;
}

.service-container .col-md-3:nth-child(16) {
    margin-left: 156px;
}

.ser-blocks {
    position: relative;
    margin-bottom: 2px;
    overflow: hidden;
    /* box-shadow: 0px 0px 10px #ccc; */
    /* background-color: #fff; */
}

.ser-blocks::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.ser-blocks .ser-content {
    position: absolute;
    bottom: 11px;
    width: auto;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 3px;
    transition: all ease-in-out .4s;
}

.ser-blocks:hover .ser-content {
    bottom: 53px;
}

.ser-icon {
    position: absolute;
    left: -20px;
    width: 35px;
    height: 35px;
    background-color: khaki;
    color: #000;
    opacity: 0;
    transition: all ease-in-out .5s;
    bottom: 11px;
    border-radius: 50%;
    font-size: 19px;
    line-height: 34px;
}

.ser-blocks:hover .ser-icon {
    left: 39%;
    opacity: 1;
}

.ser-blocks .ser-content h4 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
}

.ser-blocks:hover .ser-content {
    background: transparent;
}

.ser-blocks:hover img {
    animation: shake 0.5s;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.ser-blocks .ser-content h4 a {
    color: #feffff;
    padding: 0;
    display: inline-block;
}

.ser-blocks:hover .ser-content h4 a {
    color: #fffeff;
}

.servicelink {
    transition: all ease-in-out .4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: none;
    right: -20px;
    bottom: 50px;
    background-color: #efc046;
    color: #000;
    padding: 3px 8px;
}

.left-service {
    text-align: center;
}

.right-service {
    text-align: center;
}

.right-service .servicelink {
    right: auto;
    left: -20px;
}

.ser-blocks:hover .servicelink {
    opacity: 1;
    visibility: visible;
}

.left-service:hover .servicelink {
    right: 0;
    bottom: 82px;
    left: 0;
    margin: 0 auto;
    width: 105px;
}

.right-service:hover .servicelink {
    right: 0;
    bottom: 82px;
    left: 0;
    margin: 0 auto;
    width: 105px;
}

.ser-image {
    margin: auto;
    background-color: #fff;
    margin-bottom: 0px;
    position: relative;
}

.ser-image img {
    /* width: 50px; */
}

.ser-bg {
    position: relative;
    /* background-color: #e7efb6; */
    z-index: 3;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    /* background-position: center; */
}


/* .ser-bg:before {
    position: absolute;
    left: 0;
    top: -62px;
    height: 385px;
    width: 100%;
    content: "";
    background: #fff;
    background-image: url(../images/bg.jpg);
    transform: skewY(-5deg);
    background-size: cover;
    background-position: center;
} */

.footer-logo-section {
    text-align: center;
    padding-bottom: 0;
}

.footer-logo-section img {
    width: 44%;
    margin-bottom: 25px;
    box-shadow: 0 0 26px #ccc;
    border-radius: 4px;
    /* background: #fff; */
    padding: 5px;
}

.footer-social span {
    display: inline-block;
    color: #505050;
    margin-right: 10px;
    font-size: 20px;
}

.footer-social {
    list-style: none;
    display: table;
    margin: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    position: relative;
    top: 0;
}

.footer-social li {
    display: inline-block;
    margin: 0 5px;
}

.footer-social li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #705dd8;
    border-radius: 50%;
    line-height: 30px;
    transition: all ease-in-out .4s;
}

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

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

.footer-social li:nth-child(4) a {
    background-color: #20adc3;
}

.footer-social li:nth-child(5) a {
    background-color: #044d92;
}

.footer-social li a:hover {
    background-color: #f3ca37;
    color: #fff;
    transform: rotate(360deg);
}

.why-section {
    position: relative;
}

.why-box {
    position: absolute;
    width: 89%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.why-before {
    position: absolute;
    width: 100px;
    height: 100px;
    /* background: #498030; */
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
    top: 107px;
}

.why-section::before {
    content: "";
    position: absolute;
    width: 100%;
}

.why-section::after {
    content: "";
    position: absolute;
    width: 387px;
}

.why-blocks {
    text-align: center;
    color: #fff;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.why-section .col-md-3:nth-child(1) .why-blocks::before,
.why-section .col-md-3:nth-child(2) .why-blocks::before,
.why-section .col-md-3:nth-child(3) .why-blocks::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 99px;
    border-right: 2px dashed #909192;
    right: -14px;
    top: 0;
}

.why-title {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 21px;
    position: relative;
}

.why-title::before {
    content: "";
    position: absolute;
    width: 68px;
    height: 3px;
    border-bottom: 4px solid #f5c2c7;
    right: 0;
    left: 0px;
    margin: auto;
    top: 32px;
}

.why-number {
    font-size: 23px;
    margin: auto;
    margin-bottom: 13px;
    color: #feffff;
    background-color: #e32525;
    width: 85px;
    height: 85px;
    font-weight: 700;
    border-radius: 50%;
    line-height: 83px;
    box-shadow: 0px 0px 0px 10px rgba(204, 204, 204, 0.71);
}

.why-blocks:hover .why-number {
    background-color: #545353;
    color: #fff;
}

.consultency-block {
    padding: 18px 45px;
    background: #ffffff;
    border-radius: 85px;
    max-width: 693px;
    margin: auto;
    box-shadow: 0px 0px 0px 12px #eae8e8;
}

section.consultency {
    position: relative;
    padding-top: 94px;
}

section.consultency:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    border-right: 2px solid #bfbebe;
    left: 0;
    right: 0;
    margin: auto;
    top: 9px;
}

.c-title-head {
    font-size: 18px;
    margin-top: 0;
    line-height: 30px;
    color: #2d2d2d;
    font-weight: 500;
}

.c-title-img {
    margin-top: 10px;
}

.enqiry {
    position: fixed;
    right: 0;
    background: linear-gradient(to left, #1c3516, #72bb50);
    color: #fff;
    z-index: 21;
    top: 31%;
    padding: 8px 12px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    transition: all ease-in-out .8s;
}

.enqiry:hover {
    background: linear-gradient(to left, black, #E32525);
}

.en-visible .enqiry {
    right: -70px;
}

.enqiry-form {
    position: fixed;
    right: 0px;
    background-color: #e3fbd9;
    z-index: 99;
    top: 30%;
    max-width: 300px;
    visibility: hidden;
    right: -300px;
    transition: all ease-in-out .7s;
    width: 100%;
    padding: 28px 25px 15px;
    text-align: center;
}

.en-visible .enqiry-form {
    visibility: visible;
    right: 0px;
}

.close-en {
    position: absolute;
    left: 0px;
    cursor: pointer;
    background: #86c778;
    top: -32px;
    color: #fff;
    padding: 2px 11px 2px;
    font-size: 20px;
}

.dnb-row {
    /* margin: 0px; */
    /* padding-top: 80px; */
    /* margin-top: -6px; */
}

.tree-image {
    width: 100%;
    height: 392px;
    position: relative;
}

.tree-image:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 142px;
    height: 74%;
    width: 2px;
    border-right: 1px solid #ccc;
    content: "";
}

.tree-image:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 246px;
    height: 2px;
    width: 80%;
    border-bottom: 1px solid #ccc;
    content: "";
}

.dnb-row .col-md-6,
.dnb-row .col-md-12 {
    padding: 0;
}

.courses-blog {
    position: relative;
    left: 40px;
    margin-top: -41px;
}

.specilaites-head {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 46px;
    max-width: 308px;
    background-color: #41423f;
    padding: 31px 0 16px;
    box-shadow: 0px 0px 10px #333;
    z-index: 1;
}

.specilaites-head span {
    color: #f8d732;
    font-size: 73px;
    font-family: 'Qwigley', cursive;
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
}

.specilaites-head h3 {
    text-transform: uppercase;
    color: #eee;
    font-size: 34px;
    padding-top: 9px;
}

.dnb-blocks {
    padding: 17px 6px;
    text-align: center;
    background: #180a50;
    color: #fff;
    width: 100%;
    left: 0;
    z-index: 1;
    border: 9px solid #fff;
    box-shadow: 0px 0px 10px #c5c4c4;
    margin-bottom: 10px;
}

.dnb-blocks::before {
    content: "";
    position: absolute;
    width: 175px;
    height: 140px;
    /* background: #3aafab; */
    left: -3px;
    top: -10px;
    /* transform: rotate(45deg); */
    /* box-shadow: inset 0px 0px 10px #33333340; */
}

.dnb-block2::before {
    /* background: #DD395E; */
}

.dnb-block2 {
    left: auto;
    right: 0;
    background: #40955a;
}

.dnb-block3 {
    left: auto;
    right: 0;
    background: #cc104f;
}

.dnb-block4 {
    left: auto;
    right: 0;
    background: #0451a2;
}

.dnb-block5 {
    left: auto;
    right: 0;
    background: #1ea0a7;
}

.dnb-block6 {
    background: #c708af;
}

.dnb-block7 {
    background: #c37808;
}

.dnb-block8 {
    background: #8d20d1;
}

.dnb-blocks h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 9px;
}

.dnb-blocks a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 7px;
    margin-top: 8px;
    position: relative;
    font-size: 12px;
}

.awards-head {
    padding: 20px 10px;
    color: #000;
    text-align: center;
    background: #f8d732;
    display: table;
    position: relative;
    width: 100%;
    border: 9px solid #f5f5f5;
    box-shadow: 0px 0px 10px #c5c4c4;
}

.awards-head span {
    font-size: 15px;
    color: #353633;
}

.awards-head h4 {
    font-size: 18px;
    color: #2b2a2a;
}

.awards-head p {
    font-size: 15px;
    color: #41423f;
}

.awards-head a {
    display: inline-block;
    color: #41423f;
    border: 1px solid;
    padding: 2px 5px;
    margin-top: 5px;
    font-size: 12px;
}

.award-img img {
    margin-top: 15px;
    width: 100%;
}

section.founders {
    padding: 70px 0 133px;
    text-align: center;
    position: relative;
    z-index: 3;
}

section.founders::before {
    position: absolute;
    left: 0;
    right: 0;
    /* margin: auto; */
    top: 0;
    height: 100%;
    background-image: url("../images/founder-bg.jpg");
    width: 30%;
    content: "";
    opacity: 0.2;
    background-size: cover;
}

section.founders::after {
    position: absolute;
    left: auto;
    right: 0;
    /* margin: auto; */
    top: 0;
    height: 100%;
    background-image: url("../images/founder-bg.jpg");
    width: 30%;
    content: "";
    opacity: 0.2;
    background-size: cover;
}


/* section.founders::after {
position: absolute;
right: 0;
top: 0;
height: 500px;
width: 500px;
content: "";
background-image: url(../images/founders-right.jpg);
z-index: -1;
} */

.fonders-block {
    position: relative;
    text-align: left;
    z-index: 1;
}

.fonders-block::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #e32525;
    top: -31px;
    z-index: -1;
    left: -31px;
}

.vijaya-block::before {
    right: -31px;
    left: auto;
    background-color: #4c4b4b;
}

.fonders-block img {
    box-shadow: 0px 0px 0px 7px #eae8e8;
}

.founder-head {
    position: absolute;
    bottom: -121px;
    right: -32px;
    background: #e32525;
    color: #fff;
    padding: 12px 21px;
    min-height: 161px;
}

.founder-head h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.founder-head p {
    color: #fff;
}

.vijaya-block .founder-head h4,
.vijaya-block .founder-head p {
    /* color: #000; */
}

.vijaya-block {
    text-align: right;
}

.founder-head span {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
}

.vijaya-block .founder-head span {
    /* color: #000; */
    /* border: 1px solid #000; */
}

.founder-head span:hover {
    background-color: #000;
    color: #fff;
}

.founder-head span.designations {
    border: none;
}

.founder-head a {
    display: block;
}

a.ravagava-link {
    position: absolute;
    right: 16px;
    top: 14px;
    display: block;
}

.vijayalink {
    position: absolute;
    left: 16px;
    top: 14px;
    display: block;
}

.prflink span {
    padding: 0 10px;
}

.founder-head span.designations:hover {
    background-color: transparent;
}

.vijaya-block .founder-head {
    right: auto;
    background: #4c4b4b;
}

.founders-icon-head {
    position: absolute;
    left: 0px;
    right: 0px;
    background: #fff;
    width: 400px;
    margin: auto;
    top: 14%;
    padding: 10px;
    padding-top: 30px;
    border: 10px solid #eae8e8;
    outline: 10px solid #b2b1af;
}

.founders-icon-head::before {
    position: absolute;
    content: "";
    /* background-image: url(../images/founders-bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 391px;
    top: -130px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .4;
}

.founders-icon-head span {
    font-size: 80px;
    color: #e32525;
    font-family: 'Qwigley', cursive;
    text-transform: initial;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
}

.founders-icon-head img {
    width: 150px;
}

.founders-icon-head h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #4c4b4b;
    font-size: 64px;
}

.founders-icon-head p {
    max-width: 326px;
    margin: auto;
    color: #000;
    font-size: 19px;
}

.aligniemcenter {
    align-items: center;
}

.anime {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1440deg);
        -ms-transform: translate(-50%, -50%) rotate(1440deg);
        transform: translate(-50%, -50%) rotate(1440deg);
    }
}

.anime::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #081a31);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
}

.anime::after {
    height: 0%;
    width: 100%;
    background-size: contain;
    left: 0;
    bottom: -20px;
    position: absolute;
    content: "";
    opacity: 0;
    transition: all ease-in-out .4s;
}

.ser-blocks:hover .anime {
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
}

.ser-blocks:hover .anime::after {
    height: 100%;
    bottom: 0px;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #E32525);
}

.top-head-title {
    position: absolute;
    display: block;
    text-transform: initial;
    font-family: 'Qwigley', cursive;
    font-weight: 500;
    color: #e6312e;
    font-size: 80px;
    top: -29px;
    right: 0;
    z-index: -1;
    left: 0;
}

.tele-consultaion {
    position: absolute;
    top: 17px;
    right: 399px;
    z-index: 9;
    margin: auto;
    color: #000;
    max-width: 512px;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 12px;
    /* box-shadow: 0px 0px 10px #4a4949; */
    padding: 16px 3px;
}

.tele-consultaion img {
    display: inline-block;
    width: 55px;
}

.tele-consultaion h4 {
    font-size: 18px;
    padding-top: 0;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
    top: 8px;
}

.tele-consultaion p {
    font-weight: 800;
    font-size: 22px;
    color: #000;
    /* border: 1px solid; */
    animation-name: flash;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    display: inline-block;
    position: relative;
    top: 9px;
    margin-left: 12px;
    background-color: white;
    padding: 6px 13px;
}

@keyframes flash {
    from {
        color: #E6312E;
    }
    to {
        color: black;
    }
}

span.reach {
    position: relative;
    left: 6px;
}

.latest-news-imp-app .col-md-4,
.latest-news-imp-app .col-md-12 {
    padding: 0px
}

.add-image img {
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
}

.facilities-section {
    position: relative;
    padding: 72px 0 76px;
    z-index: 3;
    background-size: cover;
    background-position: center;
}

.facilities-section::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* top: 23%; */
    height: 100px;
    width: 100%;
    content: "";
    /* transform: skewY(-5deg); */
    /* background-image: url(../images/bg.jpg); */
    /* background-color: #fff; */
}

.facilities-section::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 33px;
    height: 88%;
    width: 2px;
    border-right: 1px solid #ccc;
    content: "";
}

.equpment-section .container {
    position: relative;
}

.right-sidebar {
    position: absolute;
    z-index: 99;
    right: 36px;
    width: 55px;
    top: 25%;
}

.r-s-infos {
    position: relative;
}

.rs-img {
    background: #ffff;
    width: 48px;
    padding: 6px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #6f6e6e;
    border: 4px solid #ececec;
    cursor: pointer;
}

.right-sidebar .r-s-infos:nth-child(1) .rs-img {
    /* background: #f7e9a7; */
}

.right-sidebar .r-s-infos:nth-child(2) .rs-img {
    /* background: #f9bebe; */
}

.right-sidebar .r-s-infos:nth-child(3) .rs-img {
    /* background: #bcfbc7; */
}

.right-sidebar .r-s-infos:nth-child(4) .rs-img {
    /* background: #c2bbf7; */
}

.right-sidebar .r-s-infos:nth-child(5) .rs-img {
    /* background: #fbb7d6; */
}

.right-sidebar .r-s-infos:nth-child(6) .rs-img {
    /* background: #ffd5aa; */
}

.rs-info-link {
    position: absolute;
    width: 241px;
    left: -296px;
    top: 3.4555px;
    padding: 7px 10px;
    font-size: 13px;
    box-shadow: 0px 0px 0px 3.8px #ececec;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .5s;
    background-color: #2d3e50;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.rs-info-link:hover {
    /* background-color: #E02926; */
    color: #fff;
}

.r-s-infos:hover .rs-info-link {
    opacity: 1;
    visibility: visible;
    left: -242px;
}

.social-media {
    position: absolute;
    left: 0;
    width: 63px;
    top: 13rem;
    text-align: center;
    z-index: 9;
}

.social-media .rs-info-link {
    width: 140px;
    right: -196px;
    left: auto;
    visibility: hidden;
    transition: all ease-in-out .7s;
    opacity: 0;
}

.social-media .r-s-infos:hover .rs-info-link {
    visibility: visible;
    right: -136px;
    left: auto;
    opacity: 1;
}

.social-media .rs-img {
    font-size: 20px;
    color: #404141;
    padding: 8px 5px;
    width: 42px;
}

.mailto {
    position: absolute;
    right: 129px;
    z-index: 9;
    background: #f9db45;
    color: #0e0e0e;
    padding: 9px 22px;
    font-size: 17px;
    top: 38px;
    border-radius: 23px;
    font-weight: 500;
}

.top-link {
    position: absolute;
    right: 18px;
    z-index: 9;
    background: transparent;
    color: #454749;
    border: 2px solid;
    padding: 9px 8px;
    font-size: 14px;
    top: 19px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
}

.t-s-t h2 .top-head-title {
    color: #F5D517;
}

.t-s-t p {
    color: #eee;
}

.bst p {
    color: #2d2d2d;
}

.bst h2 .top-head-title {
    color: #e6312e;
}

.courses-latest-news-section {
    padding-bottom: 78px;
    /* background-image: url(../images/bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 67px;
}

.useful-links {
    text-align: center;
    display: table;
    margin: auto;
    margin-bottom: 37px;
    border-top: 1px solid #b5b4b4;
    border-bottom: 1px solid #b5b4b4;
    padding: 8px 0;
}

.useful-links span {
    display: inline-block;
    margin-right: 24px;
    font-size: 21px;
    color: #e73835;
}

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

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

.useful-links ul li a {
    display: block;
    color: #504e4e;
    font-size: 17px;
    padding: 0 9px;
    border-right: 1px solid #b5b4b4;
}

.useful-links ul li:last-child a {
    border: none;
}

.nav-address {
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-top: 21px;
}


/*menu*/

nav {
    width: 100%;
    margin: 6px auto;
    background: linear-gradient(45deg, #e90e0e, #000000c4);
    height: 42px;
}

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

ul.dropdown {
    position: relative;
    width: 100%;
}

ul.dropdown li {
    display: inline-block;
    position: relative;
    /* padding: 20px 10px; */
    height: auto !important;
}

ul.dropdown a:hover {
    color: #000;
}

ul.dropdown li a {
    display: block;
    /* padding: 5px 25px; */
    font-size: 14px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: var(--white);
    position: relative;
    z-index: 2000;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

ul.dropdown li a:hover,
ul.dropdown li a.hover {
    background: #091b48;
    position: relative;
    color: #fff;
    transition: 0.5s ease;
}

ul.dropdown ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    z-index: 1000;
}

ul.dropdown ul li {
    font-weight: normal;
    background: #091b48;
    color: #fb1919;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 0;
    padding-top: 0;
}

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

ul.dropdown ul li a {
    display: block;
    color: #fff !important;
    background: #091b48 !important;
    padding: 0px;
    padding-top: 0;
    /* border-bottom: 1px solid #ccc; */
    font-size: 13px;
    font-weight: 500;
}

ul.dropdown ul li a:hover {
    display: block;
    background: #e63734 !important;
    color: #fff !important;
}

ul.dropdown ul li a:hover {
    display: block;
    background: #3498db;
    color: #fff;
}

.drop>a {
    position: relative;
}

.drop>a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 46%;
    border-left: 7px solid transparent;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    z-index: 999;
}

.drop>a:hover:after {
    content: "";
    border-left: 7px solid transparent;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
}


/* nikhila*/

.dropdown .fa {
    padding-right: 10px;
    /* background: var(--white);
    border: 2px solid #ccc;
    color: var(--dark); */
}

ul.dropdown li a:hover ul.dropdown li {
    background-color: #5ead3a;
    position: relative;
    color: #fff;
    transition: 0.5s ease;
}

.drop {
    overflow: visible !important;
}

.bottom-menu {
    position: absolute;
    bottom: 0;
}

.mobile-memu {
    display: none;
}

.desktop-menu {
    display: block;
}

ul.dropdown .media-width ul {
    width: 130px;
}

ul.dropdown .media-width1 ul {
    width: 150px;
}

ul.dropdown li.drop a {
    padding-right: 28px;
}

.news-more a {
    /* color: #4c4b4b; */
    border: 1px solid;
    padding: 0 3px;
    display: inline-block;
    font-size: 12px;
    margin-top: 8px;
    color: red;
}

.news-more {
    /* padding: 5px; */
}

ul.dropdown li.drop .sub_menu a {
    padding-right: 0;
}

ul.dropdown li.drop .sub_menu li ._submenu {
    background: #E5342D;
    display: none !important;
}

ul.dropdown li.drop .sub_menu li ._submenu li a {
    background: #E5342D !important;
}

ul.dropdown li.drop ._sub_menu {
    width: 170px;
}

ul.dropdown li.drop .sub_menu li:hover ._submenu {
    display: block !important;
    width: 300px;
}

ul.dropdown li.drop .sub_menu li:hover ._submenu {
    right: -300px;
    left: initial;
    padding-top: 0 !important;
}

.bottom-menu {
    background: linear-gradient(45deg, #e90e0e, #000000c4);
    display: block;
    z-index: 2;
    width: 100%;
}

.blink {
    /* width:200px; */
    /* height: 50px; */
    background-color: magenta;
    padding: 15px;
    text-align: center;
    /* line-height: 50px; */
}

.blink {
    color: white;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        background-color: #0e2352;
    }
    25% {
        background-color: #f43344;
    }
    50% {
        background-color: #0e2352;
    }
    75% {
        background-color: #f43344;
    }
    100% {
        background-color: #0e2352;
    }
}

.bottom-menu .dropdown li a {
    padding-right: 50px !important;
    padding-left: 50px !important;
    border-right: 1px solid #ccc;
}

.desktop-service {
    display: block;
}

.mobile-service {
    display: none;
}

.testimonial img {
    width: 8% !important;
    margin: auto;
    border-radius: 999px;
    border: 3px solid #ffc107;
}

.testimonial-section .owl-dots .owl-dot.active span {
    background-color: #ffc107;
}

.inner-content {
    min-height: 50vh;
    padding: 60px 0 50px;
}

.inner-bg::before {
    content: "";
    position: absolute;
    background-image: url("../images/bg.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.inner-bg {
    position: relative;
}

.breadcrumb h1 {
    color: #3c821d;
}


/*about*/

.inner-header {
    height: 0;
}

.our-team {
    padding: 30px 0 40px;
    /* background: #f7f5ec; */
    text-align: center;
    overflow: hidden;
    position: relative;
}

.our-team .pic {
    display: inline-block;
    width: 60%;
    /* height: 130px; */
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 0;
    /* border-radius: 50%; */
    /* background: #e32525; */
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team .pic:before {
    height: 100%;
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    /* background: #1e0505ab; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team .pic img {
    width: 100%;
    height: auto;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 10px #ccc;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .team-content {
    margin-bottom: 30px;
}

.our-team .title {
    font-size: 19px !important;
    font-weight: 700;
    color: #4e5052;
    color: #3c821d !important;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: #e32525;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #ececec;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    bottom: 0;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #c82f2f;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    color: #eb1768;
    background: #f7f5ec;
}

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

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

.serviceBox:before {
    content: '';
    position: absolute;
    height: 67px;
    width: 1px;
    margin: auto;
    bottom: -67px;
    text-align: center;
    z-index: -1;
    background: #ccc;
}

.serviceBox .service-content {
    color: #666;
    background: linear-gradient(45deg, #FEFEFE, #DFDFDF);
    padding: 20px 13px;
    border-radius: 15px;
    border: 3px solid #e9e4e4;
    margin: 12px 0;
    margin-top: 30px;
    min-height: 170px;
    box-shadow: -1px 0px 10px -5px #000;
    /* border-radius: 150px 150px 0 0; */
}

.serviceBox .service-icon {
    color: #fff;
    font-size: 35px;
    position: absolute;
    background: #545353;
    padding: 10px;
    /* top: -18px; */
    /* right: -8px; */
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000029;
}

.serviceBox .service-icon i {
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon i {
    transform: rotateX(360deg);
}

.serviceBox .title {
    color: #3c8212;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.serviceBox .description {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}

.serviceBox .read-more {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    display: inline-block;
    position: relative;
    transition: all ease 0.3s;
}

.serviceBox .read-more:hover {
    color: #46BC44;
}

.serviceBox .read-more:before {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}

.serviceBox .read-more:hover:before {
    transform: scale(1);
}

.serviceBox.darkgreen:before {
    /* background: linear-gradient(to right,#00998E,#027789); */
}

.serviceBox.darkgreen .service-icon,
.serviceBox.darkgreen .title,
.serviceBox.darkgreen .read-more:hover {
    /* color: #027789; */
    /* left: -8px; */
    right: auto;
}

.serviceBox.blue:before {
    background: linear-gradient(to right, #00BEE7, #007AEC);
}

.serviceBox.blue .service-icon,
.serviceBox.blue .title,
.serviceBox.blue .read-more:hover {
    color: #007AEC;
}

.serviceBox.purple:before {
    background: linear-gradient(to right, #824DC1, #9241DB);
}

.serviceBox.purple .service-icon,
.serviceBox.purple .title,
.serviceBox.purple .read-more:hover {
    color: #9241DB;
}

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

.form-container {
    /* background: #dfdbdb; */
    font-size: 0;
    padding: 0 15px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.form-address h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #d01f1f;
    margin-bottom: 10px;
}

.form-address strong {
    color: #3c821d;
}

.form-container .form-address {
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 50%;
    padding: 75px 0;
    vertical-align: top;
    display: inline-block;
}

.form-container .form-icon i {
    font-size: 124px;
    margin: 0 0 15px;
    display: block;
}

.form-container .form-icon .signup a {
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.form-container .form-icon .signup a:hover {
    text-decoration: underline;
}

.form-container .form-horizontal {
    background: rgba(252, 244, 244, 0.99);
    width: 50%;
    padding: 30px;
    margin: -20px 0;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.form-container .title {
    color: #373737;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0 20px 0;
}

.form-horizontal .form-group {
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0 0 15px;
    border: 1px solid #b5b5b5;
    border-radius: 20px;
    box-shadow: 0px 0px 10px -3px #c2c0c0;
}

.form-horizontal .input-icon {
    color: #b5b5b5;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    vertical-align: top;
    display: inline-block;
}

.form-horizontal .form-control {
    color: #b5b5b5;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 10px;
    width: calc(100% - 55px);
    height: 40px;
    padding: 0px 10px 0 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}

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

.form-horizontal .form-control::placeholder {
    color: #b5b5b5;
    font-size: 13px;
    text-transform: capitalize;
}

.form-horizontal .btn {
    color: rgb(255, 255, 255);
    background: #922424;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 0 10px 0;
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.form-horizontal .btn:hover,
.form-horizontal .btn:focus {
    color: #fff;
    background-color: #D31128;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form-horizontal .forgot-pass {
    font-size: 12px;
    text-align: center;
    display: block;
}

.form-horizontal .forgot-pass a {
    color: #999;
    transition: all 0.3s ease;
}

.form-horizontal .forgot-pass a:hover {
    color: #777;
    text-decoration: underline;
}

.form-bg {
    width: 100%;
}

@media only screen and (max-width:576px) {
    .form-container {
        padding-bottom: 15px;
    }
    .form-container .form-icon {
        width: 100%;
        padding: 20px 0;
    }
    .form-container .form-horizontal {
        width: 100%;
        margin: 0;
    }
}

.icon-height .input-icon {
    line-height: 25px;
}

.breadcrumb {
    position: relative;
    margin: auto;
    width: inherit;
    left: 0;
    right: 0;
    text-align: center;
    background: transparent;
    padding: 6px 1px 6px;
    z-index: 1;
    display: inline-block;
    flex-wrap: initial;
    border: 2px solid #cccc;
    border-radius: 34px;
    box-shadow: 0px 0px 0px 9px #ecebeb;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 56px;
    left: 0;
    z-index: -1;
    top: 15px;
}

.breadcrumb li {
    float: left;
    padding: 5px 23px;
    background: none;
    font-size: 16px;
    /* font-weight: bold; */
    position: relative;
}

.breadcrumb li:first-child {
    background: transparent;
    border: transparent;
    border-radius: 0px;
    /* box-shadow: 0px 0px 10px #ccc; */
}

.breadcrumb li {
    background: transparent;
    border-radius: 999px;
    margin-left: 0;
}

.breadcrumb li:last-child {
    background: transparent;
    border-radius: 0px;
    border: transparent;
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb li:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #a09f9f;
    font-weight: 900;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
}

.breadcrumb li:last-child:after {
    border-left-color: #fafafa;
    content: none;
}

.breadcrumb li:last-child:after {
    /* border-left-color: #c82f2f; */
}

.breadcrumb li a {
    font-size: 18px;
    font-weight: 600;
    color: #ef5555;
}

@media only screen and (max-width: 479px) {
    .breadcrumb li {
        padding: 8px 15px 8px 30px;
    }
}

.page-header h1 {
    color: #3c821d;
    text-transform: uppercase;
    font-size: 22px;
}

.page-header {
    text-align: center;
    padding: 10px 0;
    padding-top: 135px;
    position: relative;
}

.inner-footer {
    background-image: none;
}


/* 
.page-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/breadcrumb.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    background-repeat: no-repeat;
} */

.box {
    background-color: #000;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px #aeabab;
}

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

.box:hover>img {
    opacity: 0.5;
    filter: blur(5px);
    transform: scale(1.05);
}

.box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0 0;
    transform: translateY(-50%);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

.box .box-content .overlay-img {
    width: 50%;
    margin: 0 auto;
}

.box .box-content .overlay-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(80%);
    transition: all 0.3s ease 0.1s;
}

.box:hover .box-content .overlay-img img {
    opacity: 1;
    transform: translateY(0);
}

.box .box-content .inner-content {
    background-color: #000;
    padding: 10px 15px;
    opacity: 0;
    transform: scaleY(1.5);
    position: relative;
    transition: all 0.3s ease;
}

.box:hover .box-content .inner-content {
    opacity: 1;
    transform: scaleY(1);
}

.box .title {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.box .post {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

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

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

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

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

.fancybox-opened {
    z-index: 8030
}

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

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

.fancybox-inner {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.recep-box {
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 10px #d8d4d4;
    height: 170px;
    border: 4px solid #fff;
}

.recep-box h3 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.recep-box p strong {
    color: #fff;
    font-size: 14px;
}

.contact-map iframe {
    width: 100%;
    height: 314px;
    border: 2px solid #ccc;
    border-radius: 20px;
}

.contact-map {
    margin: 20px;
    margin-top: 50px;
}

.contact-img {
    position: absolute;
    right: 0;
    left: 0;
    width: 50%;
}

.contact-img img {
    opacity: 0.1;
}

.margin-b {
    margin-bottom: 20px;
}

.about-page p {
    text-align: justify;
    color: #000 !important;
}

.about-page h2 {
    text-align: center;
    margin: 0 0 23px;
    text-transform: uppercase;
    color: #3c821d;
    font-size: 25px;
}

.about-page h2 span {
    color: #cf2727;
    font-size: 50px;
}

.inner-content .recep-box p {
    color: #ffffff;
}

.bg1 .recep-box {
    background-color: #180a50;
}

.bg2 .recep-box {
    background-color: #40955a;
}

.bg3 .recep-box {
    background-color: #cc104f;
}

.bg4 .recep-box {
    background-color: #f4b108;
    padding-top: 25px;
}

.bg1 {
    padding-right: 5px;
    margin-top: 50px;
}

.bg2 {
    padding-left: 5px;
    margin-top: 50px;
}

.bg3 {
    padding-right: 5px;
    padding-top: 10px;
}

.bg4 {
    padding-left: 5px;
    padding-top: 10px;
}

.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: '';
    background-color: #555;
    width: 4px;
    height: calc(100% - 70px);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
}

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

.main-timeline .timeline {
    float: left;
    width: 50%;
    padding: 0 30px;
    margin: 0 10px 0 0;
    position: relative;
}

.main-timeline .timeline:before {
    content: '';
    background-color: #c92e2e;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    box-shadow: 0 0 5px #999 inset, 0 0 0 5px #dbdbdb, 0 0 13px #000;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -17px;
}

.main-timeline .timeline-content {
    color: #555;
    background: linear-gradient(45deg, #DFDFDF, #FEFEFE);
    text-align: center;
    padding: 30px 40px;
    border-radius: 30px;
    display: block;
    position: relative;
    /* z-index: 1; */
}

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

.main-timeline .timeline-content:before {
    content: '';
    background: linear-gradient(45deg, #FEFEFE, #DFDFDF);
    border-radius: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    z-index: -1;
}

.main-timeline .timeline-icon {
    color: #fff;
    background: linear-gradient(125deg, #ED354D 39%, #D92140 40%);
    font-size: 37px;
    text-align: left;
    line-height: 120px;
    height: 120px;
    width: 110px;
    padding-left: 15px;
    position: absolute;
    top: -56px;
    left: -30px;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.main-timeline .timeline-icon:before,
.main-timeline .timeline-icon:after {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 3px;
    bottom: 6px;
    top: 6px;
    right: 6px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.main-timeline .timeline-icon:after {
    background: linear-gradient(125deg, #ED354D 39%, #D92140 40%);
    left: 6px;
    top: 11px;
    bottom: 11px;
    right: 11px;
}

.main-timeline .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 0 10px;
}

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

.main-timeline .timeline:nth-child(even) {
    float: right;
    /* margin: 0 0 0 10px; */
}

.main-timeline .timeline:nth-child(even):before {
    right: auto;
    left: -17px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: rotateY(180deg);
    left: auto;
    right: -30px;
}

.main-timeline .timeline:nth-child(4n+2):before {
    background-color: #0e7387;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon:after {
    /* background: linear-gradient(125deg, #A7CD43 39%, #96BF33 40%); */
}

.main-timeline .timeline:nth-child(4n+3):before {
    background-color: #e3ac06;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon:after {
    background: linear-gradient(125deg, #54B7C0 39%, #15BEC8 40%);
}

.main-timeline .timeline:nth-child(4n+4):before {
    background-color: #170278;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon:after {
    background: linear-gradient(125deg, #5436D0 39%, #3C21BB 40%);
}

@media screen and (max-width:767px) {
    .main-timeline:before {
        left: 15px;
        transform: translateX(0);
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 0 0 0 30px;
        margin: 65px 0 0 0;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before {
        height: 20px;
        width: 20px;
        left: 5px;
        right: auto;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon,
    .main-timeline .timeline-icon {
        transform: translateX(-50%);
        left: 50%;
        top: -54px;
    }
    .main-timeline .timeline-content {
        padding: 21px 20px 20px;
    }
}

@media screen and (max-width:567px) {
    .main-timeline .title {
        font-size: 18px;
    }
}


/*careers*/

.careers .form-horizontal .header {
    padding: 10px;
    font-size: 28px;
    font-weight: 600;
    color: #e32525;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
}

.careers .form-horizontal .heading {
    font-size: 16px;
    color: #ea5d5d;
    margin: 25px 0 20px 0;
    text-transform: uppercase;
}

.careers .form-horizontal .form-content {
    padding: 25px;
    /* background: #fff; */
}

.careers .form-horizontal .form-control {
    padding: 12px 16px 12px 39px;
    height: 50px;
    font-size: 14px;
    color: #2b2a2a;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}

.careers .form-horizontal .form-control:focus {
    border-color: #3f9cb5;
    box-shadow: none;
}

.careers .form-horizontal .control-label {
    font-size: 17px;
    color: #ccc;
    position: absolute;
    top: 10px;
    left: 27px;
    text-align: center;
}

.careers .form-horizontal textarea.form-control {
    resize: vertical;
    height: 130px;
}

.careers .form-horizontal .btn {
    font-size: 18px;
    color: #ffffff;
    float: right;
    background: #444040;
    margin: 10px 0;
    border: 2px solid #ccc;
    border-radius: 0;
    padding: 10px 25px;
    transition: all 0.5s ease 0s;
}

.careers .form-horizontal .btn:hover {
    /* background: #fff; */
    /* border-color: #3f9cb5; */
}

.darkgreen .service-content {
    padding-top: 40px;
}


/* .image-zoom::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #eae9e9;
    left: 0;
    z-index: -9;
    top: 0;
    right: 0;
    border-radius: 0 0 999px 0;
} */

.image-zoom {
    display: none;
    border: 1px dashed #fff;
    z-index: 9999;
    width: 20%;
    padding: 0px;
    text-align: center;
    margin: auto;
    font-size: 12px;
    position: absolute;
    top: auto;
    bottom: 7px;
    right: 6px;
    color: #fff;
    border-radius: 7px;
    left: auto;
    background: #edecec47;
}

.box:hover .image-zoom {
    display: block;
}

.health-checkup h2 {
    font-size: 19px;
    text-transform: uppercase;
    padding: 5px 5px;
    width: fit-content;
    margin: auto;
    color: #e32525;
    border-bottom: 1px solid #3c821d;
    margin-bottom: 30px;
    /* margin-top: 15px; */
}

.health-checkup ul li {
    margin-bottom: 8px;
    padding: 5px 10px;
    margin-right: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border: 2px solid #ccc;
    border-radius: 10px;
}

.health-checkup ul li::before {
    content: "";
    position: absolute;
    /* background-image: url(../images/checkup.png); */
    background-size: 22px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: -18px;
}

.package-head {
    position: relative;
    width: 100%;
}

.package-head h3 {
    font-size: 14px;
    width: 100%;
    position: absolute;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin: auto;
    /* bottom: 0; */
}

.bg-clr1 h3 {
    background-color: #180a50;
}

.bg-clr3 h3 {
    background-color: #174c26;
}

.bg-clr2 h3 {
    background-color: #cc104f;
}

.bg-clr4 h3 {
    background-color: #b79904;
}

.inner-left {
    position: fixed;
    top: 15rem;
}

.inner-right {
    top: 208px;
    position: fixed;
    right: 20px;
}


/*patient education*/

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

#accordion .panel {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-left: 40px;
    margin-bottom: 10px;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title a {
    display: block;
    padding: 5px 15px;
    background: #fcf5f5;
    font-size: 15px;
    color: #d12222;
    text-transform: uppercase;
    /* border: 2px solid #f0f1f0; */
    /* box-shadow: 0px 0px 10px #e7e6e6; */
    border-left: none;
    border-radius: 0 8px 8px 0;
    /* box-shadow: none; */
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a span {
    display: block;
    width: 40px;
    height: 115%;
    line-height: 70px;
    background: #180a50;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: -40px;
}

#accordion .panel-title a span:before,
#accordion .panel-title a span:after {
    content: "";
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 0;
}

#accordion .panel-title a span:before {
    top: -1px;
}

#accordion .panel-title a span:after {
    border-top-color: #180a50;
    bottom: -20px;
    z-index: 1;
}

#accordion .panel-body {
    font-size: 14px;
    color: #808080;
    line-height: 23px;
    border-top: none;
}

.panel-body p span {
    color: #f00;
    font-weight: 600;
}

.panel-body img {
    margin: 10px 0;
}

#accordion .panel-body p {
    margin-bottom: 5px;
}

.risk-table th {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    background: #180a50;
    color: #fff;
}

.risk-table td span {
    color: red;
}

.risk-table td {
    /* text-align: center; */
    border: 1px solid #ccc;
    padding: 10px;
    color: #000;
}

.table thead th.border-t {
    border-top: 0 !important;
}

.table thead th span {
    font-size: 15px;
    border-top: 1px dashed #ffc107;
    color: #fff;
}

.table thead th.border-b {
    border-bottom: 0 !important;
    background: #180a50;
    padding: 23px;
    line-height: 20px;
    font-size: 17px;
    color: #fff;
    /* padding-top: 0; */
}

.panel-collapse {
    padding: 10px;
}

.panel-body h4 {
    font-size: 15px;
    color: #180a50;
    margin-bottom: 5px;
}

.panel-body h2 {
    font-size: 16px;
    margin: 10px 0;
    color: #2d3e50;
    text-transform: uppercase;
}

.list-style {
    padding-left: 20px;
    margin-bottom: 14px;
}

.list-style li {
    list-style: none;
    color: #1f1f1f;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
    line-height: 22px;
}

.list-style li:before {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
    line-height: 20px;
    color: #656363;
    font-weight: 900;
    content: "\f140";
    font-family: "Font Awesome 5 Free";
}

.inner-content p {
    margin-bottom: 10px;
    color: #1f1f1f;
}

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

.tab .nav-tabs {
    border: none;
    margin-bottom: 20px;
}

.tab .nav-tabs li a {
    padding: 8px 10px;
    margin-right: 5px;
    background: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3c821d;
    border: 3px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease-in 0s;
}

.tab .nav-tabs li a:hover {
    color: #cb5245;
    background: #fff;
    border: 2px solid #cb5245;
}

.tab .nav-tabs li.active a {
    color: #d02626;
    border: 2px solid #d02626;
}

.community-tab {
    margin-top: 20px;
}

.tab-content>.active {
    display: block;
    opacity: 1;
}


/* .tab .nav-tabs li a:before{
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    left: -50%;
    opacity: 0.3;
    z-index: -1;
    transform: scale(0);
    transition: all 0.4s ease-in 0.1s;
} */

.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before {
    opacity: 1;
    transform: scale(2);
}

.tab .tab-content {
    padding: 15px 20px;
    /* background: #cb5245; */
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 25px;
    outline-offset: 3px;
}

.tab-pane h4 {
    font-size: 15px;
    color: #17b8a2;
    margin: 10px 0;
}

.tab .tab-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    color: #180a50;
    margin-bottom: 7px;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li a:hover:before,
    .tab .nav-tabs li.active a:before {
        transform: scale(10);
    }
}


/*checkups*/

.health-checkup .pricingTable {
    padding: 35px 20px;
    margin: 0 10px;
    /* background: linear-gradient(45deg, #e1e1e19c, white); */
    border-radius: 20px;
    text-align: center;
    /* box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); */
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.health-checkup .pricingTable .pricingTable-header {
    display: block;
    padding: 10px 30px 0px;
    /* margin-bottom: 20px; */
    position: relative;
}

.health-checkup .pricingTable .pricingTable-header:before {
    content: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 1px -5px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: -52px;
    transform: rotate(-110deg);
}

.health-checkup .pricingTable .title {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #ed0064;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.health-checkup .pricingTable .pricing-content {
    padding-left: 15px;
    /* margin: 0 0 20px 30%; */
    text-align: center;
    position: relative;
}

.health-checkup .pricingTable .pricing-content:after {
    content: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 1px -5px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    right: -45px;
    transform: rotate(110deg);
}

.health-checkup .pricingTable .price-value {
    /* width: 100%; */
    /* height: 100%; */
    /* border-radius: 50%; */
    /* background: linear-gradient(45deg, #e1e1e1, white); */
    /* text-align: right; */
    position: absolute;
    top: 0;
    left: -100%;
}

.health-checkup .pricingTable .price-value:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 1px -5px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 2px;
    right: 45%;
    transform: rotate(-110deg);
}

.health-checkup .pricingTable .amount {
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.health-checkup .pricingTable .description {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 22px;
    margin-bottom: 15px;
}

.health-checkup .pricingTable .pricing-content ul {
    padding: 0;
    margin: 0 0 0 15px;
}

.health-checkup .pricingTable .pricing-content ul li {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    display: inline-block;
}

.health-checkup .pricingTable .pricingTable-signup {
    display: inline-block;
    padding: 10px 25px;
    background: #ed0064;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 30px 0 30px 30px;
    transition: all 0.3s ease 0s;
}

.health-checkup .pricingTable:hover .pricingTable-signup {
    border-radius: 30px 30px 30px 0;
}

.health-checkup .pricingTable.yellow .title {
    color: #e0ac1e;
}

.health-checkup .pricingTable.yellow .price-value,
.health-checkup .pricingTable.yellow .pricingTable-signup {
    background: #e0ac1e;
}

.health-checkup .pricingTable.green .title {
    color: #158163;
}

.health-checkup .pricingTable.green .price-value,
.health-checkup .pricingTable.green .pricingTable-signup {
    background: #158163;
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .health-checkup .pricingTable .amount {
        right: 5px;
    }
}

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

@media only screen and (max-width: 360px) {
    .health-checkup .pricingTable .amount {
        right: 5px;
    }
}

.empanelments img {
    border: 7px solid #f2f0f0;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 20px;
    width: 100%;
}

.empanelments img.title {
    background-color: #ccc;
}

.empanelments {
    margin-bottom: 20px;
}

.empanelments h2 {
    font-size: 20px;
    margin: 20px 0;
    text-transform: uppercase;
    color: #d51c1c;
}

.tooltip {
    opacity: 1;
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    text-transform: uppercase;
    background: linear-gradient(45deg, #e1e1e1, white);
    color: #000;
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 12px;
    position: absolute;
    z-index: 999;
    font-weight: 600;
    bottom: 0;
    left: 0;
    margin-left: -20px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.communit p {
    text-align: justify;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/*doctor profile*/

.email-signature {
    color: #222;
    background: linear-gradient(45deg, #f8f9faad, transparent);
    padding: 35px 20px 25px 310px;
    margin: 0 0 20px;
    border: 15px solid #f5f5f5;
    border-radius: 50px;
    box-shadow: 0px 0px 10px #ccc;
    position: relative;
    z-index: 1;
}

.email-signature .signature-icon {
    width: 23%;
    box-shadow: 0px 0px 10px 0px #ccc;
    position: absolute;
    border: 15px solid #f5f5f5;
    left: 25px;
    top: 30px;
}

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

.email-signature .signature-content {
    margin: 0 0 25px;
}

.signature-content p {
    text-align: justify;
}

.email-signature .signature-content span {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

.email-signature .signature-content span i {
    font-size: 13px;
    margin: 0 4px 0 0;
}

.signature-content span strong {
    color: #012851;
}

.email-signature .signature-details {
    width: calc(100% - 105px);
    display: inline-block;
}

.email-signature .title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #d42020;
}

.email-signature .post {
    font-size: 18px;
    text-transform: capitalize;
    color: #012851;
    font-weight: 700;
    display: block;
}

.email-signature .icon {
    width: 100px;
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
}

.email-signature .icon li {
    display: inline-block;
    margin: 0 2px;
}

.email-signature .icon li a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 25px;
    display: block;
    transition: all 0.3s ease;
}

.email-signature .icon li a:hover {
    color: #333;
    background-color: #fff;
    border-radius: 10px;
}

@media screen and (max-width:576px) {
    .email-signature {
        text-align: center;
        padding: 190px 20px 20px;
        margin: 20px 0 0;
    }
    .email-signature .signature-icon {
        transform: translateX(-50%);
        left: 50%;
        top: -20px;
    }
    .email-signature .signature-content {
        margin-bottom: 15px;
    }
    .email-signature .signature-details {
        width: 100%;
        margin: 0 0 15px;
    }
    .email-signature .icon {
        text-align: center;
    }
}

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

.doctor-profile .main-timeline:before {
    content: none;
}

.doctor-profile h2 {
    font-size: 22px;
    color: #202122;
    text-align: center;
    margin: 35px 0;
    font-weight: 700;
}

.doctor-profile .main-timeline .timeline:before {
    content: none;
}

.doctor-profile .main-timeline .timeline {
    margin: 0 -15px;
    width: 100%;
    padding: 0;
    float: none;
}

.doctor-profile .main-timeline .timeline-content {
    color: #1b1464;
    text-align: center;
    display: block;
    background: transparent;
    padding: 0;
    border-radius: 0;
    position: initial;
}

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

.doctor-profile .main-timeline .timeline-year {
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 15px;
    margin: 0 0 60px;
    border-bottom: 2px solid #555;
    position: relative;
    z-index: 1;
    color: inherit;
    transform: translateY(0px);
}

.doctor-profile .main-timeline .timeline-year:before,
.doctor-profile .main-timeline .timeline-year:after {
    content: '';
    background: radial-gradient(#fff, #1b1464, #1b1464);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -10px;
}

.doctor-profile .main-timeline .timeline-year:after {
    background: #555;
    height: 55px;
    width: 3px;
    border-radius: 0;
    bottom: -55px;
    z-index: -1;
}

.doctor-profile .main-timeline .inner-content {
    background-color: #fff7e2;
    padding: 0 23px;
    margin: 0 10px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 50px;
    position: relative;
    background: transparent;
    color: inherit;
    clip-path: inherit;
    text-align: center;
    border: 15px solid #f5f5f5;
    display: table-cell;
    vertical-align: middle;
    height: 200px;
    width: 377px;
}

.doctor-profile .main-timeline .inner-content:before,
.doctor-profile .main-timeline .inner-content:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 25px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -25px;
}

.doctor-profile .main-timeline .timeline-content:before,
.awards .main-timeline .timeline-content:before,
.cultural .main-timeline .timeline-content:before {
    background: transparent;
}

.doctor-profile .main-timeline .inner-content:after {
    background-color: #555;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: -20px;
}

.doctor-profile .main-timeline .timeline-icon {
    font-size: 50px;
    transition: all 0.3s;
}

.doctor-profile .main-timeline .timeline:hover .timeline-icon {
    transform: rotateY(360deg);
}

.doctor-profile .main-timeline .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 9px;
}

.doctor-profile .main-timeline .description {
    color: #333;
    font-size: 14px;
    letter-spacing: 0;
}

.doctor-profile .main-timeline .timeline.blue .timeline-content {
    color: #1B1464;
}

.doctor-profile .main-timeline .timeline.blue .timeline-year:before {
    background: radial-gradient(#fff, #1B1464, #1B1464);
}

.doctor-profile .main-timeline .timeline.orange .timeline-content {
    color: #EE5A24;
}

.doctor-profile .main-timeline .timeline.orange .timeline-year:before {
    background: radial-gradient(#fff, #EE5A24, #EE5A24);
}

.doctor-profile .main-timeline .timeline.green .timeline-content {
    color: #009432;
}

.doctor-profile .main-timeline .timeline.green .timeline-year:before {
    background: radial-gradient(#fff, #009432, #009432);
}

@media screen and (max-width:767px) {
    .doctor-profile .main-timeline .timeline {
        margin: 0 0 15px;
    }
}

.memberships .main-timeline .timeline {
    padding: 5px 0 0 0;
    margin: 0px 0 0 0;
    position: relative;
    float: none;
    width: 100%;
}

.memberships .main-timeline .timeline:before {
    content: none;
}

.memberships h2 {
    font-size: 22px;
    color: #202122;
    text-align: center;
    margin: 35px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.memberships .main-timeline:before {
    content: none;
}

.memberships .main-timeline .timeline-content:before {
    content: none;
}

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

.memberships .main-timeline .timeline-content {
    color: #111;
    width: 53.5%;
    padding: 10px;
    border: 2px solid #dddcdc;
    border-left-width: 0;
    display: inline-block;
    background: linear-gradient(45deg, #ececec, transparent);
    float: right;
    border-radius: 0;
    box-shadow: 12px 0px 10px #ccc;
}

.memberships .main-timeline .timeline-content:hover {
    color: #111;
    text-decoration: none;
}

.memberships .main-timeline .timeline-icon {
    color: #fff;
    background-color: #2C9F96;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}

.memberships .main-timeline .title {
    color: #1b1464;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.memberships .main-timeline .description {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    color: #333;
}

.memberships .main-timeline .timeline:nth-child(even) .timeline-content {
    border-left-width: 5px;
    border-right-width: 0;
    float: left;
    box-shadow: -12px 0px 10px #ccc;
    background: linear-gradient(45deg, transparent, #ececec);
}

.memberships .main-timeline .timeline:nth-child(4n+2) .timeline-content {
    border-color: #dddcdc;
}

.memberships .main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    background-color: #A9232E;
}

.memberships .main-timeline .timeline:nth-child(4n+2) .title {
    color: #1b1464;
}

.memberships .main-timeline .timeline:nth-child(4n+3) .timeline-content {
    /* border-color: #27AAE2; */
}

.memberships .main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    background-color: #27AAE2;
}

.memberships .main-timeline .timeline:nth-child(4n+3) .title {
    color: #27AAE2;
}

.memberships .main-timeline .timeline:nth-child(4n+4) .timeline-content {
    /* border-color: #58596D; */
}

.memberships .main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    background-color: #58596D;
}

.memberships .main-timeline .timeline:nth-child(4n+4) .title {
    color: #58596D;
}

@media only screen and (max-width:576px) {
    .memberships .main-timeline .timeline-content {
        width: 100%;
    }
    .memberships .main-timeline .timeline:nth-child(even) .timeline-content {
        border-right-width: 5px;
        border-left-width: 0;
    }
    .memberships .main-timeline .timeline-icon {
        transform: translateX(0);
        left: 0;
    }
}

.timeline p a {
    color: #e32525;
}

.list-style1 li {
    list-style: none;
    color: #333;
    margin-bottom: 6px;
    padding: 0;
    position: relative;
    padding-left: 16px;
}

.list-style1 li:before {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
    line-height: 20px;
    color: #888787;
    font-weight: 900;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
}

.list-style1 {
    padding-left: 0;
    margin-bottom: 22px;
}

.experience p i {
    font-size: 15px;
    color: #080261;
    margin-right: 3px;
}

.experience h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #202122;
    text-align: center;
    margin: 35px 0;
    font-weight: 700;
}

.clinical {
    padding: 25px;
    padding-top: 1px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 50px;
}

.awards h2 {
    font-size: 22px;
    color: #202122;
    text-transform: uppercase;
    text-align: center;
    margin: 35px 0;
    font-weight: 700;
}

.awards .main-timeline .timeline:before {
    content: none;
}

.awards .main-timeline .timeline-icon:after,
.awards .main-timeline .timeline-icon:before {
    content: none;
}

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

.awards .main-timeline:before {
    content: none;
}

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

.awards .main-timeline .timeline {
    width: 50%;
    padding: 35px 0 0 100px;
    margin: 0 0 40px 20px;
    float: right;
}

.awards .main-timeline .timeline-content {
    color: #555;
    display: block;
    position: relative;
    background: none;
    padding: 0;
    border-radius: 0;
    z-index: inherit;
}

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

.awards .main-timeline .timeline-icon {
    color: #1b1464;
    background-color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 90px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.5), 0 0 0 10px #d5d4d3;
    position: absolute;
    left: -145px;
    top: -23px;
    z-index: 2;
    background: none;
    clip-path: none;
    transform: translateX(0px);
    padding-left: 0;
}

.awards .main-timeline .title {
    color: #fff;
    background-color: #454749;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 25px;
    top: 13px;
    margin: 0 0 5px;
    border-radius: 10px;
    position: relative;
}

.awards .main-timeline .title:before,
.awards .main-timeline .title:after {
    content: '';
    background-color: #ccc;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    position: absolute;
    left: -9px;
    top: 50%;
}

.awards .main-timeline .title:after {
    background-color: transparent;
    height: 3px;
    width: 55px;
    border-top: 9px dotted #454749;
    box-shadow: none;
    border-radius: 0;
    left: -58px;
}

.awards .main-timeline .description {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 0 10px;
    color: #333;
    position: relative;
    top: 20px;
}

.awards .main-timeline .timeline:nth-child(even) {
    float: left;
    padding: 35px 100px 0 0;
    margin: 0 20px 40px 0;
}

.awards .main-timeline .timeline:nth-child(4n+3) {
    margin-bottom: 65px;
}

.awards .main-timeline .timeline:nth-child(4n+4) {
    margin-bottom: 65px;
}

.awards .main-timeline .timeline:nth-child(4n+6) {
    margin-bottom: 65px;
}

.mam-awards .main-timeline .timeline {
    margin-bottom: 75px;
}

.mam-awards .main-timeline .timeline:nth-child(even) {
    margin-bottom: 75px;
}

.mam-awards .main-timeline .timeline:nth-child(4n+3) {
    margin-bottom: 30px;
}

.mam-awards .main-timeline .timeline:nth-child(4n+4) {
    margin-bottom: 30px;
}

.mam-awards .main-timeline .timeline:nth-child(4n+5) {
    margin-bottom: 52px;
}

.mam-awards .main-timeline .timeline:nth-child(4n+6) {
    margin-bottom: 52px;
}

.mam-awards .main-timeline .timeline:nth-child(4n+7) {
    margin-bottom: 52px;
}

.mam-awards .main-timeline .timeline:nth-child(4n+8) {
    margin-bottom: 52px;
}

.mam-awards .main-timeline .timeline:nth-child(4n+9) {
    margin-bottom: 75px;
}

.mam-awards .main-timeline .timeline:nth-child(4n+10) {
    margin-bottom: 52px;
}

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

.awards .main-timeline .timeline:nth-child(even) .title:before {
    left: auto;
    right: -9px;
}

.awards .main-timeline .timeline:nth-child(even) .title:after {
    left: auto;
    right: -56px;
}

.awards .main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    /* color: #00A79D; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.5), 0 0 0 10px #00A79D; */
}

.awards .main-timeline .timeline:nth-child(4n+2) .title {
    /* background-color: #00A79D; */
}

.awards .main-timeline .timeline:nth-child(4n+2) .title:after {
    /* border-color: #00A79D; */
}

.awards .main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    background: inherit;
}

.awards .main-timeline .timeline:nth-child(4n+3) .title {
    /* background-color: #00C2FF; */
}

.awards .main-timeline .timeline:nth-child(4n+3) .title:after {
    /* border-color: #00C2FF; */
}

.awards .main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    background: inherit;
}

.awards .main-timeline .timeline:nth-child(4n+4) .title {
    /* background-color: #BA52FF; */
}

.awards .main-timeline .timeline:nth-child(4n+4) .title:after {
    /* border-color: #BA52FF; */
}

@media screen and (max-width:767px) {
    .awards .main-timeline .timeline,
    .awards .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 15px 0 0 10px;
        margin: 0 0 20px;
    }
    .awards .main-timeline .timeline-icon,
    .awards .main-timeline .timeline:nth-child(even) .timeline-icon {
        font-size: 30px;
        line-height: 48px;
        height: 50px;
        width: 50px;
        left: 0;
        top: -6px;
    }
    .awards .main-timeline .title {
        padding-left: 70px;
    }
    .awards .main-timeline .description {
        margin-left: 70px;
    }
    .awards .main-timeline .title:before,
    .awards .main-timeline .title:after {
        display: none;
    }
}

@media screen and (max-width:576px) {
    .awards .main-timeline .title {
        font-size: 18px;
    }
}

.trails h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #202122;
    text-align: center;
    margin: 35px 0;
    font-weight: 700;
}

.vij-profile h2 {
    font-size: 22px;
    color: #202123;
    text-align: center;
    margin: 35px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.vij-profile p {
    text-align: justify;
}


/*patient-education*/

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

.vertical-tab {
    display: table;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 32%;
    min-width: 28%;
    vertical-align: top;
    border: none;
    padding-right: 20px;
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
}

.vertical-tab .nav-tabs li a {
    color: #101010;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px 10px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li:last-child a {
    margin-bottom: 0;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
    color: #d81b1b;
    background: linear-gradient(45deg, #4d4e4e, rgb(83 197 162));
    border: none;
    border-top: transparent;
    color: #fff;
    font-weight: 600;
}

.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li.active a:after {
    content: '';
    background: #07a973;
    height: 10px;
    width: 10px;
    border-radius: 999px;
    position: absolute;
    right: 0;
    top: -7px;
    z-index: -1;
    transition: all 0.3s ease;
}

.vertical-tab .nav-tabs li:hover a:after {
    content: '';
    background: #07a973;
    height: 10px;
    width: 10px;
    border-radius: 999px;
    position: absolute;
    right: 0;
    top: 27px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:before {
    width: 0;
    height: 4px;
    top: 50%;
    right: -19px;
    background: linear-gradient(to left, #06a973, #4ac29c);
}

.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before {
    width: 20px;
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after {
    right: -26px;
    top: 43%;
}

.vertical-tab .tab-content {
    color: #333;
    background: transparent;
    font-size: 14px;
    line-height: 25px;
    padding: 25px;
    padding-top: 6px;
    margin-top: 0;
    border: 2px solid #cacccb;
    /* display: inline-block; */
    position: relative;
    box-shadow: 0px 0px 10px #ccc;
}

.vertical-tab .tab-content .fade:not(.show) {
    opacity: 1;
}

.vertical-tab .slimScrollDiv {
    box-shadow: 0px 0px 10px #ccc;
}

.vertical-tab .tab-content h3 {
    color: #3bc59a;
    text-transform: uppercase;
    margin: 22px 0 7px 0;
    font-size: 20px;
}

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a {
        margin: 0 0 10px;
    }
    .vertical-tab .tab-content {
        padding: 25px 20px;
        display: block;
    }
    .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}

.sarma .email-signature .signature-icon {
    top: 15px;
}

.sarma .email-signature {
    padding: 27px 20px 17px 310px;
}

.doctor-profile .main-timeline .inner-content.padding-top {
    padding-top: 19px;
}

.memberships .main-timeline {
    margin-bottom: 40px;
}

.vij-profile {
    margin-top: 40px;
}

.trails {
    margin-top: 40px;
}

.health-checkup ul li:nth-child(4n+1) {
    background-color: #fffce0;
}

.health-checkup ul li:nth-child(4n+2) {
    background-color: #e1f9d7;
}

.health-checkup ul li:nth-child(4n+3) {
    background-color: #fbe7e7;
}

.health-checkup ul li:nth-child(4n+4) {
    background-color: #e9f8fb;
}

.health-checkup ul li:nth-child(4n+5) {
    background-color: #e5e7f9;
}

.health-checkup ul li:nth-child(4n+6) {
    background-color: #f9f4e2;
}


/*cultural*/

.cultural .main-timeline:before {
    content: none;
}

.cultural h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #202122;
    text-align: center;
    margin: 35px 0;
    font-weight: 700;
}

.cultural .main-timeline {
    padding-top: 50px;
    position: relative;
}

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

.cultural .main-timeline .timeline {
    width: 54.2%;
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0;
    margin-top: -50px;
}

.cultural .main-timeline .timeline:last-child {
    overflow: visible;
}

.cultural .main-timeline .timeline:before {
    content: "";
    width: 94px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
    border: 4px solid transparent;
    border-top: 4px solid #454749;
    border-left: 4px solid #454749;
    position: absolute;
    top: 2px;
    right: 0;
    transform: rotate(45deg);
}

.cultural .main-timeline .timeline:after {
    content: "";
    width: 65px;
    height: 100%;
    border-radius: 80px 80px 0 0;
    background: #454749;
    position: absolute;
    top: 15px;
    right: 15px;
}

.cultural .main-timeline .timeline-content {
    display: block;
    padding: 0 90px 70px 15px;
    position: relative;
    background: none;
}

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

.cultural .main-timeline .year {
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 1;
    transform: rotate(90deg) translateX(-50%);
}

.cultural .main-timeline .timeline:last-child .year {
    top: 60%;
}

.cultural .main-timeline .title {
    padding: 10px 25px;
    margin: 0;
    font-size: 25px;
    font-weight: 800;
    /* color: #8c51c7; */
    /* background: linear-gradient(to bottom,transparent,transparent,transparent,transparent,transparent,#8c51c7); */
}

.cultural .main-timeline .description {
    padding: 10px 25px 25px;
    border: 4px solid #454749;
    border-top: 0;
    border-radius: 0 0 80px 80px;
    font-size: 15px;
    color: #000;
    margin-top: 49px;
    letter-spacing: 0;
}

.cultural .main-timeline .timeline:nth-child(2n) {
    float: right;
}

.cultural .main-timeline .timeline:nth-child(2n):before {
    right: auto;
    left: 0;
}

.cultural .main-timeline .timeline:nth-child(2n):after {
    right: auto;
    left: 15px;
}

.cultural .main-timeline .timeline:nth-child(5n) .timeline-content {
    padding-bottom: 89px;
}

.cultural .main-timeline .timeline:nth-child(6n) .timeline-content {
    padding-bottom: 89px !important;
}

.cultural .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 0 15px 60px 90px;
}

.cultural .main-timeline .timeline:last-child .timeline-content {
    padding-bottom: 20px;
}

.cultural .main-timeline .timeline:nth-child(2n) .year {
    right: auto;
    left: 13px;
}

.cultural .main-timeline .timeline:nth-child(2n):before {
    /* border-top-color: #faa400; */
    /* border-left-color: #faa400; */
}

.cultural .main-timeline .timeline:nth-child(2n):after {
    /* background: #faa400; */
}

.cultural .main-timeline .timeline:nth-child(2n) .title {
    color: #faa400;
    background: linear-gradient(to bottom, transparent, transparent, transparent, transparent, transparent, #faa400);
}

.cultural .main-timeline .timeline:nth-child(2n) .description {
    /* border-color: #faa400; */
}

.cultural .main-timeline .timeline:nth-child(3n):before {
    /* border-top-color: #e86c44; */
    /* border-left-color: #e86c44; */
}

.cultural .main-timeline .timeline:nth-child(3n):after {
    /* background: #e86c44; */
}

.cultural .main-timeline .timeline:nth-child(3n) .title {
    color: #e86c44;
    background: linear-gradient(to bottom, transparent, transparent, transparent, transparent, transparent, #e86c44);
}

.cultural .main-timeline .timeline:nth-child(3n) .description {
    /* border-color: #e86c44; */
}

.cultural .main-timeline .timeline:nth-child(4n):before {
    /* border-top-color: #45a137; */
    /* border-left-color: #45a137; */
}

.cultural .main-timeline .timeline:nth-child(4n):after {
    /* background: #45a137; */
}

.cultural .main-timeline .timeline:nth-child(4n) .title {
    color: #45a137;
    background: linear-gradient(to bottom, transparent, transparent, transparent, transparent, transparent, #45a137);
}

.cultural .main-timeline .timeline:nth-child(4n) .description {
    /* border-color: #45a137; */
}

@media only screen and (max-width: 1200px) {
    .cultural .main-timeline .timeline {
        width: 55.1%;
    }
}

@media only screen and (max-width: 990px) {
    .cultural .main-timeline .timeline {
        width: 56.5%;
    }
    .cultural .main-timeline .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .cultural .main-timeline {
        padding-top: 0;
    }
    .cultural .main-timeline .timeline {
        width: 100%;
        float: none;
        margin: 0 0 -30px 0;
    }
    .cultural .main-timeline .timeline:before {
        right: auto;
        left: 0;
    }
    .cultural .main-timeline .timeline:after {
        right: auto;
        left: 15px;
    }
    .cultural .main-timeline .timeline-content {
        padding: 0 15px 50px 90px;
    }
    .cultural .main-timeline .year {
        right: auto;
        left: 13px;
    }
}

@media only screen and (max-width: 479px) {
    .cultural .main-timeline .title {
        padding: 5px 5px 5px 15px;
        font-weight: 600;
    }
    .cultural .main-timeline .description {
        padding: 5px 20px 20px;
        font-size: 14px;
        text-align: justify;
    }
}

.cultural {
    margin-bottom: 20px;
}


/*sucess stories*/

.service-text {
    width: 77%;
    right: 0;
    position: relative;
    float: right;
}

.sucess-story .serviceBox {
    background: linear-gradient(to right, #e60e0e, #fffffd);
    text-align: center;
    padding: 44px 30px 29px;
    margin: 10px 0 0 0;
    border-radius: 0px;
    box-shadow: none;
    position: relative;
    z-index: 1;
    min-height: auto;
    display: table;
}

.sucess-story .serviceBox:before {
    content: "";
    background: #f8f8f8;
    width: 87%;
    height: 100%;
    border-radius: 0px;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 46%);
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    z-index: -1;
}

.sucess-story .serviceBox .service-icon {
    color: #fff;
    background: transparent;
    font-size: 36px;
    width: auto;
    /* border: 2px solid #fff; */
    padding: 0px 0 0px;
    margin: -17px 0 0px 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 3px #efefec;
    z-index: 1;
}

.sucess-story .serviceBox .title {
    color: #e71a1a;
    border-left: 3px solid;
    padding-left: 13px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: table;
    margin: 0 0 5px;
    border-bottom: 0;
    position: relative;
}

.sucess-story .serviceBox .title::before {
    content: '';
    position: absolute;
    border-bottom: 3px solid;
    height: 2px;
    width: 100px;
    left: -102px;
    top: 16px;
}

.sucess-story .serviceBox .description {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
    margin: 0 0 25px;
}

.sucess-story .serviceBox .read-more {
    color: #999;
    font-size: 13px;
    transition: all 0.3s ease 0s;
}

.sucess-story .serviceBox .read-more i {
    font-size: 11px;
}

.sucess-story .serviceBox .read-more:hover {
    color: #ff9901;
    text-decoration: underline;
}

.sucess-story .serviceBox.green {
    background: linear-gradient(to right, #ABED1A, #38AE3E);
}

.sucess-story .serviceBox.green .service-icon {
    background: linear-gradient(to right, #ABED1A 50%, #38AE3E 130%);
}

.sucess-story .serviceBox.green .title {
    color: #38AE3E;
}

.sucess-story .serviceBox.green .title:after {
    background-color: #38AE3E;
}

.sucess-story .serviceBox.green .read-more:hover {
    color: #38AE3E;
}

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


/*gallery*/

.gallery .box {
    background-color: #000;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.gallery .box>img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.gallery .box:hover>img {
    opacity: 0.5;
    filter: blur(5px);
    transform: scale(1.05);
}

.gallery .box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0 0;
    transform: translateY(-50%);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

.gallery .box .box-content .overlay-img {
    width: 50%;
    margin: 0 auto;
}

.gallery .box .box-content .overlay-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(80%);
    transition: all 0.3s ease 0.1s;
}

.gallery .box:hover .box-content .overlay-img img {
    opacity: 1;
    transform: translateY(0);
}

.gallery .box .box-content .inner-content {
    background: linear-gradient(45deg, black, transparent);
    padding: 30px 15px;
    min-height: 0;
    opacity: 0;
    transform: scaleY(1.5);
    position: relative;
    transition: all 0.3s ease;
}

.gallery .box:hover .box-content .inner-content {
    opacity: 1;
    transform: scaleY(1);
}

.gallery .box .title {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.gallery .box .post {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

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

.public-edu h2 {
    font-size: 19px;
    text-transform: uppercase;
    color: #000c19;
    margin-bottom: 16px;
    margin-top: 28px;
}

.public-edu p {
    text-align: justify;
}

.strokes-row .col-md-2 {
    padding: 0 3px;
}

.stroke-day {
    text-align: center;
    /* box-shadow: 0px 0px 10px #a5a2a2; */
    border-radius: 4px;
    background: #fbd5bf;
    border: 0px;
    margin-bottom: 6px;
    max-width: 100%;
    padding: 0;
}

.strokes-row {
    margin-top: 26px;
    margin-bottom: 44px;
}

.srd-bg2 {
    background: #c7fbd4;
}

.srd-bg3 {
    background: #f4f5aa;
}

.srd-bg4 {
    background: #cce5fb;
}

.srd-bg5 {
    background: #fbbfd3;
}

.srd-bg6 {
    background: #e0e0e0;
}

.stroke-day a {
    color: #333232;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 20px 0;
}

.stroke-day i {
    font-size: 20px;
    background: #454749;
    padding: 9px;
    position: relative;
    right: 0;
    display: table;
    margin: auto;
    margin-top: 9px;
    border-radius: 999px;
    color: #ffffff;
    box-shadow: 7px 3px 10px #686868;
    border: 2px solid #ccc;
}

.dnb-education h2 {
    font-size: 22px;
    text-align: center;
    color: #2d2c2c;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.dnb-education h3 {
    font-size: 20px;
    color: #180a50;
    margin: 15px 0;
}

.dnb-education h4 {
    color: #3c3b3b;
    font-size: 16px;
    text-transform: uppercase;
}

.dnb-education h5 {
    font-size: 15px;
    color: #3c821d;
    margin: 5px 0;
}

.padding-top {
    padding-top: 46px;
}

.neuro-students {
    padding: 15px;
    box-shadow: 0px 6px 10px #ccc;
    border-top: 2px solid #170353;
    margin-bottom: 15px;
}

.list-style2 {
    padding-left: 20px;
}

.list-style2 li {
    list-style: lower-alpha;
}


/*services*/

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

.services-list .vertical-tab {
    display: table;
    width: 100%;
}

.services-list .vertical-tab .nav-tabs {
    display: table-cell;
    width: 28%;
    min-width: 28%;
    border-bottom: none;
}

.services-list .vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
}

.services-list .vertical-tab .nav-tabs li a {
    display: block;
    padding: 5px;
    margin: 0 0 0 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #454749;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(45deg, #e5e5e5, transparent);
    border-radius: 0;
    border: none;
    /* border-top: 2px solid #454749; */
    border: 2px solid #eaeaea;
    /* border-radius: 20px; */
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.services-list .vertical-tab .nav-tabs li a:hover,
.services-list .vertical-tab .nav-tabs li.active a {
    color: #d82020;
    background: linear-gradient(45deg, #e3e3e3, transparent);
    /* border: none; */
    /* border-top: 2px solid #454749; */
    /* border-bottom: 1px solid #454749; */
    border: 2px solid #ececec;
}

.services-list .vertical-tab .nav-tabs li a:before,
.services-list .vertical-tab .nav-tabs li a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #454749 49%, transparent 50%);
    position: absolute;
    top: -20px;
    left: -20px;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}

.services-list .vertical-tab .nav-tabs li a:after {
    background: linear-gradient(315deg, #454749 49%, transparent 50%);
    top: auto;
    left: auto;
    bottom: -20px;
    right: -20px;
}

.services-list .vertical-tab .nav-tabs li a:hover:before,
.services-list .vertical-tab .nav-tabs li.active a:before {
    top: 0;
    left: 0;
    width: 20px;
}

.services-list .vertical-tab .nav-tabs li a:hover:after,
.services-list .vertical-tab .nav-tabs li.active a:after {
    bottom: 0;
    right: 0;
}

.services-list .vertical-tab .tab-content {
    display: table-cell;
    padding: 10px 20px;
    background: transparent;
    font-size: 15px;
    color: #50635f;
    line-height: 24px;
    text-align: justify;
    vertical-align: top;
    border-left: 0;
    /* border-top: 2px solid #454749; */
    /* border-bottom: 2px solid #454749; */
    position: relative;
    /* border: 1px solid #ccc; */
    /* border-radius: 20px; */
    box-shadow: none;
    border: none;
}

.services-list .vertical-tab .tab-content:before,
.services-list .vertical-tab .tab-content:after {
    content: "";
    width: 20px;
    height: 20px;
    /* background: linear-gradient(135deg, #454749 49%, transparent 50%); */
    position: absolute;
    top: 0;
    left: 0;
}

.services-list .vertical-tab .tab-content:after {
    /* background: linear-gradient(315deg, #454749 49%, transparent 50%); */
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.services-list .vertical-tab .tab-content h3 {
    /* font-size: 22px; */
    color: #2d2d2d;
    font-size: 22px;
    margin: 21px 0px 11px 0;
}

@media only screen and (max-width: 479px) {
    .services-list .vertical-tab .nav-tabs {
        display: block;
        width: 100%;
    }
    .services-list .vertical-tab .nav-tabs li {
        margin-bottom: 10px;
    }
    .services-list .vertical-tab .nav-tabs li:last-child {
        margin-bottom: 0;
    }
    .services-list .vertical-tab .nav-tabs li a {
        padding: 10px;
    }
    .services-list .vertical-tab .tab-content {
        display: block;
        padding: 20px 5px 5px;
    }
    .services-list .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}

.grneral-images {
    padding: 10px;
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
    margin-bottom: 15px;
}

.grneral-images p {
    margin-top: 10px;
}

.doc-main-head {
    display: table;
    margin-bottom: 36px;
    text-transform: uppercase;
    margin-top: 33px;
    color: #4e4d4d;
    font-size: 23px;
    font-weight: 500;
    background-color: #fff;
    position: relative;
    /* width: 100%; */
    padding-top: 0px;
    text-align: center;
}

.doc-main-head::before {
    content: "";
    position: absolute;
    width: 117%;
    height: 2px;
    border-bottom: 2px solid #656767;
    top: 43px;
    left: 0;
    right: 0;
    margin: auto;
}

.doc-main-head span {
    color: #e82a22;
    border: 2px solid #656767;
    padding: 14px 13px;
    border-bottom: 0px;
    font-weight: 600;
    position: relative;
    margin-left: 12px;
    top: 2px;
    background-color: #fff;
}

.doc-main-head span:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    width: 18px;
    margin: auto;
    top: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #656767;
    border-right: 15px solid transparent;
    z-index: 999;
}

.dept-title {
    position: relative;
    color: #504e4e;
    font-weight: 500;
    font-size: 18px;
    background-color: rgb(239 239 239 / 84%);
    display: table;
    padding: 5px 8px 8px 12px;
    border-left: 3px solid #7c7d7d;
    margin-bottom: 30px;
    margin-top: 20px;
}

.doc-desc h4 {
    text-transform: uppercase;
    font-size: 17px;
    color: #4e4d4d;
    font-weight: 500;
    margin-top: 11px;
}

.doctors-list {
    margin-bottom: 28px;
    box-shadow: 0px 0px 8px #eceaea;
    padding: 8px 8px;
    border: 1px solid #e8e7e7cc;
}

.doc-desc a {
    background-color: transparent;
    border-color: #28a745;
    color: #28a745;
    padding: 3px 10px;
    font-size: 15px;
    border-radius: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.intcadtable .thbg {
    background-color: #efecec;
}

.intcadtable .interventional {
    background-color: #efecec;
    color: #525151;
}

.spac-clinic span {
    display: block;
    background-color: #17a2b8;
    color: #454749;
    padding: 15px 5px;
    text-align: center;
    font-size: 20px;
}

.spac-clinic .col-md-3:nth-child(1) span {
    background-color: #cff3f9;
}

.spac-clinic .col-md-3:nth-child(2) span {
    background-color: #fbcbe6;
}

.spac-clinic .col-md-3:nth-child(3) span {
    background-color: #f9e6ad;
}

.services-list .tab-pane h4 {
    font-size: 15px;
    color: #595a5a;
    margin: 28px 0 9px;
    font-size: 20px;
}

.spcial-clincs .col-md-4 {
    padding: 0 3px;
}

.spcial-clincs .col-md-4 p {
    text-align: center;
    font-size: 16px;
    padding: 23px 0;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.spcial-clincs .col-md-4 span {
    display: block;
    color: #65bd79;
}

.ccm-list span {
    display: block;
    background-color: #17b8a2;
    color: #fff;
    text-align: center;
    font-size: 23px;
    padding: 35px 0;
    margin-bottom: 13px;
}

.lalslist .col-md-4,
.lalslist .col-md-3 {
    padding: 0px 3px;
}

.lalslist li span {
    display: block;
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
    font-size: 15px;
    padding: 14px 0;
    margin-bottom: 7px;
}

.oblist span {
    display: block;
    background-color: #cecfd0;
    color: #333333;
    padding: 15px 5px;
    text-align: center;
    font-size: 20px;
}

.oblist .col-md-3:nth-child(2) span {
    background-color: #ffcbf9;
}

.oblist .col-md-3:nth-child(3) span {
    background-color: #f5f9b6;
}

.oblist .col-md-3:nth-child(4) span {
    background-color: #cbfbd6;
}

.pulm-list span {
    display: block;
    background-color: #f9e654;
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 29px 0;
}

.nrsdec {
    background-color: #f5f5f5;
    padding: 16px;
    border-left: 3px solid #e60e0e;
}

.radilogy-slotions .col-md-4,
.radilogy-slotions .col-md-6 {
    padding: 0px 4px;
}

.radilogy-slotions span {
    display: block;
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
    padding: 34px 0;
    margin-bottom: 8px;
}

.radilogy-slotions .col-md-4:nth-child(1) span {
    background-color: #fbf5c6;
}

.radilogy-slotions .col-md-4:nth-child(2) span {
    background-color: #ffeaea;
}

.radilogy-slotions .col-md-4:nth-child(3) span {
    background-color: #edfbd8;
}

.radilogy-slotions .col-md-6:nth-child(4) span {
    background-color: #d8e7fd;
}

.radilogy-slotions .col-md-6:nth-child(5) span {
    background-color: #fbead2;
}

.cardiothe-list span {
    display: block;
    text-align: center;
    background-color: #f5f5f5;
    padding: 11px 0 11px 0;
    border-left: 4px solid #49b762;
    margin-bottom: 19px;
}

.ank-title {
    font-size: 20px;
    color: #6a6c6d;
    display: table;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 14px;
    text-align: center;
}

.ank-title span {
    display: block;
    text-transform: uppercase;
    color: #2d3e50;
    font-size: 27px;
    margin: 10px 0 16px;
}

.inner-content .asc-desc {
    position: relative;
    z-index: 1;
    left: 0;
}

.inner-content .asc-desc p {
    position: relative;
    padding: 35px 23px;
    background-color: #f3f3f3;
    margin: 0;
    color: #000;
}

.anktabs {
    margin-top: 40px;
    width: 100%;
}

.dagnostics24 img {
    margin-bottom: 25px;
}

.wstd {
    margin-bottom: 28px;
}

.patient-education-blocks {
    margin-bottom: 7px;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 0px 10px #ccc;
}

.pati-edu-desc {
    padding: 6px 18px 6px;
    box-shadow: 0px 0px 0px 2px #ccc;
}

.patnt-head {
    background-color: #ffd6d6;
    text-align: center;
    font-size: 15px;
    padding: 0 8px;
    display: table-cell;
    height: 141px;
    vertical-align: middle;
    width: 700px;
    font-weight: 600;
    color: #5b5d5c;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 10px #ccc;
    border: 5px solid #fffeff;
    text-transform: uppercase;
}

.ed-bg2 {
    background-color: #fbf6bb;
}

.ed-bg3 {
    background-color: #cff5d7;
}

.ed-bg4 {
    background-color: #f0cff3;
}

.ed-bg5 {
    background-color: #d5ddfb;
}

.ed-bg6 {
    background-color: #f7d6b5;
}

.ed-bg7 {
    background-color: #e4e5e6;
}

.ed-bg8 {
    background-color: #fbf4bf;
}

.ed-bg9 {
    background-color: #f9cce7;
}

.ed-bg10 {
    background-color: #e0f7bf;
}

.ped-row .col-md-3 {
    padding: 0 3px;
}

.ed-mar1-right {
    margin-left: 50px;
}

.mr-left4 {
    margin-left: 50px;
}

.patnt-head .view-more {
    position: absolute;
    background-color: #fbfbf9;
    color: #141415;
    padding: 4px 12px;
    width: 103px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    cursor: pointer;
    text-transform: initial;
}

.pati-edu-desc h3 {
    font-size: 20px;
    color: #e32525;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.pati-edu-desc h4 {
    font-size: 18px;
    color: #28a745;
    margin-top: 15px;
    margin-bottom: 11px;
    font-weight: 500;
}

.bottom-p span {
    background-color: #f7ed77;
    padding: 3px 9px;
}

.diabeties-bottom {
    text-align: center;
    padding: 10px;
    background-color: #f7e839;
    font-size: 17px;
}

.edu-imgage {
    margin: 20px 0;
}

.pda-title {
    display: block;
    position: relative;
}

.pda-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #ccc;
    bottom: 20px;
}

.pda-title h3 {
    display: table;
    color: #363a3e;
    background-color: #fefefe;
    border-bottom: 0px;
    text-transform: uppercase;
    font-size: 23px;
    padding: 9px 16px;
    margin-bottom: 14px;
    margin-top: 27px;
    position: relative;
    top: 0;
    left: 37px;
}

.pd-dialouge.modal-dialog {
    max-width: 866px;
    margin-top: 5%;
}

.pdclose.close {
    background: #f5ed06;
    opacity: 1;
    padding: 3px 7px 4px 6px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 9;
}

.pd-m-headre.modal-header {
    padding: 0;
    border: none;
}

.pp_head {
    background-color: #ec3c40;
    text-align: center;
    padding: 11px 0;
}

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

.pp_head h3 {
    color: #eee;
    font-weight: 300;
    font-size: 21px;
}

.pp_details_block ul {
    list-style: none;
}

.pp_details_block ul li {
    position: relative;
    border-bottom: 1px dashed #6a6a6a;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


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

.pp_details_block ul li a {
    position: absolute;
    right: 0;
    top: -10px;
    background: linear-gradient(45deg, #ec3c40, #242424ed);
    color: #fff;
    padding: 0 7px;
    border-radius: 5px;
    font-size: 12px;
}

.pp_details_block ul li h3 {
    color: #222;
    font-size: 19px;
}

.pp_details_block ul li h4 {
    color: #ec3c40;
    font-weight: 400;
    font-size: 17px;
}

.pp_details_block ul li h5 {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
}

.pp-content {
    border: 9px solid #ffffff;
}

.pp_details_block {
    padding: 50px 0px 50px 21px;
    position: relative;
}

.flash_news {
    position: absolute;
    right: 0px;
    background: linear-gradient(45deg, #40955A, #488b5c);
    color: #fff;
    top: 46px;
    font-size: 41px;
    width: 163px;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
    padding: 17px 0;
}

.wds210 {
    background-color: #fbf6b8;
    padding: 8px 16px 8px;
    border-left: 3px solid;
    margin-bottom: 17px;
}

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

.pda-zoom {
    opacity: 0;
    position: absolute;
    right: 9px;
    bottom: -20px;
    transition: all ease-in-out .5s;
    z-index: 2;
    border: 1px dashed #fff;
    border-radius: 7px;
    background: rgb(74 71 71 / 55%);
    color: #fff;
    padding: 1px 0px;
    font-size: 15px;
    box-shadow: 0px 0px 10px #000;
    width: 58px;
    text-align: center;
}

.pbd-box:hover .pda-zoom {
    opacity: 1;
    bottom: 8px;
}

.pbd-box img {
    filter: grayscale(100%);
    transition: linear .4s;
    transform: scale(1);
}

.pbd-box:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.activities-list .col-md-3 {
    padding: 0 3px;
}

.pds-body .fancybox-close {
    position: absolute;
    top: -8px;
    right: -13px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    /* background-color: #f5e77f; */
}

.pds-body .fancybox-nav span {
    /* background-color: #f5e77f; */
    visibility: visible;
}

.pds-body .fancybox-prev span {
    left: -17px;
}

.pds-body .fancybox-next span {
    right: -17px;
}

.activities-list .vertical-tab {
    display: table;
    margin-top: 24px;
}

.activities-list .vertical-tab .nav-tabs {
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
    padding-right: 0;
}

.activities-list .vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
    position: relative;
}

.activities-list .vertical-tab .nav-tabs li a {
    color: #424141;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 4px 12px;
    margin: 0 0 2px 0;
    border: none;
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.activities-list .vertical-tab .nav-tabs li:last-child a {
    margin-bottom: 0;
}

.activities-list .vertical-tab .nav-tabs li a:hover,
.activities-list .vertical-tab .nav-tabs li.active a,
.activities-list .vertical-tab .nav-tabs li.active a:hover {
    color: #fff;
    background: transparent;
    border: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.activities-list .vertical-tab .nav-tabs li a:before,
.activities-list .vertical-tab .nav-tabs li.active a:after {
    background: transparent;
    right: -9px;
    width: 20px;
    height: 20px;
    top: 33%;
    z-index: 1;
}

.activities-list .vertical-tab .nav-tabs li a i {
    display: none;
    position: absolute;
    right: -12px;
    top: 22%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #676565;
    box-shadow: 0px 0px 10px;
    border-radius: 50%;
    text-shadow: none;
    font-size: 21px;
    line-height: 29px;
}

.activities-list .vertical-tab .nav-tabs li.active a i {
    display: block;
}

.activities-list .vertical-tab .slimScrollDiv {
    box-shadow: none;
}

.activities-list .vertical-tab .nav-tabs li:hover a:after {
    background: transparent;
    right: -9px;
    left: auto;
    width: 20px;
    height: 20px;
    top: 31%;
}

.activities-list .vertical-tab .nav-tabs li a:before {
    content: '';
    background: linear-gradient(to right, transparent, #ededec, #e7e7e7);
    height: 100%;
    width: 100%;
    /* transform: perspective(500px) rotateY(-45deg); */
    transform-origin: right center;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    z-index: -1;
    transition: all 0.3s ease;
    /* clip-path: polygon(0 10%, 15% 15%, 10% 0, 100% 0, 100% 100%, 10% 100%, 15% 85%, 0 90%); */
    border-radius: 0px;
}

.activities-list .vertical-tab .nav-tabs li a:hover:before,
.activities-list .vertical-tab .nav-tabs li.active a:before,
.activities-list .vertical-tab .nav-tabs li.active a:hover:before {
    background: #676565;
    transform: perspective(500px) rotateY(0);
    width: 100%;
}

.activities-list .vertical-tab .tab-content {
    color: #333;
    background: linear-gradient(to right, #fefefe, transparent);
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 0px 5px 21px;
    margin-top: 10px;
    border: none;
    border-left: 2px solid #999;
    display: table-cell;
    position: relative;
}

.patient-e-a {
    padding: 20px;
}

.activities-list .vertical-tab .tab-content h3 {
    color: #f13b3b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0 0 12px 0;
}

@media only screen and (max-width: 479px) {
    .activities-list .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        border: none;
    }
    .activities-list .vertical-tab .nav-tabs li a {
        margin: 0;
    }
    .activities-list .vertical-tab .tab-content {
        padding: 25px 20px;
        margin-top: 0;
        border-left: none;
        border-top: 2px solid #999;
        display: block;
    }
    .activities-list .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}

.conltnt-dialouge.modal-dialog {
    max-width: 600px;
    margin-top: 12%;
}

.conltnt-headre.modal-header {
    display: block;
    text-align: center;
    padding: 6px;
    border: none;
}

.conltnt-content.modal-content {
    border: 10px solid rgb(212 211 211 / 87%);
    padding: 3px 18px 12px;
}

.conltnt-headre.modal-header p {
    display: table;
    margin: auto;
    color: #676666;
    padding: 0 9px;
    margin-bottom: 14px;
}

.conltnt-headre.modal-header h4 {
    text-transform: uppercase;
    color: #e8373f;
    margin-top: 10px;
}

.conltnt-headre button.conltnt-close {
    background-color: #cac9c8;
    opacity: 1;
    padding: 5px 8px;
    position: absolute;
    top: -25px;
    right: 6px;
    z-index: 2;
}

.consult-form .form-control {
    background-color: #f9f9f9;
}

.consult-form .form-group {
    position: relative;
}

.consult-form .form-group i {
    position: absolute;
    right: 18px;
    font-size: 17px;
    color: #797878;
    top: 9px;
}

.inf-timeline.main-timeline {
    font-family: inherit;
    padding-top: 90px;
}

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

.inf-timeline.main-timeline:before {
    background: transparent;
    content: '';
    height: 100%;
    width: 2px;
    border: 2px solid #e0dede;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 30px;
}

.inf-timeline.main-timeline .timeline {
    width: 50%;
    padding: 45px 70px 0 25px;
    margin: 0 50px 0 0;
    float: left;
    position: relative;
}

.inf-timeline.main-timeline .timeline-content {
    padding: 15px 15px 15px 21px;
    border: 4px solid #e0dede;
    /* border-radius: 15px 0 15px 15px; */
    display: block;
    position: relative;
    /* box-shadow: 0px 0px 10px #adabab; */
    z-index: 1;
    background: #fff;
}

.inf-timeline.main-timeline .timeline:before {
    display: none;
}

.inf-timeline.main-timeline .timeline-content:before {
    background: linear-gradient(45deg, #e3e3e3, #f7f5f6);
}

.inf-timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
    background: linear-gradient(45deg, #f7f5f6, #e3e3e3);
}

.inf-timeline.main-timeline .inner-content {
    min-height: initial;
    margin: 0 !important;
    background: transparent;
    clip-path: none !important;
    padding: 0 !important;
    background-color: rgb(206 202 202 / 0%) !important;
    text-align: center !important;
}

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

.inf-timeline.main-timeline .timeline-content:after {
    content: '';
    background-color: transparent;
    height: 18px;
    width: 15px;
    position: absolute;
    right: -15px;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.inf-timeline.main-timeline .timeline-year {
    color: #171616 !important;
    background-color: #00A79B;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    right: -95px;
    top: -27px !important;
    transform: initial;
    left: auto;
    box-shadow: 0px 0px 0px 5px #e0dede;
}

.inf-timeline.main-timeline .timeline-year:after {
    content: '';
    height: 2px;
    width: 54px;
    border: 2px solid #e0dede;
    border-left-color: transparent;
    border-radius: 0px;
    transform: rotate(-20deg);
    position: absolute;
    right: 41px;
    left: auto;
    top: 81%;
    z-index: -1;
}

.inf-timeline.main-timeline .timeline-icon {
    color: #fff;
    background-color: #00A79B;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -25px;
    transition: all 0.3s;
}

.inf-timeline.main-timeline .title {
    color: #222;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}

.inf-timeline.main-timeline .description {
    color: #222;
    font-size: 15px;
    margin: 0 0 5px;
    letter-spacing: 0px;
}

.inf-timeline.main-timeline .timeline:nth-child(even) {
    padding: 45px 25px 0 70px;
    margin: 0 0 0 50px;
    float: right;
}

.inf-timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 15px 21px 15px 15px;
    /* border-radius: 0 15px 15px 15px; */
    /* background: linear-gradient(45deg, #fffffd, #e0e0e0); */
}

.inf-timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
    transform: rotateY(180deg);
    right: auto;
    left: -15px;
}

.inf-timeline.main-timeline .timeline:nth-child(even) .timeline-year {
    right: auto;
    left: -95px;
    color: #fff;
    font-weight: 600;
    top: -34px;
}

.inf-timeline.main-timeline .timeline:nth-child(even) .timeline-year:after {
    transform: rotate(20deg);
    left: 40px;
}

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

.inf-timeline .timeline:nth-child(4n+2) .timeline-year:after {
    border-color: #e0dede;
}

.inf-timeline .timeline:nth-child(4n+2) .timeline-year:after {
    border-left-color: transparent;
}

.inf-timeline .timeline:nth-child(4n+2) .timeline-icon,
.inf-timeline .timeline:nth-child(4n+2) .timeline-year {
    background-color: #f9bce0;
}

.inf-timeline .timeline:nth-child(4n+3) .timeline-year:after {
    /* border-color: #f24f0e; */
}

.inf-timeline .timeline:nth-child(4n+3) .timeline-year:after {
    /* border-left-color: transparent; */
}

.inf-timeline .timeline:nth-child(4n+3) .timeline-icon,
.inf-timeline .timeline:nth-child(4n+3) .timeline-year {
    background-color: #c8fbd4;
}

.inf-timeline .timeline:nth-child(4n+4) .timeline-year:after {
    /* border-color: #efb405; */
}

.inf-timeline .timeline:nth-child(4n+4) .timeline-year:after {
    border-left-color: transparent;
}

.inf-timeline .timeline:nth-child(4n+4) .timeline-icon,
.inf-timeline .timeline:nth-child(4n+4) .timeline-year {
    background-color: #fdfaaa;
}

.inf-timeline .timeline:nth-child(4n+5) .timeline-year:after {
    /* border-color: #28a745; */
}

.inf-timeline .timeline:nth-child(4n+5) .timeline-year:after {
    border-left-color: transparent;
}

.inf-timeline .timeline:nth-child(4n+5) .timeline-icon,
.inf-timeline .timeline:nth-child(4n+5) .timeline-year {
    background-color: #fbe0b7;
}

.inf-timeline .timeline:nth-child(4n+6) .timeline-year:after {
    /* border-color: #0b5fa5; */
}

.inf-timeline .timeline:nth-child(4n+6) .timeline-year:after {
    border-left-color: transparent;
}

.inf-timeline .timeline:nth-child(4n+6) .timeline-icon,
.inf-timeline .timeline:nth-child(4n+6) .timeline-year {
    background-color: #d2ebff;
}

.inf-timeline .timeline:nth-child(4n+7) .timeline-year:after {
    /* border-color: #e32525; */
}

.inf-timeline .timeline:nth-child(4n+7) .timeline-year:after {
    /* border-left-color: transparent; */
}

.inf-timeline .timeline:nth-child(4n+7) .timeline-icon,
.inf-timeline .timeline:nth-child(4n+7) .timeline-year {
    background-color: #f7f5b9;
}

.inf-timeline .timeline:nth-child(4n+8) .timeline-year:after {
    /* border-color: #07ada5; */
}

.inf-timeline .timeline:nth-child(4n+8) .timeline-year:after {
    border-left-color: transparent;
}

.inf-timeline .timeline:nth-child(4n+8) .timeline-icon,
.inf-timeline .timeline:nth-child(4n+8) .timeline-year {
    background-color: #d2f9f7;
}

.inf-timeline .timeline:nth-child(4n+9) .timeline-year:after {
    /* border-color: #e01184; */
}

.inf-timeline .timeline:nth-child(4n+9) .timeline-year:after {
    /* border-left-color: transparent; */
}

.inf-timeline .timeline:nth-child(4n+9) .timeline-icon,
.inf-timeline .timeline:nth-child(4n+9) .timeline-year {
    background-color: #f5c2de;
}

.inf-timeline .timeline:nth-child(4n+10) .timeline-year:after {
    /* border-color: #8a18d2; */
}

.inf-timeline .timeline:nth-child(4n+10) .timeline-year:after {
    border-left-color: transparent;
}

.inf-timeline .timeline:nth-child(4n+10) .timeline-icon,
.inf-timeline .timeline:nth-child(4n+10) .timeline-year {
    background-color: #debaf5;
}

.titmeline-title {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 383px;
    font-size: 25px;
    padding: 9px 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    border: 4px solid #e0dede;
    background-color: #fff;
    color: #454749;
    border-radius: 30px;
}

@media screen and (max-width:767px) {
    .inf-timeline.main-timeline:before {
        display: none;
    }
    .inf-timeline.main-timeline .timeline {
        width: 100%;
        padding-top: 80px;
        padding-right: 12px;
        margin-bottom: 20px;
    }
    .inf-timeline.main-timeline .timeline:nth-child(even) {
        padding-left: 10px;
        padding-top: 80px;
        margin-bottom: 20px;
    }
    .inf-timeline.main-timeline .timeline-content,
    .inf-timeline.main-timeline .inf-timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        background-color: #fff;
        padding-top: 25px;
    }
    .inf-timeline.main-timeline .timeline-content:after {
        display: none;
    }
    .inf-timeline.main-timeline .timeline-year {
        font-size: 24px;
        line-height: 70px;
        height: 70px;
        width: 70px;
        right: 0;
        top: -65px;
    }
    .inf-timeline.main-timeline .timeline-year:after {
        display: none;
    }
    .inf-timeline.main-timeline .timeline:nth-child(even) .timeline-year {
        left: 3px;
    }
}

@media screen and (max-width:567px) {
    .inf-timeline.main-timeline .title {
        font-size: 18px;
    }
}

.gallery-row .col-md-3 {
    padding: 0 3px;
}

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

.word-s-day {
    height: 185px;
}

.glar-img {
    border-radius: 12px;
}

.word-s-day .glar-img img {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(2);
}

.s-video-blosk iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.glar-box .pda-zoom {
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: -40px;
    background: linear-gradient(to top, #2b2a2a, rgb(12 12 12 / 57%));
    opacity: 0;
    transition: all ease-in-out .5s;
    left: 0;
    border: none;
    border-radius: 0px;
    right: 0;
    padding: 0;
    z-index: 1;
}

.glar-box span {
    bottom: -40px;
    position: absolute;
    opacity: 0;
    transition: all ease-in-out .6s;
    z-index: 2;
    color: #fff;
    width: 50px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px dashed;
}

.glar-box:hover .pda-zoom {
    bottom: 0px;
    opacity: 1;
    height: 100%;
}

.glar-box:hover span {
    bottom: 21px;
    opacity: 1;
}

.gallery-others-title {
    display: table;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-top: 38px;
    margin-bottom: 17px;
    color: #e32525;
}

.dr-vijaya-awards {
    font-size: 30px;
    margin-top: 46px;
    margin-bottom: 16px;
    color: #e32525;
}

.dr-vijaya-naima img {
    filter: grayscale(0%);
}

h3.dnb-main-head {
    display: inline-block;
    margin: auto;
    margin-bottom: 23px;
    margin-top: 38px;
    color: #e32525;
    text-transform: uppercase;
}

.dnbrow {
    justify-content: center;
}

.teaching-faculty-blocks {
    position: relative;
    text-align: center;
    margin-bottom: 11px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 0 0;
    min-height: 159px;
    align-items: center;
}

.teaching-faculty-blocks h4 {
    font-size: 18px;
}

.teaching-faculty-blocks p {
    margin: 0;
}

.teaching-faculty-blocks span {
    display: table;
    margin: auto;
    background-color: #f9f982;
    padding: 0 16px;
    margin-top: 11px;
}

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

.stipend-year {
    text-align: center;
    padding: 14px 23px;
    margin-top: 13px;
    border: 1px solid #ccc;
}

.stipend-year h4 {
    margin-top: 13px;
}

.stipend-year p {
    border-top: 1px dashed #aba9a9;
    margin-top: 13px;
    padding-top: 10px;
    font-size: 17px;
}

.stiped-row {
    margin: 0;
    align-items: center;
}

.free-acom {
    display: table;
    margin-top: 15px;
    background-color: #f9f982;
    padding: 5px 19px;
    font-size: 20px;
    margin-bottom: 20px;
}
.free-acom2 {
    display: table;
    margin-top: 13px;
    background-color: #f9f982;
    padding: 5px 19px;
    font-size: 20px;
}

.stpend-c-info {
    padding: 17px 13px;
    background-color: #f7d4d4;
    margin-top: 0;
}

.stpend-c-info h4 a {
    color: #e32525;
}

.stpend-c-info p {
    font-size: 20px;
}

._m_s_l {
    color: #dd280e;
    font-size: 17px;
    padding: 5px 17px;
    font-weight: 600;
    line-height: 32px;
}

.dvb-shedule-section {
    text-align: center;
    margin-top: 28px;
    padding: 19px 14px;
    border: 1;
}

.dvb-shedule-section h3 {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 9px;
}

.dnb-shedule-blocks {
    position: relative;
    box-shadow: 0px 10px 10px #ccc;
    padding: 15px 0;
}

.dnb-general-section .dnb-shedule-blocks {
    /* padding: 18px 0; */
}

.dnb-shedule-blocks h4 {
    font-size: 17px;
    font-weight: 500;
}

.dnb-shedule-blocks span {
    font-size: 14px;
    color: #e82e2e;
}

.dnb-table td {
    font-size: 18px;
    padding: 10px 0;
}

.dnb-table td.dnb-trainee-name {
    background-color: #5baf6e;
    color: #fff;
}

.adress-nav {
    color: #fff;
    display: table;
    margin: auto;
    text-transform: uppercase;
    border-bottom: 2px solid;
    margin-bottom: 7px;
}

.communit-box {
    margin-bottom: 28px;
}

.app-form {
    background-color: #e32525;
    background-image: url(../images/appointment-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.emergency-app {
    padding: 60px 0;
}

.emergency-app h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 9px;
    border-left: 3px solid;
    padding-left: 8px;
    text-transform: uppercase;
}

.emergency-app h3::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 2px;
    border-bottom: 2px solid #fff;
    left: -200%;
    margin: auto;
    top: 42px;
}

.emergency-app h4 {
    color: #f7e779;
    font-weight: 500;
}

.eme-number {
    color: #333333;
    display: table;
    padding: 23px 26px;
    font-size: 26px;
    background-color: #e8e5e5;
    margin-top: 31px;
    box-shadow: 0 39px 18px -9px #0c0c0c;
    border-radius: 8px;
}

.eme-number a {
    color: #fffffe;
    background-color: #333333;
    padding: 0 12px;
}

.comunity-list h3 {
    color: #130b54;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
}

.comunity-list h4 {
    margin-bottom: 15px;
    margin-top: 16px;
}

.generation-of-happy-patients {
    display: table;
    margin: auto;
    background: #f5f173;
    font-size: 60px;
    padding: 24px 52px;
    margin-top: 56px;
    border: 1px solid #ccc;
    position: relative;
    font-family: 'Qwigley', cursive;
}

.generation-of-happy-patients::before {
    position: absolute;
    left: 18px;
    top: -14px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #40955a;
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 900;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
}

.generation-of-happy-patients::after {
    position: absolute;
    right: 18px;
    bottom: -14px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #40955a;
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 900;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
}

.paramedical-text h2 {
    color: #454749;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 24px;
}

.paramedical-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 26px;
}

.paramedical-text h4 {
    font-size: 19px;
    margin-top: 12px;
    margin-bottom: 9px;
    color: #082a4c;
    text-transform: uppercase;
}

.paramedical-text h5 {
    color: #494a4a;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 16px;
}

.department-right {
    position: relative;
    padding: 10px 11px;
    box-shadow: none;
}

.department-right .col-md-3 {
    padding: 0px 8px;
}

.depatment-d-title {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 19px;
    margin-top: 35px;
    color: #2d2d2d;
}

.services-list .tab-content>.tab-pane {
    display: block;
}

.depatrment-head-title {
    display: table;
    margin: auto;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #11073a;
    text-transform: uppercase;
}

.department-doctors {
    position: relative;
    text-align: center;
    margin-bottom: 17px;
    box-shadow: 0px 0px 0px 3px #e2e2e2;
    padding: 6px 6px;
}

.d-d-desc {
    position: relative;
    background-color: #ecebeb;
    padding: 0;
    display: table-cell;
    width: 300px;
    height: 152px;
    vertical-align: middle;
}

.department-doctors h3 {
    text-transform: uppercase;
    font-size: 17px;
    color: #9e2020;
}

.department-doctors p {
    margin: 0;
}

.department-doctors span {
    display: block;
    line-height: 24px;
}

.m-20 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 30px;
}

section.our-milestones {
    position: relative;
    padding: 89px 0 10px;
}

.milestones-block .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 20%;
}

.milestone-box.serviceBox {
    background: #fbf7c3;
    text-align: center;
    display: table-cell;
    width: 400px;
    height: 121px;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 0 6px;
    /* box-shadow: 0px 0px 10px #b3aeae; */
}

.milestone-icon {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ccc;
    max-width: 922px;
    margin: auto;
    margin-bottom: 37px;
    padding-bottom: 15px;
}

.milestone-icon::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 48px;
    border-right: 1px solid #ccc;
    top: 100px;
}

.milestone-icon span {
    display: table;
    margin: auto;
    width: 100px;
    height: 100px;
    border: 7px solid #eae7e7;
    border-radius: 50%;
    line-height: 70px;
    margin-bottom: 33px;
    box-shadow: 0px 0px 10px #929191cc;
}

.milestone-icon span img {
    width: 50px;
}

.milestone-box.serviceBox .service-icon {
    background: #f1f3f1;
    font-size: 55px;
    line-height: 61px;
    position: relative;
    display: table;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 0px 0px 21px #807e7e;
    padding: 0;
    width: 100px;
    height: 100px;
    border: 8px solid #ffffff;
    border-radius: 50%;
}

.milestone-box.serviceBox .service-icon img {
    width: 50px;
}

.milestone-box.serviceBox .title {
    color: #777;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.milestone-box.serviceBox .description {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
}

.milestone-row {
    margin-top: 39px;
    position: relative;
    padding-bottom: 66px;
}

.milestone-box.serviceBox .read-more {
    color: #fff;
    background: linear-gradient(to right, #595a5a, #6a6d6b);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    width: 170px;
    padding: 7px 0;
    margin: 0 0 0 -20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0 20px 0 0;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}

.milestone-box.serviceBox .read-more:hover {
    text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
}

.milestone-box.serviceBox .read-more:before,
.milestone-box.serviceBox .read-more:after {
    content: "";
    background: linear-gradient(to top left, #818482 49%, transparent 50%);
    width: 10px;
    height: 10px;
    position: absolute;
    top: -9px;
    left: -1px;
}

.milestone-box.serviceBox .read-more:after {
    transform: rotateX(180deg);
    top: auto;
    bottom: -10px;
}

.milestone-box.serviceBox.green {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 7px #76B713 inset;
}

.milestone-box.serviceBox.green .service-icon {
    background: linear-gradient(to right, #76B713, #9ED905);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.milestone-box.serviceBox.green .read-more {
    background: linear-gradient(to right, #76B713, #9ED905);
}

.milestone-box.serviceBox.green .read-more:before,
.milestone-box.serviceBox.green .read-more:after {
    background: linear-gradient(to top left, #4e7f00 49%, transparent 50%);
}

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

.milestone-row .col-md-3:nth-child(1) .milestone-box.serviceBox {
    background-color: #f5f5f5;
}

.milestone-row .col-md-3:nth-child(2) .milestone-box.serviceBox {
    background-color: #f7e2e2;
}

.milestone-row .col-md-3:nth-child(3) .milestone-box.serviceBox {
    background-color: #dafde2;
}

.milestone-row .col-md-3:nth-child(4) .milestone-box.serviceBox {
    background-color: #e0dcf5;
}

.milestone-row .col-md-3:nth-child(5) .milestone-box.serviceBox {
    background-color: #f5e3c7;
}

.milestone-row::before {
    content: "";
    position: absolute;
    bottom: 0;
    max-width: 921px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    border-bottom: 1px solid #ccc;
}

.milestone-link {
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: auto;
    width: 125px;
    background-color: #696a6b;
    border: 1px solid #ccc;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 4px 0;
}

.milestone-link:hover {
    background-color: #333;
    color: #fff;
}

.drvija-awrs {
    text-align: center;
    margin-top: 40px;
    box-shadow: 0px 0px 10px #ccc;
    padding-bottom: 0;
}

.drvija-awrs .pbd-img {
    overflow: hidden;
}

.drvija-awrs.pbd-box:hover .pda-zoom {
    bottom: 93px;
}

.drvija-awrs h4 {
    font-size: 15px;
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    width: 260px;
}

a.department-link {
    display: table;
    margin: auto;
    color: #000;
    border: 1px solid #ccc;
    padding: 0 6px;
    background-color: #fffffd;
}

.pp-header.modal-header {
    display: block;
    padding: 0;
    border: none;
}

.pp-body.modal-body {
    padding: 0;
}

.pp-dialouge.modal-dialog {
    max-width: 716px;
    margin-top: 4%;
}

button.pp-close.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #e32525;
    opacity: 1;
    color: #fff;
    font-size: 35px;
    padding: 0 6px;
}

a.pp-link {
    color: #000000;
    background-color: #f7e040;
    position: absolute;
    top: 138px;
    z-index: 9;
    width: 92px;
    left: 198px;
    text-align: center;
    font-weight: 600;
    padding: 1px 0;
    font-size: 13px;
}

a.pp-link2 {
    top: initial;
    bottom: 23px;
    left: initial;
    right: 27px;
}

.tele-consultation-head {
    display: table;
    margin: auto;
    text-align: center;
    background-color: #f5f5f5;
    padding: 18px 33px;
}

.tele-consultation-head p {
    font-size: 18px;
}

.tele-consultation-head span {
    background-color: #548e57;
    padding: 6px 17px;
    box-shadow: 0px 0px 10px #aba9a9;
    font-size: 17px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
}

.con-title {
    display: table;
    margin: auto;
    margin-top: 31px;
    margin-bottom: 38px;
    font-weight: 600;
    font-size: 25px;
    color: #07063c;
    border-bottom: 2px solid;
}

.consultant-block {
    margin-bottom: 33px;
}

.consultant-row .col-md-3:nth-child(13) {}

.consultant-descrtption {
    text-align: center;
    box-shadow: 0 13px 18px -9px #6b6a6a;
    padding: 0;
    display: table-cell;
    width: 500px;
    height: 109px;
    vertical-align: middle;
}

.consultant-descrtption h4 {
    text-transform: uppercase;
    font-size: 17px;
}

.consultant-descrtption p {
    margin: 0;
    color: #a50909;
}

.critical-course-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #07134a;
}

.critical-course-text h5 {
    margin-bottom: 10px;
    margin-top: 15px;
}

.address-add-b-info {
    background-color: #f5f5f5;
    padding: 25px 30px;
    display: table;
    margin-top: 30px;
}

.address-add-b-info a {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 7px 15px;
    margin-top: 11px;
}

.about-page .serviceBox:before {
    display: none;
}

.vijaya-image-b.email-signature .signature-icon {
    top: 75px;
}

.isccm-text {
    text-transform: uppercase;
    font-size: 29px;
    text-align: center;
    margin-bottom: 30px;
}

.isccm-text img {
    text-align: center;
    width: 90px;
}

.comunity-list,
.seminar-block,
.arogyasri-block {
    margin-bottom: 42px;
}

.camps-blocks {
    display: table-cell;
    width: 400px;
    height: 100px;
    vertical-align: middle;
}

.camps-blocks h3 {
    padding: 0px;
    font-size: 20px;
}

.camps-blocks p {
    margin: 0px;
}

.latest-news-block .latest-link a {
    background-color: #ab0605;
    color: #fff;
    left: 89px;
    bottom: 13px;
}

.latest-news-block .covid-link a {
    bottom: 51%;
    left: 37%;
    background: linear-gradient(to right, #e0364f, #212d5f);
    color: #fff;
}

.covid-content {
    padding-top: 70px;
}

.covid-care-wing-tecx h2 {
    text-align: center;
    color: #11073a;
    font-size: 34px;
    margin-bottom: 17px;
}

.covid-wing-address {
    text-align: center;
    display: table;
    margin: auto;
    background-color: #f5f5f5;
    padding: 14px 26px;
    margin-bottom: 21px;
    box-shadow: 0px 0px 10px #bfbebe;
}

.covid-wing-address h3 {
    font-size: 19px;
    line-height: 31px;
}

.covid-care-wing-tecx h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
    color: #505050;
}

.covid-wing-image {
    margin-bottom: 22px;
    border: 9px solid #eae9e9;
}

.covid-care-wing-tecx .list-style li {
    margin-bottom: 14px;
}

.covid-help-line-number {
    display: table;
    background-color: #D83D54;
    font-size: 22px;
    padding: 11px 20px;
    margin-top: 27px;
    color: #ffffff;
    box-shadow: 0px 0px 10px #ccc;
}

.postcovid_block {
    text-align: center;
}

.postcovid_block h3 {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 26px;
    border-bottom: 2px solid;
    margin-bottom: 15px;
    font-size: 31px;
}

.postcovid_block h5 {
    display: inline-block;
    background: #548e58;
    font-size: 20px;
    padding: 5px 16px;
    color: #fff;
    margin-bottom: 40px;
}

.doc_link {
    position: relative;
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 32px;
}

.doc_link a {
    color: #E5332C;
}

.health_pack_row .col-md-3 {
    margin-bottom: 60px;
}

.health_pack_row .bg_5 h3 {
    background-color: #45A750;
}

.health_pack_row .bg_6 h3 {
    background-color: #4296D9;
}

.health_pack_row .bg_7 h3 {
    background-color: #F08830;
}

.health_pack_row .bg_8 h3 {
    background-color: #7570B2;
}

.health_pack_row .bg_9 h3 {
    background-color: #7e576a;
}

.health_pack_row .bg_10 h3 {
    background-color: #49A4AD;
}

.health_pack_row .bg_11 h3 {
    background-color: #663701;
}

.dnb_edu_table tr th:nth-child(1) {
    width: 38%;
}

.dnbnote {
    position: relative;
    font-size: 16px;
}

.dnbnote span {
    font-weight: 600;
    color: #E32924;
    font-size: 19px;
}

.dnbh4 {
    font-size: 20px;
    margin: 0 0 8px;
}

.regularteachinghead h3.dnb-main-head {
    display: block;
    margin-bottom: 10px;
}

.regularteachinghead a {
    display: inline-block;
    background: #e1f7e6;
    color: #000;
    font-size: 21px;
    padding: 8px 22px;
}

.regularteachinghead a i {
    width: 37px;
    height: 37px;
    text-align: center;
    background: #5baf6e;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
}

.anabirow {
    justify-content: center;
}

.anabi_list {
    text-align: center;
    border: 1px solid #ccc;
    padding: 28px 4px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.anabi_list h3 {
    text-transform: uppercase;
    font-size: 31px;
    margin-bottom: 15px;
}

.anabi_list p {
    margin: 0px;
    color: #e62a0a;
    font-weight: 600;
    font-size: 23px;
}

.anbai_desc {
    text-transform: capitalize;
    text-align: center;
    font-size: 25px;
    background: #d8efd9;
    padding: 20px 27px;
    line-height: 35px;
    margin-bottom: 30px;
}

.midtitle {
    text-transform: uppercase;
    font-weight: 600;
    color: #E22916;
    font-size: 30px;
    margin: 46px 0 11px;
}

.mb-20 {
    margin-bottom: 20px;
}

.dnbsstyles h2 {
    font-size: 21px;
    margin: 21px 0 7px;
}

.dnbsstyles h5 {
    font-size: 20px;
    margin: 15px 0 9px;
}

.popup_slider .owl-item .dnbadm img {
    width: auto;
    display: inline-block;
}

.popup_slider .owl-item .wsoawrsd img {
    width: 100%;
}

.popup_slider .owl-item img {
    width: auto;
    display: initial;
}

.all_nurlg_passed {
    position: relative;
}

.pp_details_block ul li .all_nurlg_passed h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 11px 0 4px;
}

.all_nurlg_passed h6 {
    font-size: 18px;
    color: #ec3c40;
    margin: 0 0 9px;
}

.all_nurlg_passed span {
    display: inline-block;
    border: 1px dashed;
    padding: 1px 12px;
    margin: 0 4px;
    border-radius: 7px;
}

.neurocongress_2023 {
    text-align: center;
}

.neurocongress_2023 h2 {
    font-size: 26px;
    margin: 0 0 34px;
}

.nrcng_img {
    margin-bottom: 30px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
}

.pp_details_block ul li.dnb_admn_2023 a {
    right: 97px;
    top: 147px;
}

.dnb_pic {
    display: inline-block;
}

.dnb_admsn_2023_block {
    text-align: center;
}

.dnb_admsn_2023_block h2 {
    font-weight: 600;
    font-size: 40px;
    color: red;
    margin: 0 0 5px;
}

.dnb_admsn_2023_block p {
    font-size: 20px;
    margin-bottom: 30px;
}

.dnb_admsn_2023_block img {
    border: 1px solid #ccc;
}

.ank-desc {
    font-size: 20px;
    text-align: center;
    margin-top: -10px;
    padding-bottom: 10px;
}

.mark-img {
    width: 200px;
}

.ankindu-logo {
    width: 266px;
}

.hands {
    padding-left: 0px;
    border: 5px solid #f5f5f5;
    padding: 23px;
    box-shadow: 0px 0px 10px #ccc;
}

.hands .doc_link {
    margin-top: 0px;
    color: #e40f0f;
}

.hands .doc_link b {
    color: #e60f0f;
}

.hands .list-style1 {
    margin-bottom: 10px;
}
h3.dnb-main-head1 {
    display: inline-block;
    margin: auto;
    margin-bottom: 23px;
    margin-top: 38px;
    color: #e32525;
}
.wstd1{
    padding-top: 58px;
}
.wstd img{
    border: 8px solid #f5f5f5;
}
.main-box .row{
    width: 100%;
}
 
.new-img-row .col-md-3{
    margin-bottom: 30px;
}

.new-img-row-matter h4{
    color: #e30f0f;
    margin-bottom: 10px;
}

.new-img-row-matter p{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
}

.new-img-row-matter{
    border-bottom: 1px solid; 
    margin-bottom: 40px;
}