/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR Oktilcal           ||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/* 
old color #02c18d , rgba(2, 193, 141, ---)
new color #008086 , rgb(0, 128, 134, ---)
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url(../css/animate.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/icomoon.css);
@import url(../css/jquery.bootstrap-touchspin.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/jquery.mCustomScrollbar.min.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/timePicker.css);
@import url(../css/slick.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/jquery-ui.css);
@import url(../css/tinyscrollbar.css);
@import url(../css/twentytwenty.css);

/*==============================================
   Base Css
===============================================*/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
}

body {
    color: #8a8c93;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #353742;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

h4 {}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

img.lazy-image {
    background: url(../images/icon/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}


/* Tiny Scrollbar */

#scrollbar1 {
    width: 500px;
    margin: 0;
}

#scrollbar1 .viewport {
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 870px;
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
}

#scrollbar1 .scrollbar {
    position: absolute;
    top: 0;
    right: -30px;
    background: #008086;
    width: 10px;
}

#scrollbar1 .track {
    background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 10px;
    position: relative;
    padding: 0;
}

#scrollbar1 .thumb {
    background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    background-image: none;
    height: 20px;
    width: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 1;
}

#scrollbar1 .thumb .end {
    background: #353742 no-repeat 50% 0;
    overflow: hidden;
    height: 120px;
    width: 10px;
}

#scrollbar1 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}

.map-data a {
    color: #0b59d9;
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

.clr1 {
    color: #f36727;
}

.bgclr1 {
    background: #f36727;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-right: 10px;
    background-color: #008086;
    color: #ffffff;
    font-size: 16px;
    line-height: 70px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 40px;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.btn-one:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #03a67a;
    content: "";
    border-radius: 40px;
    transform: scaleX(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-one:hover:after {
    transform: scaleX(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-one .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.btn-one i.round {
    position: relative;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    color: #008086;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-one:hover i.round {
    color: #ffffff;
    margin-left: 25px;
    transform: rotate(360deg);
    background: #008086;
}

.btn-one:hover,
.btn-one:focus {
    color: #f7f7f7;
}

.btn-one.style2 {
    line-height: 50px;
}

.btn-one.style2 i.round {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.btn-one.style2:hover i.round {
    margin-left: 15px;
}

.btn-style3 {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #f4f5f7;
    border-radius: 50%;
    color: #353742;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.btn-style3:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #353742;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.btn-style3:hover:before {
    transform: scale(1.0);
}

.btn-style3:hover {
    color: #ffffff;
}

.gra-bgclr1 {
    background: rgba(0, 0, 0, 0);
    /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(43%, rgba(0, 0, 0, 0.29)), color-stop(100%, rgba(0, 0, 0, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 59px;
}

.sec-title h2 {
    color: #353742;
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    text-transform: capitalize;
}

.sec-title h2 span {
    color: #008086;
}

.sec-title h2.clrwhite {
    color: #ffffff;
}

.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


/*___ owl Nav Dot Style _____*/

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}

.owl-nav-style-one {}

.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    top: -3px;
    display: block;
}

.owl-nav-style-one .owl-controls {}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 10;
    display: block;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #031f4b;
    border-radius: 7px;
    color: #031f4b;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #0098ff;
    border-color: #0098ff;
}

.owl-nav-style-two {}

.owl-nav-style-two .owl-controls {}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #3740b0;
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    line-height: 8px;
    height: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 4px;
    border: 0px solid transparent;
    background: #031f4b;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 0%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: #0098ff;
    width: 20px;
    height: 8px;
}


/* Accordion Box Css */

.accordion-box {
    position: relative;
    display: block;
}

.accordion-box .accordion {
    position: relative;
    display: block;
    background: #ffffff;
    border-bottom: 1px solid #dbdee4;
    border-radius: 0px;
}

.accordion-box .accordion.bordernone {
    border-bottom: none;
}

.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn h4 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn::after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f106";
    top: 50%;
    right: 30px;
    color: #353742;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .accordion .accord-btn.active {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #008086;
}

.accordion-box .accordion .accord-btn.active:after {
    color: #008086;
    content: "\f107";
}

.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    border-top: 1px solid #dbdee4;
    padding-top: 25px;
    padding-bottom: 29px;
    padding-left: 30px;
    padding-right: 40px;
    display: none;
}

.accordion-box .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box .accordion .accord-content p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, 0.3000);
    }
}

.rating-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.rating-box ul {
    overflow: hidden;
}

.rating-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 3px;
}

.rating-box ul li:last-child {
    margin-right: 0;
}

.rating-box ul li a {
    color: #031f4b;
    font-size: 18px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.boxed_wrapper {
    position: relative;
    overflow: hidden;
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
}


/*=============== Boxed-Layout =============*/

.boxed_wrapper_box_page {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 9999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}

.body_switcher .body_switch_btn button {
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}

.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.body_switcher .boxed_switch_menu h5 {
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.body_switcher.switcher-show {
    left: 0;
}

.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.body_switcher .boxed_switch_menu .switch_body .box>div {
    width: 80px;
    height: 50px;
    background: #fff;
    border: 2px solid #999;
}

.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    display: block;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}

.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x: hidden;
}


/*=============== Color-Layout =============*/

.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
}

.switcher .switch_btn {
    position: absolute;
    top: 0px;
    right: -50px;
    z-index: -1;
}

.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(255, 255, 255, 0.70);
}

.switcher .switch_menu {
    position: absolute;
    width: 180px;
    height: 30px;
    background: transparent;
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 10px 0;
}

.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.switcher #styleOptions li:last-child {
    margin-right: 0;
}

.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
    background: #6377ee;
}

.switcher #styleOptions li a.pink-color {
    background: #ff6ec7;
}

.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}

.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}

.switcher #styleOptions li a.orange-color {
    background: #FFA500;
}


/*________________Preloader_______________ */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.gif);
}

.preloader.style-two {
    background-image: url(../images/icon/preloader-1.gif);
}


/*** Scroll To Top style ***/

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #008086;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}

.scroll-top span {}

.scroll-top:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}


/* Form validation styles */

input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form input[type="tel"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}


/* Post pagination styles */

.post-pagination {
    position: relative;
    display: block;
}

.post-pagination.martop20 {
    margin-top: 20px;
}

.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}

.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}

.post-pagination li.active a i,
.post-pagination li:hover a i {
    color: #131313;
}

.post-pagination.style2 li a {
    border-radius: 0;
}

.secpd100-0 {
    padding: 100px 0;
}


/* Overlay styles */

.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

.overlay-style-one.bg1 {
    background-color: rgba(0, 0, 0, 0.50);
}

.overlay-style-one.bg2 {
    background-color: rgb(0, 128, 134, 0.70);
}

.overlay-style-one.bg3 {
    background-color: rgba(0, 83, 153, 0.90);
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.overlay-style1.bg1 {
    background-color: rgba(0, 0, 0, 0.70);
}

.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    font-size: 18px;
    color: #ffba00;
}

.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.social-links-style1 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: #f4f5f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #353742;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    transition: all 500ms ease;
}

.social-links-style1 li a:hover i {
    color: #ffffff;
    background: #008086;
}

.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}

.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    color: #e4b33d;
}


/* Update header Style */

@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }
    50% {
        margin-top: -74px;
    }
    100% {
        margin-top: 0;
    }
}


/*** 
========================================
    Mobile Menu
========================================
***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #008086;
}


/*==============================================
    Main Header Css        
===============================================*/

.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 999999;
}

.sticky-header .logo {
    position: relative;
    display: block;
    padding: 23px 0 24px;
}

.sticky-header .logo a {
    position: relative;
    display: inline-block;
}

.sticky-header .main-menu .navigation>li {
    padding: 0;
    margin-right: 40px;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 27px 0 28px;
}

.header-style-one {
    position: relative;
}

.header-style-one .border-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #0098ff;
    content: "";
}

.header-top {
    position: relative;
    display: block;
    background: #ffffff;
}

.header-top .outer-box {
    position: relative;
    display: block;
    background: #353742;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.header-top-left {
    position: relative;
    display: block;
    padding: 10px 0 11px;
    padding-left: 40px;
}

.header-top-left p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.header-top-right {
    position: relative;
    display: block;
}

.header-social-link {
    position: relative;
    display: block;
    float: left;
    padding: 7px 0 8px;
    margin-right: 40px;
}

.header-social-link ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-social-link ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.header-social-link ul li:last-child {
    margin-right: 0;
}

.header-social-link ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-social-link ul li a:hover {
    color: #008086;
}

.header-top-right .button-box {
    position: relative;
    display: block;
    float: right;
}

