@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: '';
    src: url('');
}

/* common css open */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif !important;
    overflow-x: hidden;
}

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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:root {
    /* Font Family */
    --open__sans: "Open Sans", sans-serif;

    /* color */
    --color__white: #ffffff;
    --color__blue: #0D9DED;
    --color__black: #000000;
    --color__off__white: #FBFAF9;
    --color__535: #353535;
    --color__4d4:#D4D4D4;

    /* j-color */
    --color__EB: #EBEBEB;
    --color__EF: #EFEFEF;
    --color__26: #2D2726;
    --color__D9: #D9D9D9;
    --color__EE: #EEEEEE;

}

/* common css start */
.wrapper__container {
    max-width: 1310px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.wrapper__btn__01 {
    padding: 18px 44px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    border-radius: 10px;
    transition: .3s ease all;
    border: 1px solid transparent;
    display: inline-block;
}

.wrapper__btn__blue {
    color: var(--color__white);
    background: var(--color__blue);
    border-color: var(--color__blue);
}

.wrapper__btn__blue:hover {
    color: var(--color__blue);
    background: var(--color__white);
}
.wrapper__btn__blue:hover.wrapper__btn__blue img{
    filter: brightness(0) saturate(100%) invert(47%) sepia(67%) saturate(2818%) hue-rotate(174deg) brightness(99%) contrast(91%);
}
.wrapper__btn__black__line{
    border-color: var(--color__black);
    color: var(--color__black);
}
.wrapper__btn__black__line:hover{
    border-color: var(--color__blue);
    color: var(--color__white);
    background: var(--color__blue);
}
/* heading start */
h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 68.09px;
    color: var(--color__black);
}

h2 {
    font-size: 40px;
    font-weight: 700;
    line-height:54.47px;
    color: var(--color__black);
}

h3 {
    font-size: 34px;
    font-weight: 700;
    line-height:46.3px;
    color: var(--color__black);
}

h4 {
    font-size: 32px;
    font-weight: 700;
    line-height:43.58px;
    color: var(--color__black);
}

h5 {
    font-size: 26px;
    font-weight: 700;
    line-height:28px;
    color: var(--color__black);
}

h6 {
    font-size: 24px;
    font-weight: 600;
    line-height:32.38px;
    color: var(--color__black);
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--color__black);
}

/* heading End */

/* padding */
.py__80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.py__50{
    padding-top: 50px;
    padding-bottom: 50px;
}

/* margin  */
/* margin bottom */
.mb__2 {
    margin-bottom: 4px;
}

.mb__4 {
    margin-bottom: 4px;
}

.mb__5 {
    margin-bottom: 5px;
}

.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__26 {
    margin-bottom: 26px;
}

.mb__28 {
    margin-bottom: 28px;
}

.mb__30 {
    margin-bottom: 30px;
}

.mb__32 {
    margin-bottom: 32px;
}

.mb__34 {
    margin-bottom: 34px;
}

.mb__36 {
    margin-bottom: 36px;
}

.mb__38 {
    margin-bottom: 38px;
}

.mb__40 {
    margin-bottom: 40px;
}

.mb__42 {
    margin-bottom: 42px;
}

.mb__44 {
    margin-bottom: 44px;
}

.mb__46 {
    margin-bottom: 46px;
}

.mb__48 {
    margin-bottom: 48px;
}

.mb__50 {
    margin-bottom: 50px;
}
.mr__10{
    margin-right: 10px;
}
/*  font*/

.font__300 {
    font-weight: 300;
}

.font__400 {
    font-weight: 400;
}

.font__500 {
    font-weight: 500;
}

.font__600 {
    font-weight: 600;
}

.font__700 {
    font-weight: 700;
}

.font__800 {
    font-weight: 800;
}

.font__900 {
    font-weight: 900;
}
.tc__blue,.tc__blue:hover{
    color: var(--color__blue);
}
.tc__white{
    color: var(--color__white);
}
.bg__af9{
    background: var(--color__off__white);
}
.fs__14{
    font-size: 14px;
}
.fs__20{
    font-size: 20px;
}
.fs__50{
    font-size: 50px;
}
/* j - color */
.bg__EB{
    background: var(--color__EB);
}
.bg__EF{
    background: var(--color__EF);
}
.bg__26{
    background: var(--color__26);
}
.bg__EE{
    background: var(--color__EE);
}
/*  */
.wrapper__upper__text__01,.wrapper__upper__text__02 {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-left: 40px;
    line-height: 19.07px;
    margin-bottom: 20px;
    color: var(--color__black);
}
.wrapper__upper__text__01::before{
    content: '';
    position: absolute;
     width: 34px;
     height: 1px;
     top: 50%;
     left: -40px;
     background: var(--color__blue);
}
.wrapper__btn__02{
    padding: 4px 10px;
    background: var(--color__blue);
    color: var(--color__white);
}
.wrapper__btn__02:hover{
    color: var(--color__white);
}
/* common css close */

/* J- start 14-11-2024 */
.font__italic{
    font-style: italic;
}
.line_center_content{
    text-align: center;
}
.line_center_content .line {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    height: 2px;
}


.line_center_content .line::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 102px;
    height: 2px;
    background: var(--color__blue);
    width: 100%;
}
.line_center_content p{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height:19.07px;
    color: var(--color__black);
    text-align: center;
}
.max-w-800{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-648{
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-656{
    max-width: 656px;
    margin-left: auto;
    margin-right: auto;
}
.mb__15{
    margin-bottom: 15px;
}
.mr__20{
    margin-right: 20px;
}
.mb__80{
    margin-bottom: 80px;
}
.mt__50{
    margin-top: 50px;
}
.pt__25{
    padding-top: 25px;
}
.pt__20{
    padding-top: 20px;
}
.wrapper__container__full {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0px;
    overflow: hidden;
}
.count_fs{
    font-size: 65px;
    font-weight: 700;
    line-height:88.52px;
    color: var(--color__blue);
}


.sec__08__col__wrapper 
 .author__details figure {
    width: 68px;
    height: 68px;
}

.sec__08__col__wrapper .author__details figure img {
    width: 100%;
    height: 100%;
}
.wrapper__btn__white{
    background: var(--color__white);
    color: var(--color__black);
}
.wrapper__btn__white .icons{
    margin-left: 20px;
}
.wrapper__btn__white:hover{
    background: transparent;
    color: var(--color__white);
    border-color: var(--color__white);
}
.wrapper__btn__white:hover svg path{
    fill: var(--color__white);
}
.sample_btn_wrapper .wrapper__btn__01 {
    padding: 18px 47px;
} 