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

body {

    font-family: "Roboto", sans-serif;
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

img {
    vertical-align: middle;
}

html,
body {
    overflow-x: clip;
    scrollbar-gutter: stable;
}


/* comn Css */
:root {
    --color-FFFFFF: #ffffff;
    --color-000: #000;
    --color-006BB7: #006BB7;
    --color-adadad: #adadad;
    --color-333: #333;
    --fontRoboto: "Roboto", sans-serif;
    --fontBodoni: "Bodoni Moda", Sans-serif;
}

/* Background utility classes */
.bg__FFFFFF {
    background-color: var(--color-FFFFFF);
}

.bg__000 {
    background: var(--color-000);
}

.bg__006BB7 {
    background: var(--color-006BB7);
}

.bg__adadad {
    background: var(--color-adadad);
}

/* Font color utility classes */
.fc__FFFFFF {
    color: var(--color-FFFFFF);
}

.fc__000 {
    color: var(--color-000);
}

.fc__006BB7 {
    color: var(--color-006BB7);
}

.fc__adadad {
    color: var(--color-adadad);
}

.fc__333 {
    color: var(--color-333);
}


/*  */

.h1 {
    font-family: var(--fontBodoni) !important;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
}

.h2 {
    font-family: var(--fontBodoni) !important;
 
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
}

.h4 {
    font-family: var(--fontRoboto) !important;
    font-size: 21px;
    line-height: 28px;

}

.h5 {
    font-family: var(--fontRoboto) !important;
    font-size: 25px;
    line-height: 35px;

}

.fb__18 {
    font-family: var(--fontRoboto) !important;
    font-size: 18px;
    line-height: 28px;
}

.fb__12 {
    font-family: var(--fontRoboto) !important;
    font-size: 12px;
    line-height: 22px;
}

.wrapper__container {
    max-width: 1170px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.fw__300 {
    font-weight: 300 !important;
}

.fw__400 {
    font-weight: 400 !important;
}

.fw__500 {
    font-weight: 500 !important;
}

.fw__600 {
    font-weight: 600 !important;
}

.fw__700 {
    font-weight: 700 !important;
}

.fw__800 {
    font-weight: 800 !important;
}

/* ## common spacing ## */
/* Margin Common Css Class Start */
.mb__0 {
    margin-bottom: 0;
}

.mb__2 {
    margin-bottom: 2px;
}

.mb__4 {
    margin-bottom: 4px;
}

.mb__6 {
    margin-bottom: 6px;
}

.mb__8 {
    margin-bottom: 8px;
}

.mb__10 {
    margin-bottom: 10px;
}

.mb__12 {
    margin-bottom: 12px;
}

.mb__14 {
    margin-bottom: 14px;
}

.mb__16 {
    margin-bottom: 16px;
}

.mb__18 {
    margin-bottom: 18px;
}

.mb__20 {
    margin-bottom: 20px;
}

.mb__22 {
    margin-bottom: 22px;
}

.mb__24 {
    margin-bottom: 24px;
}

.mb__25 {
    margin-bottom: 25px
}

.mb__26 {
    margin-bottom: 26px
}

.mb__28 {
    margin-bottom: 28px
}

.mb__30 {
    margin-bottom: 30px;
}

.mb__32 {
    margin-bottom: 32px;
}

.mb__40 {
    margin-bottom: 40px;
}

.mb__50 {
    margin-bottom: 50px;
}

.mb__52 {
    margin-bottom: 52px;
}

.mb__60 {
    margin-bottom: 60px;
}

.mb__64 {
    margin-bottom: 64px;
}

.mb__70 {
    margin-bottom: 70px;
}

.mb__80 {
    margin-bottom: 80px;
}

.mb__102 {
    margin-bottom: 102px;
}

.mr__12 {
    margin-right: 12px;
}




.pt__160 {
    padding-top: 160px;
}

.pb__6 {
    padding-bottom: 6px;
}

.pt__80 {
    padding-top: 80px;
}

.pb__80 {
    padding-bottom: 80px;
}

.pb__40 {
    padding-bottom: 40px;
}

.pt__180 {
    padding-top: 180px;
}

.pb__120 {
    padding-bottom: 120px;
}

.pb__180 {
    padding-bottom: 180px;
}


.text__right {
    text-align: right;
}

/* Padding Common Css Class End */
.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

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

.text__center {
    text-align: center;
}



/* j css start */


.pb__140 {
    padding-bottom: 140px;
}

.pt__40 {
    padding-top: 40px;
}

.pb__28 {
    padding-bottom: 28px;
}



.mb__64 {
    margin-bottom: 64px;
}

.mb__28 {
    margin-bottom: 28px;
}

.mb__19 {
    margin-bottom: 19px;
}

.mb__9 {
    margin-bottom: 9px;
}

.py__50 {
    padding: 50px 0;
}

.ls__1 {
    letter-spacing: 1px !important;
}

.custom__row {
    display: flex;
    flex-wrap: wrap;
}

.tupper {
    text-transform: uppercase;
}

.pos__rel__z {
    position: relative;
}

.bg__img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: -2;
}

section.wrapper__top__banner__sec::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: #030F39;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

section.wrapper__top__banner__sec {
    padding: 130px 0px;
    z-index: 3;
}

.wrapper__blogs__grid__row {
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 35px;
}

.wrapper__blogs__grid__col {
    max-width: calc(100% / 3);
    width: 100%;
    padding: 0px 15px;
}

.dotSpan {
    margin: 0px 18px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: var(--color-adadad);
}

.wrapper__grid__img__box {
    height: 200px;
}

.wrapper__grid__img__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper__grid__content__box {
    padding: 40px 30px 20px;
}

.wrapper__grid__bottom__box {
    padding: 15px 30px;
    border-top: 1px solid #eaeaea;
}

.wrappr__pagination ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-006BB7);
    display: inline-block;
    transition: all 0.3s ease;
    font-family: var(--fontRoboto);
}

.wrappr__pagination ul li:not(:last-child) {
    margin-right: 10px;
}

.wrappr__pagination ul li.current a,
.wrappr__pagination ul li a:hover {
    color: var(--color-333);
}
.wrapper__more a, .wrapper__more a:hover {
    color: var(--color-006BB7) !important;
}
.wrapper__blogs__grid__col__inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}


/* ## Responsive ##*/

@media(min-width:768px) and (max-width:1024px) {
    .wrapper__blogs__grid__col {
        max-width: calc(100% / 2);
        width: 100%;
    }
}

@media(max-width:767px) {
    .wrapper__blogs__grid__col {
        max-width: calc(100% / 1);
        width: 100%;
    }

}