/*
 *--------------CSS INDEX------------
 * #-Default CSS
 * #-Header
 * #-About Sidebar
 * #-Hero Area
 * #-Button
 * #-Footer
 * #-Company Logo Section
 * #-Blog Item
 * #-What We Do Best Section
 * #-Get Appointment Form
 * #-Info Area
 * #-About Area
 * #-Checkup Area
 * #-Homepage Project
 * #-Helpline Area
 * #-Testimonial Area
 * #-What We Do Best Section
 * #-Get Appointment Form
 * #-Team
 * #-Faq Area
 * #-Breadcrumb Area
 * #-Singlepage Area
 * #-Blog Widgets
 * #-Teamdetails Page
 * #-Contact Page
 * #-Blog Details
 * #-Comment Form
*/
/*
 * #-Default CSS
*/
:root {
    --body-color: #424B5C;
    --primary-color: #6E9EFA;
    --headding-color: #222222;
    --section-bg: #F8F8F8;
    --primary-font: 'Open Sans', sans-serif;
    --secondary-font: 'DM Sans', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: var(--body-color);
    font-family: var(--primary-font);
    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: var(--primary-font);
}

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: 30px;
    font-size: 16px;
}

.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: 20px;
    border-radius: 50%;
}

/*
 * #-Header
*/
.header-top {
    background: var(--section-bg);
    padding: 14px 0px;
}

.header-left a {
    font-size: 14px;
    color: var(--body-color);
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
}

.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 15px;
    font-size: 14px;
}

.header-right .social-icon span a {
    color: var(--body-color);
}

.header-right .social-icon span a:hover {
    color: var(--primary-color);
}

.header-right .talk-btn a {
    font-size: 14px;

    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: 15px;
}

.header-right .top-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header-right .top-menu ul li {
    display: inline-block;
    padding: 0px 15px;
}

.header-right .top-menu ul li:last-child {
    padding-right: 0px;
}

.header-right .top-menu ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

    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: left;
}

.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);

    font-weight: 500;
    padding: 2px 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    font-family: var(--primary-font);
    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: 200px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 18px 43px rgb(90 90 90 / 14%);
    width: 200px;
    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;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
    color: var(--body-color);
    margin: 0px;
    font-weight: 500;

}

.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;
}

.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: absolute;
    font-weight: 700;
    top: 12%;
    right: 7px;
    -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;
}

.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: rgba(255, 255, 255, 0.1);
}

.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: transparent;
}

.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: var(--primary-font);
    color: var(--primary-color);
    margin-bottom: 2px;
}

.hero-caption h2 {
    font-weight: 900;
    font-size: 65px;
    line-height: normal;
    margin-bottom: 30px;
}

.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: 3.5rem;

    }

    .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 h2,
.active .hero-slider-item a,
.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: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.6s;
}

.active .hero-slider-item h5 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.active .hero-slider-item p {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.active .hero-slider-item a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.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;
}

.hero-slider-area .shap-img img.shap1 {
    left: 5%;
    top: 35%;
}

.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 {
    right: 37%;
    bottom: 15%;
}

.hero-slider-item .hero-caption {
    overflow: hidden;
}

.hero-slider-area.hero-slider-2 {
    margin-top: -99px;
}

.hero-slider-full2 .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-full2 .owl-nav span.hero-nav:hover {
    background: var(--primary-color);
    color: #fff;
}

.hero-slider-full2 .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 20px;
}

.hero-slider-full2 .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 20px;
}

.hero-slider-item.slider2 {
    z-index: 9;
    padding-top: 280px;
    padding-bottom: 200px;
}

@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: linear-gradient(104.22deg, rgba(34, 34, 34, 0.32) 0.25%, rgba(34, 34, 34, 0.8) 20.65%, rgba(34, 34, 34, 0.1) 99.81%);
}

.hero-slider-area.hero-slider-2 .shap-img img.shap4 {
    left: 42%;
    top: 20%;
}

.hero-slider-area.hero-slider-2 .shap-img img.shap3 {
    right: 10%;
    top: 18%;
}

.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: var(--primary-font);
}

.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;
    max-width: 89px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box:hover .hover-img {
    display: inline-block;
}

.infobox-slider.owl-carousel .owl-stage {
    padding-bottom: 55px;
}

.infobox-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;
}

.infobox-slider.owl-theme .owl-dots .owl-dot:hover span {
    border-color: var(--primary-color)
}

.infobox-slider.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: var(--primary-font);
    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 h3 {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 4px;
}

.section-title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    padding-bottom: 10px;
}

.section-title p {
    padding-bottom: 10px;
}

/* 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: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;

    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;
}

/* Project Slider */
#project-content .owl-carousel .owl-stage {
    padding-bottom: 55px;
}

span.slidenav {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    background: #F8F8F8;
    color: var(--body-color);
    border-radius: 50%;
    padding-top: 13px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

span.slidenav:hover {
    background: var(--primary-color);
    color: #FFFFFF
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: inherit
}

#project-content .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;
}

#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 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.project-img {
    position: relative;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.project-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(110, 158, 250, 0.2);
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding-top: 27%;
    visibility: hidden;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.project-hover a {
    height: 60px;
    width: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 19px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: .2s ease-in-out;
}

.project-single:hover .project-img img {
    transform: scale(1.1);
}

.project-single:hover .project-hover {
    visibility: visible;
}

.project-content {
    padding: 30px 30px;
    padding-bottom: 30px;
}

.project-content p {
    line-height: 30px;
}

.project-content p a {
    font-family: var(--secondary-font);
    font-size: 16px;
    line-height: 21px;
    color: var(--primary-color);

    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: 24px;
    line-height: 32px;

    color: var(--headding-color);
    display: block;
    padding-bottom: 10px;
}

/*
 * #-Helpline Area
*/
.helpline-image {
    position: relative;
}

.helpline-shape {
    position: absolute;
    right: 0;
    top: 0;
}

.helpline-image img {
    width: 100%
}

.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-img::after {
    content: "❝";
    position: absolute;
    height: 30px;
    width: 30px;
    background: var(--primary-color);
    color: #FFFFFF;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    left: 0;
    top: 0;
}

.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;

    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;

    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;
}

.about-quote p::after {
    content: "❝";
    position: absolute;
    left: -24px;
    top: -5px;
    font-weight: 400;
    font-size: 28px;
    line-height: 45px;
    color: var(--body-color);
}

.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: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.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: 12px 22px;
    font-weight: 500;
    font-size: 14px;

    color: #fff;
    background: var(--primary-color);
    border-radius: 50px;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--primary-color);
}

.button-2 i {
    font-size: 16px;
    margin-left: 8px;
}

.button-2:hover {
    color: var(--primary-color);
    background: #fff;
}

