

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Poppins:wght@400;500;600;700&family=Quicksand:wght@400;500;600;700&display=swap');

/*-------------------------------------------------------------------------------------
    font-face css
---------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Font Awesome\ 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../images/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../images/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../images/fa-solid-900.svg#fontawesome) format("svg")
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body {
    font-family: 'Rubik', sans-serif;
}

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

a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
    color: #FF6036;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

 ::-webkit-input-placeholder {
    /* Edge */
    font-family: 'Rubik', sans-serif;
    color: #647589;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Rubik', sans-serif;
    color: #647589;
}

 ::placeholder {
    font-family: 'Rubik', sans-serif;
    color: #647589;
    font-size: 14px;
}

a,
button, .button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #223645;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: block;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #647589;
    margin-bottom: 0;
    line-height: 190%;
    font-family: 'Inter', sans-serif;
}

 ::-webkit-scrollbar {
    width: 15px;
}

 ::-webkit-scrollbar-thumb {
    background: #FF6036;
}

.button {
    padding: 16px 33px;
    background: #FF6036;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0px 5px 13px -4px rgba(255,96,54,0.75);
    -webkit-box-shadow: 0px 5px 13px -4px rgba(255,96,54,0.75);
    -moz-box-shadow: 0px 5px 13px -4px rgba(255,96,54,0.75);
}

.button:hover {
    background: #ff724b;
}

.button a {
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
}

.button a:hover {
    color: #fff;
}

.button svg {
    margin-left: 4px;
    font-size: 14px;
}
.section-title{
    margin-bottom: 65px;
}
.section-title h5{
    color: #FF6036;
    font-size: 16px;
    font-weight: 700;
}
.section-title h2{
    color: #223645;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
}
.section-title p{
    font-size: 14px;
    line-height: 180%;
    margin-top: 10px;
}
/*-------------------------------------------------------------------------------------
    back to top button
---------------------------------------------------------------------------------------*/

.top-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 25px;
    bottom: 32px;
    right: 32px;
    z-index: 999;
    color: #fff;
    background: #FF6036;
    text-align: center;
    cursor: pointer;
    display: none;
    border-radius: 50%;
}

.top-btn:hover {
    color: #fff;
    transition: all 0.4s linear;

}

/*-------------------------------------------------------------------------------------
    preloader
---------------------------------------------------------------------------------------*/

#loading {
    background-color: #FF6036;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/
.header{
    position: absolute;
    width: 100%;
    z-index: 9;
}
.main-menu ul {
    display: flex;
    align-items: center;
}

.main-menu ul li {
    margin-left: 46px;
    position: relative;
}
.main-menu ul li:first-child{
    margin-left: 0;
}

.main-menu ul li a {
    padding: 40px 0;
    text-transform: capitalize;
    color: #223645;
    font-weight: 500;
    font-size: 15px;
}
.main-menu ul li.header-cta a{
    color: #fff;
}
.main-menu ul li:hover>a{
    color: #FF6036;
}

.main-menu ul .header-cta:hover>a {
    color: #fff;
}

.main-menu ul li ul.submenu{
    display: block;
    position: absolute;
    background: #ffffff;
    width: 230px;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-top: 5px solid #FF6036;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    z-index: 9999999;
}

.main-menu ul li ul.submenu li{
    margin: 0;
    display: block;
}

.main-menu ul li ul.submenu li a {
    padding: 7px 30px;
}

.main-menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-menu ul li ul.submenu li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #FF6036;
    position: absolute;
    left: 27px;
    top: 48%;
    -webkit-transform: none;
    transform: none;
    margin-top: -1px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.main-menu ul li ul.submenu li a:hover {
    padding-left: 50px;
}

.main-menu ul li ul.submenu li:hover a:before {
    opacity: 1;
    width: 15px;
}

.main-menu ul .header-cta {
    margin-left: 80px;
}

.main-menu ul .header-cta a {
    padding: 0;
}

.main-menu ul .header-cta a:hover {
    color: #fff;
}

.main-menu ul .user-cta,
.home-two-header-bg .user-cta svg {
    margin-left: 35px;
}

.main-menu ul .user-cta svg,
.home-two-header-bg .user-cta svg {
    font-size: 16px;
}

.main-menu ul .user-cta a {
    padding: 0;
}

