/*
::
:: Theme Name: MedDoctors - Medical & Health HTML5 Template
:: Email: Nourramadan144@gmail.com
:: Author URI: https://themeforest.net/user/ar-coder
:: Author: ar-coder
:: Version: 1.0
:: 
*/

/*
01 :: Reset Page Css
02 :: Style Page Css
01-  :: Loading
02-  :: Top Navbar
03-  :: Navbar
01- :: Navbar 1
02- :: Navbar 2
03- :: Navbar 3
04-  :: Search Box
05-  :: Menu Box
05-  :: Header
01- :: Header 1
02- :: Header 2
03- :: Header 3
06-  :: Features
01- :: Features 1
02- :: Features 2
07-  :: About Us
01- :: About Us 1
02- :: About Us 2
03- :: About Us 3
08-  :: Departments
01- :: Departments 1
02- :: Departments 2
03- :: Departments 3
09-  :: Doctors
10-  :: Provide
11-  :: Make Appointment
12-  :: Video Presentation
13-  :: Statistic
14-  :: Gallery
15-  :: Testimonial
01- :: Testimonial 1
02- :: Testimonial 2
03- :: Testimonial 3
16-  :: Blog
17-  :: Footer
18-  :: Scroll UP
*/

/* :: All Transition */


:root {
    --thm-base: #66cdf2;
    /* Primary color */
    --thm-border: #EBF2F3;
    /* Borders */
}



* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

/* DODANE START */

html {
    scroll-behavior: smooth;
}

/* DODANE END */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #848e9f;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: none !important;
}

::-moz-selection {
    background-color: #1FD1FF;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background-color: #1FD1FF;
    color: #FFF;
    text-shadow: none;
}

a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
    text-transform: none !important;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: none !important;
}

p {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    text-transform: none !important;
}

/* DODANE START */

::-moz-selection {
    background-color: #21cdc0;
    color: #ffffff;
}

::selection {
    background-color: #21cdc0;
    color: #ffffff;
}

a {
    color: #21cdc0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

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

img {
    max-width: 100%;
}

/* DODANE END */


/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}

/* :: My Classes */
.ml-30 {
    margin-left: 30px
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.py-100 {
    padding: 100px 0;
}

.py-100-70 {
    padding: 100px 0 70px 0;
}

.padding-0 {
    padding: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 8%);
}

.overlay-2 {
    background-color: rgb(26 61 125 / 90%);
}

.overlay-3 {
    background-color: rgb(19 173 229 / 90%);
}

.overlay-4 {
    background-color: rgb(255 255 255 / 95%);
}

.btn-1 {
    color: #FFF;
    background-color: #66cdf2;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    letter-spacing: 1px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.btn-1:after {
    content: '';
    background-color: #0090d5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.btn-1:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.btn-2 {
    background-color: #0090d5;
}

.btn-2:after {
    background-color: #66cdf2;
}

.btn-3 {
    background-color: #FFF;
    color: #66cdf2;
}

.btn-3:after {
    background-color: #66cdf2;
}

.btn-4 {
    background-color: #66cdf2;
    color: #FFF;
}

.btn-4:hover {
    color: #66cdf2;
}

.btn-4:after {
    background-color: #FFF;
}

.btn-5 {
    background-color: #FFF;
    color: #66cdf2;
}

.btn-5:hover {
    color: #FFF;
}

.btn-5:after {
    background-color: #0090d5;
}

.btn_c {
    line-height: 30px;
    font-size: 12px;
    height: 35px;
    padding: 3px 25px;
}

/* :: Section Title */
.sec-title {
    margin-bottom: 50px;
}

.sec-title h2 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    color: #66cdf2;
    font-family: 'Public Sans', sans-serif;
}

.sec-title h3 {
    font-size: 45px;
    line-height: 1.3;
    color: #0090d5;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
}

.sec-title .sec-explain {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
}

.sec-title .btn-1.sec-btn {
    display: inline-grid;
}

.sec-title-2 h2:after {
    content: '';
    background-color: #66cdf2;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

.sec-title-3 h2 {
    margin-bottom: 10px;
}

.sec-title-3 h2:after {
    content: '';
    background-color: #66cdf2;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    right: 0;
}

/* :: BG Section */
.bg-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-section-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg-section-2-left {
    background-color: #66cdf2;
    width: 50%;
    float: left;
    height: 100%;
}

.bg-section-2-right {
    background-image: url(../images/provide/01_provide.jpg);
    height: 100%;
    width: 50%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}

/* :: All Navbar */

/* :: Top Navbar */
.top-navbar {
    background-color: #0090d5;
}

.top-navbar .content-box .website-info li {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    padding: 15px;
    padding-left: 0;
    line-height: 1.1;
    text-transform: none !important;
}

.top-navbar .content-box .website-info li i {
    margin-right: 6px;
    color: #66cdf2;
    text-transform: none !important;
}

.top-navbar .content-box .website-icon-social li {
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding-left: 15px;
    line-height: 1;
    text-transform: none !important;
}

.top-navbar .content-box .website-icon-social li:hover i {
    color: #66cdf2;
}

/* :: Navbar */
.nav-bar {
    background-color: #FFF;
}

.nav-bar.active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
    box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
}

.nav-bar .logo .logo-nav {
    display: block;
}