.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-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.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-widgets-single p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}

.footer-widgets-single .footer-social span {
    display: inline-block;
    margin-right: 30px;
}

.footer-widgets-single .footer-social span:last-child {
    margin-right: 0px;
}

.footer-widgets-single .footer-social span a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
    font-size: 18px;
}

.footer-widgets-single .footer-social span a:hover {
    color: #fff;
    background: var(--primary-color);
}

.footer-widgets-single h3.title {
    font-weight: 500;
    font-size: 24px;

    color: #fff;
    margin-bottom: 15px;
}

.footer-widgets-single ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-widgets-single ul li {
    padding: 5px 0px;
}

.footer-widgets-single ul li a {
    font-weight: 400;
    font-size: 16px;

    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.footer-widgets-single ul li a:hover {
    padding-left: 15px;
    color: var(--primary-color);
}

.footer-widgets-single ul li a:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 0px;
    height: 2px;
    background: var(--primary-color);
    left: 0px;
    top: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 3;
}

.footer-widgets-single ul li a:hover:after {
    width: 8px;
}

.footer-widgets-single ul.contact-info li:first-child {
    margin-top: 7px;
    display: inline-block;
}

.footer-widgets-single ul.contact-info li {
    position: relative;
    padding-top: 0px;
    line-height: 1.2;
    padding-bottom: 25px;
    padding-left: 25px;
}

.footer-widgets-single ul.contact-info li:last-child {
    padding-bottom: 0px;
}

.footer-widgets-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-widgets-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-widgets-single ul.contact-info li span:last-child {
    margin-bottom: 0px;
}

.footer-widgets-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;

}

.footer-widgets-single ul.contact-info li a:after {
    display: none;
}

.footer-widgets-single ul.contact-info li a:last-child {
    margin-bottom: 0px;
}

.footer-widgets-single ul.contact-info li a:hover {
    color: var(--primary-color);
    padding-left: 0px;
}

.footer-bottom {
    background: #1F1F1F;
}

.footer-bottom .copyright-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;

    color: #FFFFFF99;
}

.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 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.blog-single-item .thumbnail img {
    width: 100%;
}

.blog-single-item .content {
    padding: 30px;
    padding-top: 27px;
}

.blog-single-item .content .auth {
    margin-bottom: 7px;
}

.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 {
    margin-bottom: 30px;
}

.blog-single-item .content h3 a {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;

    font-family: var(--primary-font);
    -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 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    padding-top: 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: 92px;
    height: 92px;
    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;
}

.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: rgba(110, 158, 250, 0.2);
    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: 9px 0px;
}

/*
 * 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: 5px;
}

/*
 * #-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: var(--primary-font);
    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: var(--primary-font);
}

.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: 50px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: transparent;
    padding: 0px 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;
}

.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: 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;
}

.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;

}

/*
 * 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: var(--primary-font);
}

.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: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    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;
}

/*
 * #-Breadcrumb Area
*/
.breadcumb-area {
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcumb-area h2 {
    font-weight: 500;
    font-size: 70px;
    line-height: 90px;
}

.breadcumb-area ul li {
    display: inline-block;
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 24px;
    line-height: 36px;
    padding: 0px 10px;
    position: relative;
}

.breadcumb-area ul li a {
    color: var(--primary-color);
}

.breadcumb-area ul li::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: -7px;
    color: var(--primary-color);
    display: inline-block;
}

.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;

}

.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: 50px;
    padding-top: 40px;
    background: var(--section-bg);
    border-radius: 10px;
}

.sidebar-single-widget h5 {
    font-weight: 500;
    font-size: 18px;
    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 {
    padding-bottom: 25px;
}

.sidebar-single-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-single-widget ul li a {
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: var(--body-color);
    -webkit-transition: all .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sidebar-single-widget ul li a i {
    padding-right: 5px;
}

.sidebar-single-widget ul li a:hover {
    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 {

    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: var(--primary-font);

}

.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: 15px;
}

.info-box7 .info7-img {
    height: 70px;
    width: 70px;
    background: rgba(110, 158, 250, 0.1);
    border-radius: 50%;
    margin: auto;
    line-height: 70px;
}

.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: 24px;
    line-height: 36px;
    padding: 4px 0px;
}

/* Contact Form */
.contact-form {
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    z-index: 99;
}

.contact-form .get-appointment-form .single-field label {
    color: var(--headding-color);
}

.contact-form .get-appointment-form .single-field input {
    border-color: rgba(34, 34, 34, 0.1);
    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;

    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: var(--secondary-font);
    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;

    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: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;

}

.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;

    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;

    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: var(--primary-font);
}

.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: 100px 0px;
}

.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: 14px;
    line-height: 21px;
    text-align: center;

    cursor: pointer;
    color: var(--body-color);
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 32px;
    padding: 4px 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.portfolio-cate-list-full ul li.mixitup-control-active {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.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;

    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);

    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    font-family: var(--primary-font);
    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;

    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 {
    padding-left: 20px;
    margin-bottom: 30px;
    padding-top: 10px;
    max-width: 130px;
}

.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;
}

@-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;
}


/*********** Custom ***************/
.header-bottom .logo {
    max-width: 120px;
}

@media (max-width:480px) {
    .header-bottom .logo {
        max-width: 80px;
    }
}


/*----------------------------------------
Slick Slider
----------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



/*----------------------------------------
General Styles
----------------------------------------*/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    color: #88889b;
	text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 700;
}

@media (max-width:480px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {

        line-height: initial;

    }
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: block;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: #1f2433;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-weight: 400;
}

hr.hr {
    margin: 50px 0;
    opacity: 0.75;
}

.row-centered {
    text-align: center;
    position: relative;
    width: 100%;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: center;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #222;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.bg-color {
    background-color: #f9f9f9;
}



.bg-color-2 {
	background-color: #6E9EFA;
}

.bg-color-3 {
    background-color: var(--primary-color);
}



/*-------margins padding--------*/

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-tp-40 {
    margin-top: 40px;
}

.mg-tp-80 {
    margin-top: 80px;
}

