@font-face {
    font-family: Helvetica Neue LT GEO Light;
    src: url(../fonts/HelveticaNeueLTGEO-45Light_0.otf)
}

@font-face {
    font-family: Helvetica Neue LT GEO MT Light;
    src: url(../fonts/HelveticaNeueLTGEO-MT-45Light.ttf)
}

@font-face {
    font-family: a9;
    src: url(../fonts/bpg_arial_2009.ttf)
}

@font-face {
    font-family: h;
    src: url(../fonts/HelveticaNeueLTGEO-55Roman_0.otf)
}

@font-face {
    font-family: hc;
    src: url(../fonts/HelveticaNeueLTGEO-MT-55Roman.ttf)
}

@font-face {
    font-family: hab;
    src: url(../fonts/HelveticaNeueLTGEO-75Bold_0.otf)
}

@font-face {
    font-family: hcb;
    src: url(../fonts/HelveticaNeueOneCaps-Bold.otf)
}

@font-face {
    font-family: Helvetica Neue LT Std Bold;
    src: url(../fonts/HelveticaNeueLTStd75Bold_22539.ttf)
}

@font-face {
    font-family: hhhh;
    src: url(../fonts/HelveticaNeueLTStdMd_1.otf)
}

@font-face {
    font-family: bm;
    src: url(../fonts/bpg_mrgvlovani_caps_2010.ttf)
}

@font-face {
    font-family: lari;
    src: url(../fonts/lari.ttf)
}

:root {
    --body-color: #424B5C;
    --primary-color: #7FCCE0;
    --headding-color: #222222;
    --section-bg: #F8F8F8;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: var(--body-color);
    font-family: h;
    font-weight: 400;
    font-style: normal;
}

a, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

*::-moz-selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    color: var(--headding-color);
    font-family: hc;
}

a {
    text-decoration: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

p {
    color: var(--body-color);
    line-height: 1.8;
    font-size: 16px;
	font-family: Calibri,sans-serif;
}
a{
	font-family: Calibri,sans-serif;
}
ul li{
	font-family: Calibri,sans-serif;
}
h1,h2,h3,h4,h5,h6,h7{
	font-family: Calibri,sans-serif;
}

.text-right {
    text-align: right;
}

.tab-pane.fade {
    transition: all 0.6s ease-out;
    transform: translateY(1rem);
}

.tab-pane.fade.show {
    transform: translateY(0rem);
}

/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
    z-index: 99;
}

.scroll-area i {
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

/*
 * #-Header
*/
.header-top {
    background: #ffffff;
    padding: 16px 0px;
}

.header-left a {
    font-size: 15px;
    color: var(--body-color);
    /* line-height: 24px; */
    font-weight: 400;
    display: inline-block;
    margin-right: 20px;
}

.header-left a img {
    height: 18px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.header-left span {
    font-size: 14px;
    color: var(--body-color);
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    padding: 0px 10px;
}

.header-left a:hover {
    color: var(--primary-color);
}

.header-right .social-icon {
    display: inline-block;
}

.header-right .talk-btn {
    display: inline-block;
    margin-left: 60px;
}

.header-right .social-icon span {
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
}

.header-right .social-icon span a {
    color: #bfbfbf;
}

.header-right .social-icon span a:hover {
    color: var(--primary-color);
}

.header-right .talk-btn a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--body-color);
    display: flex;
    align-items: center;
}

.header-right .talk-btn a i {
    padding-left: 8px;
    font-size: 20px;
    color: var(--primary-color);
}

.header-right .talk-btn a:hover {
    color: var(--primary-color);
}

.header-right .top-menu {
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #f1f1f1;
    padding-left: 10px;
}

.header-right .top-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header-right .top-menu ul li {
    display: inline-block;
    padding: 0px 0px 0px 12px;
}

.header-right .top-menu ul li:last-child {
}

.header-right .top-menu ul li a {
    font-weight: 400;
    font-size: 15px;
    /* line-height: 18px; */
    text-transform: capitalize;
    color: var(--body-color);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.header-right .top-menu ul li a:hover {
    color: var(--primary-color);
}

/*
 * Header Bottom
*/
.header-bottom {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.menu {
    float: right;
    display: inline-flex;
    align-items: center;
}

.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

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

.menu ul li a {
    display: inline-block;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 500;
    padding: 50px 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    font-family: hc;
    line-height: 24px;
}

.menu ul li:hover > a {
    color: var(--primary-color);
}

.transparent-header-2 .menu ul li a {
    padding: 30px 20px;
}

.header-bottom.transparent-header.sticky .menu ul li a {
    color: var(--body-color);
}

.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children::after {
    color: var(--body-color);
    ; }

.header-bottom.transparent-header.sticky .menu ul li:hover > a {
    color: var(--primary-color);
}

.transparent-header-2 .menu nav ul li > ul > li:hover > ul {
    top: -3px;
}

.transparent-header-2 .menu nav ul li > ul > li a {
    padding: 15px 14px;
}

.menu nav ul li > ul {
    position: absolute;
    display: block;
    max-width: 280px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 18px 43px rgb(90 90 90 / 14%);
    width: 280px;
    left: 0;
    right: 0px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    transform: scaleY(0);
    transform-origin: top center;
}

.menu nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    right: 0px;
    transform: scaleY(1);
}

.menu nav ul li > ul > li {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px;
    padding: 0px;
}

.menu nav ul li > ul > li a::after {
    content: "+";
    clear: both;
    display: block;
    position: absolute;
    top: 49%;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
}

.menu nav ul li > ul > li:hover > a {
    color: var(--primary-color);
}

.menu nav ul li > ul > li:hover > a::after {
    opacity: 1;
    visibility: visible;
}

.menu nav ul li > ul > li:hover > a {
    color: var(--primary-color) !important;
}

.menu nav ul li > ul > li li > a:hover {
    color: #fff;
}

.menu nav ul li > ul > li a {
    display: inline-block;
    width: 100%;
    padding: 12px 20px !important;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
    color: var(--body-color);
    margin: 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.menu nav ul li > ul > li:last-child a {
    border-bottom: none;
}

.menu nav ul > li > ul > li > ul {
    left: 200px;
    top: 0px;
}

.menu nav ul li > ul > li:hover > ul {
    left: 100%;
}

.menu ul li.menu-item-has-children {
    position: relative;
    margin-right: 10px;
}

.menu nav ul li > ul > li a::after {
    content: " ";
    clear: both;
    display: block;
    position: absolute;
    top: 29%;
    left: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
    color: var(--primary-color);
}

.menu ul li.menu-item-has-children:hover::after {
    color: var(--primary-color);
}

.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children:hover::after {
    color: var(--primary-color);
}

.menu ul li.menu-item-has-children::after {
    content: "+";
    clear: both;
    /* display: block; */
    position: relative;
    font-weight: 700;
    top: -2px;
    right: 4px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #4d4d4d;
    font-size: 14px;
}

.menu ul li ul li.menu-item-has-children::after {
    transform: rotate(-90deg);
    top: 30%;
}

.header-bottom-right {
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.header-bottom.transparent-header {
    background: transparent;
    z-index: 999;
    position: relative;
}

.transparent-header .menu ul li a {
    color: #fff;
}

.transparent-header .menu ul li:hover > a {
    color: var(--primary-color);
}

.transparent-header .menu ul li.menu-item-has-children::after {
    color: #fff;
}

.transparent-header .menu ul li.menu-item-has-children:hover::after {
    color: var(--primary-color);
}

.transparent-header .menu nav ul li > ul > li a {
    color: var(--body-color);
}

.transparent-header .menu nav ul li > ul > li a {
    color: var(--body-color);
}

.transparent-header .menu nav ul li > ul li.menu-item-has-children::after {
    color: var(--body-color);
    ; }

.header-bottom.transparent-header {
    border-bottom-color: rgb(255 255 255 / 7%);
}

.transparent-header .canvas_open_full a {
    color: #fff;
}

.transparent-header.sticky .canvas_open_full a {
    color: var(--body-color);
}

/*
 * Header Search
*/
.transparent-header.sticky .header-search-icon::after {
    color: var(--body-color);
}

.transparent-header.sticky .header-language-option span {
    color: var(--body-color);
}

.header-search {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 40px 0px;
}

.header-search-icon {
    position: relative;
    width: 18px;
    height: 18px;
}

.header-search-icon::after {
    content: "\f52a";
    clear: both;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    font-family: "bootstrap-icons";
    color: var(--body-color);
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease-in-out;
}

.transparent-header .header-search-icon::after {
    color: #fff;
}

.header-search-icon.active::after {
    content: "\f659";
}

.header-top-search-form {
    transform: scale(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: 400px;
    background: #ffffff;
    border-top: 3px solid var(--primary-color);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.header-top-search-form.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.header-top-search-form-full {
    padding: 20px;
    position: relative;
    width: 100%;
}

.header-top-search-form-full::after {
    content: "";
    position: absolute;
    right: 4px;
    top: -12px;
    clear: both;
    display: block;
    clip-path: polygon(55% 0, 0% 100%, 100% 100%);
    width: 20px;
    height: 10px;
    background: var(--primary-color);
}

.header-top-search-form-full form {
    width: 100%;
    position: relative;
}

.header-top-search-form-full input {
    font-size: 15px;
    background-color: var(--section-bg);
    color: var(--body-color);
    border: 1px solid #f1f1f1;
    width: 100%;
    position: relative;
    padding: 14px 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: 400;
}

.header-top-search-form-full input:focus {
    border-color: var(--primary-color);
}

.header-top-search-form-full button {
    position: absolute;
    top: 0;
    background: var(--primary-color);
    height: 100%;
    border: none;
    right: 0;
    color: #fff;
    padding: 0px 15px;
}

/*
 * Header Language
*/
.header-language {
    position: relative;
    margin: 0px 30px;
}

.header-language-option span {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    padding-right: 6px;
    color: var(--body-color);
}

.transparent-header .header-language-option span {
    color: #fff;
}

.header-language-option span.active {
    color: var(--primary-color);
}

.header-language-option span:last-child {
    padding-right: 0px;
    padding-left: 2px;
    font-size: 12px;
}

.header-language-dropdown {
    position: absolute;
    top: 60px;
    right: 0;
    width: 120px;
    box-shadow: 0 18px 43px rgb(90 90 90 / 14%);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all .3s ease;
}

.header-language:hover .header-language-dropdown {
    opacity: 1;
    visibility: visible;
    right: 0px;
    transform: scaleY(1);
}

.header-language-dropdown ul {
    margin: 0;
    list-style: none;
    padding: 4px 12px;
}

.header-language-dropdown ul li {
    font-size: 14px;
    font-weight: 700;
    margin: 6px 4px;
    cursor: pointer;
    transition: all .3s ease;
}

.header-language-dropdown ul li:hover {
    color: var(--primary-color);
}

.transparent-header .make-appointment-button .button-2:hover {
    color: #fff;
    background: #7fcce0;
}

.right-humbugur-btn img {
    width: 32px;
    cursor: pointer;
}

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #232323;
    top: 0;
    right: -100%;
    transition: all .3s ease;
}

.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
    right: 0%;
}

/*
 * #-About Sidebar
*/
.about-sidebar-section {
    background: #000000;
    padding: 46px 40px 50px 50px;
    max-width: 480px;
    width: 100%;
    z-index: 999999;
    position: fixed;
    overflow-y: auto;
    right: 0;
    top: 0;
    height: 100vh;
    margin-right: -480px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.about-sidebar-section.active {
    margin-right: 0px;
}

.about-sidebar-section-full .hide-sidebar {
    position: absolute;
    top: 42px;
    right: 40px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.about-sidebar-section-full .content {
    margin-top: 20px;
}

.about-sidebar-section-full .content p {
    color: #cecece;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.about-sidebar-section-full .info {
    padding-top: 30px;
}

.about-sidebar-section-full .info .info-single {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.about-sidebar-section-full .info .info-single .icon {
    color: var(--primary-color);
    font-size: 30px;
    float: left;
}

.about-sidebar-section-full .info .info-single .content {
    overflow: hidden;
    padding-left: 12px;
    margin-top: 0px;
}

.about-sidebar-section-full .info .info-single .content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 6px;
}

.about-sidebar-section-full .info .info-single .content span {
    color: #cecece;
    font-weight: 400;
    font-size: 15px;
}

.about-sidebar-section-full .info .info-single .content a {
    color: #cecece;
    font-weight: 400;
    font-size: 15px;
}

.about-sidebar-section-full .social ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.about-sidebar-section-full .social ul li {
    display: inline-block;
    margin: 0px 6px;
}

.about-sidebar-section-full .social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .3s ease-in-out;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/*
 * #-Hero Area
*/
.hero-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.hero-caption h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    font-family: h;
    color: var(--primary-color);
    margin-bottom: 2px;
}

.hero-caption h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.hero-caption p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--body-color);
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .hero-caption h2 {
        font-size: 62px;
        line-height: 72px;
        margin-bottom: 20px;
    }

    .hero-caption p {
        margin-bottom: 20px;
    }
}

.hero-area .shap-img img {
    position: absolute;
}

.hero-area .shap-img img.shap6 {
    bottom: 10%;
    right: 35%;
}

.hero-area .shap-img img.shap5 {
    top: 0%;
    left: 51%;
    width: 180px;
}

.hero-area .shap-img img.shap4 {
    left: 46%;
    top: 10%;
}

.hero-area .shap-img img.shap3 {
    left: 38%;
    top: 15%;
}

.hero-area .shap-img img.shap2 {
    bottom: 1%;
    left: 3%;
}

.hero-area .shap-img img.shap1 {
    left: 10%;
    top: 33%;
}

.hero-slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.hero-image {
    margin-top: 10px;
}

.hero-slider-full .owl-nav span.hero-nav {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all .3s ease;
    border-radius: 50%;
    font-size: 24px;
}

.hero-slider-full .owl-nav span.hero-nav:hover {
    background: var(--primary-color);
    color: #fff;
}

.hero-slider-full .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 20px;
}

.hero-slider-full .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 20px;
}

