/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800|Poppins:400,400i,500,600,700');
body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #656565;
    font-style: normal;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

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

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #2B96CC;
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    color: #656565;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7b7c93;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}


/* button style */

.btn {
    -moz-user-select: none;
    background: #E8501F;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 30px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn:hover {
    color: #333;
    background: transparent;
    border: 2px solid #333;
}

.btn.transparent-btn {
    background: transparent;
    color: #333;
    border: 2px solid #333333;
    cursor: pointer;
}

.btn.transparent-btn:hover {
    background: #E8501F;
    color: #fff;
    border-color: #E8501F;
    ;
}

.breadcrumb>.active {
    color: #888;
}

.gradient-btn {
    background: -webkit-linear-gradient(to right, #911dff, #e733ff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #911dff, #e733ff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: transparent;
    color: #fff;
    transition: .3s
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav div:hover {
    background: #2B96CC;
    color: #fff
}


/* scrollUp */

#scrollUp {
    background: #E8501F;
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 45px;
}

#scrollUp:hover {
    background: #444;
}


/* area-bg */

.hero-area-wrap {
    position: relative;
    background: url(/img/slider/home-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* 
.hero-area-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/shape/01.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 370px;
} */

.bg-shape {
    background-position: right center;
    background-repeat: no-repeat;
}

.home-two .hero-area-wrap::before {
    content: none;
}

.bg-shape.home-two {
    background-position: top center;
    background-repeat: no-repeat;
}


/* 2. header */

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .3s;
}

.main-menu .navbar {
    padding: 0;
}

.main-menu .navbar-nav li.nav-item {
    margin-left: 30px;
}

.jumbotron {
    height: 450px;
    width: 100vw;
}

.main-menu .navbar-nav li.nav-item a.nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 37px 0;
    font-family: 'Nunito', sans-serif;
}

.main-menu .navbar-nav li.nav-item a.nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 31px;
    background: #E8501F;
    width: 0px;
    height: 2px;
    transition: .3s;
}

.main-menu .navbar-nav li.nav-item:hover a.nav-link::before,
.main-menu .navbar-nav li.nav-item.active a.nav-link::before {
    width: 20px;
}

.header-btn {
    margin-left: 30px;
}

.home-three-menu .btn {
    color: #333;
    border-color: #fff;
    background: #fff;
}

.home-three-menu .btn:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.sticky .home-three-menu .btn {
    background: #E8501F;
    color: #fff;
    border-color: #E8501F;
}

.home-three-menu .navbar-nav li.nav-item a.nav-link {
    color: #fff;
}

.home-three-menu .navbar-nav li.nav-item a.nav-link::before {
    background: #fff;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    z-index: 1030;
    padding: 0px 0;
    background: rgb(250, 238, 233);
}

.sticky .main-menu .navbar-nav li.nav-item a.nav-link {
    padding: 23px 0;
    color: #333;
}

.sticky .main-menu .navbar-nav li.nav-item a.nav-link::before {
    bottom: 20px;
    background: #333;
}

.sticky-logo {
    display: none;
}

.sticky .main-menu .sticky-logo {
    display: block;
}

.sticky .main-menu .normal {
    display: none;
}

