/*=========================================================
Template Name:Matinale-Creative Agency HTML5 Template HTML5 Template 
Author:  https://www.templatemonster.com/authors/techtime/
Description: Description
Version: 1.0.0
Text Domain: Matinale
Tags: architect, building company, construction, construction template, construction theme, constructor, contractor, electrician, handyman, industry, painter, plumber, repair, tiler, worker
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Matinale Header Top Menu Area Css
02. Matinale Nav Menu Area Css 
03. Matinale Slider Area Css
04. Matinale Section Title Css
05. Matinale Service Area css
06. Matinale About Area Css
07. Matinale Counter Area Css
08. Matinale Testimonial Area Css
09. Matinale Process Area Css
10. Matinale Team Area Css
11. Matinale Faq Area Css
12. Matinale Call Do Section Css
13. Matinale Form Box Css
14. Matinale Blog Area Css
15. Matinale footer Area Css
16. Matinale Subscribe Area Css
17. Matinale Prossess Ber Css
18. Matinale Scrollup Section
19. Matinale Breadcumb Area Css
20. Matinale abouts_areas Css
21. Matinale Pricing Section Css
22. Matinale Contact  US Css
23. Matinale Blog Sidber Widget CSS
24. Matinale Search Box Css
25. Matinale Loader Css
=======================*/


/*==================================================
 <-- Matinale Header Top Menu Area Css-->
===================================================*/

.Matinale-topbar-area {
    background: #010212;
    padding: 17px 0;
    position: relative;
}

.Matinale-topbar-area::before {
    position: absolute;
    content: "";
    width: 500px;
    height: 100%;
    left: 0;
    top: 0;
    background: #0154F7;
}

.topbar-info span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}

.topbar-info span i {
    color: #0154F7;
    margin-right: 5px;
}

.topbar-social-item {
    text-align: right;
}

.topbar-social-item h4 {
    color: var(--white-color-white, #FFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
    display: inline-block;
    margin-right: 12px;
}

.topbar-social-item ul {
    list-style: none;
    display: inline-block;
}

.topbar-social-item ul li {
    display: inline-block;
    margin-left: 5px;
}

.topbar-social-item ul li a i {
    height: 24px;
    width: 24px;
    line-height: 27px;
    display: inline-block;
    background: #FFF;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    color: #0154F7;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.topbar-social-item ul li a:hover i{
    color: #ffffff;
}

.topbar-social-item ul li a i::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0154F7;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.topbar-social-item ul li a i:hover::after{
    transform: scale(1.1);
}

.topbar-social-item ul li.active a i {
    color: #0154F7;
    transition: .5s;
}

.topbar-social-item ul li.active a:hover i {
    color: #fff;
}


.sidebar-info {
    width: 95px;
    background: #010212;
    position: absolute;
    right: 0;
    height: 1000px;
    z-index: 99;
}

.side-menu {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 22px;
}

.side-menu a {
    width: 52px;
    height: 52px;
    background: #0154F7;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.topbar-info span {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    line-height: 28px;
    writing-mode: vertical-lr;
    display: block;
    text-align: center;
    margin: 0px 33px 55px;
}

.topbar-info span a {
    text-decoration: none;
    color: #fff;
}

.topbar-info span i {
    color: #0154F7;
    margin-bottom: 10px;
    transform: rotate(90deg);
    writing-mode: vertical-rl;
    margin-right: 0;
    font-size: 20px;
}

.topbar-social-item {
    writing-mode: vertical-lr;
    margin: 0px 30px 0px;
}

.topbar-social-item h4 {
    margin-bottom: 20px;
}

.topbar-social-item ul li {
    margin-bottom: 5px;
}

.topbar-social-item ul li a i {
    line-height: 24px;
}


/*==================================================
 <-- Matinale Header Area Css-->
===================================================*/
.Matinale-header-area {
    position: relative;
    z-index: 9;
    margin-bottom: -129px;
}


.Matinale-menu {
    display: inline-block;
}

.Matinale-menu ul {
    list-style: none;
}

.Matinale-menu ul li {
    display: inline-block;
    margin-right: 45px;
}

.Matinale-menu ul li a {
    display: inline-block;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    padding: 38px 0;
    text-decoration: none;
    position: relative;
    transition: .5s;
    color: #fff;
}

.Matinale-menu ul li a:hover{
    color: #0154F7;
}

.Matinale-menu ul li a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    right: 0;
    top: 70px;
    background: #0154F7;
    margin: auto;
    transition: .5s;
}

.Matinale-menu ul li a:hover::before{
    width: 100%;
}

.Matinale-menu ul li a i {
    font-size: 12px;
    margin-left: 4px;
}

.Matinale-search-button {
    text-align: right;
}

.Matinale-social-menu {
    display: inline-block;
}

.Matinale-social-menu ul li {
    display: inline-block;
    margin-left: 10px;
}

.Matinale-social-menu ul li a i {
    font-size: 18px;
    color: #fff;
}

a.handbag {
    position: relative;
}

a.handbag:before {
    position: absolute;
    content: "0";
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #0154F7;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 100%;
    left: 11px;
    top: -8px;
}

.Matinale-search-button {
    text-align: right;
    display: inline-block;
}

/* inner page header area */

.Matinale-header-area.inner {
    margin-bottom: 0;
    background: #010212;
}

/* sticky nav */

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #ffff!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
}

.sticky-nav .header-logo {
    margin-top: -8px;
}

/* sticky menu */

/* header style two sticky nav */
.sticky-menu {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width:100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #010212!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
}

/* mobile menu sticky */
.sticky-mobile-menu {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width:100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #010212!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
}


/* sub menu */

.Matinale-menu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 125%;
    border-radius: 5px;
    width: 217px;
    text-align: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #0154F7;
    opacity: 0;
    z-index: 11;
}

.Matinale-menu ul .sub-menu ul li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
}