.active .hero-slider-item h3, .active .hero-slider-item p, .active .hero-slider-item h5 {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1.3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.6s;
}

.active .hero-slider-item h3 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.active .hero-slider-item p {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .hero-slider-item .hero-image img {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.hero-slider-area .shap-img img {
    position: absolute;
    z-index: 9;
    width: auto;
    height: 80px;
    opacity: 0.1;
}

.hero-slider-area .shap-img img.shap1 {
    left: 60%;
    bottom: 20%;
}

.hero-slider-area .shap-img img.shap4 {
    left: 46%;
    top: 10%;
}

.hero-slider-area .shap-img img.shap3 {
    right: 10%;
    top: 7%;
}

.hero-slider-area .shap-img img.shap6 {
    left: 35%;
    bottom: 5%;
}

.hero-slider-item .hero-caption {
    overflow: hidden;
    text-align: center;
}

.hero-slider-area.hero-slider-2 {
    /* margin-top: -99px; */
}

.hero-slider-full2 .owl-nav span.hero-nav {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 15%);
    transition: all .3s ease;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
}

.hero-slider-full2 .owl-nav span.hero-nav:hover {
    background: var(--primary-color);
    color: #fff;
}

.hero-slider-full2 .owl-nav button.owl-prev {
    position: absolute;
    top: 54%;
    left: 30px;
}

.hero-slider-full2 .owl-nav button.owl-next {
    position: absolute;
    top: 54%;
    right: 30px;
}

.hero-slider-item.slider2 {
    z-index: 9;
    padding-top: 150px;
    /* padding-bottom: 200px; */
    height: 100vh;
    display: table-cell;
    width: 100vw;
    vertical-align: middle;
}

@media (max-width: 1400px) {
    .hero-slider-full2 .hero-slider-item.slider2 {
        padding-top: 240px;
        padding-bottom: 180px;
    }
}

.hero-slider-item.slider2:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -9;
    background: rgb(11 40 56 / 50%);
}

.breadcumb-area:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgb(11 40 56 / 50%);
}

.hero-slider-area.hero-slider-2 .shap-img img.shap4 {
    left: 10%;
    bottom: 30%;
    top: auto;
}

.hero-slider-area.hero-slider-2 .shap-img img.shap3 {
    right: 10%;
    bottom: 40%;
    top: auto;
}

.hero-slider-item.slider2 .hero-caption h5 {
    color: #FFFFFF
}

.hero-slider-item.slider2 .hero-caption h2 {
    color: #fff;
}

.hero-slider-item.slider2 .hero-caption p {
    color: #fff;
}

@media (max-width: 1600px) {
    .hero-area .shap-img img.shap1 {
        left: 4%;
    }

    .hero-slider-area .shap-img img.shap1 {
        left: 4%;
    }
}

@media (max-width: 1400px) {
    .hero-area .shap-img img.shap1 {
        left: 0;
    }

    .hero-slider-area .shap-img img.shap1 {
        left: 0%;
    }
}

/*
 * #-Info Area
*/
.info-box {
    text-align: center;
}

.info-box h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 0px;
    padding-top: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box h3 a {
    color: var(--headding-color);
    font-family: hc;
}

.info-box h3:hover a {
    color: var(--primary-color);
}

.info-box p {
    padding-top: 12px;
}