.mg-bt-0 {
    margin-bottom: 0 !important;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-bt-40 {
    margin-bottom: 40px;
}

.mg-bt-60 {
    margin-bottom: 60px;
}

.mg-tp-60 {
    margin-top: 60px;
}

.pd-bt-20 {
    padding-bottom: 20px;
}

.pd-bt-40 {
    padding-bottom: 40px;
}

.pd-bt-60 {
    padding-bottom: 60px;
}

.pd-bt-80 {
    padding-bottom: 80px;
}

.pd-bt-100 {
    padding-bottom: 100px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-tp-50 {
    padding-top: 50px;
}

.pd-tp-40 {
    padding-top: 40px;
}

.pd-tp-60 {
    padding-top: 60px;
}

.pd-tp-80 {
    padding-top: 80px;
}

.padd-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padd-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padd-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padd-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padd-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.padd-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padd-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padd-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.padd-bt-0 {
    padding-bottom: 0 !important;
}

.pd-lf-0 {
    padding-left: 0 !important;
}

.pd-rg-0 {
    padding-right: 0 !important;
}

.padd-title {
    padding-top: 150px;
    padding-bottom: 40px;
}

.mag-bt-0 {
    margin-bottom: 0 !important;
}

/*----------------------------------------
Buttons
----------------------------------------*/

.btn {
    border-radius: 0;
    padding: 12px 25px;
}


.btn-blue {
    color: #fff !important;
    background-color: #6E9EFA;
    border: none;
    font-size: 15px;
    line-height: 25px;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 8px 25px !important;
}

.btn-white {
    color: #1f2433 !important;
    background-color: #fff;
    line-height: 25px;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 8px 35px !important;
}

.btn-blue-1 {
    background-color: var(--primary-color);
    color: #fff !important;
}

.z-index {
    z-index: 99;
}

.icon_menu:before {
    /*content: "\f0c9";*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
}

/*----------------------------------------
Preloader page
----------------------------------------*/

#bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#bg svg {
    width: 100%;
    height: auto;
}

#loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #ffffff;
}

#loading-center-page {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}

.loader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 40px 0 #4B456F;
    position: relative;
    animation: loader 0.8s ease-in-out alternate infinite;
    animation-delay: 0.32s;
    top: 50%;
    margin: -50px auto 0;
}

.loader::after,
.loader::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 40px 0 #4B456F;
    animation: loader 0.8s ease-in-out alternate infinite;
}

.loader::before {
    left: -30px;
    animation-delay: 0.48s;
}

.loader::after {
    right: -30px;
    animation-delay: 0.16s;
}

@keyframes loader {
    0% {
        box-shadow: 0 40px 0 #4B456F;
    }

    100% {
        box-shadow: 0 20px 0 #4B456F;
    }
}

/*----------------------------------------
Navigation
----------------------------------------*/

.navbar-header {
    z-index: 999;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 140px;
    margin-right: 10px;
    float: left;
}

.navbar-brand span {
    color: #3b455a;
    font-weight: 600;
    font-size: 20px;
}

.navbar-header .navbar {
    padding: 0;
}

.navbar-header .navbar.sticky li a,
.navbar-header .navbar.sticky .search-box-btn {
    color: #3b455a;
}

.navbar-header .navbar.sticky {
    background-color: #fff;
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
}

.navbar-header .navbar-nav li a:not(.dropdown-item) {
    color: #1f2433;
    font-size: 14px;
    padding: 14px 12px !important;
    font-weight: 500;
    line-height: 50px;
}

.navbar-header .navbar-nav li a:hover,
.navbar-header .navbar-nav li a:focus {
    color: var(--primary-color);
}

.navbar-header .connect-block {
    margin-left: 5px;
    margin-top: 20px;
}

.navbar-header .navbar-nav li a.btn-blue {
    color: white;
    line-height: 25px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 5px 10px !important;
}

.navbar-header .navbar-nav li a.btn-blue:hover {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    background-color: white;

}

.navbar-header .navbar-nav li a.btn-yellow {
    color: white;
    line-height: 25px;
    text-transform: uppercase;
    border: 1px solid #ffc107;
    background-color: #ffc107;
    padding: 5px 10px !important;
    border-radius: 6px !important;
}

.navbar-header .navbar-nav li a.btn-yellow:hover {
    color: #ffc107 !important;
    border: 1px solid #ffc107;
    background-color: white;

}

.btn-blue {
    color: white;
    line-height: 25px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    padding: 8px 15px !important;
}

.btn-blue:hover {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    background-color: white;
    padding: 7px 14px !important;
}

.btn-yellow {
    color: white;
    line-height: 25px;
    text-transform: uppercase;
    border: 1px solid #ffc107;
    background-color: #ffc107;
    padding: 5px 10px !important;
    border-radius: 6px !important;
}

.btn-yellow:hover {
    color: #ffc107 !important;
    border: 1px solid #ffc107;
    background-color: white;
    padding: 7px 14px !important;
}

/*----------------------------------------
Hero
----------------------------------------*/

.image-hero {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}


.hero {
    /* padding-bottom: 80px;*/
    position: relative;
}

.hero-padd {
    padding-top: 80px;
}

.hero-text {
    margin-top: 40px;
}

.hero-text h1 {
    font-size: 49px;
    color: #3b455a;
    margin-bottom: 20px;
    line-height: 60px;
    font-weight: 600;
}

/*.hero-text h2 {
    font-size: 55px;
    color: #3b455a;
    margin-bottom: 20px;
    line-height: 60px;
    font-weight: 600;
}*/
.hero-text h1 span {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    padding: 2px 20px;
    font-size: 40px;
    line-height: 50px;
}

.hero-text h2,
.hero-text p {
    color: #7a7a7a;
    margin-bottom: 12px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

/*.hero-text*/
a.btn-outline-info {
    color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 8px;
    text-transform: uppercase;
    position: relative;
    min-height: 50px;
}

/*.hero-text*/
a.btn-outline-info:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
}

.hero-text a.btn-outline-info span {
    position: absolute;
    left: 10px;
}

.hero-text a.btn-outline-info i {
    position: absolute;
    right: 10px;
    font-size: 1.5rem;
}

.play-btn img {
    width: 40px;
    float: left;
    margin-right: 10px;
}

a.play-btn {
    color: #3b455a;
    line-height: 38px;
    font-size: 16px;
}

.slide-home .slick-arrow {
    z-index: 99;
    background-color: transparent;
    border: none;
    font-size: 45px;
    position: absolute;
    top: 50%;
    outline: none;
    color: #3b455a;
    cursor: pointer;
}

.slide-home .slick-arrow:hover {
    color: #1f2433;
}

.slide-home .slick-arrow.slick-next {
    right: 15px;
}

.slide-home .slick-arrow.slick-left {
    left: 15px;
}

.client-slider img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.80;
}

.client-slider img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

/*----------------------------------------
Classic contacts
----------------------------------------*/

.classic-contact {
    background-image: url(../images/pattern-fterra.png);
    background-position: left;
    background-repeat: repeat-y;
}

/*----------------------------------------
About
----------------------------------------*/

.small-text {
    color: var(--primary-color);
    font-size: 14px;
}

.title-h2 {
    font-size: 45px;
    color: #1f2433;
    line-height: 52px;
    font-weight: 600;
}

p.font-p {
    color: #88889b;
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
}

.icon-block .icon {
    padding-left: 15px;
    padding-bottom: 15px;
}

