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;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background: #a7a8ab url("../images/repeat_bg.jpg") repeat-y center top;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    transition: all .5s ease-in;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 20px 0;
    line-height: 20px;
}

h1 {
    font-size: 30px;
    font-weight: 300;
}

h2 {
    font-size: 24px;
    font-weight: 300;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 10px 0;
    color: #dbcead;
}

#main {
    width: 100%;
    background: url("../images/main_bg.jpg") no-repeat left top;
    float: left;
    height: 100%;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.header,
.content,
.page {
    width: 100%;
    float: left;
}

.header {
    margin-bottom: 30px;
}

.page {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

ul.nav,
ul.nav li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.nav {
    float: right;
    margin: 30px 80px 30px 0;
    display: block;
    clear: both;
}

ul.nav li {
    display: inline-block;
}

ul.nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    color: #fff;
    margin: 0 20px 0 0;
}

ul.nav li a:hover {
    color: #dbcead;
}

ul.nav li.active a {
    color: #dbcead;
}

.content {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: calc(100% - 116px);
}

.content .left-panel {
    float: left;
    width: 35%;
}

.content .right-panel {
    float: left;
    width: 65%;
    height: 100%;
}

.content .left-panel img.logo {
    display: inline-block;
}

.content .left-panel .block-img {
    display: block;
    text-align: center;
}

.content .right {
    float: left;
    margin: 20px 0 0 0;
}

.img-responsive {
    /*max-width: 100%;*/
}

.social_panel {
    background: url("../images/mic.svg") no-repeat center top;
    width: 240px;
    height: 240px;
    position: absolute;
    left: 8%;
    bottom: 0;
}

ul.social_links,
ul.social_links li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

ul.social_links li {
    display: table-cell;
    padding-top: 60px;
}

ul.social_links {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

ul.social_links li a {
    color: #fff;
    font-size: 60px;
    transform: translateY(0px);
    transition: all .2s ease-in;
}

ul.social_links li a:hover {
    color: #000;
}

ul.social_links li a:last-child {
    margin: 0px;
}

ul.social_links li a:hover i {
    transform: translateY(-3px);
    transition: all .2s ease-in;
}

.menu {
    top: 0;
    position: absolute;
    left: 40px;
    top: 35px;
    z-index: 99;
    transform: translateX(0);
    transition: all .5s ease-in;
    display: none
}

.menu.active {
    transform: translateX(200px);
    transition: all .5s ease-in;
}

.menu i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 25px;
    height: 3px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
    cursor: pointer;
}

.menu:hover i::before {
    top: -7px;
}

.menu i::before {
    top: -7px;
}

.menu:hover i::after {
    bottom: -7px;
}

.menu i::after {
    bottom: -7px;
}

.clearfix {
    clear: both;
}

.menu i::before,
.menu i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.menu.active i {
    background: transparent;
}

