*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    height: 100%
}
body {
    line-height: 1.74;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: Arial;
    position: relative;
    background-color: #ffffff;
}
body.no-overflow {
    overflow: hidden
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: arial;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.41
}
h1 {
    font-size: 56px
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
h1 {
    font-size: 46px
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
h1 {
    font-size: 40px
}
}

@media only screen and (max-width: 767px) {
h1 {
    font-size: 34px
}
}
h2 {
    font-size: 48px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
h2 {
    font-size: 36px
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
h2 {
    font-size: 36px
}
}

@media only screen and (max-width: 767px) {
h2 {
    font-size: 30px
}
}
h3 {
    font-size: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
h3 {
    font-size: 32px
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
h3 {
    font-size: 28px
}
}

@media only screen and (max-width: 767px) {
h3 {
    font-size: 25px
}
}
h4 {
    font-size: 34px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
h4 {
    font-size: 30px
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
h4 {
    font-size: 28px
}
}

@media only screen and (max-width: 767px) {
h4 {
    font-size: 24px
}
}
h5 {
    font-size: 24px
}

@media only screen and (max-width: 767px) {
h5 {
    font-size: 20px
}
}
h6 {
    font-size: 18px
}
p:last-child {
    margin-bottom: 0
}
a, button {
    color: inherit;
    display: block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a, button, img, input, span {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
*:focus {
    outline: none !important
}
a:focus {
    color: inherit;
    outline: none;
    text-decoration: none
}
.btn.focus, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
a:hover {
    text-decoration: none;
    color: #ffffff;
}
button, input[type="submit"] {
    cursor: pointer
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.contain-wrapp {
    display: block;
    position: relative;
    padding: 60px 0 60px 0;
}
.overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.theme-btn {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 16px;
    height: auto;
    padding: 10px 20px 10px 20px;
    background: #01aeef;
    line-height: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 500ms ease;
    cursor: pointer;
    z-index: 1;
    border: none;
    width: max-content;
}
.theme-btn.style-one {
    background: #9d1f39;
    color: #fff;
    display: block;
    font-size: 16px;
    height: auto;
    line-height: 16px;
    background-size: 200% auto;
    border-radius: 0;
    width: max-content;
}
.mark, mark {
    padding: 0 0;
    background-color: transparent
}
.font-weight--bold {
    font-weight: 800
}
.font-weight--reguler {
    font-weight: 500
}
.font-weight--normal {
    font-weight: 400
}
.font-weight--light {
    font-weight: 300
}
.text-color-primary {
    color: #a0cd4e
}
.text-color-secondary {
    color: #d2a98e
}
.text-black {
    color: #000 !important;
}
.bg-white {
    background: #ffffff
}
.bg-gray {
    background: #F8F8F8
}
.bg-gray-2 {
    background: #F6FAFE
}
.bg-gray-3 {
    background: #f6f2ed
}
.bg-theme-default {
    background: #000000;
}
.theme-bg-secondary {
    background: #d2a98e
}
.sub-heading {
    color: #6d70a6
}
.black-bg {
    background: #000000;
}
.border-radus-5 {
    border-radius: 5px
}
.text-green {
    color: #d2a98e
}
.bg-gradient {
    background: -webkit-linear-gradient(top, #fff 0, #f5f5f5 100%)
}
.p-0 {
    padding: 0;
}
.preloader-active {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 99999
}
.preloader-active .preloader-area-wrap {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999
}
.preloader-active .preloader-area-wrap .spinner div {
    background-color: #01aeef;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}
.preloader-active .preloader-area-wrap .spinner div.bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}
.preloader-active .preloader-area-wrap .spinner div.bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
40% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
40% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.preloader-area-wrap {
    display: none
}
.open_tm_preloader {
    position: fixed;
    background-color: transparent;
    z-index: 9999;
    height: 100%;
    width: 100%;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}
.open_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden
}
.open_tm_preloader.loaded:before, .open_tm_preloader.loaded:after {
    width: 0%
}
.open_tm_preloader:before, .open_tm_preloader:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.open_tm_preloader:before {
    top: 0;
    left: 0
}
.open_tm_preloader:after {
    bottom: 0;
    right: 0
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #9b1f38;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px
}
}
.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    right: 0;
    border-radius: 50px 0px 0 0px;
}
.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px)
}
.scroll-top:hover {
    background-position: right center;
}
.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%, -80px);
    -ms-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px)
}
.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
#googleMap-1, #googleMap-2, #googleMap-3 {
    height: 400px
}
.header-area .is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
    background-color: #fff;
}
.header-bottom-wrap{background-color: #ffffff;}
.header-area .is-sticky .navigation-menu--text_white>ul>li>a {
    color: #444
}
.header-area .is-sticky .navigation-menu--text_white>ul>li>a>span:after {
    background-color: #444
}
.header-area .is-sticky .navigation-menu--text_white>ul>li.active>a {
    color: #000000
}
.header-area .is-sticky .navigation-menu--text_white>ul>li:hover>a:after, .header-area .is-sticky .navigation-menu--text_white>ul>li.active>a:after {
    color: #000000
}
.header-area .is-sticky .navigation-menu--text_white>ul>li:hover>a>span, .header-area .is-sticky .navigation-menu--text_white>ul>li.active>a>span {
    color: #000000
}
.header-area .is-sticky .header-search-form .search-form-top .style-02 {
    background-color: transparent;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 {
    background-color: transparent;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
color:#333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
color:#333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
color:#333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
color:#333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
color:#333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
color:#333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
color:#333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
color:#333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::placeholder {
color:#333
}
.header-area .is-sticky .header-search-form .search-form-top .search-field {
    color: #000
}
.header-area .is-sticky .header-search-form .search-form-top .search-submit {
    color: #333
}
.header-area .is-sticky .header__logo .dark-logo {
    display: inherit
}
.header-area .is-sticky .header__logo .light-logo {
    display: none
}
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li>a {
    color: #333
}
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a:after, .header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a:after {
    color: #333
}
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a>span, .header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a>span {
    color: #fff;
}
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a:before, .header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a:before {
    width: 100%;
    left: 0
}
.header-area .is-sticky .header-search-form-two.white-icon a {
    color: #333
}
.header-area .is-sticky .header-search-form-two .search-icon a {
    color: #000;
}
.navigation-menu>ul>li:hover, .navigation-menu>ul>li.active {
    background: #9d1f39;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.header-area.is-sticky.only-mobile-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
    background-color: #fff
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
    display: none !important
}
}
.header-area--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
}

@media only screen and (max-width: 767px) {
.header-area--absolute {
    position: static
}
}
.header-area--absolute__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}
.header-area--default {
    border-color: #E4E8F6;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    box-shadow: 0 10px 15px rgba(0,0,0,0.05)
}
.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.header__logo {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header__logo.top-logo {
    padding: 12px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.header__logo {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}
}

@media only screen and (max-width: 767px) {
.header__logo {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}
.header__logo.top-logo {
    padding: 15px 0
}
}
.header__logo>a img {
    width: 200px;
}
.header__logo .dark-logo {
    display: none
}
.header__logo .light-logo {
    display: inherit
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.header__logo .dark-logo {
    display: inherit
}
.header__logo .light-logo {
    display: none
}
}
.header-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.header-right-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 12px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
.header-right-inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.09);
    box-shadow: 0 15px 40px rgba(0,0,0,0.09);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
}

@media only screen and (max-width: 767px) {
.header-right-inner.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 999
}
}
.header-top-info-slider-werap {
    overflow: hidden;
    width: 100%;
    max-width: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-top-info-slider-werap {
    max-width: 540px
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-top-info-slider-werap {
    max-width: 280px
}
}

@media only screen and (max-width: 767px) {
.header-top-info-slider-werap {
    max-width: 100%
}
}
.header-top-info-slider-werap {
    padding: 0 12px
}

@media only screen and (max-width: 767px) {
.header-top-info-slider-werap {
}
}
.header-top-info-inner .info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #ddd;
    height: 100%;
    margin: 0 10px;
}
.header-top-info-inner .info-item .info-icon {
    width: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 30px;
    line-height: 1;
    color: #d2a98e;
}
.header-top-info-inner .info-item .info-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.header-top-info-inner .info-item .info-content .info-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 6px
}
.header-top-info-inner .info-item .info-content .info-sub-title {
    font-size: 14px;
    color: #7c7c7c;
}

