/*=====================
        01. FONTS
=======================*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');

/*===========================
      02. MAIN STYLES
=============================*/
body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', Sans-serif;
    line-height: 28px;
    margin: 0;
    position: relative;
    background-color: #f5f5f5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

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

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

img {
    max-width: 100%;
    width: 100%;
}

/* ==============================
    03. Section Title Styles
 ================================*/
.section-title {
    padding-bottom: 80px;
}

.section-title h2 {
    font-size: 56px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40%;
    text-transform: uppercase;
}

.section-title.section-title-two h2 {
    color: #0D0B50;
}

.section-title h2:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 35%;
    height: 1px;
    background: #FED47E;
}

.section-title.section-title-two h2:before {
    background: #fb8b2b;
    height: 10px;
}

.section-title.section-title-three h2:before {
    background: #fb8b2b;
}

.section-title.section-title-four h2:before {
    background: #F24848;
}

.section-title.section-title-five h2:before {
    background: #fb8b2b;
}

.section-title p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 32px;
}

.section-title.section-title-two p {
    color: #0D0D0D;
}

.section-title.section-title-two p:after {
    background: #F58C57;
    height: 3px;
}

.section-title.section-title-four p:after {
    background: #F24848;
}


/* ==========================
    04. Header Styles
============================= */
#header-area {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#header-area.header-area {
    background: #1A1B21;
}

#header-area.header-area-two {
    background: url(../img/bg/home-three-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#header-area.header-area-two:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 11, 255, .35);
}

#header-area.header-area-three {
    background-image: url(../img/bg/home-three-20.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#header-area.header-area-three:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, .5);
}

#header-area.header-area-four {
    background-image: url(../img/bg/6.html);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
}

#header-area.header-area-four.header-area-four-slider {
    background-image: url(../img/bg/6-slider.jpg);
}

#header-area.header-area-four:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 14, 14, .9);
}

#header-area.header-area-four-video {
    position: relative;
}

#header-area.header-area-four-video:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 12, .8);
}

#header-area.header-area-five {
    background: url(../img/bg/bg-ten-port-8.jpg);
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    position: relative;
}

#header-area.header-area-five:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 15, 34, .8);;
}


#header-area .header-video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header-top {
    position: relative;
    z-index: 2;
}

.header-area-four .header-top {
    background: #141214;
    box-shadow: 0 3px 6px rgba(0,0,0, .12);
}

.header-top .main-menu li {
    display: inline-block;
}

.header-top .main-menu li a {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    padding: 30px 15px 5px;
    transition: all .4s ease;
    border-bottom: 8px solid transparent;
}

.header-top-two .main-menu li a {
    color: #ffffff;
}

.header-top .main-menu li a:hover {
    border-bottom: 8px solid #F5CC83;
    color: #F5CC83;
} 

.header-top-two .main-menu li a:hover {
    border-bottom: 8px solid #fb8b2b;
    color: #fb8b2b;
}

.header-top-three .main-menu li a:hover {
    border-bottom: 8px solid #fb8b2b;
    color: #fb8b2b;
}

.header-top-five .main-menu li a:hover {
    border-color: #fb8b2b;
    color: #fb8b2b;
}

.header-area-four .header-top .main-menu li a {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.header-area-four .header-top .main-menu li a:hover,
.header-area-four-video .header-top .main-menu li a:hover {
    border-bottom-color: #f24848;
    color: #f24848;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(53, 53, 53, 50%);
}

.header-bottom {
    display: flex;
    align-items: center;
    height: 80vh;
    position: relative;
    z-index: 1;
}

.header-bottom-left h5 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 35px;
    line-height: 32px;
    font-family: "Josefin Sans", sans-serif;
}

.header-area-two .header-bottom-left h5 {
    color: #ffffff;
}

.header-bottom-left h5:after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 50%;
    height: 1px;
    bottom: 15px;
    right: 0;
}

.header-area-two .header-bottom-left h5:after {
    background: #ffffff;
}

.header-bottom-left h1 {
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.header-bottom-two .header-bottom-left h1 {
    color: #ffffff;
}

.header-bottom-left h1 span {
    font-weight: 700;
    padding: 8px 12px 0px;
    line-height: 1;
    background: #FED47E;
    color: #ffffff;
    display: inline-block;
}

.header-bottom-two .header-bottom-left h1 span {
    background: #fb8b2b;
}


.header-area-five .header-bottom-five-content h1 {
    font-size: 100px;
    line-height: 125px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    color: #ffffff;
}

.header-area-five .header-bottom-five-content h4 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.header-bottom-five-content .header-bottom-five-small-heading {
    font-size: 28px;
    line-height: 36px;
}

.header-bottom-five-content .header-bottom-five-heading-color {
    background: #fb8b2b;
    padding: 10px 25px;
    display: inline-block;
    color: #0a000a;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper {
    margin-top: 20px;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn,
.header-area-five .header-bottom-five-content a.header-bottom-five-btn {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 30px;
    display: inline-block;
    background: #22242C;
    font-weight: 600;
    padding: 15px 40px;
    margin-right: 15px;
    transition: all .4s ease;
}

.header-area-five .header-bottom-five-content a.header-bottom-five-btn:hover {
    background: #fb8b2b;
    color: #010101;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn:hover {
    background: #FED47E;
    color: #010101;
}

.header-area-two .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn:hover {
    background: #fb8b2b;
    color: #010101;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color {
    background: #FED47E;
    color: #010101;
}

.header-area-two .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color {
    background: #fb8b2b;
    color: #010101;
}

.header-area-five .header-bottom-five-content a.header-bottom-five-btn-color {
    background: #fb8b2b;
    color: #010101;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color:hover {
    background: #22242c;
    color: #ffffff;
}

.header-area-two .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color:hover {
    color: #ffffff;
}

.header-area-five .header-bottom-five-content p {
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}

.header-area-five .header-bottom-five-content a.header-bottom-five-btn:last-child {
    margin-right: 0;
}

.header-bottom-right {
    max-width: 375px;
    max-height: 520px;
    position: relative;
}

.header-bottom-right-two {
    position: relative;
    z-index: 0;
}

.header-bottom-right:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: -50px;
    border: 20px solid #FED47E;
    z-index: 1;
}

.header-bottom-right-two:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(15, 11, 255, .2);
}

.header-area-two .header-bottom-right:before {
    border-color: #fb8b2b;
}

.header-area-three .header-bottom-three {
    text-align: center;
}

