/*================
 Template Name: DigiMark Digital Marketing and Agency HTML Template
 Description: All type of Digital Marketing with marketing and agency template.
 Version: 1.0
 Author: https://themeforest.net/user/themetags
=======================*/

/*TABLE OF CONTENTS*/
/*=====================
01. RESET CSS
02. BASE TYPOGRAPHY
03. PRE DEFINE CLASS CSS
04. HEADER CSS
05. HERO SECTION CSS
06. CEO MESSAGE SECTION CSS
07. FEATURE SECTION CSS
08. PROGRESSBAR CSS
09. CORE IDEA CSS
10. MAIN SERVICES CSS
11. PORTFOLIO CSS
12. BLOG SECTION CSS
13. WORK PROCESS CSS
14. COUNTER SECTION CSS
15. TABS SECTION CSS
16. TEAM SECTION CSS
17. VIDEO PROMO CSS
18. PROMO BLOCK WITH HOVER BG IMAGE
19. TESTIMONIAL CSS
20. SUBSCRIBE FORM CSS
21. ACCORDION FAQ CSS
22. CONTENT BOX CSS
23. PRICING CSS
24. SINGLE PAGE HEADER CSS
25. CONTACT US CSS
26. FOOTER CSS
27. PRELOADER CSS
28. BLOG PAGE CSS
29. BACK TO TOP CSS
=======================*/

/* -----------------------------------------
			   01. RESET CSS
-------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    font-size: 15px;
}

/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn,
.btn-simple,
a,
.td-name,
td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.75;
}

p:not(:last-child) {
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 1rem;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 25px;
    text-transform: capitalize;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small,
.text_small {
    font-size: 0.8em;
}

label {
    font-weight: bold;
}

.w-178 {
    width: 178px;
}

strong,
b {
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
}

.badge {
    display: inline;
    padding: 0.20rem .5rem;
    line-height: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /*font-size: 77%;*/
    font-size: 14px;
}

.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
}

.custom-radius {
    border-radius: 15px;
}

/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-165 {
    padding-top: 165px;
}

.ptb-70 {
    padding: 70px 0;
}

.pb-100 {
    padding-bottom: 100px;
}

.font-20 {
    font-size: 20px !important;
}

.mt--165 {
    margin-top: -165px !important;
}

.gray-light-bg {
    background: #f6f6f6;
}

.primary-bg {
    background: #38e2e5;
}

.secondary-bg {
    background: #00a4aa
}

.color-primary {
    color: #38e2e5;
}

.color-secondary {
    color: #00a4aa;
}

.gradient-bg {
    background: #00a4aa !important;
}

.white-bg {
    background: #ffffff;
}

a {
    color: #38e2e5;
}

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

.color-1 {
    color: #ff164e;
}

.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}

.color-2 {
    color: #9123ff
}

.color-2-bg {
    background: rgba(145, 35, 255, 0.15);
}

.color-3 {
    color: #0073ec;
}

.color-3-bg {
    background: rgba(0, 115, 236, 0.15);
}

.color-4,
.ratting-color {
    color: #ff7c3f;
}

.color-4-bg {
    background: rgba(255, 124, 63, 0.15);
}

.color-5,
.success-color {
    color: #2ebf6d;
}

.color-5-bg {
    background: rgba(46, 191, 109, 0.15);
}

.color-6 {
    color: #f25c7f;
}

.color-6-bg {
    background: rgba(242, 92, 127, 0.15);
}

.form-group-01 {
    margin-bottom: 7px;
}

.h-40 {
    height: 40px !important;
}

.font-40 {
    font-size: 40px;
    color: #00a4aa;
}

.animated-btn {
    transition: all .25s ease-in-out;
}

.animated-btn:hover {
    transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
}

.outline-btn,
.secondary-solid-btn,
.primary-solid-btn,
.solid-white-btn,
.outline-white-btn,
.secondary-outline-btn {
    padding: 8px 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    transition: all .25s ease-in-out;
}

.primary-solid-btn {
    border: 1px solid #38e2e5;
    /* box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
    background-image: linear-gradient(to bottom, #38e2e5, #7c23af); */
    color: #ffffff;
    background-color: #38e2e5;
    border-radius: 20px;

}

.primary-solid-btn:hover {
    background: transparent;
    color: #38e2e5;
}

.secondary-solid-btn {
    color: #fff;
    background: #00a4aa;
    border: 1px solid #00a4aa;
    border-radius: 30px;
}

.secondary-solid-btn:hover {
    background: #fff;
    color: #00a4aa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.secondary-outline-btn {
    color: #00a4aa;
    display: inline-block;
    border: 1px solid #00a4aa
}

.secondary-outline-btn:hover {
    background: #00a4aa;
    color: #ffffff;
}

.outline-btn {
    position: relative;
    display: inline-block;
    color: #38e2e5;
    border: 1px solid #38e2e5;
}

.outline-btn:after {
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
    border-radius: 4px;
    opacity: 0;
    transition: 400ms;
    text-shadow: 0 0.5px 0.3px rgba(0, 0, 0, .1);
    background-image: linear-gradient(to bottom, #38e2e5, #7c23af);
}

.outline-btn:hover:after {
    opacity: 1;
}

.outline-btn:hover {
    color: #ffffff;
    background-color: #38e2e5;
}

.primary-bg h1,
.primary-bg p {
    color: #fff;
}

.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #38e2e5;
}

.solid-white-btn:hover {
    background: transparent;
    color: #ffffff;
}

.outline-white-btn {
    color: #ffffff;
    border-color: #ffffff;
}

.outline-white-btn:hover {
    background: #ffffff;
    color: #38e2e5;
}

.check-btn {
    color: #ffffff !important;
    padding: 8px 20px !important;
}

a.check-btn:hover {
    color: #00a4aa !important;
}

a.check-btn.solid-white-btn {
    color: #38e2e5 !important;
    opacity: 0.9;
}

a.check-btn.solid-white-btn:hover {
    background: #ffffff;
    color: #38e2e5 !important;
    border-color: #ffffff;
}

/*icon size*/
.icon-sm {
    font-size: 25px;
    line-height: 25px;
}

.icon-md {
    font-size: 40px;
    line-height: 40px;
}

.icon-lg {
    font-size: 50px;
    line-height: 50px;
}

/*form field css*/
.form-control {
    border-color: #ebebeb;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #b1b1b1 !important;
    font-size: 13px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    /* Firefox 18- */
    color: #b1b1b1;
    font-size: 13px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    /* Firefox 19+ */
    color: #b1b1b1;
    font-size: 13px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #b1b1b1;
    font-size: 13px;
}

select.form-control.has-value {
    height: 52px;
}

.section-heading h2 span {
    font-weight: 400;
    font-size: 2rem;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #00a4aa;
    overflow: hidden;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.z-index {
    z-index: 9;
}

.height-lg-100vh {
    min-height: 100vh;
}

@media (max-width: 576px) {
    .height-lg-100vh {
        height: auto;
    }

    .margin-div {
        margin: auto 0px;
    }
}

.custom-badge {
    top: 5%;
    right: 8%;
}

.image-wrap img {
    width: 500px;
    float: right;
}

.index-img {
    width: 500px;
    position: absolute !important;
    top: -100px !important;
    right: 0 !important;
    z-index: 1 !important;
}

.pt-70 {
    padding-top: 70px;
}

@media (min-width: 1300px) and (max-width: 1920px) {
    .custom-width {}
}

/*app download btn*/

.app-download-list li a {
    padding: 10px 22px;
    color: inherit;
    font-size: 13px;
    line-height: 15px;
}

.download-text span {
    font-size: 13px;
}

.download-text h5 {
    font-size: 15px;
    color: inherit;
}

.app-download-list li a:hover {
    background: #38e2e5;
    color: #FFFFFF;
    border-color: #38e2e5 !important;
}

/*=========================================
            04. HEADER CSS
============================================*/

.affix {

    -webkit-transition: padding 0.4s ease-out;
    -moz-transition: padding 0.4s ease-out;
    -o-transition: padding 0.4s ease-out;
    transition: padding 0.4s ease-out;
}

/*header topbar*/
.topbar-text ul li {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.topbar-text ul li:not(:last-child) {
    margin-right: 20px;
}

.topbar-text ul li strong {
    font-size: 14px;
    vertical-align: middle;
}

.topbar-text ul li a {
    display: inline-flex;
    align-items: center;
    color: inherit;
}

.topbar-text ul li a:hover {
    color: #00a4aa;
}

.gradient-bg .topbar-text ul li,
.gradient-bg .topbar-text ul li a {
    color: #ffffff;
    opacity: 0.8;
}

.gradient-bg .topbar-text ul li a:hover {
    opacity: 1;
}

.topbar-text ul li span {
    vertical-align: middle;
}

.custom-nav ul li a,
.custom-nav-2.affix ul li a {
    color: #ffffff;
}

.custom-nav.affix ul li a {
    color: #353535;
}


.white-bg.affix,
.custom-nav.affix,
.custom-nav-3.affix {
    background: #ffffff !important;
    border-bottom: 1px solid #ebebeb;
}

.navbar-brand img {
    width: 125px;
}

.bg-image {
    background-image: url('../images/Banner/banner-background.png');
    background-position: right;
    background-position-y: top;
    background-repeat-y: no-repeat;
    background-size: cover;
}

.inline-form {
    display: flex;
    justify-content: space-between;
}

.button-login {
    padding: 8px 20px !important;
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

.button-login:hover {
    border: 1px solid #38e2e5 !important;
    background-color: #38e2e5 !important;
    color: #fff !important;
}

.button-login-01 {
    padding: 8px 20px !important;
    color: #fff !important;
    background-color: #38e2e5 !important;
    border: 1px solid #38e2e5 !important;
    border-radius: 20px;
}

.button-login-01:hover {
    border: 1px solid #38e2e5 !important;
    background-color: #fff !important;
    color: #38e2e5 !important;
}

.fixed-top {
    top: auto;
}

.fixed-top.affix {
    top: 0;
    background: linear-gradient(75deg, #fff 10%, #00a4aa) !important;
}

.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}

.bg-transparent ul li a {
    color: #ffffff;
    opacity: 0.7;
}

.bg-transparent ul li a:hover,
.white-bg.affix ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    background: linear-gradient(75deg, #38e2e5 10%, #00a4aa) !important;
}

.navbar-toggler {
    color: #ffffff;
}

/*main menu new style*/
.header nav.navbar {
    padding: 0.3rem 1rem;
    transition: all .3s ease-in-out;
}

.header nav.navbar.affix {
    padding: 0 1rem;
    z-index: 99999;
}

.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 20px 12px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #000;
}

@media (max-width: 1200px) {
    .menu li a{
        font-size: 12px;
    } 
}

.m-message{
    margin-right: 20px;
}

.white-bg>.menu li a {
    color: #081d43 !important;
}

.menu li a:hover,
.menu li:hover>a {
    opacity: 1;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    transform: translate(0, 20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

.menu ul:after {
    bottom: 100%;
    left: 35px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
    vertical-align: middle;
}

.sub-menu li a.dropdown-toggle-inner::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: auto;
    position: absolute;
    right: 15px;
    font-size: 12px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-transform: inherit;
    font-weight: normal;
    display: block;
    color: #424141;
    padding: 8px 15px;
    font-family: 'Montserrat', sans-serif;
}

.menu ul li a:hover,
.menu ul li:hover>a {
    color: #ffffff;
    background: #38e2e5;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover {
    border-radius: 4px 4px 0 0;
}

.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover {
    border-radius: 0 0 4px 4px;
}

.menu ul.sub-menu li:last-child ul li a:hover {
    border-radius: 0;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}



/*************** Media Quries*********/

@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        background: linear-gradient(75deg, #38e2e5 10%, #00a4aa) !important;
        padding: .45rem 1rem !important;
        border-bottom: 1px solid #fff;
    }

    .menu li {
        display: block;
    }

    .white-bg.affix,
    .custom-nav.affix,
    .navbar.white-bg {
        background: #f5f5f5 !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a,
    .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #38e2e5;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }

    .pt-165 {
        padding-top: 100px;
    }

    .mt--165 {
        margin-top: 0 !important;
    }

    .hero-equal-height {
        min-height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .responsive-menu {
        display: block;
    }

    .header nav.navbar {
        padding: 0.5rem 1rem;
    }

    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px;
    }

    .menu li a:hover,
    .menu li:hover>a {
        background: #38e2e5;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }

    .margin-div {
        margin: auto 0px !important;
    }

    table,
    tr,
    th,
    td {
        padding: 5px !important;
    }

    .table-width {
        width: 100% !important;
    }

    .box {
        /* width: 100% !important; */
        margin-left: 0px !important;
    }

    .complaints {
        margin-left: 0px !important;
        padding: 5px 10px !important;
    }

    .mr-97 {
        margin-right: 0px !important;

    }

    .mobile-diflex .col-md-1 {
        width: 10%;
    }

    .mobile-diflex .col-md-11 {
        width: 90%;
    }

    h2 {
        font-size: 18px !important;
    }

    p {
        font-size: 14px !important;
    }

    .ml-50 {
        margin-left: 0px !important;
    }

    .blu-button,
    .blu-button-u {
        margin: auto 98px !important;
    }

    .float-right .blu-button,
    .float-right .blu-button-u {
        margin: 0px !important;
        margin-right: 10px !important;
    }

    .margin-image {
        margin: 30px 105px !important;
    }

    .mt-5,
    .my-5 {
        margin-top: 10px !important;
    }

    .ml-3 {
        margin-left: px !important;
    }

    .margin-bottom {
        margin-top: -40px !important;
    }

    .feature-tab-content {
        height: 325px !important;
    }

    .mr-5 {
        margin-right: 10px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    .img-button {
        top: 120px !important;
    }

    .mobile-table {
        overflow: scroll !important;
    }

    .pt-70 {
        padding-top: 40px;
    }

    .new-calender-slider .owl-nav {
        left: 70% !important;
    }

    .dr-info {
        border-bottom: 1px solid #d0d0d0 !important;
        line-height: 40px !important;
        border-right: none !important;
    }

    .new-calender .blu-button,
    .new-calender .blu-button-u {
        margin: auto 0px !important;
    }

    .last-subscribe-section .blu-button {
        margin: auto 0px !important;
    }

    .line-height-min {
        margin-right: 0px !important;
    }

    .morning .d-flex {
        flex-wrap: wrap;
    }

    .border-box .blu-button,
    .border-box .blu-button-u {
        margin: auto 0px !important;
    }

    .card-01 .d-flex {
        flex-wrap: wrap;
    }

    .new-calender .d-flex {
        flex-wrap: wrap;
    }

    .custom-dot.owl-theme .owl-dots,
    .custom-arrow.owl-theme .owl-nav {
        left: 70% !important;
    }

}


/*=========================================
            05. HERO SECTION CSS
============================================*/
#search-box {
    position: relative;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    background: #fff;
}

#search-form {
    height: 40px;
    background-color: #fff;
    overflow: hidden
}

#search-text {
    font-size: 14px;
    color: #ddd;
    border-width: 0;
    background: transparent;
    line-height: 15px
}

#search-box input[type="text"] {
    width: 90%;
    padding: 5px 0 5px 1em;
    color: #333;
    outline: none;
    height: 40px;
}

#search-button {
    position: absolute;
    top: 1px;
    right: 5px;
    height: 35px;
    width: 80px;
    color: #fff;
    text-align: center;
    border-width: 0;
    background-color: #05b2c4;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    outline: 0
}