.gradient-sticky.sticky {
    background: linear-gradient(to right, #911dff, #e733ff);
}

.gradient-sticky.sticky .main-menu .navbar-nav li.nav-item a.nav-link {
    color: #fff;
}

.gradient-sticky.sticky .main-menu .navbar-nav li.nav-item a.nav-link::before {
    background: #fff;
}

.gradient-sticky.sticky .home-three-menu .btn {
    background: #fff;
    color: #333;
    border-color: #ffff;
}


/* 3. slider */


/* 
.slider-img.pt-100 {
    padding-top: 240px;
} */

.slider-area.home-four {
    background-position: left center;
}

.slider-content {
    padding-top: 120px;
    padding-bottom: 50px;
}

.home-two-slider .slider-content {
    padding-top: 70px;
}

.hero-area-wrap.home-two-hero {
    /* padding-top: 235px; */
}

.hero-area-wrap.home-three-hero {
    padding-top: 160px;
    /* padding-bottom: 60px; */
}

.home-three-slider .slider-content h1 {
    color: #fff;
}

.home-three-slider .slider-content p {
    color: #fff;
}

.home-three-slider .slider-content .btn {
    color: #333333;
    background: #fff;
    border-color: #fff;
}

.home-three-slider .slider-content .btn.btn.transparent-btn {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.home-three-slider .slider-content .btn:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.slider-content h1 {
    font-size: 70px;
    color: #E8501F;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
}

.slider-content p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
}

.slider-btn .btn {
    margin-right: 15px;
    z-index: 9999;
}


/* 4. features */

.features-area-wrap {
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
}

.features-area-wrap.home-two-features::before {
    content: none;
}

.home-two-features .features-area {
    border-bottom: 1px solid #e9e9e9;
    margin-left: 30px;
}

.home-two-features .features-area {
    padding-top: 75px;
}

.home-three-features .features-area {
    padding-top: 20px;
}

.features-icon {
    margin-bottom: 30px;
}

.features-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.features-content p {
    margin-bottom: 0;
    padding: 0 20px;
}

.description-content-title h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 28px;
}

.description-content-title h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/icon/line.png);
    width: 58px;
    height: 5px;
    background-repeat: no-repeat;
}

.description-content {
    padding-top: 40px;
}

.description-content.second-description {
    padding-top: 30px;
}

.description-content p {
    margin-bottom: 40px;
}

.description-img {
    margin-left: -100px;
}

.features-area-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/shape/04.png);
    background-repeat: no-repeat;
    width: 475px;
    height: 760px;
}


/* 5. app-fetures */

.app-features {
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}

.app-features.third-app-features {
    background-size: cover;
    background-position: center;
}

.app-features.second-app-features::before {
    content: none;
}

.section-title {
    position: relative;
    padding-bottom: 25px;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/icon/line.png);
    width: 58px;
    height: 5px;
    background-repeat: no-repeat;
    right: 0;
    margin: auto;
}

.section-title.white-line::before {
    background: url(../img/icon/w-line.png);
}

.section-title h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}

.section-title p {
    margin-bottom: 0;
}

.single-features .icon {
    float: left;
    width: 65px;
    margin-right: 20px;
}

.app-features-content {
    overflow: hidden;
    display: block;
}

.app-features-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
}

.app-features-content p {
    margin-bottom: 0;
    padding-right: 40px;
}

.app-features::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/shape/06.png);
    background-repeat: no-repeat;
    width: 340px;
    height: 480px;
}

.app-features-img {
    margin-top: -45px;
}

.details-title.section-title::before {
    right: unset;
    margin: unset;
}

.single-details h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
}

.single-details p {
    margin-bottom: 0;
    padding-right: 20px;
}

.details-video {
    position: relative;
}

.video-bg {
    position: relative;
}

.video-bg img {
    width: 100%;
}

.video-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(90deg, rgba(127, 0, 255, 0.8) 0%, rgba(225, 0, 255, 0.8) 100%);
    background: -webkit-linear-gradient(90deg, rgba(127, 0, 255, 0.8) 0%, rgba(225, 0, 255, 0.8) 100%);
    background: -ms-linear-gradient(90deg, rgba(127, 0, 255, 0.8) 0%, rgba(225, 0, 255, 0.8) 100%);
    z-index: 9;
}


/* 6. app-screenshot */

.screeenshot-area {
    position: relative;
}

.screeenshot-area::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/shape/07.png);
    background-repeat: no-repeat;
    width: 340px;
    height: 480px;
}

.screeenshot-area.second-screenshot-area::before {
    content: none;
}

.app-item {
    text-align: center;
}

.app-item img {
    border: 1px solid #c3c3c3;
    display: inline-block;
}

.app-padding {
    padding: 0 170px;
}

.app-active {
    position: relative;
}

.app-active .slick-track {
    padding: 14px 0;
}

.app-item.slick-center {
    border-radius: 30px;
}