.header-area-three .header-bottom-three .single-slider-three h1 {
    font-size: 70px;
    font-weight: 900;
    font-family: 'Josefin Sans', sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1.5;
}

.header-area-three .header-bottom-three .single-slider-three h1 span {
    background: #fb8b2b;;
    color: #010101;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
}

.header-area-three .header-bottom-three .single-slider-three p {
    font-size: 18px;
    color: #b4b4b4;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.header-area-three .header-bottom-three .single-slider-three a {
    font-size: 15px;
    display: inline-block;
    text-transform: capitalize;
    color: #010101;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    background: #fb8b2b;
    letter-spacing: 1px;
    padding: 15px 35px;
    margin-top: 30px;
}

.header-bottom-right img {
    position: relative;
    z-index: 1;
}

.header-bottom-four-content {
    text-align: center;
}

.header-bottom-four-content h1 {
    font-size: 90px;
    line-height: 150px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.header-bottom-four-btn {
    display: inline-block;
    color: #ffffff;
    background: transparent;
    border: 1px solid #F24848;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    font-size: 18px;
    line-height: 28px;
    font-family: 'Josefin Sans', sans-serif;
    padding: 20px 35px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all .4s ease;
    position: relative;
    z-index: 5;
}

.header-bottom-four-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #F24848;
    transition: all .4s ease;
    z-index: -1;
}

.header-bottom-four-btn:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #F24848;
    transition: all .4s ease;
    z-index: -1;
}

.header-bottom-four-btn:hover:before,
.header-bottom-four-btn:hover:after {
    width: 100%;
}


.header-bottom-four-btn:hover {
    color: #ffffff;
}

/* Owl Slider Home Three */
.header-bottom-three-slider .owl-nav .owl-prev, .header-bottom-three-slider .owl-nav .owl-next, .header-bottom-four-slider .owl-nav .owl-prev, .header-bottom-four-slider .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    background: #fb8b2b;
    color: #010101;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

/* Home four slider styles */
.header-bottom-four-slider .owl-nav .owl-prev, .header-bottom-four-slider .owl-nav .owl-next {
    background: transparent;
    border: 1px solid #f24848;
    color: #ffffff;
    left: 15px;
    transition: all .4s ease;
}

.header-bottom-four-slider .owl-nav .owl-prev:hover, .header-bottom-four-slider .owl-nav .owl-next:hover {
    background: #f24848;
    color: #ffffff;
    border: 1px solid transparent;
}

.header-bottom-three-slider .owl-nav .owl-next,.header-bottom-four-slider .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.header-bottom-four-slider .owl-nav .owl-next {
    right: 15px;
}

/* =========================
    05. Service Styles
============================ */
#service-area {
    padding: 140px 0;
    background: #1E1F26;
}

#service-area.service-area-two {
    background: #F6F7FA;
}


#service-area.service-area-four {
    background: #0a0a0a;
}

#service-area .single-service {
    padding: 65px 65px;
    transition: all .4s ease;
    position: relative;
}

#service-area .single-service:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 278px;
    background: #CFCFCF;
    transform: translateY(-50%);
}

#service-area.service-area-two .single-service:before {
    display: none;
}

#service-area.service-area-four .single-service:before {
    display: none;
}

#service-area .single-service:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 4px;
    height: 100px;
    background: #FED47E;
    transform: translateY(-50%);    
}

#service-area.service-area-two .single-service:after {
    display: none;
}

#service-area.service-area-three .single-service:after {
    background: #fb8b2b;
}

#service-area.service-area-four .single-service:after {
    display: none;
}

.service-area-two .single-service {
    background: #ffffff;
    border: 0;
    border-left: 10px solid #fb8b2b;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

.service-area-four .single-service {
    background: #212020;
}

#service-area.service-area-five .single-service {
    background: #130f22;
    border: 0;
    padding: 65px;
}

.single-service i {
    font-size: 50px;
    color: #FED47E;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .4s ease;
}

.service-area-two .single-service i {
    color: #fb8b2b;
}

.service-area-three .single-service i {
    color: #fb8b2b;
}

.service-area-four .single-service i {
    color: #F24848;
}

.service-area-five .single-service i {
    color: #fb8b2b;
}

.single-service h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: .4s ease;
}

.service-area-two .single-service h4 {
    color: #141414;
}

.service-area-four .single-service h4 {
    text-transform: capitalize;
}

.single-service p {
    font-size: 18px;
    color: #6B6B6B;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: .4s ease;
}

.single-service a {
    font-size: 16px;
    padding: 12px 25px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 5;
    font-family: 'Josefin Sans', sans-serif;
    border: 1px solid #ffffff;
    transition: .4s ease;
}

.service-area-two .single-service a:before,
.single-service a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .4s ease;
}

.single-service a:before {
    background: #FED47E;
}

.service-area-two .single-service a:after,
.single-service a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .4s ease;
}

.single-service a:after {
    background: #FED47E;
}

.service-area-two .single-service a:before,
.service-area-two .single-service a:after {
    background: #fb8b2b;
}

.service-area-three .single-service a:before,
.service-area-three .single-service a:after {
    background: #fb8b2b;
}


.single-service a:hover:before,
.single-service a:hover:after {
    width: 50%;
}

.single-service a:hover {
    border: 1px solid transparent;
    color: #010101;
}

.service-area-two .single-service a {
    background: transparent;
    border: 2px solid #fb8b2b;
    color: #010101;
    font-weight: 600;
}

.service-area-four .single-service a {
    background: transparent;
    border: 1px solid #F24848;
    position: relative;
    z-index: 5;
}

.service-area-five .single-service a {
    border-color: #fb8b2b;
}

.service-area-four .single-service a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #F24848;
    z-index: -1;
    transition: all .4s ease;
}

.service-area-five .single-service a:before {
    background: #fb8b2b;
}

.service-area-four .single-service a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #F24848;
    z-index: -1;
    transition: all .4s ease;
}

.service-area-five .single-service a:after {
    background: #fb8b2b;
}

.service-area-four .single-service a:hover:before,
.service-area-five .single-service a:hover:before,
.service-area-four .single-service a:hover:after,
.service-area-five .single-service a:hover:after {
    width: 50%;
}

.service-area-four .single-service a:hover {
    color: #ffffff;
}

.service-area-five .single-service a:hover {
    color: #010101;
}

.service-area-two .single-service:before {
    background: #F68D58;
}

.service-area-four .single-service:before {
    background: #F24848;
}