#search-button:hover {
    background: #333
}

.hero-equal-height {
    position: relative;
    min-height: 700px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.hero-equal-height.hero-tab-slider {
    min-height: 700px !important;
}

.shape-bottom img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}


.hero-bg-1,
.hero-bg-2 {
    position: relative;
    display: block;
    width: 100%;
}

.hero-bg-1:before {
    position: absolute;
    content: '';
    background: url("../img/slider-bg-2.svg")no-repeat center bottom / cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.hero-bg-2:before {
    position: absolute;
    content: '';
    background: url("../img/slider-bg-1.svg")no-repeat center bottom / cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.hero-slider-content h1 {
    font-size: 35px;
    line-height: initial;
    font-weight: 700;
}


.slider-bg-image,
.gradient-overlay {
    position: relative;
    width: 100%;
    display: block;
}

.slider-bg-image:before {
    position: absolute;
    content: '';
    background: #030d1e;
    opacity: 0.60;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gradient-overlay:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(75deg, rgba(26, 44, 121, 0.88) 10%, rgba(232, 5, 102, 0.88)) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-section-wrap .background-video-overly {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(75deg, rgba(26, 44, 121, 0.75) 10%, rgba(232, 5, 102, 0.85)) !important;
}




.gradient-overly-right-light,
.gradient-overly-right-color,
.gradient-overly-left,
.gradient-overly-bottom,
.gradient-overly-top {
    z-index: 1;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.gradient-overly-right-light:before,
.gradient-overly-right-color:before,
.gradient-overly-left:before,
.gradient-overly-bottom:before,
.gradient-overly-top:before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.gradient-overly-right-light:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #38e2e5), to(transparent));
    background: linear-gradient(to right, #fff4f4 30%, rgba(26, 44, 121, 0.18) 100%);

}

.gradient-overly-right-color:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #38e2e5), to(transparent));
    background: linear-gradient(to right, #38e2e5 30%, rgba(26, 44, 121, 0.18) 100%);

}

.gradient-overly-left:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #38e2e5), to(transparent));
    background: linear-gradient(to left, #38e2e5 30%, rgba(26, 44, 121, 0.18) 100%);
}

.gradient-overly-bottom:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #38e2e5), to(transparent));
    background: linear-gradient(to bottom, #38e2e5 45%, rgba(26, 44, 121, 0.18) 100%);
}

.gradient-overly-top:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #38e2e5), to(transparent));
    background: linear-gradient(to top, #38e2e5 35%, rgba(26, 44, 121, 0.18) 100%);
}


/*dot indicator css*/
.dot-indicator-center .owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 0 !important;
    bottom: 15px;
}

.dot-indicator-center.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
}

.dot-indicator-center.owl-theme .owl-dots .owl-dot.active span,
.dot-indicator-center.owl-theme .owl-dots .owl-dot:hover span {
    background: #38e2e5;
}

.dot-indicator-center.owl-theme .owl-dots button.owl-dot:focus {
    outline: none !important;
}

/*custom dot style*/

.custom-dot.owl-theme .owl-dots,
.custom-arrow.owl-theme .owl-nav {
    position: absolute;
    left: 47%;
    display: block;
}

.custom-dot.dot-right-center.owl-theme .owl-dots {
    margin: 0 !important;
    top: 40%;
    right: 10%;
}

.custom-dot.dot-bottom-center.owl-theme .owl-dots {
    width: 100%;
    margin: 10px auto;
}

.custom-dot.dot-bottom-center.owl-theme .owl-dots button {
    margin: 0 4px;
    border: 1px dashed #38e2e5;
}

.custom-dot.dot-right-center.owl-theme .owl-dots button {
    display: block;
    border: 1px dashed #ebebeb;
    margin: 6px 0;
}

.custom-dot.custom-dot-2.owl-theme .owl-dots button {
    margin: 0 4px;
    border: 1px dashed #ebebeb;
}

.custom-dot.custom-dot-2.owl-theme .owl-dots {
    right: 15px;
    top: auto;
    bottom: -10%;
}

.custom-dot.owl-theme .owl-dots button {
    border-radius: 100%;
    border: 1px dashed #38e2e5;
    margin: 0 4px;
}

.custom-dot.owl-theme .owl-dots button:focus,
.custom-arrow.owl-theme .owl-nav button:focus {
    outline: none;
}

.custom-dot.owl-theme .owl-dots button.owl-dot.active,
.custom-dot.owl-theme .owl-dots button.owl-dot span {
    background: #ffffff;
}

.custom-dot.owl-theme .owl-dots button.owl-dot span:hover {
    background: #00a4aa;
}

.custom-dot.owl-theme .owl-dots button.owl-dot.active span {
    background: #00a4aa;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.custom-dot.owl-theme .owl-dots .owl-dot span {
    margin: 2px;
}

/*custom arrow*/
.custom-arrow.owl-theme .owl-nav button {
    width: 30px;
    background: #fff;
    border: 1px dashed #00a4aa;
    line-height: 26px;
}

.custom-arrow.owl-theme .owl-nav button:hover {
    background: #00a4aa;
    border-color: #fff;
}

.custom-arrow.owl-theme .owl-nav button:hover span {
    color: #ffffff;
}

.custom-arrow.owl-theme .owl-nav button span {
    font-size: 25px;
    color: #00a4aa;
}

.custom-arrow-bottom-center.owl-theme .owl-nav {
    width: 100%;
    margin: auto;
    margin-top: 8px;
}

.custom-arrow-left-right.owl-theme .owl-nav {
    width: 100%;
    top: 25%;
}

.custom-arrow-left-right.owl-theme .owl-nav button.owl-prev,
.custom-arrow-left-right.owl-theme .owl-nav button.owl-next {
    position: absolute;
}

.custom-arrow-left-right.owl-theme .owl-nav button.owl-prev {
    left: -35px;
}

.custom-arrow-left-right.owl-theme .owl-nav button.owl-next {
    right: -35px;
}

/*heighlight feature list*/

.highlight-list li {
    border: 1px dashed #ebebeb;
    border-radius: 4px;
    text-align: center;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    min-width: 130px;
}

.highlight-list li h5 {
    font-size: 32px;
    font-weight: 700;
}

.highlight-list li h6 {
    font-size: 13px;
}

/*slider */
.custom-indicators {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
}

.custom-indicators li {
    min-width: 200px;
    transition: all 0.3s ease-in;
}

.custom-indicators li button {
    border: none;
    display: block;
    width: 100%;
    padding: 1.5rem;
    justify-content: center;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease-in;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.custom-indicators li.active button {
    background: #00a4aa;
    color: #ffffff;
}

.custom-indicators li.active button span {
    color: #ffffff;
}

.custom-indicators li button:focus {
    outline: none;
}

@media (min-width: 320px) and (max-width: 575px) {
    .hero-equal-height.hero-tab-slider {
        min-height: 500px !important;
    }

    .custom-indicators li {
        min-width: auto;
    }

    .custom-indicators li button {
        padding: 6px 8px;
    }
}

.hero-shape,
.hero-shape-left {
    position: absolute;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 100%;

}

.hero-shape-left {
    right: auto;
    left: 0;
}

@media (min-width: 320px) and (max-width: 776px) {
    .hero-shape-none-sm {
        background: #ffffff !important;
    }
}

/*group shape*/
.group-shape-1,
.group-shape-2,
.group-shape-3,
.group-shape-4 {
    position: absolute;
    max-height: 100%;
    right: auto;
}

.group-shape-1 {
    left: 12vw;
    top: 12vw;
}

.group-shape-2 {
    left: 10.2vw;
    top: 7vw;
    animation-name: angry-animation;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.group-shape-3 {
    left: 10.2vw;
    top: 25vw;
}

.group-shape-4 {
    left: 40vw;
    top: auto;
    bottom: 70px;
    animation-name: angry-animation;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes angry-animation {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*=================================
    CALL TO ACTION
======================================*/
.call-to-action-video {
    position: relative;
    z-index: 1;
}

.call-to-action-video::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 68%;
    height: 100%;
    z-index: 1;
    background-image: url("../img/cta-2-shape.png");
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.free-trial-image {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/cta-2-girl-img.jpg");
}

.free-trial-image:before {
    position: absolute;
    content: '';
    background: rgba(122, 14, 185, 0.86) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.free-trial-image img {
    display: none;
}

.free-trial-content {
    position: relative;
    z-index: 2;
    max-width: 555px;
    padding-left: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.free-trial-content form {
    position: relative;
    margin-top: 25px;
    margin-bottom: 10px;
}

.free-trial-content::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: #00a4aa;
    z-index: -1;
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .call-to-action-video::before {
        background-image: none !important;
        background: #00a4aa !important;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .free-trial-image {
        width: auto;
        height: auto;
        background-image: unset;
    }

    .free-trial-content {
        text-align: center;
        max-width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .call-to-action-video::before {
        display: none;
    }

    .free-trial-content form {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .free-trial-content::after {
        display: block;
    }

}

.cta-image {
    position: relative;
    display: block;
    width: 100%;
}

.cta-image img {
    position: absolute;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cta-image img.img-left {
    top: 45px;
    left: 6%;
}

.cta-image img.img-right {
    top: 15px;
    right: 6%;
}


/*call to action new*/

.analysis-form-wrap .p-0 {
    float: left;
}

.analysis-form-group {
    position: relative;
    z-index: 1;
    margin: 0 -45px 0 0;
    right: -43px;
}

.analysis-form-wrap input[type=email] {
    position: relative;
}

.analysis-form-wrap input[type=url],
.analysis-form-wrap input[type=email] {
    border-radius: 50px;
    padding: 15px 30px;
    border: none;
}

.analysis-form-group:after {
    position: absolute;
    top: -3px;
    right: -8px;
    width: 58px;
    height: 58px;
    background: #72019b;
    display: block;
    content: "";
    border-radius: 100%;
}

.analysis-form-border {
    border-left: 1px solid #ebebeb;
    left: 25px;
}

.analysis-form-wrap input[type=submit] {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: #00a4aa;
    color: #fff;
    padding: 14px 37px;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border: none;
    position: relative;
    z-index: 2;
    margin-left: -36px;
}

@media (min-width: 320px) and (max-width: 991px) {
    .analysis-form-group:after {
        display: none;
    }

    .analysis-form-group {
        margin: 0;
        right: 0;
    }

    .analysis-form-border {
        left: 0;
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .analysis-form-wrap .p-0 {
        margin-bottom: 20px;
    }
}

/*=========================================
        06. CEO MESSAGE SECTION CSS
============================================*/

/*core services css*/
.core-services-single {
    position: relative;
    display: block;
    transition: all 0.3s ease-in;
}

.core-services-single a {
    text-decoration: none;
    position: absolute;
    right: 15px;
    bottom: -15px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
}

.core-services-single:hover {
    background: linear-gradient(75deg, #38e2e5 10%, #00a4aa);
    color: #fff;
}

.core-services-single:hover h5,
.core-services-single:hover span {
    color: #ffffff !important;
}

.core-services-single:hover a,
.core-services-single:hover a>span {
    color: #38e2e5 !important;
    background: #ffffff;
}

/*our services style two*/


.services-block-three>a {
    display: block;
    position: relative;
}

.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 1px solid #38e2e5;
    border-right: 1px solid #38e2e5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 1px solid #38e2e5;
    border-left: 1px solid #38e2e5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three a,
.services-block-three p {
    color: #757575;
    text-decoration: none;
}

.services-block-three p {
    margin-bottom: 0;
}

.services-block-three>a:hover {
    opacity: 1;
    border-color: #ebebeb;
}

.services-block-three>a:hover:before,
.services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}


/*=========================================
        07. FEATURE SECTION CSS
============================================*/
.icon-box-left {
    position: relative;
    padding-left: 60px;
    text-align: left;
}

.icon-box-left .icon-box-icon {
    position: absolute;
    height: 38px;
    width: 38px;
    left: 0;
    text-align: center !important;
    line-height: 3.375rem;
    font-size: 2.1875rem;
}

.icon-box .icon-box-icon {
    font-size: 2.375rem;
    margin: 0 0 10px;
    transition: all .3s ease-in-out;
}

.icon-box:hover .icon-box-icon {
    transform: translateY(-5px);
}

/*feature box css*/
.features-box {
    position: relative;
    display: block;
}

.features-box-icon {
    display: table-cell;
    vertical-align: top;
}

.features-box-icon i {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #38e2e5;
    font-size: 50px;
    padding: 10px;
    border-radius: 50%;
}

.features-box-content {
    display: table-cell;
    padding-left: 20px;
}

/*=========================================
        08. PROGRESSBAR CSS
============================================*/
.progress {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 12px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ebebeb;
    border-radius: 30px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00a4aa;
    transition: width .6s ease;
}

.progress-item+.progress-item {
    margin-top: 24px;
}

.progress-item {
    margin-bottom: 20px;
}

.progress-title>h6 {
    font-size: .95375rem;
    margin-bottom: 8px;
    font-weight: 500;
}

/*progressbar animation*/


.progress span {
    display: block;
    height: 100%;
}

.progress-line {
    background-color: #00a4aa;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode: both;
}

@-webkit-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/*progress circle css*/
.circle-box {
    position: relative;
    width: 100%;
    display: block;
}

.circle-box .chart span {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.easyPieChart {
    position: relative;
    text-align: center;
    margin: auto;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/*=========================================
        09. CORE IDEA CSS
============================================*/

.switchable {
    position: relative;
}

.imageblock-section {
    position: relative;
    display: block;
    width: 100%;
}

.imageblock-section .imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 0;
}

.switchable.switchable-content div[class*='col-']:first-child {
    float: right;
    right: 0;
    left: auto;
}

.switchable>div[class*='col-'] {
    padding: 0;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}

@media (max-width: 767px) {
    .switchable .imageblock-section-img[class*='col-'] {
        float: none !important;
    }
}

.switchable>div[class*='col-'] {
    padding: 0;
}

@media (max-width: 767px) {
    .imageblock-section .imageblock-section-img {
        position: relative;
        min-height: 18.57142857em;
    }
}

@media (min-width: 768px) {
    .switchable .container>.row {
        flex-flow: row-reverse;
    }

    .switchable.switchable-content .container>.row {
        flex-flow: row;
    }
}

/*=========================================
            10. MAIN SERVICES CSS
============================================*/

.services-single {
    transition: all 0.3s ease-in;
    position: relative;
}

.services-single:after {
    position: absolute;
    content: url('../img/service-bottom-shape.png');
    right: 0;
    bottom: -8px;
}

.services-single a {
    color: #ffffff;
    opacity: 0.8;
}

.services-single:hover h5,
.services-single:hover span,
.services-single:hover a {
    color: #ffffff !important;
    opacity: 1;
}

.services-single:hover {
    transition: all 0.3s ease-in;
    background: linear-gradient(75deg, #38e2e5 10%, #00a4aa);
    color: #fff;
}

.services-single:hover .services-single:after {
    z-index: 999;
}

/*=========================================
            11. PORTFOLIO CSS
============================================*/

.filter-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0 0 5px;
    border-radius: 0;
    background: transparent;
    margin: 0 15px 0;
    transition: all 0.3s ease-in;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid transparent;
    border-top: none;
    border-right: none;
    border-left: none;
}

.filter-btn:hover {
    color: #00a4aa;
}

button.filter-btn:focus {
    outline: none;
    box-shadow: none !important;
}

.mixitup-control-active.filter-btn {
    border-bottom: 2px solid #38e2e5;
}

.mixitup-control-active {
    color: #00a4aa;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control[data-filter]+.control[data-sort] {
    margin-left: .85rem;
}

/*portfolio container*/

.portfolio-container {
    text-align: justify;
}

/*portfolio grid*/

.portfolio-item,
.gap {
    display: inline-block;
    vertical-align: top;
}

.portfolio-item {
    background: #ebebeb;
    margin-top: 1rem;
    position: relative;
}

/*portfolio hover*/
.portfolio-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid gainsboro;
}

.portfolio-wrapper .content-overlay {
    background: #38e2e5;
    background: -webkit-linear-gradient(left, #38e2e5 2%, #00a4aa 82%);
    background: linear-gradient(to right, #000000 2%, #000000 82%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-wrapper:hover .content-overlay {
    opacity: 0.8;
}

.portfolio-wrapper a img {
    display: block;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.portfolio-wrapper:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/*portfolio grid brack point*/

/* 2 Columns */

.portfolio-item,
.gap {
    width: calc(100% / 2 - (((2 - 1) * 1rem) / 1));
}

/* 3 Columns */

@media screen and (min-width: 541px) {

    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */

@media screen and (min-width: 961px) {

    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {

    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/*=========================================
            12. BLOG SECTION CSS
============================================*/
.single-blog-card {
    margin-bottom: 25px;
    padding: 0px !important;
}

.bloco {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.single-blog-card img {
    border-bottom: 3px solid #00a4aa;
    position: relative;
    display: block;
    top: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.single-blog-card img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.meta-date {
    position: absolute;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #00a4aa;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    bottom: -22px;
}

.meta-date strong {
    display: block;
    line-height: 4px;
    margin-top: 16px;
}

.single-blog-card span.category {
    z-index: 2;
    top: 10px;
    right: 10px;
}

.single-blog-card .card-body {
    padding: 15px !important;
}

.card-body {
    padding: 15px 0 0 0 !important;
}

.meta-list {
    opacity: 0.8;
    font-size: 95%;
}

.meta-list li.list-inline-item:not(:last-child) {
    margin-right: 0.7rem;
}

.single-blog-card a {
    font-size: 16px;
    font-weight: 600;
    color: #00a4aa;
    font-family: 'Montserrat', sans-serif;
}

.single-blog-card a,
.single-blog-card a:hover {
    text-decoration: none;
}

.single-blog-card a:hover {
    color: #00a4aa;
}

a.detail-link {
    display: inline-block;
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.single-blog-card:hover {
    box-shadow: 0 0 50px #999;
}


a.detail-link span {
    font-size: 12px;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #00a4aa;
}


a.detail-link:hover {
    color: #00a4aa;
}

a.detail-link:hover span {
    transform: translateX(3px);
    margin-left: 8px;
}



/*=========================================
            13. WORK PROCESS CSS
============================================*/
.work-process-list {
    width: 100%;
    display: block;
    position: relative;
}

.work-process-list li {
    width: 18%;
    display: inline-block;
    text-align: center;
    margin-right: 0;
}

.work-process-list li span:before {
    position: absolute;
    content: '';
    height: 4px;
    background: #000;
    width: 100%;
    top: 20%;
    z-index: -1;
    left: 0;
    right: 0;
    border: 3px solid #005cbf;
}

.work-process-list li span:after {
    position: absolute;
    content: '';
    height: 4px;
    background: #000;
    width: 100%;
    top: 20%;
    z-index: -1;
    left: 0;
    right: 0;
    border: 3px solid #005cbf;
}

.work-process-list li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ebebeb;
    display: block;
    margin: auto;
    border-radius: 50%;
    z-index: 2;
}


/*work process scrolling style css*/
.speciality-section .client-testimonial-1 .owl-stage-outer {
    padding: 20px 15px;
}

.step {
    position: relative;
    padding: 5.625rem 20% 20% 0;

}

.step.step-highlight::before {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    counter-increment: owlItem;
}

.step-title {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.text-white .step::before {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.step:hover::before,
.step.step-highlight::before {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
    background: #ffffff;
    border-color: transparent;
    color: #38e2e5;
}

.step::before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    content: counter(owlItem, decimal);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
    line-height: calc(3.75rem - .25rem);
    text-align: center;
    border: 2px solid #e5e5e5;
    z-index: 20;
    border-radius: 50%;
    font-size: 1.5rem;
}

.owl-item:not(:last-child) .step::after {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    left: 3.75rem;
    width: calc(100% - 40px);
    height: 2px;
    background: #e5e5e5;
    z-index: 10;
}

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

.text-white .step::after {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.work-process-carousel {
    position: relative;
    display: block;
}

.work-process-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

.work-process-carousel .owl-nav button.owl-next,
.work-process-carousel .owl-nav button.owl-prev {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 45px;
    padding: 10px !important;
}

/*work process new style*/
.work-process-wrap {
    margin: 20px -15px -60px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.single-work-process {
    position: relative;
    margin: 0 15px 60px;
    width: calc(25% - 30px);
}


.work-process-icon-wrap {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 991px) {
    .single-work-process {
        width: calc(50% - 30px);
    }

    .work-process-divider {
        width: calc(100% - 145px);
    }

    .single-work-process:nth-child(2n) .work-process-divider {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .single-work-process {
        width: 100%;
        margin: 0 0 50px;
        text-align: center;
        padding: 0 30px;
    }

    .work-process-divider {
        display: none;
    }

    .card-01 .col-md-5 .blu-button,
    .card-01 .col-md-5 .blu-button-u {
        margin: auto 0px !important;
    }
}

.work-process-divider {
    background-image: linear-gradient(90deg, #38e2e5, #38e2e5 40%, transparent 40%, transparent 100%);
}

.single-work-process .work-process-divider {
    position: absolute;
    left: auto;
    top: 75px;
    width: calc(40% - 0px);
    height: 2px;
    background-image: linear-gradient(90deg, #38e2e5, #38e2e5 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
}

.single-work-process .work-process-divider:after {
    content: '\e628';
    font-family: 'themify';
    color: #38e2e5;
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}


.work-process-icon-wrap i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.work-process-icon-wrap .process-step {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.single-work-process:last-child .work-process-divider {
    display: none !important;
}

/*work process new*/
.process-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}

.process-left:after {
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0 #00000036;
    z-index: 1;
}

.process-right:after {
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0 #0000001a;
    z-index: 1;
}

.process-step-number {
    background: #00a4aa;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 15px;
    position: relative;
    top: -36px;
    border-radius: 0 0 10px 10px;
    box-shadow: -6px 8px 0 0 #00000014;
}

.process-point-right {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00a4aa;
    box-shadow: 0 0 0 4px #38e2e5;
    margin: auto 0;
    position: absolute;
    bottom: 60px;
    left: -60px;
}

.process-point-right:before {
    content: "";
    height: 157px;
    width: 11px;
    background: #38e2e5;
    display: inline-grid;
    transform: rotate(31deg);
    position: relative;
    left: -53px;
    top: -0px;
}

.process-point-left {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00a4aa;
    box-shadow: 0 0 0 4px #38e2e5;
    margin: auto 0;
    position: absolute;
    bottom: 60px;
    right: -60px;
}

.process-point-left:before {
    content: "";
    height: 175px;
    width: 11px;
    background: #38e2e5;
    display: inline-grid;
    transform: rotate(-31deg);
    position: relative;
    left: 53px;
    top: 0;
}

.process-last:before {
    display: none;
}

.process-box p {
    z-index: 9;
}

.process-step-number h2 {
    font-size: 40px;
    font-weight: 700;
    color: #38e2e5;
}

.process-step-number:after {
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #00a4aa;
    border-left: 8px solid #04889800;
    border-right: 8px solid #00a4aa;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}

.process-step-number:before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #00a4aa;
    border-left: 8px solid #00a4aa;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}

.process-line-l {
    background: #00a4aa;
    height: 4px;
    position: absolute;
    width: 130px;
    right: -147px;
    top: 80px;
    z-index: 9;
}

.process-line-r {
    background: #00a4aa;
    height: 4px;
    position: absolute;
    width: 130px;
    left: -147px;
    top: 80px;
    z-index: 9;
}

@media (min-width: 320px) and (max-width: 1199px) {

    .process-line-l,
    .process-line-r,
    .process-point-left,
    .process-point-right {
        display: none;
    }

    .process-none {
        display: none;
    }

    .process-width.col-lg-5 {
        margin-top: 40px;
        width: 100% !important;
        max-width: 100% !important;
        flex: auto;
    }

    .process-right:after,
    .process-left:after {
        display: none;
    }

}



/*=========================================
            14. COUNTER SECTION CSS
============================================*/
.counter-wrap {
    width: 100%;
    display: block;
    position: relative;
}

.counter-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: dense;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.counter-wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    padding: 30px;
}

.counter-wrap li:last-child {
    border-right: none;
    margin-right: 0 !important;
}

.counter-wrap .single-counter {
    margin: 0;
}

.single-counter {
    margin: 14px 0;
    min-width: 175px;
}


.single-counter span {
    font-size: 35px;
    line-height: 38px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .single-counter {
        margin: 0;
    }
}


/*=========================================
            15. TAB SECTION CSS
============================================*/
.feature-tabs-wrap {
    margin-top: 30px;
}

.feature-tabs-center {
    margin-bottom: 25px;
    padding-right: 30px;
}

@media (max-width: 768px) {
 .why-sec .why-sec-img-1{
    padding-top: 10px;
 }
}


.feature-tabs li {
    position: relative;
    background: #fff;
    border-radius: 50px;
    margin-right: 8px;
}

.feature-tabs li:first-child {
    margin-left: 0;
}

.nav-tabs .nav-link {
    border-radius: 20px;
}

.feature-tabs li a {
    padding: 15px 20px;
    border-radius: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .feature-tabs li a {
        padding: 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .feature-tabs li a {
        padding: 10px;
    }

    .feature-tabs li a.active:after {
        display: none;
    }
}

.feature-tabs li:last-child a {
    border-right: none !important;
}

.feature-tabs li a,
.feature-tabs li a.active {
    border-radius: 50px;
    position: relative;
}

.feature-tabs li a.active:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #00a4aa transparent transparent transparent;
    margin-left: -10px;
    bottom: -10px;
    left: 50%;
}

.feature-tabs li a h6 {
    font-size: 12px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.feature-tabs li a.active:before {
    width: 100%;
    background: #00a4aa;
}

.feature-tabs li a.active {
    background-color: #00a4aa !important;
    color: #fff !important;
}

.feature-tab-content {
    height: 290px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 20px;
    margin-top: 60px;
}

::-webkit-scrollbar {
    width: 10px;

}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00a4aa;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-radius: 50px;
}

/*=========================================
            16. TEAM SECTION CSS
============================================*/
.team-1-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.team-style-2 {
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
}

.team-img {
    position: relative;
    overflow: hidden;
}

.team-img:before {
    content: "";
    background-image: linear-gradient(to left, rgba(41, 103, 230, 0.75), rgba(48, 91, 228, 0.75), rgba(59, 79, 226, 0.80), rgba(71, 64, 222, 0.85), rgba(84, 45, 216, 0.95));
    position: absolute;
    opacity: 0.8;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;
    transition: opacity .3s ease-out, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease-out;
    transition: transform .3s ease, opacity .3s ease-out, -webkit-transform .3s ease;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);

}


.team-overly-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    will-change: opacity;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.team-1-wrap:hover .team-overly-content {
    opacity: 1;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9) 0.2s;
}

.team-1-wrap:hover .team-img:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .6s;
}

.team-img img {
    display: block;
    transition: all 0.3s ease-in;
}

.team-1-wrap:hover .team-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.team-overly-content ul li a {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    line-height: 25px;
    padding: 5px;
    background-color: #fff;
    border-radius: 100%;
    margin: 4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #757575;
}

.team-overly-content ul li a:hover {
    color: #38e2e5;
}

.team-info {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px;
}

/*team two style css*/
.staff-member {
    position: relative;
    display: block;
}

.staff-member h5,
.staff-member p,
.staff-member span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.staff-member h5,
.staff-member p,
.staff-member span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.staff-member span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #757575;
    display: inline-block;
}


.staff-member .overlay {
    background: #38e2e5;
    background: -moz-linear-gradient(left, #38e2e5 2%, #00a4aa 82%);
    background: -webkit-linear-gradient(left, #38e2e5 2%, #00a4aa 82%);
    background: linear-gradient(to right, #38e2e5 2%, #00a4aa 82%);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 4px;
}

.staff-member .overlay .teacher-quote {
    font-size: 0.9rem;
    font-weight: 300;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.staff-member .overlay .teacher-name {
    color: #fff;
    text-decoration: none !important;
    display: block;
    margin-top: 15px;
}

.staff-member .overlay h5 {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 0;
}

.staff-member .overlay .teacher-field {
    font-size: 0.9rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
}

.staff-member .overlay ul.social {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.staff-member .overlay ul.social li {
    margin: 0;
}

.staff-member .overlay ul.social a {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: block;
}

.staff-member .overlay ul.social li a:hover span {
    color: #00a4aa;
}

.staff-member .overlay ul.social {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.staff-member:hover .social {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.staff-member .overlay .teacher-see-profile {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.staff-member:hover .overlay {
    opacity: 0.90;
}

.staff-member:hover .overlay h5,
.staff-member:hover .overlay p,
.staff-member:hover .overlay span,
.staff-member:hover .overlay ul.social {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.team-social-list li a {
    padding: 5px;
}

.team-social-list li span {
    font-size: 18px;
    line-height: inherit;
    vertical-align: middle;
}


/*=========================================
            17. VIDEO PROMO CSS
============================================*/

.video-play-icon {
    position: relative;
    display: block;
    width: 100%;
    top: 40%;
    left: -10%;
}

.video-play-icon span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    background: #ffffff;
    -webkit-transition: .5s;
    padding-left: 5px;
}

.color-bip span {
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

.white-bip span {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
}

a.video-play-icon-without-bip:hover span {
    color: #ffffff;
}

a.video-play-icon {
    border-radius: 50%;
    display: block;
}

a.video-play-icon-without-bip {
    animation: none;
}

a.video-play-icon-without-bip:hover {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    background-color: #38e2e5;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15);
        box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0);
        box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0)
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15);
        box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0);
        box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0)
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.about-img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-img-wrap img {
    display: block;
}

.about-us-img .about-single-img {
    position: relative;
    z-index: 2;
}

.about-us-img .about-us-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    z-index: 1;
}


/*======================================
      18. PROMO BLOCK WITH HOVER BG IMAGE
=========================================*/
.single-promo-block {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.promo-hover-bg-1:before {
    background-image: url("../img/blog/1.jpg");
}

.promo-hover-bg-2:before {
    background-image: url("../img/blog/2.jpg");
}

.promo-hover-bg-3:before {
    background-image: url("../img/blog/3.jpg");
}

.promo-hover-bg-4:before {
    background-image: url("../img/blog/4.jpg");
}

.promo-hover-bg-5:before {
    background-image: url("../img/blog/5.jpg");
}

.promo-hover-bg-6:before {
    background-image: url("../img/blog/6.jpg");
}

.single-promo-block:before {
    top: 80%;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
}

.single-promo-block:before,
.single-promo-block:after {
    content: '';
    height: 100%;
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-promo-block:after {
    z-index: 1;
    top: 100%;
    background-image: linear-gradient(75deg, rgba(26, 44, 121, 0.75) 10%, rgba(232, 5, 102, 0.80));
}

.single-promo-block>* {
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 1367px),
screen and (any-hover: hover) and (min-width: 1200px),
not all,
not all,
not all {
    .single-promo-block.hover-image:hover:before {
        opacity: 1;
        -webkit-transition: all 0.17s ease-out 0.18s;
        transition: all 0.17s ease-out 0.18s;
    }

    .single-promo-block.hover-image:hover:before,
    .single-promo-block.hover-image:hover:after {
        top: 0;
    }

    .single-promo-block.hover-image:hover .promo-block-content h5,
    .single-promo-block.hover-image:hover .promo-block-icon span {
        color: #ffffff;
    }

    .single-promo-block.hover-image:hover .promo-block-content p {
        color: rgba(255, 255, 255, 0.75);
    }
}

.overlay-top-img {
    position: absolute;
    bottom: -27px;
}

.project-info-list li {
    border-left: 4px solid #38e2e5;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

.project-info-list li a {
    color: #707070;
}


/*promo style three*/
@media (min-width: 776px) and (max-width: 991px) {
    .promo-single-wrap {
        margin-top: 20px;
    }
}

.promo-icon {
    position: relative;
    display: block;
    width: 100%;
}

.promo-icon i {
    z-index: 1;
    font-size: 75px;
    position: relative;
    color: #38e2e5;
}

.promo-icon img {
    z-index: 2;
}

.number-bg {
    left: 0;
    right: 0;
    z-index: -1;
    top: -30px;
    color: #f2f2f2;
    font-size: 115px;
    line-height: 120px;
    font-weight: 700;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

/*promo style four*/
.promo-bottom-shape {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
}

.promo-bottom-shape img {
    width: 100%;
}

.check-list-info {
    margin-top: -0.5em;
    margin-bottom: -0.5em;
}

.check-list-info li {
    position: relative;
    padding: .5rem 0 .5rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
}

.check-list-info li:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #00a4aa;
}

.promo-col:nth-child(2n+2) {
    margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .promo-col:nth-child(2n+2) {
        margin-top: 0;
    }
}

.promo-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    background-color: #ffffff;
    padding: 30px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.promo-item:before {
    content: '';
    position: absolute;
    right: -65px;
    width: 95px;
    height: 95px;
    top: -55px;
    border-radius: 50px;
    background-color: rgba(232, 5, 102, 0.90);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.promo-item:hover:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(232, 5, 102, 0.90);
}

.promo-item:hover h5,
.promo-item:hover p {
    color: #fff;
}

.promo-img {
    margin-bottom: 15px;
}

.emergency-btn {
    background: #38e2e5;
    padding: 8px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    margin-top: 24px;
    display: block;
    text-align: center;
}

.emergency-btn:hover {
    color: #ffffff;
    background: #38e2e5;
}

.list-with-icon li {
    margin-bottom: 20px;
}







/*=========================================
      19. TESTIMONIAL CSS
============================================*/

.testimonial-single {
    display: block;
    position: relative;
}

.testimonial-single.gray-light-bg {
    background: #56017f;
}

.testimonial-single blockquote,
.client-ratting h6 {
    color: #d3c7d8;
}

.testimonial-single:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #56017f;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -30px;
}

/*owl carousel slider*/
.owl-carousel .owl-item .client-img img {
    width: 60px;
    display: initial;
    border: 3px solid #712696;
}

.client-ratting-list li:not(:last-child) {
    margin-right: 0;
    line-height: 14px;
}

.client-ratting-list li span {
    font-size: 12px;
}

.client-ratting-list li.rating {
    color: #d3c7d8;
}

.client-info h5,
.client-info p {
    color: #712696;
}

/*testimonial old*/

.bg-left-shape {
    position: relative;
}

.bg-left-shape:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 80%;
    left: 15%;
    top: 22%;
    background-image: url("../img/globe-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial-wrap {
    padding: 30px;
}

.testimonial-wrap span.icon {
    font-size: 35px;
    color: #38e2e5;
}

.testimonial-wrap blockquote {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 127px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}


.client-say {
    position: relative;
    display: inline-block;
}

.client-say p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 108px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    float: left;
}

.client-say p span {
    font-size: 32px;
    color: #38e2e5;
}

.client-say img {
    position: relative;
    width: 6% !important;
    display: initial !important;
    top: 5px;
    margin-right: 10px;
}

.author-info .media-body {
    position: relative;
    left: 120px;
}

.author-img {
    border: 4px solid #8812cc;
    width: 100px;
    position: absolute;
    top: 0;
}

.dot-indicator.owl-theme button.owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #d8d8d8;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.3s;
}

.dot-indicator.owl-theme button.owl-dot:focus {
    border: none;
    outline: none;
}

.dot-indicator.owl-theme button.owl-dot.active span {
    background: #7202bb;
    border: 2px solid transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.screen-carousel.dot-indicator.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.arrow-indicator.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    margin-top: 4px;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff;
    border-radius: 50%;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-] span {
    font-size: 20px;
    line-height: 20px;
    color: #38e2e5;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover {
    background: #38e2e5 !important;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover span {
    color: #ffffff !important;
}

/*testimonial new*/
.testimonial-content-wrap {
    position: relative;
}

.testimonial-content-wrap .testimonial-tb-shape {
    position: absolute;
}

.testimonial-content-wrap .testimonial-tb-shape.shape-top {
    top: -60px;
    right: 20%;
}

.testimonial-content-wrap .testimonial-tb-shape.shape-bottom {
    bottom: -88px;
    right: 50%;
}

@media (min-width: 320px) and (max-width: 1199px) {

    .testimonial-content-wrap .testimonial-tb-shape.shape-top,
    .testimonial-content-wrap .testimonial-tb-shape.shape-bottom {
        display: none;
    }
}

.testimonial-quote-wrap {
    background: #38e2e5;
    padding: 30px 40px;
    z-index: 4;
    margin-top: 30px;
}


@media (min-width: 320px) and (max-width: 991px) {

    .author-info span,
    .testimonial-shape:before {
        display: none;
    }
}

/*client section css*/
.client-section-wrap ul {
    display: block;
}

.client-section-wrap ul li {
    padding-right: 50px;
    margin: 5px 0;
}

.client-section-wrap ul li img {
    transition: all 0.3s ease-in;
}

.client-section-wrap ul li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    filter: none;
    -webkit-filter: grayscale(0%);
}

.client-section-wrap ul li:last-child {
    padding-right: 0;
}

.client-heading-wrap {
    border: 4px solid #646464;
    padding: 50px 50px 70px;
    position: relative;
}

.client-logo-wrap {
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    top: -70px;
}

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

    .client-heading-wrap,
    .client-para {
        display: none;
    }

    .client-logo-wrap {
        background: transparent;
        top: 0;
        box-shadow: none;
        padding: 0;
        position: relative;
    }
}

.single-client {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}

.single-client img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(50%);
    filter: opacity(90%);
    width: 100%;
}

.single-client:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-client:hover .client-img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.shape-img {
    position: relative;
    z-index: 2;
    width: 100%;

}

.shape-img img {
    width: 100%;
    position: absolute;
    max-width: none;
    height: auto;
}

.client-img-list li.client-thumb img {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    border: 4px solid #ffffff;
    border-radius: 50%;
}

.client-img-list li.client-thumb {
    display: inline-block;
}

.client-img-list li.client-1 {
    position: absolute;
    top: 0;
    left: 15%;
    width: 120px;
    height: 120px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}

.client-img-list li.client-2 {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 35%;
    top: 0;
    -webkit-animation: thumb-scale-up-two 6s infinite linear;
    animation: thumb-scale-up-two 6s infinite linear;
}

.client-img-list li.client-3 {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 0;
    right: 50px;
    -webkit-animation: thumb-scale-up-three 8s infinite linear;
    animation: thumb-scale-up-three 8s infinite linear;
}

.client-img-list li.client-4 {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 125px;
    left: 90px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}

.client-img-list li.client-5 {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 37%;
    top: 70px;
    -webkit-animation: thumb-scale-up-three 8s infinite linear;
    animation: thumb-scale-up-three 8s infinite linear;
}

.client-img-list li.client-6 {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 180px;
    top: 200px;
    -webkit-animation: thumb-scale-up-two 6s infinite linear;
    animation: thumb-scale-up-two 6s infinite linear;
}

.client-img-list li.client-7 {
    position: absolute;
    top: 130px;
    right: 110px;
    width: 100px;
    height: 100px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}


@-webkit-keyframes thumb-thumb-scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes thumb-scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes thumb-scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@keyframes thumb-scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@-webkit-keyframes thumb-scale-up-three {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}

@keyframes thumb-scale-up-three {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}


/*=========================================
        20. SUBSCRIBE FORM CSS
============================================*/

.subscribe-form #email {
    background: #FDFCFB;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 30px;
}

.subscribe-form input.button {
    position: absolute;
    right: 5px;
    border-radius: 30px;
    padding: initial;
    top: 5px;
    bottom: 5px;
    width: 30%;
}

.subscribe-form-footer {
    position: absolute;
    top: -20px;
    width: 100%;
}

.subscribe-form-footer input.form-control {
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}

.subscribe-form-footer input.button {
    border-radius: 50px;
}

/*=========================================
        21. ACCORDION FAQ CSS
============================================*/

.accordion-faq.accordion>.card {
    overflow: hidden;
}

.accordion-faq.accordion .card-header {
    position: relative;
    cursor: pointer;
    background: #ffffff;
}

.accordion-faq.accordion .card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.accordion-faq.accordion .card-header {
    border-bottom: 1px solid #EFF2F7;
}

.accordion-faq.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion-faq.accordion>.card .card-header {
    margin-bottom: -1px;
}

.accordion-faq.accordion>.card .card-header h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.accordion-faq.accordion .card-header[aria-expanded=false]:after {
    content: "+";
}

.accordion-faq.accordion .card-header[aria-expanded=true]:after {
    content: "-";
}

.accordion-faq.accordion .card-header:after {
    content: "+";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/*=========================================
           22. CONTENT BOX CSS
============================================*/

.service-block-one .inner-box {
    position: relative;
    display: block;
}

.service-block-one .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    background: #38e2e5;
    overflow: hidden;
}

.service-block-one .inner-box .image-box a {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.service-block-one .inner-box .image-box img {
    width: 100%;
    opacity: 1;
    transition: all 500ms ease;
    display: block;
}

figure {
    margin: 0;
}

.service-block-one .inner-box .content-box {
    position: relative;
    padding: 28px 30px 30px 240px;
    min-height: 300px;
}

.service-block-one .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.05);
}

.service-block-one .inner-box .content-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 55px;
    line-height: 55px;
    color: #000;
    font-weight: 500;
    margin-bottom: 17px;
}

.service-block-one .inner-box .content-box .link-btn a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.service-block-one .inner-box .content-box .link-btn i {
    position: relative;
    font-size: 12px;
    transition: all 500ms ease;
}

.service-block-one .inner-box .content-box .link-btn a:hover i {
    transform: rotate(360deg);
}

@media only screen and (max-width: 599px) {
    .service-block-one .inner-box .image-box {
        position: relative;
    }

    .service-block-one .inner-box .image-box a {
        display: block;
    }

    .service-section .service-block-one .inner-box .content-box {
        padding-top: 40px !important;
    }

    .service-block-one .inner-box .content-box {
        padding-left: 30px;
    }
}

/*=========================================
        20. SUBSCRIBE FORM CSS
============================================*/
.newsletter-form {
    position: relative;
}

.newsletter-form .input-newsletter {
    height: 45px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
}

.newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    border: none;
    border-radius: 0 30px 30px 0;
    background-color: #ff3372;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 600;
}

.newsletter-form button i {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.newsletter-form button:focus,
.newsletter-form .input-newsletter:focus {
    outline: none;
}

/*=========================================
            23. PRICING CSS
============================================*/
.card.single-pricing-pack {
    transition: all 0.2s ease 0s;
    box-shadow: 0 0 0 1px #ebebeb;
    border: none;
    border-top: 4px solid transparent;
}

.card.single-pricing-pack:hover {
    z-index: 2;
    border-radius: 1rem !important;
}

.single-pricing-pack:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    transform: translate(0, -5px);
    border-top: 4px solid #38e2e5;
}

.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding: 1.5rem;
}

.pricing-header {
    position: relative;
    background: transparent;
}

.price-name h5 {
    color: #40005d;
}

.pricing-header .price {
    color: #7818b1;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.pricing-header .price span {
    font-size: 20px;
}

.font-weight-bolder {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.pricing-feature-list li {
    font-size: 14px;
    line-height: 30px;
}

.pricing-feature-list li span {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #5a5a5a;
    font-size: 13px;
}

/*price new style*/

.popular-price {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    transform: translate(0, -5px);
    border-top: 4px solid #38e2e5 !important;
}

.pricing-value {
    position: relative;
    display: block;
}

.pricing-value.card-footer {
    border-color: #ebebeb;
    background: transparent;
}

.pricing-value.card-footer::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 2.875rem;
    display: block;
    content: "\e628";
    font-size: 1.375rem;
    font-family: "themify";
}

.pricing-value.card-footer:hover {
    background: #38e2e5;
    color: #ffffff;
}

.pricing-value.card-footer:hover::after {
    right: 1.875rem;
    color: inherit;
}

.pricing-value .card-price {
    font-size: 2.5rem;
    font-weight: 500;
}

a.pricing-value {
    text-decoration: none;
    color: #757575;
}

/*priching switcher */
.yearly-price {
    display: none;
}

.switch-wrap {
    display: flex;
    justify-content: center;
}

.form-switch {
    align-items: center;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    justify-content: space-between;
}

.form-switch span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.form-switch span.year-switch {
    position: absolute;
    top: 8px;
    z-index: 1;
    color: #00a4aa;
}

.form-switch span.beforeinput {
    left: 33px;
}

.form-switch span.afterinput {
    right: 40px;
}

.form-switch .switch-icon {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 35px;
    border: 2px solid #00a4aa;
    border-radius: 15px;
    transition: all 0.3s linear;
    margin: 0 15px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.form-switch .switch-icon::after {
    content: "";
    position: absolute;
    left: 4px;
    width: 100px;
    height: 33px;
    background-color: #00a4aa;
    border-radius: 15px;
    transform: translate3d(-6px, 0, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch input {
    display: none;
}

.form-switch input:checked+.switch-icon::after {
    transform: translate3d(95px, 0, 0);
}

.form-switch .beforeinput.text-success,
.form-switch .afterinput.text-success {
    color: #ffffff !important;
}






/*=========================================
           24. SINGLE PAGE HEADER CSS
============================================*/
@media (min-width: 320px) and (max-width: 576px) {
    .page-header-content {
        padding-top: 3rem !important;
    }

}

.custom-breadcrumb ol {
    margin-bottom: 0;
}

.custom-breadcrumb ol li a,
.custom-breadcrumb ol li.breadcrumb-item.active {
    color: #ffffff;
    opacity: 0.7;
}

.custom-breadcrumb ol li a:hover {
    opacity: 1;
}

.custom-breadcrumb ol li.breadcrumb-item {
    padding-left: 0;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: themify;
    content: "\e649";
    font-size: 10px;
    color: #ffffff;
    opacity: 0.7;
}


/*=========================================
            25. CONTACT US CSS
============================================*/
.single-promo-card {
    transition: all .2s ease;
}

.card.single-promo-card {
    border: 1px solid #eff2f7;
    border-radius: 1rem;
}

.single-promo-card .card-body {
    padding: 1.5rem;
}

.single-promo-hover {
    transition: all .2s ease-out;
    will-change: transform;
}

.single-promo-hover:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

a .single-promo-2 p {
    color: #ffffff;
}

.custom-shadow {
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
}

.circle-icon {
    display: block;
}

.whysec {
    padding: 50px 0px;
    background-image: url('../img/site/Background\ wave-light\ blue.png');
    background-size: cover;
    background-position: center;
    background-color: #defffd;
    background-attachment: fixed;
}

.whysec-01 {
    padding: 50px 0px;
    background-image: url('../img/site/Background\ wave-light\ blue.png');
    background-size: cover;
    background-position: center;
    background-color: #defffd;
}

.single-promo-2 {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0px !important;
    height: 250px;
    padding: 70px;
    margin-bottom: 15px;
}

.single-promo-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

.single-promo-2 span {
    font-size: 25px;
    background-image: url(../img/promo-icon-bg.svg);
    background-size: 70px;
    padding: 25px;
    background-repeat: no-repeat;
    background-position: 0 25%;
    display: inline-block;
    margin-bottom: 20px;
}

.link-color {
    color: #707070;
}

.google-map {
    height: 100%;
    margin-bottom: -8px;
}

.google-map iframe {
    width: 100%;
    border: 0;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}

/*=========================================
           26. FOOTER CSS
============================================*/
.footer-top {
    padding: 40px 0;
}

.security-icon-list li {
    margin: 0 15px 12px 0;
}

@media (min-width: 320px) and (max-width: 567px) {
    .footer-top {
        padding: 50px 0;
    }
}


.get-in-touch-list li {
    margin-left: 0px !important;
}

.footer-nav-wrap h4 {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 12px;
}

.footer-nav-wrap ul li a {
    font-size: 13px;
    line-height: 24px;
    padding: 3px 0;
    color: inherit;
}

.footer-nav-wrap ul li {
    /* margin-left: 20px; */
}

.footer-nav-wrap ul li a:hover {
    font-weight: bolder;
}

.footer-nav-wrap .nav-item .nav-link:before {
    content: '\00bb';
    position: absolute;
    opacity: 1;
    left: 65px;
    transition: 0.5s;
    font-size: 12px;
}

@media only screen and (max-width: 991px) and (min-width: 1200px) {
    .hero-slider-content{
        padding-top: 6rem;
    }
}


.footer-nav-wrap ul li a:hover,
.copyright-text a:hover,
.social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}

.payment-method ul {
    display: inline-flex;
    align-items: center;
}

.payment-method ul li img {
    max-width: 60px;
}

.payment-method ul li:last-child img {
    margin-right: 0;
}

.copyright-text {
    font-size: 14px;
    color: #fff;
}

.social-list li a {
    padding: 6px 10px;
    font-size: 13px;
}

.footer-nav-list li a span {
    font-size: 14px;
    vertical-align: middle;
}

.bottom-sticky-footer {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 55px;
}

.social-nav ul li a {
    opacity: 0.8;
    transition: all 0.3s ease-in;
    padding: 3px 8px;
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid #fff;
}

.list-unstyled li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.tooltip-hover {
    position: relative;
}

.tooltip-hover a {
    display: block;
}

.tooltip-item {
    position: absolute;
    background-color: rgb(255, 255, 255);
    pointer-events: none;
    color: rgb(51, 51, 51);
    font-size: 13px;
    bottom: 90%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    visibility: hidden;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 15px;
    transform: translate3d(-50%, 0px, 0px);
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.tooltip-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6px solid rgb(255, 255, 255);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.tooltip-hover:hover .tooltip-item {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 5px);
}

.get-in-touch-list li {
    font-size: 14px;
}

.get-in-touch-list li span {
    font-size: 18px;
}

/*=========================================
            27. PRELOADER CSS
============================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loader1 {
    display: block;
    position: relative;
    left: 45%;
    top: 50%;
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(41, 103, 230, 0.6);
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(41, 103, 230, 0.8);
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(41, 103, 230, 1);
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(41, 103, 230, 0.8);

}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(41, 103, 230, 0.4);
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }

    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}


/*=========================================
            28. BLOG PAGE CSS
============================================*/
.row-post-thumbnail .post {
    border: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.post {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 35px;
    margin: 0 0 45px;
}

.post-preview {
    padding-bottom: 5px;
    border-radius: .1875rem;
    transition: all .3s ease-in-out;
}

.post-preview img {
    border-radius: .1875rem;
    width: 100%;
    display: block;
}

.post-header {
    margin: 15px 0 20px;
}

.post-header .post-title {
    font-size: 1.5625rem;
    margin-bottom: 0;
    color: #333333;
}

.post-header .post-title a {
    color: #5d5d5d;
}

.post-header .post-title a:hover {
    color: #00a4aa;
}

.post-meta {
    list-style: none;
    font-size: .8125rem;
    padding: 0;
    margin: 0;
}

.post-meta a,
.post-meta li {
    color: #495057;
    opacity: 0.8;
}

.post-meta li i {
    color: #00a4aa;
}

.post-meta a:hover {
    color: #00a4aa;
    opacity: 1;
}

.post-meta>li {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    margin: 0 14px 0 0;
}

.post-meta>li:not(:last-child):after {
    position: absolute;
    content: '/';
    right: -5px;
    top: 0;
}

.post-content p {
    margin-bottom: 5px;
}

.post-more a span {
    vertical-align: middle;
}

.post-footer {
    margin-top: 15px;
}

/*blog single css*/
.post-content blockquote {
    border-left: 2px solid #eaeaea;
    padding: 10px 0 10px 40px;
    margin: 40px 0;
    transition: all .3s ease-in-out;
}

.post-content blockquote:hover {
    border-color: #00a4aa;
}

.blockquote {
    font-weight: 500;
    color: #222;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content ul,
.post-content ol {
    margin: 15px 0 15px 40px;
}

/*comments css*/
.comment,
.comment-shop {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0 0;
}

.comment-author,
.comment-author-shop {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

.comment-body,
.comment-body-shop {
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 0 85px;
}

.comment-meta,
.comment-meta-shop {
    margin: 0 0 15px;
}

.comment-meta-date {
    font-size: 13px;
}

.children>.comment,
.children>.comment-shop {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin-left: 85px;
}

.comment-meta-author a,
.comment-meta-author-shop a {
    font-weight: 500;
    color: #222;
}

.comment-meta-date a,
.comment-meta-date-shop a {
    color: #788487;
    opacity: .6;
}

.comment-meta-date a:hover,
.comment-meta-date a:focus,
.comment-meta-date-shop a:hover,
.comment-meta-date-shop a:focus {
    color: #38e2e5;
    opacity: 1;
}

.comment-reply,
.comment-reply-shop {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.comment-reply>a,
.comment-reply-shop>a {
    background: #f4f4f4;
    border-radius: .1875rem;
    padding: 5px 15px;
    display: block;
    color: #222;
}

.comment-reply>a:hover,
.comment-reply>a:focus,
.comment-reply-shop>a:hover,
.comment-reply-shop>a:focus {
    background: #00a4aa;
    ;
    color: #fff;
}

.comment-list+.comment-respond,
.comment-list-shop+.comment-respond {
    margin-top: 30px;
}


/*pagination*/
.custom-pagination-nav ul li {
    text-align: center;
    margin-right: 10px;
}

.custom-pagination-nav ul li:focus,
.custom-pagination-nav ul li a:focus {
    outline: none;
    box-shadow: none;
}

.custom-pagination-nav ul li a.page-link {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 100%;
    padding: inherit;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #38e2e5;
}

.custom-pagination-nav ul li a.page-link:hover {
    background: #00a4aa;
    color: #FFFFFF;
}

.custom-pagination-nav ul li.page-item:first-child .page-link,
.custom-pagination-nav ul li.page-item:last-child .page-link {
    border: none;
    background: transparent;

}

.custom-pagination-nav ul li.page-item:first-child .page-link:hover,
.custom-pagination-nav ul li.page-item:last-child .page-link:hover {
    color: #00a4aa;
}

.custom-pagination-nav ul li.page-item.active .page-link {
    background-color: #00a4aa;
    border-color: #00a4aa;
}

/*blog sidebar*/

.widget-search {
    padding: 0;
    border: 0;
}

.widget {
    margin-bottom: 50px;
}

.widget-search form {
    position: relative;
}

.widget-search .search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    height: 100%;
    right: .875rem;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    color: #ddd;
}

.widget-search .search-button span {
    font-size: 20px;
    line-height: 32px;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

.widget .widget-title {
    margin-bottom: 24px;
}

.widget .widget-title>h6 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    color: #788487;
}

.widget ul {
    margin-bottom: 0;
}

.widget-categories ul li:first-child,
.widget-recent-entries ul li:first-child,
.widget-recent-entries-custom ul li:first-child {
    padding-top: 0;
}

.widget-categories ul li,
.widget-recent-entries ul li,
.widget-recent-entries-custom ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    margin: 0;
}

.widget a {
    color: #788487;
    display: block;
    font-size: 14px;
}

.widget a:hover {
    color: #00a4aa;
}

.widget-recent-entries-custom .wi {
    float: left;
    width: 100px;
    margin-top: 5px;
}

.widget-recent-entries-custom .wb {
    padding-left: 16px;
    width: 100%;
}

.widget-recent-entries-custom .wi,
.widget-recent-entries-custom .wb {
    vertical-align: middle;
    display: table-cell;
}

.post-date {
    font-size: 13px;
    color: #a3a6a8;
    display: block;
    margin: 0;
}

.tag-cloud>a,
.post-tags>a {
    background: #f4f4f4;
    border-radius: .1875rem;
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    margin: 5px 8px 5px 0;
    text-transform: uppercase;
    font-size: 10px !important;
    color: #222;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.tag-cloud>a:hover,
.post-tags>a:hover {
    background: #38e2e5;
    color: #fff;
    opacity: 1;
}


/*=========================================
            29. BACK TO TOP CSS
============================================*/
button.scroll-top:focus {
    outline: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #38e2e5;
    transition: 1s ease;
    border: none;
}

.scroll-top span {
    color: #fff;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}




/*new css new update*/
.full-screen {
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-wrap h2,
.countdown-wrap h5 {
    color: #fff !important;
}


/*404 page*/
.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: 2;
    margin-bottom: 30px;
}

.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
}


@media (min-width: 320px) and (max-width: 767px) {
    .error-content .notfound-404 {
        height: auto;
        display: block;
        position: relative;
    }

    .error-content .notfound-404 h1 {
        font-size: 80px;
        position: relative;
    }

}

/*login css*/
.login-signup-content {
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-signup-wrap h1 {
    font-size: 35px;
}

.vh-100 {
    height: 100vh !important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.ml-n3,
.mx-n3 {
    margin-left: -.98rem !important;
}

.small,
small {
    font-size: 90%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #95aac9;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d2ddec;
    border-radius: .375rem;
}

.form-control:focus {
    border-color: #38e2e5;
}

.btn.border-radius {
    border-radius: 4px;
}

.login-signup-form .form-group {
    position: relative;
}

.login-signup-form .form-group label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 90%;
}

.login-signup-form .form-group .input-group.input-group-merge>.form-control {
    text-indent: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: calc(2.45em + .75rem + -5px);
}

.login-signup-form .form-group .input-group.input-group-merge>.form-control:focus {
    z-index: inherit;
}

.input-icon {
    height: calc(3.4rem + 2px);
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
}

.input-icon span {
    padding: 10px 5px;
    border-left: 2px solid #38e2e5;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + -7px);
    border-radius: 4px;
    color: #afafaf;
}


/*login signup new style*/
.login-signup-card {
    position: relative;
    z-index: 2;
}

.custom-control-label {
    line-height: 1.5;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

/*new offer css*/

.offer-tag-wrap img {
    position: relative;
    display: block;
    width: 100%;
}

.offer-tag {
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    color: #ffffff;
}

.offer-price-tag {
    font-size: 100px;
    line-height: 115px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.offer-price-tag small,
.offer-price-tag span {
    font-size: 25px;
    line-height: initial;
}

.offer-price-tag span {
    position: relative;
    top: -40px;
}

.offer-price-tag p {
    line-height: initial;
}

.ribbon-2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #38e2e5;
    border-radius: 30px;
}

.ribbon-2 span {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 0 15px 0 25px;
}

/*countdown*/
@media (min-width: 320px) and (max-width: 575px) {
    .action-btns .btn {
        margin: 6px 0;
    }
}

.countdown-list li {
    margin: 6px 0;
}

.countdown-list li h6 {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
}

.countdown-list span {
    font-size: 14px;
}



/* my start here */
.promo-section {
    background-image: url('../img/site/Background\ wave-dark\ blue.png');
    background-position: bottom;
    background-size: cover;
    background-color: #aefffc;
}



.promo-section-01 {
    background-image: url('../images/flip-dark-blue.png');
    background-position: bottom;
    background-size: cover;
    background-color: #38e2e5;
}

.tour-section {
    background-image: url('../images/Efettle-tour-background.png');
    background-size: cover;
}

.speciality-section {
    background-image: url('../images/white-background.png');
    background-position: top;
}

.speciality-image {
    box-shadow: 0 0 20px #999;
    border-radius: 100px;
    width: 170px !important;
}

.speciality-heading {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
    margin-left: -25px;
}


.service01-section {
    background-image: url('../img/site/Background\ wave-light\ blue.png');
    background-position: bottom;
    background-size: cover;
    background-color: #affeff;
}

.service01-section #news-slider {
    margin-top: 80px;
}

.service01-section .post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.service01-section .post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.service01-section .post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.service01-section .post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.service01-section .post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.service01-section .post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.service01-section .post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.service01-section .post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.service01-section .post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.service01-section .post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.service01-section .post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.service01-section .post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.service01-section .post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.service01-section .post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.service01-section .post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.service01-section .owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.service01-section .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.service01-section .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.service01-section .owl-controls .owl-buttons .owl-prev:after,
.service01-section .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.service01-section .owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .service01-section .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}


.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 10px;
}

.content img {
    border-radius: 10px;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.custom-nav-left .owl-nav {
    position: absolute;
    left: -100px !important;
    bottom: 0px;
}

.custom-nav-left01 .owl-nav {
    position: absolute;
    left: 0px !important;
    bottom: -60px;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}


.online-doctor-des {
    color: #000;
    font-size: 18px;
}

.card {
    padding: 20px;
}

.promo-section-01 .card img {
    /*   height: 160px;
    width: 100%;*/
}

.card h6 {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.card-des {
    margin-bottom: 10px !important;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}


.accordion .accordion-item {
    /*border-bottom: 1px solid #e5e5e5;*/
    margin-bottom: 10px;
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #03b5d2;
}

.accordion button {
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    padding: 1em;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border: none;
    background: #fff;
    border-radius: 10px;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 15px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #03b5d2;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: max-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    background: #fff;
    border-radius: 10px;
    padding: 1em;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
}

.text-dark {
    color: #ffffff !important;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-top: 20px;
}

.service-slider .owl-dots {
    display: none;
}


@media(max-width: 667px) {
    .speciality-image {
        margin: auto;
    }

    .custom-nav-left .owl-nav {
        position: absolute;
        left: 0 !important;
        bottom: -56px;
    }

    .bg-image {
        background-image: url('../images/Banner/banner-background.png');
        background-position: bottom;
        background-position-y: bottom;
        background-repeat-y: no-repeat;
        background-size: initial;
    }

    .nav-tabs .nav-item {
        margin-bottom: 15px;
    }

    .accordion button .icon {
        right: 8px !important;
    }

    .change-width {
        width: 343px !important;
    }

    .vertical-tabs .col-md-3 {
        margin-right: 15px !important;
    }

    .vertical-tabs .col-md-9 {
        padding-left: 15px !important;
    }

    .para-box {
        height: 100px !important;
    }

    .mobile-margin {
        margin: auto 100px !important;
    }

    div#chart ul li {
        width: 19px !important;
    }

    div#chart ul li .bar {
        width: 20px !important;
    }

    .portfolio-wrapper .file-upload-button {
        left: 135px !important;
    }

    .mobile-view-para {
        line-height: 17px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }

    .correct-green {
        padding: 0px 7px !important;
    }

    .incorrect-red {
        padding: 0px 7px !important;
    }

    .right-blue {
        /*padding: 0px 7px !important;*/
        padding: 3px 30px;
    }

    .portfolio-item-01 .d-flex .mobile-box {
        display: flex !important;
    }

    .mobile-box .col-md-5 {
        width: 110px !important;
    }

    .mobile-box .col-md-7 {
        width: 140px !important;
    }

    .box-width-mobile {
        width: 343px;
        margin-bottom: 20px;
    }

    .ml-4 {
        margin-left: 0px !important;
    }

    .col-md-8 .mt-35 .row .col-md-2 {
        width: 30% !important;
    }

    .col-md-8 .mt-35 .row .col-md-4 {
        width: 70% !important;
    }

    .index-img {
        top: -5px !important;
    }

    .image-wrap img {
        width: 300px;
    }

    img.custom-width.img-fluid {
        width: auto;
        height: auto;
    }
}

.bottom-header {
    position: absolute;
    top: 82px;
    width: 100%;
    padding: 10px;
    height: 45px;
}

.pt-140 {
    padding-top: 140px;
    padding-bottom: 50px;
}

.log-in-btn {
    color: #fff;
    font-weight: bold;
}

.log-in-btn:hover {
    color: #fff;
    font-weight: bolder;
    text-decoration: underline !important;
}

.form-border {
    border: 1px solid #ebebeb;
    padding: 20px;
}

.btn-linked {
    color: #fff;
    background-color: blue;
    width: 200px;
    font-weight: 600;
}

.btn-linked:hover {
    border: 1px solid blue;
    color: blue;
    background-color: #fff;
}

.btn-facbook {
    color: #fff;
    background-color: #4267B2;
    width: 100%;
    font-weight: 600;
}

.btn-facbook:hover {
    border: 1px solid #4267B2;
    color: #4267B2;
    background-color: #fff;
}

.btn-google {
    color: #fff;
    background-color: #EA4335;
    width: 100%;
    font-weight: 600;
}

.btn-google:hover {
    border: 1px solid #EA4335;
    color: #EA4335;
    background-color: #fff;
}

.background-all {
    background-image: url(../images/white-background.png);
    background-position: top;
    background-size: cover;
}

.margin-bottom {
    margin-top: -155px;
}

.tabs .owl-stage-outer {
    padding: 10px 0;
}

/****call for dr****/
.profile-card {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px;
}

.profile-card img {
    width: 150px;
    border-radius: 80px;
    height: 150px;
}

.gmail-head {
    color: #00a4aa;
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.color {
    color: #00a4aa;
    font-size: 18px;
}

.ml-50 {
    margin-left: 50px;
}

.complaints {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 20px;
    margin-left: -60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-20{
    padding-top: 20px;
}

.pt-30{
    padding-top: 30px;
}

.mr-97 {
    margin-right: 97px;
}

.mt-39 {
    margin-top: 39px;
}

.ptb-50 {
    padding: 50px 0;
}

table,
tr,
th,
td {
    border: 1px solid #c7c7c7;
    padding: 10px;
    text-align: center;
}

.table-width {
    width: 800px;
}

.table-width thead {
    background-color: #ebebeb;
}

.table-width thead th {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.blu-button {
    color: #fff;
    background-color: #00006e;
    border: 1px solid #00006e;
    width: 150px;
    font-weight: bold;
}

.blu-button:hover {
    color: #00006e;
    background-color: #fff;
    border: 1px solid #00006e;
    font-weight: bold;
}

.blu-button-u {
    color: #fff;
    background-color: #00006e;
    border: 1px solid #00006e;
    width: 150px;
    font-weight: bold;
}

.blu-button-u:hover {
    color: #00006e;
    background-color: #fff;
    border: 1px solid #00006e;
    font-weight: bold;
}

.white-button {
    color: #00006a;
    background-color: #fff;
    border: 1px solid #00006e;
    width: 150px;
    font-weight: bold;
}

.white-button:hover {
    color: #fff;
    background-color: #00006e;
    border: 1px solid #00006e;
    font-weight: bold;
}

.margin-image {
    margin: 30px;
}

.margin-div {
    margin: auto 145px;
}

.box {
    border: 1px solid #c7c7c7;
    height: 100px;
    width: 350px;
}

.width-100 {
    width: 100%;
}

.form-card {
    box-shadow: 0 0 20px #999;
    padding: 40px;
}

.login-form-new {
    border-bottom: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
}

.form-border .d-flex img {
    border: 1px solid #ebebeb;
    padding: 10px;
    height: auto;
    width: 100px;
}

.input-icon-01 {
    height: calc(3.4rem + 2px);
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    right: 0;
}

.input-icon-01 span {
    padding: 10px 5px;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + -7px);
    border-radius: 4px;
    color: #afafaf;
}


/******Corporate page*************/

.card-01 {
    box-shadow: 0 0 10px #999;
    padding: 20px;
    height: 365px !important;
}

.img-button {
    position: absolute;
    top: 85px;
    left: 45px;
}

.circle {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 30px;
}

/* Upload Area */

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
}

.custom-file-upload label {
    display: block;
    margin-bottom: 5px;
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.file-upload-input {
    width: 140px;
    color: #d0d0d0;
    font-size: 16px;

    border: none;
    background-color: #fff !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    border: 1px solid #d0d0d0;
    height: 100px;
    padding-bottom: 55px;
    /* IE 9 Fix */
}

.file-upload-input:hover,
.file-upload-input:focus {
    background-color: #ab3326;
    outline: none;
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #d0d0d0;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background-color: #ffffff;
    /* float: left; */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: absolute;
    left: 30px;
    top: 40px;
}

.file-upload-button:hover {}



.portfolio-wrapper .custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.portfolio-wrapper .custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
}

.portfolio-wrapper .custom-file-upload label {
    display: block;
    margin-bottom: 5px;
}

.portfolio-wrapper .file-upload-wrapper {
    position: relative;
    margin-bottom: 0px;
}

.portfolio-wrapper .file-upload-input {
    width: 100%;
    color: #d0d0d0;
    font-size: 16px;

    border: none;
    background-color: #fff !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    padding: 0 20px;
    height: 315px;
    padding-bottom: 180px;
    /* IE 9 Fix */
}

.portfolio-wrapper .file-upload-input:hover,
.file-upload-input:focus {
    background-color: #ab3326;
    outline: none;
}

.button-left .file-upload-button {
    left: 135px !important;
}

.portfolio-wrapper .file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #00a4aa;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background-color: #ffffff;
    /* float: left; */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: absolute;
    left: 100px;
    top: 150px;
}




.nodisplay {
    display: none;
}

.justify-content {
    text-align: justify;

}

.rounded {
    border-radius: 40px !important;
}

.services-single h5 {
    color: #00a4aa;
}

.new-nav-arrow .owl-nav {
    left: 0px !important;
}



.vertical-tabs .nav-link {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 15px;
    border-bottom: 1px solid #d1d3d4;
}

.vertical-tabs .col-md-3 {
    padding-right: 0px;
}

.vertical-tabs .col-md-9 {
    padding-left: 0px;
}

.border-four {
    border: 1px solid #d1d3d4;
}

@media (min-width: 768px) {
    .vertical-tabs .nav-link {
        border-bottom: 1px solid #d1d3d4;
    }
}

.vertical-tabs .nav-link.active {
    background: #00a4aa;
    color: #fff;
    border-bottom: none;
}

.vertical-tabs .tab-content {}

@media (min-width: 768px) {}

.para-box {
    padding: 10px;
    border-bottom: 1px solid #d1d3d4;
    margin-bottom: 0px !important;
    height: 55px;
}

#chart {
    width: 100%;
    height: 500px;
    display: block;
    background-color: #fff;
}

#chart #bars {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

div#chart ul li {
    display: inline-block;
    width: 70px;
    height: 300px;
    text-align: center;
    position: relative;
}

div#chart ul li .bar {
    display: block;
    width: 70px;
    background: red;
    position: absolute;
    bottom: -150px;
    height: 0;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
}

div#chart ul li .bar:hover {
    cursor: pointer;
}

#chart ul li:nth-child(1) .bar {
    background-color: #00a4aa;
    height: 23%;
}

#chart ul li:nth-child(2) .bar {
    background-color: #52c1c5;
    height: 49%;
}

#chart ul li:nth-child(3) .bar {
    background-color: #00a4aa;
    height: 32%;
}

#chart ul li:nth-child(4) .bar {
    background-color: #52c1c5;
    height: 72%;
}

#chart ul li:nth-child(5) .bar {
    background-color: #00a4aa;
    height: 45%;
}

#chart ul li:nth-child(6) .bar {
    background-color: #52c1c5;
    height: 31%;
}

#chart ul li:nth-child(7) .bar {
    background-color: #00a4aa;
    height: 4%;
}

#chart ul li:nth-child(8) .bar {
    background-color: #52c1c5;
    height: 12%;
}

#chart ul li:nth-child(9) .bar {
    background-color: #00a4aa;
    height: 59%;
}

#chart ul li:nth-child(10) .bar {
    background-color: #52c1c5;
    height: 90%;
}

#chart ul li:nth-child(11) .bar {
    background-color: #00a4aa;
    height: 50%;
}

#chart ul li:nth-child(12) .bar {
    background-color: #52c1c5;
    height: 29%;
}

#chart ul li:nth-child(13) .bar {
    background-color: #00a4aa;
    height: 4%;
}

#chart ul li:nth-child(14) .bar {
    background-color: #52c1c5;
    height: 72%;
}

#chart ul li:nth-child(15) .bar {
    background-color: #00a4aa;
    height: 84%;
}

div#chart ul li span {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #20508d;
    font-size: 20px;
    margin-bottom: -70px;
}

div#chart ul li .bar:before {
    position: absolute;
    left: 0;
    background-color: #b7e5e7;
    content: "";
    width: 100%;
    height: 130px;
    top: 0;
    margin-top: -135px;
}

