@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700|Playfair+Display:400i,700i|Poppins:200,300,400,500,600,700|Marmelad:200,300,400,500,600,700|Lora:400i,&amp;display=swap");
@import url("bootstrap.min.css");
@import url("animate.css");
@import url("font-awesome.min.css");
@import url("bootstrap-select.min.css");
@import url("bootstrap-datepicker.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("magnific-popup.css");
@import url("hover.min.css");
@import url("../plugins/dentallox-icon/style.css");
@import url("../plugins/Stroke-Gap-Icons-Webfont/style.css");
/*
* 2. common style
*/

:root {
    --theme-color: #01B4EE;
    --theme-color2: #379BBB;
    --accent-color: #ecebe4;
    --white: #fff;
    --color-white: #ffffff;
    --dark: #202020;
    --theme-bg-light: #FAF8F7;
    --body-text-color: #757F95;
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --theme-color-rgb: 213, 63, 52;
    --e-global-color-text: #6b6b6b;
    --e-global-color-accent: #413625;
    --e-global-color-white: #ffffff;
    --e-global-color-desaturated-magenta: #543458;
    --e-global-color-very-dark-desaturated-magenta: #5c3960;
    --e-global-color-mostly-desaturated-magenta: #8a648d;
    --e-global-color-pale-blue: #f4f7ff;
    --thm-black-rgb: 31, 34, 48;
    --bdr-radius: 10px;
    --rgba-primary-1: rgba(243,192,127,0.1);
	--rgba-primary-2: rgba(243,192,127,0.2);
	--rgba-primary-3: rgba(243,192,127,0.3);
	--rgba-primary-4: rgba(243,192,127,0.4);
	--rgba-primary-5: rgba(243,192,127,0.5);
	--rgba-primary-6: rgba(243,192,127,0.6);
	--rgba-primary-7: rgba(243,192,127,0.7);
	--rgba-primary-8: rgba(243,192,127,0.8);
	--rgba-primary-9: rgba(243,192,127,0.9);
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #0D0E13;
}

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.ff-one {
    font-family: "Open Sans", sans-serif;
}

.ff-two {
    font-family: "Poppins", sans-serif;
}
.theme_color{
    color: var(--theme-color);
}
.thm-gray-bg {
    background-color: #F2F2F2;
}

.bg-pos-center-center {
    background-position: center center;
}

.block-title {
    margin-bottom: 30px;
}

.block-title__title {
    margin: 0;
    color: #0D0E13;
    font-size: 35px;
    line-height: 48px;
    font-weight: 600;
    font-family: "Marmelad", sans-serif;
}
.block-title__title.white{
    color: #fff;
}

.block-title__title span {
    color: var(--theme-color2);
}

.block-title__title+.block-title__text {
    margin-top: 7px;
}

.block-title__text {
    margin: 0;
    font-size: 16px;
    color: #403a3a;
    font-family: "Open Sans", sans-serif;
}

.block-title__line {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #0D0E13;
    margin-top: 5px;
}

.block-title__lite-color {
    color: #fff;
}

.block-title__lite-bg {
    background-color: #fff;
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: transparent;
    border-radius: 3px;
    background-color: #07779B;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    padding: 14px 27px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.thm-btn:hover {
    color: #fff;
    background-color: #0D0E13;
}
.thm-btn i{
    padding-left: 7px;
}

.datepicker-dropdown {
    min-width: 14rem;
}

.datepicker table {
    width: 100%;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
    padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
    padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: #0CA5D7;
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    color: #0D0E13;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: #0CA5D7;
    color: #fff;
    cursor: pointer;
}

.google-map__home {
    width: 100%;
    border: none;
    height: 448px;
    display: block;
}

.column-5__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.column-5__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: -webkit-gradient(linear, left top, right top, from(#f0f1f1), to(white));
    background-image: linear-gradient(90deg, #f0f1f1 0%, white 100%);
}

.preloader span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/resources/preloader.gif);
}

.scroll-to-top {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #0CA5D7;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
}

.scroll-to-top i {
    font-size: 28px;
    line-height: 55px;
    color: #fff;
    position: relative;
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.scroll-to-top:hover {
    background: #fff;
}

.scroll-to-top:hover i {
    color: #0D0E13;
}

/*
* 3. header style
*/

/*.topbar-one {
    background-color: #EFF0F4;
    border-bottom: 1px solid #E5E5E9;
}*/
.info li {
    position: relative;
    display: inline-block;
    margin: 0px 40px 0px 0px;
    font-size: 15px;
    color: #fff;
    padding-left: 22px;
}

.info li:last-child {
    margin: 0px !important;
}
.info{
    padding-left: 0px;
    margin-bottom: 14px;
}
#page8 .info li a {
    color: var(--white);
}
.info li a {
    color: var(--dark);
}
.info li i {
    color: var(--theme-color2);
}

.info li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 15px;
}

.info li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 16px;
    top: 5px;
    right: -22px;
}

.info li:last-child:before {
    display: none;
}
.topbar-one .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-one__left-text {
    margin: 0;
    color: #0D0E13;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-top: 15px;
}

.topbar-one__right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topbar-one__social {
    margin-right: 20px;
    line-height: 0px;
}
.topbar-one__social a {
    color: var(--dark);
}
#page8 .topbar-one__social a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #eee;
    line-height: 26px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    /* box-shadow: 0 5px 5px #dbdbd8; */
}

.topbar-one__social a:hover {
    color: #fff;
}

.topbar-one__social a+a {
    margin-left: 13px;
}

.topbar-one__btn {
    background-color: #0CA5D7;
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    padding: 12.5px 27.5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.topbar-one__btn:hover {
    color: #fff;
    background-color: #07779B;
}

.topbar-one__language-picker {
    position: relative;
    margin-right: 20px;
    margin-left: 20px !important;
}

.topbar-one__language-picker:before {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #0D0E13;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.topbar-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 36px;
}

.topbar-one .bootstrap-select>.dropdown-toggle {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #0D0E13;
    background-color: transparent;
    border: none;
    outline: none;
}

.topbar-one__home-four .bootstrap-select>.dropdown-toggle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #0D0E13;
    border-left: 1px solid #d7d7d7;
    padding: 13.5px 0;
}

.topbar-one__home-four .dropdown-toggle::after {
    display: none;
}

.topbar-one__home-four .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
}

.topbar-one__home-four .bootstrap-select .dropdown-toggle .filter-option-inner-inner img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.topbar-one__home-four .bootstrap-select .dropdown-menu>li>a {
    padding-left: 10px;
    padding-right: 10px;
}

.topbar-one__home-four .bootstrap-select .dropdown-menu>li>a .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-two {
    padding: 25px 0;
}

.topbar-two .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-two__infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.topbar-two__info:not(:first-child) {
    margin-left: 50px;
}

.topbar-two__info-icon,
.topbar-two__info-content {
    display: table-cell;
    vertical-align: middle;
}

.topbar-two__info-icon i {
    color: #1D59BC;
    font-size: 25px;
}

.topbar-two__info-content {
    padding-left: 20px;
}

.topbar-two__info-text {
    margin: 0;
    color: #767676;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 1em;
}

.topbar-two__info-text a,
.topbar-two__info-text span {
    display: block;
    color: #0D0E13;
    font-weight: 600;
    margin-bottom: 8px;
    transition: all .4s ease;
}

.topbar-two__info-text a:hover {
    color: #07779B;
}

.topbar-three {
    padding: 24.5px 0;
}

.topbar-three .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-three__infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.topbar-three__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.topbar-three__info:not(:last-child) {
    margin-left: 33px;
    padding-left: 33px;
}

.topbar-three__info:not(:last-child):before {
    content: '';
    width: 1px;
    height: 47px;
    background-color: #d4d4d4;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.topbar-three__info:first-child {
    margin-left: 0;
    padding-left: 0;
}

.topbar-three__info:first-child:before {
    display: none;
}

.topbar-three__info:last-child {
    margin-left: 38px;
}

.topbar-three__text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #0D0E13;
    line-height: 23px;
}

.topbar-three__text a {
    color: inherit;
    transition: all .4s ease;
}

.topbar-three__text a:hover {
    color: #07779B;
}

.topbar-three__phone {
    font-size: 26px;
    color: #0D0E13;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

.header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.header-navigation .container {
    background: transparent;
    position: relative;
    display: block;
}

.header-navigation .container .logo-box {
    float: left;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
    height: auto;
    margin: 0;
}

.header-navigation .container .menu-toggler {
    display: none;
}

.header-navigation .container .right-side-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.header-navigation .main-navigation {
    float: right;
    text-align: right;
    margin-right: 23px;
}

@media (min-width: 1200px) {
    .header-navigation .main-navigation {
        display: block !important;
    }
}

.header-navigation ul.navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}

.header-navigation ul.navigation-box>li {
    position: relative;
    padding: 35px 0;
    display: inline-block;
    vertical-align: middle;
    /* Second Level Menu */
    /* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
    margin-left: 20px;
}

.header-navigation ul.navigation-box>li:first-child {
    padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
    padding-right: 0;
}
#page8 .header-navigation ul.navigation-box>li>a{
    color: #eee;
}
.header-navigation ul.navigation-box>li>a {
    font-weight: 500;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #333;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
    color: #07779B;
}
/*.header-navigation ul.navigation-box>li>.submenu.service{
    height: 380px;
    overflow-y: scroll;
}*/
.header-navigation ul.navigation-box>li>.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #4d4a4a;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box>li>.submenu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box>li>.submenu.right-align {
    left: auto;
    right: 0;
}

