/*---------------------------------------------Css Reset------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2f1c6a;
}

.f-body, .link, .link-text, .pt-description, .subtitle {
    font-weight: 600;
    line-height: 20px
}

.top-devider
{
    border-top:1px solid #E9EAEC
}

.bottom-devider
{
    border-bottom:1px solid #E9EAEC
}

.hidden
{
    display:none;
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

::-webkit-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

/* Firefox */
::-ms-input-placeholder {
    color: #979ba4;
    opacity: 1;
}

::placeholder {
    color: #979ba4;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #979ba4;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #979ba4;
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

form {
    position: relative;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #000;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    position: relative;
}

a,
button {
    position: relative;
}

a:hover, a:focus, button:hover, button:focus {
    outline: 0;
    text-decoration: none;
}

input,
textarea,
button {
    border: 0;
}

.form-control {
    border-radius: 0;
}

body, html {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    color: #17191C;
}
/*----------------------------Flexbox css-------------------------*/
.d-flex {
    display: flex;
}
.justify-content-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-between !important;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
/*---------------------------------------------Css Reset------------------------------------------*/
/* Layout settings */
.d-none {
    display: none;
}
.container {
    max-width: 1328px;
    margin: 0 auto;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px
}
.container-fluid {
    max-width: 100%;
}
.mx-auto {
    margin: 0 auto;
}
.w-100 {
    width: 100%;
}
/* colours settings */
.text-center {
    text-align: center;
}
/* ---------------------------------Header  and main Menu Style ------------------------------------*/
.header-section {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 8px 32px 0px;
}
.top-section-wrapper {
    border-bottom: 1px solid #E9EAEC;
}
.cart-icon-top {
    color: #ACAFB9;
    font-size: 18px;
}
.top-sections {
    justify-content: end;
    transition: all .24s ease;
    margin: 0 -7px;
}
.top-sections a:hover p {
    color: #1062FE;
    transition: all .24s ease;
}
.top-sections a:hover svg {
    fill: #1062FE;
    transition: all .24s ease;
}
.cart-icon {
    padding: 8px 6px;
    margin-right: -7px;
}
.cart-icon p {
    color: #5E636E;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.logo-main {
    display: block;
}

.logo-main img {
    height: 30px;
}

.main-menu-item {
    padding: 16px;
    display: block;
    border-bottom: 3px solid transparent;
    padding-bottom: 12px;
}

.caret-main-icon {
    margin-left: 2px;
    width: 12px;
    height: 5px;
    margin-bottom: 0px;
    color: #ABAEB7;
    position: relative;
    left: -5px;
    top: 3px;
    line-height: 10px;
    font-size: 22px;
}
.caret-main-icon:hover {
    color: #1062FE;
}

.main-menu-item .item-text {
    color: rgb(23, 25, 28);
    font-size: 17px;
    font-weight: 400;
    line-height: 42px;
}

.main-menu-btn {
    padding: 10px 16px;
    border: 1px solid #DEE0E3;
    border-radius: 4px;
    color: rgb(23, 25, 28);
    font-size: 14px;
    font-weight: 500;
    margin-left: 16px;
    display: block;
    line-height: 1.6;
    transition: all .24s ease;
    margin-top: 3px;
}

.main-menu-dark-button.main-menu-btn {
    background-color: #1062FE;
    color: #fff;
}

.main-menu-dark-button.main-menu-btn:hover {
    background-color: #009AFF;
    transition: all .24s ease;
}

.main-menu-lite-button.main-menu-btn:hover {
    background-color: #F7F7F8;
    transition: all .24s ease;
}

.main-menu-item:hover .item-text {
    color:#1062FE;
}

.main-menu-item:hover svg {
    fill:#1062FE;
}

.main-menu-dropdown-item {
    transition: all .3s ease;
}


.main-menu-dropdown-item a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(23, 25, 28);
    padding: 6px 24px;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all .3s ease;
}
.main-menu-dropdown-item:hover a {
    padding-left: 36px;
    transition: all .3s ease;
}

.main-menu-dropdown-item:hover * {
    color: #1062FE;
    fill: #1062FE;
    transition: all .3s ease;
}

.dropdown-menu-wrapper {
    height: 0;
    border-radius: 6px;
    background-color: #fff;
    padding: 6px 0;
    width: 240px;
    z-index: 500;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 8px 32px 0px;
    transition: all 2s ease;
    left: 10px;
}
.dropdown-menu-wrapper.active-drop-down-item {
    display: block;
    height: unset;
    transition: all 2s ease;
}
.main-menu-dropdown-item.empty-divider {
    margin: 8px 0;
    height: 1px;
    background-color: #E9EAEC;
}
.drop-down-icon-color {
    color: #ACAFB9;
    font-size: 18px;
    margin-right: 14px;
}
/* ---------------------------------Header main Menu Style onscroll ------------------------------------*/
/* ---------------------------------Footer Style ------------------------------------*/
#footer-section {
    /*margin-top: 48px;*/
}
.footer-bootom-content {
    padding: 16px 0;
    border-top: 1px solid #E9EAEC;
}
.copyright-text {
    color: #5E636E;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
#black-to-top {
    fill: #5E636E;
    padding: 8px 16px;
}
#black-to-top svg {
    width: 18px;
    height: 18px;
}
.nav-divider {
    border-bottom: 1px solid #E9EAEC;
}
.dropdown-language-search .dropdown-menu-items {
    overflow-y: scroll;
    height: 230px;
}
.dropdown-language-search .dropdown-menu-item a {
    display: flex;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 2px;
    bottom: 18px;
    left: -165px;
    right: 0;
}
.dropdown-language-item a {
    padding: 8px 24px;
    transition: all .3s ease;
}
.dropdown-language-item:hover a {
    padding: 8px 12px 8px 36px;
    color: #1062FE;
    transition: all .3s ease;
}
.footer-topsec {
    padding: 48px 0;
}
.footer-company-logo img {
    display: block;
}
.footer-company-desc {
    margin: 42px 0 16px;
    color: rgb(23, 25, 28);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.footer-company-socials a {
    display: block;
    padding: 8px 16px;
    color: #ACAFB9;
    font-size: 18px;
}
.footer-company-socials svg{
    width: 18px;
    height: 18px;
}
.footer-company-socials {
    margin-left: -16px;
}
.footer-title {
    color: rgb(23, 25, 28);
    display: flex;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}
.footer-nav-item {
    color: rgb(94, 99, 110);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 6px 0;
	transition: all .3s ease;
	display: block;
	position: relative;
}
.footer-nav-item:hover {
    color: rgb(16, 98, 254);
	transition: all .3s ease;
	transform: translateX(12px);
}
.row-footer {
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
	justify-content: space-evenly;
}
.col-of-footer {
	max-width: 25%;
	padding: 0 12px;
} 
.footer-company {
    max-width: 240px;
    width: 100%;
    margin-right: 64px;
}
.footer-cards a {
    display: block;
    padding: 8px 15px 8px 0;
}
/* ---------------------------------Footer Style ------------------------------------*/