.Matinale-menu ul .sub-menu ul li a {
    padding: 5px 12px;
    text-align: left;
    width: 100%;
    display: inline-block;
    visibility: inherit !important;
    color: #141422;
    margin: 0;
    font-size: 16px;
}

.Matinale-menu ul .sub-menu ul li a:hover {
    margin-left: 7px !important;
    color: #0154F7;
}

.Matinale-menu ul .sub-menu ul li a::before {
    display: none;
}

.Matinale-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 99%;
}

/* mobile menu area */

.mobile-menu-area {
    display: none;
}


/*==================================================
 <-- Matinale All Btn Css-->
===================================================*/

.Matinale-btn {
    display: inline-block;
    margin-left: 52px;
    margin-top: -26px;
}

.Matinale-btn a {
    background: #0154F7;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 35px;
    z-index: 1;
}

.header-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 250px;
    margin: auto;
    bottom: -13px;
}
  
.header-button :hover {
    color: #fff;
}
  
.header-button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #232323;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 1 !important;
}
  
.header-button:hover span {
    width: 225%;
    height: 562.5px;
}
  
.header-button:active {
      background-color: #141422;
}
  
a.header-button:hover {
    color: #fff;
}

/* slider btn */

.Matinale-btn.slider2 {
    margin-left: 0;
    margin-top: 40px;
}

/* contact btn */

.Matinale-btn.contact {
    margin-left: 0;
}

.Matinale-btn.contact a {
    padding: 13px 35px;
}

/* pricing btn */

.Matinale-btn.pircing {
    margin-left: 0;
    margin-top: 19px;
}

/*==================================================
 <-- Matinale Slider Area Css-->
===================================================*/