@media only screen and (max-width: 767px) {
.header-top-info-inner .info-item {
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
}
.header-top-info-inner.default-color .info-item .info-icon {
    color: #a0cd4e;
}
.top-info-slider__container {
    cursor: none;
}
.top-info-slider__container .swiper-slide-active .info-item {
    border-left: none
}
.header-bottom-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.header-bottom-left-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.header-search-form {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}
.header-search-form .search-form-top {
    position: relative;
    background-color: rgba(0,47,166,0.3)
}
.header-search-form .search-form-top .search-field {
    width: 270px;
    border-radius: 0;
    border: 0 !important;
    background: 0 0 !important;
    min-height: 60px;
    padding-right: 50px;
    padding-left: 10px;
    color: #fff
}
.header-search-form .search-form-top input::-webkit-input-placeholder, .header-search-form .search-form-top textarea::-webkit-input-placeholder {
color:#333
}
.header-search-form .search-form-top input::-moz-placeholder, .header-search-form .search-form-top textarea::-moz-placeholder {
color:#333
}
.header-search-form .search-form-top input:-ms-input-placeholder, .header-search-form .search-form-top textarea:-ms-input-placeholder {
color:#333
}
.header-search-form .search-form-top input::-ms-input-placeholder, .header-search-form .search-form-top textarea::-ms-input-placeholder {
color:#333
}
.header-search-form .search-form-top input::-webkit-input-placeholder, .header-search-form .search-form-top textarea::-webkit-input-placeholder {
color:#333
}
.header-search-form .search-form-top input::-moz-placeholder, .header-search-form .search-form-top textarea::-moz-placeholder {
color:#333
}
.header-search-form .search-form-top input:-ms-input-placeholder, .header-search-form .search-form-top textarea:-ms-input-placeholder {
color:#333
}
.header-search-form .search-form-top input::-ms-input-placeholder, .header-search-form .search-form-top textarea::-ms-input-placeholder {
color:#333
}
.header-search-form .search-form-top input::placeholder, .header-search-form .search-form-top textarea::placeholder {
color:#333
}
.header-search-form .search-form-top .search-submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
    background: 0 0;
    width: 48px;
    height: 48px;
    line-height: 50px;
    padding: 0;
    border: 0;
    color: #ffffff
}
.header-search-form .search-form-top.style-02 {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed
}
.header-search-form .search-form-top.style-02 .search-field {
    width: 232px;
    border-radius: 0;
    background: #fff !important;
    border: 0 !important;
    min-height: 60px;
    color: #333
}
.header-search-form .search-form-top.style-02 .search-submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
    background: 0 0;
    width: 48px;
    height: 48px;
    line-height: 50px;
    padding: 0;
    border: 0;
    color: #000000
}
.header-search-form .search-form-top.style-03 input::-webkit-input-placeholder {
color:#ddd
}
.header-search-form .search-form-top.style-03 input::-moz-placeholder {
color:#ddd
}
.header-search-form .search-form-top.style-03 input:-ms-input-placeholder {
color:#ddd
}
.header-search-form .search-form-top.style-03 input::-ms-input-placeholder {
color:#ddd
}
.header-search-form .search-form-top.style-03 input::placeholder {
color:#ddd
}
.header-search-form.default-search {
    height: 100%
}
.header-search-form.default-search .search-form-top {
    background: transparent;
    border-left: 1px solid #eee;
    margin-right: -15px
}

@media only screen and (max-width: 575px) {
.header-search-form.default-search .search-form-top {
    margin-top: 15px;
    background: #eee
}
}
.header-search-form.default-search .search-form-top .search-field {
    max-width: 225px;
    color: #333;
    min-height: 80px
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.header-search-form.default-search .search-form-top .search-field {
    max-width: 160px
}
}

