@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

.clear {
    clear: both;
}

::-moz-selection {
    background: #a30035;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #a30035;
    color: #ffffff;
    text-shadow: none;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

div#preloader {
    background: #000000 url("/../../assets/images/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99990;
}

.header-bottom-area.navbar-fixed-top {
    -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

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

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

.mt-55 {
    margin-top: 55px;
}

.mt-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #ffffff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
body {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0d0d0d;
    font-weight: inherit;
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    color: #0d0d0d;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}

p img {
    margin: 0;
}

span {
    font-family: "Roboto", sans-serif;
}

/* em and strong */
em {
    font: 15px/30px;
}

strong,
b {
    font: 15px/30px;
}

small {
    font-size: 11px;
    line-height: inherit;
}

/*  blockquotes */
blockquote {
    border-left: 0 none;
    font-family: "Roboto", sans-serif;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}

blockquote::before {
    color: #4e5665;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
    left: 20px;
    line-height: 0;
    margin: 0;
    opacity: 0.5;
    position: absolute;
    top: 20px;
}

blockquote p {
    font-style: italic;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
}

blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none;
}

/* abbreviations */
abbr {
    color: #444;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}

abbr:hover {
    cursor: help;
}

/* links */
a,
a:visited {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 12px;   
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    outline: 0;
}

a:hover,
a:active {
    color: #a30035;
    text-decoration: none;
    outline: 0;
}

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

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #e6ae48;
}

/* list */
ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}

li {
    line-height: 18px;
    margin-bottom: 0px;
}

/* definition list */
dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}

/* 
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */
.bg-with-black {
    position: relative;
}

.bg-with-black::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-with-white {
    position: relative;
}

.bg-with-white::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-with-blue {
    position: relative;
}

.bg-with-blue::before {
    background: #00bff3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.hvr-bs:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-1 {
    display: inline-block;
    background: #a30035;
    color: #ffffff;
    border-radius: 50px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 16px;
}