div#chart ul li:nth-child(2) .bar:before {
    height: 163px;
    margin-top: -168px;
}

div#chart ul li:nth-child(3) .bar:before {
    height: 187px;
    margin-top: -192px;
}

div#chart ul li span .percent-numb {
    font-size: 30px;
    line-height: 1;
    font-family: sans-serif;
}

div#chart li:nth-of-type(1) span .percent-numb {
    color: #5a92bd;
}

div#chart li:nth-of-type(2) span .percent-numb {
    color: #d9b74e;
}

div#chart li:nth-of-type(3) span .percent-numb {
    color: #bc0f27;
}


/*********Dr Profile***********/
.border-50 {
    border-radius: 50%;
}

.uplod-area-profile {
    padding: 0px !important;

}

.morning-list a {
    color: #fff;
}

.drop-zoon-profile {
    margin-top: 0px !important;
    border: 1px solid;
    height: 90px !important;
}

.card-profile-height {
    height: 508px;
}

.line-height-min {
    line-height: 25px;
}

.line-height-min-01 {
    line-height: 20px;
}

.border-round {
    border-radius: 50px;
}

.correct-green {
    background: green;
    padding: 3px 7px;
    color: #fff;
}

.correct-green:hover {
    background: #fff;
    padding: 3px 7px;
    color: green !important;
    border: 1px solid green;
}