.slider-area {
    background: url(../image/slider3.png);
    background-repeat: no-repeat;
    height: 1000px;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider-area.two{
    background: url(../image/slider4.png);
}

/* slide content */

.slider-content {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 45%;
}

.slider-sub-title h4 {
    background: none;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.slider-main-title h1 {
    color: #FFF;
    font-family: Jost;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px;
}

.slider-discripton p {
    color: #FFF;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 22px 10px 60px;
    width: 86%;
}

.slider-shape3 {
    position: absolute;
    left: 68px;
    bottom: 0;
    z-index: -1;
}

/* video area */

.video-area {
    height: 1000px;
    position: relative;
}

video.video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}


/*==================================================
 <-- Matinale About Area Css-->
===================================================*/

.about-area {
    padding: 120px 0 160px;
}

.about-thumb {
    position: relative;
    transition: .5s;
}

.about-thumb img {
    width: 90%;
    transition: .5s;
}


.about-video-icon {
    position: absolute;
    top: 46%;
    left: 40%;
}

.about-video-icon a {
    width: 80px;
    height: 80px;
    background: #fff;
    display: inline-block;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
}

.about-counter {
    position: absolute;
    bottom: -28px;
    display: flex;
    left: 20%;
    width: 329px;
    height: 96px;
    background: #fff;
    box-shadow: 20px 40px 80px 0px rgba(45, 51, 81, 0.12);
    padding: 20px;
    border-radius: 16px;
}

.about-counter-thumb {
    float: left;
    margin-right: 20px;
}

.about-counter-thumb img {
    width: auto;
}

.about-countent-content h5 {
    color: var(--neutral-100, #101010);
    font-size: 24px;
    font-weight: 700;
}

.about-sub-title h4 {
    color: #0154F7;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.about-main-title {
    margin-bottom: 36px;
}

.about-main-title h2 {
    color: #010212;
    font-size: 45px;
    font-weight: 600;
    line-height: 72px;
    margin-top: 0;
}

.about-discribtion p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin: 0 0 35px;
}

.about-title h4 {
    color: #010212;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
}

/* process bar css */

.about-area .process-ber-plugin {
    margin-bottom: 44px;
}

.about-area span.process-bar {
    color: #010212;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.about-area .barfiller {
    width: 450px;
    height: 12px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px;
    background-color: #F5F5F5;
}

.about-area .barfiller .tipWrap {
    display: none;
}

.about-area .barfiller .tip {
    font-size: 16px;
    color: #0154F7;
    font-weight: 500;
    top: -37px;
    padding: 10px 6px;
    left: 0px;
    position: absolute;
}

.about-area .barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 4px;
    z-index: 1;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

.about-area span.fill {
    background: #0154F7!important;
}



/*===============================================================
<-- Matinale Contact Us Area Css-->
=================================================================*/


.contact-area {
    background: url(../image/contact-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

.contact-discription p {
    color: var(--neutral-30, #EDEDED);
    font-size: 16px;
    font-weight: 400;
    width: 77%;
    margin: 33px 0 50px;
}

.contact-thumb {
    margin-top: -100px;
    position: relative;
    margin-left: 60px;
}

.contact-shape {
    position: absolute;
    bottom: 50%;
    left: -72px;
}


/*==================================================
 <-- Matinale Section Title Css-->
===================================================*/

.section-sub-title h4 {
    color: #0154F7;
    font-size: 29px;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.section-main-title {
    margin-bottom: 44px;
}

.section-main-title h2 {
    color: #010212;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    margin-top: 0;
}

/* contact section title */

.section-sub-title.choose h4 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.section-main-title.choose {
    margin-bottom: 23px;
}

.section-main-title.contact h2 {
    color: var(--neutral-10, #FFF);
}

/* choose section title */

.section-main-title.choose h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    line-height: 58px;
}


/*===============================================================
<-- Matinale Service Area Style Two Css-->
=================================================================*/

.service-area {
    padding: 115px 0 120px;
}

.service-items-box {
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(139, 139, 139, 0.15);
    padding: 22px 16px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.service-items-box::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    background: #0154F7;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.service-items-box:hover::before{
    width: 100%;
}

.service-icon-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
    background: var(--black, #18191D);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-icon-thumb::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background:#0154F7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.service-items-box:hover .service-icon-thumb::before{
    transform: scale(1.1);
}

.service-icon-thumb img{
    transition: .5s;
}

.service-items-box:hover .service-icon-thumb img{
    filter: brightness(0)invert(1);
}

.service-items-title h4 a {
    color: #010212;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
}

.service-items-content p {
    color: var(--secondery, #666);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin: 26px 0 22px;
}

.service-items-thumb {
    position: relative;
}

.service-items-icon {
    position: absolute;
    top: -20px;
    right: 16px;
}

.service-items-icon i {
    height: 40px;
    width: 40px;
    background: #0154F7;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    transform: rotate(45deg);
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-items-box:hover .service-items-icon i{
    transform: rotate(0);
}

.service-items-icon i::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--black, #18191D);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.service-items-box:hover .service-items-icon i::after{
    transform: scale(1.1);
}

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

.service-disctription span {
    color: #18191D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.service-disctription span a {
    color: #0154F7;
    font-size: 18px;
    font-weight: 400;
    text-decoration-line: underline;
}


/*===============================================================
<-- Matinale Choose Area Css-->
=================================================================*/

.choose-area {
    position: relative;
    margin-top: -2px;
    background: url(../image/choose-bg-shape.png);
    background-size: contain;
    z-index: 1;
    padding: 115px 0 78px;
}

.choose-area::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../image/choose-thumb.png);
    right: 0;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
}

.choose-discription p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    width: 80%;
    margin-bottom: 48px;
}

.choose-single-box {
    margin-bottom: 38px;
}

.choose-icon {
    float: left;
    margin-right: 23px;
    background: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    transition: .5s;
}

.choose-single-box:hover .choose-icon {
    transform: rotate(360deg);
}


.choose-content h4 {
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 9px;
    transition: .5s;
}

.choose-content h4:hover{
    color: #0154F7;
}

.choose-content p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    width: 62%;
}



/* video icon */

.single-video {
    text-align: right;
    left: -72px;
    top: 125px;
    position: relative;
}

.video-icon a {
    height: 136px;
    width: 136px;
    line-height: 140px;
    background: #0154F7;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

.video-icon a i {
    color: #ffffff;
    font-size: 76px;
}


/* choose contact */

.choose-contact {
    position: absolute;
    bottom: 0;
    background: #0154F7;
    height: 227px;
    width: 950px;
    right: 0px;
    padding: 86px 30px 0;
}

.subscribe-title h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin-top: 12px;
}

.choose-area .form-box input {
    width: 340px;
    height: 55px;
    padding: 0 20px;
    border: 0;
    outline: 0;
}

.choose-area .form-box input::placeholder {
    color: #C1C1C1;
    font-size: 16px;
    font-weight: 400;
}

.choose-area .form-box-button button {
    width: 180px;
    height: 55px;
    border: 0;
    outline: 0;
    background: #18191D;
    color: #fff;
    margin-left: 47px;
    position: relative;
    z-index: 1;
    transition: .5s;
}


/*===============================================================
<-- Branding Work Procees Area Css-->
=================================================================*/

.work-process-area {
    padding: 114px 0 83px;
}

.work-process-single-box {
    text-align: center;
    padding: 0px 57px 0;
    position: relative;
}

.work-process-single-box.work::before {
    display: none;
}

.work-process-thumb {
    position: relative;
    padding: 30px;
}

.work-process-thumb img {
    width: 100%;
}

.work-process-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.work-process-shape img {
    width: 100%;
}

.work-process-number {
    position: absolute;
    top: 0px;
    right: 0;
}

.work-process-number h4 {
    background: #18191D;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.work-process-number h4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #0154F7;
    transform: scale(0);
    z-index: -1;
    border-radius: 50%;
    transition: .5s;
}

.work-process-single-box:hover .work-process-number h4::before {
    transform: scale(1.1);
} 

.work-process-thumb img {
    transition: .5s;
  }

.work-process-single-box:hover .work-process-thumb img {
    transform: scale(1.1);
  } 

.work-process-content {
    margin-top: 76px;
}

.work-process-content h4 a {
    padding: 35px 0 20px;
    color: var(--black, #18191D);
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-decoration: none;
    transition: .5s;
}

.work-process-single-box:hover .work-process-content h4 a  {
    color: #0154F7;
  } 
  
.work-process-content p {
    color: var(--secondery, #666);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin: 17px 0 0;
}



/*===============================================================
<-- Matinale Pricing Area Css-->
=================================================================*/

.pricing-area {
    padding: 115px 0 120px;
    background: url(../image/pricing-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pricing-single-box {
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 50px 104px 48px;
    text-align: center;
    transition: .5s;
    margin-top: 0;
    transition: .5s;
}

.pricing-single-box:hover{
    margin-top: -5px;
}

.pricing-title h3 {
    color: #0154F7;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pricing-rate h3 {
    color: var(--text-color-01, #0D0E14);
    font-size: 66px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 36px;
    transition: .5s;
}

.pricing-single-box:hover .pricing-rate h3{
    color: #0154F7;
}

.pricing-rate h3 span, .pricing-rate span {
    color: var(--text-color-01, #0D0E14);
    font-size: 28px;
    font-weight: 500;
    position: relative;
    top: -24px;
}

.pricing-time span {
    border-radius: 4px;
    border: 1px solid var(--stroke-01, rgba(13, 14, 20, 0.10));
    padding: 7px 28px;
    color: var(--text-color-01, #0D0E14);
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}

.pricing-single-box:hover .pricing-time span{
    background: #0154F7;
    color: #fff;
}

.pricing-time span i {
    color: #0154F7;
    font-size: 15px;
    margin-right: 3px;
    transition: .5s;
}

.pricing-single-box:hover .pricing-time span i{
    color: #fff;
}

.pricing-list {
    margin: 43px 0 0;
    text-align: left;
}

.pricing-list span {
    display: block;
    margin-bottom: 12px;
    color: var(--text-color-01, #0D0E14);
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
}

.pricing-list span:hover{
    color: #0154F7;
}

.pricing-list span i {
    color: #0154F7;
    margin-right: 4px;
    font-size: 20px;
}

.pricing-list span.inner {
    opacity: 0.6;
    font-weight: 400;
}

.pricing-list span.inner i{
    color: #D9D9D9;
}

/*===============================================================
<-- Matinale Team Area Css-->
=================================================================*/

.team-area {
    padding: 0 0 100px;
}

.team-discription {
    margin-left: 150px;
}

.team-item-thumb{
    overflow: hidden;
}

.team-item-thumb img {
    transition: .5s;
}

.team-item-thumb img:hover {
    transform: scale(1.1);
}

.team-item-content h4 a {
    color: #010212;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    transition: .5s;
}

.team-item-content h4 a:hover{
    color: #0154F7;
}

.team-item-content span {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
}

.team-item-content {
    margin: 30px 20px 0;
}

/*===============================================================
<-- Matinale Testimonial Style Two Area Css-->
=================================================================*/

.testimonial-area {
    background: url(../image/testi-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 117px 0 228px;
}

.testimonial-item-thumb {
    float: left;
    margin-right: 84px;
    margin-top: 0;
    margin-bottom: 42px;
}

.testimonial-icon i {
    color: #FFC107;
    margin-right: 5px;
    font-size: 17px;
}

.testimonial-discription p {
    color: var(--white, #FFF);
    font-family: 'Jost';
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin: 31px 0 26px;
}

.testimonial-title h4 {
    color: var(--white, #FFF);
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-right: 44px;
}

.testimonial-title span {
    color: #0154F7;
    font-size: 17px;
    font-weight: 400;
}

.testimonial-shape {
    position: absolute;
    bottom: 185px;
    right: -15%;
}

.testimonial-area .owl-nav {
    position: absolute;
    right: 32px;
    display: inline-flex;
}

.testimonial-area .owl-prev i {
    width: 45px;
    height: 45px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background: #0154F7;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    transition: .5s;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.testimonial-area .owl-prev:hover i{
    color: #0154F7;
}

.testimonial-area .owl-prev i::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #FFF;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.testimonial-area .owl-prev i:hover::after{
    width: 100%;
}

.testimonial-area .owl-next i {
    width: 45px;
    height: 45px;
    line-height:50px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #0154F7;
    transition: .5s;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.testimonial-area .owl-next:hover i{
    color: #fff;
}

.testimonial-area .owl-next i::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #0154F7;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.testimonial-area .owl-next i:hover::after{
    width: 100%;
}

/*===============================================================
<-- Matinale Contact Us Style Two Area Css-->
=================================================================*/

.contact-area-three {
    padding: 114px 0 123px;
}

.contact-three-discription p {
    color: var(--black, #18191D);
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin: 0 0 27px;
}

.contact-list span {
    display: block;
    color: #010212;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}

.contact-list span i {
    width: 20px;
    height: 20px;
    background: #0154F7;
    line-height: 23px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
}

.contact-single-box {
    margin-top: 21px;
}

.contact-icon {
    float: left;
    margin-right: 18px;
}

.contact-icon i {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    background: #0154F7;
    line-height: 90px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 35px;
    position: relative;
    z-index: 1;
}

.contact-icon i::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #010212;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius:5px;
    z-index: -1;
    transition: .5s;
}

.contact-icon i:hover::after{
    width: 100%;
}

.contact-content h5 {
    color: #0154F7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
}

.contact-content h3 {
    color: #010212;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}

/* contact box */

.contact-box {
    border-radius: 10px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 63px 55px 82px;
    text-align: center;
    margin-top: -210px;
    position: relative;
}

.contact-title h4 {
    color: #010212;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.form-box input {
    width: 371px;
    height: 58px;
    border-radius: 5px;
    background: #F6F6F6;
    outline: 0;
    border: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}

.form-box input::placeholder{
    color: rgba(112, 112, 112, 0.60);
    font-size: 14px;
    font-weight: 400;
}

.form-box textarea {
    width: 371px;
    height: 141px;
    border-radius: 5px;
    background: #F6F6F6;
    outline: 0;
    border: 0;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.form-box textarea::placeholder{
    color: rgba(112, 112, 112, 0.60);
    font-size: 14px;
    font-weight: 400;
}

.form-box-button {
    text-align: left;
    margin-left: 32px;
}

.form-box-button button {
    padding: 10px 30px;
    border-radius: 30px;
    background: #0154F7;
    border: 0;
    outline: 0;
    color: var(--white, #FFF);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.form-box-button button::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #010212;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius:30px;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::after{
    width: 100%;
}

/*===============================================================
<-- Matinale Brand Area Css-->
=================================================================*/

.brand-area {
    padding: 111px 0 104px;
    background: #F5F5F5;
}

.brand-area .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

/*===============================================================
<-- Matinale Blog Style Two Area Css-->
=================================================================*/
.blog-area {
    padding: 116px 0 116px;
}

.blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transition: .5s;
}

.blog-single-box:hover .blog-thumb img {
    transform: scale(1.1);
}

.blog-meta-date {
    width: 60px;
    height: 53px;
    border-radius: 3px 0px 0px 3px;
    background: #18191D;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    padding: 7px 0px 0px;
    bottom: 0;
    right: 0;
}

.blog-meta-date::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0154F7;
    border-radius: 3px 0px 0px 3px;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.blog-single-box:hover .blog-meta-date::before {
    width: 100%;
}

.blog-meta-date h5 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-meta-date span {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-left: 16px;
}

.blog-content {
    padding: 24px 24px 25px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px #E3E3E2;
}

.blog-meta {
    margin-bottom: 10px;
}

.blog-meta span {
    margin-right: 28px;
    font-size: 16px;
}

.blog-single-box:hover .blog-meta span {
    color: #0154F7;
}

.blog-meta span i{
    margin-right:5px ;
}


.blog-single-box:hover .blog-meta span i {
    color: #0154F7;
}

.blog-title {
    margin-bottom: 20px;
}

.blog-title h4 a {
    font-size: 24px;
    padding: 0px 0 17px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 34px;
    text-decoration: none;
}

.blog-single-box:hover .blog-title h4 a {
    color: #0154F7;
}

.blog-single-box:hover .blog-btn a {
    color: #0154F7;
}

.blog-btn a {
    color: #010212;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.blog-btn a i{
    color: #0154F7;
}

/*==================================================
 <-- Matinale Footer Area Css-->
===================================================*/

.footer-area {
    background: url(../image/foooter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 104px 0 0px;
    position: relative;
}

.footer-wiget-text h4 {
    margin: 28px 0 24px;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.footer-shape-title h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 23px;
}

.footer-wiget-shape {
    display: inline-block;
    margin-right: 10px;
}

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    font-weight: 600;
    padding: 0 0 18px;
    transition: .5s;
}

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    padding: 0 0 18px;
}

.footer-wiget-menu ul {
    list-style: none;
}

.footer-wiget-menu ul li {
    list-style: none;
    margin-top: 0px;
}

.footer-wiget-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    transition: .5s;
    margin: 0;
}

.footer-wiget-menu ul li a:hover {
    color: #0154F7;
    margin-left: 10px;
}

.footer-wiget-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 19px;
    margin-bottom: 25px;
}

.footer-wiget-icon ul li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    transition: .5s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.footer-wiget-icon ul li a:hover i{
    color: #fff;
}

.footer-wiget-icon ul li a i::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: #0154F7;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.footer-wiget-icon ul li a i:hover::after{
    transform: scale(1);
}

.footer-widget-contct-menu ul {
    list-style: none;
}

.footer-widget-contct-menu ul li.line {
    margin-bottom: 20px;
    border-bottom: 1px solid #252424;
    padding: 0px 0 13px;
}

.footer-widget-contct-menu ul li a {
    display: block;
    color: #FFF;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin: 5px 0 4px;
    transition: .5s;
    text-decoration: none;
}

.copyright-text {
    margin-top: 15px;
}

.copyright-text p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.copyright-text p a {
    color: #fff;
}

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

.footer-condition ul {
    list-style: none;
}

.footer-condition ul li {
    display: inline-block;
}

.footer-condition ul li a {
    display: inline-block;
    margin-right: 28px;
    color: #FFF;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
}

.footer-condition ul li a:hover{
    color: #0154F7;
}




/*===========================================================================================
            /*===============================================================
                            <-- Matinale All Inner Page Css-->
            =================================================================*/
/*===========================================================================================*/


/*===============================================================
<-- Matinale Breatcome Area Css-->
=================================================================*/

.breatcome-area {
    background: url(../image/breatcome-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 154px 0;
}

.breatcome-content {
    text-align: center;
}

.breatcome-title h1 {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 16px;
}

.bratcome-text ul {
    list-style: none;
}

.bratcome-text ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-weight: 600;
    transition: .5s;
}

.bratcome-text ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.bratcome-text ul li a::before {
    position: absolute;
    content: "/";
    left: 54px;
    font-size: 25px;
}

/*===============================================================
<-- Matinale About Inner Page Css-->
=================================================================*/

/* about area */

.about-area.inner-page {
    padding: 120px 0 82px;
}

/* team inner page */

.team-area.inner-page {
    padding: 110px 0 100px;
}



/*===============================================================
<-- Matinale Service Area Inner Page Css-->
=================================================================*/
.service-area.inner-page {
    padding: 117px 0 90px;
}

.service-items-two {
    margin-bottom: 30px;
}

.service-two-thumb{
    overflow: hidden;
}

.service-two-thumb img {
    width: 100%;
    transition: .5s;
}

.service-items-two:hover .service-two-thumb img {
    transform: scale(1.1);
}

.service-two-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px 0px 40px;
}

.service-two-title h4 a {
    color: #010212;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: none;
    transition: .5s;
}

.service-items-two:hover .service-two-title h4 a{
    color: #0154f6;
}

.service-two-icon-thumb {
    height: 104px;
    width: 104px;
    background: #0154F6;
    line-height: 104px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.service-two-icon-thumb::before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #010212;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
}

.service-items-two:hover .service-two-icon-thumb::before{
    width: 100%;
}

.service-two-btn {
    border-radius: 0px 0px 4px 4px;
    background: var(--bg-color-02, #F5F5F5);
    padding: 25px 40px;
}

.service-two-btn a {
    color: #010212;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    transition: .5s;
}

.service-items-two:hover .service-two-btn a{
    color: #0154f6;
}

.service-two-btn a i {
    color: #0154F6;
    margin-left: 5px;
}

/*==================================================
 <-- Matinale Service Detials  Inner Page Css-->
===================================================*/

.service-details-area {
    padding: 120px 0 100px;
}


.service-details-content h4 {
    margin: 28px 0 20px;
}

.service-details-content h4 a {
    color: #18191D;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    text-decoration: none;
    transition: .5s;
}

.service-details-content h4 a:hover{
    color: #0154F7;
}

/* widget search box */

.widget_search.box {
    padding: 29px 22px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #606060;
    font-weight: 400;
    border: 1px solid #0154F7;
}

.widget_search input::placeholder {
    color: #0154F7;
    font-size: 16px;
    font-weight: 500;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #0154F7;
    border-radius: 0 3px 3px 0;
}

/* widget catagories box */

.widget-categories-box {
    padding: 29px 30px 40px;
    margin-bottom: 30px;
    background: #F8F8F8;
}

.widget-catagories-title h4 {
    color: #18191D;
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 45px;
    position: relative;
}

.widget-catagories-title h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 58px;
    background:#0154F7;
    left: 0;
    bottom: -10px;
}

.widget-categories-menu ul li {
    list-style: none;
    padding: 15px;
    position: relative;
    margin-bottom: 17px;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.widget-categories-menu ul li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s linear 0s;
    background-color: #0154F7;
    content: "";
    z-index: -1;
}

.widget-categories-menu ul li:hover::after {
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #18191D;
    font-size: 17px;
    transition: .5s;
    font-weight: 500;
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}

.widget-categories-menu ul li a span {
    float: right;
}

/* widget tag */

.widget-tags a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #fff;
    border-radius: 3px;
    color: #0154F7;
    font-size: 15px;
    font-style: normal;
    margin: 11px 5px;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:hover {
    color: #fff;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #0154F7;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover:before {
    width: 104%;
}


/*==================================================
 <-- consulti Team Area Css-->
===================================================*/

.team-area {
    padding: 0px 0 110px;
    position: relative;
}

.team-items-box.inner-page {
    margin-bottom: 30px;
}


.team-itmes-content {
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 19px 20px 27px;
}

.team-itmes-content h4 a {
    text-decoration: none;
    line-height: 32px;
    transition: .5s;
    color: #010212;
    font-size: 24px;
    font-weight: 500;
}

.team-items-box:hover .team-itmes-content h4 a{
    color: #0154F7;
}

.team-itmes-content span {
    line-height: 24px;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
}

.team-items-thumb {
    position: relative;
}

.team-items-thumb::before {
    position: absolute;
    content: "";
    width: 263px;
    height: 4px;
    background: #010212;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}

.team-items-box:hover .team-items-thumb::before{
    width: 0;
    background: #0154F7;
}

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

.team-main-icon {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 99;
}

.team-main-icon a {
    height: 40px;
    width: 40px;
    background: #18191D;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.team-main-icon a::before{
     position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0154F7;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.team-items-box:hover .team-main-icon a::before{
    transform: scale(1);
}

.team-main-icon a i{
    transition: .5s;
}

.team-items-box:hover .team-main-icon a i{
    color: #fff;
}

.team-sub-icon{
    position: absolute;
    right: 20px;
    transition: .5s;
    bottom: 30px;
    opacity: 0;
}

.team-items-box:hover .team-sub-icon {
    bottom: 170px;
    opacity: 1;
}

.team-sub-icon ul {
    list-style: none;
    background: #0154F7;
    padding: 3px 12px 11px;
}

.team-sub-icon ul li {
    margin-top: 10px;
    text-align: center;
    line-height: 32px;
    color: #0154F7;
}

 .team-sub-icon ul li a i {
    font: 17px;
    color: #fff;
}


/*==================================================
 <-- Matinale Team Details Innerp Page Css-->
===================================================*/

.team-details-area {
    padding: 118px 0 118px;
}

.ba-team-details-author-skill-area {
    margin-bottom: 30px;
}

.team-details-author-img img {
    width: 100%;
}

.team-details-author-name {
    margin-bottom: 14px;
}

.team-details-author-name h4 {
    font-size: 24px;
    line-height: 60px;
    color: #292930;
    font-weight: 600;
}

.team-details-author-name span {
    font-size: 16px;
    line-height: 36px;
    color: #434141;
    font-weight: 400;
}

.team-details-author-experience ul li {
    list-style: none;
    margin-bottom: 25px;
}

.team-details-author-experience ul li .label {
    min-width: 152px;
    float: left;
    font-size: 16px;
    color: #434141;
    font-weight: 500;
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #434141;
}

.team-card-box-social a {
    display: inline-block;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    background: #f3f3f3;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.team-card-box-social a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0154F7;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.team-card-box-social a:hover::before{
    transform: scale(1);
}

.team-card-box-social a i{
    transition: .5s;
}

.team-card-box-social a:hover i{
    color: #ffffff;
}

/* progressbar css */

.team-details-area .process-ber-plugin {
    padding: 36px 0 0;
}

.team-details-area span.process-bar {
    font-size: 16px;
    color: #1c1632;
    font-weight: 500;
    position: relative;
}

.team-details-area .barfiller {
    width: 100%;
    height: 10px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 11px;
    border-radius: 3px;
    background-color: #c9ccd2;
}

.team-details-area .barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.team-details-area .barfiller .tipWrap {
    display: none;
}

.team-details-area .barfiller .tip {
    font-size: 16px;
    color: #1c1632;
    font-weight: 500;
    top: -37px;
    padding: 1px 6px;
    left: 0px;
    position: absolute;
}

.team-details-area .stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

.team-details-area span.fill {
    background: #0154F7!important;
    border-radius: 3px;
}

.team-details-content {
    margin-top: 30px;
}

.team-details-title h4 {
    font-size: 35px;
    margin-bottom: 20px;
}

/* form box css */

.contact-box.inner.team {
    margin-top: 30px;
}

.contact-title.inner.team h4 {
    border-bottom: 1px solid  #dddddd;
    padding: 0px 0 13px;
    margin-bottom: 28px;
}

.form-box.team input {
    width: 100%;
    height: 58px;
    border-radius: 5px;
    background: #F6F6F6;
    outline: 0;
    border: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}

.form-box.team textarea {
    width: 100%;
    height: 141px;
    border-radius: 5px;
    background: #F6F6F6;
    outline: 0;
    border: 0;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.form-box-button.team {
    margin-left: 0;
}


/*==================================================
 <-- consulti Blog Standard  Inner Page Css-->
===================================================*/

.blog-standard-area {
    padding: 120px 0 120px;
}

/* blog quote css */

.blog-quote-box {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 42px 40px 37px;
}

.blog-quote-conent i {
    font-size: 30px;
    color:  #0154F7;
}

.blog-quote-conent p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 15px;
}

.blog-quote-conent h4 {
    color:#0154F7;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-left: 50px;
}

.blog-quote-conent h4::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 40px;
    background:#0154F7;
    top: 14px;
    left: -50px;
}


/* blog standard box css */

.blog-standard-thumb {
    position: relative;
}

.blog-single-video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.blog-video-icon a {
    height: 90px;
    width: 90px;
    background: #fff;
    color: #0154F7;
    text-align: center;
    font-size: 50px;
    display: inline-block;
    line-height: 94px;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

.blog-standard-meta {
    margin: 30px 0 24px;
} 

.blog-standard-meta span {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-right: 30px;
    position: relative;
    transition: .5s;
}

.blog-standard-meta span:hover{
    color: #0154F7;
}

.blog-standard-meta span::before {
    position: absolute;
    content: "/";
    right: -20px;
}

.blog-standard-meta span.meta::before {
    display: none;
}

.blog-standard-content h4 a {
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.blog-standard-content h4 a:hover{
    color: #0154F7;
}

.blog-standard-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0 30px;
}


/* blog standard owl carousel */

.blog-standard-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.blog-standard-area .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-standard-area .owl-prev i {
    background: inherit;
    font-size: 70px;
    color: #0154F7;
}

.blog-standard-area .owl-prev i::after{
    display: none;
}

.blog-standard-area .owl-next i {
    background: inherit;
    font-size: 70px;
    color: #0154F7;
}

.blog-standard-area .owl-next i::after{
    display: none;
}

/* pagination css */

.as-pagination {
    margin-top: 18px;
}

.as-pagination ul {
    list-style: none;
}

.as-pagination ul li {
    display: inline-block;
}

.as-pagination ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border:  1px solid #C8C8C8;;
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    transition: .5s;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.as-pagination ul li a:hover {
    color: #ffffff;
}

.as-pagination ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0154F7;
    transform: scale(0);
    border-radius:50%;
    z-index: -1;
    transition: .5s;
}

.as-pagination ul li a:hover::before {
    transform: scale(1);
}

/* recent post css */

.recent-widget-thumb {
    float: left;
    margin-right: 22px;
}

.recent-widget-thumb img {
    border-radius: 50%;
}

.recent-widget-meta span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 30px;
}

.recent-widget-meta span i {
    margin-right: 5px;
    color: #0154F7;
}

.recent-widget-title h4 a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    transition: .5s;
}

.recent-widget-title h4 a:hover{
    color: #0154F7;
}


/*==================================================
 <-- consulti Blog Details Inner Page Css-->
===================================================*/

.blog-details-area {
    padding: 122px 0 120px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-detaile-title h4 {
    margin: 35px 0 33px;
}

.blog-detaile-title h4 a {
    font-size: 35px;
    font-weight: 500;
    text-decoration: none;
}

.blog-details-meta {
    margin-bottom: 26px;
}

.blog-details-meta span {
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
}

.blog-details-meta span i{
    color: #0154F7;
    margin-right: 5px;
}

.blog-details-discription p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* blog list css */

.blog-details-list ul li {
    list-style: none;
    margin-bottom: 23px;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    font-weight: 600;
    transition: .5s;
}

.blog-details-list ul li:hover{
    color: #0154F7;
}

.blog-details-list ul li.active {
    color:#0154F7;
}

.blog-details-list ul li i {
    font-size: 22px;
    padding-right: 8px;
}


.row.line {
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    padding: 36px 0 37px;
}

.blog-details-tag h6 {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    margin-right: 36px;
}

.blog-details-tag a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #F8F8F8;
    border-radius: 3px;
    color: #102039;
    font-size: 15px;
    font-style: normal;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.blog-details-tag a:hover{
    color: #FFf;
}

.blog-details-tag a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background:#0154F7;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-tag a:hover::before{
    width: 100%;
}

.ba-blog-details-social-icons {
    text-align: right;
}

.ba-blog-details-social-icons.two {
    text-align: left;
}

.ba-blog-details-social-icons a {
    margin-left: 6px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #0154F7;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color:#0154F7;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.ba-blog-details-social-icons a:hover{
    color: #FFF;
}

.ba-blog-details-social-icons a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#0154F7;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.ba-blog-details-social-icons a:hover::before{
    transform: scale(1.1);
}

/* blog team css */

.blog-details-team-item {
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    padding: 0px 0px 42px;
}

.blog-team-thumb {
    float: left;
    margin-right: 42px;
}

.blog-team-content h4 a {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.blog-team-content p {
    margin: 18px 0 16px;
}

/* blog items css */

.blog-details-item {
    background: #F8F8F8;
    padding: 57px 30px 30px;
}

.blog-details-item.two {
    text-align: right;
}

.blog-item-thumb {
    float: left;
    margin-right: 24px;
    margin-top: -21px;
}

.blog-item-thumb.two {
    float: right;
    margin-left: 24px;
}

.blog-item-content h4 a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.blog-details-area .owl-prev {
    position: absolute;
    top: 21px;
    left: 146px;
}

.blog-details-area .owl-prev i {
    background: none;
    color: #0154F7;
    margin-right: 0px;
    font-size: 16px;
}

.blog-details-area .owl-prev i::after{
    display: none;
}

.blog-details-area .owl-next {
    position: absolute;
    top: 24px;
    right: 170px;
}

.blog-details-area .owl-next i {
    background: none;
    color:#0154F7;
    margin-left: 5px;
    font-size: 16px;
}

.blog-details-area .owl-next i::after{
    display: none;
}

/* blog details comment */

.blog-details-comment h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    margin-bottom: 36px;
}

.blog-details-comment h5::after {
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background:#0154F7;
    content: "";
    left: 0;
}

.blog-comment-list ul li {
    list-style: none;
    margin-bottom: 0;
}

.blog-comment-box {
    position: relative;
}

.blog-comment-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    bottom: -30px;
}

.blog-comment-box.inner {
    margin-left: 50px;
}

.blog-comment-box.inner::before{
    display: none;
}

.blog-comment-thumb {
    float: left;
    margin-right: 24px;
    margin-top: 12px;
}

.blog-comment-thumb img {
    border-radius: 4px;
}

.blog-comment-list .title {
    margin-bottom: 5px;
    margin-left: -12px;
}

.blog-comment-list h6.title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.blog-comment-list span.date {
    margin-left: -13px;
}

.content-main p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 0;
}

.text-sm-end a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #EFEFEF;
    border-radius: 3px;
    color: #102039;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.text-sm-end a:hover{
    color: #fff;
}

.text-sm-end a::before{
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background:#0154F7;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.text-sm-end a:hover::before{
    width: 100%;
}

/* blog contact box */

.blog-contact-title h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 54px;
    position: relative;
}

.blog-contact-title h4::before{
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background:#0154F7;
    content: "";
    left: 0;
}

/* contact form */

.form-box input {
    width: 100%;
    height: 55px;
    background: #F8F8F8;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0 17px;
    margin-bottom: 25px;
}

.form-box input::placeholder {
    color: #B1B1B1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box textarea {
    width: 100%;
    height:145px;
    background: #F8F8F8;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 5px 17px;
    margin-bottom: 25px;
}

.form-box textarea::placeholder {
    color: #B1B1B1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box-button button {
    width: 210px;
    height: 60px;
    border-radius: 3px;
    background-color: #0154F7;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.form-box-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::before {
    background: #18191D;
    opacity: 1;
    transform: scale(1,1);
}

.form-box-button.details {
    margin-left: 0;
}

/*===============================================================
<-- consulti Contact Css-->
=================================================================*/


.contact-inner-page {
    padding: 118px 0 0;
    margin-bottom: -250px;
    position: relative;
}

.contact-inner-box {
    text-align: center;
    position: relative;
}

.contact-inner-box::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 201px;
    background: rgba(205, 205, 205, 0.45);
    right: 0;
}

.contact-inner-box.two::before {
    display: none;
}

.contact-inner-icon i {
    font-size: 40px;
    color: #0154F7;
}

.contact-content h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    margin: 14px 0 13px;
}

.contact-content span {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: block;
}

.contact-box.inner {
    margin-top: 0;
    border-radius: 10px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 63px 55px 82px;
}
.contact-title {
    margin-bottom: 63px;
}

.contact-title h2 {
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
}

.form-box-button.inner {
    text-align: center;
}

/*===============================================================
<-- consulti Arror Area Css-->
=================================================================*/

.error-area {
    padding: 25px 0 124px;
}

.consulti-btn.error {
    margin-left: 0;
}

















/*===============================================================
<-- consulti Sidebar Css-->
=================================================================*/

.sidebar-textwidget .contact-info ul {
    padding: 0;
}

.sidebar-group .widget-heading {
    position: absolute;
    top: 55px;
    right: 32px;
}

.sidebar-group .sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #010212;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #fff;
    font-size: 30px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    /*-webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    /*-webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-logo {
    margin: 0 0 50px;
}

.sidebar-textwidget .sidebar-logo a img {
    width: 50%;
}

.sidebar-group .about-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.sidebar-group .about-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

.sidebar-group .contact-info {
    margin-top: 60px;
}

.sidebar-group .contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar-group ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    margin-top: 8px;
    overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
    font-size: 20px;
    font-weight: 600;
    color: #0154F7;
    margin: 0 10px 0 0px;
}

.sidebar-group ul.social-box {
    margin: 58px 0 0;
    padding: 0;
}

.sidebar-group ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

.sidebar-group ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: var(--primary-color);
    text-decoration: none;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

.sidebar-group ul.social-box li a:hover {
    background: var(--primary-color);
    color: #0154F7;
}


/* sidebar menu */

.sidebar-menu {
    position: absolute;
    right: 27px;
    top: 23px;
    display: none;
}

.sidebar-menu a {
    width: 52px;
    height: 52px;
    background: #0154F7;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.sidebar-widget-menu {
    position: relative;
}

.sidebar-widget-menu ul li {
    list-style: none;
    margin-top: 10px;
    padding: 0 0 14px;
}

.sidebar-widget-menu ul li .home-menu-title h4 {
    text-align: center;
    margin-top: 10px;
}

.sidebar-widget-menu ul li .home-menu-title h4 a {
    font-size: 20px;
    padding: 0px 0;
    font-weight: 500;
    color: #141422;
}

.sidebar-widget-menu ul li .home-menu-title h4 a:hover{
    color: #0154F7;
}

.sidebar-widget-menu ul li .home-menu-title h4 a::before{
    display: none;
}



/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color:#0154F7;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #0154F7;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}
span.flaticon-multiply i {
    display: inline-block;
    color: #0154F7;
}




/*
<!-- ============================================================== -->
<!-- consulti Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    background-image: -webkit-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #0154F7 0%, #0154F7 100%);
    background-image: -ms-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #0154F7;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    background-image: -webkit-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #0154F7;
    color: #fff;
}

@-webkit-keyframes ripple-blue {
    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(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    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(255,255,255, 0)
    }
}


@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}

/*===========================
<-- consulti Loader Css -->
=============================*/

.loader_bg {
    position: fixed;
    z-index: 9999;
    background: #1f1f1f;
    width: 100%;
    height: 100%;
}

.loading-title {
    position: absolute;
    top: calc(50vh - 25px);
    left: calc(50vw - 40px);
    z-index: 1;
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 3px;
}

.loader{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after{
    content: '';
    border: 1em solid #0154F7;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before{
    animation-delay: .5s;
}



