:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #C91429 !important;
    --dev_light: dev_light;
    --dev_reg: dev_reg;
    --dev_med: dev_med;
    --dev_semi_bold: dev_semi_bold;
    --dev_bold: dev_bold;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    color: initial;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

/* img {
    width: 100%;
    height: auto;
} */

@font-face {
    font-family: 'dev_light';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/AnekLatin-Light.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'dev_reg';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/AnekLatin-Regular.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'dev_med';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/AnekLatin-Medium.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'dev_bold';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/AnekLatin-Bold.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'dev_semi_bold';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/AnekLatin-SemiBold.ttf) format('truetype');
    font-display: swap;
}

html {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    font-family: var(--dev_reg);
    font-size: 15px;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
}

/* Zoomin Blog on HomePage */
.clsZoom {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.clsZoom img {
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.clsZoom:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.clsZoom:hover {
    box-shadow: 0 0 0 2px #C7222A;
    border-radius: 10px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.clsCustomizedBorder .read-box.container-box:hover
{
 border: 2px solid #C7222A !important;
 background: #fff6f6 !important;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
	section#startHere{
 	 margin-bottom:40px !important;
	}
}