.main-menu ul li.user-cta ul.submenus li{
    margin-left: 0;
}
.main-menu ul li.hamburger{
    margin-left: 30px;
}
.hamburger{
    background-color: #FF6036;
    cursor: pointer;
}
.hamburger iconify-icon{
    color: #fff;
    font-size: 25px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*-------------------------------------------------------------------------------------
    hero area
---------------------------------------------------------------------------------------*/
.hero{
    background: url('../images/HeroGradient.png') no-repeat top center;
    background-size: cover;
    padding: 200px 0 68px;
    position: relative;
}
.hero-content{
    text-align: center;
}
.hero-content h1{
    color: #223645;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 150%;
}
.hero-content h1 span{
    display: block;
    position: relative;
    z-index: 999;
}
.hero-content h1 span::before{
    content: '';
    position: absolute;
    left: 48%;
    top: 12%;   
    height: 50px;
    width: 100px;
    background: #FED0C3;
    z-index: -1;
}
.hero-content p{
    text-align: center;
    padding: 0 75px;
    margin: 22px 24px;
}
.hero-img{
    margin-top: 52px;
}
.hero-img img{
    width: 100%;
}

/*-------------------------------------------------------------------------------------
    feaature area
---------------------------------------------------------------------------------------*/
.feature{
    background: url('../images/feature-bg.png') no-repeat top center;
    background-size: cover;
    margin: 68px 0;
}
.feature .section-title,
.pricing .section-title,
.blogs .section-title{
    text-align: center;
}
.feature .mt{
    margin-top: 51px;
}
.single-feature{
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    -webkit-box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    -moz-box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    border-radius: 12px;
    padding: 51px 31px;
    background: #fff;
}
.single-feature .icon{
    background: #FFEAE7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 57px;
    border-radius: 50%;
    margin-bottom: 25px;
}
.single-feature .icon iconify-icon{
    color: #FF6036;
    font-size: 25px;
}
.single-feature h5{
    color: #223645;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}
.single-feature p{
    font-size: 15px;
    line-height: 190%;
    margin-bottom: 25px;
}
.single-feature a{
    color: #FF6036;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    text-decoration: underline;
}
.single-feature a iconify-icon{
    margin-left: 12px;
    font-size: 25px;
    transition: .3s linear all;
}
.single-feature:hover a iconify-icon{
    margin-left: 20px;
}

/*-------------------------------------------------------------------------------------
    showcase area
---------------------------------------------------------------------------------------*/
.showcase{
    background: url('../images/showcase-bg.png') no-repeat center center;
    background-size: contain;
    padding: 68px 0;
}
.showcase .section-title{
    margin-bottom: 39px;
}
.single-showcase{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    -webkit-box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    -moz-box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    padding: 51px 30px;
}
.single-showcase.highlight{
    border-left: 4px solid #FF6036;
}
.single-showcase h5{
    color: #223645;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.single-showcase p{
    font-weight: 400;
    font-size: 14px;
    line-height: 190%;
}
.showcase .mt-17{
    margin-top: 17px;
}
.showcase .mt-30{
    margin-top: 30px;
}
.video{
    margin-right: -15%;
    position: relative;
}
.video img{
    width: 100%;
}
.flex-center{
    display: flex;
    align-items: center;
}
.showcase .mt-section{
    margin-top: -15%;
}
.video::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #223645;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    opacity: .5;
}
.pulse{
    position: absolute;
    background: #fff;
    color: #FF6036;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
    transition: .3s linear all;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 41%;
    left: 57%;
}
.pulse:hover svg{
    color: #FF6036;
}

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

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

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

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

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

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

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

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

/*-------------------------------------------------------------------------------------
    case study area
---------------------------------------------------------------------------------------*/
.case-studies{
    background: url('../images/case-bg.png') no-repeat center center;
    background-size: cover;
    padding: 68px 0;
}
.case-studies .section-title{
    margin-bottom: 0;
}
.case-studies .section-title p{
    padding-right: 38%;
}
.tabs-wrapper{
    display: flex;
    justify-content: end;
}
.tabs-wrapper button{
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #223645;
    margin-right: 25px;
}
.tabs-wrapper button:last-child{
    margin-right: 0;
}
.tabs-wrapper button.active{
    background: #FF6036;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
}
.single-case{
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    -webkit-box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    -moz-box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    padding: 21px;
    transition: .3s linear all;
}
.single-case:hover a{
    color: #FF6036;
}
.single-case:hover iconify-icon{
    color: #FF6036;
}
.case-studies .mt-65{
    margin-top: 65px;
}
.case-icon iconify-icon{
    transition: .3s linear all;
}
.case-studies .mb-30{
    margin-bottom: 30px;
}
.case-img img{
    width: 100%;
}
.case-content{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case-meta p{
    font-size: 14px;
    color: #223645;
    text-transform: lowercase;
}
.case-meta a{
    font-size: 20px;
    color: #223645;
    font-weight: 600;
}


/*-------------------------------------------------------------------------------------
    testimonial area
---------------------------------------------------------------------------------------*/
.testimonial{
    margin: 68px 0;
}
.testimonial .testi-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial .client-info{
    display: flex;
    align-items: center;
}
.testimonial .name{
    margin-left: 24px;
}
.testimonial .name h5{
    color: #223645;
    font-size: 22px;
    font-weight: 600;
}
.testimonial .name p{
    color: #FF6036;
    font-size: 16px;
    font-weight: 500;
}
.testimonial .p-r-25{
    padding: 0 25px;
}
.testi-meta .review{
    color: #FF6036;
}
.testi-wrapper .testi-text{
    margin: 20px 0 47px;
}
ul.slick-dots{
    display: flex;
}
ul.slick-dots li{
    margin-right: 10px;
}
ul.slick-dots li.slick-active > button{
    width: 40px;
    border-radius: 20px;
    background: #FF6036;
}
ul.slick-dots li button{
    border: none;
    width: 12px;
    height: 12px;
    background: #bbc5cf;
    border-radius: 50%;
}
.slick-dots li button {
    text-indent: -9999px;
 }

 /*-------------------------------------------------------------------------------------
    pricing area
---------------------------------------------------------------------------------------*/
.pricing{
    background: url('../images/price-bg.png') no-repeat  right bottom;
    background-size: contain;
    padding: 68px 0;
}
.pricing .section-title p{
    padding: 0 10%;
}
.single-price{
    background: #fff;
    padding: 46px 35px;
}
.single-price h5{
    font-size: 25px;
    color: #223645;
    font-weight: 600;
    margin-bottom: 15px;
}
.single-price h3{
    color: #FF6036;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(100, 117, 137, .3);
}
.single-price h3 span{
    font-size: 15px;
    color: #223645;
    font-weight: 500;
}
.price-list{
    margin-top: 21px;
}
.price-list ul li{
    display: flex;
    align-items: center;
}
.price-list ul li{
    margin-bottom: 25px;
}
.price-list ul li:last-child{
    margin-bottom: 0;
}
.price-list ul li iconify-icon{
    background: #FDE5DE;
    color: #FF6036;
    display: flex;
    align-items: center;
    height: 22px;
    width: 22px;
    justify-content: center;
    border-radius: 6px;
    margin-right: 13px;
}
.price-btn{
    padding: 15px 83px;
    border: 1px solid #FF6036;
    background: transparent;
    box-shadow: none;
    margin-top: 46px;
}
.price-btn:hover a{
    color: #fff;
}
.price-btn a{
    font-size: 14px;
    color: #223645;
}

.single-price.active{
    background: #223645;
    border-radius: 14px;
}
.single-price.active h5,
.single-price.active h3,
.single-price.active span{
    color: #fff;
}

.single-price.active .price-list ul li iconify-icon{
    background: #FF6036;
    color: #fff;
}

.single-price.active .price-list ul li p{
    color: #fff;
}
.single-price.active .price-btn{
    background: #FF6036;
    border: none;
}
.single-price.active .price-btn a{
    color: #fff;
}

 /*-------------------------------------------------------------------------------------
    counter area
---------------------------------------------------------------------------------------*/
.counter{
    padding: 68px 0;
}
.counter .section-title{
    margin-bottom: 0;
}
.single-counter{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single-counter .counter-icon{
    background: #FDE5DE;
    padding: 14px;
    border-radius: 50%;
    height: 57px;
    width: 57px;
}

.single-counter .counter-icon iconify-icon{
    color: #FF6036;
    font-size: 30px;
}
.single-counter h5{
    font-size: 40px;
    font-weight: 600;
    color: #223645;
    margin-top: 7px;
}
.single-counter p{
    color: #223645;
    font-weight: 500;
    font-size: 16px;
}
.counter .end-justify{
    display: flex;
    justify-content: end;
}
.counter .mr-55{
    margin-right: 55px;
}


 /*-------------------------------------------------------------------------------------
    brands area
---------------------------------------------------------------------------------------*/
.brands{
    padding: 68px 0;
}


 /*-------------------------------------------------------------------------------------
    contact  area
---------------------------------------------------------------------------------------*/
.contacts{
    background: #223645;
    padding: 135px 0;
    margin: 68px 0;
}
.contacts .section-title{
    margin-bottom: 32px;
}
.contacts .section-title h2,
.contacts .section-title p{
    color: #fff;
}
.contacts .contact-info ul li{
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 25px;
    margin-bottom: 15px;
}
.contacts .contact-info ul li:last-child{
    margin-bottom: 0;
}
.contacts .contact-info ul li iconify-icon{
    font-size: 25px;
    margin-right: 15px;
}
.contact-info p{
    color: #fff;
    font-size: 14px;
}
.contacts form input{
    padding: 25px;
    border-radius: 8px;
    border: none;
    width: 330px;
}
.contacts form textarea{
    width: 718px;
    border-radius: 8px;
    border: none;
    padding: 20px;
    height: 181px;
}
.contacts form .button{
    box-shadow: none;
    margin-top: 47px;
}

 /*-------------------------------------------------------------------------------------
    blog  area
---------------------------------------------------------------------------------------*/
.blogs{
    padding: 68px 0;
    background: url('../images/blog-bg.png') no-repeat center center;
}
.blog-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.single-blog .case-img{
    margin-bottom: 30px;
}
.blog-meta p{
    color: #223645;
    font-size: 14px;
    font-weight: 600;
}
.blog-meta p.brand{
    color: #223645;
}
.blog-meta p{
    color: #FF6036;
    font-size: 14px;
    font-weight: 500;
}
.blog-content a{
    font-size: 20px;
    color: #223645;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
}
.single-blog:hover .blog-content a{
    color: #FF6036;
}
.single-blog-right:hover .blog-content a{
    color: #FF6036;
}
.blog-content p{
    font-size: 14px;
    line-height: 180%;
    padding-right: 25px;
}
.single-blog-right{
    display: flex;
    align-items: center;
}
.single-blog-right .blog-content{
    margin-left: 30px;
}
.single-blog-right .case-img img{
    width: auto;
}
.single-blog-right.mb-30{
    margin-bottom: 30px;
}

 /*-------------------------------------------------------------------------------------
    newsletter  area
---------------------------------------------------------------------------------------*/
.newsletter{
    border-top: 1px solid rgba(100, 117, 137, .3);
    border-bottom: 1px solid rgba(100, 117, 137, .3);
    padding: 48px 0;
}
.newsletter .section-title{
    margin-bottom: 0;
}
.newsletter form input{
    padding: 20px;
    border-radius: 36px;
    border: 1px solid #FF6036;
    width: 536px;
    position: relative;
}

.newsletter form .button{
    position: absolute;
    right: 9%;
    top: 7%;
}

 /*-------------------------------------------------------------------------------------
    footer  area
---------------------------------------------------------------------------------------*/
.footer{
    padding: 81px 0;
}
.widget-1 p{
    color: #223645;
    font-size: 15px;
    margin: 16px 0;
}
.social-icons ul{
    display: flex;
}
.social-icons ul li {
   margin-right: 23px;
}
.social-icons ul li:last-child {
    margin-right: 0;
 }
.social-icons ul li a{
    font-size: 20px;
    color: #FF6036;
}
.widget-2 h6,
.widget-3 h6, 
.widget-4 h6,
.widget-5 h6{
    font-size: 18px;
    font-weight: 600;
    color: #223645;
    margin-bottom: 24px;
}
.footer-links ul li{
    margin-bottom: 24px;
}
.footer-links ul li:last-child{
    margin-bottom: 0;
}
.footer-links ul li a{
    color: #223645;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    line-height: 100%;
}
.footer-links ul li a:hover{
    color: #FF6036;
}

 /*-------------------------------------------------------------------------------------
    footer  copyright area
---------------------------------------------------------------------------------------*/
.footer-bottom{
    padding: 20px 0;
}
.copyright-wrapper{
    padding-top: 20px;
    border-top: 1px solid rgba(100, 117, 137, .3);
}
.footer-bottom p{
    font-size: 14px;
    color: #223645;
}
.footer-bottom span{
    color: #FF6036;
    font-weight: 700;
}
.payment ul {
    display: flex;
    align-items:  center;
}
.payment ul li{
    margin-right: 20px;
}
.payment ul li:last-child{
    margin-right: 0;
}
.footer-bottom .flex-end{
    display: flex;
    justify-content: end;
}

/* ####################### */
/* The side navigation menu */
.sidenav {
    height: 100%; 
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0; 
    right: 0;
    background-color: #FF6036; 
    overflow-x: hidden;
    padding-top: 60px; 
    transition: .3s linear all;
    
}
.sidenav .widget-1,
.sidenav .widget-2{
    padding: 0 35px;
}

.sidenav .widget-1 p{
    color: #fff;
}
.sidenav .social-icons ul li a iconify-icon{
    color: #fff;
}
.sidenav .widget-2{
    margin-top: 80px;
}
.sidenav .widget-2 h6{
    color: #fff;
}
.sidenav .widget-2 ul li a{
    color: #fff;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

/* @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} */

 /*-------------------------------------------------------------------------------------
    About Page Hero area
---------------------------------------------------------------------------------------*/
.inner-page-header{
    position: inherit;
}
.hero-area{
    background: url('../images/inner-hero.png') no-repeat left center;
    background-size: cover;
    background-color: #FFFCFB;
    padding: 193px 0;
}
.inner-hero-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-hero-text h2{
    font-size: 40px;
    color: #223645;
    font-weight: 600;
    line-height: 140%;
}
.inner-hero-text span{
    display: flex;
    align-items: center;
}
.inner-hero-text span a{
    color: #223645;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    line-height: 143%;
}
.inner-hero-text span a:last-child{
    color: #FF6036;
    font-weight: 600;
    margin-left: 5px;
}
.about-feature{
    margin-top: 136px;
}

 /*-------------------------------------------------------------------------------------
    Service Details Page
---------------------------------------------------------------------------------------*/
.service-details{
    padding: 136px 0;
}
.details-content h4{
    font-size: 22px;
    color: #223645;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-details p{
    font-size: 15px;
}
.details-content p{
    margin-bottom: 10px;
}
.details-img img{
    width: 100%;
}
.service-details .mt-65{
    margin-top: 65px;
}
.service-details .service-quote {
    background: #FF6036;
    max-width: 998px;
    margin: 30px auto;
    padding: 30px 102px;
    border-radius: 10px;
}
.service-details .service-quote p {
    color: #fff;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}
.service-details .service-list-wrapper {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}
.service-details .service-list-wrapper .list h5 {
    font-size: 22px;
    font-weight: 600;
    color: #223645;
    margin-bottom: 12px;
}
.service-details .service-list-wrapper .list-desc {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.service-details .service-list-wrapper .list iconify-icon {
    color: #FF6036;
    font-size: 25px;
    background: #FFDDD8;
    border-radius: 50%;
}
.service-details .service-list-wrapper .list p {
    font-size: 15px;
    margin-left: 14px;
    color: #647589;
}

 /*-------------------------------------------------------------------------------------
    Portfolio Page
---------------------------------------------------------------------------------------*/
.portfolio-hero{
    margin-bottom: 68px;
}


 /*-------------------------------------------------------------------------------------
    Portfolio Details Page
---------------------------------------------------------------------------------------*/
.portfolio-details{
    padding-top: 68px;
    margin-bottom: 136px;
}
.portfolio-details-img{
    margin-bottom: 65px;
}
.portfolio-details-content h4{
    color: #223645;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 24px;
}
.portfolio-details-content p{
    font-size: 16px;
}
.portfolio-details-content p.mt{
    margin-top: 25px;
}
.portfolio-details .service-list-wrapper {
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
}
.portfolio-details .service-list-wrapper .list h5 {
    font-size: 22px;
    font-weight: 600;
    color: #223645;
    margin-bottom: 12px;
}
.portfolio-details .service-list-wrapper .list-desc {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.portfolio-details .service-list-wrapper .list iconify-icon {
    color: #FF6036;
    font-size: 25px;
    background: #FFDDD8;
    border-radius: 50%;
}
.portfolio-details .service-list-wrapper .list p {
    font-size: 15px;
    margin-left: 14px;
    color: #647589;
}

.portfolio-meta-wrapper{
    background: #FFFFFF;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.06);
    padding: 43px 38px;
    border-radius: 10px;
}
.portfolio-meta-wrapper h5{
    font-weight: 500;
    font-size: 29px;
    line-height: 120%;
    color: #223645;
    margin-bottom: 29px;
}
.portfolio-meta-wrapper .meta-list ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #223645;
    border-bottom: 1px solid rgba(100, 117, 137, .3);
    padding: 19px 0;
}
.portfolio-meta-wrapper .meta-list ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.portfolio-meta-wrapper .meta-list ul li span{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #223645;
}

/*-------------------------------------------------------------------------------------
    Blogs Page
---------------------------------------------------------------------------------------*/
.blogs-area{
    padding-top: 68px;
    margin-bottom: 136px;
}
.search, .categories, .recent-posts{
    margin-bottom: 50px;
}
.search input {
    width: 100%;
    padding: 18px 28px;
    border: none;
    background-color: rgba(166, 173, 180, 0.1);
    position: relative;
    border-radius: 31px;
}
.search iconify-icon {
    background: #FF6036;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    padding: 13px;
    position: absolute;
    right: 6%;
    top: 7px;
    cursor: pointer;
}
.categories h5, .recent-posts h5, .tags h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #223645;
}
.categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.categories ul li.active>* {
    color: #FF6036;
}
.categories ul li a, .categories ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #223645;
}
.single-recent-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.recent-meta{
    margin-left: 15px;
}
.recent-meta a{
    font-size: 14px;
    font-weight: 500;
    color: #223645;
}
.recent-meta p{
    font-size: 14px;
    color: #FF6036;
}
.tag {
    background: #FFF1EF;
    display: inline-block;
    padding: 8px 26px;
    margin: 3px 3px 3px 0;
    border-radius: 100px;
}
.tag a {
    color: #223645;
    font-weight: 500;
    font-size: 12px;
}
.blogs-area .blog-mb{
    margin-bottom: 30px;
}
.pagination {
    margin-top: 35px;
}
.single-pagination.active {
    background: #FF6036;
}
.single-pagination.active a{
    color: #fff;
}
.single-pagination {
    background: rgba(181, 185, 189, 0.2);
    padding: 5px 16px;
    margin-right: 10px;
    border-radius: 14px;
}
.single-pagination a {
    font-size: 18px;
    color: #647589;
}



 /*-------------------------------------------------------------------------------------
    Blog Details Page
---------------------------------------------------------------------------------------*/
.blog-details-wrapper img.blog-banner {
    margin-bottom: 30px;
    width: 100%;
}
.top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-content-wrapper p {
    font-size: 15px;
}
.top-meta p {
    color: #FF6036;
    font-size: 14px;
    font-weight: 500;
}
.top-meta .social {
    display: flex;
    align-items: center;
}
.top-meta .social p {
    color: #223645;
    font-size: 14px;
    margin-right: 18px;
}
.top-meta .social ul {
    display: flex;
}
.top-meta .social ul li {
    margin-right: 11px;
}
.top-meta .social ul li a {
    font-size: 14px;
}
.blog-content-wrapper h2 {
    color: #223645;
    font-size: 28px;
    font-weight: 600;
    margin-top: 11px;
}
.bottom-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 14px;
    color: #223645;
    margin-bottom: 17px;
}
.bottom-meta .date, .author, .comments {
    display: flex;
    align-items: center;
}
.bottom-meta a {
    font-size: 14px;
    margin-left: 8px;
    color: #FF6036;
    font-weight: 500;
}
.blog-content-wrapper p {
    font-size: 15px;
}
.blog-details-quote {
    margin: 24px 0;
}
.blog-details-quote p {
    font-size: 24px;
    color: #223645;
    font-weight: 600;
    line-height: 35px;
    padding: 0 73px;
    font-family: "Poppins", sans-serif;
}
.paginate-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    border-bottom: 1px solid rgba(100, 117, 137, 0.2);
    padding-bottom: 11px;
}
.paginate-link a {
    color: #223645;
    font-size: 14px;
}
.blog-comments {
    margin-top: 44px;
}
.blog-comments h4 {
    font-size: 22px;
    color: #223645;
    font-weight: 500;
    margin-bottom: 28px;
}

.single-comment{
    display: flex;
    align-items: flex-start;
    margin-bottom: 56px;
}
.single-comment:last-child{
    margin-bottom: 0;
}
.single-comment img{
    margin-bottom: 0;
    width: 100px;
}
.name-meta-info {
    margin-left: 18px;
}
.name-meta-info .name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.name-meta-info .name h5{
    font-size: 18px;
    color: #223645;
    font-weight: 600;
}
.name-meta-info .date{
    display: flex;
    align-items: center;
    justify-content: center;
}
.name-meta-info .name span{
    font-size:14px ;
}
.single-comment .name-meta-info .date a{
    font-size: 14px;
    color: #FF6036;
    margin-left: 7px;
    font-weight: 600;
}

.comment-form {
    margin-top: 52px;
}
.comment-form h4{
    font-size: 22px;
    color: #223645;
    margin-bottom: 23px;
}
.comment-form input{
    background-color: rgba(166, 173, 180, 0.1);
    border: none;
    padding: 25px 30px;
    width: 100%;
    border-radius: 12px;
}
.comment-form input.sm{
    width: 96%;
    border-radius: 12px;
}
.comment-form textarea{
    border-radius: 12px;
    background-color: rgba(166, 173, 180, 0.1);
    border: 0;
    padding: 25px 30px;
}
.form-control:focus {
    color: #647589;
    background-color: rgba(100, 117, 137, 0.1);
    outline: 0;
}
.form-group p{
    color: #FF6036;
    font-weight: 500;
    margin-top: 21px;
    margin-bottom: 0;
}
.comment-form .button{
    color: #fff;
    padding: 15px 33px;
    margin-top: 35px;
}


 /*-------------------------------------------------------------------------------------
    Contact Page
---------------------------------------------------------------------------------------*/
.contact-page-hero{
    margin-bottom: 136px;
}
.contacts.no-margin{
    margin-bottom: 0;
}
.map .no-gutter{
    padding: 0;
    margin: 0;
    height: 350px;
}
.map iframe{
    border: none;
    width: 100%;
    height: 100%;
}

/*-------------------------------------------------------------------------------------
       team page
---------------------------------------------------------------------------------------*/
.home-4-team.inner-team{
    padding-bottom: 136px;
}
.inner-team .section-title{
    text-align: center;
}
.inner-team .inner-team-row .inner-team-hover{
    bottom: 2px;
}

.inner-team .inner-team-row .h-353{
    height: 353px;
}
.inner-team .mar-30{
    margin-top: 30px;
}
 /*-------------------------------------------------------------------------------------
    404 Page
---------------------------------------------------------------------------------------*/
.error{
    padding: 68px 0 136px;
}
.error-wrapper{
    text-align: center;
}
.error-wrapper h5,
.error-wrapper h4{
    color: #223645;
    font-weight: 600;
    line-height: 120%;
}

.error-wrapper h5{
    font-size: 180px;
    margin-bottom: 22px;
}
.error-wrapper h4{
    font-size: 30px;
    margin-bottom: 49px;
}


 /*-------------------------------------------------------------------------------------
    FAQ Page
---------------------------------------------------------------------------------------*/
.faq-page{
    padding: 68px 0 136px;
}
.card{
    border-left: 0;
    border-right: 0;
}
.card:first-child {
    border-top: 0;
}
.card:last-child {
    border-bottom: 0;
}
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}
.card-header h2{
    text-decoration: none;
}
.card-header h2 button{
    color: #223645;
    font-weight: 600;
    font-size: 22px;
}
.content .card-body p{
    color: #647589;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}
.btn-link {
    color: #223645;
}
 .btn-link:hover{
    color: #FF6036;
    text-decoration: none;
}
.btn.btn-link.btn-block.text-left{
    text-decoration: none;
    color: #FF6036;
}
.btn.btn-link.btn-block.text-left.collapsed {
    color: #223645;
}

/*-------------------------------------------------------------------------------------
       Policy page
---------------------------------------------------------------------------------------*/
.policy-page{
    padding: 68px 0 136px;
}
.policy-page h2, .terms-page h2, .terms-list-wrapper{
    font-size: 42px;
    padding-left: 80px;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
    color: #223645;
}
.p-l-r{
    margin-bottom: 65px;
}
.p-l-r p{
    font-size: 15px;
    padding-right: 100px;
}
.policy-single h4{
    font-size: 25px;
    font-weight: 600;
    color: #223645;
    margin-bottom: 10px;
}
.policy-single p{
    font-size: 15px;
    font-family: "inter", sans-serif;
    color: #647589;
}
.p-l-r-100{
    padding: 0 80px;
}
.margin-b-30{
    margin-bottom: 30px;
}


/*-------------------------------------------------------------------------------------
       terms page
---------------------------------------------------------------------------------------*/
.terms-page{
    padding: 68px 0 136px;
}
.terms-page h2{
    padding-right: 50px;
    color: #223645;
    font-size: 42px;
}
.terms-page .p-l-r p{
    padding-left: 24px;
}
.para-wrapper{
    display: flex;
    align-items: center;
    padding-left: 80px;
    margin-top: 29px;
}
.para-wrapper .line{
    height: 40px;
    width: 7px;
    background: #FF6036;
}
.terms-list-wrapper{
    display: flex;
    align-items: baseline;
    margin-top: 35px;
}
.terms-list-wrapper h6{
    color: #FF6036;
    font-weight: 700;
}
.terms-list-wrapper p{
    font-size: 15px;
    margin-left: 20px;
}
.p-m-b{
    margin-top: 65px;
}

/*-------------------------------------------------------------------------------------
       Home page Two
---------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
       Home-two header
---------------------------------------------------------------------------------------*/
.home-two-header{
    position: inherit;
}
.home-two-header .main-menu .user-cta a{
    display: flex;
    align-items: center;
    font-size: 25px;
}
.home-two-header .main-menu ul li.user-cta ul.submenus{
    width: 300px;
    padding: 20px 20px;
    top: 290%;
    display: block;
    position: absolute;
    background: #ffffff;
    right: -50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-top: 5px solid #FF6036;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    z-index: 99;
}
.main-menu ul li.user-cta ul.submenus.show-input{
    visibility: visible;
    opacity: 1;
}
.home-two-header .main-menu ul li.user-cta ul.submenus li input{
    width: 100%;
    border: 0.2px solid #bbc9da;
}


/*-------------------------------------------------------------------------------------
       Home-two Hero
---------------------------------------------------------------------------------------*/
.home-two-hero{
    padding: 93px 0 68px;
   
    background-size: cover;
    position: relative;
    z-index: 99;
}
.home-two-hero .hero-text-content h1{
    font-size: 72px;
    color: #223645;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 30px;
}
.home-two-hero .hero-text-content p{
    font-size: 15px;
    color: #223645;
    line-height: 180%;
    padding-right: 144px;
    margin-bottom: 34px;
}
.home-two-hero .hero-text-content .home-two-cta,
.home-two-contact .contact-wrapper .home-two-cta,
.news-wrapper .home-two-cta{
    display: inline-block;
}
.home-two-hero .hero-text-content .home-two-cta a,
.home-two-contact .contact-wrapper .home-two-cta a,
.news-wrapper .home-two-cta a{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #223645;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9999;
}
.home-two-hero .hero-text-content .home-two-cta iconify-icon,
.home-two-contact .contact-wrapper .home-two-cta iconify-icon, .news-wrapper .home-two-cta iconify-icon{
    margin-left: 10px;
    font-size: 20px;
}
.home-two-hero .hero-text-content .home-two-cta a::before,
.home-two-contact .contact-wrapper .home-two-cta a::before,
.news-wrapper .home-two-cta a::before{
    content: "";
    position: absolute;
    right: -7px;
    bottom: -20px;
 
    height: 63px;
    width: 63px;
    border-radius: 50%;
   
}
.home-two-hero .hero-text-content .left-img{
    margin-top: 145px;
}
.home-two-hero .right-img{
    margin-right: -88px;
    display: flex;
    justify-content: end;
}
.home-two-hero .relative-div{
    position: absolute;
    left: 36%;
    top: 24%;
    z-index: -1;
}
.home-two-hero .center-img{
    position: relative;
}
.home-two-hero .center-img::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #223645;
    opacity: .3;
    height: 100%;
    width: 100%;
}
.home-two-play{
    left: 56%;
    top: 43%;
    z-index: 999999999;
}


/*-------------------------------------------------------------------------------------
       Home-two Help
---------------------------------------------------------------------------------------*/
.help{
    padding: 68px 0;
    background: url('../images/home-2-help-shape.png') no-repeat right bottom;
    background-size: auto;
}
.help .fl-center,
.home-two-news .fl-center,
.home-3-faq .fl-center{
    display: flex;
    align-items: center;
}
.help-content{
    background: #FAF0EE;
    padding: 70px 44px;
}
.help-content h4{
    font-size: 38px;
    color: #223645;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 21px;
}
.help-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 190%;
    color: #223645;
    margin: 30px 0;
}
.help-content p:last-child{
    margin: 16px 0;
}
.help-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-help ul li,
.right-help ul li{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.left-help ul li iconify-icon,
.right-help ul li iconify-icon {
    color: #fff;
    font-size: 25px;
    background: #FF8363;
    border-radius: 50%;
}
.left-help ul li span,
.right-help ul li span {
    font-weight: 500;
    font-size: 16px;
    line-height: 190%;
    color: #223645;
    font-family: "Poppins",sans-serif;
    margin-left: 10px;
}

/*-------------------------------------------------------------------------------------
       Home-two Workflow
---------------------------------------------------------------------------------------*/
.home-two-workflow{
    padding: 68px 0;
}
.home-two-workflow .section-title,
.how-it-works .section-title,
.home-two-testi .section-title{
    text-align: center;
}
.home-two-workflow .single-workflow{
    background: #fff;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    padding: 48px 19px;
}
.home-two-workflow .single-workflow iconify-icon{
    background: #DAFBFE;
    color: #34DEEB;
    font-size: 36px;
    padding: 14px;
    margin-bottom: 20px;
}
.home-two-workflow .single-workflow iconify-icon.purple{
    background: #E4E7FF;
    color: #2177D8;
}
.home-two-workflow .single-workflow iconify-icon.red{
    background: #FEE3E6;
    color: #FB5869;
}
.home-two-workflow .single-workflow iconify-icon.gray{
    background: #F4F7FC;
    color: #647589;
}
.home-two-workflow .single-workflow h4{
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #223645;
    margin-bottom: 7px;
}
.home-two-workflow .single-workflow p{
    font-weight: 400;
    font-size: 14px;
    line-height: 190%;
    color: #647589;
}

/*-------------------------------------------------------------------------------------
       Home-two How It Works
---------------------------------------------------------------------------------------*/
.how-it-works{
    padding: 68px 0;
}
.how-it-works .fl-center{
    display: flex;
    align-items: center;
}
.how-works-content h4{
    font-weight: 700;
    font-size: 44px;
    line-height: 140%;
    color: #223645;
    margin-bottom: 20px;
}
.how-works-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 190%;
    color: #223645;
    margin-bottom: 12px
}
.how-works-content p:last-child{
    margin-bottom: 0
}
.works-badges{
    position: relative;
    z-index: 999;
}
.works-badges img{
    position: absolute;
    top: 0;
    right: -10%;
    z-index: -1;
}