.icon-block i {
    font-size: 35px;
}

.icon-block.color1-block i {
    color: #1f2433;
}

.icon-block.color2-block i {
    color: #1f2433;
}

.icon-block.color3-block i {
    color: #3b455a;
}

.icon-block.color3-block {
    margin-bottom: 0;
}

.icon-block h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: rgba(87, 81, 124, 0.7);

}

.icon-info {
    overflow: hidden;
    padding-left: 15px;
}

img.img-width {
    width: 455px;
    margin: 0 auto;
}

.icon-block {
    display: inline-block;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 35px;
    border-radius: 8px;
}

.icon-block.color2-block {
    position: relative;
    top: 50px;
    right: -30px;
}

.padd-text {
    padding-top: 100px;
}

.service-block {
    padding-left: 60px;
    margin-bottom: 35px;
}

.service-block p {
    margin-bottom: 0;
}

.service-block .icon-service {
    display: inline-block;
    width: 65px;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: center;
}

.service-block .icon-service i {
    font-size: 26px;
    color: #fff;
    line-height: 60px;
}

.icon-1 {
    background-color: #84b4fe;
}

.icon-2 {
    background-color: #1f2433;
}

.icon-3 {
    background-color: #5a5773;
}

.icon-4 {
    background-color: #8385e6;
}

.icon-5 {
    background-color: #2ec5b6;
}

.icon-6 {
    background-color: #2d6ad0;
}

.service-block h3 {
    font-size: 18px;
    font-weight: 600;
    color: #4B456F
}

.nav-tabs.tab-element {
    border-bottom: none;
}

.nav-tabs.tab-element .link-tab {
    width: 100%;
    margin-bottom: 20px;
}

.nav-tabs.tab-element .link-tab:last-child {
    margin-bottom: 0;
}

.nav-tabs.tab-element .link-tab a.active {
    background-color: #1f2433;
    color: #fff;
    margin: 12px 0 12px 20px;
}

.nav-tabs.tab-element .link-tab a.active p {
    color: #fff;
}

.nav-tabs.tab-element .link-tab a {
    background-color: white;
    color: rgba(87, 81, 124, 1);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 20px 35px 0px rgba(12, 0, 46, 0.05);
    border: 0px;
    display: block;
    border-radius: 8px;
    padding: 25px 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav-tabs.tab-element .link-tab h4 {
    -webkit-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.nav-tabs.tab-element .link-tab p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #88889b;
    -webkit-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
}

.tab-content.content-element .tab_img {
    position: relative;
    text-align: center;
}

.tab-content.content-element .tab_img img {
    width: 520px;
    margin: 0 auto;
}

/*----------------------------------------
Features
----------------------------------------*/

.input-icon {
    position: relative;
}

.input-icon button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 55px;
    border-radius: 8px;
}

.form-quote .form-group {
    margin-bottom: 0
}

.form-quote .input-icon span {
    position: absolute;
    top: 25px;
    left: 12px;
    color: #959595;
}

.form-quote .form-control {
    padding: 12px 30px;
    border-radius: 8px;
    height: 65px;
    border: none;
}

.form-quote .border-left .form-control {
    border-left: none;
}

.form-quote .form-control::placeholder {
    color: #959595;
}

.quote-bloc h3 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
}

.quote-bloc p {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 26px;
}

.center-quote-bloc p {
    margin-bottom: 30px;
}

.quote-bloc form {
    margin-top: 40px;
}

.quote-bloc .btn-white {
    color: var(--primary-color) !important;
}

.tabs-content {
    margin-top: 50px;
    position: relative;
    text-align: center;
}

.tab-content h3 {
    margin-bottom: 30px;
    color: #4B456F;
}

.tabs-content .nav-tabs {
    /* background-color: #ebf5ff; */
    border-radius: 0;
    border-bottom: 1px solid #eee;
    /* border-bottom: none; */
    display: block;
    padding: 0 80px;
    position: relative;
    text-align: center;
}

.tabs-content .nav-tabs .nav-item.show .nav-link,
.tabs-content .nav-tabs .nav-link.active {
    border-bottom: 4px solid #1f2433;
    background-color: transparent;
    color: #1f2433 !important;
    border-radius: 0;
}

.tabs-content .nav-tabs .nav-item a {
    color: #4B456F;
    border-bottom: 4px solid transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding: 12px 15px;
}

.tabs-content .nav-tabs .nav-item a:hover,
.tabs-content .nav-tabs .nav-item a:focus {
    background-color: transparent;
    color: #1f2433 !important;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #1f2433;
}

.tabs-content .nav-tabs .nav-item {
    display: inline-block;

}


.bloc-icon img {
    width: 380px;
    height: auto;
}