@media only screen and (max-width: 767px) {
.header-search-form.default-search .search-form-top .search-field {
    min-height: 40px
}
}
.header-search-form.default-search .search-form-top .search-submit {
    color: #000000
}
.header-search-form-two {
    padding-left: 24px;
    display: block
}
.header-search-form-two a {
    line-height: 0;
    font-size: 18px
}
.header-search-form-two a:hover {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15)
}
.header-search-form-two.white-icon a {
    color: #ffffff
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.header-search-form-two.white-icon a {
    color: #333
}
}
.navigation-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.navigation-menu>ul>li {
    padding: 0 24px;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
.navigation-menu>ul>li {
    margin: 0 22px
}
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.navigation-menu>ul>li {
    padding: 0 15px;
}
}
.navigation-menu>ul>li>a {
    display: block;
    color: #000000;
    padding: 10px 0px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.navigation-menu>ul>li>a:before {
    content: '';
    width: 0;
    /* height: 3px; */
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: #a0cd4e;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.navigation-menu>ul>li.has-children>a {
    position: relative
}
.navigation-menu>ul>li.has-children>a:after {
    position: static;
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    content: '\f107';
    font-size: 14px;
    vertical-align: middle;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.navigation-menu>ul>li.has-children--multilevel-submenu {
    position: relative
}
.navigation-menu>ul>li.has-children:hover .megamenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}
.navigation-menu>ul>li.has-children:hover .megamenu--home-variation__item {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.navigation-menu>ul>li.has-children:hover>.submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}
.navigation-menu>ul>li:hover>a:after, .navigation-menu>ul>li.active>a:after {
    color: #a0cd4e
}
.navigation-menu>ul>li:hover>a span, .navigation-menu>ul>li.active>a span {
    color: #ffffff;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
}
.navigation-menu>ul>li:hover>a:before, .navigation-menu>ul>li.active>a:before {
    width: 100%;
    left: 0
}
.navigation-menu--text_white>ul>li>a {
    color: rgb(255, 255, 255);
}
.navigation-menu--text_white>ul>li>a:before {
    background-color: #a0cd4e;
}
.navigation-menu--text_white>ul>li.active>a {
    color: #000000;
}
.navigation-menu--text_white>ul>li:hover>a:after, .navigation-menu--text_white>ul>li.active>a:after {
    color: #ffffff
}
.navigation-menu--text_white>ul>li:hover>a>span, .navigation-menu--text_white>ul>li.active>a>span {
    color: #000000;
}
.mobile-navigation-icon {
    width: 24px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px
}
.mobile-navigation-icon:hover i {
    background-color: #a0cd4e
}
.mobile-navigation-icon:hover i:before {
    width: 80%;
    background-color: #a0cd4e
}
.mobile-navigation-icon:hover i:after {
    background-color: #a0cd4e;
    width: 60%
}
.mobile-navigation-icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.mobile-navigation-icon i:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.mobile-navigation-icon i:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mobile-navigation-icon.white-md-icon i {
    background-color: #000;
}
.mobile-navigation-icon.white-md-icon i:before {
    background-color: #000;
}
.mobile-navigation-icon.white-md-icon i:after {
    background-color: #000;
}
.mobile-navigation-icon.white-md-icon:hover i {
    background-color: #01aeef;
}
.mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #01aeef;
}
.mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #01aeef;
    width: 60%;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.is-sticky .white-md-icon i {
    background-color: #333
}
.is-sticky .white-md-icon i:before {
    background-color: #333
}
.is-sticky .white-md-icon i:after {
    background-color: #333
}
}
.hidden-icons-menu {
    margin-left: 15px
}
.hidden-icons-menu a {
    color: #6D70A6;
    font-size: 20px
}
.hidden-icons-menu a:hover {
    color: #a0cd4e
}
.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    overflow: auto;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    cursor: url(../images/icons/light-close.png) 16 16, pointer;
    visibility: hidden;
    opacity: 0;
}
.mobile-menu-overlay__inner {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 280px;
    height: 100%;
    float: right;
    cursor: default;
    background: #01aeef;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}

@media only screen and (max-width: 479px) {
.mobile-menu-overlay__inner {
    width: 300px
}
}
.mobile-menu-overlay.active {
    visibility: visible;
    opacity: 1
}
.mobile-menu-overlay.active .mobile-menu-overlay__inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}
.mobile-menu-overlay__header {
    background-color: #ffffff;
    padding: 15px 0;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon {
    position: relative;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    top: 4px;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:before {
    position: absolute;
    top: 14px;
    left: 3px;
    content: '';
    width: 24px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:after {
    position: absolute;
    top: 14px;
    left: 3px;
    content: '';
    width: 24px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover {
    color: #a0cd4e
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, {
 -webkit-transform: none;
 -ms-transform: none;
 transform: none
}
.mobile-menu-overlay__body {
    padding: 0;
    margin: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 0 20px;
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a {
    display: block;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a:hover {
    color: #ffffff
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li:last-child {
    border-bottom: 0
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children {
    position: relative
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children.active .menu-expand:before {
    content: '\f106'
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand {
    position: absolute;
    right: 0;
    top: 12px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:hover {
    background: rgba(255,255,255,0.2)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:before {
    content: '\f107';
    font-size: 18px;
    font-family: "Font Awesome 5 Pro"
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu {
    padding: 12px 0 14px 10px;
    border-top: 1px solid rgba(255,255,255,0.15)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.15)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a {
    display: block;
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a:hover {
    color: #ffffff
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child {
    border-bottom: 0
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children {
    position: relative
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children.active .menu-expand:before {
    content: "\f106"
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand {
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:hover {
    background: rgba(255,255,255,0.2)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:before {
    content: '\f107';
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children {
    position: relative
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
    content: "\f106"
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
    content: '\f107';
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500
}
.search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.search-overlay__inner {
    width: 100%;
    height: 100%;
    cursor: default;
    background: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.search-overlay.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}
.search-overlay__header {
    background-color: #ffffff;
    padding: 15px 0
}
.search-overlay__header .mobile-navigation-close-icon {
    position: relative;
    cursor: pointer;
    height: 48px;
    width: 48px;
    line-height: 48px;
    display: inline-block
}
.search-overlay__header .mobile-navigation-close-icon:before {
    position: absolute;
    top: 28px;
    left: 0px;
    content: '';
    width: 42px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.search-overlay__header .mobile-navigation-close-icon:after {
    position: absolute;
    top: 28px;
    left: 0px;
    content: '';
    width: 42px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.search-overlay__header .mobile-navigation-close-icon:hover {
    color: #a0cd4e
}
.search-overlay__header .mobile-navigation-close-icon:hover:before, .search-overlay__header .mobile-navigation-close-icon:hover:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}
.search-overlay__body {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 75px
}
.search-overlay__form {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: auto
}
.search-overlay__form input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #a0cd4e;
    border-radius: 0;
    padding: 15px 50px 15px 0;
    width: 100%;
    color: #ffffff;
    font-size: 72px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
.search-overlay__form input {
    font-size: 30px;
    height: 60px
}
}
.search-overlay__form input::-webkit-input-placeholder {
color:#a0cd4e;
-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.search-overlay__form input::-moz-placeholder {
color:#a0cd4e;
-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.search-overlay__form input:-ms-input-placeholder {
color:#a0cd4e;
-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.search-overlay__form input::-ms-input-placeholder {
color:#a0cd4e;
-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.search-overlay__form input::placeholder {
color:#a0cd4e;
-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.search-overlay__form input[type="text"]:focus {
    color: #a0cd4e;
    border-color: #a0cd4e
}
.header__navigation.preview-menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.header__navigation.preview-menu .navigation-menu-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.footer-widget-wrapper {
/* margin-bottom: -35px */
}
.footer-widget {
/* margin-bottom: 30px; */
}
.footer-widget__title {
    margin-top: 0px;
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.footer-widget__list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}
.footer-widget__list li:last-child {
    margin-bottom: 0
}
.footer-widget__list li .image_btn {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(51,51,51,0.1);
    box-shadow: 0 0 20px rgba(51,51,51,0.1);
    overflow: hidden
}
.footer-area {
    position: relative;
    padding: 55px 0px 50px 0px;
}
.footer-widget__list li a {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 300;
}
.widget-content .box {
    position: relative;
    margin-bottom: 25px;
}
.widget-content .box .text p {
    color: rgba(255, 255, 255);
    font-size: 15px;
}
.widget-content .subscribe-box .form-group {
    position: relative;
    margin: 0px;
}
.footer-widget__logo img {
    top: -10px;
    position: relative;
    margin-bottom: 8px;
}
.widget-content .subscribe-box .form-group input[type='email'] {
    position: relative;
    width: 100%;
    height: 46px;
    background: #232323;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0;
    display: inline-block;
    border: 0;
}
.widget-content .subscribe-box .form-group button {
    position: relative;
    top: 15px;
    right: 0px;
    padding: 10px 25px;
    text-transform: uppercase;
}
.entry-title h4 a {
    color: #949494;
}
.entry-title h4 {
    font-size: .875rem;
    letter-spacing: 0;
}
.entry-title h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
.entry-title h4 {
    text-transform: none;
}
.entry-meta {
    margin-top: 6px;
}
.entry-meta {
    margin-bottom: 0;
}
.entry-meta ul {
    margin-bottom: -5px;
}
.entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 -10px -20px;
    list-style: none;
}
.entry-meta li, .entry-meta a:not(:hover) {
    color: #bbb;
}
.entry-meta li {
    margin-bottom: 5px;
}
.entry-meta li {
    font-size: 90%;
    margin: 0 15px 10px 0;
    color: #a0cd4e;
}
.entry-meta:not(.no-separator) li::before {
    content: '\205E';
    width: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    opacity: .5;
}
ul.footer-widget__list p {
    margin-bottom: 10px;
    font-size: 16px;
}
ul.footer-widget__list h3 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin: 15px 0;
}
.copyright-text {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.copyright-text a {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
.copyright-text {
    margin-bottom: 15px
}
}
.social-icons.fh5co-social-icons ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.social-icons.fh5co-social-icons ul li {
    margin: 0 5px;
}
.footer-copyright-area {
}
.footer-copyright-area row {
    border-top: 1px solid #fff;
}
.footer-copyright-area .row {
    padding: 15px 0;
}
.entry {
    margin-bottom: 12px;
}
.entry-title {
    padding-bottom: 2px;
}

/******sec-title*****/

@-webkit-keyframes shine {
 from {
 -webkit-mask-position: 150%;
}
 to {
 -webkit-mask-position: -50%;
}
}
.sec-title {
    position: relative;
    display: block;
}
.sec-title.center {
    text-align: center;
}
.sec-title h3 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #9b1f38;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.sec-title h2 {
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 0px;
}
.sec-title h3:before {
    position: absolute;
    content: '';
    background: #9a1e38;
    width: 130px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    right: 0;
    margin: 0 auto;
}
.sec-title.center h3:before, .sec-title.center h2:after {
    left: 50%;
    transform: translateX(-50%);
}
.sec-title h2:after {
    position: absolute;
    content: '';
    background: #9b1f38;
    width: 45px;
    height: 4px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    -Moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgb(154 30 56 / 41%) 50%, rgb(155 31 56 / 28%) 50%, #9b1f38 70%);
    -webkit-mask-size: 200%;
    -Moz-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -Mozt-mask-size: 200%;
    -ms-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -ms-mask-size: 200%;
    -o-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -o-mask-size: 200%;
    mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    -Moz-animation: shine 2s infinite;
    -ms-animation: shine 2s infinite;
    -o-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
.sec-title p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #777;
    margin: 0px;
}
.sec-title.center h2, .sec-title.center p {
    text-align: center;
}
.margin_left_30 {
    margin-left: 30px !important;
}
.margin_right_30 {
    margin-right: 30px !important;
}
.margin_bottom_30 {
    margin-bottom: 30px !important;
}
.margin_left_100 {
    margin-left: 100px !important;
}
/*----- breadcrumb style css start -----*/
.breadcrumb-wrap {
    padding: 120px 0 100px;
    text-align: center;
}
.breadcrumb-area {
    position: relative;
}

@media only screen and (max-width: 767.98px) {
.breadcrumb-wrap {
    padding: 50px 0;
}
}
.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item {
    line-height: 1;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
    color: #0172d0;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
    content: "";
    font-size: 12px;
    margin: 0 5px;
    width: 5px;
    height: 1px;
    background-color: #fff;
    right: 4px;
    position: relative;
    top: -4px;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
    display: none;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    margin-top: 2px;
    text-transform: capitalize;
}
.breadcrumb-title {
    color: #a0cd4e;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
}

@media only screen and (max-width: 575.98px) {
.breadcrumb-title {
    font-size: 24px;
}
}
/*----- breadcrumb style css end -----*/

/** clients-section **/

.section {
    position: relative;
    padding: 50px 0px 60px 0px;
    overflow: hidden;
}
.clients-section .image-layer .image-1 {
    position: absolute;
    left: 50px;
    bottom: 20px;
}
.clients-section .image-layer .image-2 {
    position: absolute;
    right: 30px;
    top: -50px;
}
.clients-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
}
.clients-section .title-inner h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}
.clients-section .title-inner p {
    color: #ffffff;
}
.clients-section .title-inner {
    position: relative;
    margin-bottom: 50px;
}
.clients-section .clients-carousel {
    position: relative;
    display: block;
    border-right: none;
}
.clients-section .clients-carousel .logo-box {
    position: relative;
    border-right: none;
    display: flex;
    text-align: center;
    vertical-align: center;
    align-items: center;
    justify-content: center;
}
.clients-section .clients-carousel .logo-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.clients-section .clients-carousel .logo-box img:hover {
    opacity: 0.5;
}
.clients-section .clients-carousel .owl-dots {
    display: none;
}
.clients-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    margin: 0px 8px;
    transition: all 500ms ease;
}
.clients-section .owl-theme .owl-dots .owl-dot.active span, .clients-section .owl-theme .owl-dots .owl-dot span:hover {
    border-color: #fff;
}
.owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
    display: none !important;
}
/*---------------------------------------------------------------------*/
/* Contact US Page
/*---------------------------------------------------------------------*/
.contact-form .form-group {
    margin-bottom: 1rem;
}
.contact-form .form-control {
    height: 40px;
    border-radius: 0px;
}
.contact-form textarea.form-control {
    height: auto;
}
.address-section {
    background: #f9676b;
}
.address-section .box {
    text-align: center;
}
.address-section .box i {
    font-size: 60px;
    color: #fff;
    margin-bottom: 15px;
}
.address-section .box p, .address-section .box a {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.right-form-sec {
    background: #eeeeee;
    align-items: center;
    padding: 60px 0;
}
.left-form-sec {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.contact-form {
    width: auto;
    max-width: 85%;
    margin: 0 auto;
}
ul.contact-form-right {
    display: block;
    width: 100%;
    padding: 0 40px;
}
ul.contact-form-right h4 {
    font-size: 24px;
    color: #000;
    margin: 2px 0;
    padding: 0;
}
ul.contact-form-right p {
    color: #5d5d5d;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
ul.contact-form-right li {
    margin: 0;
    color: #5d5d5d;
    display: block;
}
ul.contact-form-right li:last-child {
    padding-bottom: 20px;
}
ul.contact-form-right li a {
    color: #5d5d5d;
    margin: 0;
    padding: 0;
    line-height: 16px;
    display: inline;
}
/* ----------------------------------------------------------------------------------------
*/
.google-map iframe {
    width: 100%;
}
.google-map {
    height: 450px;
}
/*
/** news-section **/

.news-section {
    position: relative;
    padding: 40px 0;
}
.news-section .sec-title {
    margin-bottom: 65px;
}
.news-block-one .inner-box {
    position: relative;
    margin-bottom: 10px;
}
.news-block-one .inner-box .image-box {
    position: relative;
    background: #01aeef;
    overflow: hidden;
}
.news-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}
.news-block-one:hover .inner-box .image-box img {
    transform: scale(1.1);
    opacity: 0.5;
}
.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 20px 0px;
}
.news-block-one .inner-box .lower-content .post-date {
    font-size: 15px;
    color: #777;
    margin-bottom: 8px;
    font-style: italic;
}
.news-block-one .inner-box .lower-content .post-date i {
    margin-right: 8px;
}
.news-block-one .inner-box .lower-content h3 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}
.news-block-one .inner-box .lower-content h3 a {
    color: #222;
}
.news-block-one .inner-box .lower-content h3 a:hover {
    color: #4527a4;
}
.news-block-one .inner-box .lower-content .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #4527a4;
    border-bottom: 2px solid #4527a4;
}
.news-block-one .inner-box .lower-content .link-btn a:hover {
    color: #222;
}
.news-block-one .inner-box .lower-content p {
    font-size: 15px;
    color: #3c3c3c;
    margin-bottom: 8px;
    line-height: 20px;
    text-align: center;
}
.news-block-one .inner-box .lower-content.service-details {
    background: transparent;
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
.news-block-one .inner-box .lower-content.service-details .post-date {
    margin: 0;
}
.news-block-one .inner-box .lower-content.service-details h3 {
    font-size: 20px;
}
.news-block-one .inner-box .lower-content.service-details p {
    text-align: center;
    margin-bottom: 15px;
}
/*---------------------------------------------------------------------*/
/* Photo Gallery Slider
/*---------------------------------------------------------------------*/
.photo-gallery {
    background: #a0cd4e;
    position: relative;
}
.photo-gallery-desc {
    padding: 60px;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/images/about/02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-gallery-desc p {
    line-height: 1.7;
    color: #fff;
}
.photo-gallery .owl-theme {
    overflow: hidden;
}
.photo-gallery .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(10, 49, 82,0.5);
    border-radius: 25px;
    padding: 5px 20px;
}
.photo-gallery .owl-nav {
    display: none;
}
.photo-gallery .owl-dots .owl-dot {
    margin-top: 5px;
}
.photo-gallery-desc:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000e3;
    content: '';
}
.service-left-bg {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/images/about/image_5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.service-left-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #a0cd4ee3;
    content: '';
}
.gllery-contant {
    z-index: 99;
    width: 420px;
    margin: 0 auto;
}
#pateintgallery {
}
.section-title.light-section-title {
    margin: 0;
    padding: 0;
    text-align: center;
}
.section-title.light-section-title p {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 5px;
}
.section-title.light-section-title h3 {
    color: #a0cd4e;
    font-size: 32px;
    margin-bottom: 15px;
}
.gllery-contant p {
    color: #9a9a9a;
    font-size: 14px;
    text-align: center;
}
.busin-cont-data {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.finan_Busin {
    background: #fff;
    padding: 30px 40px;
}
.busin_left-cont {
    width: 100%;
    margin: 0;
    padding: 0;
}
.busin_left-cont h3 {
    font-size: 21px;
    color: #000;
    line-height: 28px;
    margin-bottom: 5px;
}
.busin_left-cont p {
    color: #5d5d5d;
    line-height: 24px;
    font-size: 15px;
    margin: 0;
}
/** feature-style-five **/

.feature-style-five {
    position: relative;
    padding: 60px 0px 60px 0px;
}
#content_block_14 .content-box .sec-title h2 {
    font-size: 32px;
    margin-bottom: 56px;
    color: #000;
    margin-bottom: 30px;
}
#content_block_14 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 15px;
    color: #a0cd4e;
    font-size: 16px;
}
#content_block_14 .content-box p {
    color: #2d2d2d;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
#content_block_14 .content-box .btn-box .theme-btn {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 14px;
}
.feature-style-five .inner-box:first-child .image-box {
    position: relative;
    display: block;
    margin: 0px 0px 0px 100px;
}
.feature-style-five .inner-box:first-child .image-box .image-1 {
    position: relative;
}
#image_block_12 .image-box img {
    width: 100%;
    height: 100%;
    min-height: inherit;
}
#image_block_12 .image-box .image {
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
    width: auto;
    height: auto;
    max-width: max-content;
    min-height: 270px;
}
#image_block_12 .image-box .image-2 {
    position: absolute;
    right: 70px;
    top: 70px;
}
.feature-style-five .inner-box {
    position: relative;
    display: block;
    margin-bottom: 150px;
}
.feature-style-five .inner-box:last-child {
    margin-bottom: 0px;
}
.feature-style-five .inner-box:nth-child(2) .content-box {
    margin-left: 70px !important;
}
.feature-style-five .inner-box:nth-child(2) .image-box .image-1 {
    position: relative;
}
.feature-style-five .inner-box:nth-child(2) .image-box .image-2 {
    position: absolute;
    left: -70px;
    bottom: 50px;
}
.feature-style-five .inner-box:last-child .content-box .text {
    padding-right: 70px;
}
#content_block_14 .content-box {
    position: relative;
    margin: 30px 0px;
}
#image_block_13 .image-box {
    position: relative;
    overflow: hidden;
    background: #a0cd4e;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#image_block_13 .image-box img {
    width: 100%;
    transition: all 500ms ease;
}
#image_block_13 .image-box:hover img {
    transform: scale(1.05);
    opacity: 0.5;
}
/** designe-process-two **/

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab {
    display: block;
}
.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}
.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}
.designe-process-two {
    position: relative;
    padding: 110px 0px 95px 0px;
}
.designe-process-two .sec-title {
    position: relative;
    max-width: 700px;
    width: 100%;
}
.designe-process-two .sec-title h2 {
    margin-bottom: 44px;
    color: #000;
    font-size: 32px;
}
.designe-process-two .tab-btn-box {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.designe-process-two .tab-btn-box .tab-btns {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.designe-process-two .tab-btn-box .tab-btns li {
    position: relative;
    float: left;
    width: 20%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    padding: 5px 5px;
    transition: all 500ms ease;
    cursor: pointer;
    color: #4c4c4c;
}
.designe-process-two .tab-btn-box .tab-btns li:last-child {
    border-right: 0px;
}
.designe-process-two .tab-btn-box .tab-btns li.active-btn, .designe-process-two .tab-btn-box .tab-btns li:hover {
    background: #a0cd4e;
    color: #fff;
}
.designe-process-two .tabs-content .content-box {
    position: relative;
    margin: 30px 50px 30px 60px;
}
.designe-process-two .tabs-content .content-box h3 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0;
}
.designe-process-two .tabs-content .content-box .text {
    position: relative;
    margin-bottom: 25px;
}
.designe-process-two .tabs-content .content-box .text h4 {
    font-size: 24px;
    font-weight: 500;
    color: #2d2d2d;
}
.designe-process-two .tabs-content .content-box .text p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #2f2f2f;
    line-height: 24px;
    margin-top: 10px;
}
.designe-process-two .tabs-content .content-box .text p:last-child {
    margin-bottom: 0px;
}
.designe-process-two .tabs-content .content-box .theme-btn-two {
    padding: 15px 43px;
}
.designe-process-two .tabs-content .image-box {
    position: relative;
    margin-left: 48px;
    top: 40px;
}
.designe-process-two .tabs-content .image-box:before {
    position: absolute;
    content: '';
    background: #a0cd4e;
    width: 320px;
    height: 430px;
    left: -35px;
    bottom: -35px;
    z-index: -1;
}
.designe-process-two .tabs-content .image-box img {
    width: 100%;
}
.appointment-hero-bg {
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: auto;
    align-items: center;
    display: flex;
}
.appointment-hero-text h1 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
}
.appointment-hero-text p {
    color: #5d5d5d;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 15px 0;
}
.hero-button {
    margin-top: 20px;
    float: left;
}
.few_deal {
    width: 100%;
    margin: 0;
    background: #fff;
}
.few_deal .thumb {
    box-shadow: 0px 4px 6px rgba(0,0,0,0.07);
}
.hover-img {
    z-index: 1;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.hover-img >img {
    -webkit-transition: 4s;
    -moz-transition: 4s;
    -o-transition: 4s;
    -ms-transition: 4s;
    transition: 4s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.thumb:hover .hover-img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hover-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: auto;
    min-height: 350px;
    position: relative;
}
.hover-img {
    -webkit-transition: 4s;
    -moz-transition: 4s;
    -o-transition: 4s;
    -ms-transition: 4s;
    transition: 4s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000c2;
}
header.thumb-header {
    overflow: hidden;
}
.thumhome_contant {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: max-content;
}
.thumhome_contant p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.thumhome_contant h2 {
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
}
/*=================================
             Portfolio
 ==================================*/
.portfolio-title h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #3c3f46;
}
.portfolio-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    color: #7e8186;
}
.port {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #a0cd4e;
    font-size: 14px;
}
.owl-carousel .owl-stage-outer {
    cursor: pointer;
}
.nav-pills .nav-link {
    margin-left: 10px;
    color: #3c3f46;
    width: max-content;
    min-width: 80px;
    text-align: center;
}
.da-thumbs li {
    margin: 0;
    width: 25%;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs {
    z-index: 1;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.da-thumbs>li {
    display: block;
    position: relative;
}
.da-thumbs >li {
    overflow: hidden;
}
.da-thumbs >li img {
    width: 100%;
}
.da-thumbs >li .overlay h4 {
    color: #ffffff;
    font-size: 21px;
}
.da-thumbs >li .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    top: 100%;
    z-index: 2;
}
.nav-pills .nav-link {
    border-radius: 0px;
}
.search-icon {
    display: inline-block;
    color: #ffffff;
    padding: 5px 10px;
}
/*===================================
               end Portfolio
======================================*/


.services-skill.text-left h6 {
    font-size: 14px;
    font-weight: 400;
    color: #2d2d2d;
    margin-top: 15px;
}
.services-skill.text-left h6 span {
}
.services-skill.text-left progress {
}
.progress {
    border-radius: 40px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
    height: 21px;
}
.progress span {
    height: 21px;
}
span.float-right {
    text-align: center;
    position: absolute;
    line-height: 21px;
    font-size: 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
span.progress-bar {
    background: #a0cd4e;
}
.align-center {
    align-items: center;
    display: flex;
}
/** video-section **/

.video-section {
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    padding: 0;
}
.video-section .bg-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.video-inner h4 {
    color: #a0cd4e;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}
.video-inner p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.video-section .bg-column:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.video-section .video-inner {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-section .video-inner a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 4px solid #fff;
    background: transparent;
    font-size: 36px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}
.video-section .contain-wrapp {
    padding: 0;
}
.ripple {
    position: absolute;
    left: -6px;
    top: -6px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -webkit-animation: ripple 5s infinite;
    animation: ripple 5s infinite;
}
.video-section #contact span {
    color: #2d2d2d;
    margin-bottom: 12px;
    display: block;
}
.video-section form {
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.video-section form form-group {
    background: none;
}
.video-section form .form-group {
    background: none;
}
.video-section form .form-group .form-control {
    background: none;
    border: navajowhite;
    border-bottom: 1px solid #fff;
    color: #2d2d2d;
    border-radius: 0;
    padding: 0;
}
.video-section .sec-title {
    width: 80%;
    margin: 0 auto;
}
.video-section #contact {
    width: 80%;
    margin: 0 auto;
}
.ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
 @-webkit-keyframes ripple {
 70% {
 -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
 box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
 box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
}
}
 @keyframes ripple {
 70% {
 -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
 box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
 box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
}
}
#content_block_04 .content-box {
    position: relative;
    display: block;
    background: #a0cd4e;
    margin: 0;
    padding: 60px 0;
    width: 100%;
}
#content_block_04 .content-box:before {
    position: absolute;
    content: '';
    background: #a0cd4e;
    width: 50000%;
    height: 100%;
    left: 0px;
    top: 0px;
}
#content_block_04 .content-box .text {
    position: relative;
    margin-bottom: 40px;
}
#content_block_04 .content-box .sec-title h2 {
    margin-bottom: 20px;
}
/*2.8 testimonials.*/
.singleTbox-1 {
    position: relative;
    z-index: 1;
}
.singleTbox-1 .testi-thumb {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 140px;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
}

@media (max-width: 1199.98px) {
.singleTbox-1 .testi-thumb {
    width: 160px;
    height: 160px;
}
}
.singleTbox-1 .testi-thumb .inner-bg {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 17px 20px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 17px 20px 0 rgba(0, 0, 0, 0.35);
}

@media (max-width: 1199.98px) {
.singleTbox-1 .testi-thumb .inner-bg {
    top: 5px;
    left: 5px;
    width: 190px;
    height: 190px;
}
}

@media (max-width: 767.98px) {
.singleTbox-1 .testi-thumb .inner-bg {
    top: 5px;
    left: 5px;
    width: 150px;
    height: 150px;
}
}
.singleTbox-1 .testi-thumb .social-badge {
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 20px;
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(35deg, #a0cd4e 0%, #699c0b 100%);
    display: none;
}

@media (max-width: 1199.98px) {
.singleTbox-1 .testi-thumb .social-badge {
    line-height: 40px;
    width: 40px;
    height: 40px;
}
}
.singleTbox-1 .autor-bio {
    margin-bottom: 10px;
    margin-top: 25px;
}
.singleTbox-1 .autor-bio h5 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
}
.singleTbox-1 .autor-bio p {
    font-size: 14px;
}
.singleTbox-1 .autor-bio .rating {
    font-size: 14px;
    color: #ffab53;
}
.singleTbox-1 .inner-content p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.testimonials-area {
    position: relative;
    z-index: 1;
}
.testimonials-area .rt-shape-emenetns-1 {
    position: absolute;
    right: -200px;
    bottom: 100px;
    width: 522px;
    height: 558px;
}

@media (max-width: 1600px) {
.testimonials-area .rt-shape-emenetns-1 {
    line-height: 400px;
    width: 400px;
    height: 400px;
}
}

@media (max-width: 991.98px) {
.testimonials-area .rt-shape-emenetns-1 {
    line-height: 200px;
    right: -100px;
    width: 200px;
    height: 200px;
}
}

@media (max-width: 767.98px) {
.testimonials-area .rt-shape-emenetns-1 {
    display: none;
}
}
.rt-light-text .singleTbox-1 .autor-bio p {
    color: #fff;
}
.rt-light-text .singleTbox-1 .autor-bio h5 {
    color: #fff;
}
.rt-light-text .singleTbox-1 .inner-content p {
    color: #fff;
}
.testimoninal-active-1 {
    position: relative;
    height: 460px;
}

@media (max-width: 767.98px) {
.testimoninal-active-1 {
    height: 485px;
}
}
.singleTbox-1 {
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.singleTbox-1 .inner-content {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.singleTbox-1 .autor-bio {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.singleTbox-1.inactive .inner-content, .singleTbox-1.inactive .autor-bio {
    display: none;
    visibility: hidden;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}
.singleTbox-1:not(.active) {
    z-index: 99;
}
.singleTbox-1:not(.active) .testi-thumb {
    width: 120px;
    height: 120px;
    background-image: none;
}
.singleTbox-1:not(.active) .testi-thumb .inner-bg {
    width: 120px;
    height: 120px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(25, 80, 161, .2);
    box-shadow: 0 5px 10px 0 rgba(25, 80, 161, .2);
}
.singleTbox-1:not(.active) .testi-thumb .social-badge {
    display: none;
}
.singleTbox-1.position-1 {
    -webkit-transform: scale(.65);
    -ms-transform: scale(.65);
    transform: scale(.65);
}
.singleTbox-1.position-2 {
    top: 0;
    left: 0;
}
.singleTbox-1.position-2 .testi-thumb, .singleTbox-1.position-2 .inner-bg {
    width: 120px !important;
    height: 120px !important;
}

@media (max-width: 1199.98px) {
.singleTbox-1.position-2 .testi-thumb,  .singleTbox-1.position-2 .inner-bg {
    width: 90px !important;
    height: 90px !important;
}
}

@media (max-width: 991.98px) {
.singleTbox-1.position-2 .testi-thumb,  .singleTbox-1.position-2 .inner-bg {
    width: 70px !important;
    height: 70px !important;
}
}

@media (max-width: 767.98px) {
.singleTbox-1.position-2 .testi-thumb,  .singleTbox-1.position-2 .inner-bg {
    width: 40px !important;
    height: 40px !important;
}
}
.singleTbox-1.position-3 {
    top: 40px;
    left: 160px;
}
.singleTbox-1.position-3 .testi-thumb, .singleTbox-1.position-3 .inner-bg {
    width: 140px !important;
    height: 140px !important;
}

@media (max-width: 1199.98px) {
.singleTbox-1.position-3 {
    left: 140px;
}
.singleTbox-1.position-3 .testi-thumb,  .singleTbox-1.position-3 .inner-bg {
    width: 110px !important;
    height: 110px !important;
}
}

@media (max-width: 991.98px) {
.singleTbox-1.position-3 {
    top: 0;
    left: 80px;
}
.singleTbox-1.position-3 .testi-thumb,  .singleTbox-1.position-3 .inner-bg {
    width: 70px !important;
    height: 70px !important;
}
}

@media (max-width: 767.98px) {
.singleTbox-1.position-3 {
    top: 20px;
    left: 60px;
}
.singleTbox-1.position-3 .testi-thumb,  .singleTbox-1.position-3 .inner-bg {
    width: 40px !important;
    height: 40px !important;
}
}
.singleTbox-1.position-4 {
    top: 160px;
    left: 20px;
}

@media (max-width: 1199.98px) {
.singleTbox-1.position-4 .testi-thumb,  .singleTbox-1.position-4 .inner-bg {
    width: 110px !important;
    height: 110px !important;
}
}

@media (max-width: 991.98px) {
.singleTbox-1.position-4 {
    top: 80px;
    left: 0;
}
.singleTbox-1.position-4 .testi-thumb,  .singleTbox-1.position-4 .inner-bg {
    width: 70px !important;
    height: 70px !important;
}
}

@media (max-width: 767.98px) {
.singleTbox-1.position-4 {
    top: 70px;
    left: 10px;
}
.singleTbox-1.position-4 .testi-thumb,  .singleTbox-1.position-4 .inner-bg {
    width: 40px !important;
    height: 40px !important;
}
}
.singleTbox-1.position-5 {
    top: 258px;
    left: 155px;
}
.singleTbox-1.position-5 .testi-thumb, .singleTbox-1.position-5 .inner-bg {
    width: 100px !important;
    height: 100px !important;
}

@media (max-width: 1199.98px) {
.singleTbox-1.position-5 {
    top: 215px;
    left: 180px;
}
.singleTbox-1.position-5 .testi-thumb,  .singleTbox-1.position-5 .inner-bg {
    width: 90px !important;
    height: 90px !important;
}
}

@media (max-width: 991.98px) {
.singleTbox-1.position-5 {
    top: 80px;
    left: 80px;
}
.singleTbox-1.position-5 .testi-thumb,  .singleTbox-1.position-5 .inner-bg {
    width: 70px !important;
    height: 70px !important;
}
}

@media (max-width: 767.98px) {
.singleTbox-1.position-5 {
    top: 100px;
    left: 60px;
}
.singleTbox-1.position-5 .testi-thumb,  .singleTbox-1.position-5 .inner-bg {
    width: 40px !important;
    height: 40px !important;
}
}
.singleTbox-1.position-6 {
    top: 0;
    right: 200px;
}
.singleTbox-1.position-6 .testi-thumb, .singleTbox-1.position-6 .inner-bg {
    width: 140px !important;
    height: 140px !important;
}

@media (max-width: 1199.98px) {
.singleTbox-1.position-6 .testi-thumb,  .singleTbox-1.position-6 .inner-bg {
    width: 100px !important;
    height: 100px !important;
}
}

@media (max-width: 991.98px) {
.singleTbox-1.position-6 {
    top: 0;
    right: 0;
}
.singleTbox-1.position-6 .testi-thumb,  .singleTbox-1.position-6 .inner-bg {
    width: 70px !important;
    height: 70px !important;
}
}

@media (max-width: 767.98px) {
.singleTbox-1.position-6 {
    top: 0;
    right: 0;
}
.singleTbox-1.position-6 .testi-thumb,  .singleTbox-1.position-6 .inner-bg {
    width: 40px !important;
    height: 40px !important;
}
}
.singleTbox-1.position-7 {
    top: 40px;
    right: -40px;
}
.singleTbox-1.position-7 .testi-thumb, .singleTbox-1.position-7 .inner-bg {
    width: 140px !important;
    height: 140px !important;
}

@media (max-width: 1199.98px) {
.singleTbox-1.position-7 {
    right: 40px;
}
.singleTbox-1.position-7 .testi-thumb,  .singleTbox-1.position-7 .inner-bg {
    width: 100px !important;
    height: 100px !important;
}
}

@media (max-width: 991.98px) {
.singleTbox-1.position-7 {
    top: 0;
    right: 80px;
}
.singleTbox-1.position-7 .testi-thumb,  .singleTbox-1.position-7 .inner-bg {
    width: 70px !important;
    height: 70px !important;
}
}

@media (max-width: 767.98px) {
.singleTbox-1.position-7 {
    top: 0;
    right: 80px;
}
.singleTbox-1.position-7 .testi-thumb,  .singleTbox-1.position-7 .inner-bg {
    width: 40px !important;
    height: 40px !important;
}
}
.singleTbox-1.position-8 {
    top: 200px;
    right: 170px;
}
.singleTbox-1.position-8 .testi-thumb, .singleTbox-1.position-8 .inner-bg {
    width: 110px !important;
    height: 110px !important;
}

@media (max-width: 1199.98px) {
.singleTbox-1.position-8 {
    top: 140px;
}
.singleTbox-1.position-8 .inner-bg {
    width: 90px !important;
    height: 90px !important;
}
}

@media (max-width: 991.98px) {
.singleTbox-1.position-8 {
    top: 80px;
    right: 0;
}
.singleTbox-1.position-8 .testi-thumb,  .singleTbox-1.position-8 .inner-bg {
    width: 70px !important;
    height: 70px !important;
}
}

@media (max-width: 991.98px) {
.singleTbox-1.position-8 {
    top: 60px;
    right: 0;
}
.singleTbox-1.position-8 .testi-thumb,  .singleTbox-1.position-8 .inner-bg {
    width: 40px !important;
    height: 40px !important;
}
}
.singleTbox-1.position-9 {
    top: 240px;
    right: -40px;
}
.singleTbox-1.position-9 .testi-thumb, .singleTbox-1.position-9 .inner-bg {
    width: 110px !important;
    height: 110px !important;
}

@media (max-width: 1199.98px) {
.singleTbox-1.position-9 {
    top: 188px;
    right: 40px;
}
.singleTbox-1.position-9 .testi-thumb,  .singleTbox-1.position-9 .inner-bg {
    width: 90px !important;
    height: 90px !important;
}
}

@media (max-width: 991.98px) {
.singleTbox-1.position-9 {
    top: 80px;
    right: 80px;
}
.singleTbox-1.position-9 .testi-thumb,  .singleTbox-1.position-9 .inner-bg {
    width: 70px !important;
    height: 70px !important;
}
}

@media (max-width: 767.98px) {
.singleTbox-1.position-9 {
    top: 60px;
    right: 60px;
}
.singleTbox-1.position-9 .testi-thumb,  .singleTbox-1.position-9 .inner-bg {
    width: 40px !important;
    height: 40px !important;
}

}
.singleTbox-1.position-10 {
    top: 350px;
    right: 80px;
}
.singleTbox-1.position-10 .testi-thumb, .singleTbox-1.position-10 .inner-bg {
    width: 100px !important;
    height: 100px !important;
}



@media (max-width: 1199.98px) {
.singleTbox-1.position-10 {
    top: 300px;
    right: 150px;
}
.singleTbox-1.position-10 .testi-thumb,  .singleTbox-1.position-10 .inner-bg {
    width: 80px !important;
    height: 80px !important;
}
}

@media (max-width: 991.98px) {
.singleTbox-1.position-10 {
    top: 160px;
    right: 40px;
}
.singleTbox-1.position-10 .testi-thumb,  .singleTbox-1.position-10 .inner-bg {
    width: 70px !important;
    height: 70px !important;
}
}

@media (max-width: 767.98px) {
.singleTbox-1.position-10 {
    top: 120px;
    right: 30px;
}
.singleTbox-1.position-10 .testi-thumb,  .singleTbox-1.position-10 .inner-bg {
    width: 40px !important;
    height: 40px !important;
}
}
.singleTbox-1.active {
    z-index: 10;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding: 30px;
    box-shadow: 30px 30px 0px #a0cd4e;
    width: auto;
    max-width: 320px;
}

@media (max-width: 991.98px) {
.singleTbox-1.active {
    width: 100%;
}
}
.singleTbox-1.active .inner-content, .singleTbox-1.active .autor-bio {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.testimonials-area .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials-area:after {
    position: absolute;
    content: '';
    background: #ffffffbf;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.singleTbox-1 .autor-bio p {
    color: #a0cd4e;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
}
/** technology-section **/

.technology-section {
    position: relative;
}
.technology-section .inner-content {
    position: relative;
    margin: 0px 15px;
}
.technology-section .technology-block {
    margin-bottom: 50px;
}
.technology-section .technology-block:nth-child(2n+1) .technology-block-one .inner-box {
    background: #ffffff;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.technology-block-one .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    padding: 50px 25px 50px 25px;
    transition: all 500ms ease;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.technology-block-one .inner-box:hover {
    margin: -5px 0px;
    padding: 50px 25px 50px 25px;
}
.technology-block-one .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    transition: all 500ms ease;
}
.technology-block-one .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.technology-block-one .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    margin-bottom: 16px;
    transition: all 500ms ease;
    margin: 0 auto;
}
.technology-block-one .inner-box:hover .icon-box {
    font-size: 50px;
}
.technology-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 35px;
    border-radius: 50%;
    top: 0px;
    right: -9px;
    transition: all 500ms ease;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
    display: none;
}
.technology-block-one .inner-box:hover .icon-box:before {
    opacity: 0;
}
.technology-block-one .inner-box:hover .icon-box {
    background: #fff;
}
.technology-block-one .inner-box .icon-box i {
    position: relative;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.technology-block-one .inner-box h4 {
    margin-bottom: 8px;
    transition: all 500ms ease;
    font-size: 21px;
    color: #000;
    text-align: center;
    margin-top: 0px;
    position: relative;
}
.technology-block-one .inner-box:hover h4, .technology-block-one .inner-box:hover h4 a, .technology-block-one .inner-box:hover p {
    color: #fff;
}
.technology-block-one .inner-box p {
    transition: all 500ms ease;
    color: #2d2d2d;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    position: relative;
}
.technology-block-one .inner-box .pattern-layer {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 216px;
    height: 216px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}
.technology-block-one .inner-box:hover .pattern-layer {
    opacity: 1;
}
.technology-block-one .inner-box .icon-box i {
    background: -webkit-linear-gradient(0deg, #d83371, #7a2d9e 100%);
}
.technology-block-one .inner-box .icon-box:before {
    background: #a0cd4e;
}
.technology-block-one .inner-box:before {
    background: -webkit-linear-gradient(0deg, #a0cd4e, #5e8a0d 100%);
}
.chooseus-style-two .single-item .inner-box .box .icon-box {
    background: -webkit-linear-gradient(0deg, #d83371, #7a2d9e 100%);
}
.team-block-one .inner-box .image-box {
    background: -webkit-linear-gradient(0deg, #d83371, #7a2d9e 100%);
}
.team-block-one .inner-box .image-box .contact-box .social-links .list li a:hover {
    background: -webkit-linear-gradient(0deg, #d83371, #7a2d9e 100%);
}
/** team-section **/

.team-section {
    position: relative;
    padding: 125px 0px 130px 0px;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
    padding-right: 0px;
}
.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    border-radius: 5px;
}
.team-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box img {
    opacity: 0.5;
}
.team-block-one .inner-box .image-box .contact-box {
    position: absolute;
    right: -24px;
    bottom: 25px;
    width: 50px;
    height: 110px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.team-block-one .inner-box .image-box .contact-box:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    border-radius: 30px;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box .contact-box:before {
    width: 100%;
    left: 0px;
}
.team-block-one .inner-box .image-box .contact-box .email {
    position: absolute;
    top: 0px;
    right: 0px;
}
.team-block-one .inner-box .image-box .contact-box .email i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #aeaeae;
    text-align: center;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box .contact-box .email i {
    color: #fff;
}
.team-block-one .inner-box .image-box .contact-box .email:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    height: 1px;
    width: 34px;
    left: 8px;
    bottom: 0px;
}
.team-block-one .inner-box .image-box .contact-box .email span {
    position: absolute;
    display: inline-block;
    right: 50px;
    top: 20px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    border-radius: 3px;
    padding: 0px 12.5px;
    color: #666;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}
.team-block-one .inner-box .image-box .contact-box .email:hover span {
    opacity: 1;
    visibility: visible;
    right: 65px;
}
.team-block-one .inner-box .image-box .contact-box .email span:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    top: 6px;
    right: -3px;
    transform: rotate(45deg);
}
.team-block-one .inner-box .image-box .contact-box .social-links {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.team-block-one .inner-box .image-box .contact-box .social-links .share {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #aeaeae;
    text-align: center;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box .contact-box .social-links .share {
    color: #fff;
}
.team-block-one .inner-box .image-box .contact-box .social-links .list {
    position: absolute;
    top: 6px;
    right: 43px;
    width: 130px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}
.team-block-one .inner-box .image-box .contact-box .social-links:hover .list {
    visibility: visible;
    opacity: 1;
    right: 58px;
}
.team-block-one .inner-box .image-box .contact-box .social-links .list li {
    position: relative;
    display: inline-block;
    margin-left: 6px;
}
.team-block-one .inner-box .image-box .contact-box .social-links .list li:first-child {
    margin-left: 0px;
}
.team-block-one .inner-box .image-box .contact-box .social-links .list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #8d8d8d;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}
.team-block-one .inner-box .image-box .contact-box .social-links .list li a:hover {
    color: #fff;
}
.team-block-one .inner-box .lower-content {
    padding-top: 14px;
}
.team-block-one .inner-box .lower-content h4 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    line-height: 20px;
    color: #000;
    text-align: center;
}
.team-section .more-btn {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 36px;
}
.team-page-section {
    position: relative;
}
.team-page-section .team-block-one {
    margin-bottom: 50px;
}
.team-block-one .inner-box .image-box {
    background: -webkit-linear-gradient(0deg, #a0cd4e, #a0cd4e 100%);
}
.team-block-one .inner-box .image-box .contact-box .social-links .list li a:hover {
    background: -webkit-linear-gradient(0deg, #d83371, #7a2d9e 100%);
}
.team-block-one .inner-box .image-box .contact-box:before {
    background: -webkit-linear-gradient(0deg, #a0cd4e, #568009 100%);
}
/** news-section **/

.news-section {
    position: relative;
}
.news-section .title-inner {
    position: relative;
    display: block;
}
.news-block-one .inner-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
    margin-top: 20px;
}
.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    height: 345px;
}
.news-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    opacity: 0.8;
    z-index: 1;
    transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box:before {
    width: 100%;
    left: 0px;
}
.news-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
    height: fit-content;
}
.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 20px 25px;
    background: #ffffff;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    margin-top: -80px;
}
.news-block-one .inner-box .lower-content .file-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}
.news-block-one .inner-box .lower-content .file-box i {
    position: relative;
    display: block;
    font-size: 14px;
    color: black !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-right: 10px;
}
.news-block-one .inner-box .lower-content .file-box p {
    position: relative;
}
.news-block-one .inner-box .lower-content .title-box {
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #a0cd4e;
}
.news-block-one .inner-box .lower-content .title-box .post-date {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0px;
}
.news-block-one .inner-box .lower-content .title-box .post-date p {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}
.news-block-one .inner-box .lower-content .title-box .post-date span {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}
.news-block-one .inner-box .lower-content .title-box h4 {
    line-height: 24px;
    font-size: 18px;
    text-align: center;
}
.news-block-one .inner-box .lower-content .text {
    position: relative;
    margin-bottom: 10px;
}
.news-section .lower-content .inner-content {
    position: relative;
}
.news-section .title-inner .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1335px;
    height: 100%;
    background-repeat: no-repeat;
}
.news-section .title-inner .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1350px;
    height: 100%;
    background-repeat: no-repeat;
}
.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-left: 10px;
    line-height: 22px;
}
.btn-style-four {
    color: #1d165c;
}
.btn-style-four:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0px;
    top: 10px;
    border-radius: 50%;
    transition: all 500ms ease;
}
.btn-style-four:before {
    background: #fb5155;
}
.btn-style-four span {
    font-size: 24px;
    margin-left: 7px;
}
/** chooseus-style-four **/

.chooseus-style-four {
    position: relative;
    padding: 0;
}
.chooseus-style-four .image-box {
    position: relative;
    display: contents;
    margin-top: 6px;
}
.chooseus-style-four .image-box img {
    width: 100%;
}
.chooseus-style-four .image-box .image {
    width: max-content;
    float: right;
    position: absolute;
    right: 60px;
    bottom: 0;
}
.chooseus-style-four .image-box .image-2 {
    position: absolute;
    right: 30px;
    bottom: -50px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}
#content_block_12 .content-box .inner-box .single-item {
    position: relative;
    margin-bottom: 37px;
}
#content_block_12 .content-box .inner-box .single-item:last-child {
    margin-bottom: 25px;
}
#content_block_12 .content-box .inner-box .single-item h4 {
    position: relative;
    padding-bottom: 8px;
    font-size: 18px;
    margin-bottom: 10px;
}
#content_block_12 .content-box .inner-box .single-item h4:before {
    position: absolute;
    content: '';
    border: 1px solid #a0cd4e;
    width: 55px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}
#content_block_12 .content-box .inner-box .single-item:hover h4:before {
}
#content_block_12 .content-box .inner-box .single-item .box {
    position: relative;
    padding-left: 55px;
}
#content_block_12 .content-box .inner-box .single-item .box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 32px;
    color: #a0cd4e !important;
    transition: all 500ms ease;
    align-items: center;
    display: flex;
    height: 100%;
}
#content_block_12 .content-box .inner-box .single-item:hover .box .icon-box {
    transform: rotateY(360deg);
}
#content_block_12 .content-box .inner-box .single-item .box p {
    color: #8c8c8c;
    line-height: 21px;
    font-size: 14px;
}
#content_block_12 .content-box .sec-title {
    margin-bottom: 25px;
}
#content_block_12 .content-box .inner-box .single-item:hover h4:before {
    border: 1px dashed #a0cd4e;
}
#content_block_12 .content-box .inner-box .single-item:hover .box .icon-box {
}
/** technology-style-two **/

