/*-----------------------------------------------------------------------------------
    Template Name: TKYR landing page
-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
    1.COMMON
	2.NAVBAR
    3.HEADER
    4.GOALS
    5.WORKINGS
    6.SERVICES
    7.OUR-PARTNERS
    8.FOOTER
    9.PARTNER-HEADER
    10.WHY-TKYR
    11.WHY-DELIVER-TKYR
    12.SIGN-UP-DETAILS
    13.BLOG
    14.BLOG-DETAILS
    15.BACK-TOP
    16.PRELOADER
    17.CONTACT-US
    18.PRIVACY-POLICY

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans';
    font-style: normal;
}

input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.container {
    padding: 0;
}

::-webkit-scrollbar {
    display: none;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}


.text-default {
    color: #EB4C2C
}

.btn-default {
    width: 100%;
    height: 54px;
    background: #EB4C2C;
    border-radius: 8px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

    .btn-default:hover {
        color: #FFFFFF;
    }


@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }
}




/*===========================
    2. NAVBAR css 
===========================*/
.navbar .navbar-toggler {
    padding: 0;
    border: 0 none;
}

.navbar .navbar-toggler-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EB4C2C;
    border-radius: 50px;
    width: 115px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}

#mainNav.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    z-index: 99999;
}

    #mainNav.navbar .navbar-brand {
        margin: 0;
        padding: 0;
    }

    #mainNav.navbar .navbar-nav li.nav-item:not(:last-child) {
        padding: 0 10px;
    }

    #mainNav.navbar .navbar-nav li.nav-item .nav-link {
        color: #202020;
        font-weight: 600;
        font-size: 18px;
    }

    #mainNav.navbar .navbar-nav li.nav-item:last-child .nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #EB4C2C;
        border-radius: 50px;
        width: 150px;
        height: 50px;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 600;
    }

@media only screen and (max-width: 600px) {
    #mainNav .navbar-brand img {
        width: 60px !important;
        height: 24px !important;
    }

    #mainNav.navbar .navbar-nav li.nav-item:not(:last-child) {
        padding: 0;
    }

    #mainNav.navbar .navbar-nav li.nav-item .nav-link {
        font-size: 13px;
    }
}


/*===========================
    3. HEADER css 
===========================*/
.masthead {
    padding: 6rem 0 3rem 0;
}

    .masthead h1 {
        color: #202020;
        font-weight: 700;
        font-size: 45px;
        margin-bottom: 15px;
    }

        .masthead h1:after {
            content: '';
            position: absolute;
            top: 45px;
            width: 100px;
            height: 100px;
            background: rgba(235, 76, 44, 0.06);
            border-radius: 50%;
        }

        .masthead h1:before {
            content: '';
            position: absolute;
            top: -10px;
            right: -40px;
            width: 200px;
            height: 200px;
            background-image: url(../images/website/arrow.png);
            background-repeat: no-repeat;
        }

    .masthead p {
        font-weight: 600;
        font-size: 16px;
        line-height: 32.68px;
        color: #7D7D7D;
    }

    .masthead .badge-pill {
        color: #00A52B;
        border-radius: 70px;
        padding: 8px 12px;
        font-size: 22px;
        font-weight: bold;
    }

        .masthead .badge-pill .badge-pill_img {
            background: #fff;
            border-radius: 50%;
            padding: 8px;
        }

    .masthead .badge-primary {
        background: rgba(99, 234, 134, 0.2);
    }

    .masthead .masthead-image-mockup {
        position: relative;
        background-image: url(../images/website/background.png);
    }

        .masthead .masthead-image-mockup img {
            box-shadow: 20px 10px 0px -11px rgba(235, 76, 44, 0.2);
        }

        .masthead .masthead-image-mockup .masthead-image-mockup-shape {
            position: absolute;
        }

            .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-one {
                top: 0;
            }

            .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-two {
                top: 70px;
                right: 25px;
            }

            .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-three {
                width: 20px;
                height: 20px;
                background-color: red;
                border-radius: 50%;
                bottom: 120px;
            }

            .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-four {
                width: 15px;
                height: 15px;
                background-color: #3EFF00;
                border-radius: 50%;
                right: 50px;
                bottom: 50px;
            }

@media only screen and (max-width: 920px) {
    .masthead {
        padding: 5.5rem 20px 0 20px;
    }

        .masthead h1 {
            margin-top: 15px;
            font-size: 24px;
        }

        .masthead p {
            font-size: 14px;
        }

        .masthead .badge-pill {
            margin-top: 20px
        }

        .masthead .download-apps img {
            width: 40%
        }
}