.info-box.info-box6 {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 50px 30px 42px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box.info-box6 h3 a {
    transition: inherit;
}

.info-box.info-box6:hover {
    background-color: var(--primary-color);
}

.info-box.info-box6:hover h3 a {
    color: #FFFFFF
}

.infobox-slider .owl-stage-outer {
    padding-top: 10px;
}

.owl-item img {
    width: auto;
    margin: auto;
}

.info-box img.hover-img {
    display: none;
}

.info-box:hover .default-img {
    display: none;
}

.info-box .info-image img {
    width: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box:hover .hover-img {
    display: inline-block;
}

.owl-carousel .owl-stage {
    /* padding-bottom: 55px; */
}

.owl-theme .owl-dots .owl-dot span {
    background: rgb(176 222 235);
    /* border-width: 1px; */
    border-color: rgb(176 222 235);
    border-style: solid;
}

.owl-theme .owl-dots .owl-dot:hover span {
    border-color: var(--primary-color)
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.info-box-5 {
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box-5 .icon {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    margin-bottom: 12px;
    width: 90px;
    height: 90px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box-5 .icon img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box-5 .icon img.hover-img {
    display: none;
}

.info-box-5 .icon:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(110, 158, 250, 0.2);
    bottom: 9px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
    z-index: -9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box-5 .content h4 {
    font-family: hc;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box-5 .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box-5:hover {
    background: var(--primary-color);
}

.info-box-5:hover .content h4 {
    color: #fff;
}

.info-box-5:hover .content p {
    color: #fff;
}

.info-box-5:hover img {
    display: none;
}

.info-box-5:hover img.hover-img {
    display: block;
}

/*
 * #-About Area
*/
.about-content {
    /* padding-left: 40px; */
}

.about-images {
    text-align: right;
    position: relative;
}

.about-images img {
    max-width: 100%;
}

.about-images img.about-img2 {
    position: absolute;
    left: 0;
    bottom: -38%;
}

.section-title h4 {
    color: var(--primary-color);
    font-family: 'h';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.section-title h3 {
    /* color: var(--primary-color); */
    /* font-family: 'h'; */
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 25px;
    line-height: 1.5;
}

.section-title h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
    padding-bottom: 25px;
}

.section-title p {
    padding-bottom: 10px;
    text-align: justify;
}

/* About Iconbox */
.about-iconbox-top {
    display: flex;
    align-items: start;
}

.about-iconbox-top .iconbox-img {
    position: relative;
    padding-left: 5px;
}

.about-iconbox-top .iconbox-img::after {
    content: "";
    position: absolute;
    height: 45px;
    width: 45px;
    background: rgba(110, 158, 250, 0.2);
    left: -7px;
    top: -10px;
    border-radius: 50%;
}

.about-iconbox-top h3 {
    padding-left: 15px;
    font-size: 24px;
    color: var(--headding-color);
    font-weight: 500;
    line-height: 36px;
}

.about-iconbox-content {
    padding-top: 8px;
}

/* Large Title */
.large-title {
    padding-top: 40px;
    text-align: center;
}

.large-title h2 {
    font-weight: 500;
    line-height: 100px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #F8F8F8;
    font-size: 9vw;
}

.large-title h2 span {
    color: var(--primary-color);
}

/*
 * #-Checkup Area
*/
.checkup-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.checkup-area .section-title {
    padding-left: 20px;
}

.checkup-area .section-title h2 {
    color: #ffffff
}

/*
 * #-Homepage Project
*/
/* Tabs Design */
.glenic-tabs ul.nav-pills {
    display: block;
    text-align: center;
}

.glenic-tabs ul.nav-pills li.nav-item {
    display: inline-block;
    padding: 2px 7px;
}

.glenic-tabs ul.nav-pills .nav-link {
    font-family: hc;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: var(--body-color);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(34, 34, 34, 0.1);
    padding: 3px 20px;
    border-radius: 32px;
}

.glenic-tabs ul.nav-pills .nav-link.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #FFFFFF
}

/* Project Content */
#project-content.tab-content {
    position: relative;
}

#project-content .owl-theme .owl-nav {
    position: absolute;
    top: -114px;
    right: 0;
}

.journey-area .owl-theme .owl-nav {
    position: absolute;
    bottom: calc(100% - 40px);
    right: 0;
}

/* Project Slider */
#project-content .owl-carousel .owl-stage {
    padding-bottom: 55px;
}

span.slidenav {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(238 245 249);
    color: var(--body-color);
    border-radius: 5px;
    font-size: 14px;
    /* padding-top: 13px; */
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

span.slidenav:hover {
    background: var(--primary-color) !important;
    color: #FFFFFF
}

.phage-section span.slidenav {
    background: rgb(255 255 255);
    margin-top: 30px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: inherit
}

#project-content .owl-theme .owl-dots .owl-dot span {
    background: rgb(176 222 235 / 58%);
    /* border-width: 1px; */
    /* border-color: rgba(66, 75, 92, 0.1); */
    /* border-style: solid; */
    border: none;
}

#project-content .owl-theme .owl-dots .owl-dot:hover span {
    border-color: var(--primary-color)
}

#project-content .owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    /* border-color: var(--primary-color); */
}

/* Project Single */
.project-single {
    box-shadow: 0px 5px 20px rgb(13 54 78 / 12%);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
}

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

.project-img img {
    aspect-ratio: 3/2;
    width: 100%;
    padding: 30px;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.project-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(242 248 251 / 60%);
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding-top: 27%;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.project-hover a {
    height: 50px;
    width: 50px;
    background: var(--primary-color);
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project-single:hover .project-img img {
    transform: scale(1.1);
}

.project-single:hover .project-hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project-content {
    padding: 30px 20px;
    padding-bottom: 30px;
    border-top: 4px solid #f2f8fb;
    text-align: center;
}

.project-content p {
    line-height: 30px;
}

.project-content p a {
    font-family: 'DM Sans';
    font-size: 16px;
    line-height: 21px;
    color: var(--primary-color);
    text-transform: capitalize;
    padding-right: 10px;
    position: relative
}

.project-content p a:after {
    content: ",";
    position: absolute;
    right: 7%;
    bottom: 0;
}

.project-content p a:last-child:after {
    visibility: hidden;
}

.project-content h3 a {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--headding-color);
    display: block;
    padding-bottom: 0;
}

/*
 * #-Helpline Area
*/
.helpline-image {
    position: relative;
}

.helpline-shape {
    position: absolute;
    right: 0;
    top: 0;
}

.helpline-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 5px;
}

.helpline-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.helpline-content ul li {
    display: block;
    padding-left: 23px;
    font-size: 24px;
    line-height: 36px;
    color: var(--headding-color);
    padding-bottom: 5px;
    position: relative;
}

.helpline-content ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    width: 4px;
    height: 12px;
    border-radius: 3px;
    background: var(--primary-color);
}

.helpline-number {
    padding: 17px 30px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.helpline-number .number-icon {
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    float: left;
    line-height: 36px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.helpline-number .number-text {
    padding-left: 8px;
    overflow: hidden;
}

.helpline-number .number-text span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: var(--body-color);
}

.helpline-number .number-text h3 {
    font-size: 16px;
}

.helpline-number .number-text a {
    line-height: 24px;
    font-weight: 500;
    color: var(--primary-color);
}

/*
 * #-Testimonial Area
*/
.testimonial-area {
    background: var(--section-bg);
}

.single-testimonial {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 100px 50px 35px 50px;
    position: relative;
}

.testimonial-top {
    position: absolute;
    width: 100%;
    top: -20px;
    display: flex;
    align-items: center;
}

.testimonial-img {
    padding-right: 16px;
    position: relative
}

.testimonial-img img {
    max-width: 95px;
    width: 100%;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid var(--primary-color)
}

.testimonial-text {
    padding-top: 50px;
}

.testimonial-text h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--headding-color)
}

.testimonial-text span {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: var(--primary-color)
}

.single-testimonial p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.all-testimonial.owl-carousel .owl-stage {
    padding-bottom: 50px;
    padding-top: 50px;
}

.all-testimonial.owl-theme .owl-dots .owl-dot span {
    background: rgba(66, 75, 92, 0.1);
    border-width: 1px;
    border-color: rgba(66, 75, 92, 0.1);
    border-style: solid;
}

.all-testimonial.owl-theme .owl-dots .owl-dot:hover span {
    border-color: var(--primary-color)
}

.all-testimonial.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.all-testimonial.owl-carousel .owl-item.active.center .single-testimonial {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}

.single-testimonial.shadow-style {
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

/* About Shape */
.helpline-image img.homeabout-main {
    position: relative;
    z-index: 9;
}

.homeabout-shape1 {
    height: 130px;
    width: 130px;
    background: var(--primary-color);
    padding: 28px 20px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    right: 4%;
    top: 2%;
    z-index: 9;
}

.homeabout-shape1 h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 61px;
    text-transform: uppercase;
    color: #FFFFFF
}

.homeabout-shape1 p {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff;
}

.homeabout-shape2 {
    position: absolute;
    left: -4%;
    top: 48%;
    z-index: 99;
}

.homeabout-shape2 img {
    max-width: 42px;
}

.homeabout-shape3 {
    position: absolute;
    bottom: -19%;
    left: -20%;
}

.homeabout-shape3 img {
    width: auto;
}

.homeabout-shape4 {
    position: absolute;
    top: -1%;
    left: -13%;
}

.homeabout-shape4 img {
    max-width: 103px;
}

.homeabout-shape5 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.homeabout-shape5 img {
    max-width: 48px;
}

.helpline-content .about-box {
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

.about-box .number-text {
    padding-left: 24px;
}

.about-box .number-text h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 4px;
}

.about-box .number-text span {
    line-height: 30px;
}