.bloc-icon h3 {
    font-size: 20px;
    color: #4B456F;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}

.bloc-icon a {
    color: #84b4fe;
    font-size: 16px;
    font-weight: 600;
}

.list-p {
    margin-bottom: 25px;
}

.list-p li {
    position: relative;
    padding-left: 25px;
    color: #88889b;
    margin-bottom: 5px;
    font-weight: 400;
}

.list-p li:before {
    font-family: 'ElegantIcons';
    content: "\52";
    position: absolute;
    left: -5px;
    top: 0px;
    color: var(--primary-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.faq-question-title {
    color: var(--primary-color);
    font-size: 1.1rem;
    padding-top: 1.2rem;
}

.faq-question-title i {
    margin-right: 8px;
}

/*----------------------------------------
Features app
----------------------------------------*/

.bg-image1 {
    background-image: url(../images/image1.jpg);
    position: relative;
    background-size: cover;
    background-position: center 0%;
    position: relative;
}

.bg-image1:before {
    background-color: rgba(59, 69, 90, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 9;
}

.title-h3 {
    font-size: 18px;
    font-weight: 600;
}

.number-bloc {
    position: relative;
    text-align: center;
}

.number-bloc span {
    font-size: 65px;
    color: #fff;
    line-height: 75px;
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
}

.number-bloc p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

.bg-image-left {
    position: relative;
}

.bg-image-left {
    background-image: url(../images/image2.jpg);
    width: 100%;
    min-height: 200px;
    background-size: cover;
    padding: 80px 40px;
    background-position: right center;
}

.bg-left {
    padding: 80px 60px;
    background-color: #f8f9f9;
}

/*----------------------------------------
Princing table
----------------------------------------*/

.content-table img {
    width: 50px;
    margin-top: 30px;
}

.content-table h2 {
    font-size: 24px;
    margin-top: 20px;
    list-style: 28px;
    margin-bottom: 25px;
}

.content-table h2.plan1 {
    color: #2d6ad0;
}

.content-table h2.plan2 {
    color: #2ec5b6;
}

.content-table h2.plan3 {
    color: #ffd474;
}

.content-table ul {
    margin-top: 25px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #4B456F;
}

.content-table ul li {
    color: #88889b;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 42px;
}

.content-table .price {
    position: relative;
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}

.content-table .price .num {
    color: #4B456F;
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;

}

.content-table .price .per {
    font-size: 10px;
    vertical-align: bottom;
    display: inline-block;
    color: #8A8E9D;
}

.price-content-btn {
    margin-top: 25px;
}

.table-price .nav-tabs .nav-link,
.table-price .nav-tabs {
    border: none;
    font-size: 18px;
}

.table-price .nav-tabs {
    background-color: #ebf5ff;
    border-radius: 25px;
    border-bottom: none;
    display: inline-block;
    padding: 0 60px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.table-price .nav-tabs li {
    display: inline-block;
}

.table-price .nav-tabs li a {
    padding: 12px 25px;
    border-radius: 50px;
}

.table-price .nav-tabs li a.active {
    background-color: #2d6ad0;
    color: #fff !important;
    border: none;
}

.table-plan {
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 20px 35px 0px rgba(12, 0, 46, 0.05);
}

.table-plan h2 {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}

.table-plan h2.plan1 {
    background-color: var(--primary-color);
}

.table-plan h2.plan2 {
    background-color: #1f2433;
}

.price {
    padding: 30px 15px 0 15px;
}

.price .num {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

.price .num sup {
    font-size: 15px;
    color: #88889b;
    font-weight: 300;
    position: relative;
    top: -25px;
    left: 10px;
}

.table-plan1 .price .num {
    color: var(--primary-color);
}

.table-plan2 .price .num {
    color: #1f2433;
}

.table-plan ul {
    padding: 15px 0 40px 20px;
}

.table-plan ul li {
    line-height: 30px;
}

/*----------------------------------------
Testimonials
----------------------------------------*/

#testimonials {
    position: relative;
}


.item-inner {
    position: relative;
    text-align: center;
}

.avatar-item img {
    border: 6px solid rgba(255, 255, 255, 0.4);
    width: 50px !important;
    height: auto;
    margin-right: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.avatar-info {
    overflow: hidden;
}

.avatar-info h4 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #454E69
}

.avatar-info span {
    color: #454E69;
    font-size: 13px;
}

.testimonial-caroussel .owl-controls {
    top: 35%;
    position: absolute;
    width: 100%;


}

.testimonial-caroussel .owl-controls .owl-nav .owl-prev,
.testimonial-caroussel .owl-controls .owl-nav .owl-next {
    font-size: 65px;
    color: #4B456F;
    display: inline-block;
    position: absolute;

}

.testimonial-caroussel .owl-controls .owl-nav .owl-prev {
    left: -15%;
}

.testimonial-caroussel .owl-controls .owl-nav .owl-next {
    right: -15%;
}

.testimonial-caroussel {
    padding-top: 40px;
    text-align: center;
    position: relative;
}

.avatar-photo img {
    width: 80px !important;
    margin-right: 20px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

}

.avatar-item {
    padding-top: 25px;
}

.item-inner p {
    font-size: 18px;
    line-height: 32px;
}

.testimonial-slider {
    background-color: #fff;
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
}

.testimonial-slider .slick-dots button {
    background: #1f2433;
    color: #1f2433;
    height: 8px;
    padding: 0;
    display: inline-block;
    width: 8px;
    border-radius: 50%;
    font-size: 0;
    opacity: 0.35;
    border: none;
    outline: none;
    cursor: pointer;
}

.testimonial-slider .slick-dots li {
    display: inline-block;
    margin-right: 5px;
}

.testimonial-slider .slick-arrow {
    z-index: 99;
    background-color: transparent;
    border: none;
    font-size: 45px;
    position: absolute;
    top: 50%;
    outline: none;
    color: #3b455a;
    cursor: pointer;
}

.testimonial-slider .slick-arrow.slick-next {
    right: -80px;
}

.testimonial-slider .slick-arrow.slick-prev {
    left: -80px;
}

.testimonial-slider .slick-dots .slick-active button {
    opacity: 1;
}

/*----------------------------------------
Team
----------------------------------------*/

.team-bloc h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #4B456F;
    margin-bottom: 0;
}

.social-icon li {
    display: inline-block;
    margin-right: 10px;
}

.social-icon li a {
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    height: 38px;
    background-color: #1f2433;
}

.social-icon li:last-child {
    margin-right: 0;
}

.team-img,
.team-img img {
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

.team-overlay {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border-radius: 8px;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    color: #fff;
    background-color: rgba(59, 69, 90, 0.75);
    z-index: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 0;
}

.team-overlay .social-icon {
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 2;
    display: inline-block;
    list-style-type: none;
}

.team-img:hover .team-overlay {
    opacity: 1;
}

.team-bloc {
    position: relative;
    text-align: center;
}

/*----------------------------------------
Blog
----------------------------------------*/
.blog-item {
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 20px 35px 0px rgba(12, 0, 46, 0.05);
}

.top-blog {
    margin-bottom: 20px;
}

.top-blog img {
    border-radius: 50%;
    width: 60px;
    height: auto;
    float: left;
    margin-right: 12px;
}

.top-blog-info {
    padding-top: 10px;
    padding-left: 70px;
}

.top-blog-info span {
    display: block;
    font-weight: 600;
    color: #4B456F;
    line-height: 22px;
    font-size: 17px;
}

.top-blog-info small {
    display: block;
}

.blog-item h3 {
    font-size: 20px;
    color: #4B456F;
}

.blog-item a {
    font-size: 28px;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.blog-item:hover {
    background-color: #1f2433;
}

.blog-item:hover .top-blog {
    visibility: hidden;
}

.blog-item:hover h3,
.blog-item:hover p,
.blog-item:hover a {
    color: #fff;
}

/*----------------------------------------
Footer
----------------------------------------*/

.logo-footer .navbar-brand img {
    width: 33px;
    position: relative;
    top: -3px;
}

.logo-footer a span {
    color: #fff;
    font-size: 24px;
}

.subscribe-form {
    margin-top: 25px;
}

.list-social {
    position: relative;
    text-align: left;
    margin-top: 25px;
}

.list-social li {
    display: inline-block;
    margin-right: 8px;
}

.list-social li:last-child {
    margin-right: 0;
}

.list-social a {
    color: #fff;
    display: inline-block;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 16px;
    height: 38px;
}

.list-social a:hover,
.list-social a:focus {
    background-color: #fff;
    color: #84b4fe;
}

.footer-top {
    padding: 60px 0 40px 0;
    background-color: #1f2433;
}

.footer-middle {
    padding: 60px 0 40px 0;
    background-color: var(--primary-color);
    color: white;
}

.footer-middle a {
    color: white;
}

.footer-middle ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-middle ul.social li {
    display: inline-block;
}

.footer-middle ul.social li a,
.footer-middle ul.social li a i {
    font-size: 1.6rem;
    color: white !important;
    margin-right: 8px;
}

.footer-bottom {
    background-color: #3b455a;
    padding-bottom: 5px;
}

.copyright {
    text-align: left;
}

.copyright p {
    margin: 0px auto;
    padding: 0px;
    color: #8688a4;
    line-height: 40px;
    font-size: 14px;
}


footer p.error-message {
    color: #e10438;
    margin-top: 5px;
    margin-bottom: 5px;
}

footer p.sucess-message {
    color: #4ec952;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-inner span {
    line-height: 45px;
    font-size: 13px;

}

#scrollUp {
    background: var(--primary-color);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    bottom: 30px;
    color: #ffffff;
    height: 50px;
    font-size: 30px;
    line-height: 3;
    right: 30px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    width: 50px;
}

.text-footer {
    margin-top: 10px;
}

.text-footer p {
    color: #a3a5b9;
    color: rgba(213, 213, 213, 0.6);
}

.footer-top h5 {
    color: #fff;
    font-size: 18px;
}

.footer-top .list-menu a {
    line-height: 28px;
    color: rgba(213, 213, 213, 0.6);
}

.footer-top .list-menu a:hover,
.footer-top .list-menu a:focus {
    color: #fff;
}

.list-contact li {
    color: #adafc7;
    line-height: 32px;
}

.subscribe-form .form-control {
    outline: none;
    float: left;
    height: 45px;
    width: 65%;
    color: #fff;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -wbekit-border-radius: 8px 0 0 8px;
    padding: 0 15px 0 15px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    background-color: #fff;
    border: none;
}

.subscribe-form .btn-subscribe {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    height: 45px;
    /* width: 100%; */
    float: left;
    border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -wbekit-border-radius: 0 8px 8px 0;
    padding: 0 15px 0 15px;
    color: #fff;
    background: #1f2433;
}

.btn-subscribe:hover,
.btn-subscribe:focus,
.btn-subscribe:active {

    background: #f18195;
    color: #fff;
}

.contact-list li {
    margin-bottom: 12px;
    color: rgba(213, 213, 213, 0.6);
    font-size: 16px;
}

/*----------------------------------------
list post
----------------------------------------*/



.post-overlay {
    position: relative;
    margin-bottom: 20px;

}

.post-overlay .post-overlay-img {
    overflow: hidden;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 350px;
    position: relative;
    display: flex;
}

.post-overlay .post-overlay-img img {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    object-fit: cover;
}

.post-overlay:hover .post-overlay-img img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}


.post-overlay-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.post-overlay-content {
    width: calc(100% - 30px);
    left: 20px;
    bottom: 20px;
    position: absolute;
}

.post-overlay-content h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.post-overlay-content h2 a {
    color: #fff;
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    line-height: 27px;
    text-decoration: none;
    margin: 0;
}

.post-overlay-content span {
    color: #fff;
    line-height: 22px;
    font-size: 13px;
    display: block;
}

.post-overlay .label,
.bg-blog-section .label {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    height: 26px;
    min-width: 65px;
    padding: 0 10px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    color: #fff;
}

.post-overlay .red-label,
.bg-blog-section .red-label {
    background-color: #1f2433;
}

.post-overlay .blue-label,
.bg-blog-section .blue-label {
    background-color: #84b4fe;
}

.post-overlay .green-label,
.bg-blog-section .green-label {
    background-color: #2ec5b6;
}

.post-overlay .p-label,
.bg-blog-section .p-label {
    background-color: #8385e6;

}

/*----------------------------------------
Single post
----------------------------------------*/

.blog-1 {
    background-image: url(../images/blog/post6.jpg);
}

.bg-blog-section {
    height: 450px;
    padding-bottom: 150px;
    position: relative;
    background-size: cover;
    padding-top: 150px;
    background-position: 50% 80%;

}

ul.meta-post {
    padding: 0;
    margin-left: 0;
    margin: 0;
}

ul.meta-post li {
    color: #fff;
    margin-bottom: 0;
    opacity: .9;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

ul.meta-post li a {
    color: #fff;
    opacity: .9;
}

ul.meta-post li i {
    padding-right: 5px;
}

.bg-blog-section .label {
    position: relative;
    left: 0;
    top: 0;
}

.bg-blog-section:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}


.blog-header .navbar {
    position: relative;
}

.blog-header .navbar.sticky {
    position: fixed;
}


.bg-blog-section .title-h2 {
    font-size: 30px;
    color: #fff;
}

.post-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

blockquote {
    margin-top: 30px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #1f2433;
}

.blog-single-post blockquote p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    color: #fff;
    text-align: center;

}

.blog-single-post blockquote i {
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 55px;
    opacity: 0.5;
}

.tags-meta {
    position: relative;
    text-align: left;
}


.tags-meta li {
    list-style: none;
    display: inline-block;

    margin-bottom: 0;
}

.tags-meta li a {
    display: inline-block;
    position: relative;
    margin: 0 7px 0 0;
    background: #f4f5fa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px !important;
    line-height: 30px;
    padding: 2px 10px;
    color: #3b455a;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tags-meta li a:hover {
    background: #1f2433;
    color: #fff;
}

.meta-info {
    margin-bottom: 0;
}

.share-post a {
    display: inline-block;
    margin-right: 5px;
    color: #88889b;
}

.share-post strong {
    color: #4B456F;
}

.related-post h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 25px;
}

.navigation-blog {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    padding: 25px 0;
    clear: both;
    box-sizing: border-box;
}

.navigation-blog-image {
    padding-right: 25px;
    float: left;
}

.navigation-blog a {
    display: block;
    position: relative;
}

.navigation-blog .navigation-blog-image img {
    display: block;
    width: 75px;
    border-radius: 8px;
}

.navigation-blog-label {
    overflow: hidden;
    padding-top: 20px;

}

.navigation-blog-label i {
    font-size: 20px;
    color: #42495b;
    position: relative;
    top: 3px;
}

.navigation-blog-label small {
    display: block;
    color: #42495b;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

a.single-nav-blog-prev {
    float: left;
}

a.single-nav-blog-next {
    float: right;
}

a.single-nav-blog-next .navigation-blog-label {
    position: relative;
    text-align: right;
}

a.single-nav-blog-next .navigation-blog-image {
    float: right;
    padding-left: 25px;
    padding-right: 0;
    text-align: right;
}

.commnent-blog h2,
.comments-reply h3 {
    font-size: 30px;
    line-height: 32px;
    text-align: left;
    color: #4B456F;
    margin-bottom: 25px;
}

.form-comment {
    margin-top: 40px;
}

.navigation-blog-label span {
    color: #4B456F;
    font-size: 15px;
}

.newsletter-block-blog {
    text-align: left;
    position: relative;
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
    background-color: #1f2433;
    padding: 30px 10px;
    height: 310px;
    border-radius: 8px;
    margin-top: 40px;
}

.newsletter-block-blog h5 {
    color: #fff;
    margin-top: 15px;
}

.newsletter-block-blog .btn {
    width: 95%;
}

.newsletter-block-blog img {
    width: 70px;
    margin: 0 auto;
}

.footer-top .newsletter-block h5 {
    color: #4B456F;
    margin-top: 10px;
}

.newsletter-block-blog .subscribe-form {
    margin-top: 25px;
}

.newsletter-block-blog .subscribe-form .form-control {
    outline: none;
    float: left;
    height: 45px;
    width: 85%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -wbekit-border-radius: 4px;
    padding: 0 15px 0 15px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 10px;
    transition: all .3s;
    background-color: rgb(250, 250, 250);
    border: 1px solid #fafafa;
}

body.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}

.form-comment .form-control {
    width: 100%;
    height: 46px;
    margin: 0 0 30px;
    padding: 13px 16px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: inherit;
    color: #9fa1a8;
    background-color: #fafafa;
    border: 0;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

.form-comment textarea {
    display: block;
    height: auto !important;
}

.scans-receitas i.fas.fa-info-circle {
    font-size: 1.2rem;
}

a.mainCTA {
    animation: shake 4s cubic-bezier(.36, .07, .19, .97) infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    20% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    60% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    60% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }

    70%,
    100% {
        transform: translate3d(0, 0, 0);
    }
}

a.secondaryCTA {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.formBlock-light {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,f4f4f4+100 */
    background: #d6d6d6;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d6d6d6 0%, #f4f4f4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d6d6d6 0%, #f4f4f4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d6d6d6 0%, #f4f4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f4f4f4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 3px solid #1f2433;
}

.formBlock-dark {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,d6d6d6+100 */
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f4f4f4 0%, #d6d6d6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f4f4f4 0%, #d6d6d6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f4f4f4 0%, #d6d6d6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#d6d6d6', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 3px solid #1f2433;
}

.close {
    color: #000;
    font-size: 2.5rem;
}

.close:hover {
    color: var(--primary-color);
}


.popover {
    max-width: 400px;
}

.popover img {
    max-width: 100%;
    width: 100%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/**************************
		RESPONSIVE
**************************/

@media only screen and (max-width: 480px) {
    .classic-contact {
        /*background-image: none;*/
    }

    .classic-contact a.btn.btn-outline-info {
        font-size: 0.9rem;
        margin-top: 20px;
        width: 100%;
    }

    .classic-contact a.btn.btn-outline-info i {
        display: none;
    }

    .icon-block {
        width: 100%
    }

    .hero-text h1 {
        line-height: 50px;
    }

    .hero-text h1 span {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-header .navbar {
        padding: 10px 15px;
    }

    .navbar-toggler-icon {
        height: auto;
        color: var(--primary-color);
    }

    .navbar-header .navbar-nav li a {
        color: #171f3c;
        font-size: 15px;
        padding: 10px 12px !important;
        font-weight: 500;
        line-height: 30px;
    }

    .navbar-toggler {
        color: #fff;
        font-size: 35px;
        line-height: 38px;
        padding: 5px 0;
        margin-right: 0;
    }

    .navbar-nav {
        background-color: #fff;
        padding-bottom: 15px;
    }

    .navbar-header .connect-block {
        margin-left: 0;
        margin-top: 0;
    }

    .navbar-header .connect-block a {
        display: block;
    }

    .navbar-header .connect-block .btn-white {
        color: #171f3c !important;
        text-align: left;
    }

    .hero-text {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .hero-text h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .title-h2 {
        font-size: 32px;
        line-height: 35px;
    }

    img.img-width {
        width: 100%;
        margin-bottom: 25px;
    }

    .tab_img {
        margin-top: 50px;
    }

    .features-text,
    .quote-bloc p {
        margin-bottom: 30px;
    }

    .nav-tabs .nav-link {
        padding: 5px 10px;
    }

    .nav-tabs.tab-element .link-tab a.active {
        margin: 0;
    }

    .background-div {
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        padding-bottom: 25px;
        box-shadow: none;
    }

    .price-content-btn {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .table-plan {
        margin-bottom: 30px;
        -webkit-box-shadow: 0 13px 30px rgba(0, 0, 0, 0.15);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
        background-color: #ffffff;
    }

    .prinicng-container {
        background-color: transparent;
        box-shadow: none !important;
        -webkit-box-shadow: none;
        padding-bottom: 0;
    }

    .background-div .price-content-btn {
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .quote {
        right: 0;
        opacity: 0.5;
        top: 80px;
    }

    .quote i {
        font-size: 160px;
    }

    .list-menu {
        margin-bottom: 35px;
    }

    .list-social {
        margin-top: 15px;
        position: relative;
        text-align: left;
        margin-bottom: 25px;
    }

    .navbar-header .navbar.sticky li a {
        color: #3b455a;
    }

    .navbar-header .navbar.sticky .navbar-nav,
    .navbar-header .navbar.sticky .btn-white {
        background-color: transparent;
    }

    .icon-app {
        margin-bottom: 25px !important;
    }

    .form-comment .row.form-group {
        margin-bottom: 0;
    }

    .testimonial-slider .slick-arrow.slick-next,
    .testimonial-slider .slick-arrow.slick-prev,
    .slide-home .slick-arrow.slick-next,
    .slide-home .slick-arrow.slick-prev {
        display: none !important;
    }

    .meta-info ul li {
        margin-bottom: 15px;
    }

    .blog-single-post ul.list {
        padding-left: 20px;
    }

    .hero {
        height: auto;
        padding-bottom: 0;
    }

    .padd-text {
        margin-bottom: 30px;
        padding-top: 0;
    }

    .hero-padd {
        margin-left: 0;
        margin-right: 0;
        padding-top: 100px;
    }

    #features-app .row {
        margin-left: 0;
        margin-right: 0;
    }

    .icon-block.color2-block {
        position: relative;
        top: 0;
        right: 0;
    }

    .service-block {
        padding-left: 30px;
    }

    .table-plan {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .team-bloc,
    .blog-item {
        margin-bottom: 30px;
    }

    .pd-rg-0,
    .pd-lf-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .quote-bloc .btn {
        width: 100%;
    }

    .tabs-content .nav-tabs {
        padding: 0 20px;
    }

    .blog-content h3,
    .tab-content h3 {
        margin-top: 25px;
    }

    .copyright p {
        margin-top: 10px;
        line-height: 20px;
    }

    .share-post {
        float: left !important;
    }

    .number-bloc,
    .post-overlay {
        margin-bottom: 25px !important;
    }

    .bg-left {
        padding: 80px 30px;
    }

    .table-price .pd-tp-60 {
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #features-app .row {
        margin-right: 0;
        margin-left: 0;
    }

    .newsletter-block-blog .subscribe-form .form-control {
        width: 80%;
    }

    .form-quote .form-control {
        padding: 12px 35px;
    }

    .hero-padd {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .post-overlay .post-overlay-img {
        height: 250px;
    }

    .slide-home .slick-arrow.slick-next {
        right: 0;
    }

    .slide-home .slick-arrow.slick-prev {
        left: 0;
    }

    img.img-width {
        width: 280px;
        margin: 0 auto;
    }

    .service-block {
        padding-left: 20px;
    }

    .image-hero {
        width: 60%;
    }

    .icon-block.color2-block {
        top: 0;
        right: 0;
    }

    .tabs-content .nav-tabs {
        padding: 0 20px;
    }

    .nav-tabs.tab-element .link-tab a {
        padding: 25px 20px;
    }

    .bg-image-left {
        min-height: 400px;
    }

    .hero-text p {
        font-size: 13px;
        line-height: 24px;
    }

    .hero {
        height: 100%;
        padding-bottom: 0;
    }

    .hero-text a.btn {
        font-size: 0.9rem;
    }

    .classic-contact a.btn.btn-outline-info i {
        display: none;
    }

    .hero-text h1 {
        line-height: 50px;
    }

    .hero-text h1 span {
        font-size: 30px;
    }

    .icon-block {
        width: 100%;
    }

    .navbar-header .navbar.sticky li a,
    .navbar-header .navbar.sticky .search-box-btn {
        color: #fff !important;
    }

    .navbar-header .navbar.sticky .navbar-nav,
    .navbar-header .navbar.sticky .btn-white {
        background-color: transparent;
    }

    .icon_menu {
        height: auto;
        color: #5966d6;
    }

    a.single-nav-blog-prev,
    a.single-nav-blog-next {
        width: 50%;
    }

    .sidebar-side {
        padding-left: 0;
        padding-right: 0;
    }

    .search input {
        width: 60%;
        padding: 10px 0 0 20px;
    }

    .quote {
        right: 0;
    }

    .sidebar-post-inner img {
        float: none;
        margin-bottom: 10px;
    }

    .sidebar-post-inner .date {
        margin-top: 0;
    }

    .navbar-header .navbar-nav li a {
        font-size: 15px;
        padding: 10px 12px !important;
        line-height: 30px;
    }

    .hero-text h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .navbar-toggler {
        color: #fff;
        font-size: 35px;
        line-height: 38px;
        padding: 15px 0;
        margin-right: 15px;
    }

    .navbar-brand {
        padding: 15px;
    }

    .navbar-header .navbar.sticky .navbar-brand {
        padding: 0 15px;
    }

    .navbar-header .navbar.sticky .navbar-toggler {
        padding: 15px 0;
    }

    .navbar-nav {
        padding: 15px;
        background-color: #fff;
    }

    .navbar-header .navbar-nav li a {
        color: #171f3c;
        font-size: 15px;
        padding: 10px 12px !important;
        font-weight: 500;
        line-height: 30px;
    }

    .navbar-header .connect-block {
        margin-left: 0;
        margin-top: 0;
    }

    .navbar-header .connect-block a {
        display: block;
    }

    .navbar-header .connect-block .btn-white {
        color: #171f3c !important;
        text-align: left;
    }

    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 5px 5px !important;
    }

    .icon-app .icon {
        float: none;
    }

    .meta ul li {
        font-size: 11px;
    }

    .meta {
        margin-left: 15px;
        margin-right: 15px;
    }

    #about {
        padding-top: 80px;
    }

    .form-comment .row.form-group {
        margin-bottom: 0;
    }

    .form-comment .form-control {
        margin-bottom: 25px;
    }

    .subscribe-form .form-control {
        width: 40%;
    }

    .meta-info ul li {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    #features-app .row {
        margin-right: 0;
        margin-left: 0;
    }

    #about {
        padding-top: 80px;
    }

    .icon-app h3 {
        font-size: 15px;
    }

    .hero {
        height: auto;
        /*padding-bottom: 80px;*/
    }

    .hero-text p,
    .hero-text h2 {
        font-size: 14px;
    }

    .hero-text h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .tabs-content .nav-tabs .nav-item a {
        font-size: 13px;
    }

    img.img-width {
        width: 380px;
    }

    .subscribe-form .form-control {
        width: 50%;
    }

    .icon-block {
        width: 240px;
    }
}

@media only screen and (max-width: 480px) {
    .modal {
        -webkit-overflow-scrolling: touch !important;
    }
}

/**************************
		RESPONSIVE - acrescentar novos estilos antes deste bloco
**************************/

.container-duplicated {
    position: relative;
}

.container-duplicated .btn-remove-line {
    position: absolute;
    top: 30px;
    right: -28px;
    padding: 10px;
}


.slide-timetable .slick-arrow {
    z-index: 99;
    background-color: transparent;
    border: none;
    font-size: 45px;
    position: absolute;
    top: 50%;
    outline: none;
    color: #3b455a;
    cursor: pointer;
}

.slide-timetable .slick-arrow:hover {
    color: #1f2433;
}

.slide-timetable .slick-arrow.slick-next {
    right: -25px;
}

.slide-timetable .slick-arrow.slick-prev {
    left: -40px;
}

/**** Landing page Cartão da Terra ******/
section.lp-cartaodaterra {
    color: #3c3c3c;
    line-height: initial !important;
}

section.lp-cartaodaterra h2 {
    color: #88dac2;
    font-size: 2.5rem;
}

section.lp-cartaodaterra h3 {
    font-size: 2.1rem;
    line-height: initial !important;
}

section.lp-cartaodaterra h4 {
    font-size: 1.7rem;
}

section.lp-cartaodaterra h4 span {
    font-size: 1rem;
    font-weight: 300;
}

section.lp-cartaodaterra p.lead {
    font-weight: 700;
}

section.lp-cartaodaterra .btn-blue {
    text-transform: none;
}

.text-blue {
    color: var(--primary-color) !important;
}

.close.ms-auto {
    border: none;
    background-color: transparent;
    color: #FFFFFF;
}

.form-group {
    margin-bottom: 1rem !important;
}

.nice-select {
    float: initial;
    display: block;
}

.infobox-slider .info-box {
    width: 100%;
    height: 300px;
    text-align: center;
    overflow: hidden;
	min-height: 425px;
}

.infobox-slider h3 {
    margin: 10px 0;
    font-size: 20px;
}