@media only screen and (max-width: 320px) {
    .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-one img {
        width: 35px
    }

    .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-two {
        top: 15px;
        right: 0;
    }

        .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-two img {
            width: 28px
        }

    .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-three {
        bottom: 25px;
    }

    .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-four {
        right: 0px;
        bottom: 12px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 920px) {
    .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-one img {
        width: 50px
    }

    .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-two {
        top: 30px;
        right: 0;
    }

    .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-three {
        bottom: 40px;
    }

    .masthead .masthead-image-mockup .masthead-image-mockup-shape.shape-four {
        right: 0px;
        bottom: 25px;
    }
}


/*===========================
    4. GOALS css 
===========================*/
.goals {
    padding: 50px 0;
    margin-top: 30px;
    background: #FFFBF0;
    border-radius: 80px;
}

    .goals h1 {
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 30px;
    }

    .goals .card {
        border-radius: 20px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
    }

    .goals .card-text {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }

@media only screen and (max-width: 600px) {
    .goals {
        padding: 50px 20px 30px 20px;
        border-radius: 30px;
    }

        .goals h1 {
            font-size: 24px;
        }

        .goals .row {
            width: 1000px;
        }
}



/*===========================
    5. WORKINGS css 
===========================*/
.workings {
    padding: 60px 0;
}

    .workings h1 {
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 30px;
    }

@media only screen and (max-width: 600px) {
    .workings {
        padding: 50px 20px 0 20px;
    }

        .workings h1 {
            font-size: 24px;
        }

        .workings .row {
            width: 1000px;
        }
}



/*===========================
    6. SERVICES css 
===========================*/
.services {
    background: linear-gradient(177deg,transparent 19%, #FEF8F7 2%) no-repeat;
}

    .services h1 {
        margin-top: 15px;
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 32px;
        line-height: 44px;
    }

    .services .box {
        text-decoration: none;
        color: black;
    }

        .services .box h4 {
            font-weight: 600;
            font-size: 24px;
        }

        .services .box p {
            font-weight: 600;
            font-size: 18px;
        }

        .services .box .box-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
            width: 120px;
            height: 120px;
            background: #fff;
            border-radius: 50%;
        }

    .services h2 {
        font-weight: 400;
        font-size: 48px;
        line-height: 65px;
    }

    .services p {
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
    }

    .services .services-counter .text-default {
        font-size: 48px !important;
    }

@media only screen and (max-width: 600px) {
    .services {
        padding: 50px 20px 0 20px;
        background: linear-gradient(177deg,transparent 14%, #FEF8F7 2%) no-repeat;
    }

        .services h1 {
            font-size: 24px;
        }

        .services p {
            font-size: 18px;
            line-height: 24.51px;
        }

        .services .box h4 {
            font-size: 20px;
        }

        .services .box p {
            font-size: 16px;
        }
}


/*===========================
    7. OUR-PARTNERS css 
===========================*/
.partners h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
    .partners {
        padding: 50px 20px 0 20px;
    }

        .partners h2 {
            font-size: 32px;
            line-height: 43.58px;
        }
}

@media only screen and (min-width: 992px) {
    .slide {
        width: 50px;
    }

    .slick-slide {
    }

        .slick-slide .slick-cloned {
        }

        .slick-slide img {
            min-width: 50px;
            min-height: 50px;
            max-width: 100px;
            max-height: 100px;
        }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: '';
        }

        .slick-track:after {
            clear: both;
        }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    .slick-initialized .slick-slide {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .slick-slide img {
        width: 60px;
        height: 60px;
    }
}


/*===========================
    8. FOOTER css 
===========================*/
.footer {
    margin-top: 100px;
}

html[dir=rtl] .footer .social-media,
html[dir=rtl] .footer .copyright {
    text-align: right;
}

.footer .social-media {
    padding: 2.5rem 75px;
    background-color: #FBFBFB;
}

    .footer .social-media h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        margin: 0 20px 0 0;
    }

    .footer .social-media .social-media-icons {
        display: inline-flex;
        align-items: center;
    }

        .footer .social-media .social-media-icons a {
            padding: 0 5px;
        }

.footer .copyright {
    padding: 1rem 0;
}

    .footer .copyright p {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

@media only screen and (max-width: 600px) {
    .footer .social-media {
        padding: 2.5rem 20px 2.5rem 20px;
    }

        .footer .social-media h3 {
            font-size: 16px;
            line-height: 21.79px;
        }

        .footer .social-media .social-media_img {
            width: 40px;
        }

        .footer .social-media .social-media-icons {
            display: block;
        }

    .footer .copyright {
        padding: 2.5rem 20px 2.5rem 20px;
    }
}




/*===========================
    9. PARTNER-HEADER css
       DELIVERY-HEADER css
===========================*/
header.partner-header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%), url("../images/website/partner-bg.png");
}