.app-active::before {
    content: "";
    background: url(../img/screenshot/frame.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 312px;
    height: 610px;
    z-index: 99;
    background-repeat: no-repeat;
    top: 0;
}

.app-item.slick-center img {
    border-radius: 30px;
}


/* 7. counter */

.counter-area {
    background-position: center;
    background-repeat: no-repeat;
}

.counter {
    font-size: 90px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 1;
    color: #E8501F;
}

.gradient-count .counter {
    background: linear-gradient(to right, #911dff, #e733ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.sligle-count p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1;
}


/* 8. pricing */

.pricing-box {
    background: #f4f7fc;
    padding-top: 55px;
    padding-bottom: 60px;
}

.price-head h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
}

.price-head span {
    font-size: 18px;
}

.price-head {
    margin-bottom: 27px;
}

.price-count h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.price-count.gradient-price h2 {
    background: linear-gradient(to right, #911dff, #e733ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.price-count h2 span {
    font-size: 24px;
    font-weight: 400;
}

.price-list ul li {
    font-size: 16px;
    margin-bottom: 12px;
}

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

.price-btn .btn {
    background: transparent;
    border: 1px solid #c4c4c4;
    color: #333333;
}

.price-btn .btn:hover {
    background: #E8501F;
    border-color: #E8501F;
    color: #fff;
}

.pricing-box.active {
    background: #fff;
    box-shadow: 0px 10px 90px 20px rgba(0, 0, 0, .05);
    margin-top: -35px;
    padding-bottom: 75px;
    padding-top: 70px;
}

.pricing-box.active .price-btn .btn {
    background: #E8501F;
    border-color: #E8501F;
    color: #fff;
}

.price-btn.gradient .btn:hover {
    transition: .3s;
}

.price-btn.gradient .btn:hover {
    background: -moz-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    background: -webkit-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    background: -ms-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    border-color: transparent;
    color: #fff;
}

.pricing-box.active .price-btn.gradient .btn {
    background: -moz-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    background: -webkit-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    background: -ms-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    border-color: transparent;
    color: #fff;
}

.pricing-box.active .price-btn .btn:hover {
    background: transparent;
    border: 1px solid #c4c4c4;
    color: #333333;
}


/* 9. testimonial */

.shape-bg-wrap {
    position: relative;
}

.testimonial-bg {
    background-size: cover;
    background-position: center;
}

.shape-bg-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: -205px;
    background: url(../img/shape/13.png);
    width: 475px;
    height: 1480px;
}

.testimonial-wrap {
    position: relative;
}

.testimonial-wrap::before {
    content: "";
    position: absolute;
    right: 200px;
    bottom: -27px;
    background: url(../img/icon/quote.png);
    width: 135px;
    height: 95px;
}

.second-testimonial .client-text p {
    padding-right: 0;
}

.testimonial-wrap.second-testimonial::before {
    content: none;
}

.third-testimonial .client-text p {
    color: #fff;
}

.third-testimonial .client-info h6 {
    color: #fff;
}

.third-testimonial .client-info span {
    color: #fff;
}

.client-text p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.7;
    padding-right: 100px;
    margin-bottom: 15px;
}

.client-info h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.client-info span {
    font-style: italic;
    font-size: 16px;
}

.testimonial-img {
    margin-left: -190px;
}

.testimonial-active .slick-track {
    padding: 30px 0;
}

.testimonial-active .slick-arrow {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    color: #333333;
    z-index: 9;
    cursor: pointer;
}

.second-testimonial-active .slick-arrow {
    left: -265px;
}

.third-testimonial-active .slick-arrow {
    color: #fff;
}

.testimonial-active.third-testimonial-active .slick-arrow i::after {
    background: #fff;
}

.second-testimonial-active .slick-next {
    right: -265px;
    left: auto;
}

.testimonial-active .slick-arrow i {
    position: relative;
}

.testimonial-active .slick-arrow i::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #E8501F;
    height: 3px;
    width: 100%;
    z-index: 9;
    transition: .3s;
    opacity: 0;
}

.testimonial-active .slick-arrow:hover {
    color: #E8501F;
}

.third-testimonial-active .slick-arrow:hover {
    color: #fff;
}

.testimonial-active .slick-arrow:hover i::after {
    opacity: 1;
}

.testimonial-active .slick-prev {
    right: -70px;
}

.testimonial-active .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -95px;
    left: 152px;
}

.second-testimonial-active .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
}

.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.testimonial-active .slick-dots li.slick-active button {
    border-color: #E8501F;
}

.testimonial-active .slick-dots li button {
    text-indent: -999999px;
    padding: 0;
    height: 12px;
    width: 12px;
    background: none;
    border: 2px solid #666666;
    border-radius: 50%;
    cursor: pointer;
}

.testimonial-active.third-testimonial-active .slick-dots li button {
    border: 2px solid #fff;
}

.testimonial-active.third-testimonial-active .slick-dots li.slick-active button {
    border-color: #fff;
    background: #fff;
}


/* 10. download */

.download-title.section-title::before {
    right: unset;
    margin: unset;
}

.get-app a {
    border: 2px solid #333333;
    padding: 7px 35px;
    display: inline-block;
    color: #333333;
    line-height: 1;
    border-radius: 49px;
    margin-right: 18px;
}

.get-app a:last-child {
    margin-right: 0px;
}

.get-app a:hover {
    border-color: #E8501F;
    color: #fff;
    background: #E8501F;
}

.get-app.gradient-app a:hover {
    background: -moz-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    background: -webkit-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    background: -ms-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    border-color: transparent;
    color: #fff;
}

.get-app a i {
    color: #333333;
}

.get-app a:hover i {
    color: #fff;
}

.get-app a:hover p {
    color: #fff;
}

.get-app a i {
    float: left;
    font-size: 25px;
    position: relative;
    top: 8px;
    transition: .3s;
}

.get-app a p {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    float: left;
    padding-left: 13px;
    color: #333333;
    text-align: left;
    transition: .3s;
}

.get-app a p b {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.download-img {
    background-position: center;
    background-repeat: no-repeat;
}


/* 11. blog */

.breadcrumb-area {
    background: #FCEFE9;
    padding-top: 235px;
    padding-bottom: 170px;
}

.breadcrumb {
    margin-bottom: 0;
    display: block;
    padding: 0;
    background: none;
    border: none;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item a {
    font-size: 20px;
    color: #333333;
}

.breadcrumb>.active {
    color: #666666;
    font-size: 20px;
}

.breadcrumb-title h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    color: #333333;
    content: "\f0a4";
    font-family: "Font Awesome 5 free";
}

.blog-thumb {
    margin-bottom: 35px;
}

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

.post-meta {
    margin-bottom: 5px;
}

.post-meta ul li {
    display: inline-block;
    color: #666666;
    margin-right: 15px;
}

.blog-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-right: 50px;
}

.blog-content h2:hover a {
    color: #E8501F;
}

.blog-content p {
    margin-bottom: 30px;
    padding-right: 100px;
}

.blog-content .btn {
    background: transparent;
    color: #444444;
    border-color: #444444;
}

.blog-content .btn:hover {
    background: #E8501F;
    color: #fff;
    border-color: #E8501F;
}

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

.play-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
}

.play-icon a {
    color: #ff0002;
    font-size: 70px;
    position: relative;
}

.play-icon a::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 30px;
    width: 30px;
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.blog-thumb.video-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .75;
}

.blog-d-content p {
    padding-right: 0;
    margin-bottom: 0;
}

blockquote {
    font-size: 24px;
    font-style: italic;
    border-left: 5px solid #E8501F;
    margin: 50px 0;
    padding: 10px 0;
    padding-right: 120px;
    padding-left: 27px;
}

blockquote footer {
    font-size: 16px;
    margin-top: 7px;
}

.blog-post-tag span {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.blog-post-tag ul {
    display: inline-block;
}

.blog-post-tag ul li {
    display: inline-block;
}

.blog-post-tag ul li a {
    color: #666;
}

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

.blog-share span {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.blog-share ul {
    display: inline-block;
}

.blog-share ul li {
    display: inline-block;
}

.blog-share ul li a {
    color: #666;
}

.comment-box {
    display: table;
    margin-bottom: 50px;
}

.comments-avatar {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

.comment-text {
    margin-left: 20px;
}

.avatar-name {
    margin-bottom: 6px;
}

.avatar-name h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
}

.avatar-name span {
    font-size: 14px;
    color: #666666;
}

.comment-text p {
    margin-bottom: 10px;
    padding-right: 100px;
}

.comment-text a {
    font-weight: 700;
    color: #333333;
    font-family: 'Nunito', sans-serif;
}

.post-comment-form input {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px 20px;
    background: #f7f7fd;
    margin-bottom: 20px;
}

.post-comment-form textarea {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px 20px;
    background: #f7f7fd;
    margin-bottom: 20px;
    height: 120px;
}

.post-comment-form .nice-select {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px 20px;
    background: #f7f7fd;
    margin-bottom: 20px;
    line-height: 22px;
    height: 46px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 60px;
    line-height: 58px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 30px;
}

.inner-blog-thumb {
    margin-bottom: 25px;
}

.inner-blog-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.inner-blog-content h5:hover a {
    color: #E8501F;
}

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

.post-meta ul li a {
    color: #E8501F;
}


/* 12. Pagination */

.pagination {
    display: block;
    border-radius: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.pagination ul li a {
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins', sans-serif;
    padding: 0 5px;
}

.pagination ul li a.active {
    color: #E8501F;
}

.pagination ul li a:hover {
    color: #E8501F;
}

.pagination ul li a.active::before {
    content: "";
    top: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E8501F;
    position: absolute;
    right: 0;
    margin: auto;
}

.pagination ul li a.active::after {
    content: "";
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E8501F;
    position: absolute;
    right: 0;
    margin: auto;
}


/* blog-widget */

.sidebar-form {
    position: relative;
}

.sidebar-form input {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 14px 30px;
}

.sidebar-form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.widget-title h5 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.widget-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background: #333333;
}

.rc-post-thumb img {
    width: 100%;
}

.rc-post-thumb {
    margin-bottom: 25px;
}

.rc-post-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.rc-post-content h5:hover a {
    color: #E8501F;
}

.widget-link ul li {
    margin-bottom: 8px;
}

.widget-link ul li:hover a {
    color: #E8501F;
}

.widget-link ul li:last-child {
    margin-bottom: 0px;
}

.widget-link li a {
    color: #333333;
    text-transform: capitalize;
}

.widget-link li a span {
    float: right;
    display: block;
}

.widget-tag {
    overflow: hidden;
}

.widget-tag li {
    float: left;
    margin-bottom: 10px;
    margin-right: 9px;
}

.widget-tag li a {
    background: #FCEFE9;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
}

.widget-tag li:hover a {
    background: #009efd;
    color: #fff;
}

.widget-insta-post ul li {
    display: inline-block;
    width: 115px;
    margin-right: 6px;
    margin-bottom: 10px;
}

.widget-insta-post ul li>img {
    width: 100%;
}

.widget-banner {
    position: relative;
}

.banner-thumb img {
    width: 100%;
}

.banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
    text-align: center;
}

.banner-content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
}

.banner-content .btn {
    border-radius: 0;
}

.banner-content .btn:hover {
    border-color: #fff;
    color: #fff;
}


/* 13. contact */

.contact-area {
    background-position: center;
    background-repeat: no-repeat;
}

.contact-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 30px;
    background: none;
    padding: 6px 0;
}

.second-contact-form input {
    border: 1px solid #cccccc;
    padding: 14px 20px;
}

.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 30px;
    padding: 6px 0;
    background: none;
    height: 161px;
}

.second-contact-form textarea {
    border: 1px solid #cccccc;
    padding: 14px 20px;
}

.contact-btn.gradient .btn {
    background: -moz-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    background: -webkit-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    background: -ms-linear-gradient(0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
    border: transparent;
    color: #fff;
}


/* 14. footer */

.footer-bg {
    background: #FCEFE9;
}

.footer-gradient-bg {
    background-position: top center;
    background-repeat: no-repeat;
}

.home-four-footer {
    padding-top: 215px;
}

.second-footer {
    border-top: 1px solid #e9e9e9;
}

.footer-area-wrap {
    border-bottom: 1px solid #d5d9dd;
}

.footer-widget-heading h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 18px;
}

