@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
/* @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); */
html {
    scroll-behavior: smooth;
    font-size: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    color: #1E1E1F;
}

p {
    font-family: 'Noto Sans', sans-serif;
}

h1 {
    font-size: 3rem;
    line-height: 3.5rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}

.f-size-24-pop {
    font-size: 24px;
}

.bor-radi-no {
    border-radius: 0px;
}
.w-login-logo{
    height:50px ;
}
.d-p-tb{
    display: table;
    vertical-align: middle;
    text-align: center;
    padding: 3px;
 }
 .img-loc-c{
     height: 30px;
     margin: 10px 20px;
 }

.mx-w-bth {
    max-width: 160px !important;
    margin: 0 auto;
}

.f-blod {
    font-weight: bold;
}
.f-s-24rem{
    font-size: 1.25rem;
}

.f-noto {
    font-family: 'Noto Sans', sans-serif;
}

.f-resend {
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    color: #1E2DBE;
    display: flex;
    padding: 13px;
    font-weight: 700;
}

.btn-ac-policay {
    font-size: 14px;
    background-color: #1E2DBE;
    opacity: 1;
    color: #ffffff;
}

.btn-ac-policay:hover {
    color: #000000;
}

#accept_Cookie {
    display: none;
}

#accept_Cookie.active {
    display: block;
}

.bg-cockie {
    font-size: 14px;
    padding: 20px;
    color: #ffffff;
    width: 80%;
}

.cent-btn-p {
    width: 20%;
}

.po-btn {
    position: absolute;
    right: 0;
    transform: translate(-50%, 50%);
}