.single-service:hover:before {
    height: 100%;
}

.service-area-two .single-service:after {
    background: #F68D58;
}

.service-area-four .single-service:after {
    background: #F24848;
}

.single-service:hover:after {
    height: 100%;
}

.single-service:hover i {
    transform: scale(1.1);
}

/* ================================
    06. About Section Styles
=================================== */
#about-area {
    padding: 140px 0;
    background: #17171b;
}

#about-area.about-area-two {
    background: #ffffff;
}

#about-area.about-area-four {
    background: #131214;
}

#about-area.about-area-five {
    background: #130f22;
}

.about-area-left h4 {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
}

.about-area-two .about-area-left h4 {
    color: #0D0B50;
}

.about-list li {
    font-size: 16px;
    line-height: 28px;
    color: #5B5B5B;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.about-list li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #FED47E;
    border-radius: 50%;
}

.about-area-two .about-list li:before {
    background: #fb8b2b;
    border: 0;
}

.about-area-three .about-list li:before {
    background: #fb8b2b;
}

.about-area-four .about-list li:before {
    background: #F24848;
}

.about-area-five .about-list li:before {
    background: #fb8b2b;
}

.about-area-left a {
    color: #ffffff;
    background: transparent;
    padding: 20px 60px;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #FED47E;
    transition: all .4s ease;
    position: relative;
    z-index: 5;
}

.about-area-left a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #FED47E;
    z-index: -1;
    transition: all .4s ease;
}

.about-area-left a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #FED47E;
    z-index: -1;
    transition: all .4s ease;
}

.about-area-left a:hover:before,
.about-area-left a:hover:after {
    width: 50%;
}

.about-area-left a:hover {
    color: #010101;
}

.about-area-two .about-area-left a {
    border: 2px solid #fb8b2b;
    background: transparent;
    color: #010101;
    transition: all .4s ease;
    position: relative;
}

.about-area-three .about-area-left a {
    border-color: #fb8b2b;
}

.about-area-four .about-area-left a {
    border: 1px solid #F24848;
    background: transparent;
}

.about-area-four .about-area-left a:hover {
    color: #ffffff;
}

.about-area-five .about-area-left a {
    border: 1px solid #fb8b2b;
}

.about-area-two .about-area-left a:hover {
    color: #010101;
    font-weight: 600;
}

.about-area-two .about-area-left a:before {
    background: #fb8b2b;
}

.about-area-four .about-area-left a:before {
    background: #F24848;
}

.about-area-five .about-area-left a:before {
    background: #fb8b2b;
}

.about-area-left a:hover:before {
    width: 100%;
}

.about-area-two .about-area-left a:after {
    background: #fb8b2b;
}

.about-area-three .about-area-left a:before,
.about-area-three .about-area-left a:after {
    background: #fb8b2b;
}


.about-area-four .about-area-left a:after {
    background: #F24848;
}

.about-area-five .about-area-left a:after {
    background: #fb8b2b;
}

.about-area-left a:hover:after {
    width: 100%;
}

.about-area-five .about-area-left a:hover {
    color: #010101;
    border: 1px solid transparent;
}

.about-area-right {
    max-width: 375px;
    max-height: 520px;
    position: relative;
}

.about-area-right:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50px;
    left: -50px;
    border: 20px solid #FED47E;
    z-index: 1;
}

.about-area-two .about-area-right:before {
    border-color: #fb8b2b;
    border-width: 25px;
}

.about-area-three .about-area-right:before {
    border-color: #fb8b2b;
}

.about-area-four .about-area-right:before {
    border-color: #F24848;
    border-width: 25px;
}

.about-area-five .about-area-right:before {
    border-color: #fb8b2b;
}

.about-area-right img {
    position: relative;
    z-index: 1;
}

/* ==============================
    07. Feature Section Style
================================= */
#feature-area {
    padding: 140px 0 110px;
    background-color: #1E1F26;
}

#feature-area.feature-area-two {
    background: #f9ebb8;
}

#feature-area.feature-area-four {
    background: #0a0a0a;
}

.single-feature {
    padding: 50px;
    background: #1A1B21;
    margin-bottom: 30px;
    display: flex;
    transition: all .4s ease;
    position: relative;
    z-index: 5;
    flex-flow: column;
}

.single-feature:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #FED47E;
    transition: all .4s ease;
    z-index: -1;
}


.single-feature:hover:before {
    width: 100%;
}

.feature-area-two .single-feature {
    background: #ffffff;
    border: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    position: relative;
}

.feature-area-four .single-feature {
    background: #212020;
    transition: all .4s ease;
    position: relative;
    z-index: 5;
}

.feature-area-three .single-feature:before {
    background: #fb8b2b;
}

.feature-area-four .single-feature:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #b84848;
    z-index: -1;
    transition: all .4s ease;
}

.feature-area-four .single-feature:hover:before,
.feature-area-four .single-feature:hover:after {
    width: 100%;
}

.feature-area-five .single-feature {
    background: #130f22;
    border: 0;
}

.single-feature h3 {
    color: #fb8b2b;
    transition: all .4s ease;
}
.single-feature li {
    transition: all .4s ease;
}
.single-feature:hover :is(h3, p, li) {
    color: #fff!important;
    transition: all .4s ease;
}
.single-feature h2 {
    font-size: 70px;
    line-height: 100px;
    color: #FED47E;
    font-weight: 400;
    margin-right: 30px;
    transition: all .4s ease;
}

.single-feature:hover h2 {
    color: #2F3039;
}

.feature-area-two .single-feature h2 {
    color: #fb8b2b;
    transition: all .4s ease;
    z-index: 1;
}

.feature-area-two .single-feature:hover h2 {
    color: #010101;
}

.feature-area-three .single-feature h2 {
    color: #fb8b2b;
}

.feature-area-three .single-feature:hover h2 {
    color: #2F3039;
}

.feature-area-four .single-feature h2 {
    color: #ffffff;
}

.single-feature p {
    font-size: 17px;
    color: #ffffff;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding: 0 0 0 48px;
    position: relative;
    transition: all .4s ease;
}

.single-feature:hover p {
    color: #2F3039;
}

.feature-area-two .single-feature p {
    color: #010101;
    transition: all .4s ease;
}

.feature-area-two .single-feature:hover p {
    color: #ffffff;
    color: #010101;
}

.feature-area-four .single-feature:hover p {
    color: #ffffff;
}

.single-feature p:before {
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
    background: #2F3039;
    content: "";
}