.footer-widget-link ul li {
    margin-bottom: 8px;
}

.footer-widget-link ul li:last-child {
    margin-bottom: 0px;
}

.footer-widget-link ul li a {
    font-size: 14px;
    color: #666666;
    display: inline-block;
}

.footer-widget-link.white ul li a {
    color: #fff;
}

.footer-widget-link ul li:hover a {
    color: #E8501F;
}

.footer-widget-link ul li a i {
    margin-right: 10px;
}

.subscribe-text {
    margin-bottom: 23px;
}

.subscribe-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-form input {
    border: 1px solid #c7c7c7;
    padding: 10px 20px;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 15px;
}

.footer-form .btn.white {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.sigle-address {
    margin-bottom: 16px;
}

.address-icon {
    float: left;
    display: block;
    margin-right: 10px;
}

.address-icon i {
    color: #E8501F;
}

.address-icon.white i {
    color: #fff;
}

.footer-social-icon.white li a {
    color: #fff;
}

.sigle-address p {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    line-height: 1.5;
}

.footer-social h6 {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}

.footer-social-icon {
    display: inline-block;
}

.footer-social-icon li {
    display: inline-block;
    margin: 0 5px;
}

.footer-social-icon li a {
    color: #999999;
}

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

.copyright-text p {
    margin-bottom: 0;
}

.Privacy-link a {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding: 22px 0;
    margin: 0 13px;
}

.Privacy-link.white a {
    color: #fff;
}


/* 15. comingsoon */

.comingsoon-area {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 120px;
}

.comingsoon-img {
    margin-left: -250px;
}

.comingsoon-content span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f35a00;
    display: block;
    margin-bottom: 10px;
}

.comingsoon-content h2 {
    font-size: 60px;
    font-weight: 700;
    color: #202332;
    margin-bottom: 25px;
}

.comingsoon-content p {
    margin-bottom: 0;
}