.about-quote {
    background: rgba(110, 158, 250, 0.1);
    border-radius: 2px;
    padding: 14px 14px 10px 57px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.about-quote::after {
    content: url('assets/img/shap/quote-shap.png');
    position: absolute;
    bottom: 10%;
    left: -16px;
}

.about-quote p {
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    position: relative;
}

.single-testimonial.style2 p {
    font-size: 24px;
    line-height: 42px;
}

.single-testimonial.style2.mlr-85 {
    margin-left: -85px;
    margin-right: 85px;
}

.single-testimonial.style2 .testimonial-img img {
    max-width: 105px;
}

.single-testimonial.style2 .testimonial-text {
    padding-top: 20px;
}

/*
 * #-Button
*/
.button-1 {
    height: 62px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    padding: 0px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
    z-index: 1;
    padding-right: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.button-1 i {
    margin-left: 23px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 2px;
}

.button-1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.button-1:hover:after {
    left: 0px;
}

.button-1:hover {
    color: #fff;
}

.button-1:hover i {
    color: var(--primary-color);
    background: #fff;
}

.button-2 {
    padding: 17px 30px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    background: #2284b7;
    border-radius: 5px;
    transition: all .3s ease;
    display: inline-block;
    align-items: center;
    border: none;
}

.button-2 i {
    font-size: 17px;
    margin-left: 8px;
}

.button-2:hover {
    color: #ffffff;
    background: #7fcce0;
}

.button-white {
    padding: 17px 40px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #222222;
    background: #ffffff;
    border-radius: 5px;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    /* border: 1px solid #2284b7; */
}

.button-white:hover {
    color: #ffffff;
    background: var(--primary-color);
}

.video-btn a {
    background: var(--primary-color);
    height: 130px;
    width: 130px;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    font-size: 30px;
    -webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: #fff;
}

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

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

.video-btn span {
    display: none;
}

/*
 * #-Footer
*/
.footer-top {
    background: #152128;
}

.shaparator-footer {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.07);
}

.footer-subscribe-form {
    padding-bottom: 5px;
    position: relative;
}

.footer-subscribe-form input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    width: 100%;
    position: relative;
    height: 90px;
    transition: all .3s ease;
    padding-left: 42px;
    padding-right: 90px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 24px;
    background: transparent;
}

.footer-subscribe-form input:focus {
    border-color: #6e9efa4d;
}

.footer-subscribe-form button {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: none;
    top: 2px;
    right: 3px;
}

.footer-widegts-single p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}

.footer-widegts-single .footer-social span {
    display: inline-block;
    margin-right: 9px;
}

.footer-widegts-single .footer-social span:last-child {
    margin-right: 0px;
}

.footer-widegts-single .footer-social span a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgb(34 132 183);
    border-radius: 5px;
    color: rgb(255 255 255);
    transition: all .3s ease;
    font-size: 16px;
}

.footer-widegts-single .footer-social span a:hover {
    color: #fff;
    background: var(--primary-color);
}

.footer-widegts-single h3.title {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px;
}

.footer-widegts-single ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-widegts-single ul li {
    padding: 5px 0px;
}

.footer-widegts-single ul li a {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 30px;
    color: rgb(255 255 255 / 75%);
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    padding-left: 20px;
}

.footer-widegts-single ul li a:hover {
    /* padding-left: 15px; */
    color: var(--primary-color);
}

.footer-widegts-single ul li a:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    left: 0px;
    top: 7px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 3;
    border-radius: 2px;
}

.footer-widegts-single ul li a:hover:after {
    /* width: 8px; */
}

.footer-widegts-single ul.contact-info li:first-child {
    margin-top: 7px;
    display: inline-block;
}

.footer-widegts-single ul.contact-info li {
    position: relative;
    padding-top: 0px;
    line-height: 1.2;
    padding-bottom: 25px;
    padding-left: 25px;
}

.footer-widegts-single ul.contact-info li:last-child {
    padding-bottom: 0px;
}

.footer-widegts-single ul.contact-info li i {
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    padding-top: 2px;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
}

.footer-widegts-single ul.contact-info li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    display: block;
}

.footer-widegts-single ul.contact-info li span:last-child {
    margin-bottom: 0px;
}

.footer-widegts-single ul.contact-info li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    display: block;
    text-transform: lowercase;
}

.footer-widegts-single ul.contact-info li a:after {
    display: none;
}

.footer-widegts-single ul.contact-info li a:last-child {
    margin-bottom: 0px;
}

.footer-widegts-single ul.contact-info li a:hover {
    color: var(--primary-color);
    padding-left: 0px;
}

.footer-bottom {
    background: #131d22;
    padding: 30px 0;
}

.footer-bottom .copyright-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    /* text-transform: lowercase; */
    color: #ffffff7a;
}

.footer-bottom .copyright-text p a {
    color: var(--primary-color);
    font-weight: 700;
}

/*
 * #-Company Logo Section
*/
.single-logo-item img {
    opacity: .7 !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .3s ease-in-out;
    width: 140px !important;
    cursor: pointer;
}

.single-logo-item img:hover {
    opacity: 1 !important;
}

/*
 * #-Blog Item
*/
.blog-single-item {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgb(13 54 78 / 12%);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-single-item .thumbnail img {
    width: 100%;
    aspect-ratio: 7/6;
    object-fit: cover;
}

.blog-single-item .content {
    padding: 30px;
    text-align: center;
}

.blog-single-item .date {
    /* margin-bottom: 7px; */
    position: absolute;
    top: 0;
    background: #7fcce0;
    left: 30px;
    color: #ffffff;
    border-radius: 0px 0px 5px 5px;
    padding: 8px 20px;
    font-size: 16px;
}

.blog-single-item .content .auth span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--body-color);
}

.blog-single-item .content .auth span:first-child {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.blog-single-item .content .auth span:first-child:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    background: var(--body-color);
    opacity: .15;
    bottom: 1px;
    right: 0px;
}

.blog-single-item .content h3 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
    height: 100px;
    overflow: hidden;
}

.blog-single-item .content h3 a {
    font-weight: 500;
    text-transform: capitalize;
    /*font-family: hc;*/
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #2E2626;
}

.blog-single-item .content h3 a:hover {
    color: var(--primary-color);
}

.blog-single-item a.button-1 {
    height: 44px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    padding-left: 20px;
    color: var(--headding-color);
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}

.blog-single-item a.button-1:hover {
    color: #fff;
}

.blog-single-item a.button-1 i {
    width: 38px;
    height: 38px;
    background: var(--headding-color);
    margin-left: 12px;
    font-size: 10px;
}

.blog-single-item a.button-1:hover i {
    color: var(--primary-color);
    background: #fff;
}

.blog-single-item a.blog-btn {
    color: var(--headding-color);
}

.blog-single-item a.blog-btn:hover {
    color: var(--primary-color);
}

.blog-single-item a.blog-btn i {
    margin-left: 10px;
}

/*
 * info Box 2
*/
.info-box-2 {
    background: #ffffff;
    box-shadow: 0px 5px 20px rgb(13 54 78 / 12%);
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease;
}

.info-box-2:hover {
    /* box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.09); */
}

.info-box-2 .icon {
    /* width: 102px; */
    /* height: 100px; */
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.info-box-2 .icon img {
    max-width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 80px;
    margin-bottom: 15px;
}

.info-box-2:hover .icon img {
    /* display: none; */
}

.info-box-2 .icon img.hover-img {
    display: none;
}

.info-box-2:hover .icon img.hover-img {
    display: block;
}

.info-box-2 .icon:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    background: rgb(255 255 255 / 20%);
    width: 50px;
    height: 50px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    z-index: -1;
}

.info-box-2 h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
}

/*
 * Info Box 4
*/
.info-box-4 {
    text-align: center;
}

.info-box-4 .icon {
    border: 1px dashed rgba(34, 34, 34, 0.1);
    border-radius: 100px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin: 0 auto;
    margin-bottom: 22px;
}

.info-box-4 .icon img {
    width: 78px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.info-box-4 .icon img.hover-img {
    display: none;
}

.info-box-4:hover .icon {
    border-color: var(--primary-color);
}

.info-box-4:hover .icon img {
    display: none;
}

.info-box-4:hover .icon img.hover-img {
    display: block;
}

.info-box-4 .content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.info-box-4 .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    max-width: 340px;
    margin: 0px auto;
}

.our-best-services-slider.owl-theme .owl-dots {
    margin-top: 45px !important;
}

.our-best-services-slider.owl-theme .owl-dots .owl-dot span {
    background: rgba(66, 75, 92, 0.1);
    border-width: 1px;
    border-color: rgba(66, 75, 92, 0.1);
    border-style: solid;
}

.our-best-services-slider.owl-theme .owl-dots .owl-dot:hover span {
    border-color: var(--primary-color)
}

.our-best-services-slider.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

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

/*
 * #-What We Do Best Section
*/
.what-we-best-area {
    position: relative;
}

.what-we-best-img {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}

.what-we-best-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-we-best-content .section-title h2.pb-10 {
    padding-bottom: 10px;
}

.what-we-best-content {
    padding: 100px 0px;
    padding-left: 40px;
}

.what-we-best-content .we-icon-box {
    position: relative;
    width: 100%;
}

.what-we-best-content .we-icon-box .icon {
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    background: #6E9EFA1A;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.what-we-best-content .we-icon-box .content {
    overflow: hidden;
}