.feature-area-two .single-feature p:before {
    background: #f1f1f1;
    transition: all .4s ease;
}

.feature-area-two .single-feature:hover p:before {
    background: #ffffff;
}

.feature-area-four .single-feature p:before {
    background: #F24848;
    transition: all .4s ease;
}

.feature-area-four .single-feature:hover p:before {
    background: #ffffff;
}

.feature-area-two .single-feature:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fb8b2b;;
    transition: all .4s ease;
}

.feature-area-two .single-feature:hover:before {
    width: 100%;
}

/* =================================
    08. Portfolio Section Style
==================================== */
#portfolio-area {
    padding: 140px 0 110px;
    background: #17171b;
}

#portfolio-area.portfolio-area-two {
    background: #FFFFFF; 
}

#portfolio-area.portfolio-area-four {
    background: #131214;
}

#portfolio-area.portfolio-area-five {
    background: #0a0a0a;
}

.single-portfolio {
    margin-bottom: 30px;
}

.single-portfolio .portfolio-img {
    position: relative;
}

.single-portfolio .portfolio-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    content: "";
    cursor: pointer;
    transition: .4s ease;
    background: rgba(26, 27, 33, .7);
}

.portfolio-area-four .single-portfolio .portfolio-img:before {
    background: rgba(26, 27, 33, .7);
}


.single-portfolio .portfolio-img:hover:before {
    height: 100%;
}

.portfolio-area-two .single-portfolio .portfolio-img:after {
    background: rgba(246, 141, 87, .3);
}


.portfolio-area-four .single-portfolio .portfolio-img:after {
    background: rgba(242, 72, 72, .3);
}

.single-portfolio .portfolio-img:hover:after {
    height: 100%;
}

.portfolio-img a {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 1;
}

.portfolio-img:hover a {
    left: 50%;
    opacity: 1;
    visibility: visible;
}

.portfolio-img a i {
    background: rgba(255, 255, 255, .08);
    font-size: 14px;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
}

.overlay-portfolio-text {
    position: relative;
    padding: 15px 15px 15px 20px;
}

.portfolio-area .overlay-portfolio-text {
    background: #12151d;
}

.portfolio-area-two .overlay-portfolio-text {
    background: #FFFFFF;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}

.portfolio-area-five .overlay-portfolio-text {
    background: #18132b;
}

.overlay-portfolio-text:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #EFC777;
    width: 5px;
    height: 100%;
}

.portfolio-area-two .overlay-portfolio-text:before {
    background: #fb8b2b;
}

.portfolio-area-five .overlay-portfolio-text:before {
    background: #fb8b2b;
}

.overlay-portfolio-text h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
}

.portfolio-area-two .overlay-portfolio-text h4 {
    color: #0D0B50;
}

.overlay-portfolio-text p {
    font-size: 14px;
    color: #a2a1a1;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.single-portfolio .portfolio-img img {
    height: 100%;
}

/* Portfolio carousel dots style */
#portfolio-area .owl-carousel .owl-dots {
    display: inline-block !important;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    text-align: center;
}

#portfolio-area .owl-carousel .owl-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FED47E;
    display: inline-block;
    margin: 10px 10px 0;
}

#portfolio-area .owl-carousel .owl-dot.active {
    background: #f1b335;
}

#portfolio-area.portfolio-area-two .owl-carousel .owl-dot {
    background: #fb8b2b;
}


#portfolio-area.portfolio-area-two .owl-carousel .owl-dot.active {
    background: #bdb51b;
}

#portfolio-area.portfolio-area-five .owl-carousel .owl-dot {
    background: #fb8b2b;
}

#portfolio-area.portfolio-area-five .owl-carousel .owl-dot.active {
    background: #bdb51b;
}

/* =================================
    09. Counter Styles
==================================== */
#counter-area {
    padding: 140px 0;
    background: #1E1F26;
}

#counter-area.counter-area-two {
    background: #F6F7FA;
}


#counter-area.counter-area-four {
    background: #0a0a0a;
}

#counter-area.counter-area-five {
    background: #130f22;
}

.single-counter {
    text-align: center;
}

.single-counter h1 {
    font-size: 84px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.counter-area-two .single-counter h1 {
    color: #0D0B50;
}

.single-counter span {
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    padding-left: 40px;
    display: inline-block;
    position: relative;
}

.counter-area-two .single-counter span {
    color: #0D0B50;
}

.single-counter span:before {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 30px;
    height: 25px;
    background: #EFC778;
}

.counter-area-two .single-counter span:before {
    background: #fb8b2b;
}

.counter-area-three .single-counter span:before {
    background: #fb8b2b;
}

.counter-area-four .single-counter span:before {
    background: #F24848;
}


.counter-area-five .single-counter span:before {
    background: #fb8b2b;
}

.single-counter span:after {
    content: "";
    font-family: 'Ionicons';
    font-size: 183px;
    line-height: 1;
    color: rgba(242, 92, 92, .5);
    bottom: -60px;
    right: -75px;
    position: absolute;
    z-index: 0;
}

.counter-area-two .single-counter span:after {
    color: rgba(247, 234, 0, .35);
}

.counter-area-three .single-counter span:after {
    color: rgba(247, 234, 0, .35);
}

.counter-area-four .single-counter span:after {
    color: rgba(242, 72, 72, .35);
}

.counter-area-five .single-counter span:after {
    color: rgba(247, 234, 0, .35);
}

.single-counter span.counter-text-one:after {
    content: "\f3ed";
}

.single-counter span.counter-text-two:after {
    content: "\f47f";
}

.single-counter span.counter-text-three:after {
    content: "\f3c9";
}

/* ============================
       10. Team Styles 
=============================== */
#team-area {
    padding: 140px 0;
    background: #17171b;
}

#team-area.team-area-two {
    background: #ffffff;
}

#team-area.team-area-four {
    background: #131214;
}

#team-area.team-area-five {
    background: #130f22;
}

.single-team {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.single-team:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(26, 27, 33, .7);
    transition: all .4s ease;
}

.team-area-four .single-team:before {
    background: rgba(26, 27, 33, .7);
}

.single-team:hover:before {
    height: 100%;
}

.single-team:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(26, 27, 33, .7);
    transition: all .4s ease;
}

.team-area-four .single-team:after {
    background: rgba(26, 27, 33, .7);
}

.single-team:hover:after {
    height: 100%;
}

.single-team img {
    width: 100%;
}