.cockie-policy {
    position: fixed;
    background-color: #000000;
    z-index: 999;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-w-160 {
    clip-path: polygon(0 0%, 66% -48%, 111% 72%, 100% 100%, 0 100%);
    width: 100%;
    height: 40px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.btn-newstyle {
    background-color: #2F3031;
    clip-path: polygon(0 0%, 62% -82%, 111% 59%, 100% 100%, 0 100%);
    height: 40px;
    width: 342px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

.btn-newstyle-in {
    background-color: #ffffff;
    clip-path: polygon(0 0%, 62% -82%, 111% 59%, 100% 100%, 0 100%);
    height: 36px;
    width: 338px;
    color: #2F3031;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    /* equal to border thickness */
    left: 2px;
    /* equal to border thickness */
}

.video-slide-tags{
    padding: 0px 0px 25px 0px;
}
.tag-video{
    background-color: #EDEEF0;
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #585858;
    padding: 3px 7px;
    border-radius: 3px;
    margin: 0 5px;
    cursor: pointer;
}
.tag-video.active{
    background-color: #1E2DBE;
    color: #ffffff;
    
}
.box-c-video{
    height: 162px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.box-bg-videos{
    padding: 20px;
    background-color: #ffffff;
}
.bor-sh{
    background-color: #ffffff;
}
.box-c-video.play >div {
    transition: transform 0.4s;
    background: url(../images/intro/btn_play_video.svg) center center;
    background-size: 50% 37%;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.tag-box .owl-item{
    width: auto !important;
}
.scrollbar
{

 height: 527px;
 overflow-y: scroll;
}
.pd-l-r{
    padding: 20px 100px;
}
.box-card-primary{
  padding: 30px 20px ;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 
}
.box-card-primary:hover{
    box-shadow: 5px 9px 16px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 5px 9px 16px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 9px 16px -5px rgba(0,0,0,0.75);
}
.box-img-p{
  display: flex;
  height: 279px;
  margin-bottom: 20px;
}
.box-img-p img{
    margin: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;

}
.title-name-p{
     color: #1E2DBE;
     font-size: 24px;
     line-height: 1.2;
     margin-bottom: 10px;
     font-weight: 800;
     height: 80px;

   
}
.des-p{
    color: #1E2DBE;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.lin-p{
 display: block;
 height: 40px;
}
/*
*  STYLE 1
*/

#style-1::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 8px;
 background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #2F3031;
}
.box-r-shard{
    background-color: #ffffff;
   
}
.text-video-explin{
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
}
.text-arrow-b{
    position: relative;
    margin-left: 16px;
}
.text-arrow-b .bullet-text:before {
    content: "";
    border-color: transparent #FFCD2D;
}
.bullet-text:before {
    content: "";
    border-style: solid;
    border-color: transparent #000;
    border-width: 0.3em 0 0.3em 0.5em;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 44%;
    transform: translate(-50%, -50%);
    left: -10px;
}

.text-arrow-b-2{
    position: relative;
    margin-left: 16px;
}
.text-arrow-b-2 .bullet-text-2:before {
    content: "";
    border-color: transparent #FA3C4B;
}
.bullet-text-2:before {
    content: "";
    border-style: solid;
    border-color: transparent #000;
    border-width: 0.3em 0 0.3em 0.5em;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 44%;
    transform: translate(-50%, -50%);
    left: -10px;
}
.text-under-video{
    padding-top: 10px;
}
.download-mutiple {
    cursor: pointer;
}
.box-video-show iframe{
    height: 539px;
    width: 100%;
}
.box-video-show{
    background-color: #ffffff;
    padding: 20px;
}
.mxw-img {
    max-width: 100%;
}

.link-text-in {
    color: inherit;
    cursor: pointer;
}

.link-text-in:hover {
    color: inherit;
}

.text-sub-q {
    font-size: 32px;
}

.text-back-i {
    font-size: 20px;
    font-weight: bolder;
}

.quest-h1-font {
    font-size: 48px;
    margin-top: -37px;
}

.icon-color-arrow {
    font-size: 24px;
    color: #FA3C4B;
}

.btn-program-qustion {
    height: 64px;
    width: 318px;
    background-color: #1E2DBE;
    outline: none;
    cursor: pointer;
    color: #fff;
}

.btn-program-a {
    width: 100%;
    background-color: #1E2DBE;
    outline: none;
    cursor: pointer;
    color: #fff;
    min-height: 64px;
}
.btn-program-a:hover{
    background-color: #1E2DBE;
    color:#FA3C4B;
}
.btn-program-a.active {
    width: 100%;
    background-color: #9BB5CA;
    outline: none;
    cursor: pointer;
    color: #fff;
}

.btn-style4 {
    clip-path: polygon(0 0%, 85% -51%, 111% 94%, 100% 100%, 0 100%);
    width: 100%;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    outline: none;
    border: inherit;
    cursor: pointer;
    margin: 0 auto;
}

.btn-style4:hover {
    color: #fff;
}

.download-mutiple {
    background-color: #2F3031;
    width: 160px;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    position: fixed;
    top: 50%;
    right: 0;
}

.title-page {
    font-size: 24px;
    font-weight: bold;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

.f-color-w {
    color: #FFFFFF;
}

.bule-color {
    color: #1E2DBE;
}

.red-color {
    color: #FA3C4B;
}

.midle-con {
    position: relative;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
}

.mt-top-q {
    margin-top: 80px;
}

.ber-font {
    font-weight: bolder;
}

.bold-font {
    font-weight: 700;
}

b,
strong {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

.page {
    width: 1440px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding-top: 83px;
    padding-bottom: 110px;
}

.required {
    color: #FA3C4B;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    border: 1px solid #b6cbdc !important;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
select {
    height: 48px !important;
}

.iti__flag-container input {
    width: 100% !important;
    border: 1px solid #CCC;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d1d1d1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(47, 48, 48, 0.4) !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(47, 48, 48, 0.4) !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(47, 48, 48, 0.4) !important;
}

::placeholder {
    color: rgba(47, 48, 48, 0.4) !important;
}

.dropdown {
    position: relative;
}

.dropdown select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 45px;
    font-size: 14px !important;
}

.dropdown::after {
    content: url('../images/arrow-down.svg');
    position: absolute;
    top: 12px;
    right: 16px;
    pointer-events: none;
}

.content {
    position: relative;
}

.content .breadcrump {
    position: absolute;
    top: 25px;
    left: 49px;
    font-size: 12px;
    padding: 0px;
}

.content .content-w {
    width: 888px;
    max-width: 90%;
    margin: auto;
}

.content h1 {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 32px;
}

.content>div {
    padding: 48px;
}

.chkbox {
    position: relative;
    /*
    width: 28px;
    height: 28px;
    
    margin: 20px auto;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    */
}

.chkbox input[type=checkbox] {
    visibility: hidden;
}

.chkbox input[type=checkbox]+label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #b6cbdc;
    margin-top: 3px;
}

.chkbox input[type=checkbox]+label:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*
.chkbox input[type=checkbox]+label:hover::after {
    opacity: 0.3;
}
*/

.chkbox input[type=checkbox]:checked+label {
    background-color: #fa3c4b;
    border: 1px solid #fa3c4b;
}

.chkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.chkbox a {
    font-weight: bold;
}

.chkbox .chkbox-lb {
    display: inline-block;
    margin-left: 15px;
    font-weight: normal !important;
    font-family: 'Noto Sans', sans-serif;
}

.top-bar {
    /* height: 83px; */
    border-bottom: 3px solid #f7f8fa;
    color: #2d328e;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    position: fixed;
    /* display: flex; */
}

.top-bar>div {
    width: 1920px;
    max-width: 100%;
    margin: auto;
    position: relative;
    display: flex;
}

.top-bar>div>div:first-child {
    display: flex;
    flex-direction: row;
    /*overflow: hidden;*/
}

.top-bar .logo {
    width: 438px;
    padding: 14px 39px;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 100%;
    width:100%;
}
.editor a{
    color: #FFF;
    text-decoration: underline;
}

.top-bar .top-menu {
  
}

.top-bar .top-menu>div {
    width:100%;
    height: 100%;
    display: flex;
    align-self: flex-end;
}

.top-bar .top-menu>div>div {
    height: 100%;
    flex: auto;
}

.top-bar .top-menu>div>div>div {
    display: flex;
    height: 100%;
    padding: 0px 20px;
    color: #1E2DBE;
    font-weight: bold;
}

.top-bar .top-menu>div>div>div a {
    margin: auto;
    color: #1E2DBE;
    position: relative;
    white-space: nowrap;
    font-weight: 700;
}

.top-bar .top-menu>div>div>div.dd a:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -20px;
    background-image: url('../images/arrow-down.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.top-bar .login-menu {
    width: 155px;
}

.top-bar .login-menu>.dd {
    position: relative;
}

.top-bar .login-menu>.dd>.dtwo:after {
    content: '';
    position: absolute;
    top: 15px;
    right: -10px;
    background-image: url('../images/arrow-down.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.top-bar .login-menu .dd>a+ul {
    list-style: none;
    position: absolute;
    top: 80%;
    right: 23px;
    min-width: 200px;
    padding: 23px;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(186, 200, 211, 0.7);
}

.top-bar .login-menu .dd>a+ul li {
    text-align: left;
    white-space: nowrap;
}

.top-bar .login-menu .dd>a+ul li+li {
    padding-top: 9px;
}

.top-bar .login-menu .dd>a+ul li a {
    font-weight: 700;
    color: #1e2dbe;
    white-space: nowrap;
}

.top-bar .login-menu .dd>a+ul li .icon {
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    padding-top: 3px;
    display: inline-block;
}

.top-bar .login-menu .dd>a+ul li .downloads {
    background-image: url('../images/icons/downloads.svg');
}

.top-bar .login-menu .dd>a+ul li .profile {
    background-image: url('../images/icons/user.svg');
}

.top-bar .login-menu .dd>a+ul li .change_pwd {
    background-image: url('../images/icons/lock_red.svg');
}

.top-bar .login-menu .dd>a+ul li .preferences {
    background-image: url('../images/icons/settings.svg');
}

.top-bar .login-menu .dd>a+ul li .logout {
    background-image: url('../images/icons/exit.svg');
}

.top-bar .login-menu .dd>a+ul li .logout+a {
    color: #fa3c4b;
}

.top-bar .login-menu>div {
    display: flex;
    height: 100%;
    text-align: center;
    color: #1E2DBE;
    font-weight: bold;
}

.top-bar .login-menu>div>a {
    padding: 10px 10px 10px 20px;
    margin: auto;
    color: #1E2DBE;
    background-image: url('../images/icons/user.svg');
    background-position: 0% 44%;
    background-repeat: no-repeat;
    background-size: 14px 16px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
}
.pad-top-widg{
    padding-top: 64px;
}

.top-bar .login-menu.member>div a {
    color: #230050;
}
.dd a{
    cursor: pointer;
}
.menu_dd {
    position: absolute;
    /*  top: 80px; */
    top: 70px;
    left: 0px;
    width: 100%;
    /*min-height: 304px;*/
    background-color: #fff;
    border-radius: 0px 0px 3px 3px;
    z-index: 150;
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.3);
    display: none;
}

.menu_dd>div {
    display: flex;
}

.menu_dd .menu_items {
    flex: auto;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    padding: 0 48px;
    color: #2F3031;
}

.menu_dd .menu_items h4 {
    font-size: 16px;
    color: #1E2DBE;
    font-weight: bold;
    margin-top: 17px;
}

.menu_dd .picture {
    width: 366px;
    padding: 40px 24px 40px;
    background-color: #EBF5FD;
}

.mt-r-nav {
    margin-top: 19px;
}

.menu_dd .picture img {
    margin-bottom: 10px;
}

.menu_dd .learn_more a {
    color: #2F3031;
    font-weight: bold;
    position: relative;
}

.menu_dd .learn_more a:after {
    content: url('../images/arrow-right.svg');
    position: absolute;
    top: 2px;
    right: -15px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.2s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.1s;
}

.sidenav>div {
    padding-top: 60px;
    padding-bottom: 30px;
}

.sidenav>div>div {
    padding-left: 20px;
}

.sidenav_btn {
    display: none;
    height: 25px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 30px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    /*margin-right: 50px;*/
    padding: 8px 32px 8px 8px;
}

.b-red .bullet1:before {
    content: "";
    border-color: transparent #FA3C4B;
}

.b-green .bullet1:before {
    content: "";
    border-color: transparent #8CE164;
}

.bullet1:before {
    content: "";
    border-style: solid;
    border-color: transparent #000;
    border-width: 0.3em 0 0.3em 0.5em;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 44%;
    transform: translate(-50%, -50%);
    left: -10px;
}

.btn-style1 {
    text-transform: uppercase;
    background-color: #fa3c4b;
    width: 160px;
    height: 40px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    font-size: 13px;
    margin: 15px 0px;
}

.btn-style1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 17px solid white;
    border-left: 29px solid #FA3C4B;
    width: 0;
}

.btn-style1:hover {
    background-color: #de2836;
}

.btn-style1:hover:before {
    border-left: 29px solid #de2836;
}

.btn-style2 {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
    width: 160px;
    height: 25px;
    color: #333;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    font-size: 13px;
    margin: 15px 0px;
    line-height: 14px;
}

.btn-style2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    border-bottom: 15px solid white;
    border-right: 30px solid transparent;
}

.btn-style3 {
    background-color: #1E2DBE;
    clip-path: polygon(0 0%, 64% -48%, 111% 72%, 100% 100%, 0 100%);
    width: 160px;
    height: 40px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border: 0;
}

.btn-style2:hover {
    color: #000 !important;
}

.style1 .color,
.style-inbusiness .color {
    color: rgb(5, 210, 208);
}

.style1 .bg,
.style-inbusiness .bg {
    background-color: rgb(5, 210, 208);
}

.style2 .color,
.style-fit .color {
    color: rgb(31, 68, 151);
}

.style2 .bg,
.style-fit .bg {
    background-color: rgb(31, 68, 151);
    color: #fff;
}

.style3 .color,
.style-cbed .color {
    color: rgb(90, 128, 193);
}

.style3 .bg,
.style-cbed .bg {
    background-color: rgb(90, 128, 193);
    color: #fff;
}

.style4 .color,
.style-r4b .color {
    color: rgb(250, 60, 75);
}

.style4 .bg,
.style-r4b .bg {
    background-color: rgb(250, 60, 75);
    color: #fff;
}

.style5 .color,
.style-sbc .color {
    color: rgb(255, 99, 0);
}

.style5 .bg,
.style-sbc .bg {
    background-color: rgb(255, 99, 0);
    color: #fff;
}

.style6 .color,
.style-ourcoop .color {
    color: rgb(140, 225, 100);
}

.style6 .bg,
.style-ourcoop .bg {
    background-color: rgb(140, 225, 100);
    color: #fff;
}

.page-header {
    margin-top: 45px;
}


/* footer */
.f-logo{
    max-width: 250px;
}
footer {
    background-color: #1E2DBE;
    padding: 30px 50px 5px;
    margin-top: 50px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #FFCD2D;
}

footer>div {
    width: 1440px;
    max-width: 100%;
    margin: auto;
    color: #fff;
}

footer>div>div {
    padding: 30px 0px;
}

footer>div>div+div {
    border-top: 1px solid #8895fd;
}

footer .join h1 {
    padding-left: 15px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

footer .join h1::before {
    border-color: transparent #FFCD2D;
}

.foo-color .bullet1:before {
    border-color: transparent #FFCD2D;
}

footer .join .btn-style1 {
    width: 80%;
    min-width: 150px;
    max-width: 342px;
    height: 48px;
    line-height: 48px;
}

footer .join .btn-style1:before {
    border-top: 17px solid #1E2DBE;
}

footer .info {
    padding-top: 40px;
    padding-bottom: 0px;
}

footer .info .data {
    display: flex;
    font-size: 14px;
    padding-top: 15px;
    font-family: 'Noto Sans', sans-serif;
}

footer .info .data h4 {
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}

footer .info .col1 {
    width: 455px;
    line-height: 26px;
}

footer .info .col2 {
    display: flex;
    flex: auto;
}

footer .info .col2>div {
    flex: auto;
}

footer .info ul>li {
    font-weight: bold;
}

footer .info ul li+li {
    padding-top: 15px;
}

footer .info ul ul {
    padding-top: 15px;
}

footer .info ul ul li {
    font-weight: normal;
}

footer .copyright {
    text-align: center;
    font-size: 14px;
    padding: 20px 0px;
}

.bullet1 {
    position: relative;
}

img.img-d {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img.img-d.h {
    width: auto !important;
    height: 100% !important;
}

.content .title {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1599px) {
    h1 {
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 1488px) {
    .top-bar .logo {
        width: 379px;
        padding: 14px 39px;
    }
}

@media only screen and (max-width: 1493px) {
    .top-bar .logo {
        width: 408px;
        padding: 14px 39px;
    }
}
@media only screen and (max-width: 1429px) {
    .top-bar .logo {
        width: 374px;
        padding: 10px 39px;
    }
}
@media only screen and (max-width: 1414px){
    .top-bar .logo {
        width: 367px;
        padding: 14px 39px;
    }
}
@media only screen and (max-width: 1374px) {
    .top-bar .logo {
        width: 324px;
        padding: 10px 39px;
    }
}
@media only screen and (max-width: 1330px) {
    .top-bar .logo {
        width: 314px;
        padding: 10px 39px;
    }
}
@media only screen and (max-width: 1256px) {
    .top-bar .logo {
        width: 261px;
        padding: 10px 39px;
    }
}
@media only screen and (max-width: 900px) {
    .top-bar .logo {
        width: 141px !important;
    }
}
@media only screen and (max-width: 1440px) {
    footer .join h1.bullet1::before {
        top: 18px;
    }
    .top-bar>div {
        width: 1440px;
    }
}

@media(max-width:1240px) {
    .top-bar .logo {
        width: 187px;
    }
    .title-name-p {
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    .top-bar .top-menu>div>div>div {
        padding: 0px 13px;
        font-size: 12px;
    }
    .top-bar .logo {
        padding: 19px 40px;
    }
}


@media only screen and (max-width: 1024px) {
    .menu_dd {
        min-height: 250px;
    }
    .menu_dd .picture {
        width: 250px;
        min-width: 250px;
        padding: 25px 24px 50px;
        font-size: 12px;
    }
    .menu_dd .picture img {
        max-width: 100%;
    }
    .menu_dd .menu_items {
        font-size: 12px;
        padding: 0px 48px;
    }
    .menu_dd .menu_items h4 {
        font-size: 14px;
    }
    .top-bar .top-menu,
    .top-bar .login-menu {
        /* font-size: 1px; */
    }
    .top-bar .login-menu {
        width: 127px;
    }
    .top-bar .login-menu>div>a{
      font-size: 12px;
    }
    .top-bar .logo {
        padding: 19px 10px 19px 10px;
    }
    .top-bar .top-menu>div>div>div {
        padding: 0px 15px;
        margin-right: 10px;
    }
    html {
        font-size: 78.5%;
    }

    footer {
        margin-top: 30px;
    }
    footer .info .col1,
    footer .info .col2 {
        display: inline-block;
        vertical-align: top;
    }
    footer .info .col1 {
        width: 52%;
    }
    footer .info .col2 {
        width: 46%;
    }
    footer .info .col2>div {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 50px;
    }
    .content h1 {
        font-size: 32px;
    }
    footer .info .data h4 {
        font-size: 14px;
    }
    .title-name-p {
        font-size: 18px;
    }


}

@media only screen and (max-width: 900px) {
    .top-bar .top-menu,
    .top-bar .login-menu {
        font-size: 12px;
    }
    .top-bar .top-menu>div>div>div {
        padding: 0px 10px;
    }
    .top-bar .top-menu>div>div>div.dd {
        padding: 0px 20px 0px 10px;
    }
    .top-bar .top-menu>div>div>div.dd a:after {
        top: 4px;
        right: -15px;
        width: 12px;
        height: 12px;
    }
    html {
        font-size: 78.5%;
        ;
    }
}

@media only screen and (max-width: 768px) {
    .top-bar .logo {
        padding: 19px 30px;
    }
    .top-menu>div,
    .top-bar .login-menu {
        display: none !important;
    }
    .sidenav_btn {
        display: inherit;
    }
    footer .info .data {
        display: inherit;
    }
    footer .join h1 {
        font-size: 32px;
        line-height: 32px;
    }
    footer .join h1.bullet1::before {
        top: 14px;
    }
    footer .join .btn-style1 {
        width: 100%;
    }
    .menu_dd .picture {
        width: 200px;
        min-width: 200px;
        padding: 20px 20px 30px;
    }
    html {
        font-size: 78.5%;
    }
    .show-menu-log {
        display: none !important;
    }
    .m-b-nav {
        margin-top: 79px;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar .logo img {
        /*margin-left: 30px;*/
    }
    .menu_dd {
        display: none !important;
    }
    html {
        font-size: 78.5%;
    }
    .back-btn {
        transform: translateY(-32px);
    }

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 425px) {
    .top-bar .logo {
        padding: 19px 15px;
    }
    footer {
        padding: 10px 20px 5px;
    }
    footer .info .col1,
    footer .info .col2 {
        display: block;
    }
    footer .info .col1 {
        width: 100%;
    }
    footer .info .col2 {
        width: 100%;
    }
    footer .info ul li+li {
        padding-top: 12px;
    }
    footer .join h1 {
        font-size: 32px;
        line-height: normal;
    }
    footer .join h1::before {
        top: 18px !important;
    }
    footer .join .btn-style1 {
        width: 100%;
        max-width: 100%;
    }
    .top-bar>div>div>div {
        display: inherit;
    }
    .menu_dd .picture {
        width: 100%;
        min-width: inherit;
        padding: 10px 20px 10px;
        display: flex;
    }
    .menu_dd .picture>* {
        flex: auto;
    }
    .menu_dd .picture img {
        width: 150px;
    }
    .bullet1:before {
        
    }
    .midle-con {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .midle-con h1 {
        margin-left: 20px;
    }
    .midle-con h2 {
        font-size: 20px;
    }
    input[type=text],
    input[type=number],
    input[type=password],
    input[type=email],
    input[type=tel],
    select,
    textarea {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .top-bar .logo {
        padding: 19px 10px;
    }
    .updates .btn-more {
        width: 258px;
        max-width: 100%;
    }
    .btn-newstyle {
        background-color: #2F3031;
        height: 40px;
        width: 258px;
        color: #fff;
    }
    .btn-newstyle-in {
        background-color: #ffffff;
        clip-path: polygon(0 0%, 62% -82%, 111% 59%, 100% 100%, 0 100%);
        height: 36px;
        width: 254px;
        max-width: 100%;
    }
    input[type=text],
    input[type=number],
    input[type=password],
    input[type=email],
    input[type=tel],
    select,
    textarea {
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {}