*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15
}

article,
aside,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted
}

button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

textarea {
    overflow: auto;
    resize: vertical
}

h2,
h3,
h4 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1140px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-10,
.col-md-6,
.col-sm-6,
.col-xl-12,
.col-xl-5,
.col-xl-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }
}

@media (min-width:1200px) {
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group-append {
    display: flex
}

.input-group-append {
    margin-left: -1px
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.rounded-0 {
    border-radius: 0 !important
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }
}

.flex-row {
    flex-direction: row !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.w-100 {
    width: 100% !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

@media (min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
}

.d-sm-flex {
    display: flex
}

.text-white {
    color: #fff !important
}

.social-icons {
    display: flex
}

.social-icons i {
    font-size: 14px;
    color: #999 !important;
    margin-right: 15px
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa,
.fab,
.fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-heart:before {
    content: "\f004"
}

.fa-comments:before {
    content: "\f086"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-user:before {
    content: "\f007"
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.woff2) format("woff2")
}

.fa,
.fas {
    font-family: Font Awesome\ 5 Free
}

.fa,
.fas {
    font-weight: 900
}

@font-face {
    font-family: themify;
    src: url(../fonts/themify.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.ti-tablet:before {
    content: "\e609"
}

.ti-search:before {
    content: "\e610"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-email:before {
    content: "\e75a"
}

.boxed-btn {
    background: #fff;
    color: #ff8553 !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #ff8553;
    letter-spacing: 3px;
    text-align: center;
    color: #ff8553;
    text-transform: uppercase;
    cursor: pointer
}

.boxed-btn:hover {
    background: #ff8553;
    color: #fff !important;
    border: 1px solid #ff8553
}

.boxed-btn:focus {
    outline: 0
}

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px
}

h2,
h3,
h4 {
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    text-transform: normal
}

p {
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 300
}

.f-right {
    float: right
}

.button,
a {
    transition: .3s
}

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

a {
    color: #635c5c
}

a:hover {
    color: #fff
}

.footer -menu li a:hover,
a:focus,
a:hover {
    text-decoration: none
}

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

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

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

.section-padding {
    padding-top: 15px;
    padding-bottom: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-15 {
    margin-bottom: 15px
}

.pt-50 {
    padding-top: 50px
}

.w-padding2 {
    padding: 80px 0
}

.header-area .main-header {
    padding: 0 105px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .header-area .main-header {
        padding: 0 60px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .main-header {
        padding: 0 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .main-header {
        padding: 0 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area .main-header {
        padding: 0 30px
    }
}

.header-area .main-header.main-header2 {
    padding: 0;
    float: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .main-header.main-header2 {
        float: left
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area .main-header.main-header2 {
        float: left
    }
}

.header-area .menu-wrapper {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.header-area .menu-wrapper .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 14px
}

.header-area .menu-wrapper .main-menu ul li a {
    color: #fff;
    font-weight: 400;
    padding: 0 4px;
    display: block;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    transition: .3s;
    text-transform: capitalize;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .menu-wrapper .main-menu ul li a {
        padding: 34px 4px
    }
}

.header-area .menu-wrapper .main-menu ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 12px;
    right: 5px;
    left: -5px;
    height: 3px;
    z-index: 1;
    background: #fff;
    transition: .4s
}

.header-area .menu-wrapper .main-menu ul li:hover>a {
    color: #fff
}

.header-area .menu-wrapper .main-menu ul li:hover>a::after {
    left: 0;
    right: auto;
    width: 100%;
    transition: .4s
}

.mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99
}

.mobile_menu .slicknav_menu {
    background: 0 0;
    margin-top: 0 !important
}

.mobile_menu .slicknav_menu .slicknav_btn {
    top: -32px
}

.slicknav_nav.show {
    display: block !important;
    background-color: #fff;
    padding: 20px
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: 0 0;
    color: #ff8553
}

.mobile_menu .slicknav_menu .slicknav_nav a {
    color: #000;
    font-size: 15px;
    padding: 20px 10px;
    margin-bottom: 10px
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background: #ff8553
}

.hero-area2 {
    height: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-area2 {
        height: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-area2 {
        height: 40px
    }
}

.hero-area2 .hero-cap h2 {
    font-size: 70px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-area2 .hero-cap h2 {
        font-size: 43px
    }
}

.blog_right_sidebar .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all .3s ease 0s;
    color: #888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ff8553;
    color: #fff !important;
    text-decoration: none;
    transition: .5s
}

.blog-pagination {
    margin-top: 30px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.navigation-top {
    margin-top: 20px
}

.single-post-area .navigation-top .like-info {
    font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.footer-social>a {
    color: #ff8553;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background: rgba(255, 133, 83, .15);
    border-radius: 5px
}

.wantToWork-area .wantToWork-caption p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px
}

.wantToWork-caption h4 a {
    font-size: 20px
}

.blog_area a {
    color: "Roboto Condensed", sans-serif !important;
    text-decoration: none;
    transition: .4s
}

@media (min-width:768px) {
    .blog_details {
        padding: 60px 30px 35px 35px
    }
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details a {
    color: #080808
}

@media (min-width:768px) {

    .blog_details h2,
    .blog_details h1,
    .cate-title {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
    background: #ff8553;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
    cursor: pointer
}

.blog_right_sidebar .search_widget .input-group button i {
    color: #fff
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all .3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all .3s ease 0s;
    color: #888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ff8553;
    color: #fff !important;
    text-decoration: none;
    transition: .5s
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact textarea {
    border-radius: 0;
    height: 100% !important
}

header {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width:991px) {
    .contact-section {
        padding: 70px 0 40px
    }

    ;

    .header-area .main-header {
        padding: 0 15px !important;
    }

    .header-area .main-header {
        padding: 0 !important;
    }
}

.boxed-btn:hover {
    background: #ff8553;
    color: #fff !important;
    border: 1px solid #ff8553
}

.boxed-btn:focus {
    outline: 0
}

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px
}

h2,
h3,
h4 {
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    text-transform: normal
}

p {
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 300
}

.f-right {
    float: right
}

.button,
a {
    transition: .3s
}

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

a {
    color: #635c5c
}

a:hover {
    color: #fff
}

.footer -menu li a:hover,
a:focus,
a:hover {
    text-decoration: none
}

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

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

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

.section-padding {
    padding-top: 20px;
    padding-bottom: 20px
}

.logo h4 {
    margin: 0
}

.mb-5 {
    margin-bottom: 5px
}

.mb-15 {
    margin-bottom: 15px
}

.pt-50 {
    padding-top: 50px
}

.w-padding2 {
    padding: 50px 0 30px;
}

.header-area .main-header {
    padding: 0 85px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .header-area .main-header {
        padding: 0 60px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .main-header {
        padding: 0 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .main-header {
        padding: 0 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area .main-header {
        padding: 0 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .main-header {
        padding-top: 16px;
        padding-bottom: 21px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area .main-header {
        padding-top: 16px;
        padding-bottom: 21px
    }
}

.header-area .main-header.main-header2 {
    padding: 0;
    float: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .main-header.main-header2 {
        float: left
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area .main-header.main-header2 {
        float: left
    }
}

.header-area .menu-wrapper {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.header-area .menu-wrapper .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 6px
}

.header-area .menu-wrapper .main-menu ul li a {
    color: #fff;
    font-weight: 400;
    padding: 34px 4px;
    display: block;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    transition: .3s;
    text-transform: capitalize;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .menu-wrapper .main-menu ul li a {
        padding: 34px 4px
    }
}

.header-area .menu-wrapper .main-menu ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 12px;
    right: 5px;
    left: -5px;
    height: 3px;
    z-index: 1;
    background: #fff;
    transition: .4s
}

.header-area .menu-wrapper .main-menu ul li:hover>a {
    color: #fff
}

.header-area .menu-wrapper .main-menu ul li:hover>a::after {
    left: 0;
    right: auto;
    width: 100%;
    transition: .4s
}

.mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99
}

.mobile_menu .slicknav_menu {
    background: 0 0;
    margin-top: 1px !important
}

.mobile_menu .slicknav_menu .slicknav_btn {
    top: -32px
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #fff !important;
    display: block
}

.slicknav_menutxt {
    display: none
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: 0 0;
    color: #ff8553
}

.mobile_menu .slicknav_menu .slicknav_nav li {
    margin-bottom: 10px
}

.mobile_menu .slicknav_menu .slicknav_nav a {
    font-size: 15px;
    padding: 7px 10px
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9
}

.hero-area2 {
    background-image: url(../img/hero/hero2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-area2 {
        height: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-area2 {
        height: 40px
    }
}

.blog_area a {
    color: "Roboto Condensed", sans-serif !important;
    text-decoration: none;
    transition: .4s
}

main a:hover {
    color: #ff8553 !important
}

main h2:hover {
    color: #ff8553 !important
}

.blog_area a :hover,
.blog_area a:hover {
    color: #ff8553;
    text-decoration: none;
    transition: .4s
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0 10px 20px 0 rgba(221, 221, 221, .3)
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0
}

.blog_right_sidebar .cat-list li:last-child {
    border-bottom: 0
}

.blog_right_sidebar .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888
}

.blog_right_sidebar .cat-list li a p {
    margin-bottom: 0
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all .3s ease 0s;
    color: #888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ff8553;
    color: #fff !important;
    text-decoration: none;
    transition: .5s
}

.blog-pagination {
    margin-top: 20px
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important
}

.footer-wrappr {
    background: #000
}

.footer-bottom-area .footer-border {
    padding: 10px 0
}

.footer-bottom-area .footer-border .row{
    margin: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-bottom-area .footer-copy-right {
        float: left
    }
}

.footer-bottom-area .footer-copy-right p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0
}

.footer-social>a {
    color: #ff8553;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background: rgba(255, 133, 83, .15);
    border-radius: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-social>a {
        margin-right: 2px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-social>a {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-social>a {
        margin-bottom: 20px
    }
}

.footer-social>a>i {
    transition: .4s;
    transform: rotateY(0)
}

.footer-social>a:hover i {
    transform: rotateY(180deg)
}

.wantToWork-area .wantToWork-caption p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px
}

.blog_area a {
    color: "Roboto Condensed", sans-serif !important;
    text-decoration: none;
    transition: .4s
}

.blog_area a :hover,
.blog_area a:hover {
    color: #ff8553;
    text-decoration: none;
    transition: .4s
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 30px 20px;
    box-shadow: 0 10px 20px 0 rgba(221, 221, 221, .3)
}

.blog_details a:hover {
    color: #ff8553
}

.blog_details h2,
.blog_details h1,
.cate-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.blog-info-link li a {
    color: #999
}

.blog-info-link li i {
    font-size: 13px;
    margin-right: 5px
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all .3s ease 0s;
    color: #888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ff8553;
    color: #fff !important;
    text-decoration: none;
    transition: .5s
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width:991px) {
    .contact-section {
        padding: 60px 0 40px
    }

    .hero-area2 {
        height: 50px;
    }

    .header-area .menu-wrapper .main-menu ul li a{
        padding: 10px 4px;
    }
}

.logo a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 20px
}

.slicknav_icon {
    position: fixed;
    width: 50px;
    right: 20px;
    top: 4px;
    z-index: 999
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    height: 3px;
    margin: 5px 0;
    transition: all .3s ease 0s;
    width: 30px;
    position: relative
}


.positionFixed {
    bottom: 0;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center
}

.ad-div {
    margin-bottom: 50px;
    width: 100%
}

.t_de {
    height: .2rem;
    max-width: 100%;
    line-height: .3rem;
    font-size: .6rem;
    padding: .5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center
}

.grecaptcha-badge {
    visibility: hidden
}