.what-we-best-content .we-icon-box .content h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.what-we-best-img.right {
    right: 0;
    left: inherit;
}

.what-we-best-area.black-bg {
    background: #222222;
}

.what-we-best-area.black-bg .what-we-best-content {
    padding-left: 0px;
    padding-right: 40px;
}

.what-we-best-area.black-bg .section-title p {
    color: rgba(255, 255, 255, 0.6);
}

.what-we-best-content .we-icon-box .content h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: var(--headding-color);
}

.what-we-best-content .we-icon-box .content h5 a {
    font-family: hc;
    color: var(--headding-color);
}

/*
 * #-Get Appointment Form
*/
.get-appointment-area {
    background: #222;
    padding: 100px 0px;
    position: relative;
}

.get-appointment-area .shap img {
    position: absolute;
}

.get-appointment-area .shap img.shap1 {
    top: 30%;
    left: 3%;
    transform: rotate(18deg);
}

.get-appointment-area .shap img.shap2 {
    top: 37%;
    left: 26%;
}

.get-appointment-area .shap img.shap3 {
    top: 5%;
    left: 57%;
}

.get-appointment-area .shap img.shap4 {
    right: 6%;
    top: 48%;
}

.get-appointment-form p span {
    color: #DF5646
}

.get-appointment-form .single-field {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.get-appointment-form .single-field label {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    font-family: hc;
}

.get-appointment-form .single-field .nice-select {
    height: 50px;
    align-items: center;
    display: flex;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: transparent;
    padding: 16px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.get-appointment-form .single-field .nice-select:focus {
    border-color: var(--primary-color);
}

.get-appointment-form .single-field .nice-select ul.list {
    width: 100%;
    color: var(--body-color);
}

.get-appointment-form .single-field .nice-select ul.list li.option {
    font-size: 14px;
    border-bottom: 1px solid #dddddd5c;
}

.get-appointment-form .single-field .nice-select ul.list li.option:last-child {
    border-bottom: none;
}

.get-appointment-form .single-field input {
    width: 100%;
    height: 60px;
    border: 1px solid #2284b7;
    border-radius: 5px;
    background: #ffffff;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar-single-widget .get-appointment-form .single-field input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.sidebar-single-widget .get-appointment-form .single-field input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.get-appointment-form .single-field input:focus {
    border-color: var(--primary-color);
}

.get-appointment-form .single-field textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #d9dcdd;
    border-radius: 5px;
    background: transparent;
    padding: 20px 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar-single-widget .get-appointment-form .single-field textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.sidebar-single-widget .get-appointment-form .single-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.get-appointment-form .single-field textarea:focus {
    border-color: var(--primary-color);
}

.get-appointment-form .single-field button.button-1 {
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    background: var(--primary-color);
    border: none;
    color: #fff;
}

.get-appointment-form .single-field button.button-1 i {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 99;
    position: relative;
    color: #fff;
    font-size: 18px;
}

.get-appointment-area.style-2 {
    background: var(--section-bg);
    padding-bottom: 0px;
}

.get-appointment-area .single-field textarea {
    border: 2px solid rgba(34, 34, 34, 0.1);
    border-radius: 5px;
    height: 100px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--body-color);
    padding: 16px;
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.get-appointment-area .single-field textarea:focus {
    border-color: var(--primary-color);
}

.get-appointment-area.style-2 .single-field textarea {
    background: transparent;
}

.get-appointment-form.style-2 .single-field label {
    color: var(--headding-color);
}

.get-appointment-form.style-2 .single-field .nice-select {
    border: 2px solid rgba(34, 34, 34, 0.1);
    color: var(--body-color);
}

.get-appointment-form.style-2 .single-field input {
    border: 2px solid rgba(34, 34, 34, 0.1);
    color: var(--body-color);
}

.get-appointment-form.style-2 .single-field .nice-select:focus {
    border-color: var(--primary-color);
}

.get-appointment-form.style-2 .single-field input:focus {
    border-color: var(--primary-color);
}

.get-appointment-form.style-2 .single-field button.button-1 {
    width: auto;
}

.get-appointment-form.style-2 .shap img.shap1 {
    bottom: 5%;
    left: 3%;
}

.get-appointment-form.style-2 .shap img.shap2 {
    top: 48%;
    left: 26%;
}

.get-appointment-form.style-2 .shap img.shap4 {
    right: 4%;
    top: 47%;
}

/*
 * Video Play Section
*/
.video-play-section {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 125px 0px;
}

.video-play-section .content h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 64px;
    color: #fff;
}

.video-play-section .content h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 64px;
    color: #fff;
    text-transform: capitalize;
}

/*
 * Team
*/
.team-card-item {
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.team-card-item .thumb img {
    width: 100%;
}

.team-card-item .content {
    padding: 20px 25px;
}

.team-card-item .content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 3px;
}

.team-card-item .content h4 a {
    color: var(--headding-color);
    font-family: h;
}

.team-card-item .content h4:hover a {
    color: var(--primary-color);
}

.team-card-item .content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.team-card-item .content .social span {
    padding: 0px 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.team-card-item .content .social span:first-child {
    padding-left: 0px;
}

.team-card-item .content .social span a {
    font-size: 18px;
    color: rgba(66, 75, 92, 0.5);
}

.team-card-item .content .social span a:hover {
    color: var(--primary-color);
}

.why-choose-or-client-section .image {
    margin-top: -60px;
}

.why-choose-or-client-section .image.services-image-sec {
    margin-top: -30px;
    margin-left: -132px;
}

.why-choose-or-client-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.why-choose-or-client-section .shap img {
    position: absolute;
}

.why-choose-or-client-section .shap img.shap2 {
    bottom: 10%;
    left: 3%;
}

.why-choose-or-client-section .shap img.shap1 {
    top: 2%;
    left: 36%;
}

.why-choose-or-client-section h2.big-title {
    font-weight: 500;
    font-size: 400px;
    line-height: 60px;
    text-align: right;
    color: #FFFFFF;
    text-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 38%;
    top: 42%;
    z-index: -9;
}

/*
 * #-Faq Area
*/
.faq-custom .accordion-item {
    border: inherit;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-bottom: 10px;
}

.faq-custom .accordion-item .accordion-button {
    background: inherit;
    font-family: hc;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--headding-color);
    padding: 10px 30px;
    border: inherit;
    box-shadow: inherit;
}

.faq-custom .accordion-item .accordion-body {
    padding: 30px 30px;
    padding-top: 6px;
    color: var(--body-color);
    line-height: 28px;
    padding-top: 6px;
    text-align: justify;
}

/*
 * #-Breadcrumb Area
*/
.breadcumb-area {
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 70px;
    position: relative;
    background-attachment: fixed;
}

.breadcumb-area h3 {
    font-size: 35px;
    color: #7fcce0;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

.breadcumb-area ul {
    margin: 0;
    padding: 0;
}

.breadcumb-area ul li {
    display: inline-block;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 36px;
    padding: 0px 15px;
    position: relative;
    z-index: 1;
}

.breadcumb-area ul li a {
    color: var(--primary-color);
}

.breadcumb-area ul li::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    right: -6px;
    top: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 3;
    border-radius: 2px;
}

.breadcumb-area ul li:last-child:after {
    display: none
}

/*
 * #-Singlepage Area
*/
.singlepage-area img.details-singleimg {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}

.singlepage-title {
    display: flex;
    align-items: center;
}

.singlepage-titletext {
    padding-left: 18px;
}

.singlepage-titletext ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.singlepage-titletext ul li {
    display: inline-block;
    padding-right: 5px;
    position: relative;
}

.singlepage-titletext ul li a {
    line-height: 21px;
    color: var(--primary-color);
}

.singlepage-titletext ul li:after {
    content: ',';
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--primary-color)
}

.singlepage-titletext ul li:last-child::after {
    display: none;
}

.singlepage-titletext h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 49px;
}

.singlepage-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.singlepage-content p {
    margin-bottom: 10px;
}

.singlepage-box {
    padding-top: 40px;
    padding-bottom: 60px;
}

.singlepage-box img {
    max-width: 100%;
    border-radius: 5px;
}

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

.singlepage-box ul li {
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    position: relative;
}

.singlepage-box ul li::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    background: rgba(110, 158, 250, 0.1);
    top: 4px;
    left: 0px;
    color: var(--primary-color);
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
}

.singlepage-navigation {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.singlepage-navigation a {
    display: flex;
    align-items: center;
    float: left;
}

.singlepage-navigation a.float-right {
    float: right;
    text-align: right;
    ; }

.singlepage-navigation a i {
    height: 50px;
    width: 50px;
    background: #F8F8F8;
    color: var(--body-color);
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 49px;
    -webkit-transition: all .3s ease-in-out;
    transition: .3s ease-in-out;
}

.singlepage-navigation a span {
    line-height: 20px;
    display: block;
    color: var(--body-color)
}

.singlepage-navigation a h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding-top: 5px;
}

.singlepage-navi-icon {
    padding-right: 10px;
}

.singlepage-navigation a.float-right .singlepage-navi-icon {
    padding-right: inherit;
    padding-left: 10px;
}

