html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    letter-spacing: .4px
}

body {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    line-height: 1.4;
    background-image: url("images/bg.jpg");
    color: #FFFFFF;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    background-repeat: round;
}

details,
main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px
}

img[data-aload] {
    font-size: 0 !important;
    opacity: 0 !important;
    height: 0 !important;
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.d-none,
span.text,
span.text1,
span.text2 {
    display: none
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-dir-column {
    flex-direction: column
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500
}

.breadcrumbs-sec ul li,
.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.font-10 {
    font-size: 10px
}

.font-12,
.info-highlight-section .counter-tile p {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px !important
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-19 {
    font-size: 19px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-30 {
    font-size: 30px
}

.font-33 {
    font-size: 33px
}

.font-34 {
    font-size: 34px
}

.font-36 {
    font-size: 36px
}

.font-40 {
    font-size: 40px
}

.font-45 {
    font-size: 45px
}

.font-48 {
    font-size: 48px
}

.font-50 {
    font-size: 50px
}

.font-60 {
    font-size: 60px
}

.font-55 {
    font-size: 55px
}

.lh-1 {
    line-height: 1
}

.line-through {
    text-decoration: line-through
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-unstyled {
    list-style-type: none
}

.pos-rel,
.startup-product-tile ul li {
    position: relative
}

.pos-abs {
    position: absolute
}

.width-100p {
    width: 100%
}

.height-100p {
    height: 100%
}

.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.border-radius-none {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important
}

.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.border-radius-50p {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08)
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.color-white {
    color: #fff
}

.color1 {
    color: #313131
}

.color2 {
    color: #545454
}

.color3 {
    color: #278cf3
}

.color4 {
    color: #999595
}

.color5 {
    color: #5a5a5a
}

.color6 {
    color: #f14d3c
}

.color7 {
    color: #74757d
}

.color8 {
    color: #9e9b9b
}

.color9 {
    color: #f75151
}

.color-light-85 {
    color: rgba(49, 49, 49, .85)
}

.color-light-95 {
    color: rgba(49, 49, 49, .95)
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important
}

a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none
}

.align-middle {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.hero-area .slide-2 .caption a.buy-btn,
.hero-area .slide-3 .caption a.buy-btn,
.hero-area .slide-4 .caption a.buy-btn,
.m-0 {
    margin: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-50 {
    margin-top: 50px
}

.m-t-60 {
    margin-top: 60px
}

.m-t-70 {
    margin-top: 70px
}

.m-t-80 {
    margin-top: 80px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-b-70 {
    margin-bottom: 70px
}

.m-b-80 {
    margin-bottom: 80px
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-8 {
    margin-right: 8px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.breadcrumbs-sec ul,
.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.p-b-10,
.py-20 {
    padding-bottom: 10px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-l-10 {
    padding-left: 10px
}

.p-l-20 {
    padding-left: 20px
}

.p-l-30 {
    padding-left: 30px
}

.p-r-10 {
    padding-right: 10px
}

.flex-block {
    flex: 1
}

.owl-carousel.owl-hidden {
    opacity: 1 !important
}

.title-head {
    position: relative;
    display: inline-block
}

.title-head:after,
.title-head:before {
    content: "";
    position: absolute;
    background: #bfbfbf
}

.strike-text {
    text-decoration: line-through
}

.m-r-24 {
    margin-right: 24px
}

.color-light-50 {
    color: rgba(49, 49, 49, .5)
}

.color-light-60 {
    color: rgba(49, 49, 49, .6)
}

.color-light-80 {
    color: rgba(49, 49, 49, .8)
}

.color-black {
    color: #000000;
}

.common-main-title {
    font-family: "lk-title", sans-serif
}

.main-header nav.navbar ul.navbar-nav li a {
    font-size: 40px;
    letter-spacing: -2.393px;
    color: #ffffff;
    font-weight: 700;
}

.main-header nav.navbar {
    padding: 0;
}

#header {
    background-color: transparent;
    overflow: hidden;
}

.main-header .navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar a {
    text-decoration: none;
}
.main-header nav.navbar h2.center-logo {
    margin: 0 25px;
}
#navbarSupportedContent {
    justify-content: center;
}

.main-header nav.navbar ul.navbar-nav li.nav-item {
    margin-right: 85px;
}
.main-header nav.navbar ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
.main-header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
}
.main-header nav.navbar .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #EDF828;
}
.main-header nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #EDF828;
}

.hero-section h1 {
    font-size: 74px;
    font-weight: 700;
    letter-spacing: -4.388px;
    text-shadow: 3.708px 3.708px 27.807px rgba(255, 255, 255, 0.70);
    line-height: normal;
    z-index: 1;
    position: relative;
}

.hero-section .hero-btn {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.7px;
    border-radius: 86px;
    -webkit-border-radius: 86px;
    -moz-border-radius: 86px;
    -ms-border-radius: 86px;
    -o-border-radius: 86px;
    background: #4A57CF;
    font-family: 'Cormorant Garamond', serif;
    text-shadow: 3.323px 3.323px 24.925px rgba(255, 255, 255, 0.70);
    color: #FFFFFF;
    display: flex;
    height: 107px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    width: 458px;
    z-index: 1;
    position: relative;
}

.hero-section .content-wrap {
    padding-left: 100px;
    padding-top: 70px;
}

.hero-section img {
    position: absolute;
    right: 50px;
    top: 0;
}

.hero-section {
    position: relative;
    height: 587px;
}

.text-content {
    max-width: 985px;
    margin: 0 auto;
    margin-top: 280px;
}

.text-content .common-wrap h2 {
    color: #4A57CF;
    text-shadow: 21.251px 21.251px 159.379px rgba(255, 255, 255, 0.70);
    font-size: 73px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -4.388px;
    text-align: center;
    margin-bottom: 35px;
}

.text-content .common-wrap h3 {
    color: #4A57CF;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.1px;
    margin-bottom: 38px;
    margin-top: 38px;
    text-align: center;
}

.text-content .common-wrap p {
    color: #FFF;
    text-align: center;
    text-shadow: 21.251px 21.251px 159.379px rgba(255, 255, 255, 0.70);
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.1px;
}

.text-content .common-wrap p br {
    display: none;
}

.text-content .common-wrap.last {
    margin-top: 95px;
}

.team-btn {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.7px;
    border-radius: 388.979px;
    -webkit-border-radius: 388.979px;
    -moz-border-radius: 388.979px;
    -ms-border-radius: 388.979px;
    -o-border-radius: 388.979px;
    background: #4A57CF;
    font-family: 'Cormorant Garamond', serif;
    text-shadow: 3.323px 3.323px 24.925px rgba(255, 255, 255, 0.70);
    color: #FFFFFF;
    display: flex;
    height: 117px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    width: 480px;
    box-shadow: 0px 3.112px 3.112px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 3.112px 3.112px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3.112px 3.112px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 3.112px 3.112px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 3.112px 3.112px 0px rgba(0, 0, 0, 0.25);
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
}

.team-btn:hover {
    color: #FFFFFF;
}

.contact-wrap {
    margin-top: 70px;
    margin-bottom: 70px;
}

.contact-wrap h2 {
    color: #141E76;
    text-align: center;
    text-shadow: 21.251px 21.251px 159.379px rgba(255, 255, 255, 0.70);
    font-size: 73.133px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -4.388px;
}

.contact-wrap .share-tile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-wrap .share-tile {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

.contact-wrap .share-tile ul li {
    display: inline-block;
    padding-right: 30px;
}

.contact-wrap .share-tile ul li:last-child {
    padding-right: 0;
}

.contact-wrap .share-tile ul li a {
    display: inline-block;
}

.cursor-pointer {
    cursor:pointer;
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: none;
}

.modal {
    font-family: 'Cormorant Garamond', serif;
}

.modal .modal-content {
    background-image: url(images/responsive-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal .modal-body input::placeholder {
    color: #000000 !important;
    opacity: 1;
}
  
.modal .modal-body input::-ms-input-placeholder {
    color: #000000 !important;
}

.modal .modal-body input:focus,
.modal .modal-body textarea:focus {
    box-shadow: none;
}

.modal .modal-header .btn-close:focus {
    box-shadow: none;
}

.modal .modal-footer {
    border-top: 0;
    padding-top: 0;
}

.modal .modal-footer .submitbtn {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    border-radius: 86px;
    -webkit-border-radius: 86px;
    -moz-border-radius: 86px;
    -ms-border-radius: 86px;
    -o-border-radius: 86px;
    background: #4A57CF;
    font-family: 'Cormorant Garamond', serif;
    text-shadow: 3.323px 3.323px 24.925px rgba(255, 255, 255, 0.70);
    color: #FFFFFF;
    display: flex;
    height: 57px;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.error {
    color: red;
}



@media screen and (max-width:991px) {
    .order-1 {
        order: 1
    }

    .order-2 {
        order: 2
    }
}

@media screen and (max-width:767px) {
    body {
        background-image: url(images/responsive-bg.jpg);
    }

    .main-header .navbar-brand h2.logo a img {
        width: 138px;
    }

    .hero-section .content-wrap {
        padding-left: 0;
        padding-top: 10px;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 32px;
        text-shadow: 1.641px 1.641px 12.309px rgba(255, 255, 255, 0.70);
        letter-spacing: -1.942px;
    }

    .hero-section .hero-btn {
        font-size: 24px;
        height: 57px;
        width: 250px;
        /* margin: 0 auto; */
        margin-top: 0;
        letter-spacing: -0.7px;
        position: absolute;
        bottom: -110px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        left: 50%;
        right: 50%;
        letter-spacing: -1.456px;
        text-shadow: 1.792px 1.792px 13.442px rgba(255, 255, 255, 0.70);
    }

    .hero-section img {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        position: relative;
        width: 307px;
        right: 0;
    }

    .hero-section {
        height: auto;
    }

    .text-content {
        margin-top: 180px;
    }

    .text-content .common-wrap h2 {
        font-size: 48px;
        margin-bottom: 15px;
        letter-spacing: -2.902px;
        text-shadow: 14.052px 14.052px 105.388px rgba(255, 255, 255, 0.70);
    }

    .text-content .common-wrap p {
        font-size: 24px;
        letter-spacing: -1.389px;
        text-shadow: 14.052px 14.052px 105.388px rgba(255, 255, 255, 0.70);
    }

    .text-content .common-wrap.last p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .text-content .common-wrap p br {
        display: block;
    }

    .text-content .common-wrap h3 {
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: 30px;
        letter-spacing: -1.388px;
    }

    .text-content .common-wrap.last {
        margin-top: 80px;
    }

    .team-btn {
        font-size: 26px;
        height: 71px;
        width: 293px;
        box-shadow: 0px 1.9px 1.9px 0px rgba(0, 0, 0, 0.25);
        letter-spacing: -1.567px;
        margin-top: 155px;
    }

    .text-content .common-wrap p img {
        width: 20px;
    }

    .text-content .common-wrap h3 img {
        width: 20px;
    }

    .contact-wrap {
        margin-top: 30px;
        margin-bottom: 120px;
    }

    .contact-wrap h2 {
        font-size: 45px;
        letter-spacing: -2.678px;
        text-shadow: 12.972px 12.972px 97.288px rgba(255, 255, 255, 0.70);
    }

    .contact-wrap .share-tile {
        margin-top: 25px;
    }

    .contact-wrap .share-tile ul li {
        padding-right: 24px;
    }

    .contact-wrap .share-tile ul li a img {
        width: 47px;
        height: 47px;
    }

    .navbar-collapse.collapse.show {
        background: #0000004d;
        padding: 0 10px;
        border-radius: 5px;
    }

    .main-header nav.navbar ul.navbar-nav li.nav-item {
        margin-right: 0;
    }

    .main-header nav.navbar ul.navbar-nav li a {
        font-size: 18px;
        letter-spacing: -2.393px;
        color: #ffffff;
        font-weight: 700;
    }

    .main-header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        text-align: center;
        letter-spacing: -0.393px;
    }
}