.nav-bar .logo .logo-nav img {
    width: 180px;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 {
    display: inline-block;
    position: relative;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    color: #0090d5;
    font-size: 14px;
    font-weight: 700;
    padding: 30px 0;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1 {
    margin-right: 0;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover {
    color: #66cdf2;
}

.nav-bar .nav-bar-links .level-1 .item-level-1.has-menu .link-level-1:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
}

.nav-bar .nav-bar-links .level-2 {
    position: absolute;
    z-index: 2;
    background-color: #FFF;
    border-radius: 8px;
    padding: 25px 0;
    top: 100%;
    left: 0;
    min-width: 225px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 {
    position: relative;
    padding: 0 30px 0 40px;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
    color: #0090d5;
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #66cdf2;
}

.nav-bar .nav-bar-tools li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding: 30px 15px 30px 0;
}

.nav-bar .nav-bar-tools li:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.nav-bar .nav-bar-tools li:after {
    content: '';
    width: 2px;
    height: 25px;
    background-color: rgb(155 155 155 / 30%);
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-bar .nav-bar-tools li:last-of-type:after {
    display: none;
}

.nav-bar .nav-bar-tools li.item.phone {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-bar .nav-bar-tools li.btn {
    padding: 0 15px 0 0;
}

.nav-bar .nav-bar-tools li .btn-1 {
    min-width: 100px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    display: block;
}

.nav-bar .nav-bar-tools li .search-icon i,
.nav-bar .nav-bar-tools li .menu-icon i,
.nav-bar .nav-bar-tools li .cart-icon i {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    color: #0090d5;
}

.nav-bar .nav-bar-tools li .search-icon:hover i,
.nav-bar .nav-bar-tools li .menu-icon:hover i,
.nav-bar .nav-bar-tools li .cart-icon:hover i {
    color: #66cdf2;
}

.nav-bar .nav-bar-tools li .nav-bar-contact i {
    float: left;
    font-size: 30px;
    line-height: 1.5;
    color: #66cdf2;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box {
    padding-left: 40px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
    color: #9B9B9B;
    font-weight: 500;
    text-transform: none;
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    font-family: 'Rajdhani', sans-serif;
    color: #0090d5;
}

.nav-bar .nav-bar-tools li.cart .cart-popup {
    background-color: #FFF;
    padding: 30px;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    z-index: 999;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-bar .nav-bar-tools li.cart:hover .cart-popup {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item {
    position: relative;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    display: block;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item img {
    width: 50px;
    height: 50px;
    float: left;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content {
    padding-left: 65px;
    padding-right: 25px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #0090d5;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #9B9B9B;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #0090d5;
    border-radius: 1px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover {
    background-color: #66cdf2;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #9B9B9B;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type {
    float: right;
    color: #66cdf2;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart {
    margin-top: 20px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button {
    outline: none;
    padding: 0 22px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type {
    margin-right: 10px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1 {
    padding: 0 15px;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1:first-of-type {
    margin-right: 16px;
}

/* :: Search Box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(26 61 125 / 90%);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
}

.search-box form input {
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid #FFF;
}

.search-box form input:focus {
    border-bottom: 1px solid #66cdf2;
}

.search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 22px;
    color: #66cdf2;
    border: 0;
    outline: none;
}

.search-box .search-box-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
}

.search-box .search-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #66cdf2;
}

/* :: Menu Box */
.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.menu-box .inner-menu {
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}

.menu-box.active .inner-menu {
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}

.menu-box .inner-menu .website-info {
    margin-bottom: 30px;
}

.menu-box .inner-menu .website-info .logo {
    display: block;
    margin-bottom: 20px;
}

.menu-box .inner-menu .website-info p {
    text-transform: capitalize;
    font-size: 14px;
}

.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #0090d5;
}

.menu-box .inner-menu .contact-info .contact-box {
    margin-bottom: 30px;
}

.menu-box .inner-menu .contact-info .contact-box i {
    float: left;
    font-size: 30px;
    line-height: 1.9;
    color: #66cdf2;
}

.menu-box .inner-menu .contact-info .contact-box .box {
    padding-left: 45px;
}

.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Rajdhani', sans-serif;
}

.menu-box .inner-menu .follow-us .icon-follow li,
/* .footer .footer-icon li, */
.widget .widget-body .follow .icon li {
    display: inline-block;
    cursor: pointer;
}

.menu-box .inner-menu .follow-us .icon-follow li a,
/* .footer .footer-icon li a, */
.widget .widget-body .follow .icon li a {
    background-color: #F1F1F1;
    display: inline-block;
    color: #66cdf2;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
}

.menu-box .inner-menu .follow-us .icon-follow li:hover a,
/* .footer .footer-icon li:hover a, */
.widget .widget-body .follow .icon li:hover a {
    background-color: #66cdf2;
    color: #FFF;
}

.menu-box-icon {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #194f90;
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.menu-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* :: Header */
.header,
.header .header-carousel .sec-hero {
    min-height: 650px !important;
}

.header .header-carousel {
    height: 100%;
}

.header .header-carousel .container {
    position: relative;
}

.header .header-carousel .sec-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header .banner .handlineh3 {
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #66cdf2;
    font-size: 38px;
    line-height: 40px;
    margin-top: 25px;
    font-weight: 300;
    margin-bottom: 125px;
}

.header .banner .handline {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    font-size: 80px;
    margin-bottom: 30px;
    position: relative;
}

.header .banner .handline span {
    color: #0090d5;
}

.header .banner .handline strong {
    color: #0090d5;
}

.header .banner .about-website {
    text-transform: capitalize;
    font-size: 16px;
    color: #0090d5;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
}

.header-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i {
    font-size: 50px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i:hover {
    color: #66cdf2;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.flaticon-back {
    left: 10px;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.flaticon-next {
    right: 10px;
}

.header-carousel.owl-theme:hover .owl-nav [class*=owl-] i {
    opacity: 1;
    visibility: visible;
}

.header-carousel.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-carousel.owl-theme .owl-dots .owl-dot,
.departments-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.header-carousel.owl-theme .owl-dots .owl-dot span,
.departments-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 0;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-carousel.owl-theme .owl-dots .owl-dot.active span,
.header-carousel.owl-theme .owl-dots .owl-dot:hover span,
.departments-carousel.owl-theme .owl-dots .owl-dot.active span,
.departments-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #66cdf2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header.home-2 .header-carousel.owl-theme .owl-dots {
    position: relative;
    bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    text-align: unset;
    margin: auto;
}

.header-video {
    display: inline-block
}

.pulse {
    background-color: #66cdf2;
    border: 1px solid #66cdf2;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}

.pulse:hover {
    background-color: #0090d5;
    border: 1px solid #0090d5;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }
}

.video-name {
    display: inline-block;
    text-transform: capitalize;
    font-size: 20px;
    color: #0090d5;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Rajdhani', sans-serif;
    vertical-align: top;
    margin-left: 12px;
}

/* :: Header 3 */
.header-3 .features-box .item {
    background-color: #FFF;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 25px;
}

.header-3 .features-box .item i {
    float: left;
    font-size: 35px;
    line-height: 1;
}

.header-3 .features-box .item:hover i {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.header-3 .features-box .item .item-content {
    padding-left: 50px;
}

.header-3 .features-box .item .item-content h4 {
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.header-3 .features-box .item .item-content p {
    margin-bottom: 0px;
}

.header-3 .features-box .item.active {
    background-color: #66cdf2
}

.header-3 .features-box .item.active i,
.header-3 .features-box .item.active .item-content h4,
.header-3 .features-box .item.active .item-content p {
    color: #FFF;
}

/* :: Features */
.all-features-item {
    padding: 0 12px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.features .features-item {
    padding: 50px 40px;
    color: #FFF;
    position: relative;
    overflow: hidden;
}

.features .features-item:after {
    font-size: 160px;
    font-family: 'flaticon';
    opacity: 0.1;
    position: absolute;
    top: 10px;
    right: -75px;
    line-height: 1;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features .features-item:hover:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.features .features-item.one {
    background-color: #0090d5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.features .features-item.one::after {
    content: "\f111";
}

.features .features-item.two {
    background-color: #194f90;
}

.features .features-item.two::after {
    content: "\f136";
}

.features .features-item.three {
    background-color: #66cdf2;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.features .features-item.three::after {
    content: "\f117";
}

.features .features-item .features-icon,
.features-2 .features-item .features-icon {
    float: left;
    font-size: 40px;
    line-height: 1;
}

.features .features-item:hover .features-icon,
.features-2 .features-item:hover .features-icon {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

@-webkit-keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

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

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

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

@keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

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

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

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

.features .features-item .item-text,
.features-2 .features-item .item-text {
    padding-left: 60px;
}

.features .features-item .item-text h4,
.features-2 .features-item .item-text h4 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 18px;
}

.features .features-item .item-text p {
    color: #FFF;
    margin-bottom: 18px;
}

.features .features-item .item-text a {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 3px;
    font-weight: 600;
    min-width: 180px;
    height: 40px;
    line-height: 36px;
    text-align: center;
}

.features .features-item .item-text a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: -13px;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.features .features-item .item-text a:hover:after {
    opacity: 1;
    margin-left: 10px;
    visibility: visible;
    color: #66cdf2;
}

.features .features-item .item-text a:hover {
    color: #66cdf2;
    border-color: #66cdf2;
}

.features .features-item .item-text a.phone {
    font-size: 25px;
    line-height: 1;
    font-family: 'Rajdhani', sans-serif;
    border: none;
    text-align: left;
}

.features .features-item .item-text a.phone i {
    font-size: 20px;
    border-radius: 3px;
    border: 2px solid #FFF;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    margin-right: 6px;
}

.features .features-item .item-text a.phone:hover i {
    color: #66cdf2;
    border-color: #66cdf2;
}

.features .features-item .item-text a.phone:after {
    display: none;
}

.features .features-item .item-text a.timetable:hover,
.features .features-item .item-text a.timetable:hover:after {
    color: #FFF;
    border-color: #FFF;
}

/* :: Features 2 */
.features-2 .features-item {
    padding: 50px 0 20px 0;
}

.features-2 .features-item:hover .features-icon {
    color: #66cdf2;
}

.features-2 .features-item .item-text p {
    margin-bottom: 30px;
}

.features-2 .features-opening-hours {
    background-color: #66cdf2;
    border-radius: 3px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    margin-top: -151px;
    z-index: 1;
}

.features-opening-hours .flaticon-globe {
    font-size: 40px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 25px;
    display: inline-block;
}

.features-opening-hours:hover .flaticon-globe {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.features-opening-hours h4 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 18px;
    color: #FFF;
}

.features-opening-hours .opening-hours li {
    border-color: #FFF;
}

/* :: About Us */
.about-us .about-img-box {
    position: relative;
    margin-right: 40px;
}

.about-us .about-img-box .img-box img {
    border-radius: 3px;
}

.about-us .about-img-box .about-experience {
    background-color: #66cdf2;
    color: #FFF;
    position: absolute;
    top: 40px;
    right: -40px;
    z-index: 1;
    padding: 40px;
    border-radius: 3px;
    overflow: hidden;
}

.about-us .about-img-box .about-experience i {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
    display: inline-block;
}

.about-us .about-img-box .about-experience:hover i {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.about-us .about-img-box .about-experience .experience-counter {
    font-size: 50px;
    font-weight: 700;
    line-height: 0.8;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 15px;
}

.about-us .about-img-box .about-experience h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: capitalize;
    line-height: 31px;
}

.about-us .about-text-box .sec-title {
    margin-bottom: 0;
}

.about-us .about-text-box .sec-title h3 {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 30px
}

.about-us .about-text-box .sec-title .sec-explain {
    color: #0090d5;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}

.about-core {
    overflow: hidden;
    margin-bottom: 30px;
}

.about-core li {
    margin-bottom: 12px;
    float: left;
    width: 50%;
    position: relative;
}

.about-core li:last-of-type {
    margin-bottom: 0;
}

.about-core li i,
.provide-core li i {
    font-size: 12px;
    background-color: #66cdf2;
    margin-right: 8px;
    color: #FFF;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

.about-core li h4,
.provide-core li h4 {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #6c757d;
    text-transform: capitalize;
    font-family: 'Public Sans', sans-serif;
    padding-left: 30px;
}

.about-profile {
    overflow: hidden;
}

.about-profile img {
    width: 60px;
    border-radius: 50%;
    float: left;
}

.about-profile .name {
    padding: 7px 0 7px 75px;
}

.about-profile .name span:first-of-type {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: capitalize;
    display: block;
    font-family: 'Rajdhani', sans-serif;
}

.about-profile .name span:last-of-type {
    line-height: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #9B9B9B;
}

/* :: About Us 2 */
.about-us-2 .about-img-box {
    margin: 0;
}

.about-us-2 .about-img-box:after {
    content: '';
    background-color: #66cdf2;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    z-index: -1;
}

.about-us-2 .img-box {
    padding: 40px 0;
}

.about-us-2 .about-text-box .sec-title h3 {
    font-size: 45px;
    line-height: 56px;
}

.about-us-2 .about-text-box p {
    margin-bottom: 25px;
}

/* :: About Us 3 */
.about-us-3 .about-img-box .about-experience {
    min-width: 225px;
    padding: 40px;
    border: 10px solid #FFF;
    top: auto;
    bottom: 30px;
}

.about-us .about-text-box p.last {
    margin-bottom: 30px;
}

/* :: Departments */
.departments {
    padding-top: 100px;
    position: relative;
    background-color: #F9F9F9;
}

.departments .bg-section {
    background-image: url(../images/departments/01_departments.jpg);
    height: calc(100% - (225px + 44px));
}

.departments .container,
.provide .container {
    position: relative;
}

.departments .sec-title h3,
.provide .sec-title h3,
.provide .sec-title h2 {
    color: #FFF;
}

.departments .sec-title .sec-explain,
.provide .sec-title .sec-explain {
    color: #F1F1F1;
}

.departments .departments-item {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.departments .departments-item .departments-item-text-box {
    position: relative;
    padding: 50px 35px;
}

.departments .departments-item .departments-item-icon {
    float: left;
    font-size: 45px;
    line-height: 1;
    color: #66cdf2;
    position: relative;
}

.departments .departments-item:hover .departments-item-icon {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.departments .departments-item .item-content {
    padding-left: 65px;
}

.departments .departments-item .item-content h4 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.departments .departments-item .item-content p {
    margin-bottom: 0;
    position: relative;
}

.departments .departments-item .item-content .more,
.blog-item .text-box .link,
.item-careers a.link {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    color: #6c757d;
    margin-top: 20px;
}

.departments .departments-item .item-content .more:hover,
.blog-item .text-box .link:hover,
.item-careers a.link:hover {
    color: #66cdf2;
}

.departments .departments-item .item-content .more:after,
.blog-item .text-box .link:after,
.item-careers a.link:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.departments .departments-item .item-content .more:hover:after,
.blog-item .text-box .link:hover:after,
.item-careers a.link:hover:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #66cdf2;
}

.departments .departments-item .departments-item-img-box {
    overflow: hidden;
    border-bottom-right-radius: 3px;
    display: block;
    border-bottom-left-radius: 3px;
    height: 225px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.departments .departments-item .departments-item-img-box:after {
    font-family: 'flaticon';
    position: absolute;
    z-index: 1;
    font-size: 50px;
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.departments .departments-item:hover .departments-item-img-box:after {
    opacity: 1;
    visibility: visible;
}

.departments .departments-item span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 1;
    background-color: rgb(19 173 229 / 75%);
}

.departments .departments-item:hover span {
    width: 1000px;
    height: 1000px;
}

.departments .departments-item .departments-item-img-box.hemathology {
    background-image: url(../images/departments/hemathology.jpg);
}

.departments .departments-item .departments-item-img-box.hemathology:after {
    content: "\f115";
}

.departments .departments-item .departments-item-img-box.neurology {
    background-image: url(../images/departments/neurology.jpg);
}

.departments .departments-item .departments-item-img-box.neurology:after {
    content: "\f10c"
}

.departments .departments-item .departments-item-img-box.gastroenterology {
    background-image: url(../images/departments/gastroenterology.jpg);
}

.departments .departments-item .departments-item-img-box.gastroenterology:after {
    content: "\f129"
}

.departments .departments-item .departments-item-img-box.pulmonology {
    background-image: url(../images/departments/pulmonology.jpg);
}

.departments .departments-item .departments-item-img-box.pulmonology:after {
    content: "\f134"
}

.departments .departments-item .departments-item-img-box.cardiology {
    background-image: url(../images/departments/cardiology.jpg);
}

.departments .departments-item .departments-item-img-box.cardiology:after {
    content: "\f119"
}

.departments .departments-item .departments-item-img-box.ophthalmology {
    background-image: url(../images/departments/ophthalmology.jpg);
}

.departments .departments-item .departments-item-img-box.ophthalmology:after {
    content: "\f11b"
}

.departments .departments-item .departments-item-img-box.orthopedics {
    background-image: url(../images/departments/orthopedics.jpg);
}

.departments .departments-item .departments-item-img-box.orthopedics:after {
    content: "\f12f"
}

.departments .departments-item .departments-item-img-box.radiology {
    background-image: url(../images/departments/radiology.jpg);
}

.departments .departments-item .departments-item-img-box.radiology:after {
    content: "\f11a"
}

.departments-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    line-height: 1;
    margin-top: 30px;
}

.departments-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #0090d5;
}

/* :: Departments 2 */
.departments-2 .sec-title h3 {
    color: #0090d5;
}

.departments-2 .sec-title .sec-explain {
    color: #9B9B9B;
}

.departments-2 .departments-item span {
    background-color: #66cdf2;
}

.departments-2 .departments-item {
    position: relative;
    padding: 50px 35px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.departments-2 .departments-item:hover .departments-item-icon,
.departments-2 .departments-item:hover .item-content h4,
.departments-2 .departments-item:hover .item-content p,
.departments-2 .departments-item:hover .item-content .more,
.departments-2 .departments-item:hover .item-content .more:after,
.departments-2 .departments-item .item-content .more:hover {
    color: #FFF;
    z-index: 1;
}

/* :: Departments 2 */
.departments-3 {
    background-color: #F9F9F9;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
}

.departments-3 .departments-item {
    border: 1px solid #DDD;
    background-color: transparent;
}

.departments-3 .departments-item .departments-item-icon {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
}

.departments-3 .departments-item .item-content {
    padding: 0;
}

/* :: Doctors */
.doctors {
    position: relative;
    background-image: url(../images/doctors/01_doctor-pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F9F9F9;
}

.doctors-box {
    margin-bottom: 30px;
}

.doctors-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.doctors-box:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.doctors-box .img-box ul {
    position: absolute;
    top: 15px;
    left: -40px;
    opacity: 0;
    visibility: hidden;
}

.doctors-box:hover .img-box ul {
    left: 15px;
    opacity: 1;
    visibility: visible;
}

.doctors-box .img-box ul li a {
    display: block;
    background-color: #66cdf2;
    font-size: 13px;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}

.doctors-box .img-box ul li:hover a {
    background-color: #0090d5;
}

.doctors-box .text-box {
    margin-top: 25px;
    padding: 0 25px;
}

.doctors-box .text-box h5 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #0090d5;
}

.doctors-box .text-box span {
    display: inline-block;
    color: #66cdf2;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
}

.doctors-2 .doctors-box .img-box ul li a {
    margin-bottom: 10px;
    border-radius: 2px;
}

/* :: Provide */
.provide {
    padding-top: 100px;
    position: relative;
}

.provide .bg-section {
    background-image: url(../images/img/pexels-karolina-grabowska-4506166.jpg);
    height: 75%;
}

.provide .provide-content {
    margin-bottom: 70px;
}

.provide-content-box {
    background-color: #FFF;
    border-radius: 3px;
    padding: 30px 23px;
    margin-bottom: 30px;
}

.provide-content-box i {
    float: left;
    font-size: 35px;
    line-height: 1;
    color: #66cdf2;
}

.provide-content-box:hover i {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.provide-content-box .content-box {
    padding-left: 50px;
}

.provide-content-box .content-box h4 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.provide-content-box .content-box p {
    margin: 12px 0 0 0;
}

/* :: Provide 2 */
.provide-2 {
    position: relative;
}

.provide-2 .sec-title-2 {
    margin-bottom: 30px;
}

.provide-2 .sec-title-2 h2 {
    color: #FFF;
}

.provide-2 .sec-title-2 h2:after {
    background-color: #FFF;
}

.provide-2 .sec-title-2 h3 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #FFF;
}

.provide-core li {
    margin-bottom: 12px;
    position: relative;
}

.provide-core li:last-of-type {
    margin-bottom: 30px;
}

.provide-core li i {
    background-color: #FFF;
    color: #66cdf2;
}

.provide-core li h4 {
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
}

.provide-2 .statistic-item {
    margin-bottom: 0;
}

.provide-2 .statistic-item .statistic-counter,
.provide-2 .statistic-item .counter-name {
    color: #FFF;
}

.provide-2 .img-box {
    overflow: hidden;
}

.provide-2 .img-box img {
    padding: 0 25px;
    border-radius: 3px;
}

/* :: Provide Home 2 */
provide-home-2 {
    background-color: #F9F9F9;
}

.provide-home-2 .sec-title-2 h2:after {
    background-color: #FFF;
}

/* :: Provide Home 3 */
.provide-home-3 .sec-title-3 h2:after {
    background-color: #FFF;
}

/* :: Skills */
.skills .skill-box {
    margin-bottom: 30px;
}

.skills .skill-box:last-of-type {
    margin-bottom: 30px;
}

.skills .skill-box .skill-top {
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 1;
}

.skills .skill-box .skill-top .name {
    color: #0090d5;
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.skills .skill-box .skill-top .number {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #0090d5;
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
}

.skills .skill-box .skill-line {
    height: 14px;
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 3px;
}

.skills .skill-box .skill-line .line {
    height: 100%;
    width: 0%;
    background-color: #66cdf2;
}

/* :: Quote And Presentation */

/* :: Quote */
.quote-box {
    padding: 50px 40px;
    background-color: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
}

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

.quote-box .sec-title h3 {
    color: #0090d5;
    margin: 0 0 30px 0;
    font-size: 35px;
}

.quote-box .sec-title p {
    margin-bottom: 0;
}

.quote-box .quote-item {
    position: relative;
}

.quote-box .quote-item span.lable {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 5px;
}

.quote-box .quote-item i {
    right: 16px;
    position: absolute;
    top: calc(24px + (53px / 2));
    font-size: 13px;
}

.quote-box .quote-item input {
    border: 2px solid #F9F9F9;
    padding: 12px;
    width: 100%;
    color: #0090d5;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #F9F9F9;
}

.quote-box .quote-item input::-webkit-input-placeholder {
    color: #0090d5;
}

.quote-box .quote-item input::-moz-placeholder {
    color: #0090d5;
}

.quote-box .quote-item input:-ms-input-placeholder {
    color: #0090d5;
}

.quote-box .quote-item input::-ms-input-placeholder {
    color: #0090d5;
}

.quote-box .quote-item input::placeholder {
    color: #0090d5;
}

.quote-box .quote-item input:focus {
    border-color: #66cdf2;
}

.quote-box .quote-item .btn-1 {
    display: inline-grid;
}

.quote-box .quote-img-box {
    border-radius: 3px;
    overflow: hidden;
}

/* :: Nice Select */
.nice-select {
    border: 2px solid #F9F9F9;
    padding: 17px 12px;
    width: 100%;
    color: #0090d5;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #F9F9F9;
    line-height: normal;
    height: auto;
}

.nice-select:after {
    border-color: #0090d5;
    right: 16px;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #66cdf2;
}

.nice-select .list {
    background-color: #FFF;
    padding: 28px 0;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    border: 0;
    min-width: 200px;
}

.nice-select .option {
    padding: 0 30px 0 40px;
    text-transform: capitalize;
}

.nice-select .option:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.nice-select .option:hover:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #66cdf2;
}

.nice-select .option.selected,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: #66cdf2;
}

/* :: TimePicker */
.ui-timepicker-wrapper {
    padding: 28px 0;
    width: auto;
    min-width: 200px;
    max-height: 250px;
    border: none;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
}

.ui-timepicker-list li {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 0 0 30px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-align: left;
    color: #0090d5;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #f6f6f6;
    color: #66cdf2;
}

/* :: Presentation */
.video-presentation {
    position: relative;
    background-image: url(../images/presentation/01_presentation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
}

.presentation-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* :: Statistic */
.statistic {
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #E9E9E9;
}

.statistic-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.statistic-item i {
    font-size: 50px;
    line-height: 50px;
    float: left;
    color: #0090d5;
}

.statistic-item:hover i {
    color: #66cdf2;
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.statistic-item .content {
    padding-left: 65px;
}

.statistic-item .statistic-counter {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #0090d5;
    font-family: 'Rajdhani', sans-serif;
}

.statistic-item .counter-name {
    color: #0090d5;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .5px;
}

/* :: Statistic Home 2 */
.provide-home-2 .statistic-item i,
.provide-home-2 .statistic-item .statistic-counter,
.provide-home-2 .statistic-item .counter-name {
    color: #FFF;
}

/* :: Gallery */
.gallery-item,
.shop-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
}

.gallery-item span,
.shop-item span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.85;
    background-color: #66cdf2;
}

.gallery-item:hover span,
.shop-item:hover span {
    width: 2000px;
    height: 2000px;
}

.gallery-item:hover .img-box img,
.shop-item:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.gallery-item .hover-box,
.shop-item .hover-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.gallery-item .hover-box .text-box,
.shop-item .hover-box .text-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.gallery-item .hover-box .text-box .tags a,
.shop-item .hover-box .text-box .tags a {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #FFF;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery-item .hover-box .text-box h4 a,
.shop-item .hover-box .text-box h4 a {
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .3px;
    font-size: 24px;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery-item:hover .hover-box .text-box .tags a,
.gallery-item:hover .hover-box .text-box h4 a,
.gallery-item:hover .hover-box .gallery-icon,
.shop-item:hover .hover-box .text-box .tags a,
.shop-item:hover .hover-box .text-box h4 a,
.shop-item:hover .hover-box .shop-icon {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.gallery-item .hover-box .gallery-icon,
.shop-item .hover-box .shop-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
}

.gallery-item .hover-box .gallery-icon li,
.shop-item .hover-box .shop-icon li {
    display: inline-block;
}

.gallery-item .hover-box .gallery-icon li a,
.shop-item .hover-box .shop-icon li a {
    display: inline-block;
    background-color: #FFF;
    border: 2px solid #FFF;
    font-size: 13px;
    color: #66cdf2;
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    border-radius: 3px;
}

.gallery-item .hover-box .gallery-icon li:hover a,
.shop-item .hover-box .shop-icon li:hover a {
    background-color: transparent;
    color: #FFF
}

.gallery-carousel.owl-theme .owl-dots,
.gallery-carousel.owl-theme .owl-nav {
    display: none
}

/* :: Testimonial */
.testimonial {
    position: relative;
}

.testimonial .container-fluid {
    position: relative;
}

.testimonial .bg-section {
    background-image: url(../images/testimonial/01_testimonial.jpg);
    height: 100%;
    width: calc(100% - (509.58px / 2));
    right: 0;
    left: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}

.testimonial .testimonial-img-box,
.testimonial .testimonial-text-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-img-box .img-box {
    margin-right: 50px;
}

.testimonial-img-box .img-box img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.testimonial-carousel .testimonial-carousel-item {
    padding-right: 100px;
}

.testimonial-carousel .testimonial-carousel-item i.quote {
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 30px;
    display: block;
}

.testimonial-carousel .testimonial-carousel-item .content-text-box {
    position: relative;
    font-family: 'Rajdhani', sans-serif;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.testimonial-carousel .testimonial-carousel-item .testimonial-doctor h4 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #FFF;
}

.testimonial-carousel .testimonial-carousel-item .testimonial-doctor span {
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    color: #FFF;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
}

/* :: Testimonial 2 */
.testimonial-2 {
    background-color: #F9F9F9;
}

.testimonial-2 .testimonial-carousel .testimonial-carousel-item {
    padding: 0;
    text-align: center;
}

.testimonial-2 .testimonial-carousel .testimonial-carousel-item .content-text-box {
    margin-bottom: 30px;
}

.testimonial-2 .testimonial-carousel .testimonial-carousel-item i.quote,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .testimonial-doctor h4 {
    color: #66cdf2;
}

.testimonial-2 .testimonial-carousel .testimonial-carousel-item .content-text-box,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .testimonial-doctor span {
    color: #0090d5
}

/* :: Testimonial 3 */
.testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-img {
    margin-right: 20px;
}

.testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-img img {
    border-radius: 3px;
}

.testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-text {
    text-align: left;
    position: relative;
}

.testimonial-3 .testimonial-carousel .testimonial-carousel-item i.quote {
    margin: 0;
    position: absolute;
    opacity: 0.4;
    z-index: -1;
    top: -10px;
    left: 0;
}

/* :: Blog */
.blog-item {
    margin-bottom: 30px;
}

.blog-item .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.blog-item:hover .img-box .open-post img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.blog-item .img-box ul {
    position: absolute;
    bottom: 12px;
    left: 30px;
    background-color: #FFF;
    padding: 2px 15px;
    border-radius: 3px;
}

.blog-item .img-box ul li {
    display: inline-block;
}

.blog-item .img-box ul li a {
    color: #66cdf2;
    font-size: 13px;
    text-transform: capitalize;
}

.blog-item .img-box ul li:hover a {
    color: #0090d5;
}

.blog-item .text-box {
    padding: 30px 0px 0px 30px;
}

.blog-item .text-box .title-blog {
    display: block;
}

.blog-item .text-box .blog-date {
    color: #66cdf2;
}

.blog-item .text-box h5 {
    position: relative;
    font-size: 24px;
    line-height: 35px;
    margin: 15px 0;
    font-weight: 700;
    color: #0090d5;
}

.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover {
    color: #66cdf2;
}

.blog-item .text-box p:last-of-type {
    margin-bottom: 0;
}

.blog-item .text-box .link {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    color: #6c757d;
    margin-top: 25px;
}

/* :: Fact Area */
.fact-area {
    background-image: url(../images/img/pexels-karolina-grabowska-4506112.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.fact-area .sec-title {
    margin-bottom: 0;
}

.fact-area .sec-title h3 {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 65px;
    line-height: 76px;
}

.fact-area .sec-title .sec-explain {
    color: #F1F1F1;
}

/* :: Footer
.footer{
background-color: #1a3d7d;
}
.footer .newsletter{
padding: 40px 0;
overflow: hidden;
border-bottom: 1px solid #0090d5;
position: relative;
}
.footer .newsletter h5{
font-size: 24px;
text-transform: capitalize;
font-weight: 600;
line-height: 1;
color: #FFF;
}
.footer .newsletter form{
position: relative;
overflow: hidden;
}
.footer .newsletter form input{
width: 100%;
text-transform: capitalize;
position: relative;
border: 2px solid #F9F9F9;
padding: 12px;
width: 100%;
color: #0090d5;
font-size: 13px;
border-radius: 6px;
background-color: #F9F9F9;
}
.footer .newsletter form input:focus{
border-color: #66cdf2;
}
.footer .newsletter form input::-webkit-input-placeholder{
color: #66cdf2;
}
.footer .newsletter form input::-moz-placeholder{
color: #66cdf2;
}
.footer .newsletter form input:-ms-input-placeholder{
color: #66cdf2;
}
.footer .newsletter form input::-ms-input-placeholder{
color: #66cdf2;
}
.footer .newsletter form input::placeholder{
color: #66cdf2;
}
.footer .newsletter form a{
position: absolute;
top: 0;
right: 0;
background-color: #66cdf2;
color: #FFF;
font-size: 13px;
height: 53px;
line-height: 53px;
padding: 0px 20px;
text-align: center;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
color: #FFF;
}
.footer .newsletter form a:hover{
background-color: #194f90;
}
.footer .newsletter form a:hover i{
color: #FFF;
}
.footer-content{
padding-top: 100px;
}
.footer .logo,
.footer .links,

.footer .logo p{
margin: 30px 0 30px 0;
color: #F9F9F9;
}
.footer-icon li a{
background-color: #194f90;
color: #FFF;
}
.footer-title h4 {
color: #FFF;
font-size: 22px;
font-weight: 600;
text-transform: capitalize;
line-height: 1;
margin-bottom: 25px;
}
.footer .links li a{
display: inline-block;
position: relative;
color: #F4F4F4;
font-size: 15px;
line-height: 33px;
}
.footer .links li:hover a{
color: #66cdf2;
}
.footer .links li a:after{
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
font-size: 12px;
opacity: 0;
margin-left: 0;
visibility: hidden;
-webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
-o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.footer .links li a:hover:after{
opacity: 1;
margin-left: 15px;
visibility: visible;
color: #66cdf2;
}

.copyright{
margin-top: 70px;
padding: 40px 0;
background-color: #194f90;
overflow: hidden
}
.copyright p{
margin: 0;
color: #F4F4F4;
float: left;
font-family: 'Rajdhani', sans-serif;
font-size: 18px;
font-weight: 600;
}
.copyright p a{
color: #66cdf2;
}
.copyright ul{
float: right;
}
.copyright ul li{
display: inline-block;
margin-left: 10px;
}
.copyright ul li a{
color: #FFF !important
}
.copyright ul li:hover a{
color: #66cdf2 !important;
} */

/*-------------------------
Footer
--------------------------*/
.footer .footer-primary {
    padding-top: 85px;
    padding-bottom: 60px;
    background-color: #1d2a4d05;
}

.footer .footer-secondary {
    position: relative;
    padding: 46px 0;
    background-color: #ffffff;

}

.footer .footer-secondary:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    height: 5px;
    background-color: #21cdc0;
}

.footer [class*="footer-widget"] {
    margin-bottom: 30px;
}

.footer .footer-widget__title {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer .contact-list li {
    line-height: 26px;
    margin-bottom: 0;
}

.footer .footer-widget-contact {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 15px;
    background-color: #ffffff;
}

.footer .footer-widget-contact:before {
    content: "\e916";
    font-family: icomoon;
    position: absolute;
    right: -30px;
    bottom: -15px;
    font-size: 170px;
    line-height: 1;
    color: rgba(40, 59, 106, 0.05);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    z-index: 0;
}

.footer .footer-widget-contact:after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 3px;
    background-color: #21cdc0;
}

.footer .footer-widget-nav li a {
    display: block;
    position: relative;
    color: #848e9f;
    font-size: 14px;
    margin-bottom: 11px;
}

.footer .footer-widget-nav li a:hover {
    color: #21cdc0;
}

.footer .footer__copyright-links li a {
    color: #848e9f;
    display: block;
    margin-right: 25px;
    padding: 3px 0;
}

.footer .footer__copyright-links li a:hover {
    color: #21cdc0;
}

.footer .footer__copyright-links li:last-child a {
    margin-right: 0;
}

.footer .phone__number {
    margin: 20px 0;
}

.phone__number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #3851a2 !important;
}

.phone__number:hover {
    color: #21cdc0 !important;
}

.phone__number i {
    margin-right: 7px;
}

/* Scroll Top Button */
#scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #21cdc0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
    background-color: #222222;
}

#scrollTopBtn.actived {
    right: 30px;
    opacity: 1;
}

@media (min-width: 1200px) {

    .footer .footer-widget-nav,
    .footer .footer-widget-about {
        margin-top: 40px;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 1200px) {
    .footer .footer-primary {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .footer .footer-secondary {
        padding: 20px 0;
    }

    .footer .footer-secondary:after {
        left: 20px;
        right: 20px;
        height: 3px;
    }

    .footer .footer-widget-contact {
        padding: 20px;
    }

    .footer .footer-widget-contact:after {
        top: 20px;
        bottom: 20px;
    }

    .footer .footer-widget {
        margin-bottom: 20px;
    }

    .footer .footer-widget__title {
        margin-bottom: 15px;
    }

    .footer .footer-widget-nav li a {
        font-size: 13px;
    }

    .footer .phone__number {
        margin: 10px 0;
    }
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 767px) {
    .footer .footer__copyright-links {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    #scrollTopBtn {
        bottom: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    #scrollTopBtn.actived {
        right: 20px;
    }
}



/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scroll-up a {
    background-color: #66cdf2;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #66cdf2;
    border-radius: 3px;
    outline: none;
}

.scroll-up:hover a {
    background-color: #0090d5;
    border: 1px solid #0090d5;
}

/* :: Breadcrumb Header */
.breadcrumb-header {
    padding-bottom: 120px;
    padding-top: 120px;
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.breadcrumb-header .banner h1 {
    font-size: 75px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
}

.breadcrumb-header .banner ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: #0090d5;
    text-transform: capitalize;
}

.breadcrumb-header .banner ul li a {
    color: #0090d5;
}

.breadcrumb-header .banner ul li:hover a {
    color: #66cdf2;
}

/* :: Doctors Details */
.introduction-doctors h3,
.single-department-box h3 {
    font-size: 30px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 40px;
}

.introduction-doctors h3:first-of-type {
    margin-top: 0;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
}

.quotes-people {
    background-color: #F9F9F9;
    padding: 60px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.quotes-people p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}

.quotes-people p:before {
    content: "\f107";
    font-family: Flaticon;
    font-size: 50px;
    position: absolute;
    top: 0;
    color: #66cdf2;
    left: -18px;
    z-index: -1;
    opacity: 0.6;
}

.quotes-people .people-name h5 {
    color: #0090d5;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.quotes-people .people-name span {
    color: #66cdf2;
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
}

/* :: Department Details */
.single-department-list li a,
.widget .categories ul li a {
    color: #9B9B9B;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #DDD;
}

.single-department-list li:last-of-type a,
.widget .categories ul li:last-of-type a {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.single-department-list li.active a,
.single-department-list li:hover a,
.widget .categories ul li.active a,
.widget .categories ul li:hover a {
    color: #66cdf2;
}

.single-department-list li a i {
    float: right;
}

.single-department-box h2 {
    font-size: 45px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.single-department-box .video-presentation {
    height: 500px;
    margin: 30px 0;
}

/* :: FAQs */
.faq .faq-box {
    padding: 18px;
    margin-bottom: 25px;
    border-radius: 3px;
    border: 1px solid #DDD;
    position: relative;
}

.faq .faq-box .question-header {
    line-height: 1;
}

.faq .faq-box .question-header .click {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 24px;
    color: #0090d5;
    line-height: 1;
    text-transform: none;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 20px;
    outline: inherit;
    font-weight: 600;
}

.faq .faq-box .question-header .click i {
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
    text-align: center;
}

.faq .faq-box .question-header .click:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq .faq-box .question-header .click[aria-expanded="true"] i {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.faq .faq-box .about-text {
    margin-top: 18px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-top: 1px solid #DDD;
    padding-top: 18px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
}

/* :: Widget */
.widget {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #DDD;
    border-radius: 3px;
}

.widget .widget-title h3 {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

.widget .widget-body .search {
    position: relative;
}

.widget .widget-body .search input {
    position: relative;
    border: 2px solid #F9F9F9;
    padding: 12px;
    width: 100%;
    color: #0090d5;
    font-size: 13px;
    border-radius: 6px;
    background-color: #F9F9F9;
}

.widget .widget-body .search input:focus {
    border-color: #66cdf2;
}

.widget .widget-body .search button.click {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    font-size: 13px;
    background-color: transparent;
    color: #66cdf2;
    border: none;
}

.widget .widget-body .instagram ul {
    overflow: hidden;
}

.widget .widget-body .instagram ul li {
    display: inline-block;
    margin: 2px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.widget .widget-body .instagram ul li img {
    width: 60px;
    height: 60px;
}

.widget .widget-body .instagram ul li a {
    background-color: #66cdf2;
    color: #FFF;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.widget .widget-body .instagram ul li:hover a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.widget .widget-body .tags ul li {
    display: inline-block;
}

.widget .widget-body .tags ul li a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #DDD;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
    text-transform: capitalize;
}

.widget .widget-body .tags ul li:hover a {
    background-color: #66cdf2;
    color: #FFF;
    border: 1px solid #66cdf2;
}

.widget .categories ul li a {
    overflow: hidden;
    cursor: pointer;
}

.widget .categories ul li a i.fa-angle-right {
    float: right;
}

.widget .categories ul li a i.fa-folder-open {
    margin-right: 5px;
}

.widget .widget-body .follow .icon li a {
    height: 35px;
    line-height: 35px;
    width: 35px;
    margin: 0 4px 4px 0;
}

.news-item {
    margin-bottom: 22px;
    overflow: hidden;
    cursor: pointer;
}

.news-item:last-of-type {
    margin-bottom: 0px;
}

.news-item img {
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}

.news-item .item-content {
    padding-left: 70px;
}

.news-item .item-content span a {
    color: #66cdf2;
    line-height: 0.8;
    display: block;
    padding-bottom: 8px;
}

.news-item .item-content a.title-blog {
    display: block;
}

.news-item .item-content a.title-blog h5 {
    color: #0090d5;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5 {
    color: #66cdf2;
}

/* :: Pagination */
.pagination-area {
    margin-bottom: 30px;
}

.pagination-area .pagination li {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 2px;
    border: 1px solid #DDD;
    cursor: pointer;
}

.pagination-area .pagination li:last-of-type {
    margin-right: 0;
}

.pagination-area .pagination li.active,
.pagination-area .pagination li:hover {
    background-color: #66cdf2;
    color: #FFF;
    border-color: #66cdf2;
}

/* :: Single Blog */
.single-bolg .blog-item .text-box {
    padding-left: 0;
}

/* :: Share Post */
.share-post {
    overflow: hidden;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.share-post span {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin: 4px 0;
    display: inline-block;
}

.share-post ul {
    float: right;
}

.share-post ul li {
    display: inline-block;
    margin: 0 4px 0px 0;
}

.share-post ul li a {
    display: inline-block;
    text-align: center;
    background-color: #F1F1F1;
    color: #66cdf2;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
}

.share-post ul li:hover a {
    background-color: #66cdf2;
    border-color: #66cdf2;
    color: #FFF;
}

.single-bolg .item-comments {
    margin-bottom: 30px;
}

.single-bolg .item-comments .title h4,
.add-comments .title h4 {
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.single-bolg .item-comments .inner-comments .comments-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.single-bolg .item-comments .inner-comments .comments-box:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
}

.single-bolg .item-comments .inner-comments .comments-box.reply,
.single-bolg .item-comments .inner-comments .comments-box .text-box {
    margin-left: 90px;
}

.single-bolg .item-comments .inner-comments .comments-box .img-box {
    height: 70px;
    width: 70px;
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}

.single-bolg .item-comments .inner-comments .comments-box .img-box img {
    border-radius: 50%;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box h5 {
    display: block;
    color: #0090d5;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 24px;
    font-weight: 600;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box .time {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppergallery;
    color: #66cdf2;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box p {
    margin-bottom: 15px;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #DDD;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
    cursor: pointer;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box a:hover {
    color: #FFF;
    border: 1px solid #66cdf2;
    background-color: #66cdf2;
}

.add-comments .inner-add-comments-box {
    margin-bottom: 30px;
}

.add-comments .inner-add-comments-box input,
.add-comments .inner-add-comments-box textarea {
    position: relative;
    border: 2px solid #F9F9F9;
    padding: 12px;
    width: 100%;
    color: #0090d5;
    font-size: 13px;
    border-radius: 6px;
    background-color: #F9F9F9;
}

.add-comments .inner-add-comments-box input:focus,
.add-comments .inner-add-comments-box textarea:focus {
    border-color: #66cdf2;
}

.add-comments .inner-add-comments-box textarea {
    height: 200px;
    display: block;
}

/* :: Doctors Timetable */
.doctors-timetable .sec-title .sec-explain {
    margin-bottom: 0;
}

.box-calender {
    margin-bottom: 50px;
}

.calendar {
    border-radius: 3px;
}

.calender header {
    position: relative;
}

.calender h2.month {
    background-color: #0090d5;
    color: #FFF;
    padding: 25px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 1.35;
}

.calender h2.month div.year {
    font-weight: 700;
    font-size: 34px;
    display: inline-block;
}

.calendar header .btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 5px;
    color: #FFF;
    border-color: #FFF;
    outline: none;
}

.calendar header .btn-prev {
    left: 25px;
}

.calendar header .btn-next {
    right: 25px;
}

.calendar header .btn-next:before {
    top: 15px;
    left: 13px;
    width: 10px;
    height: 10px;
}

.calendar header .btn-prev:before {
    top: 15px;
    left: 17px;
    width: 10px;
    height: 10px;
    border-width: 0 0 3px 3px;
}

.calendar header .btn:hover {
    border: 2px solid #66cdf2;
    color: #66cdf2;
    background-color: transparent;
}

.calendar header .btn i {
    display: none;
}

.calendar table {
    margin: 0;
}

.calendar thead {
    background-color: #F4F9FC;
}

.calendar td {
    padding: 30px 0;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #0090d5;
    border: 1px solid #DDD;
}

.calendar .day.today {
    border-color: #66cdf2;
    background-color: #66cdf2;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border-radius: 3px;
}

.box-appointment-doctors {
    overflow-x: scroll;
    border-radius: 3px;
}

.box-appointment-doctors .table {
    margin: 0;
}

.box-appointment-doctors .table thead tr th,
.box-appointment-doctors .table tbody tr th {
    background-color: #F4F9FC;
    vertical-align: bottom;
    padding: 20px 0px;
    text-align: center;
    line-height: 1;
    color: #0090d5;
    font-weight: 700;
    border: 1px solid #DDD;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    min-width: 150px;
}

.box-appointment-doctors .table tbody tr td {
    border: 1px solid #DDD;
}

.box-appointment-doctors .table tbody tr td.active-1 {
    background-color: #66cdf2;
}

.box-appointment-doctors .table tbody tr td.active-2 {
    background-color: #3156A3;
}

.box-appointment-doctors .table tbody tr td .appointment-doctors {
    text-align: center;
}

.box-appointment-doctors .table tbody tr td .appointment-doctors h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    color: #FFF;
}

.box-appointment-doctors .table tbody tr td .appointment-doctors span {
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 1;
}

/* :: Gallery Details */
.gallery-list .list-name-gallery {
    margin-bottom: 45px;
    display: inline-block;
}

.gallery-list .list-name-gallery li {
    display: inline-block;
    font-size: 13px;
    color: #0090d5;
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border: 1px solid #DDD;
    margin: 0 8px 5px 0;
    cursor: pointer;
}

.gallery-list .list-name-gallery li.active {
    background-color: #66cdf2;
    color: #FFF;
    border: 1px solid #66cdf2;
}

.gallery-list .list-name-gallery li:last-of-type {
    margin: 0;
}

.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Careers Page */
.item-careers {
    border: 1px solid #DDD;
    border-radius: 2px;
    padding: 40px;
    margin-bottom: 30px;
}

.item-careers h4 a {
    position: relative;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #0090d5;
    margin-bottom: 18px;
    display: inline-block;
}

.item-careers h4:hover a {
    color: #66cdf2;
}

.item-careers ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.item-careers ul li.active {
    background-color: #66cdf2;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}

.item-careers p {
    margin: 18px 0 0 0;
}

.item-careers a.link {
    cursor: pointer;
}

/* :: Products Details Page */
.products-details-content {
    margin-bottom: 30px
}

.products-details-content .text-box .title-product {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

.products-details-content .text-box .item-price {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
    color: #9B9B9B;
}

.products-details-content .text-box .item-explain {
    margin-bottom: 30px;
}

.products-details-content .text-box .item-inputs input {
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 3px;
    height: 55px;
    color: #9B9B9B;
    font-weight: 600;
    line-height: 55px;
    padding: 0 0 0 25px;
    margin-right: 20px;
}

.products-details-content .text-box .item-inputs a.btn-1 {
    border: 1px solid #DDD;
    display: -ms-inline-grid;
    display: inline-grid;
}

.products-details-content .text-box .list-details {
    margin: 30px 0;
}

.products-details-content .text-box .list-details li {
    display: inline-block;
    margin-right: 20px;
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
}

.products-details-content .text-box .list-details li span {
    color: #9B9B9B;
}

.products-details-content .nav-tabs {
    border-bottom: 1px solid #DDD;
}

.products-details-content .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    font-weight: 600;
    min-width: auto;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    border-radius: 3px;
    font-family: 'Rajdhani', sans-serif;
    color: #FFF;
    background-color: #66cdf2;
    border-bottom-right-radius: 0;
    border-color: #66cdf2;
    border-bottom-left-radius: 0;
    margin-right: 5px;
}

.products-details-content .nav-tabs .nav-item.show .nav-link,
.products-details-content .nav-tabs .nav-link.active {
    color: #9B9B9B;
    background-color: #FFF;
    border-color: #DDD;
    border-bottom: 0;
}

.products-details-content .tab-content>.active {
    border: 1px solid #DDD;
    padding: 40px;
    border-top: 0;
}

.products-details-content .tab-content>.tab-pane .title-tab {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
}

.products-details-content .tab-content>.tab-pane p.explain {
    font-weight: 500;
    margin-bottom: 20px;
}

.products-details-content .add-comments .inner-add-comments-box.tab {
    margin-bottom: 0;
}

/* :: Contact US Page */
.contact-info-content {
    margin-bottom: 50px;
}

.contact-info-content .contact-box {
    padding: 40px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-info-content .contact-box:hover {
    background-color: #66cdf2;
    border-color: #66cdf2;
}

.contact-info-content .contact-box i {
    font-size: 60px;
    line-height: 1;
    color: #66cdf2;
    display: inline-block;
    margin-bottom: 25px;
}

.contact-info-content .contact-box .box a,
.contact-info-content .contact-box .box p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Rajdhani', sans-serif;
}

.contact-info-content .contact-box:hover i,
.contact-info-content .contact-box:hover .box a,
.contact-info-content .contact-box:hover .box p {
    color: #FFF;
}

.contact-us .add-comments .inner-add-comments-box.last {
    margin-bottom: 0;
}

.contact-us .add-comments .inner-add-comments-box.last a {
    display: -ms-inline-grid;
    display: inline-grid;
}

/* :: Map */
.map-box {
    height: 100%;
    margin-right: 20px;
}

.map-box iframe {
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
}

/* :: 404 Error Page */
.page-404-area {
    padding: 150px 0;
}

.page-404-area h2 {
    font-size: 250px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.page-404-area a {
    margin-top: 30px;
}




/* backgrounds */
.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-heading {
    background-color: #0e204d !important;
}

.bg-primary {
    background-color: #21cdc0 !important;
}

.bg-secondary {
    background-color: #213360 !important;
}

.bg-light-blue {
    background-color: #3851a2 !important;
}

.bg-img {
    position: relative;
    z-index: 1;
}


.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-4:before {
    background-color: rgba(27, 26, 26, 0.55);
}

.bg-overlay-gradient:before {
    background-color: transparent;
    opacity: 0.65;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#010711), color-stop(34%, rgba(27, 26, 26, 0.65)));
    background-image: linear-gradient(180deg, #010711 0%, rgba(27, 26, 26, 0.65) 34%);
}

.bg-overlay-secondary:before {
    background-color: rgba(33, 51, 96, 0.93);
}

.bg-overlay-primary:before {
    background-color: rgba(33, 205, 192, 0.85);
}

.bg-overlay-primary-gradient:before {
    opacity: 0.95;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #21CDC0F2), color-stop(71%, #21CDC0));
    background-image: linear-gradient(180deg, #21CDC0F2 19%, #21CDC0 71%);
}

.bg-overlay-secondary-gradient:before {
    opacity: 0.95;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #061733), color-stop(71%, #061733));
    background-image: linear-gradient(180deg, #061733 19%, #061733 71%);
}

.bg-overlay-blue-gradient:before {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #3851A2E6), color-stop(86%, #263B72));
    background-image: linear-gradient(180deg, #3851A2E6 21%, #263B72 86%);
}


/*-------------------------
Work Process
-------------------------*/
.process-item {
    position: relative;
    z-index: 2;
    padding: 40px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.process-item:before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 3px;
    background-color: #21cdc0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

.process-item .process__number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: "Quicksand", sans-serif;
    font-size: 104px;
    font-weight: 700;
    line-height: 1;
    color: #eaedf5;
}

.process-item .process__icon {
    position: relative;
    color: #354f8e;
    font-size: 55px;
    margin-bottom: 10px;
    -webkit-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.process-item .process__title {
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 600;
    z-index: 2;
    position: relative;
}

.process-item .process__desc {
    margin-bottom: 20px;
}

.process-item:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.process-item:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.process-item:hover .process__icon {
    color: #21cdc0;
}

.work-process .slick-list {
    margin: -15px;
    overflow: visible;
}

.work-process .slick-slide {
    margin: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.work-process .slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
}

.work-process .slick-slide:not(.slick-active) {
    opacity: 0;
    visibility: hidden;
}

.work-process .cta {
    padding-top: 140px;
    padding-bottom: 70px;
    margin-top: -70px;
}

.work-process .cta .cta__title {
    color: #ffffff;
    font-size: 27px;
}

.work-process .cta .cta__desc {
    font-size: 16px;
    color: #ffffff;
}

.work-process .cta .btn:not(.btn__link) {
    height: 50px;
}

@media (min-width: 1500px) {
    .work-process .carousel-container {
        margin-right: -200px;
    }

    .work-process .process-item .process__title {
        padding-right: 40px;
    }
}

@media (min-width: 1200px) {
    .work-process .carousel-container {
        margin-right: -140px;
    }

    .work-process .cta .cta__title {
        padding: 0 30px;
    }

    .work-process .cta .cta__desc {
        padding: 0 30px;
        margin-bottom: 0;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .process-item {
        padding: 20px;
    }

    .process-item:before {
        top: 20px;
        bottom: 20px;
    }

    .process-item .process__number {
        top: 20px;
        right: 20px;
        font-size: 50px;
    }
}



/* slick carousel */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


.list-items li {
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 9px;
}

.list-items li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #21cdc0;
}

.list-items li:last-of-type {
    margin-bottom: 0;
}

.list-items-layout2 li {
    margin-bottom: 14px;
    padding-left: 33px;
    color: #848e9f;
}

.list-items-layout2 li:before {
    color: #ffffff;
    border-color: #21cdc0;
    background-color: #21cdc0;
}

.list-items-layout4 li {
    margin-bottom: 14px;
    padding-left: 33px;
    color: #848e9f;
}

.list-items-layout4 li:before {
    color: #ffffff;
    border-color: #435ba1;
    background-color: #435ba1;
}

.list-items-layout3 li:before {
    color: #213360;
}

.list-items-light li {
    color: #ffffff;
}

.list-items-light li:before {
    color: #ffffff;
}

.list-items-light.list-items-layout2 li:before {
    color: #ffffff;
    border-color: #21cdc0;
    background-color: #21cdc0;
}

.list-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-horizontal li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.details-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 13px;
}

.details-list>li:nth-of-type(odd) {
    background-color: #def8f6;
}

.details-list>li .details__title {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0;
}

.details-list>li .details__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.details-list .list-items-layout2 li {
    font-weight: 400;
}

.borderd-box {
    padding: 27px;
    border-radius: 4px;
    border: 1px solid #e7ebef;
}

@media (max-width: 992px) {
    .list-horizontal {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .list-horizontal li {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .details-list>li {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .details-list>li .details__title,
    .details-list>li .details__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
    .list-items li {
        font-size: 14px;
    }

    .list-horizontal li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



.pt-130 {
    padding-top: 130px !important;
}

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

.color-white {
    color: #ffffff !important;
}

.color-white-hover:hover {
    color: #ffffff !important;
}

.color-primary {
    color: #21cdc0 !important;
}

.color-gray {
    color: #f9f9f9 !important;
}

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





/*-------------------------
Background & Colors
--------------------------*/
/* Colors */
.color-white {
    color: #ffffff !important;
}

.color-white-hover:hover {
    color: #ffffff !important;
}

.color-gray {
    color: #f9f9f9 !important;
}

.color-dark {
    color: #222222 !important;
}

.color-primary {
    color: #21cdc0 !important;
}

.color-secondary {
    color: #213360 !important;
}

.color-heading {
    color: #0e204d !important;
}

.color-body {
    color: #848e9f !important;
}

/* backgrounds */
.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-heading {
    background-color: #0e204d !important;
}

.bg-primary {
    background-color: #21cdc0 !important;
}

.bg-secondary {
    background-color: #213360 !important;
}

.bg-light-blue {
    background-color: #3851a2 !important;
}

.bg-img {
    position: relative;
    z-index: 1;
}

.background-size-auto {
    background-size: auto !important;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-gradient:before {
    background-color: transparent;
    opacity: 0.65;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#010711), color-stop(34%, rgba(27, 26, 26, 0.65)));
    background-image: linear-gradient(180deg, #010711 0%, rgba(27, 26, 26, 0.65) 34%);
}

.bg-overlay-secondary:before {
    background-color: rgba(33, 51, 96, 0.93);
}

.bg-overlay-primary:before {
    background-color: rgba(33, 205, 192, 0.85);
}

.bg-overlay-primary-gradient:before {
    opacity: 0.95;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #21CDC0F2), color-stop(71%, #21CDC0));
    background-image: linear-gradient(180deg, #21CDC0F2 19%, #21CDC0 71%);
}

.bg-overlay-secondary-gradient:before {
    opacity: 0.95;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #061733), color-stop(71%, #061733));
    background-image: linear-gradient(180deg, #061733 19%, #061733 71%);
}

.bg-overlay-blue-gradient:before {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #3851A2E6), color-stop(86%, #263B72));
    background-image: linear-gradient(180deg, #3851A2E6 21%, #263B72 86%);
}

.mb-60 {
    margin-bottom: 60px !important;
}


.mt--20 {
    margin-top: -20px;
}

.mt--50 {
    margin-top: -50px;
}

.mt--80 {
    margin-top: -80px;
}

.mt--90 {
    margin-top: -90px;
}

.mt--100 {
    margin-top: -80px;
}

.mt--120 {
    margin-top: -120px;
}

.mt--130 {
    margin-top: -130px;
}

.mt--140 {
    margin-top: -140px;
}

.mt--170 {
    margin-top: -170px;
}

.mt--200 {
    margin-top: -200px;
}

.mt--210 {
    margin-top: -210px;
}

/*  margin Top */
.mt-0 {
    margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

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

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}



.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mt--100 {
    margin-top: -100px;
}

/* Margin Right */
.mr-0 {
    margin-right: 0 !important;
}

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

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

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

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

/* Margin Left */
.ml-0 {
    margin-left: 0 !important;
}

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

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

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

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

/* padding Top */
.pb-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

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

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

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

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

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

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-220 {
    padding-bottom: 220px !important;
}

/* padding Right */
.pr-0 {
    padding-right: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
    padding-left: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.max-width-1300 {
    max-width: 1300px !important;
}

@media (min-width: 1500px) {
    .inner-padding {
        padding: 110px;
    }
}

@media (max-width: 1200px) {
    .inner-padding {
        padding: 30px !important;
    }
}

@media (max-width: 992px) {
    .mt-30 {
        margin-top: 20px !important;
    }

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

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

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

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

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

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

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

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

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

    .mb-30 {
        margin-bottom: 15px !important;
    }

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

    .mb-50 {
        margin-bottom: 25px !important;
    }

    .mb-60 {
        margin-bottom: 30px !important;
    }

    .mb-70 {
        margin-bottom: 35px !important;
    }

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

    .mb-90 {
        margin-bottom: 45px !important;
    }

    .mb-100 {
        margin-bottom: 50px !important;
    }

    .mb-120 {
        margin-bottom: 60px !important;
    }

    .mb-130 {
        margin-bottom: 65px !important;
    }

    /* Margin Right */
    .mr-30 {
        margin-right: 15px !important;
    }

    .mr-40 {
        margin-right: 20px !important;
    }

    .mr-50 {
        margin-right: 25px !important;
    }

    /* Margin Left */
    .ml-30 {
        margin-left: 15px !important;
    }

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

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

    /* padding Top */
    .pt-30 {
        padding-top: 15px !important;
    }

    .pt-40 {
        padding-top: 20px !important;
    }

    .pt-50 {
        padding-top: 25px !important;
    }

    .pt-60 {
        padding-top: 30px !important;
    }

    .pt-70 {
        padding-top: 35px !important;
    }

    .pt-80 {
        padding-top: 40px !important;
    }

    .pt-90 {
        padding-top: 45px !important;
    }

    .pt-100 {
        padding-top: 50px !important;
    }

    .pt-110 {
        padding-top: 55px !important;
    }

    .pt-120 {
        padding-top: 60px !important;
    }

    .pt-130 {
        padding-top: 70px !important;
    }

    .pt-140 {
        padding-top: 70px !important;
    }

    .pt-150 {
        padding-top: 75px !important;
    }

    .pt-160 {
        padding-top: 80px !important;
    }

    .pt-170 {
        padding-top: 85px !important;
    }

    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 15px !important;
    }

    .pb-40 {
        padding-bottom: 20px !important;
    }

    .pb-50 {
        padding-bottom: 25px !important;
    }

    .pb-60 {
        padding-bottom: 30px !important;
    }

    .pb-70 {
        padding-bottom: 35px !important;
    }

    .pb-80 {
        padding-bottom: 40px !important;
    }

    .pb-90 {
        padding-bottom: 45px !important;
    }

    .pb-100 {
        padding-bottom: 50px !important;
    }

    .pb-110 {
        padding-bottom: 55px !important;
    }

    .pb-120 {
        padding-bottom: 60px !important;
    }

    .pb-130 {
        padding-bottom: 65px !important;
    }

    .pb-140 {
        padding-bottom: 70px !important;
    }

    .pb-150 {
        padding-bottom: 75px !important;
    }

    .pb-160 {
        padding-bottom: 80px !important;
    }

    .pb-170 {
        padding-bottom: 85px !important;
    }
}



.btn_custom {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn_custom:focus,
.btn_custom.active,
.btn_custom:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn_custom span,
.btn_custom i {
    margin: 0 3px;
}

.btn_custom .icon-filled {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn_custom:not(.btn_custom__link):not(.btn_custom__outlined):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #213360;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}

.btn_custom:not(.btn_custom__link):not(.btn_custom__outlined):hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.btn_custom__primary {
    color: #ffffff;
    background-color: #21cdc0;
}

.btn_custom__primary .icon-outlined {
    color: #213360;
    border: 1px solid #21cdc0;
    color: #21cdc0;
    background-color: #ffffff;
}

.btn_custom__primary .icon-filled {
    color: #ffffff;
    background-color: #21cdc0;
}

.btn_custom__primary:active,
.btn_custom__primary:focus {
    color: #ffffff;
    border-color: #21cdc0;
    background-color: #21cdc0;
}

.btn_custom__primary:hover {
    color: #ffffff;
}

.btn_custom__primary:hover .icon-outlined {
    color: #213360;
    background-color: #ffffff;
}

.btn_custom__primary:hover .icon-filled {
    color: #ffffff;
    background-color: #213360;
}

.btn_custom__primary.btn_custom__outlined {
    background-color: transparent;
    border: 2px solid #21cdc0;
    color: #21cdc0;
}

.btn_custom__primary.btn_custom__outlined .icon-arrow-right,
.btn_custom__primary.btn_custom__outlined .icon-arrow-left {
    color: #ffffff;
    background-color: #21cdc0;
}

.btn_custom__primary.btn_custom__outlined:hover {
    color: #ffffff;
    background-color: #21cdc0;
}

.btn_custom__primary.btn_custom__outlined:hover .icon-arrow-right,
.btn_custom__primary.btn_custom__outlined:hover .icon-arrow-left {
    color: #21cdc0;
    background-color: #ffffff;
}

.btn_custom__primary-style2:before {
    background-color: #ffffff !important;
}

.btn_custom__primary-style2:hover {
    color: #213360;
}

.btn_custom__primary-style2:hover .icon-arrow-right,
.btn_custom__primary-style2:hover .icon-arrow-left {
    color: #ffffff;
    background-color: #213360;
}

.btn_custom__secondary {
    color: #ffffff;
    background-color: #213360;
}

.btn_custom__secondary:before {
    background-color: #21cdc0 !important;
}

.btn_custom__secondary .icon-filled {
    color: #ffffff;
    background-color: #213360;
}

.btn_custom__secondary:hover {
    color: #ffffff;
}

.btn_custom__secondary:hover .icon-filled {
    background-color: #21cdc0;
}

.btn_custom__secondary:active,
.btn_custom__secondary:focus {
    color: #ffffff;
    border-color: #222222;
    background-color: #222222;
}

.btn_custom__secondary.btn_custom__outlined {
    color: #213360;
    background-color: transparent;
    border: 2px solid #213360;
}

.btn_custom__secondary.btn_custom__outlined:hover {
    color: #ffffff;
    background-color: #213360;
}

.btn_custom__secondary-style2:before {
    background-color: #ffffff !important;
}

.btn_custom__secondary-style2:hover {
    color: #213360;
}

.btn_custom__white {
    background-color: #ffffff;
    color: #213360;
}

.btn_custom__white:active,
.btn_custom__white:focus {
    color: #213360;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn_custom__white:hover {
    color: #ffffff;
}

.btn_custom__white.btn_custom__outlined {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.btn_custom__white.btn_custom__outlined:hover {
    color: #21cdc0;
    background-color: #ffffff;
}

.btn_custom__white-style2 {
    color: #21cdc0;
}

.btn_custom__white-style2:before {
    background-color: #21cdc0 !important;
}

.btn_custom__outlined {
    background-color: transparent;
}

.btn_custom__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
}

.btn_custom__link:focus,
.btn_custom__link:active {
    background-color: transparent;
}

.btn_custom__link.btn_custom__icon {
    height: auto;
    line-height: 1;
    padding: 0;
}

.btn_custom__link.btn_custom__primary {
    color: #21cdc0;
}

.btn_custom__link.btn_custom__primary-style2:hover {
    color: #ffffff !important;
}

.btn_custom__link.btn_custom__primary.btn_custom__underlined {
    padding-bottom: 3px;
    border-bottom: 2px solid #21cdc0;
}

.btn_custom__link.btn_custom__primary:hover {
    color: #222222;
}

.btn_custom__link.btn_custom__primary:hover.btn_custom__underlined {
    border-color: #213360;
}

.btn_custom__link.btn_custom__secondary {
    color: #213360;
}

.btn_custom__link.btn_custom__secondary:hover {
    color: #21cdc0;
}

.btn_custom__link.btn_custom__white {
    color: #ffffff;
}

.btn_custom__link.btn_custom__white.btn_custom__underlined {
    padding-bottom: 3px;
    border-bottom: 2px solid #ffffff;
}

.btn_custom__link.btn_custom__white:hover {
    color: #213360;
}

.btn_custom__link.btn_custom__white:hover.btn_custom__underlined {
    border-color: #213360;
}

.btn_custom__block {
    width: 100%;
}

.btn_custom__icon {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
}

.btn_custom__icon i,
.btn_custom__icon span {
    margin: 0 5px;
}

.btn_custom__social {
    height: 54px;
    line-height: 54px;
    width: 54px;
    min-width: 0 !important;
    font-weight: 400;
    color: #ffffff;
    border-radius: 3px;
}

.btn_custom__facebook {
    background-color: #4267b2;
}

.btn_custom__twitter {
    background-color: #1da0f0;
}

.btn_custom__google-plus {
    background-color: #ea4335;
}

.btn_custom__lg {
    min-width: 200px;
}

.btn_custom__xl {
    height: 70px;
    line-height: 70px;
    min-width: 220px;
}

.btn_custom__xhight {
    height: 70px;
    line-height: 68px;
}

.btn_custom__rounded {
    border-radius: 50px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .btn_custom:not(.btn_custom__link) {
        font-size: 13px;
        min-width: 120px;
        height: 40px;
    }

    .btn_custom__icon {
        padding: 0 10px;
    }

    .btn_custom__xl {
        height: 50px;
        min-width: 150px;
    }
}




.info-card {
    position: relative;
    z-index: 2;
    padding: 50px;
    border-radius: 15px;
    margin-bottom: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.info-card:after {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    width: 3px;
    background-color: #213360;
}

.info-card .info__ttile {
    font-size: 25px;
}

.info-card .testimonials__rating {
    max-width: 250px;
    padding: 0;
}

.info-card .testimonials__rating:before {
    display: none;
}

.info-card .testimonials__rating .total__rate,
.info-card .testimonials__rating .overall__rate {
    color: #213360;
}

.info-card .info__meta {
    padding-top: 45px;
    border-top: 2px solid #e6e8eb;
}

.notes .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.notes .note>i {
    font-size: 20px;
    margin-right: 8px;
}

.notes .note .btn_custom {
    font-size: 14px;
}

.notes .testimonials__rating {
    max-width: 250px;
    padding: 0;
}

.notes .testimonials__rating:before {
    display: none;
}

.notes .testimonials__rating .total__rate,
.notes .testimonials__rating .overall__rate {
    color: #213360;
}

.notes .btn_custom:not(.btn_custom__link) {
    height: 50px;
}



.heading__subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #435ba1;
    margin-bottom: 12px;
}

.heading__title {
    font-size: 37px;
    margin-bottom: 20px;
}

.heading__title .underlined-text {
    border-bottom: 4px solid #21cdc0;
}

.heading__desc {
    font-size: 16px;
    margin-bottom: 0;
}

.heading-layout2 .heading__title {
    font-size: 40px;
}

.heading-layout3 .heading__title {
    font-size: 50px;
}

.heading-light .heading__subtitle {
    color: #f9f9f9;
}

.heading-light .heading__subtitle:after {
    background-color: #ffffff;
}

.heading-light .heading__title,
.heading-light .heading__desc {
    color: #ffffff;
}

.text-block__title {
    font-size: 25px;
    margin-bottom: 17px;
}

.text-block__desc {
    font-size: 16px;
    line-height: 26px;
}

.text__link {
    font-size: 14px;
    font-weight: 700;
}

.text__link a:not(.btn_custom) {
    padding-bottom: 2px;
    border-bottom: 2px solid #21cdc0;
}

.text__link a:not(.btn_custom).color-secondary {
    border-bottom-color: #213360;
}

.text__link:hover a:not(.btn_custom) {
    color: #213360;
    border-bottom-color: #213360;
}

.text__link:hover a:not(.btn_custom).color-secondary {
    color: #21cdc0;
    border-bottom-color: #21cdc0;
}

@media (max-width: 992px) {
    .heading__title {
        font-size: 30px;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .heading__title {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .heading__subtitle,
    .text__link {
        font-size: 13px;
    }

    .heading__desc {
        font-size: 13px;
    }

    .heading-layout2 .heading__title {
        font-size: 24px;
    }

    .heading-layout3 .heading__title {
        font-size: 26px;
    }

    .text-block__desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}


.footer .opening-hours {
    margin-bottom: 30px;
}

.opening-hours li {
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    text-transform: capitalize;
    display: block;
    color: #FFF;
    border-bottom: 1px solid #225da7;
}

.opening-hours li:last-of-type {
    border-bottom: none;
}

.opening-hours li span {
    float: right;
}


.info-card {
    position: relative;
    z-index: 2;
    padding: 50px;
    border-radius: 15px;
    margin-bottom: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.info-card:after {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    width: 3px;
    background-color: #213360;
}

.info-card .info__ttile {
    font-size: 25px;
}

.info-card .testimonials__rating {
    max-width: 250px;
    padding: 0;
}

.info-card .testimonials__rating:before {
    display: none;
}

.info-card .testimonials__rating .total__rate,
.info-card .testimonials__rating .overall__rate {
    color: #213360;
}

.info-card .info__meta {
    padding-top: 45px;
    border-top: 2px solid #e6e8eb;
}

.notes .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.notes .note>i {
    font-size: 20px;
    margin-right: 8px;
}

.notes .note .btn {
    font-size: 14px;
}

.notes .testimonials__rating {
    max-width: 250px;
    padding: 0;
}

.notes .testimonials__rating:before {
    display: none;
}

.notes .testimonials__rating .total__rate,
.notes .testimonials__rating .overall__rate {
    color: #213360;
}

.notes .btn:not(.btn__link) {
    height: 50px;
}

@media (min-width: 1200px) {
    .notes .testimonials__rating {
        margin-left: 90px;
    }

    .notes .btn:not(.btn__link) {
        min-width: 210px;
    }
}

.border-top {
    border-top: 1px solid #e7ebef !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.testimonials__rating {
    position: relative;
    max-width: 300px;
    padding: 20px 0px 20px 30px;
}

.testimonials__rating:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 143px;
    height: 95px;
    background-image: url(../images/icons/text-shape.png);
}

.testimonials__rating .total__rate {
    font-size: 38px;
    font-weight: 700;
    color: #1d2a4d;
    margin-right: 10px;
}

.testimonials__rating .overall__rate {
    font-weight: 700;
    color: #213360;
    border-bottom: 2px solid #213360;
}










.fl-row .flat-read-more {
    padding-top: 21px
}

.fl-row h3 {
    color: #000;
    font-family: var(--rubik-font);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    line-height: 30px
}

.fl-row .box-icon i::before {
    color: var(--primary-color2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fl-row .box-icon.active i::before {
    color: var(--primary-color)
}

.intro-bot {
    width: 100%;
    background-color: #091d3e
}

.box-icon {
    color: var(--primary-color) !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.box-icon.sd {
    box-shadow: 0 3px 16px rgb(0 0 0/6%);
    border-radius: 5px
}

.box-icon.ct {
    width: 95px;
    height: 95px;
    padding: 19px;
    background: #092e5d;
    border-radius: 5px
}

.box-heading-center {
    text-align: center
}

.box-intro-top {
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 1px 22px transparent;
    margin-top: -58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.box-features-intro,
.box-content-intro {
    width: 50%
}

.font-rubik {
    font-family: var(--rubik-font) !important
}

.box-wrap h2 {
    font-family: var(--jost-font), sans-serif;
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    color: var(--primary-color2);
    line-height: 30px;
    font-weight: 700;
}

.page-content .box-wrap h2 {
    font-family: var(--jost-font), sans-serif;
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    color: var(--primary-color2);
    line-height: 30px
}

.page-content .box-wrap .title a,
.page-content .box-wrap .title a:hover {
    font-family: var(--jost-font), sans-serif;
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    color: var(--primary-color2);
    line-height: 30px
}

.page-content .box-wrap .title a:hover {
    color: var(--primary-color)
}

.box-wrap-article h3.heading {
    padding-bottom: 18px
}

.box-features-intro {
    padding: 0 60px
}

.box-content-intro {
    padding: 0 40px
}

.features-intro-top {
    position: relative
}

.features-intro-top img:first-child {
    position: relative;
    z-index: 10
}

.features-intro-top .features-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.box-content-intro .themesflat-button {
    border-radius: 7px
}

.box-wrap-title {
    padding: 21% 12% 0% 0%
}

.box-wrap-title p {
    padding-top: 19px
}

.box-features-bot {
    position: relative
}

.box-features-bot .flat-img-intro {
    position: relative;
    z-index: 10;
    padding: 0 65px
}

.features-bot-inner {
    position: absolute;
    left: 0;
    bottom: -180px;
    z-index: 1
}

.box-features h2 {
    padding-top: 2px
}

.box-features p {
    padding-top: 15px
}

.box-features {
    width: 100%;
    background-color: #fff;
    position: relative;
    top: -155px;
    z-index: 12;
    border-radius: 4px;
    box-shadow: 0 10px 30px transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.box-features .col-box {
    width: 25%;
    padding: 0 25px;
    margin: 40px 0 30px;
    border-right: 1px solid #d6d6d6
}

.box-features .col-box.bd-none {
    border-right: none
}

.box-features .col-box .box-icon {
    width: 95px;
    height: 95px;
    box-shadow: 0 1px 22px transparent;
    text-align: center
}

.box-features .col-box .box-wrap {
    padding-right: 10px
}

.box-features .col-box .box-icon i {
    line-height: 95px
}

.box-features .col-box:hover .box-icon i::before {
    color: var(--primary-color) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-content .fl-st-title .title-heading,
.page-content .fl-st-title .heading {
    color: #fff
}

.font-size-big {
    font-size: 61px
}



.box-heading-intro {
    text-align: center
}

.box-heading-intro h3.heading {
    padding-left: 5px
}

.box-heading-intro .title-heading {
    text-align: center;
    margin-bottom: 20px
}

.box-item .intro-title {
    padding: 2% 17% 5%
}

.box-item .img {
    overflow: hidden
}

.box-item img {
    width: 100%;
    height: 100%;
    transition: .5s
}

.box-item img:hover {
    transform: scale(1.2);
    transition: .5s
}

.box-item .box-wrap {
    background-color: #fff;
    position: relative;
    top: -29px;
    padding: 9% 9% 3.5%;
    margin: 0 4%;
    box-shadow: 0 1px 22px rgb(157 184 209/19%);
    border-radius: 7px
}


h3.heading {
    color: var(--primary-color);
    font-family: rubik, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 4px
}


.page-content h3.heading {
    color: var(--primary-color);
    font-family: rubik, sans-serif;
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 20px;
    letter-spacing: 4px;
    padding-bottom: 10px
}

.page-content .title-heading {
    color: var(--primary-color2);
    font-family: jost, sans-serif;
    font-size: 46px;
    font-weight: var(--font-weight-medium);
    line-height: 58px;
    padding-bottom: 25px;
    letter-spacing: -1px
}

.title-heading {
    color: var(--primary-color2);
    font-family: jost, sans-serif;
    font-size: 46px;
    font-weight: var(--font-weight-medium);
    line-height: 58px;
    letter-spacing: -1px
}

.text-color-white {
    color: #fff
}

.title-heading-p {
    font-family: var(--rubik-font);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 30px;
    color: var(--primary-color2);
}

.box-wrap a.text-color-white:hover,
a:hover {
    color: var(--primary-color);
}

.box-wrap a:hover,
a:focus {
    color: var(--primary-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.section-title {
    position: relative;
    max-width: 640px;
}

.section-title.centered {
    text-align: center;
    margin: 0 auto 50px;
}

.section-title.flex-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
    max-width: 100%;
}

.section-title .title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    position: relative;
}

.section-title .subtitle {
    display: inline-flex;
    color: var(--thm-base);
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.section-title .btn-link {
    margin-top: 20px;
}

.sigma_info {
    position: relative;
    border-radius: 6px;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
    padding: 40px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.sigma_info .sigma_info-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.sigma_info .sigma_info-title .sigma_info-icon,
.sigma_info.style-22 .sigma_info-description .sigma_info-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 20px;
}

.sigma_info .sigma_info-title .sigma_info-icon i {
    font-size: 32px;
}

.sigma_info .sigma_info-title h5 {
    margin: 0;
    flex: 1;
}

.sigma_info .sigma_info-description p {
    margin-bottom: 0;
}


.sigma_info-wrapper.style-25 {
    position: relative;
    padding: 0;
    background-color: transparent;
}

.sigma_info-wrapper.style-25:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 44px;
    width: calc(100% - 30px);
    height: 1px;
    z-index: -1;
    background-color: var(--thm-border);
}

.sigma_info.style-25 {
    padding: 0;
    box-shadow: none;
}

.sigma_info.style-25 .sigma_info-title {
    margin-bottom: 0;
    align-items: flex-start;
}

.sigma_info.style-25 .sigma_info-description h5 {
    margin-bottom: 5px;
}

.sigma_info.style-25 .sigma_info-title .sigma_info-icon {
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
    color: var(--thm-base);
    margin-right: 28px;
}

.sigma_info.style-25 .sigma_info-title .sigma_info-icon i {
    font-size: 56px;
}

.sigma_info.style-25 .sigma_info-description .steps {
    font-size: 18px;
    display: block;
    font-weight: 600;
    color: var(--thm-base);
    margin: 10px 0 18px;
}

.sigma_info.style-25 .sigma_info-description .pulsive-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--thm-base);
    margin-left: 6px;
}

.sigma_info.style-25 .sigma_info-description .pulsive-dot:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--thm-base);
    opacity: 0.2;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border-radius: 50%;
}

/* animation */
@keyframes pulseInOut {
    0% {
        opacity: 1;
        transform: scale(.3)
    }

    100% {
        opacity: 0;
        transform: scale(1.7)
    }
}

@keyframes preloader-dual-inner-o {
    0% {
        opacity: 1;
        transform: translate(0 0)
    }

    49.99% {
        opacity: 1;
        transform: translate(80px, 0)
    }

    50% {
        opacity: 0;
        transform: translate(80px, 0)
    }

    100% {
        opacity: 0;
        transform: translate(0, 0)
    }
}

@keyframes preloader-dual-inner {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(80px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        transform: translate(39px);
        opacity: 0;
    }
}

@keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        transform: translate(39px);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
        opacity: 1;
    }
}

@keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
        opacity: 1;
    }
}

@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
    }
}

@keyframes preloader-squares-inner {
    0% {
        transform: scale(1.1500000000000001)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes preloader-pulse-inner-1 {
    0% {
        top: 36px;
        height: 128px
    }

    50% {
        top: 60px;
        height: 80px
    }

    100% {
        top: 60px;
        height: 80px
    }
}

@keyframes preloader-pulse-inner-2 {
    0% {
        top: 41.99999999999999px;
        height: 116.00000000000001px
    }

    50% {
        top: 60px;
        height: 80px
    }

    100% {
        top: 60px;
        height: 80px
    }
}

@keyframes preloader-pulse-inner-3 {
    0% {
        top: 48px;
        height: 104px
    }

    50% {
        top: 60px;
        height: 80px
    }

    100% {
        top: 60px;
        height: 80px
    }
}

@keyframes preloader-gear-inner {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(22.5deg)
    }

    100% {
        transform: rotate(45deg)
    }
}

@keyframes preloader-ripple-inner {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}

@keyframes preloader-eclipse {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes preloader-spinner-inner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.footer .footer-widget__title {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 800;
}

.footer [class*="footer-widget"] {
    margin-bottom: 30px;
}

.color-heading {
    color: #0e204d !important;
}


.social-icons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li a {
    position: relative;
    z-index: 2;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #213360;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.social-icons li a:hover {
    background-color: #21cdc0;
}

.social-icons li:last-of-type {
    margin-right: 0;
}

.social-icons-light li a {
    color: #ffffff;
}

.social-icons-light li a:hover {
    color: #21cdc0;
}

.social-icons-primary li a {
    color: #21cdc0;
}

.social-icons-primary li a:hover {
    color: #213360;
}

.icon-arrow-right {
    font-size: 65%;
}



hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

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


video {
    width: 100vw;
    height: 70vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}

/* KOPIA W FEATURES - nie wykorzystano */
/*

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
  }
  button.learn-more {
    width: 12rem;
    height: auto;
    margin-left: -65px;
  }
  button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #fff;
    border-radius: 1.625rem;
  }
  button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #282936;
  }
  button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
  }
  button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #282936;
    border-right: 0.125rem solid #282936;
    transform: rotate(45deg);
  }
  button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
  }
  button:hover .circle {
    width: 100%;
  }
  button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }
  button:hover .button-text {
    color: #282936;
  } */