.singlepage-navigation a:hover i {
    background: var(--primary-color);
    color: #FFFFFF;
}

.sidebar-single-widget {
    padding: 30px 20px 0px 20px;
    /* background: #eef5f9; */
    border-radius: 5px;
    margin-bottom: 30px;
}

.sidebar-single-widget h5 {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
}

.widget-search {
    position: relative;
}

.widget-search input {
    font-size: 13px;
    line-height: 30px;
    color: var(--body-color);
    padding: 10px 20px;
    border-radius: 5px;
    background: #FFFFFF;
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: solid;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.widget-search input:focus {
    border-color: var(--primary-color)
}

.widget-search button {
    background: inherit;
    font-size: 12px;
    line-height: 30px;
    color: var(--headding-color);
    position: absolute;
    right: 1%;
    border: inherit;
    padding: 3px 12px;
    top: 17%;
}

.sidebar-single-widget.category-widget {
}

.sidebar-single-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    text-align: center;
}
.sidebar-single-widget ul li {
    display: inline-block;
    margin: 15px 30px;
}


.sidebar-single-widget ul li a {
    display: block;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: .3s ease-in-out;
    color: var(--headding-color);
    /*font-family: hc;*/
}

.sidebar-single-widget ul li a i {
    padding-right: 8px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.sidebar-single-widget ul li a:hover, .sidebar-single-widget ul li.active a {
    color: var(--primary-color)
}

/* Social Icon Widget */
.socialicon-widget ul li {
    display: inline-block;
    padding-right: 30px
}

.socialicon-widget ul li a {
    height: 45px;
    width: 45px;
    background: rgba(110, 158, 250, 0.1);
    color: rgba(34, 34, 34, 0.2);
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
}

.socialicon-widget ul li a i {
    padding-right: 0px;
}

.socialicon-widget ul li:last-child {
    padding-right: 0px;
}

.socialicon-widget ul li a:hover {
    background: var(--primary-color);
    color: #FFFFFF
}

/*
 * Blog Widgets
*/
.sidebar-blog-widgets .single-item {
    margin-bottom: 25px;
    position: relative;
}

.sidebar-blog-widgets .single-item:last-child {
    margin-bottom: 0px;
}

.sidebar-blog-widgets .single-item .thumb {
    width: 70px;
    float: left;
    margin-right: 20px;
}

.sidebar-blog-widgets .single-item .thumb img {
    width: 70px;
    border-radius: 10px;
}

.sidebar-blog-widgets .single-item .content {
    overflow: hidden;
}

.sidebar-blog-widgets .single-item .content span {
    display: inline-block;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.sidebar-blog-widgets .single-item .content span a {
    text-transform: capitalize;
    color: var(--primary-color);
}

.sidebar-blog-widgets .single-item .content h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.sidebar-blog-widgets .single-item .content h4 a {
    color: var(--headding-color);
    font-family: hc;
    text-transform: capitalize;
}

.sidebar-blog-widgets .single-item:hover .content h4 a {
    color: var(--primary-color);
}

/* Widget Appointment */
.widget-appointment {
    background: var(--primary-color);
}

.widget-appointment h5 {
    color: #FFFFFF;
}

.widget-appointment .get-appointment-form .single-field {
    padding-bottom: 10px;
}

.widget-appointment .get-appointment-form .single-field .nice-select:focus {
    border: 2px solid #FFFFFF
}

.widget-appointment .get-appointment-form .single-field input:focus {
    border-color: #FFFFFF;
}

.widget-appointment .get-appointment-form .single-field textarea {
    width: 100%;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: transparent;
    padding: 15px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.widget-appointment .get-appointment-form .single-field textarea:focus {
    border: 2px solid #FFFFFF;
}

.widget-appointment .nice-select::after {
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

.widget-appointment .get-appointment-form .single-field button.button-1 {
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border: none;
    color: var(--primary-color);
}

.get-appointment-form .single-field button.button-1 i {
    background: var(--primary-color);
    color: #FFFFFF
}

.get-appointment-form .single-field.pb-0 {
    padding-bottom: 0px;
}

.widget-appointment button.button-1:hover::after {
    display: none;
}

/*
 * #-Teamdetails Page
*/
.teamdetails-left img {
    border-radius: 3px;
}

.teamdetails-left h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    color: #2E2626;
    padding-bottom: 7px;
}

.teamdetails-left span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: var(--primary-color);
}

.teamdetails-left ul.icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teamdetails-left ul.icons li {
    display: inline-block;
    padding-right: 30px;
}

.teamdetails-left ul.icons li a {
    line-height: 30px;
    color: #666666;
}

.teamdetails-left ul.icons li a:hover {
    color: var(--primary-color);
}

.teamdetails-left h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 42px;
}

.teamdetails-left .helpline-number {
    padding: 15px 0px;
    box-shadow: inherit;
}

.teamdetails-left .helpline-number .number-text a {
    color: var(--headding-color)
}

.teamdetails-left .helpline-number .number-icon {
    background: rgba(110, 158, 250, 0.1);
}

/* Teamdetails Right */
.teamdetails-right {
    padding-left: 20px;
}

.team-timeline {
    position: relative;
}

.team-timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    background: rgba(110, 158, 250, 0.1);
    top: 14px;
    left: 35%;
}

.team-timelinesingle {
    padding-bottom: 40px;
    display: flex;
}

.team-timelinesingle:last-child {
    padding-bottom: 30px;
}

.team-timelinesingle h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}

.team-timelinesingle h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.team-timelineleft {
    text-align: right;
    padding-right: 60px;
    position: relative;
    height: 100%;
    width: 35%
}

.team-timelineleft::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 10px;
    height: 10px;
    width: 10px;
    background: var(--primary-color);
    border-radius: 50%;
}

.team-timelineright {
    width: 65%;
    padding-left: 60px;
    height: 100%;
}

/* Team Progress */
.progress-single {
    padding-bottom: 20px;
}

.progress-single:last-child {
    padding-bottom: 0px;
}

.progress-single h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
}

.progress-single .progress {
    --bs-progress-bar-bg: #222222;
    background: #F8F8F8;
    --bs-progress-height: 5px;
}

.progress-single .progress-bar {
    -webkit-animation: progress 1.5s ease-in-out forwards;
    animation: progress 1.5s ease-in-out forwards;
}

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

@keyframes progress {
    0% {
        width: 0;
    }
}

/*
 * #-Contact Page
*/
.info-box7 {
    text-align: center;
    padding: 30px 0;
}

.info-box7 .info7-img {
    height: 80px;
    width: 80px;
    background: #f2f8fb;
    border-radius: 50%;
    margin: auto;
    line-height: 80px;
}

.info-box7 .info7-img img {
    width: 100%;
    padding: 25px;
}

.info-box7 span {
    display: block;
    font-size: 16px;
    line-height: 21px;
    padding-top: 15px;
    color: var(--primary-color)
}

.info-box7 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    padding-top: 5px;
}

/* Contact Form */
.contact-form {
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgb(13 54 78 / 12%);
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.contact-form .get-appointment-form .single-field label {
    color: var(--headding-color);
}

.contact-form .get-appointment-form .single-field input {
    border-color: #d9dcdd;
    color: var(--body-color);
}

.contact-form .get-appointment-form .single-field input:focus {
    border-color: var(--primary-color)
}

.contact-form .get-appointment-form .single-field textarea {
    /* border-color: rgba(34, 34, 34, 0.1); */
    color: var(--body-color);
}

.contact-form .get-appointment-form .single-field textarea:focus {
    border-color: var(--primary-color)
}

.contact-form .get-appointment-form .single-field button.button-1 i {
    background: rgba(255, 255, 255, 0.1);
}

.contact-form .button-1::after {
    background: #222222;
}

.contact-form .button-1 i {
    margin-left: 0px;
}

/*
 * #-Appointment Page
*/
.appointment-contactdet {
    z-index: 9;
    background: var(--primary-color);
    padding: 40px 100px;
    border-radius: 10px;
    margin-bottom: -80px;
    position: relative;
}

.appointment-contactdet .teamdetails-left .number-icon {
    background: rgba(255, 255, 255, 0.1);
}

.appointment-contactdet .helpline-number .number-text span {
    color: rgba(255, 255, 255, 0.6);
}

.appointment-contactdet .helpline-number .number-text a {
    color: #FFFFFF;
}

.get-appointment-area.appointment-page-mt {
    padding-top: 170px;
}

/*
 * Blog Details
*/
.blog-details-full .thumbnail img {
    max-width: 100%;
    width: 100%;
}

.blog-details-full .b-auth-section .left-a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--body-color);
}

.blog-details-full .b-auth-section .left-a span:nth-child(2) {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.blog-details-full .b-auth-section .left-a span:nth-child(2):after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    background: var(--body-color);
    opacity: .15;
    bottom: 1px;
    right: 0px;
}

.blog-details-full .b-auth-section .left-a span.img {
    margin-right: 15px;
}

.blog-details-full .b-auth-section .left-a span.img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/*
 * Blog Share
*/
.blog-share span {
    display: inline-flex;
    margin-right: 10px;
}

.blog-share span:last-child {
    margin-right: 0px;
}