.header-navigation ul.navigation-box>li>.submenu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.submenu>li {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.submenu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.submenu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 6px 22px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.submenu>li:hover>a {
    color: #0CA5D7;
    /*background: #07779B;*/
}

.header-navigation ul.navigation-box>li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li {
    /* no more nested showen */
}

.header-navigation ul.navigation-box>li>ul>li>.submenu {
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #0D0E13;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box>li>ul>li>.submenu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box>li>ul>li>.submenu.right-align {
    left: auto;
    right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li:hover>a {
    color: #fff;
    background: #07779B;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
    display: none;
}

.header-one {
    /*background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f1f1), to(white));
    background-image: linear-gradient(0deg, #f0f1f1 0%, white 100%);*/
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-one__cta {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
}

.header-one__cta:before {
    content: '';
    width: 1px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #1d1d1d;
    opacity: .3;
}

.header-one__cta-icon,
.header-one__cta-content {
    display: table-cell;
    vertical-align: middle;
}

.header-one__cta-icon i {
    font-size: 23px;
    color: #07779B;
}

.header-one__cta-content {
    padding-left: 20px;
}

.header-one__cta-text,
.header-one__cta-number {
    display: block;
    font-family: "Poppins", sans-serif;
    line-height: 1em;
}

.header-one__cta-text {
    color: #666666;
    font-size: 16px;
}

.header-one__cta-number {
    font-size: 22px;
    color: #0D0E13;
    font-weight: 600;
    margin-top: 7px;
}

.header-one__cta-number:hover {
    color: var(--theme-color2)
}

.header-one .header-navigation .container {
    padding-right: 267px;
}

.header-one .main-logo {
    display: inline-block;
    width: 140px;
}

.header-one .stick-logo {
    display: none;
}

.header-one__call {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-one__call:hover {
    color: #07779B;
}

.header-one__search {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 30px;
    margin-right: 26px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-one__search:hover {
    color: #07779B;
}

.header-one__book-btn {
    background-color: #144EAD;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    padding: 18px 47px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-one__book-btn:hover {
    background-color: #07779B;
    color: #fff;
}

.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f1f1), to(white));
    background-image: linear-gradient(0deg, #f0f1f1 0%, white 100%);
    -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.stricked-menu .main-logo {
    display: none;
}

.stricked-menu .stick-logo {
    display: inline-block;
    max-width: 130px;
}

.stricked-menu ul.navigation-box>li {
    padding-top: 30px;
    padding-bottom: 30px;
}

.stricked-menu .header-one__cta-text {
    font-size: 15px;
}

.stricked-menu .header-one__cta-number {
    font-size: 21px;
}

.stricked-menu.stricky-fixed {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.header-one__home-two {
    background-color: transparent;
    background-image: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    padding-left: 35px;
    padding-right: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 1200px) {
    .header-one__home-two .container {
        max-width: 100%;
    }
}

.header-one__home-two .header-navigation ul.navigation-box>li {
    padding-top: 32px;
    padding-bottom: 32px;
}

.header-one__home-two .header-navigation ul.navigation-box>li>a {
    color: #fff;
}

.header-one__home-two .header-navigation ul.navigation-box>li.current>a,
.header-one__home-two .header-navigation ul.navigation-box>li:hover>a {
    color: #07779B;
}

.header-one__home-two .header-navigation .container {
    padding-right: 253px;
}

.header-one__home-two .stricked-menu {
    padding-left: 35px;
    padding-right: 35px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f1f1), to(white));
    background-image: linear-gradient(0deg, #f0f1f1 0%, white 100%);
}

.header-one__home-two .stricked-menu .header-one__search,
.header-one__home-two .stricked-menu .header-one__call,
.header-one__home-two .stricked-menu ul.navigation-box>li>a {
    color: #0D0E13;
}

.header-one__home-two .stricked-menu .header-one__search:hover,
.header-one__home-two .stricked-menu .header-one__call:hover,
.header-one__home-two .stricked-menu ul.navigation-box>li>a:hover {
    color: #07779B;
}

.header-one__home-two .stricked-menu .header-one__search {
    border-color: rgba(36, 36, 36, 0.5);
}

.header-one__home-two .stricked-menu ul.navigation-box>li.current>a,
.header-one__home-two .stricked-menu ul.navigation-box>li:hover>a {
    color: #07779B;
}

.header-one__home-two .stricked-menu ul.navigation-box>li {
    padding-top: 22px;
    padding-bottom: 22px;
}

.header-one__home-three .header-navigation .main-navigation {
    float: left;
    text-align: left;
}

.header-one__home-three .header-navigation ul.navigation-box>li {
    padding: 0px 0;
}

.header-one__home-three .header-navigation ul.navigation-box>li>a {
    display: block;
    padding: 18px 36px;
    color: #fff;
    border-right: 1px solid #1249A2;
    position: relative;
}

.header-one__home-three .header-navigation ul.navigation-box>li>a:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #396DC2;
    position: absolute;
    top: 0;
    right: 0;
}

.header-one__home-three .header-navigation ul.navigation-box>li+li {
    margin-left: 0;
}

.header-one__home-three .header-navigation .container {
    background-color: #1d59bc;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}

@media (min-width: 1200px) {
    .header-one__home-three .header-navigation .container {
        max-width: 1170px;
        padding-left: 0;
        padding-right: 0;
    }
}

.header-one__home-three .header-navigation .container .right-side-box {
    right: 0;
}

.header-one__home-three .header-one__search {
    border-right: 0;
    margin-right: 0;
    padding-right: 22px;
}

.header-one__home-three .stricked-menu {
    background-image: none;
    background-color: #1D59BC;
}

.header-one__home-three .stricked-menu .container {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header-one__home-four {
    background-image: none;
    background-color: #1a3871;
    position: relative;
}

.header-one__home-four:before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #0d234c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-one__home-four .header-navigation .container {
    padding-right: 15px;
}

.header-one__home-four .header-navigation .main-navigation {
    float: left;
    text-align: left;
}

.header-one__home-four .header-navigation ul.navigation-box>li+li {
    margin-left: 0;
}

.header-one__home-four .header-navigation ul.navigation-box>li>a {
    color: #fff;
}

.header-one__home-four .header-navigation ul.navigation-box>li>a:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    margin-right: 40px;
}

.header-one__home-four .header-navigation ul.navigation-box>li:first-child>a:before {
    display: none;
}

.header-one__home-four .header-navigation ul.navigation-box>li {
    padding: 21px 0;
}

.header-one__home-four .stricked-menu {
    background-image: none;
    background-color: #1a3871;
}

.header-one__home-four .stricked-menu:before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #0d234c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-one__home-five {
    border: none;
}

/*
* 4. banner style
*/

/** banner-section **/

.banner-section {
    position: relative;
    overflow: hidden;
    padding: 200px 0px 140px 0px;
}

.select-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 24px;
}

.select-box li:last-child {
    margin: 0px !important;
}

.select-box .single-checkbox {
    position: relative;
    display: block;
}

.select-box label {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #061a3a;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
}

.select-box input[type="radio"] {
    display: none;
}

.select-box input[type="radio"]+label span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-color: transparent;
    border: 2px solid #061a3a;
    border-radius: 50%;
    cursor: pointer;
    transition: all 300ms ease;
}

.select-box label span:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.select-box input[type="radio"]:checked+label span:before {
    opacity: 1;
    transform: scale(1, 1);
}

.select-box input[type="radio"]:checked+label span {}

.banner-section .content-box h1 {
    display: block;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #fffefb;
    text-shadow: 1px 1px 2px rgba(252, 255, 204, 0.82);
    font-family: "Marmelad", sans-serif;
}

.banner-section .content-box p {
    font-size: 24px;
    line-height: 38px;
    color: #eee;
    margin-bottom: 25px;
}
.btn-box.btn_group .theme-btn-one{
    margin-left: 10px;
    margin-right: 10px;
}
.banner-section .content-box form .form-group {
    position: relative;
    margin-bottom: 21px;
    margin-right: 100px;
}

.banner-section .content-box form .form-group input[type='text'] {
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    border-radius: 40px;
    padding: 10px 90px 10px 30px;
    font-size: 16px;
    color: #848484;
    border: 1px solid #fff;
    box-shadow: 0 10px 30px rgb(57 202 187 / 15%);
    transition: all 500ms ease;
}

.banner-section .content-box form .form-group input:focus {
    border-color: #061a3a;
}

.banner-section .content-box form .form-group button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-section .content-box form .form-group input:focus+button,
.banner-section .content-box form .form-group button:hover {
    background: #061a3a;
}

.banner-section .image-box {
    position: relative;
    display: block;
    margin-left: -40px;
}

.banner-section .image-box .image img {
    max-width: none;
    float: left;
}