.menu.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.menu.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.about .aboutBg {
    background: #3d5061 url("../images/about_img.jpg") no-repeat left top;
    background-size: 100% auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.about .aboutBg .text-content {
    padding: 100px 80px 80px 80px;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.testimonials .testimonialsBg {
    background: #2b3743 url("../images/testimonials_img.jpg") no-repeat left top;
    background-size: 100% auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.home .bgImage {
    background: url("../images/yassi_img.jpg") no-repeat left top;
    background-size: 100% auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.homeImg {
    display: none;
}

.testimonials .testimonialsBg .text-content {
    padding: 70px;
    color: #fff;
}

.testimonials .testimonialsBg .testimonials_list {
    margin-bottom: 70px;
}

.page-heading {
    text-align: center;
    display: block;
    margin: 73px 0 0 0;
}

.page-heading span {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}

.contact .contactBg {
    background: #344c55 url("../images/contact_bg.jpg") no-repeat left top;
    height: 100%;
    background-size: 100% auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;
}

.contact .contactBg .text-content {
    padding: 60px;
    color: #fff;
}

.contact .contactBg .contact_form {
    margin-bottom: 40px;
    padding: 10px;
    display: block;
    float: left;
    width: 55%;
    position: relative;
}

.contact_form input[type="text"] {
    width: 100%;
    display: block;
    clear: both;
    padding: 10px;
    font-size: 20px;
    border: 0px;
    margin: 0 0 30px 0;
    font-family: "open sans";
    background: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
}

.contact_form textarea {
    width: 100%;
    display: block;
    clear: both;
    padding: 10px;
    font-size: 20px;
    height: 100px;
    border: 0px;
    font-family: "open sans";
    background: none;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    border-bottom: 1px solid #fff;
    font-weight: 300;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
}

.contact_form placeholder {
    color: #fff;
}

input::placeholder,
textarea::placeholder {
    color: #fff;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

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

::-moz-placeholder {
    /* Firefox 19+ */
    color: fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: fff;
}

ul.social_icons,
ul.social_icons li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    text-align: center;
}

ul.social_icons {
    width: 225px;
    float: right;
    margin-top: 50px;
}

ul.social_icons li {
    width: 100%;
    margin-bottom: 10px;
}

ul.social_icons li a {
    background: rgba(33, 52, 65, .8);
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    padding-left: 0;
    line-height: 18px;
    font-weight: 700;
    width: 120px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

ul.social_icons li a i {
    display: inline-block;
    font-size: 40px;
    margin-right: 10px;
}

ul.social_icons li a span {
    font-size: 14px;
    text-transform: upper-case;
    white-space: no-wrap;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    display: inline-block;
}

ul.social_icons li a b {
    display: block;
    clear: both;
}

ul.social_icons li a:hover {
    background: #dbcead;
}

.captcha_panel {
    margin: 20px 0 0 0;
}

.captcha_panel {
    margin: 20px 0 20px 0;
    float: left;
}

.submitBtn {
    border: 0px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 32px;
    padding: 10px 40px 10px 40px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    float: right;
    margin-top: 30px;
    font-family: "open sans";
    text-transform: uppercase;
}

.submitBtn:hover {
    background: #dbcead;
}

label.error {
    color: red;
    font-size: 13px;
    position: relative;
    margin-top: -20px;
    position: absolute;
    right: 10px;
}

ul.social_icons li a {
    width: 100%;
}

#success {
    background: #000;
    padding: 20px;
    margin: 20px 0 0 0;
    color: #fff;
    display: block;
    text-align: center;
    display: none;
}

.content .left-panel {
    width: 420px;
    position: absolute;
    left: 0;
    top: 0;
}

.content {
    padding-left: 420px;
    position: relative
}

.contact .contactBg,
.testimonials .testimonialsBg,
.about .aboutBg,
.content .right-panel {
    width: 100%;
}

.content .right {
    width: 100%;
}

body {
    background: #797d88 url("../images/main_repeat_bg.jpg") repeat-y left top;
}


.page.testimonials{height:auto}
.page.testimonials p b{ font-weight:bold}

@media all and ( min-width:1300px) and (max-width:1900px) {
    .social_panel {
        left: 5%;
    }
    ul.social_icons {
        width: 225px;
        float: right;
        margin-top: 50px;
    }
    ul.social_icons li a span {
        font-size: 18px;
        line-height: 20px;
    }
    ul.social_icons li {
        margin-bottom: 20px;
    }
    ul.social_icons li a {
        font-size: 35px;
        padding: 20px;
        padding-left: 0;
    }
    ul.social_icons li a i {
        top: 20px;
    }
    .contact .contactBg {
        padding: 100px;
    }
    .page-heading span {
        font-size: 40px;
        line-height: 50px;
    }
    .page-heading {
        margin-top: 30%;
    }
}

@media all and ( min-width:1900px) and (max-width:5000px) {
    p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

.testimonials p {
       font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .content .right {
        height: 100%;
        width: auto;
    }
    ul.nav {
        padding-right: 0px;
    }
    h3 {
        font-size: 22px;
        margin: 25px 0 20px 0;
    }
    ul.nav li a {
        font-size: 18px;
        margin: 0 30px 0 0;
    }
    .page-heading span {
        font-size: 60px;
        line-height: 98px;
    }
    .page-heading {
        margin-top: 28%;
    }
    
    .about .aboutBg .text-content {
        padding: 150px 150px 50px 150px;
    }

   .testimonials .testimonialsBg .text-content {
        padding: 100px 100px 50px 100px;
    }


    .content {
        position: relative;
    }
    .content .left-panel {
        width: 30%;
        position: static;
        left: inherit;
        top: inherit;
    }
    .content {
        padding-left: 0;
        position: relative
    }
    .contact .contactBg,
    .testimonials .testimonialsBg,
    .about .aboutBg,
    .content .right-panel {
        width: 70%;
    }
    .social_panel {
        left: 3%;
        background-size: 50% auto;
    }
    ul.social_icons li a span {
        font-size: 18px;
        line-height: 20px;
    }
    ul.social_icons li {
        margin-bottom: 20px;
    }
    ul.social_icons li a {
        font-size: 35px;
        padding: 20px;
        padding-left: 0;
    }
    ul.social_icons li a i {
        top: 20px;
    }
    .content .left-panel img.logo {
        width: 50%;
    }
    .social_panel {
        width: 25%;
        height: 448px;
    }
    ul.social_links li a {
        font-size: 100px;
    }
    ul.social_links li {
        padding-top: 30%;
    }
    .contact .contactBg {
        padding: 100px;
    }
    ul.social_icons {
        width: 225px;
    }
    .contact_form input[type="text"],
    .contact_form textarea {
        font-size: 26px;
    }
}

@media all and ( min-width:2000px) and (max-width:5000px) {
    p {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 30px;
    }

   .testimonials p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 32px;
        margin: 35px 0 30px 0;
    }
    .testimonials .testimonialsBg .testimonials_list {
        margin-bottom: 100px;
    }
    .contact_form input[type="text"],
    .contact_form textarea {
        font-size: 32px;
        margin-bottom: 60px;
    }
    .contact_form textarea {
        height: 200px;
    }
    ul.social_icons li a {
        font-size: 60px;
        padding: 30px;
        padding-left: 0;
    }
    ul.social_icons li a span {
        font-size: 26px;
        line-height: 30px;
    }
    ul.social_icons {
        width: 350px;
    }
    ul.social_icons li a i {
        top: 30px;
        left: 25px;
        font-size: 58px;
    }
    .submitBtn {
        font-size: 40px;
        font-weight: 300;
    }
    ul.nav li a {
        font-size: 24px;
        margin-right: 60px;
    }
    .social_panel {
        height: 552px;
    }
    .content {
        height: calc(100% - 123px);
    }
}

@media all and ( max-width:1200px) {
    .submitBtn {
        float: left;
    }
    .contact .contactBg {
        padding: 25px;
    }
    .content {
        padding-left: 320px;
    }
    .content .left-panel {
        width: 300px;
    }
    .social_panel {
        left: 5%;
    }
}

@media all and ( max-width:1000px) {
    .content .left-panel {
        width: 100%;
        position: static;
        left: inherit;
        top: inherit;
    }
    .content {
        padding-left: 420px;
        position: relative
    }
    .contact .contactBg,
    .testimonials .testimonialsBg,
    .about .aboutBg,
    .content .right-panel {
        width: 100%;
    }
    .content .right {
        width: 100%;
    }
    #main {
        background: none;
    }
    .content {
        padding-left: 0px;
    }
    background: #a7a8ab url("../images/repeat_bg.jpg") repeat-y center top;
    .social_panel {
        left: 4%;
    }
    ul.nav li a {
        font-size: 16px;
    }
    ul.nav {
        margin-right: 40px;
    }
    .about .aboutBg .text-content {
        padding: 60px;
        color: #fff;
    }
    .content {
        margin-bottom: 40px;
    }
    .content .left-panel .block-img {
        margin-bottom: 60px;
    }
    .social_panel {
        background: url("../images/mic.svg") no-repeat center top;
        width: 240px;
        height: 240px;
        position: static;
        left: inherit;
        bottom: inherit;
        margin: 0 auto;
        clear: both;
        display: table;
    }
    .page-heading {
        display: table-cell;
        vertical-align: top;
    }
    .page-heading span {
        margin-top: 73px;
    }
    .home .bgImage {
        background: none;
        height: auto;
    }
    .homeImg {
        display: block;
    }
    .content {
        height: auto;
    }
}






@media all and ( max-width:767px) {
    ul.social_icons li a {
        width: auto;
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
    ul.social_icons li a span {
        display: none
    }
    ul.social_icons li a i {
        position: static;
        margin-right: 0px;
        line-height: 60px;
    }
    .social_panel {
        position: static;
        clear: both;
        margin: 0 auto;
    }
    .content {
        display: block;
        clear: both;
        margin: 20px 0 40px 0;
        float: left;
    }
    .content .left-panel {
        width: 100%;
    }
    .content .right-panel {
        width: 100%;
    }
    .menu {
        display: block
    }
    ul.nav {
        float: none;
        display: block;
        text-align: center;
        margin-top: 0;
        background: #333;
        width: 200px;
        transform: translateX(-200px);
        width: 200px;
        transition: all .5s ease-in;
        position: fixed;
        height: 100%;
        left: 0;
    }
    ul.nav.active {
        transform: translateX(0px);
        z-index: 2;
    }
    ul.social_links {
        margin: 0px;
    }
    /*.social_panel {
        position: static;
        left: inherit;
        top: inherit;
        clear: both;
        height: 190px;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding: 50px 0 0 0;
    }*/
    .page {
        position: relative;
        height: auto;
    }
    body {
        overflow: scroll;
    }
    ul.nav {
        margin-right: 0px;
        margin-bottom: 40px;
        padding-top: 10px;
    }
    ul.nav li a {
        margin: 0 10px 0 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    ul.nav {
        display: block;
    }
    .content .left-panel img.logo {
        width: 25%;
    }
    /*.social_panel {
        background-size: 55% auto;
        width: 200px;
        height: 155px;
    }*/
    ul.social_links li a {
        font-size: 45px;
    }
    ul.nav li {
        width: 100%;
        display: block;
        padding: 10px;
        text-align: left;
    }
    .content.active {
        transform: translateX(200px);
        transition: all .5s ease-in;
    }
    .content {
        transform: translateX(0);
        transition: all .5s ease-in;
    }
    .about .aboutBg,
    .testimonials .testimonialsBg,
    .contact .contactBg {
        margin: 0 0 0 0;
    }
    .page-heading {
        margin-top: 12px;
    }
    .page-heading span {
        font-size: 26px;
        line-height: 44px;
    }
    .testimonials .testimonialsBg .text-content {
        padding: 40px;
    }
    .header {
        margin-bottom: 0
    }
    .about .aboutBg .text-content {
        padding: 30px;
    }
    ul.social_icons {
        width: 35%;
        display: block;
        text-align: center;
    }
    ul.social_icons li a span {
        white-space: no-wrap;
    }
    ul.social_icons li {
        display: inline-block;
        width: auto;
        margin-right: 20px;
        width: 100%;
        clear: both;
    }
    /*     .home .page{height:100%;}
   .home  .social_panel{position: absolute; bottom:0; left:90px; width: 200px;   height: 122px; background-size:43% auto; left: 50%;     margin-left: -100px; padding-top: 38px;}
    .home .container{overflow:hidden;}*/
    .content .right {
        margin-top: 0px;
    }
    .content .left-panel .block-img {
        margin-bottom: 30px;
    }
    .content .left-panel img.logo {
        width: 100px;
    }
    .content .right-panel {
        height: auto;
    }
    ul.social_links li a:last-child {
        margin: 14px;
    }
    .social_panel {
        width: auto;
        height: auto;
        background: none;
    }
    ul.social_links li {
        padding: 0px;
    }
    .content {
        margin-bottom: 0
    }
    ul.social_links li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        margin: 14px;
    }
    .social_panel {
        display: none
    }
    .home .social_panel {
        display: block;
        margin: 40px 0 0 0;
        clear: both;
        float: left;
        width: 100%;
    }
}

@media all and ( max-width:480px) {
    .testimonials .testimonialsBg .text-content {
        padding: 30px;
    }
    .contact .contactBg {
        padding: 20px
    }
    .menu {
        left: 30px;
    }
    ul.social_icons {
        width: 100%;
    }
    .contact .contactBg .contact_form {
        width: 100%;
        padding: 0;
    }
    .submitBtn {
        width: 100%;
    }
    /* .social_panel {
        background-size: 44% auto;
        width: 200px;
        height: 115px;
    }
    ul.social_links li {
        padding-top: 0
    }*/
    ul.social_icons {
        margin-top: 0;
    }
    ul.social_icons li {
        width: auto;
        clear: none;
    }
    p {
        font-size: 14px;
        font-weight: 300;
        margin: 0 0 15px 0;
        line-height: 20px;
    }
    .contact_form textarea {
        height: 60px;
    }
    .submitBtn {
        font-size: 28px;
    }
    .contact_form input[type="text"] {
        margin-bottom: 10px;
    }
    .contact .contactBg .contact_form {
        margin-bottom: 20px
    }
    .contact_form input[type="text"] {
        padding: 8px;
    }
    .page.contact,
    .contact .contactBg {
        height: 100%;
        padding-bottom: 0px;
    }
    .page .content {
        height: calc(100% - 80px);
    }
    ul.social_icons li:last-child {
        margin-right: 0
    }
}

@media all and ( max-width:400px) {
    .submitBtn {
        padding: 5px 40px 10px 40px;
        font-size: 22px;
    }
    ul.social_icons li a i {
        font-size: 30px;
    }
}

@media all and ( max-width:330px) {
    #rc-imageselect,
    .g-recaptcha,
    #captcha_ele {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media all and (min-width:300px) and (max-width:1600px) {
    
    .submitBtn{margin-top: 0px; float:left;}  
    
}