.blog-share span a {
    width: 32px;
    height: 32px;
    background: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: rgba(66, 75, 92, 0.6);
    font-size: 18px;
}

.blog-share span a:hover {
    color: var(--primary-color);
}

.blog-details-full .content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.blog-details-full .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

.blog-details-full .content p.quote {
    background: rgba(110, 158, 250, 0.1);
    border-radius: 2px;
    padding: 15px 50px;
    position: relative;
    padding-left: 57px;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    margin-left: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog-details-full .content p.quote img {
    position: absolute;
    left: 30px;
    top: 23px;
}

.blog-details-full .content p.quote:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 17px;
    background: rgba(110, 158, 250, 0.1);
    height: 16px;
    left: -16px;
    bottom: 10px;
    -webkit-clip-path: polygon(92% 9%, 100% 0, 100% 100%, 0 45%);
    clip-path: polygon(92% 9%, 100% 0, 100% 100%, 0 45%);
}

.blog-details-full .blog-tags {
    border-top: 1px solid rgba(15, 22, 38, 0.1);
}

.blog-details-full .blog-tags span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    margin-right: 20px;
    display: inline-block;
}

.blog-details-full .blog-tags a {
    display: inline-block;
    margin-right: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    text-transform: capitalize;
    padding: 5px 20px;
    color: var(--body-color);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #F8F8F8;
    border-radius: 5px;
}

.blog-details-full .blog-tags a:hover {
    color: #fff;
    background: var(--primary-color);
}

.blog-details-full .blog-tags a:last-child {
    margin-right: 0px;
}

.blog-author-section {
    border-radius: 8px;
    background: var(--primary-color);
    padding: 50px;
}

.blog-author-section .thumb {
    width: 100px;
    float: left;
    margin-right: 30px;
}

.blog-author-section .thumb img {
    width: 100%;
    border-radius: 10px;
}

.blog-author-section .content-auth {
    overflow: hidden;
}

.blog-author-section .content-auth .auth-header {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-author-section .content-auth .auth-header h4 {
    font-family: hc;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
}

.blog-author-section .content-auth .auth-header h4 a {
    color: #fff;
}

.blog-author-section .content-auth .auth-header .a-social-icon span {
    display: inline-block;
    margin-left: 22px;
}

.blog-author-section .content-auth .auth-header .a-social-icon span a {
    font-size: 14px;
    color: #fff;
}

.blog-author-section .content-auth p {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
}

/*
 * Comment Form
*/
.comment-section-full {
    background: var(--section-bg);
    padding: 50px 60px;
}

.comment-section-full .cooment-s-header h2.title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.comment-section-full .cooment-s-header p.p-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.comment-section-full ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-section-full ul li.single-comment {
    position: relative;
}

.comment-section-full ul li.single-comment ul.comment-reply {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    padding-left: 50px;
}

.comment-section-full ul li.single-comment .thum {
    width: 100px;
    float: left;
}

.comment-section-full ul li.single-comment .thum img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.comment-section-full ul li.single-comment .content {
    overflow: hidden;
}

.comment-section-full ul li.single-comment .content h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.comment-section-full ul li.single-comment .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}

.comment-form-full .single-field {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.comment-form-full .single-field label {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: var(--headding-color);
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    font-family: hc;
}

.comment-form-full .single-field .nice-select {
    height: 50px;
    align-items: center;
    display: flex;
    border-radius: 5px;
    background: transparent;
    padding: 16px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border: 2px solid rgba(34, 34, 34, 0.1);
    color: var(--body-color);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.comment-form-full .single-field .nice-select:focus {
    border-color: var(--primary-color);
}

.comment-form-full .single-field .nice-select ul.list {
    width: 100%;
    color: var(--body-color);
}

.comment-form-full .single-field .nice-select ul.list li.option {
    font-size: 14px;
    border-bottom: 1px solid #dddddd5c;
}

.comment-form-full .single-field .nice-select ul.list li.option:last-child {
    border-bottom: none;
}

.comment-form-full .single-field input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: transparent;
    padding: 0px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border: 2px solid rgba(34, 34, 34, 0.1);
    color: var(--body-color);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.comment-form-full .single-field input:focus {
    border-color: var(--primary-color);
}

.comment-form-full .single-field button.button-1 {
    width: auto;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    background: var(--primary-color);
    border: none;
    color: #fff;
}

.comment-form-full .single-field button.button-1 i {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 99;
    position: relative;
    color: #fff;
    font-size: 18px;
}

.comment-form-full .single-field textarea {
    border: 2px solid rgba(34, 34, 34, 0.1);
    border-radius: 5px;
    height: 100px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--body-color);
    padding: 16px;
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background: transparent;
}

.comment-form-full .single-field textarea:focus {
    border-color: var(--primary-color);
}

/*
 * Contact Map
*/
.contact-area-section {
    position: relative;
    padding: 0;
    margin-top: -40px;
}

.info-box7 p {
    max-width: 300px;
    margin: 0 auto;
}

.contact-form.contact-page {
    margin-bottom: -245px;
    position: relative;
    z-index: 99;
}

.contact-area-section .contact_map iframe {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 0;
    min-height: 730px;
    height: 100%;
    width: 100%;
    margin-bottom: -7px;
}

.contact-area-section .contact_map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.contact-page-map-section .contact_map iframe {
    min-height: 730px;
    width: 100%;
    margin-bottom: -7px;
}

/*
 * Gallery Image
*/
.gallery-item-single {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.gallery-item-single img {
    width: 100%;
}

.gallery-item-single .overly-icon {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(110, 158, 250, 0.2);
    border-radius: 10px;
    transform: scale(.3);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-item-single:hover .overly-icon {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.gallery-item-single .overly-icon a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    text-align: center;
}

.gallery-item-single .overly-icon a img {
    width: 24px;
}

/*
 * Pagination
*/
.glenic-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.glenic-pagination ul li {
    display: inline-block;
    margin-right: 10px;
}

.glenic-pagination ul li:last-child {
    margin-right: 0px;
}

.glenic-pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: var(--section-bg);
    border-radius: 50%;
    transition: all .3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all .3s ease;
    color: var(--body-color);
}

.glenic-pagination ul li a:hover {
    color: #fff;
    background: var(--primary-color);
}

.glenic-pagination ul li a i {
    font-size: 20px;
    line-height: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.glenic-pagination ul li a:hover i {
    transform: scale(1.3);
}

.glenic-pagination ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    transition: all .3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all .3s ease;
    color: #fff;
}

/*
 * Mix it Up
*/
.portfolio-cate-list-full ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.portfolio-cate-list-full ul li {
    display: inline-block;
    margin: 0px 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--body-color);
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 5px;
    padding: 4px 20px 5px 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background: #ffffff;
}

.bg-grey .portfolio-cate-list-full ul li {
    border: 1px solid #ffffff;
}

.portfolio-cate-list-full ul li:hover, .portfolio-cate-list-full ul li.mixitup-control-active {
    color: #fff;
    background: #2284b7;
    border-color: #2284b7;
}

.button-area-about-footer a.button-1 {
    border: 1px solid rgba(34, 34, 34, 0.1);
    color: #222222;
}

.button-area-about-footer a.button-1 i {
    background: var(--headding-color);
}

.button-area-about-footer a.button-1:hover {
    border-color: var(--primary-color);
    color: #fff;
}

.button-area-about-footer a.button-1:hover i {
    background: #fff;
    color: var(--primary-color);
}

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

a.video-btn {
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}

.about-shap-img img {
    position: absolute;
    z-index: 9;
}

.about-shap-img img.shap1 {
    top: 33%;
    left: 0;
}

.about-shap-img img.shap2 {
    top: 0%;
    left: 0;
    z-index: -1;
}

.about-count-num {
    position: absolute;
    right: 0;
    width: 170px;
    height: 170px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    bottom: 24%;
    right: 40px;
}

.about-count-num-full h4 {
    font-weight: 500;
    font-size: 40px;
    line-height: 61px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.about-count-num-full span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.about-content.pr-60 {
    padding-left: 0px;
    padding-right: 60px;
}

.helpline-image.home-page-3a .homeabout-shape3 {
    left: 0;
    bottom: 0;
}

.helpline-image.home-page-3a .homeabout-shape3 {
    left: -28px;
    bottom: -28px;
}

.about-content.pr-60 {
    padding-left: 0;
    padding-right: 60px;
}

.about-content.pr-60 .homeabout-shape2 {
    left: -56px;
}

/*
 * Project Details Page
*/
.singlepage-titletext.projectdetails-titletext {
    padding-left: 0px;
}

.projectdetails-infosinle {
    padding: 11px 0px;
}

.projectdetails-infotop {
    display: flex;
    align-items: center;
    padding-bottom: 7px;
}

.projectdetails-infotop h5 {
    padding-left: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

/* Related Slider */
.projectdetails-related .section-title {
    padding-bottom: 30px;
}

.projectdetails-related .section-title h3 {
    padding-bottom: 0px;
    font-weight: 400;
}

.projectdetails-related .section-title h2 {
    line-height: 50px;
}

.projectdetails-related .project-content h3 {
    padding-bottom: 0px;
}

.projectdetails-related .project-content p {
    margin-bottom: 0px;
    line-height: 20px;
}

.projectdetails-related .owl-carousel .owl-stage {
    padding-bottom: 55px;
}

.projectdetails-related .owl-theme .owl-dots .owl-dot span {
    background: rgba(66, 75, 92, 0.1);
    border-width: 1px;
    border-color: rgba(66, 75, 92, 0.1);
    border-style: solid;
}

.projectdetails-related .owl-theme .owl-dots .owl-dot:hover span {
    border-color: var(--primary-color)
}

.projectdetails-related .owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

/*===== All Preloader Style =====*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#preloader .preloader {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    margin-left: -25px;
    margin-top: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #e52e06;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    background-color: var(--primary-color);
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

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

/*End Preloader Style*/
/*
 * #-Mobile Menu
*/
.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #232323;
    top: 0;
}

.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 20px 0px 30px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper .header_search_box {
    display: block;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
}

.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li:last-child {
    margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 10px;
}

.offcanvas_main_menu li a {
    display: block;
    padding: 15px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed82;
    padding-left: 25px;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    font-family: hc;
    line-height: 24px;
}

.offcanvas_main_menu li a:hover {
    color: var(--primary-color);
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 0px;
    background: #fff;
}

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.offcanvas_footer span a {
    font-size: 14px;
}

.offcanvas_footer span a:hover {
    color: var(--primary-color);
}

.slinky-theme-default a:not(.back) {
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
    background: inherit;
    color: var(--primary-color);
}

.canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.mobile-logo img {
    padding-left: 27px;
    margin-bottom: 30px;
    padding-top: 10px;
    width: 180px;
}

.canvas_open {
    cursor: pointer;
    z-index: 999;
    position: relative;
    display: block;
}

.canvas_open span {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 8px 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.canvas_open.white span {
    background: #fff;
}

.canvas_open span:nth-child(2) {
    transition: all 0.4s ease-in-out;
    position: relative;
}

.canvas_open span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}

.canvas_open.white span:nth-child(2)::before {
    background: #fff;
}

.canvas_open span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}

.canvas_open.white span:nth-child(2)::after {
    background: #fff;
}

.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}