.banner-section .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-section-overlay {
    width: 100%;
    background: #000;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*
* 5. about style
*/

.about-one {
    padding-top: 90px;
    padding-bottom: 70px;
}

.about-one .container {
    position: relative;
}

.about-one__title {
    margin: 0;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color: #0D0E13;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.about-one__text p{
    font-size: 16px;
    line-height: 26px;
    color: #0D0E13;
    margin: 0;
}

.about-one__text p{
    margin-top: 30px;
}

.about-one__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.about-one__list-item {
    font-size: 16px;
    color: #0D0E13;
}

.about-one__image-block {
    position: absolute;
    top: 0;
    right: 15px;
    width: 100%;
    max-width: 550px;
    background: transparent url(../images/resources/about-dots.png) 100% -120% no-repeat;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.about-one__image-block img{
    width: 100%;
}
.about-one__image-one>img {
    border-radius: 50%;
    position: relative;
    border-width: 7px;
    border-color: #01c1ff57;
    border-style: solid;
}

.about-one__image-two {
    position: absolute;
    bottom: -62px;
    left: 0;
}

.about-one__image-two>img {
    width: 290px;
  height: 290px;
    position: relative;
    border-style: solid;
    border-width: 7px;
    border-color: white;
    border-radius: 50%;
    background-color: #6e6e6e;
    -webkit-box-shadow: inset 0px 3px 95px 0px rgba(0, 0, 0, 0.49);
    box-shadow: inset 0px 3px 95px 0px rgba(0, 0, 0, 0.49);
}

.about-two {
    background-color: #F8F8F8;
    padding-top: 210px;
    padding-bottom: 90px;
}

.about-two .container {
    position: relative;
}

.about-two .block-title {
    margin-bottom: 15px;
}

.about-two .block-title__text {
    font-weight: 300;
    font-size: 20px;
    color: #0D0E13;
}

.about-two .block-title__title+.block-title__text {
    margin-top: 22px;
}

.about-two__image-block {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-two__image-block img {
    border-radius: 50%;
}

.about-two__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-two__list-item {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #0D0E13;
}

.about-two__list-item i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme-color2);
    font-size: 14px;
}

.about-two__list-item+.about-two__list-item {
    margin-top: 10px;
}

.about-two__about-page {
    padding-top: 90px;
    padding-bottom: 90px;
}

.about-two__about-page .block-title {
    margin-bottom: 40px;
}

.about-two__about-page .block-title__text {
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #0D0E13;
    margin-bottom: 0;
}

.about-two__about-page .block-title__tag-line {
    font-weight: 300;
    font-size: 20px;
    color: #0D0E13;
    margin-bottom: 15px;
}

.about-two__about-page .about-two__image-block {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.about-three {
    padding: 100px 0;
}

.about-three__title {
    margin: 0;
    color: #0D0E13;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-three__text {
    margin: 0;
    color: #0D0E13;
    font-size: 16px;
    line-height: 26px;
}

.about-three__text+.about-three__title {
    margin-top: 35px;
}

.about-three__text+.about-three__text {
    margin-top: 25px;
}

.about-three__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.about-three__border-top {
    padding-top: 0;
}

.about-three__border-top hr {
    border-width: 1px;
    margin: 0;
    border-color: rgba(186, 186, 186, 0.8);
    margin-bottom: 90px;
}

.about-four {
    padding: 100px 0;
}

.about-four__images {
    padding-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-four__content {
    padding-right: 80px;
}

.about-four__title {
    margin: 0;
    color: #0D0E13;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 25px;
}

.about-four__sub-title {
    margin: 0;
    color: #0D0E13;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 10px;
}

.about-four__tag-line {
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.about-four__text {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #0D0E13;
}

/*
* 6. services style
*/

.service-one {
    padding-top: 85px;
    padding-bottom: 90px;
}

.service-one__single {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #f0f0ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    min-height: 220px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-one__single:hover {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.service-one__single:hover .service-one__icon2 img {
    filter: grayscale(0);
}

.service-one .column-5__row {
    margin-left: -10px;
    margin-right: -10px;
}

.service-one .column-5__col {
    padding-left: 10px;
    padding-right: 10px;
}

.service-one__icon {
    background-position: center center;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-color: #e4edf4;
    background-blend-mode: multiply;
    opacity: .6;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-one__icon2 img {
    width: 80px;
    margin-bottom: 15px;
    filter: grayscale(100);
}

.service-one__title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.service-one__title a {
    color: #0D0E13;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-one__title a:hover {
    color: #07779B;
}

.service-one__link {
    color: #0D0E13;
    font-size: 20px;
    border-bottom: 1px solid #0D0E13;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}

.service-one__link:hover {
    color: #07779B;
    border-color: #07779B;
}

.service-one__single:hover .service-one__icon {
    background-color: #fff;
}

.service-one__single:hover .service-one__title a {
    color: var(--theme-color2);
}

.service-two {
    padding-top: 90px;
    padding-bottom: 70px;
}

.service-two__single {
    border-radius: 5px;
    background-color: #e9f1f6;
    text-align: center;
    margin-bottom: 30px;
}

.service-two__image {
    position: relative;
    overflow: hidden;
}

.service-two__image>img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.service-two__image-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(9, 160, 186, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.service-two__image-hover a {
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 47px;
    background-color: #fff;
    color: #0D0E13;
    font-size: 23px;
    line-height: 47px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
}

.service-two__image-hover a:hover {
    background-color: #07779B;
    color: #fff;
}

.service-two__content {
    padding: 0 30px;
    padding-top: 35px;
    padding-bottom: 40px;
}

.service-two__title {
    margin: 0;
    color: #0D0E13;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.service-two__title a {
    color: #0D0E13;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-two__title a:hover {
    color: #07779B;
}

.service-two__text {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #0D0E13;
    margin-top: 10px;
    margin-bottom: 5px;
}

.service-two__link {
    color: #07779B;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    border-bottom: 1px solid #07779B;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-two__link:hover {
    color: #0CA5D7;
    border-color: #0CA5D7;
}

.service-two__single:hover .service-two__image-hover {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    opacity: 1;
}

.service-two__single:hover .service-two__image>img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.service-two__more-link {
    display: inline-block;
    vertical-align: middle;
    color: #0D0E13;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid #0D0E13;
    line-height: 1em;
    padding-bottom: 3px;
    margin-top: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-two__more-link:hover {
    color: #07779B;
    border-color: #07779B;
}

.service-two__carousel-block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

[class*=service-two__carousel-btn-] {
    width: 44px;
    height: 44px;
    border: 2px solid #a8b3b9;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

[class*=service-two__carousel-btn-] i {
    color: #242424;
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

[class*=service-two__carousel-btn-]:hover {
    background-color: #07779B;
    border-color: #07779B;
}

[class*=service-two__carousel-btn-]:hover i {
    color: #fff;
}

.service-two__carousel-btn-right {
    margin-left: 18px;
}

.service-one__home-three {
    background: #0CA5D7;
}

.service-one__home-three .block-title__text {
    color: #b7bfcf;
}

.service-one__home-three .service-one__single {
    background-color: #d5eaf4;
}

.service-one__home-three .service-one__single:hover {
    background-color: #FFFFFF;
}

.service-one__home-three .service-one__link {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.service-one__home-three .service-one__link:hover {
    color: #07779B;
    border-color: #07779B;
}

.service-two__home-four {
    background-color: #E9F1F6;
    padding-bottom: 100px;
}

.service-two__home-four .service-two__content {
    background-color: #fff;
}

.service-two__service-page__two .service-two__image {
    padding-top: 29px;
}

.service-two__service-page__two .service-two__content {
    padding-top: 20px;
}

.service-two__service-page__two .service-two__text {
    margin-top: 14px;
    margin-bottom: 0;
}

.service-details {
    padding: 80px 0;
}

.service-details img {
    max-width: 100%;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .service-details__content {
        padding-left: 30px;
    }
}

.service-details__title {
    margin: 0;
    color: #0D0E13;
    font-size: 32px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-top: 40px;
    margin-bottom: 25px;
}

.service-details__sub-title {
    margin: 0;
    color: #0D0E13;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}

.service-details__tag-line {
    margin: 0;
    color: #0CA5D7;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}

.service-details__tag-line a {
    font-weight: 400;
    color: #0CA5D7;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    border-bottom: 1px solid #0CA5D7;
}

.service-details__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.service-details__list-item {
    position: relative;
    color: #0D0E13;
    font-size: 16px;
    padding-left: 36px;
}

.service-details__list-item i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    border: 1px solid #77797C;
    color: #A6CDE7;
    font-size: 13px;
}

.service-details__list-item+.service-details__list-item {
    margin-top: 10px;
}

.service-details__text {
    margin: 0;
    color: #0D0E13;
    font-size: 16px;
    line-height: 26px;
}

.service-details__text+.service-details__text {
    margin-top: 25px;
}
.service-details__image{
    margin-bottom: 20px;
}
.service-details__content h2{
    color: var(--theme-color);
    text-align: center;
}
.service-details__content h2,
.service-details__content h3,
.service-details__content h4,
.service-details__content h5,
.service-details__content h6{
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: "Marmelad", sans-serif;
}
.service-details__content p,
.service-details__content ul,
.service-details__content ol,
.service-details__content table{
    margin-bottom: 15px;
}
.service-details__content ul,
.service-details__content ol{
    padding-left: 15px;
}
.service-details__image-content {
    margin-top: 65px;
    margin-bottom: 45px;
}

.service-details__image-content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.service-details__image-content__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.service-details__pricing {
    border: 1px solid #ECECEC;
    border-top: 0;
    margin-top: 60px;
}

.service-details__pricing-title {
    margin: 0;
    background-color: #E3EEF4;
    font-size: 22px;
    color: #0D0E13;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 17px 0;
}

.service-details__pricing-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-details__pricing-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 30px;
}

.service-details__pricing-list-item+.service-details__pricing-list-item {
    border-top: 1px solid #ECECEC;
}

.service-details .col-lg-8 .accrodion-grp {
    padding-right: 30px;
}

.service-details .accrodion-grp .accrodion {
    border: 1px solid #d4d4d4;
}

.service-details .accrodion-grp .accrodion+.accrodion {
    margin-top: 20px;
}

.service-details .accrodion-grp .accrodion-title {
    padding: 13.5px 0;
    padding-left: 20px;
    cursor: pointer;
}

.service-details .accrodion-grp .accrodion-title h4 {
    margin: 0;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding-left: 35px;
}

.service-details .accrodion-grp .accrodion-title h4:before {
    content: '+';
    font-size: 22px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-details .accrodion-grp .accrodion-content {
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 33px;
}

.service-details .accrodion-grp .accrodion-content p {
    margin: 0;
    color: #0D0E13;
    font-size: 16px;
    line-height: 24px;
}

.service-details .accrodion-grp .accrodion.active {
    background-color: #F9F9F9;
}

/*
* 7. cta style
*/

.cta-one {
    background: #5AC5E8 url(../images/background/cta-bg-1-2.jpg) 150px center no-repeat;
    background-size: cover;
    position: relative;
    padding: 75px 0;
}

.cta-one:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000;
    opacity: .2;
}

.cta-one__tag-line {
    margin: 0;
    font-family: "Playfair Display", sans-serif;
    font-size: 25px;
    color: #fff;
    font-style: italic;
    margin-bottom: 10px;
}

.cta-one__title {
    margin: 0;
    color: #fff;
    font-size: 45px;
    line-height: 62px;
    font-family: "Marmelad", sans-serif;
    font-weight: 700;
}
.cta-one__title2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    font-family: "Marmelad", sans-serif;
    font-weight: 600;
}
.cta-one__btn {
    margin-top: 25px;
    background-color: #0CA5D7;
}

.cta-one__btn:hover {
    background-color: #07779B;
    color: #eee;
}

.cta-one__btn.white {
    margin-top: 25px;
    color: #0CA5D7;
    background-color: #eee;
}

.cta-one__btn.white:hover {
    background-color: #111;
    color: #eee;
}
.cta-two {
    padding: 55px 0;
    background-color: #09A0BA;
    text-align: center;
}

.cta-two__title {
    margin: 0;
    color: #FFFFFF;
    font-size: 32px;
    font-family: "Marmelad", sans-serif;
    font-weight: 500;
    line-height: 50px;
}

.cta-two__highlight {
    font-weight: 600;
    color: #fff9f0;
    transition: all .4s ease;
}

.cta-two__highlight:hover {
    color: #111;
}

.cta-two__link {
    color: #fff9f0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.cta-two__link:hover {
    color: #111;
    border-color: #111;
}

.cta-one__home-two {
    padding: 120px 0;
}

.cta-one__home-three {
    padding: 120px 0;
}

.cta-one__home-three .cta-one__btn {
    background-color: #07779B;
}

.cta-one__home-three .cta-one__btn:hover {
    background-color: #fff;
    color: #0D0E13;
}

.cta-three {
    padding-bottom: 100px;
}

.cta-three .container {
    position: relative;
    z-index: 10;
    margin-top: -105px;
}

.cta-three__block {
    background-color: #09A0BA;
    position: relative;
}

.cta-three__block-two {
    background-image: url(../images/background/cta-bg-3-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-three__block-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232b5c;
    opacity: .92;
}

.cta-three__single {
    padding: 60px;
    position: relative;
}

.cta-three__tag-line {
    margin: 0;
    font-family: 'Lora';
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.cta-three__tag-line+.cta-three__text {
    margin-top: 10px;
}

.cta-three__text {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.cta-three__title {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 34px;
    line-height: 42px;
    margin: 0;
    color: #fff;
}

.cta-three__title-highlite {
    font-family: 'Playfair Display';
    font-style: italic;
}

.cta-three__title+.cta-three__text {
    margin-top: 35px;
}

.cta-three__text+.cta-three__icon-block {
    margin-top: 35px;
}

.cta-three__icon,
.cta-three__icon-content {
    display: table-cell;
    vertical-align: top;
}

.cta-three__icon i {
    font-size: 63px;
    color: #fff;
}

.cta-three__icon-content {
    padding-left: 30px;
}

.cta-three__icon-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.cta-three__icon-title+.cta-three__text {
    margin-top: 15px;
}

.cta-three__link {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    line-height: 1.2em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.cta-three__link:hover {
    color: #07779B;
    border-color: #07779B;
}

.cta-three__text+.cta-three__link {
    margin-top: 15px;
}

.cta-four {
    -webkit-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.15);
    padding-top: 23px;
    padding-bottom: 23px;
}

.cta-four__icon,
.cta-four__content {
    display: table-cell;
    vertical-align: middle;
}

.cta-four__content {
    padding-left: 20px;
}

.cta-four__icon i {
    font-size: 53px;
    color: #2F2F2F;
    opacity: .4;
}

.cta-four__title {
    margin: 0;
    color: #363C69;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.cta-four__text {
    margin: 0;
    color: #8B92A0;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}

.cta-four__btn {
    background-color: #07779B;
    border-radius: 48.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 260px;
    padding: 25.5px 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.cta-four__btn i {
    font-size: 46px;
    color: #fff;
}

.cta-four__btn-text {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.cta-four__btn:hover {
    background-color: #09A0BA;
}

/*
* 8. doctor style
*/

.doctor-one {
    background: #0CA5D7 url(../images/background/doctor-bg-1-1.png) center left no-repeat fixed;
    position: relative;
    -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
}

.doctor-one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2DABD5;
    opacity: .92;
}

.doctor-one .container {
    position: relative;
    padding-top: 110px;
    padding-bottom: 0px;
}

.doctor-one__person {
    position: absolute;
    bottom: 0;
    left: 50px;
}

@media (max-width: 1199px) {
    .doctor-one__person {
        left: 0;
    }
}

.doctor-one__content {
    padding-left: 20px;
    padding-right: 30px;
}

.doctor-one__title {
    color: #fff;
    font-size: 35px;
    line-height: 48px;
    font-weight: 600;
    font-family: "Marmelad", sans-serif;
    margin-bottom: 30px;
}

.doctor-one__tag-line {
    margin: 0;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    font-family: "Playfair Display", sans-serif;
}

.doctor-one__text {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    opacity: .95;
}

.doctor-one__text+.doctor-one__text {
    margin-top: 25px;
}

.doctor-two {
    padding: 100px 0;
}

.doctor-two__content {
    padding-left: 70px;
}

.doctor-two__title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    color: #0D0E13;
    font-weight: 600;
}

.doctor-two__sub-title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #0D0E13;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
}

.doctor-two__text {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #0D0E13;
}

.doctor-two__tag-line {
    margin: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #38AAC1;
    margin-bottom: 20px;
}

.doctor-two__btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 400px;
    border: 1px solid #D6D6D6;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 18px 0;
    margin-top: 40px;
}

.doctor-two__btn-title {
    display: block;
    color: #0D0E13;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
}

.doctor-two__btn-tag {
    color: #898989;
    display: block;
    font-size: 16px;
    line-height: 1em;
}

.doctor-two__btn-icon-one {
    left: 23px;
}

.doctor-two__btn-icon-two {
    right: 23px;
}

[class*=doctor-two__btn-icon-] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
* 9. feature style
*/

.feature-one {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #353B3E;
}

.feature-one__box {
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .feature-one__box {
        padding-right: 0;
    }
}

.feature-one__box-title {
    margin: 0;
    color: #F7F8F8;
    font-family: "Marmelad", sans-serif;
    font-size: 32px;
    line-height: 47px;
    font-weight: 600;
}

.feature-one__box-tag-line {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #FFF;
    font-weight: 300;
    margin-top: 20px;
}

.feature-one__box-text {
    margin: 0;
    font-size: 17px;
    line-height: 28px;
    color: #dae6ec;
    margin-top: 25px;
}

.feature-one__single {
    background-color: #fff;
    border: 1px solid #ededed;
    padding-top: 25px;
    padding-bottom: 32px;
    padding-left: 25px;
    padding-right: 16px;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-one__single:hover {
    -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
    background-color: var(--theme-color2);
}
.feature-one__single:hover .feature-one__icon i{
    color:var(--color-white);
}
.feature-one__single:hover .feature-one__text, 
.feature-one__single:hover .feature-one__text p{
    color:var(--color-white);
}
.feature-one__icon,
.feature-one__content {
    display: table-cell;
    vertical-align: top;
}

.feature-one__icon i {
    font-size: 50px;
    color: var(--theme-color2);
}

.feature-one__content {
    padding-left: 20px;
}

.feature-one__title {
    margin: 0;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0D0E13;
    line-height: 27px;
}

.feature-one__title a {
    color: #0D0E13;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-one__title a:hover {
    color: #07779B;
}

.feature-one__text,
.feature-one__text p{
    margin: 0;
    color: #1a1717;
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
}

.feature-one__link {
    display: inline-block;
    vertical-align: middle;
    color: #0D0E13;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-one__link:hover {
    color: #07779B;
}

.feature-one__home-two {
    background-color: transparent;
    padding: 0;
    position: relative;
}

.feature-one__home-two .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

@media (min-width: 1200px) {
    .feature-one__home-two .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.feature-one__home-two .feature-one__single {
    border: none;
    padding: 35px 30px;
    background-color: #09a0ba;
    margin-bottom: 0;
}

.feature-one__home-two .feature-one__icon i {
    color: #FFF;
    font-size: 60px;
}

.feature-one__home-two .feature-one__text,
.feature-one__home-two .feature-one__title a {
    color: #fff;
}

.feature-one__home-two .feature-one__title a:hover {
    color: #07779B;
}

.feature-one__home-two .feature-one__text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 5px;
}

.feature-one__home-two .feature-one__content {
    padding-left: 30px;
}

.feature-one__home-two [class*=col-]:nth-child(1) .feature-one__single {
    background-color: #09A0BA;
}

.feature-one__home-two [class*=col-]:nth-child(1) .feature-one__icon i,
.feature-one__home-two [class*=col-]:nth-child(1) .feature-one__title a,
.feature-one__home-two [class*=col-]:nth-child(1) .feature-one__link,
.feature-one__home-two [class*=col-]:nth-child(1) .feature-one__text {
    color: #fff;
}

.feature-one__home-two [class*=col-]:nth-child(1) .feature-one__title a:hover,
.feature-one__home-two [class*=col-]:nth-child(1) .feature-one__link:hover {
    color: #07779B;
}

.feature-one__home-two [class*=col-]:nth-child(2) .feature-one__single {
    background-color: #1DA7D5;
}

.feature-one__home-two [class*=col-]:nth-child(2) .feature-one__icon i,
.feature-one__home-two [class*=col-]:nth-child(2) .feature-one__title a,
.feature-one__home-two [class*=col-]:nth-child(2) .feature-one__link,
.feature-one__home-two [class*=col-]:nth-child(2) .feature-one__text {
    color: #fff;
}

.feature-one__home-two [class*=col-]:nth-child(2) .feature-one__title a:hover,
.feature-one__home-two [class*=col-]:nth-child(2) .feature-one__link:hover {
    color: #07779B;
}

/*
* 10. testimonials style
*/

.testimonials-one {
    padding-top: 90px;
    padding-bottom: 90px;
    /*! background-color: #0CA5D7; */
}

.testimonials-one .row {
    margin-left: -45px;
    margin-right: -45px;
}

.testimonials-one .row>[class*=col-] {
    padding-left: 45px;
    padding-right: 45px;
}
.testimonials-one .testimonials-one__single{
    margin-top: 10px;
}
.testimonials-one__single {
    background-color: #f2f2f2;
    text-align: center;
    padding: 40px 34px;
    margin-top: 47.5px;
    position: relative;
}

.testimonials-one__qoute {
    /*position: absolute;
    bottom: 20px;
    right: 30px;*/
    display: none;
}

.testimonials-one__image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.testimonials-one__image>img {
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

.testimonials-one__title {
    margin: 0;
    color: #0D0E13;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.testimonials-one__designation {
    color: #716855;
    font-size: 14px;
    font-style: italic;
}

.testimonials-one__text {
    margin: 0;
    color: #0D0E13;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
}

.testimonials-one__carousel .owl-item img,
.testimonials-two__carousel .owl-item img {
    width: auto;
    margin: 0px auto;
    margin-bottom: 15px;
}

.testimonials-one__carousel .owl-dots,
.testimonials-two__carousel .owl-dots {
    margin-top: 40px;
}

.testimonials-one__carousel .owl-dots .owl-dot span,
.testimonials-two__carousel .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0ca5d7;
    border: 1px solid #98a9ba;
}

.testimonials-one__carousel .owl-dots .owl-dot.active span,
.testimonials-one__carousel .owl-dots .owl-dot:hover span,
.testimonials-two__carousel .owl-dots .owl-dot.active span,
.testimonials-two__carousel .owl-dots .owl-dot:hover span {
    background-color: #2b1f1f;
    opacity: 1;
    border-color: #1c1414;
}

.testimonials-one__carousel .owl-nav,
.testimonials-two__carousel .owl-nav {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .testimonials-one__carousel .owl-nav,
    .testimonials-two__carousel .owl-nav {
        margin-top: 0;
    }
}

.testimonials-one__carousel .owl-nav [class*=owl-],
.testimonials-two__carousel .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #0D0E13;
    border-radius: 50%;
    padding: 0;
}

.testimonials-one__carousel .owl-nav [class*=owl-] i,
.testimonials-two__carousel .owl-nav [class*=owl-] i {
    line-height: 40px;
}

.testimonials-one__carousel .owl-nav [class*=owl-]:hover,
.testimonials-two__carousel .owl-nav [class*=owl-]:hover {
    background-color: #07779B;
}

.testimonials-one__carousel .owl-nav [class*=owl-]:hover i,
.testimonials-two__carousel .owl-nav [class*=owl-]:hover i {
    color: #fff;
}

.testimonials-one__page {
    background-color: #fff;
    padding-bottom: 35px;
}

.testimonials-one__page .row.high-gutters {
    margin-left: -45px;
    margin-right: -45px;
}

.testimonials-one__page .row.high-gutters>[class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

.testimonials-one__page .testimonials-one__single {
    background-color: #F4F4F4;
    margin-bottom: 35px;
}

.testimonials-two {
    position: relative;
    background-color: #205081;
    padding-top: 145px;
    padding-bottom: 100px;
}

.testimonials-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #205081 url(../images/background/testi-bg-1-1.jpg) center center no-repeat fixed;
    background-blend-mode: multiply;
    opacity: .4;
}

.testimonials-two .container {
    position: relative;
}

.testimonials-two__qoute {
    display: block;
    border-radius: 0 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.testimonials-two__image,
.testimonials-two__content {
    display: table-cell;
    vertical-align: top;
}

.testimonials-two__image {
    width: 122px;
}

.testimonials-two__image>img {
    border-radius: 50%;
}

.testimonials-two__content {
    padding-left: 75px;
}

.testimonials-two__text {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 35px;
}

.testimonials-two__title {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin-top: 40px;
}

.testimonials-two__designation {
    margin: 0;
    color: #849BB3;
    font-size: 18px;
    font-style: italic;
    margin-top: 5px;
}

.testimonials-two__carousel .owl-dots {
    margin: 0;
    position: absolute;
    top: -55px;
    left: 195px;
}

.testimonials-two__home-five {
    background-image: none;
    background-color: #fff;
    padding-top: 0;
}

.testimonials-two__home-five:before {
    display: none;
}

.testimonials-two__home-five .testimonials-two__text {
    color: #0D0E13;
    font-size: 22px;
    line-height: 35px;
    font-family: 'Lora';
}

.testimonials-two__home-five .testimonials-two__title {
    color: #2c62bd;
}

.testimonials-two__home-five .testimonials-two__designation {
    color: #849BB3;
    font-family: 'Playfair Display';
}

.testimonials-two__home-five .testimonials-two__carousel {
    padding-left: 45px;
    padding-right: 45px;
}

.testimonials-two__home-five .testimonials-two__carousel .owl-dots .owl-dot span {
    background-color: #2C62BD;
}

.testimonials-two__home-five .testimonials-two__carousel .owl-dots .owl-dot.active span {
    background-color: #08AE8D;
}

.testimonials-two__home-five .testimonials-two__carousel .owl-dots {
    bottom: 0;
    top: auto;
    left: auto;
    right: 45px;
}

/*
* 11. appointment style
*/

.appointment-one {
    background-color: #eff3f9;
}

.appointment-one .inner-container {
    padding: 50px 40px 50px 70px;
    border-radius: 8px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    bottom: 100px;
    z-index: 10;
}

.appointment-one__content {
    padding-top: 30px;
}

.appointment-one__title {
    margin: 0;
    font-size: 34px;
    line-height: 48px;
    font-weight: 600;
    color: #0D0E13;
    font-family: "Poppins", sans-serif;
}

.appointment-one__text {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #0D0E13;
    margin-top: 20px;
}

.appointment-one__form {
    margin-left: 20px;
    padding: 45px 40px 40px;
    border-radius: 10px;
    background-color: #f1f2f2;
}

.appointment-one__form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.appointment-one__form .row>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}
.appointment-one__form textarea{
    border: none;
    background-color: transparent;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 3px;
    background-color: white;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    color: #666;
    padding-left: 20px;
}
.appointment-one__form input {
    border: none;
    background-color: transparent;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 3px;
    background-color: white;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #666;
    padding-left: 20px;
}

.appointment-one__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}

.appointment-one__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

.appointment-one__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

.appointment-one__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

.appointment-one__form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}

.appointment-one__form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

.appointment-one__form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

.appointment-one__form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}


.appointment-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.appointment-one__form .bootstrap-select>.dropdown-toggle {
    border: none;
    background-color: transparent;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 3px;
    background-color: white;
    margin-bottom: 15px;
    font-size: 15px;
    color: #666;
    padding: 9px 20px;
}

.appointment-one__form-btn {
    border: none;
    outline: none !important;
    background-color: transparent;
    border-radius: 3px;
    background-color: #07779B;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    padding: 11px 27px;
    margin-top: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.appointment-one__form-btn:hover {
    background-color: #0D0E13;
}

/** agent-section **/

.agent-section {
    position: relative;
}

.agent-section .inner-container {
    position: relative;
    padding: 50px 50px;
    border-radius: 10px;
    margin-bottom: -140px;
    z-index: 1;
}

.content_block_3 .content-box {
    position: relative;
    display: block;
    border: 1px dashed rgb(152, 106, 240);
    border-radius: 10px;
    padding: 27px 40px 36px 40px;
}

.content_block_3 .content-box h3 {
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    color: #01B4EE;
    margin-bottom: 14px;
}

.content_block_3 .content-box .support-box {
    position: relative;
    padding-left: 65px;
}

.content_block_3 .content-box .support-box .icon-box {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 26px;
    line-height: 30px;
}

.content_block_3 .content-box .support-box .icon-box:before {
    position: absolute;
    content: '';
    height: 44px;
    width: 36px;
    top: -5px;
    left: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.1;
}

.content_block_3 .content-box .support-box span {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #110d0d;
    margin-bottom: 0px;
}

.content_block_3 .content-box .support-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.content_block_3 .content-box .support-box h3 a {
    display: inline-block;
     color: var(--theme-color2);
}
a{
     color: var(--theme-color);
}

.content_block_3 .content-box .support-box h3 a:hover {
    color: var(--theme-color);
}

.content_block_4 .content-box {
    position: relative;
    display: block;
    border: 1px dashed rgb(23, 20, 20);
    border-radius: 10px;
    padding: 29px 40px 37px 40px;
}

.content_block_4 .content-box h3 {
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    color: #110d0d;
    margin-bottom: 21px;
}

.content_block_4 .content-box .subscribe-form .form-group {
    position: relative;
    margin: 0px;
    padding-right: 175px;
    border-radius: 30px;
    overflow: hidden;
}

.content_block_4 .content-box .subscribe-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(19, 16, 16, 0);
    background: rgba(34, 29, 29, 0.1);
    font-size: 15px;
    color: #090808;
    padding: 10px 20px;
    border-radius: 30px 0px 0px 30px;
    transition: all 500ms ease;
}
.content_block_3 .content-box:before, .content_block_4 .content-box:before {
    background: #01B4EE;
}
.content_block_3 .content-box .support-box .icon-box:before {
    background: #1a2332;
}
.content_block_3 .content-box .support-box .icon-box:before {
    position: absolute;
    content: '';
    height: 44px;
    width: 36px;
    top: -5px;
    left: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.1;
}
.content_block_4 .content-box .subscribe-form .form-group input:focus {}

.content_block_4 .content-box .subscribe-form .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    padding: 12px 30px;
    box-shadow: none;
    transition: all 500ms ease;
}

.content_block_4 .content-box .subscribe-form .form-group button:before {
    border-radius: 0px;
    background: #fff;
}

.content_block_4 .content-box .subscribe-form .form-group button:hover {}

.content_block_4 .content-box .subscribe-form .form-group input::-webkit-input-placeholder {
    color: #fff;
}

.content_block_3 .content-box:before,
.content_block_4 .content-box:before {
    position: absolute;
    content: '';
    left: 40px;
    top: -1px;
    width: 145px;
    height: 5px;
}

/** main-footer **/

.main-footer {
    position: relative;
}

.footer-top {
    position: relative;
    background: #131a24;
    padding: 70px 0px 50px 0px;
}

.footer-top .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 363px;
    height: 376px;
    background-repeat: no-repeat;
}

.footer-top .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 470px;
    height: 365px;
    background-repeat: no-repeat;
}

.footer-top .logo-widget .footer-logo {
    position: relative;
    max-width: 194px;
    width: 100%;
    margin-bottom: 24px;
}

.footer-top .logo-widget .footer-logo img {
    width: 100%;
}

.footer-top .logo-widget .text p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
}

.footer-top .logo-widget {
    margin-right: 50px;
}

.footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-top .widget-title h3 {
    font-size: 21px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
}

.footer-top .links-widget .links li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.footer-top .links-widget .links li:last-child {
    margin-bottom: 0px;
}

.footer-top .links-widget .links li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.footer-top .links-widget .links li a:hover {
    
}

.footer-top .links-widget .links li a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
        background: #01B4EE;
}

.footer-top .links-widget .links li a:hover:before {
    width: 100%;
}

.footer-top .links-widget {
    margin-left: 30px;
}

.footer-top .contact-widget .widget-content li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 36px;
}

.footer-top .contact-widget .widget-content li a {
    color: #fff;
}

.footer-top .contact-widget .widget-content li:last-child {
    margin-bottom: 0px;
}

.footer-top .contact-widget .widget-content li a:hover {}

.footer-top .contact-widget .widget-content li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 20px;
}

.footer-top .contact-widget .widget-content li:first-child i {
    top: 7px;
}

.footer-top .logo-widget {
    margin-top: -6px;
}

.footer-bottom {
    position: relative;
    width: 100%;
    background: #020202;
    padding: 0px;
}

.footer-bottom .copyright p,
.footer-bottom .copyright p a {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.footer-bottom .copyright p a:hover {}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 25px;
}

.footer-bottom .footer-nav li:last-child {
    margin: 0px !important;
}

.footer-bottom .footer-nav li a {
    color: #fff;
}

.footer-bottom .footer-nav li a:hover {}

.footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 13px;
    top: 8px;
    right: -15px;
}

.footer-bottom .footer-nav li:last-child:before {
    display: none;
}

/*
* 13. search-popup style
*/

.search_area {
    position: relative;
    max-width: 950px;
    margin: auto;
}

.search_area .search_box_inner {
    background: transparent;
    padding: 100px 60px;
    display: block;
    overflow: hidden;
}

.search_area .search_box_inner h3 {
    padding-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}

.search_area .search_box_inner .input-box {
    display: block;
    position: relative;
}

.search_area .search_box_inner .input-box input {
    background: transparent;
    border-radius: 0px;
    outline: none;
    height: 50px;
    padding: 0px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: normal;
}

.search_area .search_box_inner .input-box input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.search_area .search_box_inner .input-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.search_area .search_box_inner .input-box input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.search_area .search_box_inner .input-box input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.search_area .search_box_inner .input-box .input-box-btn {
    position: absolute;
    right: 5px;
    top: 12px;
    z-index: 4;
}

.search_area .search_box_inner .input-box .input-box-btn .btn-default {
    padding: 0px;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    color: #fff;
    font-size: 24px;
}

.search_area .mfp-close {
    right: 0px;
    color: #fff;
}

/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.98;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*
* 14. blog style
*/
.blog-two__image {
  position: relative;
  overflow: hidden;
}

.blog-two__image > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-two__image-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(9, 160, 186, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.blog-two__image-hover a {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  background-color: #fff;
  color: #181E44;
  font-size: 23px;
  line-height: 47px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}

.blog-two__image-hover a:hover {
  background-color: #EB4343;
  color: #fff;
}

.blog-two__date {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  font-size: 17px;
  color: #181E44;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  padding: 16.5px 17.5px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-two__date-number {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.blog-two__single:hover .blog-two__image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-two__single:hover .blog-two__image-hover {
  opacity: 1;
}

.blog-two__single:hover .blog-two__date {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.blog-two__meta {
  margin: 0;
  padding: 24px 0;
  list-style: none;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.blog-two__meta-item + .blog-two__meta-item {
  margin-left: 28px;
}

.blog-two__meta-link {
  color: #111;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
    margin-bottom: 0px;
}
.blog-two{
    position: relative;
}
.blog-two__single{
    position: relative;
}
.page-single-sidebar {
    position: sticky;
    top: 100px;
}
.blog-two__meta-link i {
  font-size: 16px;
  color: #9A9EA5;
  margin-right: 15px;
}

.blog-two__meta-link i.fa-tag {
  font-size: 17px;
}

.blog-two__meta-link i.fa-comments-o {
  font-size: 18px;
}

.blog-two__meta-link:hover {
  color: var(--theme-color2);
}

.blog-two__sub-title, .blog-two__title {
  margin: 0;
  color: #181e44;
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.blog-two__sub-title a, .blog-two__title a {
  color: #181e44;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__sub-title a:hover, .blog-two__title a:hover {
  color: #EB4343;
}

.blog-two__sub-title {
  font-size: 22px;
  margin: 0;
  margin-bottom: 15px;
}

.blog-two__text {
  font-size: 16px;
  line-height: 28px;
  color: #222;
  margin: 0;
  margin-top: 10px;
}
.blog-two__text h2,
.blog-two__text h3,
.blog-two__text h4,
.blog-two__text h5,
.blog-two__text h6{
    margin-bottom: 15px;
    font-weight: 600;
    font-family: "Marmelad", sans-serif;
}
.blog-two__text ul{
    padding-left: 15px;
}

.blog-two__text ol{
    padding-left: 15px;
}
.blog-two__btn {
  border-style: solid;
  border-width: 1px;
  border-color: #e43838;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #EB4343;
  padding: 6px 29px;
  margin-top: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__btn:hover {
  background-color: #EB4343;
  color: #fff;
}

.post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.post-pagination__link {
  width: 44px;
  height: 44px;
  border-style: solid;
  border-width: 2px;
  border-color: #d4d4d4;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #242424;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.post-pagination__link.current, .post-pagination__link:hover {
  color: #fff;
  background-color: #EB4343;
  border-color: #EB4343;
}

.post-pagination__link i {
  line-height: 40px;
}

.post-pagination__link + .post-pagination__link {
  margin-left: 10px;
}

.blog-two__two-col {
  padding-top: 20px;
}

.blog-two__two-col .blog-two__single {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .blog-two__two-col .blog-two__single {
    margin-right: 0;
  }
}

.blog-two__two-col .post-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-two {
    padding: 70px 0 90px;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 24, 73, 0.1);
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
    z-index: 1;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box:before {
    height: 100%;
}

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

.news-block-one .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.news-block-one .inner-box .image-box .link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #fff;
    z-index: 2;
}

.news-block-one .inner-box .image-box .category {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    padding: 0px 15px;
    border-radius: 3px;
    z-index: 2;
    text-transform: uppercase;
}

.news-block:nth-child(2) .news-block-one .inner-box .image-box .category {}

.news-block:nth-child(3) .news-block-one .inner-box .image-box .category {}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 25px 30px 35px 30px;
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #061a3a;
}

.news-block-one .inner-box .lower-content h3 a:hover {}
.news-block-one .inner-box .lower-content .post-info{
    padding-left: 0px;
}
.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-right: 25px;
    padding-top: 3px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a {
    font-weight: 600;
    color: #2d2929;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {}

.news-block-one .inner-box .lower-content .post-info li img {
    margin-right: 10px;
}

.news-block-one .inner-box .lower-content .post-info {
    position: relative;
    margin-bottom: 21px;
}

.news-block-one .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #e5e7ec;
    width: 1px;
    height: 18px;
    top: 10px;
    right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    background: #e6f5f3;
    border-radius: 50%;
    opacity: 1;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .lower-content .link a {
    opacity: 0;
}

.news-block-one .inner-box .lower-content .btn-box {
    position: absolute;
    left: 30px;
    bottom: 35px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content p {
    margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content .btn-box .theme-btn-one {
    padding: 12px 28px;
}

.news-block-one .inner-box:hover .lower-content .btn-box {
    transform: scale(1, 1);
}


.post-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.post-pagination__link {
    width: 44px;
    height: 44px;
    border-style: solid;
    border-width: 2px;
    border-color: #d4d4d4;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.post-pagination__link.current,
.post-pagination__link:hover {
    color: #fff;
    background-color: #07779B;
    border-color: #07779B;
}

.post-pagination__link i {
    line-height: 40px;
}

.post-pagination__link+.post-pagination__link {
    margin-left: 10px;
}

.blog-two__two-col {
    padding-top: 20px;
}

.blog-two__two-col .blog-two__single {
    margin-top: 80px;
}

@media (min-width: 992px) {
    .blog-two__two-col .blog-two__single {
        margin-right: 0;
    }
}

.blog-two__two-col .post-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.comment-form,
.comments-one {
    margin-top: 40px;
}

.comment-form .blog-two__sub-title,
.comments-one .blog-two__sub-title {
    font-size: 24px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .comment-form,
    .comments-one {
        margin-right: 30px;
    }
}

.comments-one__wrap {
    border: 1px solid #EEEEEE;
}

.comments-one__single {
    padding: 27px 30px;
}

.comments-one__single+.comments-one__single {
    border-top: 1px solid #EEEEEE;
}

.comments-one__single:nth-child(even) {
    background-color: #FCFCFC;
}

.comments-one__image,
.comments-one__content {
    display: table-cell;
    vertical-align: top;
}

.comments-one__image {
    width: 70px;
}

.comments-one__content {
    padding-left: 30px;
}

.comments-one__title {
    margin: 0;
    color: #0D0E13;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}

.comments-one__text {
    margin: 0;
    color: #898989;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.comments-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments-one__sep,
.comments-one__link {
    color: #AEAEAE;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.comments-one__sep-reply,
.comments-one__link-reply {
    color: #07779B;
}

.comments-one__sep {
    margin-left: 10px;
    margin-right: 10px;
}

.comment-form__form {
    background-color: #F7F7F7;
    padding: 55px 40px;
}

.comment-form__form input,
.comment-form__form textarea {
    border: none;
    outline: none;
    background-color: transparent;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    height: 45px;
    color: #737373;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    margin-bottom: 20px;
}

.comment-form__form input::-webkit-input-placeholder,
.comment-form__form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #737373;
}

.comment-form__form input::-moz-placeholder,
.comment-form__form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #737373;
}

.comment-form__form input:-ms-input-placeholder,
.comment-form__form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #737373;
}

.comment-form__form input:-moz-placeholder,
.comment-form__form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #737373;
}

.comment-form__form input.error,
.comment-form__form textarea.error {
    border-color: red;
}

.comment-form__form textarea {
    height: 175px;
    padding-top: 15px;
}

.comment-form__form label.error {
    display: none !important;
}

.comment-form__form .thm-btn {
    margin-top: 10px;
}

/*
* 15. team style
*/

.team-one {
    padding-top: 90px;
    padding-bottom: 35px;
}

.team-one__single {
    margin-bottom: 65px;
}

.team-one__image {
    position: relative;
}

.team-one__image>img {
    width: 100%;
}

.team-one__hover {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    background-color: white;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.team-one__content {
    background-color: #fff;
    margin-top: -20px;
    position: relative;
    z-index: 10;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 15px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.team-one__title {
    margin: 0;
    color: #0D0E13;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
}

.team-one__title a {
    color: #0D0E13;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.team-one__title a:hover {
    color: #07779B;
}

.team-one__designation {
    margin: 0;
    font-size: 16px;
    line-height: 1em;
    color: #0D0E13;
    margin-top: 10px;
}

.team-one__link {
    display: inline-block;
    vertical-align: middle;
    color: #07779B;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #07779B;
    line-height: 1em;
    margin-top: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.team-one__link:hover {
    color: #0D0E13;
    border-color: #0D0E13;
}

.team-one__single:hover .team-one__hover {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.team-one__single:hover .team-one__content {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.team-one__home-five {
    padding-bottom: 110px;
}

/*
* 16. contact style
*/

.contact-one {
    background: #EFF0F4 url(../images/background/contact-bg-1-1.jpg) right center no-repeat;
    background-size: cover;
}

.contact-one__title {
    margin: 0;
    color: #0D0E13;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}

.contact-one__form {
    padding: 80px 40px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.13);
}

.contact-one__form input,
.contact-one__form textarea {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: #959595;
    border-width: 1px;
    border-color: #ededed;
    border-style: solid;
    height: 57px;
    margin-bottom: 20px;
    padding-left: 25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.contact-one__form input::-webkit-input-placeholder,
.contact-one__form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #959595;
}

.contact-one__form input::-moz-placeholder,
.contact-one__form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
}

.contact-one__form input:-ms-input-placeholder,
.contact-one__form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #959595;
}

.contact-one__form input:-moz-placeholder,
.contact-one__form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
}

.contact-one__form input:focus,
.contact-one__form textarea:focus {
    border-width: 1px;
    border-color: #ededed;
    border-style: solid;
    border-style: solid;
    border-width: 1px;
    border-color: #86cdf6;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
}

.contact-one__form input.error,
.contact-one__form textarea.error {
    border-color: red;
    background-color: rgba(255, 0, 0, 0.5);
}

.contact-one__form input.error::-webkit-input-placeholder,
.contact-one__form textarea.error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.contact-one__form input.error::-moz-placeholder,
.contact-one__form textarea.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.contact-one__form input.error:-ms-input-placeholder,
.contact-one__form textarea.error:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.contact-one__form input.error:-moz-placeholder,
.contact-one__form textarea.error:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.contact-one__form textarea {
    height: 203px;
    padding-top: 20px;
}

.contact-one__form label.error {
    display: none !important;
}

.contact-one__content {
    width: 100%;
    padding-left: 60px;
}

@media (max-width: 1199px) {
    .contact-one__content {
        padding-left: 0;
    }
}

.contact-one__widget-title {
    margin: 0;
    color: #0D0E13;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}

.contact-one__widget-text {
    margin: 0;
    color: #0D0E13;
    font-size: 16px;
    line-height: 26px;
}

.contact-one__widget-text a {
    color: inherit;
    transition: all .4s ease;
}

.contact-one__widget+.contact-one__widget {
    margin-top: 30px;
}

.contact-one__phone {
    color: #0D0E13;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 50px;
    margin: 0;
    line-height: 1em;
    margin-top: 10px;
}

.contact-one__phone a {
    color: inherit;
    transition: all .4s ease;
}

.contact-one__widget-text a:hover,
.contact-one__phone a:hover {
    color: #07779B;
}

.contact-one__time {
    margin: 0;
    font-size: 18px;
    color: #0D0E13;
    font-weight: 600;
    font-style: italic;
    margin-top: 15px;
}

.contact-map {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-one__contact-page {
    padding-top: 100px;
    background-color: #fff;
    background-image: none;
}

.contact-one__contact-page .contact-one__form {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.contact-one__contact-page .contact-one__form input,
.contact-one__contact-page .contact-one__form textarea {
    border-color: #E1E1E1;
}

.contact-one__page-content {
    padding-left: 75px;
    padding-top: 0px;
}

.contact-one__page-title {
    margin: 0;
    color: #0D0E13;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
}

.contact-one__page-text {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.contact-one__page-widget {
    position: relative;
    padding-left: 55px;
}

.contact-one__page-widget__icon {
    color: #09A0BA;
    font-size: 32px;
    position: absolute;
    top: 10px;
    left: 0;
}

.contact-one__page-widget__title {
    margin: 0;
    color: #0D0E13;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}

.contact-one__page-widget__text {
    font-family: "Poppins", sans-serif;
    color: #0D0E13;
    font-size: 16px;
    margin: 0;
}

.contact-one__page-widget__text a {
    color: inherit;
    transition: all .4s ease;
}

.contact-one__page-widget__text a:hover {
    color: #07779B;
}

.contact-one__page-widget+.contact-one__page-widget {
    margin-top: 30px;
}

/*
* 17. brand style
*/

.brand-one {
    padding: 35px 0;
}

.brand-one__carousel .owl-item img {
    opacity: .6;
}

@media (min-width: 991px) {
    .brand-one__carousel .owl-item img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.brand-one__carousel .owl-nav {
    margin: 0;
}

/*
* 18. video style
*/

.video-one {
    background-color: #09A0BA;
    position: relative;
}

@media (min-width: 1921px) {
    .video-one {
        min-height: 554px;
    }
}

.video-one__box {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1700px) {
    .video-one__box {
        right: -150px;
    }
}

@media (max-width: 1440px) {
    .video-one__box {
        right: -200px;
    }
}

@media (max-width: 1366px) {
    .video-one__box {
        right: -280px;
    }
}

.video-one__content {
    width: 100%;
    padding: 100px 0;
}

.video-one__btn {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 80px;
    left: 60px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-one__btn i {
    line-height: 100px;
    color: #0D0E13;
    font-size: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-one__btn:hover {
    background-color: #07779B;
}

.video-one__btn:hover i {
    color: #fff;
}

.video-one__title {
    color: #fff;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    margin: 0;
    font-family: "Poppins", sans-serif;
    margin-bottom: 24px;
}

.video-one__text {
    margin: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
}

.video-one__text+.video-one__text {
    margin-top: 22px;
}

.video-one__tag-line {
    margin: 0;
    font-weight: 200;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.video-two {
    background: #0D0E13 url(../images/background/video-bg-1-1.jpg) left center no-repeat;
    background-size: cover;
    padding: 161.5px 0;
}

.video-two__title {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 50px;
}

.video-two__title-highlite {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-style: italic;
}

.video-two__title+.video-two__text {
    margin-top: 15px;
}

.video-two__text {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.video-two__text+.video-two__btn-block {
    margin-top: 56px;
}

.video-two__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-two__btn {
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #FFFFFF;
    width: 92px;
    height: 92px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-two__btn i {
    line-height: 86px;
    color: #fff;
    font-size: 29px;
}

.video-two__btn:hover {
    background-color: #07779B;
    border-color: #07779B;
}

.video-two__btn:hover i {
    color: #fff;
}

.video-two__btn-text {
    font-size: 20px;
    font-family: 'Lora';
    font-style: italic;
    color: #FFFFFF;
    margin-left: 35px;
}

/*
* 19. gallery style
*/

.gallery-one {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #192139;
}

.gallery-one [class*=col-] {
    margin-bottom: 30px;
}

.gallery-one__single {
    position: relative;
    overflow: hidden;
}

.gallery-one__title-block {
    border-style: solid;
    border-width: 1px;
    border-color: #30364a;
    height: 100%;
}

.gallery-one__title {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.gallery-one__image>img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.gallery-one__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(44, 98, 189, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.gallery-one__text {
    margin: 0;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.gallery-one__text:after {
    content: '';
    width: 31px;
    height: 1px;
    background-color: #FFFFFF;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 15px;
}

.gallery-one__popup {
    border-radius: 50%;
    width: 49px;
    height: 49px;
    display: inline-block;
    vertical-align: middle;
    background-color: #07779B;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.gallery-one__popup i {
    color: #fff;
    font-size: 16px;
    line-height: 49px;
}

.gallery-one__popup:hover {
    background-color: #fff;
}

.gallery-one__popup:hover i {
    color: #0D0E13;
}

.gallery-one__single:hover .gallery-one__image>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery-one__single:hover .gallery-one__content {
    opacity: 1;
}

.gallery-one__page {
    background-color: #fff;
}

.gallery-one__page .gallery-one__content {
    background-color: rgba(0, 0, 0, 0.4);
}

/*
* 20. inner-banner style
*/

.inner-banner {
    background: #131a24 url(../images/background/inner-banner.png) center no-repeat;
    background-size: cover;
    padding: 63.5px 0;
    margin-top: 12%;
    text-align: center;
}

.inner-banner__title {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 7px;
}

.thm-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.thm-breadcrumb__item {
    font-size: 14px;
}

.thm-breadcrumb__item:not(:last-child):after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
}

.thm-breadcrumb__link {
    color: #BAC5D8;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.thm-breadcrumb__link:hover {
    color: #07779B;
}
.thm-breadcrumb__item.current{
    color: #14A8D9;
}
.thm-breadcrumb__item.current .thm-breadcrumb__link {
    color: #fff;
}


/*
* 21. history style
*/

.history-one {
    background-color: #F5F5F5;
    padding: 100px 0;
}

.history-one__single+.history-one__single {
    margin-top: 24px;
}

.history-one__time,
.history-one__content {
    display: table-cell;
    vertical-align: top;
}

.history-one__content {
    padding-left: 40px;
}

.history-one__title {
    margin: 0;
    color: #0D0E13;
    font-weight: 600;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

.history-one__text {
    margin: 0;
    color: #0D0E13;
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
}

.history-one__time {
    margin: 0;
    color: #0D0E13;
    font-weight: 600;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    position: relative;
    top: 4px;
}

/*
* 22. faq style
*/

.faq-form {
    background-color: #0CA5D7;
    padding: 100px 0;
}

.faq-form .container {
    max-width: 900px;
}

.faq-form input,
.faq-form textarea {
    border: none;
    outline: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    height: 50px;
    border-bottom: 2px solid rgba(227, 227, 227, 0.2);
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.faq-form input::-webkit-input-placeholder,
.faq-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7);
}

.faq-form input::-moz-placeholder,
.faq-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7);
}

.faq-form input:-ms-input-placeholder,
.faq-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.7);
}

.faq-form input:-moz-placeholder,
.faq-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7);
}

.faq-form textarea {
    height: 150px;
}

.faq-form .thm-btn {
    padding: 16px 46px;
    margin-top: 20px;
}

.faq__search {
    border-radius: 3px;
    background-color: #FAFAFA;
    border: 1px solid #cecece;
    height: 60px;
    position: relative;
    margin-bottom: 50px;
}

.faq__search-form {
    height: 100%;
}

.faq__search input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 30px;
}

.faq__search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.6);
}

.faq__search input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.6);
}

.faq__search input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.6);
}

.faq__search input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.6);
}

.faq__search button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    color: #C0C0C0;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 28px;
}

.faq-accrodion {
    padding: 100px 0;
}

.faq-accrodion .accrodion {
    padding-right: 30px;
}

.faq-accrodion .accrodion+.accrodion {
    margin-top: 40px;
}

.faq-accrodion .accrodion-title {
    cursor: pointer;
}

.faq-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #0D0E13;
    position: relative;
    padding-left: 30px;
}

.faq-accrodion .accrodion-title h4:before {
    content: '+';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    font-size: 28px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.faq-accrodion .accrodion-content .inner {
    padding-left: 30px;
    padding-top: 15px;
}

.faq-accrodion .accrodion-content p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #0D0E13;
}

/*
* 23. sidebar style
*/

@media (max-width: 991px) {
    .service-sidebar {
        margin-bottom: 80px;
    }
    .service-sidebar.service_left {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

.service-sidebar__single+.service-sidebar__single {
    margin-top: 30px;
}

.service-sidebar__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-sidebar__list-item {
    background-color: #09a0ba;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-sidebar__list-item.current,
.service-sidebar__list-item:hover {
    background-color: #fff;
}

.service-sidebar__list-item+.service-sidebar__list-item {
    border-top: 1px solid #3AB3C8;
}

.service-sidebar__list-link {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    display: block;
    padding: 11.5px 24px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}

.service-sidebar__list-link:before {
    content: '';
    width: 5px;
    background-color: #0D0E13;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.service-sidebar__list-link:hover {
    color: #0D0E13;
}

.service-sidebar__list-link:hover:before {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.service-sidebar__list-item.current .service-sidebar__list-link {
    color: #0D0E13;
}

.service-sidebar__list-item.current .service-sidebar__list-link:before {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.service-sidebar__cta {
    text-align: center;
    background: #1a3871 url(../images/resources/service-sidebar-1-1.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 36.5px 35px;
}

.service-sidebar__cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 72, 113, 0.93);
}

.service-sidebar__cta * {
    position: relative;
}

.service-sidebar__cta-title {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    line-height: 1em;
    margin-bottom: 10px;
}

.service-sidebar__cta-text {
    margin: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}

.service-sidebar__cta-text span {
    font-size: 26px;
    font-weight: 600;
}

.service-sidebar__contact {
    background-color: #EAEDF8;
    padding: 32px 20px;
}

.service-sidebar__contact-text {
    margin: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #0D0E13;
    position: relative;
    padding-left: 30px;
    line-height: 1em;
}
.service-sidebar__contact-text.mail a{
    font-size: 12px;
}
.service-sidebar__contact-text a {
    color: inherit;
    transition: all .4s ease;
}

.service-sidebar__contact-text a:hover {
    color: #07779B;
}

.service-sidebar__contact-text i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #75767C;
    font-size: 20px;
}

.service-sidebar__contact-highlight {
    font-size: 20px;
    font-weight: 600;
}

.service-sidebar__contact-text+.service-sidebar__contact-text {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 80px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 45px;
}

.sidebar__title {
    margin: 0;
    color: #0D0E13;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 23px;
}

.sidebar__search-form {
    width: 100%;
    height: 52px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    position: relative;
}

.sidebar__search input,
.sidebar__search button[type=submit] {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    height: 100%;
    color: #909090;
    font-size: 15px;
    padding-left: 20px;
}

.sidebar__search input::-webkit-input-placeholder,
.sidebar__search button[type=submit]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909090;
}

.sidebar__search input::-moz-placeholder,
.sidebar__search button[type=submit]::-moz-placeholder {
    /* Firefox 19+ */
    color: #909090;
}

.sidebar__search input:-ms-input-placeholder,
.sidebar__search button[type=submit]:-ms-input-placeholder {
    /* IE 10+ */
    color: #909090;
}

.sidebar__search input:-moz-placeholder,
.sidebar__search button[type=submit]:-moz-placeholder {
    /* Firefox 18- */
    color: #909090;
}

.sidebar__search button[type=submit] {
    padding: 0;
    border-left: 1px solid lightgray;
    background-color: #e3ebf0;
    text-align: center;
    line-height: 52px;
    width: 50px;
    height: 52px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar__search button[type=submit]:hover {
    color: #fff;
    background-color: #0D0E13;
}

.sidebar__post-single {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}

.sidebar__post-single+.sidebar__post-single {
    margin-top: 23px;
}

.sidebar__post-title {
    margin: 0;
    color: #242424;
    font-size: 15px;
    line-height: 22px;
    font-weight: 550;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}

.sidebar__post-title a {
    color: #242424;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__post-title a:hover {
    color: #07779B;
    text-decoration: underline;
}

.sidebar__post-date {
    color: #9A9A9A;
    font-size: 15px;
    color: "Poppins", sans-serif;
}

.sidebar__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -10px;
}

.sidebar__category-list-item+.sidebar__category-list-item {
    border-top: 1px solid #e6e6e6;
}

.sidebar__category-list-item a {
    display: block;
    color: #0D0E13;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding: 7px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__category-list-item a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #c8c8c8;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__category-list-item a:hover {
    color: #07779B;
}

.sidebar__category-list-item a:hover:before {
    color: #07779B;
}

.sidebar__tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
}

.sidebar__tags-list-item {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}

.sidebar__tags-list-item a {
    display: block;
    color: #a6a6a6;
    font-size: 15px;
    border: 1px solid #E4E4E4;
    padding: 5px 23px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__tags-list-item a:hover {
    color: #fff;
    background-color: #0CA5D7;
    border-color: #0CA5D7;
}

/*
* 24. patient style
*/

@media (min-width: 992px) {
    .patient-content {
        padding-left: 30px;
    }
}

.patient-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.patient-content .bootstrap-select>.dropdown-toggle {
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #cecece;
    border-radius: 0;
    padding: 10px 20px;
}

.patient-text {
    margin: 0;
    color: #0D0E13;
    font-size: 16px;
    line-height: 28px;
}

.patient-title {
    margin: 0;
    color: #0D0E13;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.patient-tag-line {
    margin: 0;
    color: #0D0E13;
    font-size: 20px;
}

.patient-tag-line.colored {
    color: #09A0BA;
    font-size: 18px;
    font-style: italic;
}

.patient__label {
    margin: 0;
    color: #0D0E13;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.patient__form {
    width: 75%;
}

.patient__form input:not([type="checkbox"]),
.patient__form textarea {
    display: block;
    width: 100%;
    outline: none;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #cecece;
    height: 46px;
    padding-left: 20px;
}

.patient__form input:not([type="checkbox"]).error,
.patient__form textarea.error {
    border-color: red;
    background-color: rgba(255, 0, 0, 0.5);
}

.patient__form label.error {
    display: none !important;
}

.patient__form textarea {
    height: 170px;
}

.patient__form-field+.patient__form-field {
    margin-top: 20px;
}

.patient__form .thm-btn {
    margin-top: 30px;
}

.patient__form-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -5px;
}

.patient__form-checklist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.patient__form-checklist-item input {
    margin-right: 10px;
}

.patient__form-checklist-item+.patient__form-checklist-item {
    margin-top: 10px;
}

.patient__form-checklist__label {
    margin: 0;
}

.patient__form-checklist-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.patient__form-checklist-inline .patient__form-checklist-item+.patient__form-checklist-item {
    margin-top: 0;
    margin-left: 20px;
}

.patient__cta {
    background-color: white;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #0D0E13;
    padding: 44px 25px;
}

.patient__cta a {
    color: #07779B;
    font-weight: bold;
}
.tag-line {
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  font-style: italic;
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  color: var(--theme-color2);
}
.featured-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 60px;
}
.featured-style2-content{
    position: relative;
    display: block;
    margin-top: -60px;
}
.single-featured-style2{
    position: relative;
    display: block;
    background: #89d5ee;
    padding: 35px 24px 40px;
    max-width: 260px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-right: 1px solid #ebe5db;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
    margin-right: 22px;
}
.single-featured-style2:last-child{
    border-right: none;
}
.single-featured-style2:hover{
    background: var(--theme-color2);
}
.single-featured-style2 .icon{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    color: var(--theme-color2);
    background: #ece6e6;
    border-radius: 50%;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
}
.single-featured-style2:hover .icon{
    color: var(--theme-color2);
    background: #ffffff;
}
.single-featured-style2:hover h3 a,
.single-featured-style2:hover p{
    color: #ffffff;
}
.single-featured-style2 .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-featured-style2 .icon span.marlft {
    position: relative;
    left: 4px;
}
.single-featured-style2:hover .icon:before{
    transform: scaleX(1.0);         
}

.single-featured-style2 h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 22px 0 15px;
}
.single-featured-style2 h3 a{
    color: #333029;
}
.single-featured-style2 p{
    margin: 0;
    font-size: 15px;
}

.quote-area{
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}
.quote-wrapper {
    padding: 20px;
    border-right: 5px solid var(--theme-color2);
    background: var(--color-white);
    box-shadow: var(--box-shadow)
}

.quote-img {
    position: relative
}

.quote-img::before {
    content: "";
    position: absolute;
    border: 15px solid var(--color-white);
    left: 20px;
    right: 0;
    top: 30px;
    bottom: 30px;
    border-right: 0px;
    border-radius: 15px 0px 0px 15px;
}
.quote-img img{
    border-radius: 15px 0px 0px 15px;
}

.quote-img.v2 {
    position: relative
}

.quote-img.v2::before {
    content: "";
    position: absolute;
    border: 15px solid #f2f2f2;
    left: 20px;
    right: 0;
    top: 30px;
    bottom: 30px;
    border-right: 0px;
    border-radius: 15px 0px 0px 15px;
}
.quote-img.v2 img{
    border-radius: 15px 0px 0px 15px;
}
.quote-content {
    padding: 30px
}

.quote-content .quote-header h6 {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--theme-color2);
    font-size: 18px;
    letter-spacing: 2px
}

.quote-content .quote-header h2 {
    color: var(--dark);
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 700
}

.quote-content .form-group {
    margin-bottom: 20px
}

.quote-content .form-group .form-control {
    padding: 20px 22px;
    font-size: 16px;
    border-radius: 0;
    background-color: var(--theme-bg-light);
    border: none;
    box-shadow: none;
    min-height: 58px;
}


@media all and (max-width:1199px) {
    .quote-content .quote-header h2 {
        font-size: 25px
    }
}

@media all and (max-width:991px) {
    .quote-img img {
        width: 100%
    }
}
.quote-content {
    padding: 30px;
}

.img, img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: auto;
}

.faq-area{
    padding-top: 70px;
    padding-bottom: 70px;
}
.bg-grey{
    background-color: #f2f2f2;
}

.question-single {
    margin: 0 10px 30px 0;
}

.question-single h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #036c8e;
}

.quote-area{
    padding-top: 70px;
    padding-bottom: 90px;
    position: relative;
}
.news-block-one .inner-box .image-box .category {
    background: #439b9b;
}
.bg-color-7 {
    background-color: #f4f4f4;
}
.content_block_4 .content-box .subscribe-form .form-group button {
    background-color: var(--theme-color);
    border: none;
    color: #fff;
}
.content_block_4 .content-box .subscribe-form .form-group button:hover {
    background-color: var(--theme-color2);
}
.links{
    padding-left: 0px;
}
.white{
    color: #fff;
}
.f14{
    font-size: 14px;
}
/** funfact-section **/

.funfact-section {
    position: relative;
    padding: 76px 0px 78px 0px;
    background-image: url(../images/background/process_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.funfact-section::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .77);
}

.counter-block-one {
    position: relative;
    display: inline-block;
    text-align: center;
}

.counter-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.counter-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.counter-block-one .inner-box .count-outer span:not(.count-text){
    color: var(--theme-color);
    padding-left: 10px;
}
.counter-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    font-family: "Marmelad", sans-serif;
}

.funfact-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 382px;
    height: 100%;
    background-repeat: no-repeat;
}

.funfact-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 405px;
    height: 211px;
    background-repeat: no-repeat;
}



/* fixed social*/
#fixed-social {
    position: fixed;
    top: 150px;
    right: 0px;
    z-index: 999;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}