.single-badge{
    background: #FFFFFF;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    padding: 28px 61px;
    border-left: 4px solid #FF8363;
    margin-bottom: 35px;
    width: 520px;
}
.single-badge:last-child{
    margin-bottom: 0;
}
.single-badge.two{
    border-left: 4px solid #FFC569;
    margin-left: 30px;
}
.single-badge.three{
    border-left: 4px solid #3C73C7;
}
.works-badges .single-badge h6{
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    color: #223645;
    margin-bottom: 16px;
}
.works-badges .single-badge p{
    font-weight: 400;
    font-size: 14px;
    line-height: 190%;
    color: #223645;
}

/*-------------------------------------------------------------------------------------
       Home-two Testimonials
---------------------------------------------------------------------------------------*/
.home-two-testi{
    padding: 68px 0 ;
    background: url('../images/home-two-testi-shape.png') no-repeat center center;
    background-size: contain;
}
.home-two-testi .home-two-testi-slider .testi-wrapper{
    text-align: center;
}
.home-two-testi .home-two-testi-slider .testi-wrapper .client-info{
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}
.home-two-testi .home-two-testi-slider .testi-wrapper .client-info .client-img img{
    position: relative;
}
.home-two-testi .home-two-testi-slider .testi-wrapper .client-info .quote{
    position: absolute;
    background: #FFC569;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    right: 46%;
    top: 10%;
}
.home-two-testi .home-two-testi-slider .testi-wrapper p{
    padding: 0 9%;
    font-size: 19px;
    line-height: 190%;
    text-align: center;
    color: #223645;
    
}
.home-two-testi .home-two-testi-slider .testi-wrapper .name{
    margin-bottom: 50px;
}
.home-two-testi .home-two-testi-slider .testi-wrapper .name h5{
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #223645;
}
.home-two-testi .home-two-testi-slider .testi-wrapper .name p{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #223645;
}
.home-two-testi .testimonial-slider{
    display: flex;
    justify-content: center;
}