.time-count {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 82px;
    text-align: center;
    background: -webkit-linear-gradient(to right, #1e89fe, #3659ff);
    background: linear-gradient(to right, #1e89fe, #3659ff);
    margin-right: 30px;
    border-radius: 50%;
    font-size: 34px;
    font-weight: 700;
    box-shadow: 0px 8px 16px 0px rgba(146, 167, 255, 0.3);
    color: #fff;
}

.time-count:nth-child(2) {
    background: -webkit-linear-gradient(to right, #ffa042, #fc7323);
    background: linear-gradient(to right, #ffa042, #fc7323);
}

.time-count:nth-child(3) {
    background: -webkit-linear-gradient(to right, #0eecd5, #05cfd1);
    background: linear-gradient(to right, #0eecd5, #05cfd1);
}

.time-count:last-child {
    background: -webkit-linear-gradient(to right, #a76dfe, #8348fa);
    background: linear-gradient(to right, #a76dfe, #8348fa);
    margin-right: 0;
}

.time-count span {
    display: block;
    line-height: 1;
    margin-top: -21px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* 16. preloader */

#loading {
    background-color: #E8501F;
    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: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    position: absolute;
    left: 65px;
    top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.object:nth-child(2n+0) {
    margin-right: 0px;
}

#object_one {
    -webkit-animation: object_one 2s infinite;
    animation: object_one 2s infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_two {
    -webkit-animation: object_two 2s infinite;
    animation: object_two 2s infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#object_three {
    -webkit-animation: object_three 2s infinite;
    animation: object_three 2s infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    -webkit-animation: object_four 2s infinite;
    animation: object_four 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#object_five {
    -webkit-animation: object_five 2s infinite;
    animation: object_five 2s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#object_six {
    -webkit-animation: object_six 2s infinite;
    animation: object_six 2s infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#object_seven {
    -webkit-animation: object_seven 2s infinite;
    animation: object_seven 2s infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#object_eight {
    -webkit-animation: object_eight 2s infinite;
    animation: object_eight 2s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#object_big {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation: object_big 2s infinite;
    animation: object_big 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_big {
    50% {
        -webkit-transform: scale(0.5);
    }
}

@keyframes object_big {
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes object_one {
    50% {
        -webkit-transform: translate(-65px, -65px);
    }
}

@keyframes object_one {
    50% {
        transform: translate(-65px, -65px);
        -webkit-transform: translate(-65px, -65px);
    }
}

@-webkit-keyframes object_two {
    50% {
        -webkit-transform: translate(0, -65px);
    }
}

@keyframes object_two {
    50% {
        transform: translate(0, -65px);
        -webkit-transform: translate(0, -65px);
    }
}

@-webkit-keyframes object_three {
    50% {
        -webkit-transform: translate(65px, -65px);
    }
}

@keyframes object_three {
    50% {
        transform: translate(65px, -65px);
        -webkit-transform: translate(65px, -65px);
    }
}

@-webkit-keyframes object_four {
    50% {
        -webkit-transform: translate(65px, 0);
    }
}

@keyframes object_four {
    50% {
        transform: translate(65px, 0);
        -webkit-transform: translate(65px, 0);
    }
}

@-webkit-keyframes object_five {
    50% {
        -webkit-transform: translate(65px, 65px);
    }
}

@keyframes object_five {
    50% {
        transform: translate(65px, 65px);
        -webkit-transform: translate(65px, 65px);
    }
}

@-webkit-keyframes object_six {
    50% {
        -webkit-transform: translate(0, 65px);
    }
}

@keyframes object_six {
    50% {
        transform: translate(0, 65px);
        -webkit-transform: translate(0, 65px);
    }
}

@-webkit-keyframes object_seven {
    50% {
        -webkit-transform: translate(-65px, 65px);
    }
}

@keyframes object_seven {
    50% {
        transform: translate(-65px, 65px);
        -webkit-transform: translate(-65px, 65px);
    }
}

@-webkit-keyframes object_eight {
    50% {
        -webkit-transform: translate(-65px, 0);
    }
}

@keyframes object_eight {
    50% {
        transform: translate(-65px, 0);
        -webkit-transform: translate(-65px, 0);
    }
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    background-color: #050505 !important;
    position: relative;
    top: 0;
}

#mobilePopupAndroid,
#mobilePopupIOS {
    position: absolute;
    opacity: 1 !important;
    z-index: 9999;
}

.mobilePopUps {
    position: absolute;
    top: 0;
    z-index: 9999;
}

.img-thumbnail {
    background-color: transparent !important;
    border: none !important;
    height: 75px;
    width: 75px;
}

.banner-content-mobile {
    display: flex;
    flex-direction: column;
}

.banner-mobile-details h6 {
    margin-bottom: -6px;
}

.banner-mobile-details {
    margin-left: -40px;
}

@media screen and (max-width:900px) {
    .slider-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .hero-area-wrap {
        position: relative;
        background: url(/img/slider/home-3.jpg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: top;
    }
    .hero-area-wrap.home-three-hero {
        padding-top: 0;
        padding-bottom: 0;
    }
    .slider-content h1 {
        font-size: 28px;
        color: rgb(232, 80, 31) !important;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 5px;
        margin-top: 330px;
        padding-left: 20px;
    }
    .home-three-slider .slider-content p {
        color: rgb(70, 65, 65);
        padding-left: 20px;
        padding-bottom: -20px;
    }
    .navbar-brand img {
        height: 40px;
    }
    .home-three-slider .slider-content .btn {
        color: #ffffff;
        background: rgb(232, 80, 31);
        border-color: #fff;
        margin-left: 20px;
    }
    .home-three-slider .slider-content .btn.btn.transparent-btn {
        color: #ffffff;
        background: rgb(232, 80, 31);
        border-color: #fff;
        margin-left: 20px;
    }
    .slider-btn {
        margin-top: -40px;
    }
    .features-area-wrap {
        margin-top: -100px;
    }
    .breadcrumb-area {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:667px) {
    .slider-content h1 {
        margin-top: 240px;
    }
}