.header-top-right .button-box a {
    position: relative;
    display: inline-block;
    background: #008086;
    color: #ffffff;
    font-size: 14px;
    line-height: 45px;
    font-weight: 700;
    padding: 0 40px;
    border-bottom-right-radius: 7px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.header-top-right .button-box a:hover {
    background: #22232b;
}

.header {
    position: relative;
    display: block;
}

.header .outer-box {
    position: relative;
    display: block;
}

.header-left {
    position: relative;
    display: block;
}

.header-left .logo {
    position: relative;
    display: block;
    padding: 41px 0;
}

.header-left .logo a {
    position: relative;
    display: inline-block;
}

.header-left .logo a img {
    width: auto;
}

.header-right {
    position: relative;
    display: block;
}

.header-right .nav-outer {
    position: relative;
    display: block;
    float: left;
}

.main-menu.style1 {}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 50px;
    padding: 45px 0;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #8a8c93;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
    opacity: 1;
    font-family: 'Inter', sans-serif;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #353742;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    background: #008086;
    opacity: 0;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    width: 5px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #031f4b;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    padding: 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #353742;
    ;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>ul>li a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    background: #008086;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    width: 5px;
}


/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

.header-contact {
    position: relative;
    display: block;
    float: right;
    padding: 26px 0;
    margin-left: 60px;
}

.header-contact .icon {
    width: 80px;
}

.header-contact .icon span:before {
    position: relative;
    top: 7px;
    font-size: 60px;
    line-height: 60px;
}

.header-contact .icon,
.header-contact .title {
    display: table-cell;
    vertical-align: middle;
}

.header-contact .title a {
    color: #353742;
    font-size: 18px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-contact .title a:hover {
    color: #008086;
}

.header-contact .title p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0px 0 0;
}


/*** 
=====================================================
	Main Slider style
=====================================================
***/

.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
}

.main-slider.style1 {
    margin-top: 0px;
}

.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 178px 0px 185px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slide .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .8s ease-in-out .4s;
}

.main-slider .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.10);
    content: "";
    z-index: -1;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.main-slider .content {
    position: relative;
    z-index: 11;
}

.main-slider.style1 .content {
    position: relative;
    display: block;
    width: 100%;
}

.main-slider .auto-container {
    position: relative;
    overflow: hidden;
}

.main-slider .content h3 {
    color: #008086;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.1em;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider .active .content h3 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .4s ease-in-out .3s;
}

.main-slider .content h2 {
    position: relative;
    color: #353742;
    font-size: 90px;
    line-height: 1.1em;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 54px;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider .active .content h2 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .5s;
}

.main-slider .content .btns-box {
    position: relative;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider .active .content .btns-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .7s;
}

.main-slider .icon-holder {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: #008086;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    opacity: 0;
    transform: translateY(-80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider .active .icon-holder {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .7s;
}

.main-slider .icon-holder img {
    width: auto;
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scale(1.0);
}

.main-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    transform: scale(1.0);
}

.main-slider .owl-theme .owl-prev span,
.main-slider .owl-theme .owl-next span {
    display: block;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    transform: rotate(180deg);
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-prev:hover {
    background: #008086;
}

.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-next:hover {
    background: #008086;
}

.banner-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 70px;
    right: 0;
    display: block;
    text-align: center;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto !important;
    line-height: 0;
    display: none;
}

.banner-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.banner-carousel .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
}

.banner-carousel .owl-dots .owl-dot.active {
    background-color: #0098ff;
    border-color: #0098ff;
}


/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/

.main-slider.style2 {
    position: relative;
}

.main-slider.style2 .slide {
    padding: 180px 0px 180px;
}

.main-slider .slide .image-layer:before {
    background-color: rgba(255, 255, 255, 0.30);
}

.main-slider.style2 .content .sub-title {
    position: relative;
    display: inline-block;
    background: #008086;
    padding: 11px 20px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.01em;
    opacity: 0;
    transform: translateY(-80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider.style2 .active .content .sub-title {
    opacity: 1;
    transform: translateY(0px);
    transition: all .4s ease-in-out .3s;
}

.main-slider.style2 .content h2 {
    line-height: 1.1em;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 44px;
}

.main-slider.style2 .content h2 span {
    font-weight: 700;
}


/*** 
=============================================
    Welcome Area Css
=============================================
***/

.welcome-area {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 120px 0 120px;
}

.welcome-image-box {
    position: relative;
    display: block;
    max-width: 610px;
    width: 100%;
    padding-right: 40px;
    padding-bottom: 40px;
}

.welcome-image-box:before {
    position: absolute;
    top: 0;
    left: -120px;
    bottom: 40px;
    width: 15px;
    background: #008086;
    content: "";
    border-radius: 10px;
}

.welcome-image-box img {
    width: 100%;
}

.welcome-image-box .image2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.welcome-image-box .image2:before {
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: 40px;
    right: 40px;
    border-top: 20px solid #f6f6f6;
    border-left: 20px solid #f6f6f6;
    content: "";
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.welcome-image-box .image2 img {
    width: 100%;
}

.welcome-image-box .experience-box {
    position: absolute;
    top: 35px;
    left: 0;
}

.welcome-image-box .experience-box {
    position: absolute;
    top: 30px;
    left: -70px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fa-spin 5s ease infinite;
}

.welcome-image-box .experience-box:before {
    position: absolute;
    top: 13px;
    left: 13px;
    bottom: 13px;
    right: 13px;
    border: 1px dashed #e1e1e2;
    content: "";
    border-radius: 50%;
}

.welcome-image-box .experience-box h2 {
    color: #008086;
    font-size: 54px;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
}

.welcome-image-box .experience-box h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 3px 0 0;
}

.welcome-content-box {
    position: relative;
    display: block;
    margin-left: -30px;
    margin-right: -30px;
}

.welcome-content-box .sec-title {
    padding-bottom: 39px;
}

.welcome-content-box .inner-content {
    position: relative;
    display: block;
}

.welcome-content-box .inner-content .text {
    position: relative;
    display: block;
}

.welcome-content-box .inner-content .text p {
    margin: 0;
}

.welcome-content-box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 29px 0 45px;
}

.welcome-content-box .inner-content ul li {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 20px;
    line-height: 44px;
}

.welcome-content-box .inner-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\e920";
    font-family: 'icomoon';
    color: #008086;
    font-size: 20px;
}

.welcome-content-box .inner-content .bottom-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.welcome-content-box .inner-content .bottom-box .left {}

.welcome-content-box .inner-content .bottom-box .text2 {
    position: relative;
    display: block;
}

.welcome-content-box .inner-content .bottom-box .text2 p {
    margin: 0 0 6px;
    line-height: 20px;
}

.welcome-content-box .inner-content .bottom-box .text2 a {
    color: #2b2d36;
    font-size: 20px;
    font-weight: 700;
}

.author-info-box1 {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
}

.author-info-box1 .image-box {
    width: 90px;
}

.author-info-box1 .image-box .inner {
    position: relative;
    display: block;
    padding: 4px;
    border: 2px solid #008086;
    border-radius: 50%;
}

.author-info-box1 .image-box .inner img {
    width: 100%;
    border-radius: 50%;
}

.author-info-box1 .image-box,
.author-info-box1 .signature-box {
    display: table-cell;
    vertical-align: middle;
}

.author-info-box1 .signature-box {
    position: relative;
    padding-left: 15px;
}

.patients-box {
    position: relative;
    display: block;
    width: 200px;
    background: #ffffff;
    padding: 6px 0 7px;
}

.patients-box i {
    color: #008086;
    font-size: 67px;
}

.patients-box h2 {
    color: #353742;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    margin: 1px 0 8px;
}

.patients-box h2 span {
    position: relative;
    display: block;
    line-height: 50px;
}

.patients-box p {
    margin: 0;
}


/*** 
=============================================
    Certified Area Css
=============================================
***/

.certified-area {
    position: relative;
    display: block;
    z-index: 1;
}

.certified-area:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: #f4f5f7;
    content: "";
    z-index: -1;
}

.certified-area .outer-container {
    position: relative;
    display: block;
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.certified-area .outer-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 90px 90px;
    border-radius: 10px;
}

.certified-area .outer-box:before {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 0px;
    right: 30px;
    border: 1px solid #dbdee4;
    border-bottom: none;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    content: "";
}

.certified-content-box {
    position: relative;
    display: block;
}

.certified-content-box .sec-title {
    padding-bottom: 30px;
}

.certified-content-box .text {
    position: relative;
    display: block;
}

.certified-content-box .text .btns-box {
    position: relative;
    display: block;
    padding-top: 30px;
}

.certified-image-box1 {
    position: relative;
    display: block;
    margin-left: -80px;
    margin-right: 80px;
}

.certified-image-box1 img {
    width: 100%;
    border-radius: 10px;
}

.certified-box {
    position: relative;
    display: block;
    margin-left: -80px;
}

.certified-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.certified-box .icon-box .eye-box {
    top: -15px;
}

.eye-box {
    position: relative;
    width: 110px;
    height: 110px;
    background: #008086;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fa-spin 5s ease infinite;
}

.certified-box ul {
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.certified-box ul li {
    position: relative;
    display: block;
    float: left;
    width: 220px;
    margin: 0 15px 30px;
}


/*** 
=============================================
    Service Style1 Area Css
=============================================
***/

.services-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 90px;
    z-index: 1;
}

.services-style1-area:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 578px;
    background: #353742;
    content: "";
    z-index: -1;
}

.services-style1-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.services-style1-area .sec-title {
    padding-bottom: 49px;
}

.services-style1-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}

.services-style1-area .top-title .text p {
    color: #a5a7b3;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.services-style1-area.services-style1-instyle2:before {
    background: #f4f5f7;
}

.services-style1-area.services-style1-instyle2 .top-title .text p {
    color: #8a8c93;
}

.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-service-style1:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    height: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #008086;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-service-style1:hover:before {
    transform: scaleY(1.0);
}

.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.single-service-style1 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.single-service-style1:hover .img-holder img {
    transform: scale(1.2);
}

.single-service-style1 .img-holder::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.single-service-style1:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-service-style1 .img-holder .icon {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 110px;
    height: 110px;
    background: #008086;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    z-index: 1;
}

.single-service-style1 .img-holder .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #353742;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-service-style1:hover .img-holder .icon:before {
    transform: scale(1.0);
}

.single-service-style1 .img-holder .icon span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 65px;
    line-height: 110px;
    text-align: center;
}

.single-service-style1 .text-holder {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 35px 40px 40px;
    -webkit-box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
}

.single-service-style1 .text-holder h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 13px;
}

.single-service-style1 .text-holder h3 a {
    color: #353742;
}

.single-service-style1 .text-holder p {
    margin: 0;
}

.single-service-style1 .text-holder .bottom-box {
    position: relative;
    display: block;
    padding-top: 18px;
}

.single-service-style1 .counting {
    position: absolute;
    bottom: -15px;
    right: -20px;
    color: #f4f5f7;
    font-size: 120px;
    line-height: 100px;
    font-weight: 900;
}


/*** 
=============================================
    Slogan Area Css
=============================================
***/

.slogan-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.slogan-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 128, 134, 0.90);
    content: "";
    z-index: -1;
}

.slogan-content {
    position: relative;
    overflow: hidden;
    padding: 104px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.slogan-content .left {
    position: relative;
    display: block;
}

.slogan-content .left .title h2 {
    color: #ffffff;
    font-size: 44px;
    line-height: 56px;
    font-weight: 600;
}

.slogan-content .right {
    position: relative;
    display: block;
}

.slogan-content .right .btns-box {
    position: relative;
}

.slogan-content .right .btns-box a {
    background: #353742;
}


/*** 
=============================================
    choose Area Css
=============================================
***/

.choose-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 0px;
    z-index: 1;
}

.choose-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 150px;
    right: 0;
    background: #f4f5f7;
    content: "";
    z-index: -1;
}

.choose-left-box {
    position: relative;
    display: block;
}

.choose-left-box img {
    max-width: none;
    float: right;
}

.video-holder-box {
    position: relative;
    display: block;
    z-index: 1;
}

.video-holder-box .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: #008086;
    border-top-left-radius: 0px;
    z-index: 1;
}

.video-holder-box .icon:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    z-index: -1;
}

.video-holder-box:hover .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}

.video-holder-box .icon a {
    position: relative;
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}

.video-holder-box .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 150px;
}

.choose-content-box {
    position: relative;
    display: block;
    padding-left: 90px;
    padding-bottom: 213px;
}

.choose-content-box .sec-title {
    padding-bottom: 49px;
}

.choose-content-box .inner-content {
    position: relative;
    display: block;
}

.choose-tabs {
    position: relative;
    display: block
}

.choose-tabs .tab-button-column {
    position: relative;
    display: block;
}

.choose-tabs .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
}

.choose-tabs .tab-buttons .tab-btn {
    position: relative;
    display: block;
    float: left;
    padding: 0px 30px 0px;
    cursor: pointer;
    color: #353742;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    margin-right: 10px;
    transition: all 300ms ease;
    z-index: 1;
}

.choose-tabs .tab-buttons .tab-btn:last-child {
    margin-right: 0;
}

.choose-tabs .tab-buttons .tab-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #008086;
    content: "";
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.choose-tabs .tab-buttons .tab-btn:hover:before,
.choose-tabs .tab-buttons .tab-btn.active-btn:before {
    height: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.choose-tabs .tab-buttons .tab-btn:hover,
.choose-tabs .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
}

.choose-tabs .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.choose-tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.choose-tab-content-box {
    position: relative;
    display: block;
    padding-top: 30px;
}

.choose-tab-content-box .top-content {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.choose-tab-content-box .bottom-content {
    position: relative;
    display: block;
}

.choose-tab-content-box .bottom-content .image-box {
    width: 170px;
}

.choose-tab-content-box .bottom-content .image-box,
.choose-tab-content-box .bottom-content .text-box {
    display: table-cell;
    vertical-align: middle;
}

.choose-tab-content-box .bottom-content .text-box {
    position: relative;
    padding-left: 30px;
}

.choose-tab-content-box .bottom-content .text-box ul {
    overflow: hidden;
}

.choose-tab-content-box .bottom-content .text-box ul li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 44px;
    padding-left: 40px;
}

.choose-tab-content-box .bottom-content .text-box ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\e920";
    font-family: 'icomoon';
    color: #008086;
    font-size: 20px;
}

.happy-patients-box {
    position: absolute;
    left: 90px;
    bottom: 0;
    max-width: 420px;
    width: 100%;
    background: #353742;
    padding: 34px 50px 30px;
    padding-right: 20px;
}

.happy-patients-box .icon {
    width: 90px;
}

.happy-patients-box .icon i:before {
    color: #008086;
    font-size: 65px;
}

.happy-patients-box .icon,
.happy-patients-box .title {
    display: table-cell;
    vertical-align: middle;
}

.happy-patients-box .title h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
}

.happy-patients-box .title span {
    color: #a5a7b3;
    font-weight: 400;
}


/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/

.testimonial-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 77px;
}

.testimonial-style1-area .shape1 {
    position: absolute;
    left: -80px;
    bottom: -90px;
}

.testimonial-style1-area .shape2 {
    position: absolute;
    top: -150px;
    right: 0px;
    z-index: 1;
}

.testimonial-style1-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.testimonial-style1-area .sec-title {
    padding-bottom: 49px;
}

.testimonial-style1-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}

.testimonial-style1-area .top-title .text p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.single-testimonial-style1 {
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 40px;
    z-index: 10;
}

.single-testimonial-style1 .inner-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 44px 40px 0;
    z-index: 1;
}

.single-testimonial-style1 .inner-content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    -webkit-box-shadow: 0px -2px 11px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -2px 11px 2px rgba(0, 0, 0, 0.05);
    content: "";
    z-index: -1;
    transform: scaleX(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-testimonial-style1:hover .inner-content:before {
    transform: scaleX(1.0);
}

.single-testimonial-style1 .inner-content .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-testimonial-style1:hover .inner-content .bg {
    transform: scaleY(0);
}

.single-testimonial-style1 .inner-content .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    z-index: -1;
    transform: scaleX(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-testimonial-style1:hover .inner-content .bg-overlay {
    transform: scaleX(1.0);
}

.single-testimonial-style1 .quote-icon {
    position: relative;
    display: block;
    width: 36px;
    height: 27px;
    margin: 0 auto 30px;
}

.single-testimonial-style1 .quote-icon .main-icon {
    transform: scale(1.0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-testimonial-style1:hover .quote-icon .main-icon {
    transform: scale(0);
}

.single-testimonial-style1 .quote-icon .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform: scale(0);
}

.single-testimonial-style1:hover .quote-icon .overlay-icon {
    transform: scale(1.0);
}

.single-testimonial-style1 .text-box {
    position: relative;
    display: block;
    padding-bottom: 33px;
}

.single-testimonial-style1 .text-box p {
    margin: 0;
}

.single-testimonial-style1 .img-box {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    transition: all 900ms linear;
    transition-delay: 0.1s;
}

.single-testimonial-style1:hover .img-box {}

.single-testimonial-style1 .img-box:before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 10px solid #ffffff;
    content: "";
    border-radius: 50%;
}

.single-testimonial-style1 .img-box img {
    width: 100%;
    border-radius: 50%;
}

.single-testimonial-style1 .client-info-box {
    position: relative;
    display: block;
    padding-top: 17px;
}

.single-testimonial-style1 .client-info-box h3 {
    color: #008086;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}

.single-testimonial-style1 .client-info-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}


/*** 
=============================================
    Partner Area Css
=============================================
***/

.partner-area {
    position: relative;
    display: block;
    padding-top: 115px;
    padding-bottom: 180px;
    min-height: 600px;
}

.partner-area:before {
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background: rgba(255, 255, 255, 0.10);
    z-index: 11;
}

.partner-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    min-height: 600px;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.partner-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    z-index: 10;
    padding-bottom: 70px;
}

.single-partner-logo-box {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    margin-bottom: 40px;
}

.single-partner-logo-box a {
    position: relative;
    display: inline-block;
}

.single-partner-logo-box a img {
    opacity: .60;
    transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box:hover a img {
    opacity: 1.0;
    transition: all 0.8s ease-in-out 0.1s;
}


/*** 
=============================================
    Service Style2 Area Css
=============================================
***/

.service-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 0 120px;
    z-index: 10;
}

.service-style2-area .layer-outer-shape {
    position: absolute;
    top: 0;
    left: -60px;
    bottom: 0;
    max-width: 593px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: left top;
    opacity: .03;
}

.service-style2-left {
    position: relative;
    display: block;
    margin-top: -210px;
    margin-right: -40px;
}

.service-style2-left .sec-title {
    padding-bottom: 112px;
    margin-top: 0;
    top: -9px;
}

.single-service-style2 {
    position: relative;
    display: block;
    background: #ffffff;
    margin-bottom: 25px;
    padding: 27px 20px 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2:hover {
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
}

.single-service-style2 .title {
    position: relative;
    display: inline-block;
    background: #f4f5f7;
    padding: 8px 20px;
    padding-right: 10px;
    border-radius: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2:hover .title {
    background: #008086;
}

.single-service-style2 .title h5 {
    color: #353742;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2:hover .title h5 {
    color: #ffffff;
}

.single-service-style2 .text {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-service-style2 .text p {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.service-style2-left .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dbdee4;
    padding-top: 30px;
}

.any-question-box {
    position: relative;
    display: block;
}

.any-question-box .icon {
    width: 85px;
}

.any-question-box .icon span:before {
    position: relative;
    top: 8px;
    color: #008086;
    font-size: 65px;
    line-height: 65px;
}

.any-question-box .icon,
.any-question-box .title {
    display: table-cell;
    vertical-align: middle;
}

.any-question-box .title {
    position: relative;
}

.any-question-box .title span {}

.any-question-box .title h3 {
    color: #2b2d36;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin: 1px 0 0;
}

.service-style2-left .bottom-box .right {
    position: relative;
    display: block;
}

.service-style2-left .bottom-box .right .phone-number {
    position: relative;
    display: block;
}

.service-style2-left .bottom-box .right .phone-number a {
    color: #2b2d36;
    font-size: 24px;
    font-weight: 700;
}

.service-style2-right {
    position: relative;
    display: block;
    margin-top: -210px;
    margin-left: 60px;
}

.service-style2-right img {
    width: 100%;
}


/*** 
=============================================
    Home Map Area Css
=============================================
***/

.home-map-area {
    position: relative;
    display: block;
}

.home-map-area .outer-container {
    display: block;
}

.home-map-area .map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 550px;
}


/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/

.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 90px;
}

.blog-style1-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.blog-style1-area .sec-title {
    padding-bottom: 49px;
}

.blog-style1-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}

.blog-style1-area .top-title .text p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-blog-style1 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.single-blog-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgb(0, 128, 134, 0.8);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.single-blog-style1:hover .img-holder .inner:before {
    height: 100%;
}

.single-blog-style1 .img-holder .inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.single-blog-style1:hover .img-holder .inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-blog-style1 .img-holder .date-box {
    position: absolute;
    left: 40px;
    bottom: -25px;
    width: 100px;
    height: 50px;
    border-radius: 40px;
    text-align: center;
    background-color: #008086;
    z-index: 1;
}

.single-blog-style1 .img-holder .date-box h5 {
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
}

.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 19px 40px 10px;
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
}

.single-blog-style1 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 15px;
}

.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 20px;
}

.single-blog-style1 .text-holder .meta-info li:last-child {
    margin-right: 0;
}

.single-blog-style1 .text-holder .meta-info li a {
    color: #353742;
    font-size: 14px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .meta-info li a:hover {
    color: #008086;
}

.single-blog-style1 .text-holder .meta-info li span:before {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-right: 6px;
    top: 2px;
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 24px 0 0px;
}

.single-blog-style1 .text-holder .blog-title a {
    color: #353742;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .blog-title a:hover {
    color: #008086;
}

.single-blog-style1 .text-holder .text {
    position: relative;
    display: block;
    padding: 15px 0 28px;
}

.single-blog-style1 .text-holder .text p {
    margin: 0;
}

.single-blog-style1 .text-holder .text p span {
    color: #008086;
}

.single-blog-style1 .text-holder .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dbdee4;
    padding-top: 10px;
}

.single-blog-style1 .text-holder .bottom-box .left {
    position: relative;
    display: block;
}

.single-blog-style1 .text-holder .bottom-box .left a {
    color: #8a8c93;
    font-size: 14px;
    font-weight: 500;
}

.blog-style1-area.graybg {
    background: #f4f5f7;
}

.single-blog-style1.style1-instyle2 .big-text {
    position: relative;
    background: #008086;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 40px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.single-blog-style1.style1-instyle2 .big-text .blog-quote {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.single-blog-style1.style1-instyle2 .big-text h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

.single-blog-style1.style1-instyle2 .text-holder .meta-info {
    padding-top: 26px;
    padding-bottom: 40px;
}


/*** 
=============================================
    Slogan Style2 Area style
=============================================
***/

.slogan-style2-area {
    position: relative;
    display: block;
    overflow: hidden;
}

.slogan-style2-area .icon-holder {
    position: absolute;
    left: 0;
    top: -140px;
    right: 0;
    text-align: center;
    z-index: 10;
}

.slogan-style2-area .outer-container {
    position: relative;
    display: block;
}

.slogan-style2-area .row {
    margin-left: -5px;
    margin-right: -5px;
}

.slogan-style2-area .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.slogan-single-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.slogan-single-box .img-holder {
    position: relative;
    display: block;
}

.slogan-single-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.slogan-single-box .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 128, 134, 0.70);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.slogan-single-box .img-holder .inner.gray-bg:before {
    background-color: rgba(56, 58, 69, 0.70);
}

.slogan-single-box .img-holder .inner img {
    width: 100%;
}

.slogan-single-box .img-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    z-index: 2;
}

.slogan-single-box .img-holder .overlay-content h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
}

.slogan-single-box .img-holder .overlay-content .btns-box {
    position: relative;
    display: block;
    padding-top: 39px;
}

.slogan-single-box .img-holder .overlay-content .btns-box a.btn-one {
    color: #ffffff;
    font-size: 14px;
    line-height: 60px;
    font-weight: 600;
}

.slogan-single-box .img-holder .overlay-content .btns-box a.btn-one i.round {
    width: 40px;
    height: 40px;
}

.slogan-single-box .img-holder .overlay-content .btns-box a.btn-one.gray {
    background-color: #353742;
}


/*** 
=============================================
    Subscribe Area style
=============================================
***/

.subscribe-area {
    position: relative;
    display: block;
    background: #2b2d36;
    padding: 30px 0;
}

.subscribe-area .left {
    position: relative;
    display: block;
}

.subscribe-social-links {
    position: relative;
    display: block;
    padding: 5px 0;
}

.subscribe-social-links ul {
    overflow: hidden;
}

.subscribe-social-links ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.subscribe-social-links ul li:last-child {
    margin-right: 0;
}

.subscribe-social-links ul li a {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    border: 1px solid #353742;
    background: #353742;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.subscribe-social-links ul li a:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: #008086;
}

.subscribe-area .right {
    position: relative;
    display: block;
}

.subscribe-content-box {
    position: relative;
}

.subscribe-title {
    position: relative;
    display: block;
    width: 150px;
    float: left;
    padding: 15px 0;
}

.subscribe-title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}

.subscribe-box {
    position: relative;
    display: block;
    width: 500px;
    float: left;
}

.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    padding-right: 50px;
    background: #353742;
    border: 0px solid;
    color: #a5a7b3;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    border-radius: 40px;
    transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
}

.subscribe-form input::-webkit-input-placeholder {
    color: #a5a7b3;
}

.subscribe-form input:-moz-placeholder {
    color: #a5a7b3;
}

.subscribe-form input::-moz-placeholder {
    color: #a5a7b3;
}

.subscribe-form input:-ms-input-placeholder {
    color: #a5a7b3;
}

.subscribe-form button {
    position: absolute;
    background-color: #008086;
    top: 5px;
    right: 5px;
    bottom: 5px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    border-radius: 50%;
    transition: all 300ms ease 100ms;
}

.subscribe-form input[type="email"]:focus {
    color: #ffffff;
}

.subscribe-form input[type="email"]:focus+button,
.subscribe-form button:hover {
    background: #2b2d36;
    transform: rotate(360deg);
}


/*** 
=============================================
    Footer area style
=============================================
***/

.footer-area {
    position: relative;
    display: block;
    z-index: 1;
}

.footer-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #353742;
    z-index: -1;
}

.footer-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.footer-area .layer-outer .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .03;
}

.footer-area .layer-outer .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 510px;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .03;
}

.footer {
    position: relative;
    display: block;
    padding: 80px 0 75px;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget.martop16 {
    margin-top: 16px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 42px;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 39px;
}

.single-footer-widget .our-company-info .footer-logo a {
    display: inline-block;
}

.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
    padding-bottom: 34px;
}

.single-footer-widget .our-company-info .text p {
    color: #a5a7b3;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
}

.single-footer-widget .our-company-info .btns-box {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .btns-box a {}

.single-footer-widget .link1 {
    position: relative;
    display: block;
    margin-top: -14px;
}

.single-footer-widget .link1 ul.marlft40 {
    margin-left: 40px;
}

.single-footer-widget .link1 ul li {
    position: relative;
    display: block;
    line-height: 40px;
}

.single-footer-widget .link1 ul li a {
    position: relative;
    color: #a5a7b3;
    font-size: 16px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: 'Inter', sans-serif;
}

.single-footer-widget .link1 ul li a:hover {
    color: #008086;
}

.footer-news-links {
    position: relative;
    display: block;
}

.footer-news-links .single-news {
    position: relative;
    display: block;
    padding-left: 70px;
    min-height: 75px;
    margin-bottom: 35px;
}

.footer-news-links .single-news:last-child {
    margin-bottom: 0;
}

.footer-news-links .single-news .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 6px;
}

.footer-news-links .single-news .img-holder img {
    width: 100%;
}

.footer-news-links .single-news .img-holder .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(0, 128, 134, 0.70);
    transform: perspective(400px) rotate(90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.footer-news-links .single-news:hover .img-holder .overlay-content {
    opacity: 1;
    transform: perspective(400px) rotate(0deg);
    transition: all 0.4s ease-in-out 0.2s;
}

.footer-news-links .single-news .img-holder .overlay-content a {
    color: #353742;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-news-links .single-news .img-holder .overlay-content a:hover {
    color: #ffffff;
}

.footer-news-links .single-news .title-holder {
    position: relative;
    display: block;
    padding-left: 20px;
}

.footer-news-links .single-news .title-holder p {
    position: relative;
    top: -3px;
    color: #008086;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 7px;
}

.footer-news-links .single-news .title-holder h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.footer-news-links .single-news .title-holder h5 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-news-links .single-news .title-holder h5 a:hover {
    color: #008086;
}

.single-footer-widget .footer-contact-info {
    position: relative;
    display: block;
    margin-top: -6px;
}

.single-footer-widget .footer-contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .footer-contact-info ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    border-bottom: 1px solid #4a4b55;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.single-footer-widget .footer-contact-info ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-footer-widget .footer-contact-info ul li .icon {
    position: absolute;
    top: -1px;
    left: 0;
}

.single-footer-widget .footer-contact-info ul li .icon span:before {
    font-size: 18px;
    line-height: 18px;
}

.single-footer-widget .footer-contact-info ul li .text {
    position: relative;
    display: block;
}

.single-footer-widget .footer-contact-info ul li .text p {
    color: #a5a7b3;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

.single-footer-widget .footer-contact-info ul li .text p a {
    color: #a5a7b3;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget .footer-contact-info ul li .text p a:hover {
    color: #008086;
}

.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid #4a4b55;
    padding: 40px 0;
}

.footer-bottom .outer-box {
    position: relative;
    display: block;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #a5a7b3;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.copyright-text p a {
    color: #008086;
    font-weight: 700;
    transition: all 500ms ease;
}


/*** 
=============================================
    Header Style two Css
=============================================
***/

.header-style-two {
    position: relative;
    background: #ffffff;
}

.header-style2 {
    position: relative;
    display: block;
    padding: 32px 0 33px;
}

.header-style2 .outer-box {
    position: relative;
    display: block;
}

.header-style2-left {
    position: relative;
    display: block;
}

.header-style2-left .logo {
    position: relative;
    display: block;
    padding: 13px 0 14px;
}

.header-style2-left .logo a {
    display: inline-block;
}

.header-style2-right {
    position: relative;
    display: block;
}

.header-contact-info-box {
    position: relative;
    display: block;
}

.header-contact-info-box ul {
    overflow: hidden;
}

.header-contact-info-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #dbdee4;
    padding-top: 10px;
    padding-bottom: 13px;
}

.header-contact-info-box ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.header-contact-info-box ul li .icon {
    width: 50px;
}

.header-contact-info-box ul li .icon span:before {
    position: relative;
    top: 4px;
    font-size: 30px;
}

.header-contact-info-box ul li .icon,
.header-contact-info-box ul li .title {
    display: table-cell;
    vertical-align: middle;
}

.header-contact-info-box ul li .title h4 {
    color: #353742;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.header-contact-info-box ul li .title h4 a {
    color: #353742;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-contact-info-box ul li .title h4 a:hover {
    color: #008086;
}

.header-contact-info-box ul li .title p {
    color: #8a8c93;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 2px 0 0;
}

.header-style2-bottom {
    position: relative;
    display: block;
    background: #353742;
}

.header-style2-bottom .outer-box {
    position: relative;
    display: block;
}

.header-style2-bottom-left {
    position: relative;
    display: block;
}

.header-style2-bottom-left .nav-outer {
    position: relative;
    display: block;
    float: left;
}

.main-menu.style2 .navigation>li {
    margin-right: 55px;
    padding: 20px 0 20px;
}

.main-menu.style2 .navigation>li:before {
    display: none;
}

.main-menu.style2 .navigation>li>a {
    color: #a5a7b3;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
}

.main-menu.style2 .navigation>li:hover>a,
.main-menu.style2 .navigation>li.current>a {
    color: #ffffff;
}

.header-style2-bottom-right {
    position: relative;
    display: block;
}

.header-style2-bottom-right .header-social-link {
    float: left;
    padding: 20px 0;
    margin-right: 60px;
}

.header-style2-bottom-right .btns-box {
    position: relative;
    display: block;
    float: right;
    padding: 10px 0;
}


/*** 
=============================================
    Featured Area Css
=============================================
***/

.featured-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}

.featured-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.featured-area .sec-title {
    padding-bottom: 49px;
}

.featured-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}

.featured-area .top-title .text p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.single-featured-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 30px 38px;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-bottom: 40px;
    z-index: 1;
}

.single-featured-box:hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.04);
}

.single-featured-box:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    height: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #008086;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-featured-box:hover:before {
    transform: scaleY(1.0);
}

.single-featured-box .icon-holder {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    background: #008086;
    border-radius: 50%;
    margin: 0 auto;
}

.single-featured-box .icon-holder span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 110px;
    text-align: center;
}

.single-featured-box h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 28px 0 22px;
}

.single-featured-box p {
    margin: 0;
}

.opening-hours-contact-box {
    position: relative;
    display: block;
    background: #353742;
    border-radius: 8px;
    padding: 48px 50px 49px;
    margin-bottom: 40px;
}

.opening-hours-contact-box h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.opening-hours-contact-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 34px;
}

.opening-hours-contact-box ul li {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.opening-hours-contact-box ul li:last-child {
    margin-bottom: 0;
}

.opening-hours-contact-box ul li p {
    color: #008086;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 13px;
}

.opening-hours-contact-box ul li h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}


/*** 
=============================================
    Emergency Contact Area Css
=============================================
***/

.emergency-contact-area {
    position: relative;
    display: block;
    padding: 83px 0px;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.emergency-contact-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 128, 134, 0.90);
    content: "";
    z-index: -1;
}

.emergency-contact-number {
    position: relative;
    display: block;
}

.emergency-contact-number .icon {
    width: 90px;
}

.emergency-contact-number .icon span:before {
    position: relative;
    top: 3px;
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}

.emergency-contact-number .icon,
.emergency-contact-number .title {
    display: table-cell;
    vertical-align: middle;
}

.emergency-contact-number .title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin: 0px 0 5px;
}

.emergency-contact-number .title a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.emergency-contact-number .title a:hover {
    color: #000000;
}

.emergency-contact-text {
    position: relative;
    display: block;
    padding: 8px 0;
}

.emergency-contact-text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
}

.emergency-contact-btns-box {
    position: relative;
    display: block;
    padding: 7px 0;
}

.emergency-contact-btns-box .btn-one {
    background-color: #353742;
}


/*** 
=============================================
    Slogan Style3 Area Css
=============================================
***/

.slogan-style3-area {
    position: relative;
    display: block;
    padding: 104px 0px 120px;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.slogan-style3-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(56, 58, 69, 0.90);
    content: "";
    z-index: -1;
}

.slogan-content-style3 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.slogan-content-style3 .title h2 {
    color: #ffffff;
    font-size: 70px;
    line-height: 86px;
    font-weight: 600;
}

.slogan-content-style3 .title h2 span {
    color: #008086;
}

.slogan-content-style3 .btns-box {
    position: relative;
    display: block;
    padding-top: 42px;
}

.slogan-content-style3 .btns-box a {}


/*** 
=============================================
    Team Area Css
=============================================
***/

.team-area {
    position: relative;
    display: block;
    background: #f4f5f7;
    overflow: hidden;
}

.team-content-box {
    position: relative;
    display: block;
    padding: 115px 0;
}

.team-content-box .sec-title {
    padding-bottom: 38px;
}

.team-content-box .inner-content {
    position: relative;
    display: block;
}

.team-content-box .inner-content .text-box {
    position: relative;
    display: block;
    padding-bottom: 38px;
}

.team-content-box .inner-content .text-box p {
    margin: 0;
}

.offering-box {
    position: relative;
    display: block;
    padding: 35px 0;
    border-top: 1px solid #dbdee4;
    border-bottom: 1px solid #dbdee4;
}

.offering-box .img-holder {
    width: 155px;
}

.offering-box .img-holder img {
    border-radius: 7px;
}

.offering-box .img-holder,
.offering-box .title-holder {
    display: table-cell;
    vertical-align: middle;
}

.offering-box .title-holder {
    padding-left: 30px;
}

.offering-box .title-holder h3 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.progress-levels {
    position: relative;
    display: block;
    padding-top: 37px;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 37px;
}

.progress-levels .progress-box.last-child {
    margin-bottom: 0;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.progress-levels .progress-box .inner .text {
    position: relative;
    color: #353742;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 16px;
    text-transform: capitalize;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 10px;
    background: #ffffff;
    border-radius: 10px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 10px;
    border-radius: 10px;
    background: #008086;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -53px;
    right: 0;
    width: 43px;
    height: 33px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 43px;
    height: 33px;
    background: #008086;
    content: "";
    z-index: -1;
    border-radius: 5px;
    border-bottom-left-radius: 0;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent:after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "";
    border-top: 10px solid #008086;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    line-height: 33px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: 'Inter', sans-serif;
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    line-height: 33px;
    font-weight: 700;
    display: inline-block;
    float: none;
    margin-left: -2px;
    font-family: 'Inter', sans-serif;
}

.team-member-box {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    float: right;
}

.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-team-member .img-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 30px 0;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.single-team-member .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.single-team-member .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.single-team-member:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-team-member:hover .overlay-style-one {
    opacity: 1;
}

.single-team-member .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: .3s ease-in-out;
}

.single-team-member:hover .img-holder .inner img {
    transform: scale(1.05);
}

.single-team-member .title-holder {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 27px 30px 30px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.single-team-member:hover .title-holder {
    border-radius: 0;
}

.single-team-member .title-holder:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    height: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #008086;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-team-member:hover .title-holder:before {
    transform: scaleY(1.0);
}

.single-team-member .title-holder .left {
    position: relative;
    display: block;
}

.single-team-member .title-holder h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 3px;
}

.single-team-member .title-holder h3 a {
    color: #353742;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-team-member .title-holder p {
    color: #008086;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}

.single-team-member .title-holder .right {
    position: relative;
    display: block;
}

.team-social-links {
    position: relative;
    display: block;
}

.team-social-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-social-links ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.team-social-links ul li:last-child {
    margin-right: 0;
}

.team-social-links ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #f4f5f7;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 14px;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.team-social-links ul li a:hover {
    color: #ffffff;
    background: #008086;
}


/*** 
=============================================
    Before After Work Area Css
=============================================
***/

.before-after-work-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    overflow: hidden;
}

.before-after-work-area .shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .03;
}

.before-after-work-area .before-after-content .before-after {
    position: relative;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-container img {
    width: 100%;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:before {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    background: transparent;
    z-index: 1;
    transform: rotate(-45deg);
    text-transform: uppercase;
    display: none;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 140px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    transform: rotate(-45deg);
    z-index: 1;
    text-transform: uppercase;
    display: none;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.twentytwenty-after-label,
.twentytwenty-before-label {
    opacity: 1 !important;
}


/*** 
=============================================
    faq content Area Css
=============================================
***/

.faq-content-area {
    position: relative;
    display: block;
}

.faq-content-area .layer-outer {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
}

.faq-content-area .layer-outer .left-box {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    background-attachment: scroll;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-content-area .layer-outer .left-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(56, 58, 69, 0.90);
    content: "";
}

.faq-content-area .layer-outer .right-box {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    background-attachment: scroll;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-content-area .layer-outer .right-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 128, 134, 0.90);
    content: "";
}

.faq-title-box {
    position: relative;
    display: block;
    padding: 120px 0;
    padding-right: 90px;
}

.faq-title-box .sec-title {
    padding-bottom: 38px;
}

.faq-title-box .text {
    position: relative;
    display: block;
    padding-bottom: 48px;
}

.faq-title-box .text p {
    color: #a5a7b3;
    margin: 0;
}

.faq-title-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.faq-title-box ul li {
    position: relative;
    display: block;
    float: left;
    width: 170px;
    background: #ffffff;
    text-align: center;
    margin-right: 10px;
    padding: 25px 0 19px;
}

.faq-title-box ul li:last-child {
    margin-right: 0;
}

.faq-title-box ul li span:before {
    color: #008086;
    font-size: 65px;
    line-height: 65px;
}

.faq-title-box ul li h4 {
    color: #353742;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 8px 0 0;
}

.faq-content-box {
    position: relative;
    display: block;
    padding-left: 105px;
    margin-right: -150px;
    padding-top: 120px;
    padding-bottom: 120px;
}


/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/

.contact-form-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 0px;
    overflow: hidden;
}

.contact-form-style1-area .shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 1.0;
}

.contact-form {
    position: relative;
    display: block;
    max-width: 610px;
    width: 100%;
    padding: 121px 0;
    z-index: 10;
}

.contact-form .sec-title {
    padding-bottom: 49px;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="tel"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #f4f5f7;
    border: 1px solid #f4f5f7;
    width: 100%;
    height: 70px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    padding-left: 29px;
    padding-right: 20px;
    border-radius: 7px;
    transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
}

.contact-form form textarea {
    height: 190px;
    padding-top: 17px;
    padding-left: 29px;
    padding-right: 20px;
}

.contact-form form input[type="text"]:focus {
    color: #222222;
    border-color: #e8e3e3;
}

.contact-form form input[type="email"]:focus {
    color: #222222;
    border-color: #e8e3e3;
}

.contact-form form textarea:focus {
    color: #222222;
    border-color: #e8e3e3;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #8a8c93;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #8a8c93;
}

.contact-form form textarea:-moz-placeholder {
    color: #8a8c93;
}

.contact-form form textarea::-moz-placeholder {
    color: #8a8c93;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #8a8c93;
}

.contact-form form .button-box {
    position: relative;
    display: block;
}

.contact-image-box {
    position: relative;
    display: block;
    margin-left: -190px;
    z-index: 1;
}

.contact-image-box img {
    max-width: none;
    float: left;
}


/*** 
=============================================
    Partner Area Css
=============================================
***/

.partner-style2-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    padding: 90px 0 50px;
}

.partner-style2-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0, 128, 134, 0.90);
    z-index: -1;
}

.partner-box-style2 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    z-index: 10;
}

.single-partner-logo-box-style2 {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    margin-bottom: 40px;
}

.single-partner-logo-box-style2 a {
    position: relative;
    display: inline-block;
}

.single-partner-logo-box-style2 a img {
    opacity: 1.00;
    transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box-style2:hover a img {
    opacity: 0.80;
    transition: all 0.8s ease-in-out 0.1s;
}


/*** 
=============================================
    Breadcrumb area style
=============================================
***/

.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 132px 0 130px;
    z-index: 10;
}

.breadcrumb-area .layer-outer-icon {
    position: absolute;
    left: 0;
    bottom: -106px;
    right: 0;
    text-align: center;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}

.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    color: rgba(53, 55, 66, 0.70);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding-right: 15px;
    margin-right: 10px;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
}

.breadcrumb-menu ul li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 1px;
    background: #353742;
    content: "";
    margin: 15px 0;
}

.breadcrumb-menu ul li:last-child:before {
    display: none;
}

.breadcrumb-menu ul li a {
    color: rgba(53, 55, 66, 0.70);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.breadcrumb-menu ul li a:hover {
    color: #008086;
}

.breadcrumb-menu ul li.active {
    color: #008086;
}

.breadcrumb-area .title {
    position: relative;
    display: block;
    margin: 11px 0 0;
}

.breadcrumb-area .title h2 {
    color: #353742;
    font-size: 55px;
    line-height: 1.1em;
    font-weight: 600;
    text-transform: capitalize;
}


/*** 
=============================================
    About Style1 Area Css
=============================================
***/

.about-style1-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 90px;
}

.about-style1-text-box {
    position: relative;
    display: block;
    padding-bottom: 48px;
}

.about-style1-text-box .sec-title {
    padding-bottom: 39px
}

.about-style1-text-box .inner-contant {
    position: relative;
    display: block;
}

.about-style1-text-box .inner-contant .text-box {
    position: relative;
    display: block;
}

.about-style1-text-box .inner-contant .text-box p {
    margin: 0;
}

.about-style1-image-box {
    position: relative;
    display: block;
}

.about-style1-image-box .single-image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.about-style1-image-box .single-image-box.image1 {
    margin-right: -30px;
}

.about-style1-image-box .single-image-box.image2 {
    margin-left: 30px;
}

.about-style1-image-box .single-image-box img {
    width: 100%;
}

.about-style1-image-box .single-image-box .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 128, 134, 0.90);
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-style1-image-box .single-image-box .overlay-content .icon {
    position: relative;
    display: block;
    padding-bottom: 8px;
}

.about-style1-image-box .single-image-box .overlay-content .icon span:before {
    color: #ffffff;
    font-size: 75px;
    line-height: 75px;
}

.about-style1-image-box .single-image-box .overlay-content h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.about-style1-image-box .single-image-box .overlay-content h2 span {
    font-weight: 900;
}


/*** 
=====================================================
	Partner Style3 Area style
=====================================================
***/

.partner-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    border-top: 1px solid #dbdee4;
    padding-top: 100px;
    padding-bottom: 60px;
}

.partner-box-style3 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    z-index: 10;
}

.single-partner-logo-box-style3 {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    margin-bottom: 40px;
}

.single-partner-logo-box-style3 a {
    position: relative;
    display: inline-block;
}

.single-partner-logo-box-style3 a img {
    opacity: 0.30;
    transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box-style3:hover a img {
    opacity: 1.0;
    transition: all 0.8s ease-in-out 0.1s;
}


/*** 
=====================================================
	Team Style2 Area style
=====================================================
***/

.team-style2-area {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 120px 0 80px;
}

.team-style2-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.team-style2-area .sec-title {
    padding-bottom: 49px;
}

.team-style2-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}

.team-style2-area .top-title .text p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.team-style2-area.team-page {
    background: #ffffff;
}

.team-style2-area.team-page .single-team-member {
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.08);
}


/*** 
=====================================================
	Welcome Area Style2 Css
=====================================================
***/

.welcome-area.style2 {
    background: #ffffff;
}

.welcome-image-box.style2 {
    position: relative;
    display: block;
    max-width: 540px;
    width: 100%;
    padding-right: 0;
    padding-bottom: 35px;
}

.welcome-image-box.style2:before {
    top: auto;
    left: 0px;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 15px;
    background: #008086;
    content: "";
    border-radius: 10px;
}

.welcome-content-box.style2 {
    position: relative;
    display: block;
    margin-left: -70px;
    margin-right: 0;
}

.welcome-content-box.style2 .inner-content h3 {
    color: #008086;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 31px;
}


/*** 
=====================================================
	Faq Content Area Faq Page Css
=====================================================
***/

.faq-content-area.faq-page {
    position: relative;
    padding: 120px 0 120px;
}

.faq-content-area.faq-page .faq-content-box {
    position: relative;
    display: block;
    padding-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.07);
}


/*** 
=============================================
    Error Page Area Style      
=============================================
***/

.error-page-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 146px 0 150px;
}

.error-content {
    position: relative;
    display: block;
    z-index: 3;
}

.error-content h4 {
    color: #353742;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0 12px;
}

.error-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}

.error-content .button {
    line-height: 0;
}

.error-content .button a {}


/*** 
=============================================
    services Page Area Css
=============================================
***/

.services-page-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 90px;
}


/*** 
=============================================
    Services Details Area Css
=============================================
***/

.services-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 92px;
}

.services-details-content {
    position: relative;
    display: block;
}

.services-details-image1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-details-image1 img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.services-details-image1:hover img {
    transform: scale(1.2);
}

.services-details-image1 .icon {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 110px;
    height: 110px;
    background: #008086;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    z-index: 1;
}

.services-details-image1 .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #353742;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.services-details-image1:hover .icon:before {
    transform: scale(1.0);
}

.services-details-image1 .icon span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 65px;
    line-height: 110px;
    text-align: center;
}

.services-details-text1 {
    position: relative;
    display: block;
    padding: 40px 0 32px;
}

.services-details-text1 h2 {
    color: #353742;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 18px;
}

.services-details-text1 p {}

.services-details-text2 {
    position: relative;
    display: block;
}

.services-details-text2 .img-box {
    position: relative;
    display: block;
}

.services-details-text2 .img-box img {
    width: 100%;
}

.services-details-text2 .text-box {
    position: relative;
    display: block;
}

.services-details-text2 .text-box h3 {
    position: relative;
    color: #353742;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin: -5px 0 22px;
}

.services-details-text2 .text-box p {
    margin: 0;
}

.services-details-text2 .text-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 26px;
}

.services-details-text2 .text-box ul li {
    position: relative;
    display: block;
    padding-left: 40px;
    color: #8a8c93;
    font-size: 20px;
    line-height: 44px;
    font-weight: 500;
}

.services-details-text2 .text-box ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\e920";
    font-family: 'icomoon';
    color: #008086;
    font-size: 20px;
}

.service-details-faq-box {
    position: relative;
    display: block;
    margin-top: 60px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.07);
}

.services-details-text3 {
    position: relative;
    display: block;
}

.services-details-text3 h2 {
    color: #353742;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 30px;
}

.services-details-sidebar {
    position: relative;
}

.single-sidebar1 {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f4f5f7;
    padding: 43px 20px 50px;
    border-radius: 7px;
}

.single-sidebar1 .title {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-bottom: 10px;
}

.single-sidebar1 .title h3 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.single-sidebar1 .page-links {
    position: relative;
}

.single-sidebar1 .page-links ul {
    overflow: hidden;
}

.single-sidebar1 .page-links ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    background: transparent;
    border-radius: 8px;
    margin-bottom: 10px;
    z-index: 1;
}

.single-sidebar1 .page-links ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    opacity: 0;
    transform: scaleY(0.3);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-sidebar1 .page-links ul li:hover:before,
.single-sidebar1 .page-links ul li.active:before {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-sidebar1 .page-links ul li:last-child {
    margin-bottom: 0;
}

.single-sidebar1 .page-links ul li a {
    color: #8a8c93;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar1 .page-links ul li:hover a,
.single-sidebar1 .page-links ul li.active a {
    color: #353742;
}

.single-sidebar2 {
    position: relative;
    display: block;
    padding: 118px 0 119px;
    text-align: center;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    margin-top: 30px;
    z-index: 1;
}

.single-sidebar2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 128, 134, 0.85);
    border-radius: 8px;
    z-index: -1;
}

.single-sidebar2 a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.single-sidebar2 h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 4px 0 0;
}


/*** 
=============================================
    Blog Area Css
=============================================
***/

.blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 185px;
}

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    color: #777777;
    font-size: 16px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    z-index: 1;
    font-family: 'Archivo', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #031f4b;
    border-color: #031f4b;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    color: #ffffff;
    line-height: 38px;
    border-color: #031f4b;
    background: #031f4b;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #031f4b;
    background: #0098ff;
}

.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.sidebar-wrapper .single-sidebar.last-child {
    margin: 0;
}

.sidebar-wrapper .single-sidebar .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-left: 30px;
    padding-bottom: 2px;
}

.sidebar-wrapper .single-sidebar .title h3 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar-search-box {
    position: relative;
    display: block;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    background: #008086;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 0px;
    background: #008086;
    border: 0px solid #e5e5e5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #008086;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    font-size: 16px
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
    border-color: #337ce8;
}

.sidebar-search-box .search-form input[type="text"]:focus+button,
.sidebar-search-box .search-form button:hover {
    color: #000000;
    background: #04cc96;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #ffffff;
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: #ffffff;
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: #ffffff;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #ffffff;
}

.single-sidebar.latest-posts-box {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 50px 20px 30px;
}

.single-sidebar .latest-posts {
    position: relative;
    display: block;
}

.single-sidebar .latest-posts li {
    position: relative;
    display: block;
    padding: 20px 30px 20px;
    min-height: 60px;
    z-index: 1;
}

.single-sidebar .latest-posts li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    opacity: 0;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-sidebar .latest-posts li:hover:before {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-sidebar .latest-posts li .inner {
    position: relative;
    display: block;
    padding-left: 60px;
    min-height: 60px;
}

.single-sidebar .latest-posts li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.single-sidebar .latest-posts li .img-box img {
    width: 100%;
}

.single-sidebar .latest-posts li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 50%;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.single-sidebar .latest-posts li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.single-sidebar .latest-posts li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .latest-posts li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 60px;
}

.single-sidebar .latest-posts li .title-box h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}

.single-sidebar .latest-posts li .title-box h4 a {
    color: #8a8c93;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .latest-posts li .title-box h4 a:hover {
    color: #353742;
}

.single-sidebar.categories-box {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 50px 20px 36px;
}

.single-sidebar.categories-box .title {
    padding-bottom: 10px;
}

.single-sidebar .categories {
    position: relative;
    display: block;
}

.single-sidebar .categories ul {
    overflow: hidden;
}

.single-sidebar .categories ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    background: transparent;
    border-radius: 8px;
    margin-bottom: 10px;
    z-index: 1;
}

.single-sidebar .categories ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    opacity: 0;
    transform: scaleY(0.3);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-sidebar .categories ul li:hover:before,
.single-sidebar .categories ul li.active:before {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-sidebar .categories ul li:after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    font-family: FontAwesome;
    color: #8a8c93;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories ul li:hover:after,
.single-sidebar .categories ul li.active:after {
    color: #008086;
}

.single-sidebar .categories ul li:last-child {
    margin-bottom: 0;
}

.single-sidebar .categories ul li a {
    color: #8a8c93;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories ul li:hover a,
.single-sidebar .categories ul li.active a {
    color: #353742;
}

.single-sidebar.popular-tag-box {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 50px 20px 36px;
}

.single-sidebar.popular-tag-box .title {
    padding-bottom: 10px;
}

.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 30px;
}

.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.single-sidebar .popular-tag li:last-child {
    margin-right: 0;
}

.single-sidebar .popular-tag li a {
    position: relative;
    color: #8a8c93;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;
}

.single-sidebar .popular-tag li a:hover {
    color: #008086;
}


/*** 
=============================================
    Blog Single Area style
=============================================
***/

.blog-single-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.blog-single-area .blog-post {
    position: relative;
    display: block;
}

.blog-single-area .blog-post .single-blog-style1 {
    margin: 0;
}

.blog-single-area .blog-post .single-blog-style1 .text-holder {
    padding: 40px 0px 0px;
    box-shadow: none;
}

.blog-single-area .blog-post .single-blog-style1 .text-holder .blog-title {
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
    margin: 0px;
}

.blog-single-area .blog-post .single-blog-style1 .text-holder .text {
    padding: 15px 0 0;
}

.blog-details-text-box-one {
    position: relative;
    display: block;
    padding-top: 32px;
}

.blog-single-area .tag-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #dbdee4;
    padding: 30px 0px 30px;
    margin-top: 48px;
}

.blog-single-area .tag-box .tag {
    position: relative;
    display: block;
    padding: 12px 0;
    padding-left: 55px;
}

.blog-single-area .tag-box .tag .title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.blog-single-area .tag-box .tag .title h3 {
    color: #353742;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
}

.blog-single-area .tag-box .tag ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-single-area .tag-box .tag ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.blog-single-area .tag-box .tag ul li:last-child {
    margin-right: 0;
}

.blog-single-area .tag-box .tag ul li a {
    position: relative;
    display: block;
    color: #8a8c93;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-single-area .tag-box .right {
    position: relative;
    display: block;
}

.blog-detail-author-box {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 60px 60px 60px;
    border-radius: 10px;
}

.blog-detail-author-box .img-box {
    width: 170px;
}

.blog-detail-author-box .img-box,
.blog-detail-author-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

.blog-detail-author-box .text-box {
    padding-left: 30px;
}

.blog-detail-author-box .text-box h3 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.blog-detail-author-box .text-box p {
    margin: 0;
}

.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 51px;
}

.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.comment-box .title h3 {
    color: #353742;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.comment-box .outer-box {
    position: relative;
    display: block;
}

.comment-box .single-comment {
    position: relative;
    display: block;
    border-bottom: 1px solid #dbdee4;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 90px;
}

.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0px;
    width: 90px;
    height: 90px;
}

.comment-box .single-comment-box .img-holder img {
    width: 100%;
    border-radius: 50%;
}

.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 40px;
}

.comment-box .single-comment-box .text-holder h3 {
    color: #353742;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 11px;
}

.comment-box .single-comment-box .text-holder h3 span {
    color: #008086;
    font-size: 14px;
    font-weight: 700;
}

.comment-box .single-comment-box .text-holder .reply-button {
    position: relative;
    display: block;
    padding-top: 12px;
}

.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.add-comment-box .title h3 {
    color: #353742;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.add-comment-box #add-comment-form {}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #f4f5f7;
    border: 1px solid #f4f5f7;
    width: 100%;
    height: 70px;
    color: #8a8c93;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.add-comment-box #add-comment-form textarea {
    height: 180px;
    padding: 15px 30px;
    margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
}


/*** 
=============================================
    Contact Form Style1 Area Contact Page Css
=============================================
***/

.contact-form-style1-area.contact-page {
    padding-top: 120px;
    padding-bottom: 110px;
}

.contact-p-contact-info-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -20px;
}

.contact-p-contact-info-box .sec-title {
    padding-bottom: 46px;
}

.contact-p-contact-info-box .inner-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.contact-p-contact-info-box .inner-content ul {
    overflow: hidden;
}

.contact-p-contact-info-box .inner-content ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #dde0e6;
    padding-bottom: 26px;
    margin-bottom: 27px;
}

.contact-p-contact-info-box .inner-content ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-p-contact-info-box .inner-content ul li .icon {
    width: 65px;
}

.contact-p-contact-info-box .inner-content ul li .icon span:before {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: #008086;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 65px;
    text-align: center;
}

.contact-p-contact-info-box .inner-content ul li .icon,
.contact-p-contact-info-box .inner-content ul li .text {
    display: table-cell;
    vertical-align: middle;
}

.contact-p-contact-info-box .inner-content ul li .text {
    position: relative;
    padding-left: 20px;
}

.contact-p-contact-info-box .inner-content ul li .text a {
    position: relative;
    display: inline-block;
    color: #8a8c93;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-p-contact-info-box .inner-content ul li .text a:hover {
    color: #008086;
}

.contact-p-contact-info-box .inner-content ul li .text p {
    color: #8a8c93;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 0;
}

.contact-form.contact-page {
    float: right;
    padding: 0;
}


/*** 
=============================================
    Google Map Area Css
=============================================
***/

.contact-p-map-area {
    position: relative;
    display: block;
    background: #f5f5f5;
}

.contact-p-map-area .map-outer {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}

.contact-p-map-area .map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 550px;
}


/*** 
=============================================
    RTL Page Css
=============================================
***/


/** Mainmenu Rtl Css **/

.rtl .main-menu .navigation>li {
    float: right;
    margin-right: 40px;
}

.rtl .main-menu .navigation>li:first-child {
    margin-right: 0;
}

.rtl .main-menu .navigation>li:last-child {}

.rtl .main-menu .navigation>li>ul {
    left: auto;
    right: 0;
}

.rtl .main-menu .navigation>li>ul>li>a {
    text-align: right;
}

.rtl .main-menu .navigation>li>ul>li>a:before {
    display: none;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    display: none;
}

.rtl .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

.rtl .main-menu .navigation>li>ul>li>ul>li>a {
    text-align: right;
}

.rtl .sticky-header .main-menu .navigation>li {
    margin-right: 40px;
}

.rtl .sticky-header .main-menu .navigation>li:first-child {
    margin-right: 0px;
}

.rtl.scroll-top {
    left: 20px;
    right: auto;
}

.rtl .header-contact-info-box ul li .icon {
    text-align: right;
}

.rtl .header-contact-info-box ul li .title {
    text-align: right;
}

.btn-one.btn-rtl {
    padding-left: 10px;
    padding-right: 30px;
}

.btn-one.btn-rtl i.round {
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(180deg);
}

.btn-one.btn-rtl:hover i.round {
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(180deg);
}

.rtl .single-service-style1 .counting {
    right: auto;
    left: -20px;
}

.rtl .emergency-contact-text {
    text-align: right;
}

.rtl .emergency-contact-number .icon {
    text-align: right;
}

.rtl .emergency-contact-number .title {
    text-align: right;
}

.rtl .btn-style3 {
    transform: rotate(180deg);
}

.rtl .faq-title-box ul li {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.rtl .faq-title-box ul li:last-child {
    margin-left: 0;
}

.rtl .single-blog-style1.style1-instyle2 .big-text .blog-quote {
    display: none;
}

.rtl .single-blog-style1 .text-holder .meta-info li {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.rtl .single-blog-style1 .text-holder .meta-info li:last-child {
    margin-left: 0;
}

.rtl .single-blog-style1 .text-holder .meta-info li span:before {
    padding-right: 0;
    padding-left: 6px;
}

.rtl .contact-form-style1-area .shape {
    display: none;
}

.rtl .contact-image-box img {
    max-width: none;
    float: right;
}

.rtl .subscribe-form button {
    right: auto;
    left: 5px;
    transform: rotate(180deg);
}

.rtl .subscribe-form input[type="email"]:focus+button,
.rtl .subscribe-form button:hover {
    transform: rotate(180deg);
}

.rtl .footer-news-links .single-news {
    padding-left: 0px;
    padding-right: 70px;
}

.rtl .footer-news-links .single-news .img-holder {
    top: 0;
    left: auto;
    right: 0;
}

.rtl .footer-news-links .single-news .title-holder {
    padding-left: 0px;
    padding-right: 20px;
}

.rtl .single-footer-widget .link1 ul {
    float: right;
}

.rtl .single-footer-widget .footer-contact-info ul li {
    padding-left: 0px;
    padding-right: 30px;
}

.rtl .single-footer-widget .footer-contact-info ul li .icon {
    left: auto;
    right: 0;
}

.rtl .single-footer-widget .link1 ul.marlft40 {
    margin-left: 30px;
    float: right;
}

.rtl .single-footer-widget .link1 ul.marlft40 {
    margin-left: 0px;
    float: right;
    margin-right: 30px;
}


/*==============================================
   DatePicker Css
===============================================*/

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 10 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}


/*==============================================
   Theme Color Css
===============================================*/

.thm-clr {
    color: #008086;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #008086;
}

.outer-search-box-style1 .seach-toggle:hover,
.outer-search-box-style1 .seach-toggle.active {
    color: #008086;
}

.mobile-menu .navigation li>a:before {
    border-left: 5px solid #008086;
}


/*==============================================
   Theme Hover Color Css
===============================================*/

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #353742;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #008086;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #008086;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #008086;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #008086;
}


/*==============================================
   Theme Background Css
===============================================*/

.thm-bgclr {
    background-color: #0098ff;
}


/*==============================================
   Theme Hover Background Color Css
===============================================*/

.overlay-bgc1 {
    background-color: rgba(54, 124, 232, 0.80);
}

.overlay-bgc2 {
    background-color: rgba(0, 0, 0, 0.70);
}

.fancybox-image,
.fancybox-spaceball {
    border-radius: 15px;
}