#fixed-social a:hover > span {
    visibility: visible;
    right: 1px;
    opacity: 1;
}
#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 11;
    opacity: 0;
}
.fixed-facebook {
    background-color: var(--theme-color);
}
.fixed-facebook span {
    background-color: var(--theme-color);
}
.fixed-pinterest {
    background-color: var(--theme-color);
}
.fixed-pinterest span {
    background-color: var(--theme-color);
}
.fixed-gplus {
    background-color: var(--theme-color);
}
.fixed-gplus span {
    background-color: var(--theme-color);
}
.fixed-youtube {
    background-color: var(--theme-color);
}
.fixed-youtube span {
    background-color: var(--theme-color);
}
.fixed-instagrem {
    background-color: var(--theme-color);
}
.fixed-instagrem span {
    background-color: var(--theme-color);
}
.accordion-box{
    padding-left: 0px;
}
.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 14px;
    color: #b8b8b8;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}
/*

.accordion-box .block .acc-btn.active .icon-outer i:before {
    position: relative;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin: 0px;
    content: "\f00d";
}
*/

.accordion-box .accordion{
	position: relative;
	margin-bottom: 20px;
}

.accordion-box .accordion:last-child{
	margin-bottom: 0px;
}

.accordion-box .block .acc-btn h5{
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0px;
    cursor: pointer;
	box-shadow: 0 0px 40px 10px #eaeaef;
    padding: 20px 60px 18px 30px;
    transition: all 500ms ease;
}