.team-overlay {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 80px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.team-overlay:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    width: 15px;
    height: 100%;
    background: #F5CC83;
}

.team-area-two .team-overlay:before {
    background: #fb8b2b;
}

.team-area-three .team-overlay:before {
    background: #fb8b2b;
}

.team-area-four .team-overlay:before {
    background: #F24848;
}

.team-overlay h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 33px;
    margin-bottom: 10px;
    position: relative;
}

.team-overlay span {
    font-size: 11px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.team-overlay ul li {
    display: inline-block;
}

.team-overlay ul li a {
    font-size: 22px;
    color: #ffffff;
    margin-right: 30px;
    transition: all .4s ease;
}

.team-overlay ul li a:hover {
    color: #F5CC83;
}

.team-area-two .team-overlay ul li a:hover {
    color: #fb8b2b;
}

.team-area-three .team-overlay ul li a:hover {
    color: #fb8b2b;
}

.team-area-four .team-overlay ul li a:hover {
    color: #F24848;
}

.team-overlay ul li:last-child a {
    margin-right: 0;
}

.single-team:hover .team-overlay {
    left: 100px;
    opacity: 1;
    visibility: visible;
}

/* =============================
    11. Call To Action Styles
================================ */
#call-to-action-area {
    padding: 160px 0;
    background: #1E1F26;
}

#call-to-action-area.call-to-action-area-two {
    background: #F6F7FA;
}

#call-to-action-area.call-to-action-area-four {
    background: #0a0a0a;
}

#call-to-action-area.call-to-action-area-five {
    background: #0a0a0a;
}

.call-to-action-left h2 {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.call-to-action-area-two .call-to-action-left h2 {
    color: #0D0B50;
}

.call-to-action-btn {
    text-align: center;
}

.call-to-action-btn a {
    font-size: 20px;
    color: #010101;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Josefin Sans', sans-serif;
    background: #FED47E;
    border: 1px solid transparent;
    display: inline-block;
    padding: 23px 60px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.call-to-action-area-two .call-to-action-btn a {
    background: #fb8b2b;
    color: #010101;
    font-weight: 600;
}

.call-to-action-area-three .call-to-action-btn a {
    background: #fb8b2b;
    color: #010101;
    font-weight: 600;
}

.call-to-action-area-four .call-to-action-btn a {
    background: #F24848;
    color: #ffffff;
}

.call-to-action-area-five .call-to-action-btn a {
    background: #fb8b2b;
    color: #010101;
}

.call-to-action-btn a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #FED47E;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    z-index: -1;
}

.call-to-action-area-two .call-to-action-btn a:before {
    background: #fb8b2b;
}

.call-to-action-area-three .call-to-action-btn a:before {
    background: #fb8b2b;
}

.call-to-action-area-four .call-to-action-btn a:before {
    background: #f24848;
}

.call-to-action-area-five .call-to-action-btn a:before {
    background: #fb8b2b;
}

.call-to-action-btn a:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #FED47E;
}

.call-to-action-area-two .call-to-action-btn a:hover {
    border-color: #fb8b2b;
    color: #010101;
}

.call-to-action-area-three .call-to-action-btn a:hover {
    border-color: #fb8b2b;
    color: #ffffff;
}

.call-to-action-area-four .call-to-action-btn a:hover {
    color: #ffffff;
    border-color: #F24848;
}

.call-to-action-area-five .call-to-action-btn a:hover {
    border-color: #fb8b2b;
    color: #ffffff;
}

.call-to-action-btn a:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.call-to-action-btn a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #FED47E;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    z-index: -1;
}


.call-to-action-area-two .call-to-action-btn a:after {
    background: #fb8b2b;
}

.call-to-action-area-three .call-to-action-btn a:after {
    background: #fb8b2b;
}

.call-to-action-area-four .call-to-action-btn a:after {
    background: #f24848;
}

.call-to-action-area-five .call-to-action-btn a:after {
    background: #fb8b2b;
}

.call-to-action-btn a:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}


/* ================================
    12. Testimonial Styles
 ================================== */
#testimonial-area {
    padding: 140px 0;
    background: #1A1B21;
}

#testimonial-area.testimonial-area-two {
    background: #ffffff;
}

#testimonial-area.testimonial-area-four {
    background: #131214;
}

#testimonial-area.testimonial-area-five {
    background: #130f22;
}

.single-testimonial {
    background: #1E1F26;
    box-shadow: 0 10px 6px rgba(0,0,0, .16);
    border-radius: 20px;
    padding: 45px 30px 20px;
    position: relative;
    margin-top: 20px;
}

.single-testimonial:before {
    position: absolute;
    content: "\f347";
    top: -6px;
    right: 50px;
    color: #F5CC83;
    font-size: 53px;
    font-family: 'Ionicons';
}

.testimonial-area-two .single-testimonial:before {
    color: #fb8b2b;
}

.testimonial-area-three .single-testimonial:before {
    color: #fb8b2b;
}

.testimonial-area-four .single-testimonial:before {
    color: #f24848;
}

.testimonial-area-five .single-testimonial:before {
    color: #fb8b2b;
}

.single-testimonial p {
    font-size: 16px;
    line-height: 36px;
    color: #A8A8A8;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.single-testimonial-meta {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

.testimonial-meta-img img {
    width: 61px;
    height: 61px;
    border-radius: 50%;
}

.testimonial-meta-author-name h5 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.testimonial-meta-author-name span {
    font-size: 11px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 17px;
}

#testimonial-area .owl-carousel .owl-dots {
    display: inline-block !important;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    text-align: center;
}

#testimonial-area .owl-carousel .owl-dot {
    width: 35px;
    height: 15px;
    border-radius: 20px;
    background: #25262D;
    display: inline-block;
    margin: 10px 10px 0;
    position: relative;
}

#testimonial-area .owl-carousel .owl-dot.active {
    background: #F5CC83;
}

#testimonial-area.testimonial-area-two .owl-carousel .owl-dot.active {
    background: #fb8b2b;
}

#testimonial-area.testimonial-area-three .owl-carousel .owl-dot.active {
    background: #fb8b2b;
}

#testimonial-area.testimonial-area-four .owl-carousel .owl-dot.active {
    background: #f24848;
}

#testimonial-area.testimonial-area-five .owl-carousel .owl-dot.active {
    background: #fb8b2b;
}

#testimonial-area .owl-carousel .owl-dot:before {
    position: absolute;
    content: "";
    top: -4px;
    left: -6px;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1px solid #25262D;
    width: 130%;
    height: 150%;
}