.technology-style-two {
    position: relative;
}
.technology-style-two .upper-box .image-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 200px;
}
.technology-style-two .upper-box .image-box img {
    width: 100%;
}
.technology-style-two .upper-box .image-box .image {
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.technology-style-two .upper-box .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: -80px;
    border-radius: 50px;
}
.technology-style-two .upper-box .image-box .image-3 {
    position: absolute;
    right: 0px;
    bottom: -80px;
    width: 300px;
    height: 300px;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
}
.technology-style-two .upper-box .image-box .image-3 img {
    border-radius: 50%;
}
.technology-style-two .upper-box {
    position: relative;
}
.technology-style-two .upper-box .upper-inner {
    position: relative;
    z-index: 1;
    margin-bottom: -180px;
}
.technology-style-two .lower-box {
    position: relative;/* padding: 360px 0px 100px 0px; */
}
.technology-block-two .inner-box {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 15px 15px 15px 15px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
.technology-block-two .inner-box .border-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}
.technology-block-two .inner-box .border-box .border {
    position: absolute;
    width: 30px;
    height: 1px;
    border: none !important;
    background: #fff;
    transition: all 1500ms ease;
}
.technology-block-two .inner-box .border-box .border-1 {
    top: 0px;
    left: 40px;
}
.technology-block-two .inner-box:hover .border-box .border-1 {
    left: 88% !important;
}
.technology-block-two .inner-box .border-box .border-2 {
    bottom: 0px;
    right: 40px;
}
.technology-block-two .inner-box:hover .border-box .border-2 {
    right: 88% !important;
}
.technology-block-two .inner-box .image-box {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    float: right;
}
.technology-block-two .inner-box .inner {
    position: relative;
    padding-left: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: normal;
}
.technology-block-two .inner-box .inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}
.technology-block-two .inner-box .inner p {
    color: #fff;
}
.technology-block-two .inner-box .inner a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-weight: 600;
}
.technology-block-two .inner-box .inner a:hover {
    padding-left: 17px;
}
.technology-block-two .inner-box .inner a:before {
    position: absolute;
    content: "\f104";
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
    opacity: 0;
}
.technology-block-two .inner-box .inner a:hover:before {
    opacity: 1;
}
.technology-block-two .inner-box .inner a i {
    position: relative;
    top: 1px;
    margin-left: 8px;
}
.technology-style-two .lower-box {
    background: transparent;
    margin-bottom: 40px;
}
.technology-style-two .lower-box .sec-title p {
    color: #a0cd4e;
}
.technology-style-two .lower-box .sec-title h2 {
    color: #9b1f38;
    margin-bottom: 40px;
    padding-bottom: 30px;
    text-align: left;
}
.service-img figure.image {
    float: right;
    margin-right: 60px;
    box-shadow: -40px 40px 0 #01aeef;
    background: #fff;
}
.service-img figure.image img {
    width: 100%;
    padding: 30px;
}
.partner-section {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.partner-section img {
    width: 100%;
    margin: 0px;
}
.slider-image-1.clearfix figure img {
    width: 100%;
}
.technology-style-two .lower-box .sec-title p {
    color: #000;
}
.technology-style-two .lower-box p {
    color: #000;
}
.technology-style-two .lower-box .sec-title h2:before {
    margin-left: 0;
}
.technology-style-two .lower-box .sec-title h2:after {
    margin-left: 43px;
}
.counter-block-one .inner-box .count-outer {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 3px;
}
.counter-block-one .inner-box .count-outer {
    color: #ffffff;
    text-align: center;
}
section.count_section {
    padding: 60px 0;
    background: #01aeef;
    overflow: hidden;
}
section#jury {
    background: #d2d2d2;
}
section#speaker2 {
    background: #d2d2d2;
}
section#about figure img {
    width: auto;
    max-width: 100%;
    background: #fff;
    z-index: 99999;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.25);
    padding: 25px;
}
section#about figure:after {
    background: #9d1f39;
    position: absolute;
    left: -25px;
    bottom: -25px;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