.accordion-box .acc-content{
	padding: 25px 15px 0px 30px;
}

.accordion-block .title-inner{
	position: relative;
	margin-bottom: 34px;
}
.accordion-box{
    list-style: none;
}



.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination ul {
    list-style: none;
    padding: 0;
    display: block;
    gap: 8px;
    margin: 0px auto;
}

.pagination li {
    display: inline-block;
}

.pagination a,
.pagination span {
    display: block;
    padding: 8px 12px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

.pagination a:hover {
    background: #0CA5D7;
    color: #fff;
}

.pagination .current {
    background: #0CA5D7;
    color: #fff;
    font-weight: bold;
}

.eye-care-skill-area .image-wrapper {
    position: relative;
    display: flex;
    align-items: end;
}

.eye-care-skill-area .image-wrapper img {
    position: relative;
    z-index: 5;
    border-radius: 10px;
}

.eye-care-skill-area .image-wrapper .shape-1 {
    flex-shrink: 0;
    right: 69px;
    top: 31px;
    position: absolute;
    z-index: 0;
}

@media (max-width: 767px) {
    .eye-care-skill-area .image-wrapper .shape-1 {
        right: 0;
        top: 0;
    }
}

.eye-care-skill-area .image-wrapper .child-img {
    flex-shrink: 0;
    margin-bottom: 25px;
    margin-left: -86px;
    z-index: 10;
    position: relative;
}

@media (max-width: 1439px) {
    .eye-care-skill-area .image-wrapper .child-img {
        flex-shrink: 1;
        margin-left: -148px;
    }
}

@media (max-width: 991px) {
    .eye-care-skill-area .content-wrapper {
        margin-top: 48px;
    }
}

@media (max-width: 991px) {
    .eye-care-skill-area .content-wrapper .section-title {
        padding-right: 40px;
    }
}

.icon-bx-wraper.style-2 {
    background: #fff;
    width: 100%;
    overflow: hidden;
    text-align: left;
    display: inline-flex;
    align-items: center;
    border: 1px solid #eeeeee;
    border-radius: var(--bdr-radius);
    padding: 30px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.icon-bx-wraper.style-2 .icon-bx {
    height: 76px;
    width: 76px;
    text-align: center;
    line-height: 76px;
    position: relative;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}
.m-b30 {
    margin-bottom: 30px;
}
.icon-bx-wraper.style-2 .icon-bx .ico-bg-shape {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: -1;
    filter: drop-shadow(0px 4px 6px var(--rgba-primary-4));
}

.icon-bx-wraper.style-2 .dz-title,
.icon-bx-wraper.style-2 .dz-title a {
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.icon-bx-wraper.style-2 .icon-cell {
    margin-right: 25px;
    background-color: rgba(193, 177, 155, 0.25);
    display: flex;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.icon-bx-wraper.style-2 i {
    height: 40px;
    font-size: 36px;
    border-radius: 100%;
    width: 40px;
    color: var(--theme-color);
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.icon-bx-wraper.style-2:hover {
    border: 1px solid #fff;
    box-shadow: 0px 0 60px rgba(0, 0, 0, 0.09);
}

.icon-bx-wraper.style-2:hover .icon-cell {
    background-color: var(--theme-color);
}

.icon-bx-wraper.style-2:hover .icon-cell i {
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-2 {
        font-size: 14px;
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-2 {
        text-align: center;
        display: block;
    }
    .icon-bx-wraper.style-2 .icon-cell {
        margin-right: 0;
        margin-bottom: 10px;
    }
}