/*-------------------------------------------------------------------------------------
       Home-two Contacts
---------------------------------------------------------------------------------------*/
.home-two-contact{
    position: relative;
    margin: 68px 0 136px;
}
.home-two-contact .shape-1{
    position: absolute;
    left: 0;
    top: 0;
}
.home-two-contact .shape-2{
    position: absolute;
    right: 20%;
    top: 12%;
}

.home-two-contact .contact-wrapper{
    background: #FFFFFF;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    padding: 84px 56px;
}
.home-two-contact .section-title{
    margin-bottom: 29px;
}
.contact-wrapper form input{
    margin-bottom: 62px;
}
.contact-wrapper form input,
.contact-wrapper form textarea{
    background: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #223645;
    width: 100%;
    padding: 19px 0;
}
.contact-wrapper form textarea{
    margin-bottom: 70px;
}
.contact-wrapper form input::placeholder{
    color: #223645;
}
.contact-wrapper .form-brand{
    margin-top: 70px;
}

/*-------------------------------------------------------------------------------------
       Home-two Newsletter
---------------------------------------------------------------------------------------*/
.home-two-news{
    background: url('../images/home-2-news-shape.png') no-repeat center center;
    background-size: cover;
    padding: 83px 0;
    margin-top: 68px;
}
.home-two-news .section-title{
    margin-bottom: 0;
}
.home-two-news .section-title p{
    font-weight: 400;
    font-size: 16px;
    line-height: 190%;
    color: #223645;
}
.news-wrapper form input{
    border: 0;
    width: 536px;
    padding: 25px;
    position: relative;
}
.fl-end{
    display: flex;
    justify-content: end;
}
.news-wrapper .home-two-cta{
    position: absolute;
    right: 6%;
    top: 36%;
}