section#about figure {
    position: relative;
}
.counter-block-one .inner-box h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.inner-box .icon {
    text-align: center;
    background: #fff;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #01abeb;
    font-size: 36px;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
}
.counter-block-one inner-box {
    position: relative;
}
.inner-box .icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.navigation-menu>ul .theme-btn {
    margin-left: 10px;
}
nav.offcanvas-navigation button.theme-btn {
    background: #fff;
    color: #01aeef;
    width: calc(100% - 30px);
    margin: 15px;
    font-weight: 700;
}

.info-block .info-box {
    position: relative;
    padding: 10px 30px 10px;
    padding-right: 80px;
}
.info-box.row h5 {
    display: block;
    width: 100%;
    font-size: 21px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}
section#contact {
    background: #01aeef;
}
.info-box .text {
    color:#fff;
}

.form-wrapper {
	background-color: white;
	padding: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.popover-message {
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0 0 0 / 0.8);
	z-index: 99999;
	float: left;
	display: block;
	height: 100vh;
}
.popover-message p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
	color: #000;
	font-weight: 500;
	width: 100%;
	max-width: 480px;
}
.popover-message p a {
	color: red;
}
.form-submit button {
	width: 100% !important;
}


.home-cover{padding-top: 60px;}

@media screen and (max-width:767px){
    .home-cover{padding-top:0;}
}