#testimonial-area .owl-carousel .owl-dot.active:before {
    border-color: #F5CC83;
}

#testimonial-area.testimonial-area-two .owl-carousel .owl-dot.active:before {
    border-color: #fb8b2b;
}

#testimonial-area.testimonial-area-three .owl-carousel .owl-dot.active:before {
    border-color: #fb8b2b;
}

#testimonial-area.testimonial-area-four .owl-carousel .owl-dot.active:before {
    border-color: #f24848;
}

#testimonial-area.testimonial-area-five .owl-carousel .owl-dot.active:before {
    border-color: #fb8b2b;
}

 
#pricing-area {
    padding: 140px 0;
    background: #1A1B21;
}

#pricing-area.pricing-area-two {
    background: #F6F7FA;
}


#pricing-area.pricing-area-four {
    background: #0a0a0a;
}

#pricing-area.pricing-area-five {
    background: #0a0a0a;
}

.single-price {
    background: #1E1F26;
    text-align: center;
    padding: 50px 60px;
    transition: all .4s ease;
}

.pricing-area-two .single-price {
    background: #FFFFFF;
    border: 0;
}


.pricing-area-five .single-price {
    background: #130f22;
    border: 0;
}

.single-price p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    transition: all .4s ease;
}

.single-price:hover p {
    color: #0D0B50;
}

.single-price.active p {
    color: #0D0B50;
}

.pricing-area-two .single-price p {
    color: #0D0B50;
}

.pricing-area-two .single-price:hover p {
    color: #0D0B50;
}

.pricing-area-four .single-price:hover p {
    color: #ffffff;
}

.pricing-area-four .single-price.active p {
    color: #ffffff;
}

.pricing-area-five .single-price:hover p {
    color: #010101;
}

.pricing-area-two .single-price.active p {
    color: #0D0B50;
}

.pricing-area-three .single-price.active p {
    color: #0D0B50;
}

.pricing-area-five .single-price.active p {
    color: #010101;
}

.single-price h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    transition: all .4s ease;
}

.single-price:hover h3 {
    color: #0D0B50;
}

.single-price.active h3 {
    color: #0D0B50;
}

.pricing-area-two .single-price h3 {
    color: #0D0B50;
}

.pricing-area-two .single-price.active h3 {
    color: #0D0B50;
}

.pricing-area-three .single-price.active h3 {
    color: #0D0B50;
}

.pricing-area-four .single-price h3 {
    color: #ffffff;
}

.pricing-area-four .single-price.active h3 {
    color: #ffffff;
}

.pricing-area-two .single-price:hover h3 {
    color: #0D0B50;
}

.pricing-area-five .single-price:hover h3 {
    color: #010101;
}

.pricing-area-five .single-price.active h3 {
    color: #010101;
}

.single-price .pricing-sign {
    position: absolute;
    left: -15px;
    top: 8px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    transition: all .4s ease;
}

.single-price:hover .pricing-sign {
    color: #0D0B50;
}

.single-price.active .pricing-sign {
    color: #0D0B50;
}

.pricing-area-two .single-price .pricing-sign {
    color: #0D0B50;
}

.pricing-area-two .single-price.active .pricing-sign {
    color: #0D0B50;
}

.pricing-area-three .single-price.active .pricing-sign {
    color: #0D0B50;
}

.pricing-area-two .single-price:hover .pricing-sign {
    color: #0D0B50;
}

.pricing-area-four .single-price:hover .pricing-sign {
    color: #ffffff;
}

.pricing-area-four .single-price.active .pricing-sign {
    color: #ffffff;
}

.pricing-area-five .single-price:hover .pricing-sign {
    color: #010101;
}

.pricing-area-five .single-price.active .pricing-sign {
    color: #010101;
}

.single-price .pricing-price-divider {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    transition: all .4s ease;
}

.single-price:hover .pricing-price-divider {
    color: #0D0B50;
}

.single-price.active .pricing-price-divider {
    color: #0D0B50;
}

.pricing-area-two .single-price .pricing-price-divider {
    color: #0D0B50;
}

.pricing-area-two .single-price:hover .pricing-price-divider {
    color: #0D0B50;
}

.pricing-area-four .single-price:hover .pricing-price-divider {
    color: #ffffff;
}

.pricing-area-four .single-price.active .pricing-price-divider {
    color: #ffffff;
}

.pricing-area-five .single-price.active .pricing-price-divider {
    color: #ffffff;
}

.pricing-area-two .single-price.active .pricing-price-divider {
    color: #0D0B50;
}

.pricing-area-three .single-price.active .pricing-price-divider {
    color: #0D0B50;
}

.pricing-area-five .single-price:hover .pricing-price-divider {
    color: #010101;
}

.pricing-area-five .single-price.active .pricing-price-divider {
    color: #010101;
}

.single-price .pricing-time {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: lowercase;
    line-height: 1;
    transition: all .4s ease;
}

.single-price:hover .pricing-time {
    color: #0D0B50;
}

.single-price.active .pricing-time {
    color: #0D0B50;
}

.pricing-area-two .single-price .pricing-time {
    color: #0D0B50;
}

.pricing-area-two .single-price:hover .pricing-time {
    color: #0D0B50;
}

.pricing-area-four .single-price:hover .pricing-time {
    color: #ffffff;
}

.pricing-area-four .single-price.active .pricing-time {
    color: #ffffff;
}

.pricing-area-two .single-price.active .pricing-time {
    color: #0D0B50;
}

.pricing-area-three .single-price.active .pricing-time {
    color: #0D0B50;
}

.pricing-area-five .single-price:hover .pricing-time {
    color: #010101;
}

.pricing-area-five .single-price.active .pricing-time {
    color: #010101;
}

.single-price ul {
    padding: 100px 0;
}

.single-price ul li {
    font-size: 17px;
    line-height: 32px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    transition: all .4s ease;
}

.single-price:hover ul li {
    color: #2F3039;
}

.single-price.active ul li {
    color: #2F3039;
}

.pricing-area-two .single-price ul li {
    color: #0D0B50;
}

.pricing-area-two .single-price:hover ul li {
    color: #0D0B50;
}

.pricing-area-four .single-price:hover ul li {
    color: #ffffff;
}

.pricing-area-four .single-price.active ul li {
    color: #ffffff;
}

.pricing-area-two .single-price.active ul li {
    color: #0D0B50;
}

.pricing-area-three .single-price.active ul li {
    color: #0D0B50;
}