header.delivery-header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%), url("../images/website/delivery-bg.png");
}

header.partner-header,
header.delivery-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


    header.partner-header .navbar,
    header.delivery-header .navbar {
        padding: 0;
    }

        header.partner-header .navbar .navbar-nav li.nav-item:not(:last-child),
        header.delivery-header .navbar .navbar-nav li.nav-item:not(:last-child) {
            padding: 0 15px;
        }

        header.partner-header .navbar .navbar-nav li.nav-item .nav-link,
        header.delivery-header .navbar .navbar-nav li.nav-item .nav-link {
            color: #fff;
            font-weight: 600;
            font-size: 18px;
        }

        header.partner-header .navbar .navbar-nav li.nav-item:last-child .nav-link,
        header.delivery-header .navbar .navbar-nav li.nav-item:last-child .nav-link {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #EB4C2C;
            border-radius: 50px;
            width: 150px;
            height: 50px;
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 600;
        }

    #partner h1,
    header.delivery-header .delivery-header_content h1 {
        margin: 0;
        font-weight: 400;
        font-size: 48px;
        line-height: 64px;
        color: #FFFFFF;
    }

    #partner p,
    header.delivery-header .delivery-header_content p {
        margin: 0;
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        color: #FFFFFF;
    }

#partner .form-box,
#delivery .form-box {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
}

    #partner .form-box h1,
    #delivery .form-box h1 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        color: #000000;
    }

    #partner .form-box p,
    #delivery .form-box p {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #000000;
    }

    #partner .form-box .col-form-label,
    #delivery .form-box .col-form-label {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
    }

    #partner .form-box .form-control,
    #delivery .form-box .form-control {
        background: #FBFBFB;
        border: 0.5px solid rgba(32, 32, 32, 0.25);
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
    }

    #delivery .form-box .radio-group {
        padding: 10px 0;
        display: inline-block;
        overflow: hidden;
        width: 100%;
    }

        #delivery .form-box .radio-group .radio-group_label {
            color: #6C6C6C;
            display: inline-block;
            cursor: pointer;
            font-weight: bold;
            padding: 5px 20px;
            border-bottom: 3px solid #6C6C6C;
            margin-right: -4px;
            width: 200px;
        }

html[dir=rtl] #delivery .form-box .radio-group .radio-group_label {
    margin-right: 0px;
    margin-left: -4px;
}

#delivery .form-box input[type=radio]:checked + .radio-group_label {
    color: #EC4D2D;
    border-color: #EC4D2D;
}

@media (min-width: 992px) {
    header.partner-header,
    header.delivery-header {
        padding-top: 6.5rem;
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 912px) {
    #partner,
    #delivery {
        background: #FEF8F7;
    }

    .partner-header,
    .delivery-header {
        clip-path: ellipse(74% 76% at 50% 24%);
        height: 380px;
        padding-top: 6rem;
        line-height: 43.58px
    }

    #partner h1,
    #delivery h1 {
        text-align: center;
        font-size: 27px;
        line-height: 36.58px;
    }

    #partner p,
    #delivery .delivery-header .delivery-header_content p {
        padding-top: 28px;
        text-align: center;
        font-size: 18px;
        line-height: 24.51px;
    }

    #partner .partner-content,
    #delivery .delivery-content {
        position: relative;
        margin-top: -144px;
        padding: 20px;
    }

    #delivery .delivery-content {
        margin-top: -130px;
    }

        #partner .form-box,
        #delivery .delivery-content .form-box {
            padding: 20px;
        }

            #partner .form-box h1,
            #delivery .delivery-content .form-box h1 {
                font-size: 24px;
                line-height: 32.68px;
            }

            #partner .form-box p,
            #delivery .delivery-content .form-box p {
                padding: 0;
                font-size: 14px;
                line-height: 21.79px;
            }

    #delivery .form-box .radio-group .radio-group_label {
        width: 130px;
    }
}



/*===========================
    10. WHY-TKYR css 
===========================*/
.why-tkyr {
    padding: 70px 0;
    background: #FEF8F7;
}

    .why-tkyr h1 {
        margin-bottom: 40px;
        font-weight: 600;
        font-size: 32px;
        line-height: 43.58px;
    }

    .why-tkyr .nav {
        justify-content: space-between;
    }

        .why-tkyr .nav .nav-item {
            width: 24%;
        }

            .why-tkyr .nav .nav-item .nav-link {
                display: inline-flex;
                align-items: center;
                width: 100%;
                border: 0 none;
                outline: 0 none;
                height: 80px;
                border-radius: 20px;
                color: #000000;
                background: #FFFFFF;
                font-weight: 600;
                font-size: 14px;
                text-align: left;
                box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
            }

html[dir=ltr] .why-tkyr .nav-pills .nav-link.active,
html[dir=ltr] .why-tkyr .nav-pills .show > .nav-link:after {
    border-left: 8px solid #EB4C2C !important;
}

html[dir=rtl] .why-tkyr .nav-pills .nav-link.active,
html[dir=rtl] .why-tkyr .nav-pills .show > .nav-link:after {
    border-right: 8px solid #EB4C2C !important;
}

.why-tkyr .tab-content .tab-pane img {
    border-radius: 20px;
}

.why-tkyr .tab-content .tab-pane h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
}

.why-tkyr .tab-content .tab-pane p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}

@media only screen and (max-width: 600px) {
    .why-tkyr {
        padding: 0 20px;
    }

        .why-tkyr h1 {
            font-size: 24px;
        }

        .why-tkyr .nav-pills-container {
            overflow-x: scroll;
        }

            .why-tkyr .nav-pills-container .nav {
                justify-content: initial;
                width: 1000px;
            }

                .why-tkyr .nav-pills-container .nav .nav-item {
                    margin: 0 10px;
                    width: 225px;
                }

                    .why-tkyr .nav-pills-container .nav .nav-item .nav-link {
                        font-size: 18px;
                        line-height: 24.51px;
                    }

                        .why-tkyr .nav-pills-container .nav .nav-item .nav-link img {
                            width: 36px;
                            height: 36px;
                        }

        .why-tkyr .tab-content .tab-pane img {
            width: 100%;
        }

        .why-tkyr .tab-content .tab-pane h3 {
            margin: 20px 0;
            font-size: 20px;
            line-height: 27.24px;
        }

        .why-tkyr .tab-content .tab-pane p {
            font-size: 16px;
            line-height: 32px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 912px) {
    .why-tkyr .tab-content .tab-pane img {
        width: 100%;
    }

    .why-tkyr .nav .nav-item {
        width: auto;
    }
}



/*===========================
    11. WHY-DELIVER-TKYR css 
===========================*/
.why-deliver-tkyr {
    padding-top: 70px;
    padding-bottom: 40px;
    background: #FEF8F7;
}

    .why-deliver-tkyr h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 44px;
    }

    .why-deliver-tkyr .box .box-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 120px;
        height: 120px;
        background: #fff;
        border-radius: 50%;
    }

    .why-deliver-tkyr .box h4 {
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        color: #202020;
    }

    .why-deliver-tkyr .box p {
        margin: 0;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: #000000;
    }

@media only screen and (max-width: 600px) {
    .why-deliver-tkyr {
        padding: 40px 20px 0 20px;
        text-align: center;
    }

        .why-deliver-tkyr h1 {
            font-size: 24px;
            line-height: 32.68px;
        }

        .why-deliver-tkyr .box {
            margin: 20px 0;
        }

            .why-deliver-tkyr .box h4 {
                font-size: 20px;
                line-height: 27.24px;
            }

            .why-deliver-tkyr .box p {
                font-size: 16px;
                line-height: 28px;
            }
}



/*===========================
    12. SIGN-UP-DETAILS css 
===========================*/
.signup-details {
    background: #FBFBFB;
    padding: 50px 0;
}

    .signup-details h1 {
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 32px;
        line-height: 44px;
    }

    .signup-details h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 38px;
    }

    .signup-details ul {
        list-style: none;
    }

        .signup-details ul > li {
            display: flex;
            align-items: center;
            font-weight: 400;
            font-size: 24px;
            line-height: 40px;
        }

        .signup-details ul li:before {
            content: "\25AA";
            color: #EB4C2C;
            font-weight: bold;
            display: inline-block;
            font-size: 28px;
            padding: 0 15px;
        }

@media only screen and (max-width: 600px) {
    .signup-details {
        padding: 12px 20px;
    }

        .signup-details h1 {
            font-size: 24px;
            line-height: 32.68px;
        }

        .signup-details h2 {
            font-size: 18px;
            line-height: 24.51px;
        }

        .signup-details ul > li {
            font-size: 15px;
        }
}

/*===========================
    13. BLOG css 
===========================*/
.blog {
    padding-top: 100px;
}

    .blog h1 {
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 48px;
        line-height: 64px;
        color: #202020;
    }

    .blog .main-article {
        margin-bottom: 60px;
    }

        .blog .main-article .main-article_img {
            width: inherit;
            border-radius: 20px;
        }

        .blog .main-article .main-article_date {
            color: #9A9A9A;
            font-weight: 400;
            font-size: 24px;
            line-height: 33px;
        }

        .blog .main-article .main-article_head {
            margin-bottom: 10px;
            color: #202020;
            font-weight: 600;
            font-size: 48px;
            line-height: 64px;
        }

        .blog .main-article .main-article_text {
            margin: 0;
            font-weight: 400;
            font-size: 24px;
            line-height: 33px;
        }

    .blog .article {
        width: inherit;
    }

        .blog .article .article-img {
            margin-bottom: 20px;
            width: inherit;
            border-radius: 20px;
        }

        .blog .article .article-date {
            font-weight: 400;
            font-size: 24px;
            line-height: 33px;
            color: #9A9A9A;
        }

        .blog .article .article-head {
            margin-bottom: 10px;
            font-weight: 600;
            font-size: 32px;
            line-height: 44px;
            color: #202020;
        }

        .blog .article .article-text {
            margin: 0;
            font-weight: 400;
            font-size: 20px;
            line-height: 32.68px;
        }

@media only screen and (max-width: 600px) {
    .blog {
        padding: 100px 20px 20px 20px;
    }

        .blog .main-article .main-article_date {
            font-size: 20px;
        }

        .blog .main-article .main-article_head {
            font-size: 28px;
            line-height: 40px;
        }

        .blog .main-article .main-article_text {
            font-size: 20px;
        }

        .blog .article .article-date {
            font-size: 15px;
        }

        .blog .article .article-head {
            font-size: 20px;
            line-height: 30px;
        }

        .blog .article .article-text {
            font-size: 18px;
        }
}

/*===========================
    14. BLOG-DETAILS css 
===========================*/
.blog-details {
    padding-top: 100px;
}

    .blog-details .article .article-date {
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        color: #9A9A9A;
    }

    .blog-details .article .article-head {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 48px;
        line-height: 64px;
        color: #202020;
    }

    .blog-details .article .article-img {
        margin-bottom: 40px;
        width: 100%;
        height: 512px;
    }

    .blog-details .article .article-text {
        font-weight: 400;
        font-size: 24px;
        line-height: 48px;
    }

@media only screen and (max-width: 600px) {
    .blog-details {
        padding: 100px 20px 20px 20px;
    }

        .blog-details .article .article-date {
            font-size: 20px;
        }

        .blog-details .article .article-head {
            font-size: 28px;
            line-height: 40px;
        }

        .blog-details .article .article-img {
            height: auto;
        }

        .blog-details .article .article-text {
            font-size: 20px;
            line-height: 40px;
        }
}


/*===========================
    15. BACK-TOP css 
===========================*/
.back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #EB4C2C;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999;
}

    .back-top:hover {
        text-decoration: none;
        color: #fff;
    }

    .back-top.show {
        opacity: 1;
        visibility: visible;
    }



/*===========================
    16.PRELOADER css 
===========================*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    overflow: hidden;
    background: #fff;
    opacity: 0.5;
}

    .preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid;
        border-top: 6px solid;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -o-animation: spin .8s linear infinite;
        -moz-animation: spin .8s linear infinite;
        -webkit-animation: spin .8s linear infinite;
        animation: spin .8s linear infinite;
    }

.preloader {
    background: #fff;
}

    .preloader:before {
        border-color: #e5533a;
        border-top-color: #e9725d;
    }



/*===========================
    17.CONTACT-US css 
===========================*/
.bootbox.modal {
    z-index: 99999;
}

    .bootbox.modal .modal-content {
        border-radius: 20px;
    }

        .bootbox.modal .modal-content .bootbox-close-button:after {
            content: url('../images/website/close.png');
        }

        .bootbox.modal .modal-content .close {
            opacity: 1;
        }

.contact-wrapper h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.contact-wrapper p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #737373;
}

.contact-wrapper label {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #202020;
    margin-bottom: 8px;
}

.contact-wrapper .form-control {
    background: #FBFBFB;
    border: 0.5px solid rgba(32, 32, 32, 0.25);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.contact-wrapper input {
    padding: 25px 10px;
}

.contact-wrapper textarea {
    resize: none;
    height: 260px
}

.contact-wrapper .required-span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #737373;
}


/*===========================
    18. PRIVACY-POLICY css 
===========================*/
.privacy-policy {
    padding: 60px 0;
    margin-top: 60px;
}

@media only screen and (max-width: 600px) {
    .privacy-policy {
        padding: 50px 20px 0 20px;
    }
}