.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}

.canvas_open.active span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.canvas_open.active.white span:nth-child(2)::after {
    background: #fff;
}

.canvas_open.active span:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.canvas_open.active span:nth-child(3) {
    opacity: 0;
    visibility: hidden;
}

.canvas_open span:nth-child(2) {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 5px 0px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.canvas_open.active span:nth-child(2) {
    position: relative;
    width: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #ededed82;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}

.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}

.offcanvas_main_menu li span.menu-expand i {
    line-height: 1;
    padding-top: 5px;
}

.offcanvas_menu_wrapper::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}

.offcanvas_menu_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvas_main_menu li .sub-menu li a {
    padding: 12px 15px;
    padding-left: 38px;
    font-size: 15px;
}

.offcanvas_main_menu li .sub-menu span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #cfcdd5;
}

.canvas_open_full {
    display: none;
}

/*
 * Sticky
*/
.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.sticky .menu ul li a {
    padding: 30px 10px;
}

header .sticky .logo img {
    height: 50px;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.mt--2 .hero-slider-item {
    margin-top: -2px;
}

.header-bottom.transparent-header .logo img.bg-transparent-logo {
    display: none;
}

.header-bottom.transparent-header.sticky .logo img {
    display: none;
}

.header-bottom.transparent-header.sticky .logo img.bg-transparent-logo {
    display: block;
}

.button-area-about-footer span {
    display: none;
}

header .logo img {
    height: 70px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}

.f-logo img {
    height: 70px;
    width: 100%;
    object-fit: contain;
    object-position: left;
    margin-bottom: 30px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.button-2 img {
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.bg-grey {
    background: rgb(242 248 251);
}

.phage-section {
    padding: 40px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.phage-section2 {
    padding: 40px 0 40px 0;
}

.phage-section:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgb(19 79 110 / 70%);
}

.phage-section .section-title {
    margin: 0;
    position: relative;
}

.phage-section .section-title img {
    width: 120px;
    height: 120px;
    margin-bottom: 70px;
    background: #ffffff;
    padding: 28px;
    border-radius: 0px 0px 5px 5px;
}

.phage-section h3 {
    color: #ffffff;
}

.phage-section p {
    color: #ffffff;
}

.form-section {
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.form-section:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgb(19 79 110 / 70%);
}

.blog-single-item .button-2 {
    padding: 12px 40px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

#map-canvas-multipointer {
    border-radius: 5px;
    height: 200px;
}

.contact-page-map #map-canvas-multipointer {
    border-radius: 5px;
    height: 462px;
}

.about-video iframe {
    width: 100%;
    aspect-ratio: 6/5;
    height: auto;
    border-radius: 5px;
    margin: 50px 0;
}

.about-video2 iframe {
    width: 100%;
    aspect-ratio: 9/5;
    height: auto;
    border-radius: 5px;
    margin-top: 80px;
}

.about-content {
    /* padding: 0; */
}

.faq-image img {
    aspect-ratio: 6/4;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.product-details-image {
    max-width: 400px;
    width: 100%;
    object-fit: contain;
    margin: 50px auto 60px auto;
    display: block;
}
.product-details-image2 {
    max-width: 900px;
    width: 100%;
    object-fit: contain;
    margin: 50px auto 60px auto;
    display: block;
}

.media-details-image {
    width: 100%;
    object-fit: contain;
    margin: 0px auto 30px auto;
    border-radius: 5px;
    margin-top: 40px;
}

.main-product {
   /* margin-bottom: 40px;*/
}

.primary-text {
    color: var(--primary-color);
}

.pattern-bg {
    position: relative;
}

.pattern-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    opacity: 0.04;
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    z-index: -1;
    pointer-events: none;
}

.sidebar-single-widget ul li a img {
    padding-right: 10px;
    font-size: 12px;
    position: relative;
    top: -2px;
    height: 20px;
}

.modal-close {
    border: none;
    background: #2284b7;
    position: absolute;
    top: 0;
    right: -40px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}

.modal-close i {
    font-weight: 100;
}

.sidebar-new {
    padding: 30px 30px 20px 30px;
    background: #eef5f9;
}

.sidebar-new ul {
    display: block;
}

.sidebar-new ul li {
    display: block;
    margin: 20px 0;
}

.box-checkbox {
    margin: 0;
}

.box-checkbox li.check-box {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.box-checkbox li.check-box input[type=checkbox] {
    position: absolute;
    left: 12px;
    opacity: 0;
}

.box-checkbox li label {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box-checkbox li label span {
    color: rgb(34 34 34 / 50%);
    font-size: 16px;
    padding-left: 10px;
}

.box-checkbox li.check-box label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    margin-left: -25px;
    border: 2px solid rgb(127 204 224 / 40%);
    border-radius: 40px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.box-checkbox li.check-box label:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 6px;
    top: 7px;
    margin-left: -26px;
    padding-left: 4px;
    padding-top: 0px;
    font-size: 9px;
    color: #555555;
    background: white;
    border-radius: 40px;
    /* border: 1px solid #ffffff; */
}

.check-box label {
    display: flex;
    position: relative;
    padding-left: 7px;
    /* line-height: 1.4; */
    font-size: 16px;
    color: #222222;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before {
    /* background-color: #007dff; */
}

.check-box input[type="checkbox"]:checked + label:before {
    /* background-color: #007dff; */
    /* border-color: #007dff; */
}

.check-box input[type="checkbox"]:hover + label, .check-box input[type="checkbox"]:hover + label span, .check-box input[type="checkbox"]:checked + label, .check-box input[type="checkbox"]:checked + label span {
    /* color: #007dff; */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.check-box input[type="checkbox"]:checked + label:after {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: " ";
    font-weight: 900;
    background: #7fcce0;
    /* border: 1px solid #7fcce0; */
}







a {
    color: #2284b7;
}


.text-white{
	color:#fff;
}

.d-list {
    margin-top: 20px;
}
.d-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
}
.d-list ul li {
    color: #FFFFFF;
    display: inline-block;
}
.d-list ul li a {
    color: #FFFFFF;
    display: inline-block;
    padding: 14px 8px;
    font-weight: 500;
    font-size: 15px;
    background: #2284B7;
    border-radius: 5px;
    margin: 10px;
    font-size: 16px;
}
.d-list ul li a:hover {
    color: #fff;
    background: #7FCCE0;
}
.d-list ul li img {
    height: 24px;
    margin-right: 10px;
    filter: brightness(5);
}
.d-list ul li a {
    color: #FFFFFF;
}


.why-us img {
    width: 40px!important;
    height: 40px!important;
    margin-bottom: 0 !important;
	background: none !important;
    color: #ffffff !important;
    padding: 3px !important;
    border-radius: 0 !important;
}
.why-us ul li  {
    color: #ffffff;
}
.why-us ul li a {
	font-size: 17px;
}

.product-img{
	float: right;
    margin-bottom: 30px;
    margin-right: 2px;
    padding-left: 15px;
}
.product-img img{
	float:left; 
	height:333px; 
	width:auto;
	object-fit:contain
}