.btn-1:hover {
    background: #ffffff;
    color: #a30035;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* Home Start */
header {
    background: transparent;
}

header .header-top-area {
    background: #a30035;
}

header .header-top-area .hta-left {
    padding: 10px 0;
}

header .header-top-area .hta-right {
    text-align: right;
    padding: 10px 0;
}

header .header-top-area .text {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

header .header-top-area .text .icon {
    margin-right: 10px;
}

header .header-top-area .social {
    display: inline-block;
    padding: 0 0 0 4px;
    list-style: none;
    margin: 0 0 0 12px;
    border-left: 1px solid #ffffff;
}

header .header-top-area .social li {
    display: inline-block;
    margin-left: 8px;
}

header .header-top-area .social li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

header .header-bottom-area {
    background: transparent;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

header .header-bottom-area .logo {
    padding: 10px 0;
}

header .header-bottom-area .logo a {
    display: block;
}

header .header-bottom-area .logo a img {
    height: 60px;
}

header .header-bottom-area .stellarnav {
    background: transparent;
    padding: 15px 0;
}

header .header-bottom-area .stellarnav ul {
    text-align: right;
}

header .header-bottom-area .stellarnav ul li a {
    color: #0d0d0d;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 20px 18px;
}

header .header-bottom-area .stellarnav ul li.has-sub a::after {
    border-top: 6px solid #0d0d0d;
}

header .header-bottom-area .stellarnav ul li ul {
    text-align: left;
}

header .header-bottom-area .stellarnav ul li ul li a {
    font-weight: 500;
}

header .header-bottom-area .demo {
    text-align: right;
    padding: 19px 0;
}

header .header-bottom-area .demo a {
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px 28px;
    color:#fff;
}
header .header-bottom-area .demo a:hover {   
    color:#050000;
}

.hero-area {
    padding: 225px 15px 310px;
    background-image: url(../../../assets/images/front/hero.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-area .hero-content {
    max-width: 794px;
    width: 100%;
    margin: auto;
    background: rgba(22, 129, 255, 0.7);
    padding: 34px;
}

.hero-area .hero-content .title {
    color: #ffffff;
    font-size: 65px;
    line-height: 86px;
    font-weight: 400;
    text-align: center;
}

.hero-area .hero-content .title  u{
    font-weight: bold;
    color: #ba0000;
    font-style: italic;
}

.product-area {
    padding: 70px 0 30px;
}

.section-title {
    text-align: center;
    margin: 0 0 50px;
    border-bottom: 1px solid #c7c7c7;
    padding: 0 0 14px;
}

.section-title .title {
    font-size: 50px;
    line-height: 54px;
}

.section-title .title u {
    color: #a30035;
}

.section-title .text {
    font-size: 30px;
    line-height: 34px;
    margin: 12px 0 0;
}

.signle-product {
    border: .5px solid #a30035;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 0 0 30px;
}

.signle-product .img img {  
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.signle-product .content {
    padding: 26px 20px;
}

.signle-product .content .title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    position: relative;
    padding: 0 0 16px;
}

.signle-product .content .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 138px;
    background: #a30035;
}

.signle-product .content .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0;
}

.signle-product .content .buttons a {
    border: 1px solid #ffffff;
}

.signle-product:hover {
    background: #a30035;
}

.signle-product:hover .content .title {
    color: #ffffff;
}

.signle-product:hover .content .title::after {
    background: #ffffff;
}

.signle-product:hover .content .buttons a {
    border-color: #ffffff;
    background: #a30035;
}

.signle-product:hover .content .buttons a:hover {
    background: #ffffff;
    color: #a30035;
}

.our-service-all {
    background-image: url(../../../assets/images/front/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 0 0 160px;
}

.our-service-all-inner {
    background: #ffffff;
    padding: 45px 45px 0;
    border: 1px solid #cccccc;
}

.our-service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: center;
    background: #1689ff;
    border: 1px solid #a30035;
    padding: 15px;
    margin: 0 0 45px;
    min-height: 202px;
}

.our-service-box::before, .our-service-box::after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 60px;
    height: 1px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.our-service-box::before {
    top: 15px;
    right: 15px;
}

.our-service-box::after {
    bottom: 15px;
    left: 15px;
}

.our-service-box .box-inner {
    min-height: 100%;
    min-width: 100%;
    padding: 9px 7px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.our-service-box .icon-box .icon {
    display: inline-block;
    background: #ffffff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 100px;
}

.our-service-box .content {
    position: relative;
    z-index: 2;
    margin: 28px 0 0;
}

.our-service-box .content .text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
}

.our-service-box .content .down-number {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 90px;
    line-height: 90px;
    color: #a30035;
    opacity: .2;
}

.our-service-box.color-2 {
    background: #a30035;
    border-color: #1689ff;
}

.our-service-box.color-2 .content .down-number {
    color: #1689ff;
}

.our-service-box:hover::before, .our-service-box:hover::after {
    width: calc(100% - 30px);
}

.portfolio-area {
    padding: 80px 0 30px;
}

.portfolio-menu-area {
    text-align: center;
    margin: 0 0 60px;
}

.portfolio-menu-area .portfolio-menu {
    display: inline-block;
    border: 1px solid #a30035;
    background: #a30035;
    padding: 0 96px;
}

.portfolio-menu-area .portfolio-menu .button {
    display: inline-block;
    background: #a30035;
    color: #ffffff;
    border: 0;
    margin: 0;
    padding: 17px 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
}

.portfolio-menu-area .portfolio-menu .button.checked {
    background: #ffffff;
    color: #a30035;
}

.single-portfolio {
    margin: 0 0 50px;
}

.single-portfolio .img img {
    width: 100%;
}

.single-portfolio .title {
    text-align: center;
    background: #a30035;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 4px;
}

.testimonial-area {
    padding: 80px 0 170px;
    background-image: url(../../../assets/images/front/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.testimonial-carousel {
    margin: 0 -15px;
}

.single-testimonial {
    border: 1px solid #e1dedf;
    border-radius: 5px;
    padding: 20px 20px 80px;
    margin: 0 15px;
}

.single-testimonial .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.single-testimonial .author .box {
    display: inline-block;
    border: 1px solid #a30035;
    padding: 3px;
    border-radius: 50px 0 0 50px;
    margin: 0 -21px 0 0;
}

.single-testimonial .author .box .img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-testimonial .author .box .img img {
    height: 100px;
    border-radius: 100px;
}

.single-testimonial .author .box .title {
    overflow: hidden;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}

.single-testimonial .author .box .star {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.single-testimonial .author .box .star li {
    display: inline-block;
    color: #e48c01;
}

.single-testimonial .text {
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0 0;
}

.about-area {
    background: #e1e2eb;
    padding: 70px 0 50px;
}

.about-content {
    margin: 0 0 30px;
}

.about-content .text {
    font-size: 16px;
    line-height: 32px;
}

.about-banner {
    margin: 0 0 30px;
    text-align: right;
}

.team-area {
    padding: 70px 0 0;
}

.single-team {
    text-align: center;
    padding: 12px 12px 38px;
    margin: 0 0 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-team .img .box {
    display: inline-block;
    height: 262px;
    width: 262px;
    border: 2px solid #a30035;
    border-radius: 100%;
}

.single-team .img .box img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-team .content {
    margin: 22px 0 0;
}

.single-team .content .title {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    color: #a30035;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.single-team .content .desg {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.single-team .content .desg::after {
    content: "";
    border-bottom: 2px solid #a30035;
    display: block;
    width: 150px;
    margin: 6px auto auto;
}

.single-team:hover {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.12);
}

.contact-area {
    background-color: #f1f1f1;
    background-image: url(/../../assets/images/front/contact-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    padding: 70px 0 52px;
}

.contact-title {
    font-size: 26px;
    line-height: 30px;
    position: relative;
    padding: 0 0 8px;
    margin: 0 0 40px;
}

.contact-title::after {
    content: "";
    background: #a30035;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 164px;
}

.contact-form-area .contact-input-box {
    margin: 0 0 28px;
}

.contact-form-area .contact-input-box input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 4px 10px;
    font-size: 14px;
    border: 1px solid #a30035;
    border-radius: 3px;
    letter-spacing: 0;
    background: #ffffff;
}

.contact-form-area .contact-input-box input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 4px 10px;
    font-size: 14px;
    border: 1px solid #a30035;
    border-radius: 3px;
    letter-spacing: 0;
    background: #ffffff;
}

.contact-form-area .contact-input-box textarea {
    width: 100%;
    height: 150px;
    padding: 4px 10px;
    font-size: 14px;
    border: 1px solid #a30035;
    border-radius: 3px;
    letter-spacing: 0;
    background: #ffffff;
}

.contact-form-area .contact-input-box input[type="submit"] {
    border-radius: 0;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.contact-info-area .all-info {
    background: #ffffff;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.12);
    padding: 18px 28px 58px;
    list-style: none;
}

.contact-info-area .all-info li {
    display: block;
    position: relative;
    padding: 0 0 0 38px;
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #0d0d0d;
}

.contact-info-area .all-info li .icon {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    color: #a30035;
}

.contact-info-area .all-info li:last-child {
    margin: 0;
}

footer {
    background-color: #141414;
    background-image: url(../../../assets/images/front/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 75px 0 0;
    color: #ffffff;
}

.footer-top-area {
    padding: 0 0 50px;
}

.footer-widget {
    margin: 0 0 30px;
}

.footer-widget .title {
    color: #a30035;
    font-size: 25px;
    line-height: 29px;
    background: url(../../../assets/images/front/footer-title-border.png);
    background-size: 165px 16px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 0 0 22px;
    margin: 0 0 30px;
}

.footer-widget .f-logo {
    margin: 0 0 30px;
}

.footer-widget .f-logo img {
    height: 74px;
}

.footer-widget .text {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px;
}

.footer-widget .social {
    padding: 0;
    list-style: none;
}

.footer-widget .social li {
    display: inline-block;
    margin-right: 18px;
}

.footer-widget .social li a {
    display: block;
    color: #a30035;
    font-size: 26px;
    line-height: 28px;
}

.footer-widget .social li a:hover {
    color: #ffffff;
}

.footer-widget .social li:last-child {
    margin-right: 0;
}

.footer-widget .links {
    padding: 0;
    list-style: none;
}

.footer-widget .links li {
    display: block;
    position: relative;
    padding: 0 0 0 28px;
}

.footer-widget .links li::before {
    content: ">>";
    position: absolute;
    left: 0;
    top: 8px;
    color: #a30035;
}

.footer-widget .links li a {
    display: block;
    color: #ffffff;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 35px;
}

.footer-widget .links li a:hover {
    color: #a30035;
}

.footer-widget .links.no-icon li a {
    color: #ffffff;
}

.fooer-bottom-area {
    background: #0b0b0b;
}

.fooer-bottom-area .container {
    position: relative;
    padding-top: 19px;
    padding-bottom: 19px;
}

.fooer-bottom-area .container::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    background: #a30035;
    height: 1px;
    width: 100%;
}

.copyright-text {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

/* Home End */
#scrollUp {
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #a30035;
    border-radius: 100px;
    color: #ffffff;
    font-size: 18px;
}

#scrollUp:hover {
    border-radius: 0;
}
/*# sourceMappingURL=style.css.map */
.slick-initialized .slick-slide {
    display: block;
    background: #f8f8f8;
}