.pricing-area-five .single-price:hover ul li {
    color: #010101;
}

.pricing-area-five .single-price.active ul li {
    color: #010101;
}

.single-price ul li:last-child {
    margin-bottom: 0;
}

.single-price .pricing-btn {
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #F5CC83;
    display: inline-block;
    padding: 18px 45px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    transition: all .4s ease;
    font-weight: 600;
}

.pricing-area-two .single-price .pricing-btn {
    background: #fb8b2b;
    border: 0;
    color: #010101;
    font-weight: 600;
}

.pricing-area-three .single-price.active .pricing-btn {
    background: #ffffff;
    border: 0;
    color: #010101;
    font-weight: 600;
}

.pricing-area-four .single-price .pricing-btn {
    background: #F24848;
    border-color: transparent;
}

.pricing-area-five .single-price .pricing-btn {
    background: transparent;
    border: 1px solid #fb8b2b;
    color: #ffffff;
}

.single-price.active {
    background: #FED47E;
}

.pricing-area-two .single-price.active {
    background: #fb8b2b;
}

.pricing-area-three .single-price.active {
    background: #fb8b2b;
}

.pricing-area-four .single-price.active {
    background: #F24848;
}

.single-price.active .pricing-btn {
    background: #FFFFFF;
    color: #010101;
}

.single-price:hover {
    background: #FED47E;
}

.pricing-area-two .single-price:hover {
    background: #fb8b2b;
}

.pricing-area-three .single-price:hover {
    background: #fb8b2b;
}

.pricing-area-four .single-price:hover {
    background: #F24848;
}

.pricing-area-five .single-price:hover {
    background: #fb8b2b;
}

.pricing-area-five .single-price.active {
    background: #fb8b2b;
}

.single-price:hover .pricing-btn {
    background: #ffffff;
    color: #000000;
    border: 0;
}

.pricing-area-two .single-price.active .pricing-btn {
    background: #ffffff;
    color: #000;
}

.pricing-area-three .single-price .pricing-btn {
    border-color: #fb8b2b;
}

.pricing-area-four .single-price.active .pricing-btn {
    background: #ffffff;
    color: #010101;
}

.pricing-area-five .single-price.active .pricing-btn {
    background: #ffffff;
    color: #010101;
    border-color: transparent;
}

/* ===============================
    15. Blog Styles
================================== */
#blog-area {
    padding: 140px 0;
    background: #1E1F26;
}

#blog-area.blog-area-two {
    background: #ffffff;
}

#blog-area.blog-area-four {
    background: #131214;
}

#blog-area.blog-area-five {
    background: #130f22;
}

.single-blog {
    border: 1px solid #272831;
}

.blog-area-two .single-blog {
    background: #ffffff;
    border-color: #ececec;
}

.blog-area-five .single-blog {
    border-color:#21222d;
}

.blog-img img {
    max-height: 410px;
}

.blog-content {
    padding: 50px 100px;
}

.blog-content h4 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 700;
    color: #ffffff;
}

.blog-area-two .blog-content h4 {
    color: #0D0B50;
}

.blog-content .blog-meta {
    margin: 15px 0;
}

.blog-content .blog-meta li {
    display: inline-block;
}

.blog-content .blog-meta li a {
    font-size: 12px;
    line-height: 18px;
    color: #B8B8B8;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 30px;
    display: block;
    transition: all .4s ease;
}

.blog-content .blog-meta li a:hover {
    color: #FED47E;
}

.blog-area-two .blog-content .blog-meta li a:hover {
    color: #fb8b2b;
}

.blog-area-three .blog-content .blog-meta li a:hover {
    color: #fb8b2b;
}

.blog-area-four .blog-content .blog-meta li a:hover {
    color: #F24848;
}

.blog-area-five .blog-content .blog-meta li a:hover {
    color: #fb8b2b;
}

.blog-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}

.blog-area-two .blog-content p {
    color: #0D0B50;
}

.blog-content .blog-meta li:last-child {
    margin-right: 0;
}

.blog-content .single-blog-btn {
    font-size: 13px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: block;
    transition: all .4s ease;
}

.blog-content .single-blog-btn:hover {
    color: #FED47E;
}

.blog-area-two .blog-content .single-blog-btn {
    color: #0D0B50;
}

.blog-area-two .blog-content .single-blog-btn:hover {
    color: #fb8b2b;
}

.blog-area-three .blog-content .single-blog-btn:hover {
    color: #fb8b2b;
}

.blog-area-four .blog-content .single-blog-btn:hover {
    color: #F24848;
}

.blog-area-five .blog-content .single-blog-btn:hover {
    color: #fb8b2b;
}

.blog-content .single-blog-btn:after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 7px;
    width: 75%;
    height: 2px;
    background: #F5CC83;
}

.blog-area-two .blog-content .single-blog-btn:after {
    background: #fb8b2b;
}

.blog-area-three .blog-content .single-blog-btn:after {
    background: #fb8b2b;
}

.blog-area-four .blog-content .single-blog-btn:after {
    background: #F24848;
}

.blog-area-five .blog-content .single-blog-btn:after {
    background: #fb8b2b;
}

/* =====================================
    16. Contact Us Styles
======================================== */
#contact-us-area {
    padding: 100px 0;
    background: #1A1B21;
}

#contact-us-area.contact-us-area-two {
    background: #F6F7FA;
}

#contact-us-area.contact-us-area-four {
    background: #0a0a0a;
}

#contact-us-area.contact-us-area-five {
    background: #0a0a0a;
}

.contact-us-area-two .section-title p:after {
    background: #ffffff;
    height: 3px;
}

.contact-address li {
    display: flex;
    margin-bottom: 0px;
}

.contact-address li i {
    background: #F5CC83;
    color: #000000;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 25px;
    min-width: 40px;
}

.contact-us-area-two .contact-address li i {
    background: #fb8b2b;
    color: #ffffff;
}
.contact-us-area-two .contact-address li i::before{
    font-weight: 600;
}

.contact-us-area-three .contact-address li i {
    background: #fb8b2b;
    color: #010101;
}

.contact-us-area-four .contact-address li i {
    background: #F24848;
    color: #ffffff;
}

.contact-us-area-five .contact-address li i {
    background: #fb8b2b;
}

.address-details h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 28px;
}

.contact-us-area-two .address-details h5 {
    color: #0D0B50;
}

.address-details p {
    font-size: 14px;
    color: #ACACAC;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
}