.incorrect-red {
    background: red;
    padding: 3px 7px;
    color: #fff;
}

.incorrect-red:hover {
    border: 1px solid red;
    color: red !important;
    background: #fff;
    padding: 3px 7px;
}

.right-blue {
    background: #00a4aa;
    padding: 3px 30px;
    color: #fff !important;
}

.right-blue:hover {
    background: #fff;
    border: 1px solid #00a4aa;
    color: #00a4aa !important;
}

.right-blue-01 {
    background: #fff;
    border: 1px solid #00a4aa;
    padding: 3px 40px;
    color: #00a4aa !important;
}

.right-blue-01:hover {
    background: #00a4aa;
    color: #fff !important;
}

.grid-container {
    height: 350px;
    /* overflow-y: scroll; */
}

.portfolio-item-01 {
    width: 280px;
    display: inline-block;
}

.border {
    border: 1px solid #d0d0d0;
    border-top: none;
    padding: 10px;
}

.height-line {
    line-height: 18px;
    padding-top: 10px;
}

.height-line p {
    font-size: 12px;
}

.morning-list {
    background-color: #00a4aa;
    color: #fff;
    padding: 0 16px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.morning-list-01 {
    background-color: #fff;
    padding: 0 16px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.morning-list-01 a {
    color: #00a4aa;
}

.table-box {
    border: 1px solid #c7c7c7;
    border-bottom: none;
    padding: 10px 40px;
}

.dropbtn {
    background-color: #00a4aa;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 120px;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #00a4aa;
    outline: none;
}

.dropbtn-01 {
    background-color: #00a4aa;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 120px;
}

.dropbtn-01:hover,
.dropbtn-01:focus {
    background-color: #00a4aa;
    outline: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 120px;
    border: 1px solid #00a4aa;
    overflow: auto;
    z-index: 1;
    padding: 0px 10px;
}

.dropdown-content a {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
}

.dropdown-content-01 {
    display: none;
    position: absolute;
    width: 120px;
    border: 1px solid #00a4aa;
    overflow: auto;
    z-index: 1;
    padding: 0px 10px;
}

.dropdown-content-01 a {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.pb-50 {
    padding-bottom: 50px;
}

.overflow-scroll {
    overflow-y: scroll;
    height: 300px;
}

.dr-info {
    border-right: 1px solid #d0d0d0;
    padding-right: 20px;
    line-height: 20px;
    width: 285px;
}

.dr-info .line-height-para p strong {
    margin-left: 34px;
}

.star-color {
    color: #ffd400;
}

.info-line {
    line-height: 45px;
}

.card-01 .col-md-5 .blu-button,
.card-01 .col-md-5 .blu-button-u {
    width: 215px;
}

.icon-awards {
    background-color: #00a4aa;
    padding: 22px 20px;
    border-radius: 50px;
    height: 80px;
}

.icon-awards span {
    font-size: 40px;
    color: #fff;
}

.new-calender {
    background-color: #00a4aa;
    padding: 20px;
}

.new-calender p {
    /*color: #fff;*/
    font-size: 14px;
}

.time-box {
    background-color: #fff;
    color: #00a4aa;
    padding: 0px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.new-calender .blu-button {
    width: 200px;
}

.last-subscribe-section {
    background-image: url('../images/Efettle-tour-background.png');
    background-color: #00a4aa;
}

.emegency {
    background-color: red;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
    float: right;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
}

.custom-checkbox>input {
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

/* DEFAULT STYLES */
.custom-checkbox>.box {
    background-color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 80px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 10px;
    position: relative;
    font-weight: bold;
}

.custom-checkbox>.box>.tick {
    display: none;
}

/* CHECKED STYLES */
.custom-checkbox>input:checked~.box,
/*IE8*/
.custom-checkbox.checked>.box {
    background: #00a4aa;
    color: #FFF;
}

.custom-checkbox>input:checked~.box>.tick,
/*IE8*/
.custom-checkbox.checked>.box>.tick {
    display: block;
}




.custom-checkbox>input:active~.box {
    border-color: #aaa;
    background-color: #ddd;
}

.width-450 {
    width: 450px;
}

.mt-35 {
    margin-top: 35px;
}

.card-profile-height01 {
    /*height: 558px;*/
}

.height-comment {
    height: 155px;
}

.box-01 {
    border: 1px solid #c7c7c7;
    padding: 40px;
}

.box-02 {
    border: 1px solid #c7c7c7;
    padding: 5px 20px;
    margin: 0px;
}

.list-type {
    list-style-type: disc;
    margin-left: 30px;
}

.button-cardiology {
    background-color: #fff;
    box-shadow: 0 0 0px #999;
    /*width: 300px;*/
    border-radius: 10px;
    margin-bottom: 30px;
}

.button-cardiology a {
    font-size: 35px;
    font-weight: 600;
    /*padding: 0 30px;*/
    color: #000;
}

.button-cardiology img {
    border-radius: 10px;
    background-color: #00a4aa;
    margin-left: auto;
}

.custom-list li::before {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 0.8em;
    width: 0.43em;
    border-bottom: 0.15em solid;
    border-right: 0.15em solid;
    margin-right: 1em;
    color: #00a4aa;
    margin-left: 10px;
}

.custom-list li {
    line-height: 35px;
}

/***accordion********/
.speciality .accordion__btn {
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    padding: 12px;
    text-align: left;
    align-items: center;
    border: 1px solid #c7c7c7;
    border-radius: 0px;
}

.speciality .accordion__btn-icon {
    height: 32px;
    width: 32px;
    margin-left: 5px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: 0.3s;
}

.speciality .accordion__btn-icon:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3902 13.3371L14.8402 8.79221C14.9433 8.6871 15 8.54677 15 8.39715C15 8.24753 14.9433 8.10721 14.8402 8.00209L14.5126 7.66739C14.2991 7.4496 13.9521 7.4496 13.739 7.66739L10.0021 11.4838L6.26105 7.66316C6.15804 7.55804 6.02072 7.5 5.8743 7.5C5.72772 7.5 5.5904 7.55804 5.48731 7.66316L5.15975 7.99786C5.05675 8.10306 5 8.2433 5 8.39292C5 8.54254 5.05675 8.68286 5.15975 8.78798L9.61386 13.3371C9.7172 13.4425 9.85516 13.5003 10.0018 13.5C10.1491 13.5003 10.2869 13.4425 10.3902 13.3371Z' fill='%23ACB1B9'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
}

.speciality .accordion__btn-icon.rotated {
    transform: rotate(-180deg);
}

.speciality .accordion__content {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.speciality .accordion__content-data {
    padding: 12px;
}

.speciality .accordion__content-data .accordion-list {
    margin-top: 12px;
}

/* .ml-160{
    margin-left: 160px;
} */

.btn-online {
    background-color: green;
    color: #fff;
    padding: 3px 36px;
}

/*.btn-online:hover{
    background-color: #fff;
    color: green;
    border: 1px solid green;
}*/
.btn-offline {
    background-color: red;
    color: #fff;
    padding: 3px 30px;
}

.btn-offline:hover {
    background-color: #fff;
    color: green;
    border: 1px solid red;
}

.speciality .new-calender .custom-arrow.owl-theme .owl-nav button span {
    margin-left: 10px;
}

.border-box {
    border: 1px solid #c7c7c7;
    padding: 20px;
}

.speciality .new-calender {
    background-color: #fff;
    padding: 20px;
}

.speciality .new-calender p {
    color: #000;
    font-size: 14px;
}

.speciality .time-box {
    background-color: #fff;
    color: #c7c7c7;
    padding: 0px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #c7c7c7;
}

.services-box {
    box-shadow: 0 0 10px #999;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.services-box img {
    width: 50px;
    margin-bottom: 10px;
}

.client-img {
    margin: auto 470px;
    width: 150px;
    border-radius: 50%;
}

.border-none {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 1px solid #e5e5e5;
}

.services-box h4 {
    font-size: 18px;
    font-weight: bold;
}

.card-row {
    position: relative;
}

.card-inner {
    box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15);
    min-height: 150px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.card-inner:before {
    width: 0;
    transition: 0.2s;
    z-index: 0;
    content: "";
    background-color: #00a4aa;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.card-row:hover .card-inner:before {
    width: 100%;
}

.card-row:hover .card-inner {
    top: -2px;
    box-shadow: 0px 20px 40px 0px rgba(61, 65, 84, 0.15);
}





.select-dropdown,
.select-dropdown * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.select-dropdown {
    position: relative;
    background-color: #E6E6E6;
    border-radius: 4px;
    height: 38px;
}

.select-dropdown select {
    font-size: 1rem;
    font-weight: normal;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-dropdown select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

.select-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #aaa;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.line-height-para {
    line-height: 30px;
}


.accordion .doctor-profile {
    color: inherit;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .Item {
    color: #00006e;
    background-color: #fff;
    width: 100%;
    font-weight: 600;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .active {
    color: #fff;
    background-color: #00006e;
}


li.morning-list-01.active {
    background-color: #00006e;
}

li.morning-list-01.active a {
    color: #fff;
}

#slots-content ul {
    width: 70% !important;
}

#searchResult,
.searchResult {
    list-style: none;
    padding: 0px;
    width: 89%;
    position: absolute;
    z-index: 2;
    margin: 0;
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    /*max-height: 400px;*/
    /*overflow-y: scroll;*/
}

.searchResult {
    top: auto;
    left: auto;
    /*max-height: 435px;*/
    /*overflow-y: scroll;*/
}

#searchResult li,
.searchResult li {
    padding: 4px;
    margin-bottom: 1px;
    background-color: #fff;
    border-bottom: 1px solid #e4e7ea;
}

#searchResult li:hover,
.searchResult li:hover {
    cursor: pointer;
    background-color: aliceblue;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    list-style: none;
    flex-direction: row;
    /* background-color: #fff;
    color: #00a4aa; */
    background-color: #00a4aa;
    color: white;
    border: 1px solid #00a4aa;
}

.nav-pills .nav-link {
    min-height: 2em;
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    cursor: pointer;
    /* background-color: #00a4aa;
    color: white; */
    transition: background-color 0.25s;
    border-right: 1px solid #039499fa;
    background-color: #fff;
    color: #00a4aa;
    border: 1px solid #00a4aa;
}

.font-13 {
    font-size: 13px;
}

.why-list li span::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #00a4aa;
    margin: 0 4px;
    display: inline-block;
    background: #00a4aa;
}

.why-list li {
    line-height: 26px;
    margin-bottom: 9px;
}

.why-list li span {
    width: 12px;
    height: 12px;
    border: 2px solid #00a4aa;
    border-radius: 100%;
}


.dropdown-menu {
    left: 25%;
    max-width: 100%;
    overflow-x: scroll;
}

img.content-image.content-image-service {
    height: 263px;
    width: 350px;


    @media (max-width:480px) {
        width: 398px;
    }
}

.doc-img {
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

p.mb-0.about-spec {
    height: 152px;
    width: 272px;
}

.btn-busy {
    background-color: orange;
    color: #fff;
    padding: 3px 30px;
}

.btn-cyan {
    background-color: #00a4aa !important;
    border-color: #00a4aa !important;
    color: white;
}



@media (max-width: 576px) {
    .flex-xs-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    img.custom-width.img-fluid {
        height: 267px;
    }
}

.searchResult .ui-autocomplete {
    max-height: 435px;
    overflow-y: scroll;
}

#searchResult .ui-widget-content .ui-state-focus,
#searchResult li.ui-menu-item:hover,
.searchResult .ui-widget-content .ui-state-focus,
.searchResult li.ui-menu-item:hover {
    border: 1px solid #cccccc;
    background: #05b2c4;
    font-weight: normal;
    color: #fff;
}


/*counter value*/
span.counter-cart.counter-number {
    font-size: 8px;
    position: absolute;
    top: 17px;
    border: 1px solid #38e2e5;
    border-radius: 50%;
    padding: 0px 5px;
    color: #ffffff;
    background-color: #38e2e5;
    letter-spacing: 0px;
}

.cht-title{
    padding-bottom: -20px !important;
}



.video-home{
    width: 100%;
}