/*-------------------------------------------------------------------------------------
       Home-Three Topbar
---------------------------------------------------------------------------------------*/
.home-3-topbar{
    background: #223645;
}
.home-3-topbar .fl-center,
.left-topbar,
.top-phone,
.top-mail,
.right-topbar,
.topbar-menu ul,
.topbar-social ul{
    display: flex;
    align-items: center;
}
.top-phone iconify-icon,
.top-mail iconify-icon{
    color: #fff;
    margin-right: 10px;
}
.top-phone a, .top-mail a{
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
}
.top-phone{
    margin-right: 28px;
}
.topbar-menu ul li{
    margin-right: 20px;
}
.topbar-menu ul li:last-child{
    margin-right: 0;
}
.topbar-menu ul li a{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
}
.topbar-menu ul li a:hover{
    color: #FF6036;
}
.topbar-social{
    margin-left: 33px;
}
.topbar-social ul li{
    margin-right: 18px;
}
.topbar-social ul li:last-child{
    margin-right: 0;
}
.topbar-social ul li a{
    color: #fff;
}
.home-3-btn{
    background: #FF6036;
    padding: 17px 39px;
    margin-left: 20px;
    display: inline-block;
    transition: .3s linear all;
}
.home-3-btn a{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.home-3-btn:hover{
    background: #ff734d;
}
/*-------------------------------------------------------------------------------------
       Home-Three Header
---------------------------------------------------------------------------------------*/
.home-3-header{
    border-bottom: .2px solid rgba(100, 117, 137, .2)
}


/*-------------------------------------------------------------------------------------
       Home-Three Hero
---------------------------------------------------------------------------------------*/
.home-3-hero{
    border-bottom: .2px solid rgba(100, 117, 137, .2);
    background: url('../images/home-3-hero-bg.png') no-repeat center center;
    background-size: cover;
}
.home-3-hero .pl-none{
    padding-left: 0;
}
.home-3-hero-content{
    padding-top: 91px;
}
.home-3-hero-img{
    padding-top: 84px;
}
.home-3-hero .slide-up{
    margin-top: -15%;
    padding-bottom: 58px;
}
.home-3-hero-content h1{
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 135%;
    text-transform: capitalize;
    color: #223645;
    margin-bottom: 23px;
    position: relative;
}
.home-3-hero-content p{
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    text-transform: capitalize;
    color: #223645;
    margin-bottom: 33px;
}
.home-3-hero-content .home-3-btn{
    margin-left: 0;
}
.home-3-hero-content .shield{
    display: inline-block;
    position: absolute;
    right: 15%;
    top: 24%;
}
.hero-side-content{
    border-left: .2px solid rgba(100, 117, 137, .2);
    padding-left: 50px;
    padding-top: 154px;
}
.hero-side-content h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    text-transform: capitalize;
    color: #223645;
    margin-bottom: 20px;
}

