/* ============================================================
    [Master Stylesheet]

    Theme Name:     Roktim  
    Theme URI:      https://themeforest.net/user/codexexpert
    Description:    Roktim - Digital Marketing PSD Template
    Author:         codexexpert
    Author URI:     https://themeforest.net/user/codexexpert
    Version:        1.0.0 
    Text Domain:    Roktim  

============================================================== */


/* === Helper Classes - All Style In The Main File(Style.css) === */


/* =============================================================

    ====>> Table Of Content

        - Typography 
        - margin-top
        - margin-bottom
        - padding-top
        - padding-bottom
        - section title
        - Preloader
        

============================================================= */


/*=========================================================
          [ Typography ]
=========================================================*/



/* HTML5 display-role reset for older browsers */

/*body {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    color: #202020;
}*/


body::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
    background-color: #27272f;
}

body::-webkit-scrollbar,
textarea::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
    background-image: linear-gradient(0deg, #004a9a 0%, #0f5fb5 100%);
    border-radius: 5px;
}

::-moz-selection {
    background: #152545;
    color: #fff
}

::selection {
    background: #152545;
    color: #fff
}

::-moz-selection {
    background: #152545;
    color: #fff
}


@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 500px;
        height: 500px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 500px;
        height: 500px;
    }
}