.contact-us-area-two .address-details p {
    color: #6B6B6B;
}

.contact-us-form input[type=text] {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 50px 70px;
    outline: 0;
    color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 1px solid #F5CC83;
}

.contact-us-area-two .contact-us-form input[type=text] {
    background: #ffffff;
    border-color: #fb8b2b;
    color: #010101;
}

.contact-us-area-three .contact-us-form input[type=text] {
    border-color: #fb8b2b;
}

.contact-us-area-four .contact-us-form input[type=text] {
    border-bottom-color: #F24848;
    background: transparent;
}

.contact-us-area-five .contact-us-form input[type=text] {
    border-bottom-color: #fb8b2b;
}

.contact-us-form textarea {
    width: 100%;
    background: transparent;
    padding: 50px 70px;
    min-height: 250px;
    border: 0;
    outline: 0;
    color: #ffffff;
    resize: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #F5CC83;
}

.contact-us-area-two .contact-us-form textarea {
    background: #ffffff;
    border-bottom-color: #fb8b2b;
}

.contact-us-area-three .contact-us-form textarea {
    border-bottom-color: #fb8b2b;
}

.contact-us-area-four .contact-us-form textarea {
    border-bottom-color: #F24848;
    background: transparent;
}

.contact-us-area-five .contact-us-form textarea {
    border-bottom-color: #fb8b2b;
}

.contact-us-form input[type=submit] {
    background: #F5CC83;
    padding: 30px 50px;
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 0;
    outline: none;
    cursor: pointer;
}

.contact-us-area-two .contact-us-form input[type=submit] {
    background: #fb8b2b;
    color: #010101;
}

.contact-us-area-three .contact-us-form input[type=submit] {
    background: #fb8b2b;
    color: #010101;
}

.contact-us-area-four .contact-us-form input[type=submit] {
    background: #F24848;
    color: #ffffff;
}

.contact-us-area-five .contact-us-form input[type=submit] {
    background: #fb8b2b;
}

.contact-us-form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b8b8b8;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-us-form input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: #b8b8b8;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-us-form input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: #b8b8b8;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-us-form input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #b8b8b8;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-us-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b8b8b8;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-us-form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #b8b8b8;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-us-form textarea:-ms-input-placeholder { /* IE 10+ */
    color: #b8b8b8;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-us-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #b8b8b8;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

/* ================================
    17. Footer Styles
=================================== */
#footer-area {
    padding: 60px 0 50px;
    background: #16171d;
}

#footer-area.footer-area-two {
    background: #ffffff;
}
#footer-area.footer-area-four {
    background: #0a000a;
}

#footer-area.footer-area-five {
    background: #130f22;
}

.footer-social {
    margin-bottom: 30px;
}

.footer-social li {
    display: inline-block;
    margin-left: 30px;
}

.footer-social li:first-child {
    margin-left: 0;
}

.footer-social li a {
    font-size: 22px;
    color: #ffffff;
    transition: all .4s ease;
}

.footer-area-two .footer-social li a {
    color: #010101;
}

.footer-social li a:hover {
    color: #F5CC83;
}


.footer-area-two .footer-social li a:hover {
    color: #fb8b2b;
}

.footer-area-three .footer-social li a:hover {
    color: #fb8b2b;
}

.footer-area-four .footer-social li a:hover {
    color: #F24848;
}

.footer-area-five .footer-social li a:hover {
    color: #fb8b2b;
}

.footer-right p {
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.footer-area-two .footer-right p, .footer-area-two .footer-right a {
    color: #010101;
}

/* =============================
       18. ScrollUp Styles
===-============================ */
#scrollUp {
    background: #F5CC83;
    right: 30px;
    bottom: 0px;
    color: #000000;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 30px;
}

#home-two #scrollUp {
    background: #fb8b2b;
    color: #ffffff;
}

#home-three #scrollUp {
    background: #fb8b2b;
    color: #010101;
}

#home-four #scrollUp {
    background: #F24848;
    color: #ffffff;
}

#home-five #scrollUp {
    background: #fb8b2b;
}


/* ===============================
    19. Prelaoder Styles
================================== */
#preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11111;
    background: #010101;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 25% auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.list-icon-style li{
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-weight: 500;
}
.list-icon-style li::before{
    position: absolute;
    content:  "\f10b";
    font-family: "Ionicons";
    font-weight: 500;
    margin-left: -20px;
}
.logo a img{
    filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, .25));
}
.logo a {
    position: relative;
}
.logo a::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    /*background: #000;*/
}
#clients-area {
    background: #fff;
    padding: 100px 0;
}
.client-single {
    margin: 0 auto 35px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 15px 10px -15px #9d9d9d;
}
.client-logo {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.client-single h4{
    text-align: center;
    padding: 15px;
    font-size: 20px;
    color: #0d0b50;
}
.clients-section h3{
    color: #fb8b2b;
    margin-bottom: 12px;
}

#header-area.page-header{
    background: url(../img/bg/page-banner.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 45%);
    height: auto;
}
#header-area.page-header .header-bottom {
    height: auto;
    min-height: 220px;
    
}
.block-pad{
    padding: 85px 0;
} 
.content-block p{
text-align: justify;
}
.head-style{
    background: #ffdcbe;
    padding: 15px 15px 12px 30px;
    line-height: 1;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #0D0B50;
}
.content-block h3{
    color: #fb8b2b;
}
.content-block p b{
    color: #0b50b7;
}
.content-block .list-icon-style li {
    font-weight: 400;
}

.header-top.sticky{
    position: fixed;
    width: 100%;
    background: #f48221;
}
.header-top.sticky .logo a img {
    margin: 15px 0;
    height: 50px;
}
.header-top.sticky .main-menu li a:hover {
    border-bottom: 3px solid #faf9f9;
    color: #231f20;
}

@media (max-width:991px){
    .header-top.sticky .logo{
        margin-top: 0;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .header-top .main-menu li a{
        padding: 30px 10px 5px;
    }
}
.mean-container .mean-nav ul li a{
    padding: 12px 25px 7px;
    border-bottom: none;
    font-size: 13px;
    line-height: 1.5;
}

.header-top.sticky  .mean-container a.meanmenu-reveal{
    top: -65px;
}
.mean-container .mean-nav ul li{
    overflow: hidden;
}

.btn-custom {
    background: #fb8b2b;
    color: #fff;
    border: none;
  }
  .btn-custom:hover {
    background: #e67921;
    color: #fff;
  }