.hero-side-content span{
    color: #FF6036;
}
.hero-side-content p,.hero-stat p{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-transform: lowercase;
    color: #223645;
    margin-bottom: 32px;
}
.hero-stat h3{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 160%;
    text-transform: lowercase;
    color: #223645;
}
.hero-stat p.mb-none{
    margin-bottom: 0;
}
.home-3-box{
    background: #FFFFFF;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    padding: 40px 17px;
    transition: .3s linear all;
}
.home-3-box:hover{
    background: #F0E5CF;
}
.home-3-box.bg-pale{
    background: #F0E5CF;
}
.home-3-box h6{
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #223645;
    margin-bottom: 12px;
}
.home-3-box p{
    font-weight: 400;
    font-size: 14px;
    line-height: 190%;
    color: #223645;
    margin-bottom: 22px;
}
.home-3-box a{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    line-height: 190%;
    letter-spacing: 0.115em;
    color: #FF6036;
    display: flex;
    align-items: center;
}
.home-3-box iconify-icon{
    font-size: 20px;
}


/*-------------------------------------------------------------------------------------
       Home-Three About
---------------------------------------------------------------------------------------*/
.home-3-about{
    background: url('../images/home-3-about.png') no-repeat center center;
    background-size: cover;
    padding: 135px 0;
}
.home-3-about .home-3-btn{
    margin-left: 0;
    margin-top: 37px;
}
.home-3-abt-content h3{
    font-weight: 700;
    font-size: 44px;
    line-height: 140%;
    color: #223645;
    margin-bottom: 20px;
}
.home-3-abt-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 190%;
    color: #223645;
    border-left: 3px solid #FF6036;
    margin-bottom: 25px;
    padding-left: 33px;
}
.home-3-abt-content p:last-child{
    margin-bottom: 0;
}
.calculator{
    background: #FFFFFF;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
}
.calc-top{
    padding: 65px 42px;
}
.calculator h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #223645;
    margin-bottom: 18px;
}
.calculator p{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #223645;
    margin-bottom: 48px;
    padding-right: 33%;
}
.calculator span{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #223645;
    display: block;
    margin-bottom: 16px;
}
.calculator h5{
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    color: #223645;
}
.calculator input.form-range{
    width: 100%;
}
.calc-bottom{
    display: flex;
}
.calc-left{
    background: #FAF0EE;
    padding: 23px 42px;
}
.calc-right{
    background: #EDF7FB;
    padding: 23px 42px;
}
.calc-left h5,
.calc-right h5{
    font-weight: 600;
    font-size: 28px;
    line-height: 180%;
    color: #223645;
}
.calc-left p,
.calc-right p{
    margin-bottom: 0;
    padding-right: 0;
}
input[type="range"]::-webkit-slider-runnable-track{
    background-color: #FF6036;
    height: 5px;
}
/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #FF6036; 
  }
  input[type="range"]::-moz-range-track {  
    background-color: #ffc6b8;
  }
  /* IE*/
  input[type="range"]::-ms-fill-lower {
    background-color: #FF6036; 
  }
  input[type="range"]::-ms-fill-upper {  
    background-color: #ffc6b8;
  }

  /*-------------------------------------------------------------------------------------
       Home-Three Services
---------------------------------------------------------------------------------------*/
.home-3-service{
    background: url('../images/home-3-service-bg.png') no-repeat center center;
    background-size: cover;
    padding: 135px 0;
    margin-top: 68px;
}
.home-3-service-content h4{
    font-weight: 700;
    font-size: 44px;
    line-height: 140%;
    color: #223645;
}
.home-3-service-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 190%;
    color: #223645;
    margin-top: 20px;
    border-left: 3px solid #FF6036;
    padding-left: 45px;
}
.home-3-service .home-3-box.bg-pale{
    background: #F0E5CF;
}
.home-3-service .home-3-box{
    padding: 56px 34px;
    background: #F7F7F7;
}
.home-3-service .home-3-box:hover{
    background: #F0E5CF;
}
.home-3-service .mt-30{
    margin-top: 30px;
}

  /*-------------------------------------------------------------------------------------
       Home-Three Charts
---------------------------------------------------------------------------------------*/
.home-3-charts{
    background: url('../images/home-3-charts-bg.png') no-repeat center center;
    background-size: cover;
    margin: 136px 0
}
.charts-wrapper h4{
    font-weight: 700;
    font-size: 44px;
    line-height: 140%;
    color: #223645;
    margin-bottom: 20px;
}
.charts-wrapper p{
    font-weight: 400;
    font-size: 16px;
    line-height: 190%;
    color: #223645;
    margin-bottom: 31px;
}
.charts-list{
    display: flex;
}
.chart-left .top,
.chart-right .top{
    display: flex;
    align-items: center;
}
.chart-left iconify-icon,
.chart-right iconify-icon{
    background: #F0E5CF;
    font-size: 15px;
    border-radius: 50%;
    color: #FF6036;
    padding: 8px;
}
.chart-left span,
.chart-right span{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 190%;
    color: #223645;
    margin-left: 14px;
}
.chart-right{
    margin-left: 50px;
}
.chart-left .mt,
.chart-right .mt{
    margin-top: 30px;
}
.chart-img-wrapper img{
    width: 100%;
}
.home-3-charts .fl-center,
.home-3-testimonial .fl-center{
    display: flex;
    align-items: center;
}


  /*-------------------------------------------------------------------------------------
       Home-Three Testimonials
---------------------------------------------------------------------------------------*/
.home-3-testimonial{
    background: url('../images/home-3-testi-bg.png') no-repeat center center;
    background-size: cover;
    margin-bottom: 136px;
}
.home-3-testimonial .charts-wrapper p{
    margin-bottom: 0;
}
.home-3-testi-wrapper{
    background: #F7F7F7;
    padding: 50px 54px;
    margin-bottom: 36px;
}
.home-3-testi-wrapper p{
    font-weight: 400;
    font-size: 19px;
    line-height: 190%;
    color: #223645;
    padding: 0 30px;
}
.home-3-testi-wrapper .client-meta{
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-top: 23px;
}
.home-3-testi-wrapper .client-meta .name{
    margin-left: 12px;
}
.home-3-testi-wrapper .client-meta .name p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #223645;
    padding: 0;
}
.home-3-testi-wrapper .client-meta .name .star ul{
    display: flex;
}
.home-3-testi-wrapper .client-meta .name .star ul li iconify-icon{
    color: #DD963C;
}

  /*-------------------------------------------------------------------------------------
       Home-Three Testimonials
----------------------------------------------
-----------------------------------------*/
.home-3-faq{
    background: url('../images/home-3-faq-bg.png') no-repeat center center;
    background-size: cover;
    padding: 135px 0;
    margin-bottom: 136px;
}
.home-3-faq .charts-wrapper p{
    padding-right: 74px;
}
.home-3-faq .card{
    background: none;
}
.home-3-faq .card .card-header h2 button{
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #223645;
    background: none;
}

  /*-------------------------------------------------------------------------------------
       Home-Three Brands
----------------------------------------------
-----------------------------------------*/
.home-3-brands{
    margin-bottom: 136px;
}

  /*-------------------------------------------------------------------------------------
       Home-Three Newsletter
----------------------------------------------
-----------------------------------------*/
.home-3-news{
    background: #f7f7f7;
    padding: 83px 0;
}
.home-3-news .news-wrapper input{
    position: relative;
}
.home-3-news .news-wrapper .home-3-btn{
    position: absolute;
    right: 4%;
    bottom: 12%;
}


  /*-------------------------------------------------------------------------------------
       Home-Four Newsletter
----------------------------------------------
-----------------------------------------*/
.home-4-header {
    top: 49px;
}
.home-4-header-bg{
    background-color: #fff;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    border-radius: 14px;
    padding: 0 28px;
}
.home-4-hamburger{
    background: #FFF1EF;
    border-radius: 8px;
}
.home-4-hamburger iconify-icon{
    color: #223645;
}

  /*-------------------------------------------------------------------------------------
       Home-Four Newsletter
----------------------------------------------
-----------------------------------------*/
.home-4-hero{
    background: url('../images/home-4-hero-bg.png') no-repeat right bottom;
    background-size: contain;
    padding: 279px 0 71px 0;
}
.home-4-hero .hero-txt-wrapper h1{
    font-family: 'Quicksand',sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 140%;
    text-transform: capitalize;
    color: #223645;
}
.home-4-hero .hero-txt-wrapper h1 span{
    font-weight: 700;
    font-size: 80px;
    line-height: 140%;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #FF6036;
}
.home-4-hero .hero-txt-wrapper .hero-txt-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 42px;
}
.home-4-hero .hero-txt-wrapper .hero-txt-bottom .home-4-btn a,
.home-4-newsletter form .home-4-btn a{
    font-family: 'Quicksand',sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #FF6036;
    display: flex;
    align-items: center;
}
.home-4-hero .hero-txt-wrapper .hero-txt-bottom p{
    font-family: 'Quicksand',sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 190%;
    text-transform: lowercase;
    color: #223645;
    max-width: 500px;
    margin-right: -21%;
}


  /*-------------------------------------------------------------------------------------
       Home-Four Feature
----------------------------------------------
-----------------------------------------*/
.home-4-feature{
    background: #FFFCFB;
    background-size: cover;
    padding: 135px 0;
    margin-top: 65px;
    position: relative;
    z-index: 999;
    margin-bottom: 68px;
}
.feat-shape{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.feat-shape img{
    width: 100%;
}
.home-4-sec-title{
    margin-bottom: 65px;
}
.home-4-sec-title h5{
    font-family: 'Quicksand',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 143%;
    text-align: center;
    text-transform: capitalize;
    color: #FF6036;
}
.home-4-sec-title h2{
    font-family: 'Quicksand',sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    color: #223645;
}

.feat-icon{
    margin-bottom: 18px;
}
.single-feat{
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 7px 55px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 64px 32px;
}
.single-feat h4{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #223645;
}
.single-feat p{
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 16px;
    line-height: 190%;
    color: #647589;
    margin-top: 10px;
}

  /*-------------------------------------------------------------------------------------
       Home-Four Showcase
----------------------------------------------
-----------------------------------------*/
.home-4-showcase{
    padding: 68px 0;
}
.home-4-showcase .p-rel{
    background: url('../images/home-4-showcase-bg.png') no-repeat center center;
}

.home-4-showcase .fl-center{
    display: flex;
    align-items: center;
}
.single-count{
    background: #FFFFFF;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    border-radius: 4px;
    padding: 63px 30px;
    text-align: center;
}
.single-count h4{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 65px;
    line-height: 120%;
    color: #223645;
}
.single-count p{
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 19px;
    line-height: 160%;
    color: #223645;
}
.show-img{
    margin-left: 25px;
}
.single-count.m-t-3{
    margin-top: 30px;
}

/*-------------------------------------------------------------------------------------
       Home-Four Case
----------------------------------------------
-----------------------------------------*/
.home-4-case{
    margin: 68px 0;
}
.single-case-4{
    position: relative;
    margin: 68px 0;
}
.single-case-4:hover .hover-state{
    visibility: visible;
    opacity: 1;
}
.home-4-case .fl-center{
    display: flex;
    align-items: center;
}
.single-case-4 img{
    width: 100%;
}
.single-case-4 .hover-state{
    background: #FF6036;
    width: 300px;
    border-bottom-left-radius: 14px;
    padding: 28px 53px;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s linear all;
}
.single-case-4 .hover-state h5{
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    text-transform: capitalize;
    color: #FFFFFF;
}
.single-case-4 .hover-state a{
    font-family: 'Quicksand';;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-transform: capitalize;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

/*-------------------------------------------------------------------------------------
       Home-Four Awards
----------------------------------------------
-----------------------------------------*/
.home-4-awards{
    margin: 68px 0;
}
.home-4-awards .home-4-sec-title h2{
    padding: 0 20px;
}
.home-4-awards .fl-center{
    display: flex;
    align-items: center;
}
.home-4-awards .mt-30{
    margin-bottom: 30px;
}
.single-award-list{
    display: flex;
    margin-bottom: 30px;
}
.single-award-list:last-child{
    margin-bottom: 0;
}
.icon-cont{
    margin-right: 14px;
}
.award-list-wrapper h4{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 23px;
    line-height: 140%;
    color: #223645;
}
.award-list-wrapper p{
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 16px;
    line-height: 190%;
    color: #223645;
}

.single-achievment h4{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    color: #FF6036;
    margin-bottom: 12px;
}
.single-achievment h3{
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #223645;
    margin-bottom: 11px;
}
.single-achievment p{
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 16px;
    line-height: 190%;
    color: #223645;
}


/*-------------------------------------------------------------------------------------
       Home-Four Video
----------------------------------------------
-----------------------------------------*/
.home-4-video{
    padding: 68px 0;
}
.top-heading{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 45px;
    line-height: 160%;
    text-align: center;
    color: #223645;
    margin-bottom: 65px;
}
.home-4-video .video{
    margin-right: 0;
    border-radius: 18px;
}
.home-4-video .video::before{
    border-radius: 18px;
}
.home-4-video .pulse{
    top: 63%;
    left: 49%;
}

/*-------------------------------------------------------------------------------------
       Home-Four Testimonials
----------------------------------------------
-----------------------------------------*/
.home-4-testi{
    margin: 68px 0;
}
.single-4-testi{
    background: #FFFFFF;
    border: 1px solid #FF6036;
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.03);
    border-radius: 15px;
    padding: 67px 37px;
    margin-bottom: 35px;
}
.single-4-testi .client-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-4-testi .client-meta .meta-info{
    display: flex;
    align-items: center;
}
.testi-text{
    margin-left: 20px;
}
.testi-text h5{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #223645;
}
.testi-text p{
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FF6036;
    margin-top: 11px;
}
.star-rev ul{
    display: flex;
}
.star-rev ul li{
    color: #FF6036;
}
.single-4-testi .testi-cont{
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 18px;
    line-height: 190%;
    color: #223645;
    margin-top: 30px;
}
.home-4-testi .home-4-testimonial-slider {
    display: flex;
    justify-content: center;
}


  /*-------------------------------------------------------------------------------------
       Home-Four Testimonials
----------------------------------------------
-----------------------------------------*/
.home-4-team{
    padding: 68px 0;
}
.home-4-single-team{
    position: relative;
    margin-bottom: 35px;
}
.home-4-team-slider .team-hover,
.inner-team-row .inner-team-hover{
    background: #FF6036;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    width: 90%;
    bottom: 35px;
}

.team-hover p{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 10px;
    line-height: 160%;
    color: #FFFFFF;
}
.team-hover h4{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 23px;
    line-height: 160%;
    color: #FFFFFF;
}
.team-hover .social-icons ul li iconify-icon{
    color: #fff;
    font-size: 15px;
}
.home-4-team .home-4-team-slider {
    display: flex;
    justify-content: center;
}

  /*-------------------------------------------------------------------------------------
       Home-Four Blogs
----------------------------------------------
-----------------------------------------*/
.home-4-blogs{
    margin: 68px 0;
}
.home-4-blog-meta p.brand{
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    color: #223645;
}
.home-4-blog-meta p:last-child{
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    color: #FF6036;
}
.home-4-blog-content a{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    text-transform: capitalize;
    color: #223645;
}
.home-4-blog-content p{
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-transform: lowercase;
    color: #223645;
}

  /*-------------------------------------------------------------------------------------
       Home-Four Brands
----------------------------------------------
-----------------------------------------*/
.home-4-brands{
    padding: 68px 0;
}

  /*-------------------------------------------------------------------------------------
       Home-Four Newsletter
----------------------------------------------
-----------------------------------------*/
.home-4-newsletter{
    margin: 68px 0 136px 0;
}
.news-bg-4{
    background: #FFFAF9;
    padding: 100px 0;
    border-radius: 18px;
}
.home-4-newsletter form input{
    width: 100%;
    padding: 24px 40px;
    border-radius: 36px;
    border: 1px solid #FF6036;
    position: relative;
}
.home-4-newsletter form .home-4-btn{
    position: absolute;
    right: 6%;
    bottom: 35%;
}

  /*-------------------------------------------------------------------------------------
       Home-Four Footer
----------------------------------------------
-----------------------------------------*/
.footer-top-border{
    border-top: 1px solid rgba(100, 117, 137, .2);
}
