body {font-size: 1rem;font-family: Poppins;font-weight: 400;overflow-x: clip;}

* {
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
}

html {
    font-size: 16px
}


a {text-decoration:none; color: inherit;}
a:hover {text-decoration:none; color: inherit;}
img {max-width:100%;}
.container { max-width:1200px!important; margin:0 auto; position:relative}

.meni-icon{
    display: none;
}

.close-icon{
    display: none;
}

.navBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 85px;
}

#myNav ul li {
    display: inline-block;
    line-height: 36px;
    padding: 0px 6px;
}

#myNav ul li a {
    color: rgba(34, 34, 34, 1);
    font-size: 15px;
    padding: 0px 7px;
    font-weight: 500;
    text-transform: uppercase;
}

#myNav ul li.last a {
    background: rgba(88, 0, 255, 1);
    color: #fff;
    padding: 8px 22px;
    border-radius: 2px;
    border: 1px solid rgba(88, 0, 255, 1);
}

div#myNav {
    display: flex;
}

.header .social-media {
    display: flex;
    margin-left: 10px;
    align-items: center;
}

.social-media a {
    background: #615D59;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin: 0px 5px;
}

footer {
    width: 100%;
    position: relative;
    float: left;
}

footer {
    width: 100%;
    position: relative;
    float: left;
    padding: 15px 0px;
    background: rgb(5 199 235);
}

.footer-links h3 {
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
    margin: 0px 0px 18px 0px;
}

.footer-links {
    float: left;
    padding: 0px 15px;
}

.footer-links ul li, .footer-links ul li a {
    list-style: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px;
}

ul.social-media li {
    display: inline-block;
    background: #ffffff;
    color: #4c5cd8;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin: 0px 2px;
}

ul.social-media li a {
    color: #00d7ff;
    font-size: 15px;
    background: none;
    cursor: pointer;
}

.footer-links:first-child ul {
    column-count: 1;
}

.footer-top {
    padding: 40px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 69%);
}

.footer-top .ftop-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top .ftop-area .logo {
    width: 18%;
}

.footer-top .ftop-area  .connect {
    width: 76%;
}

.footer-top .ftop-area .connect .connect-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top .ftop-area .connect .connect-list ul li {
    width: 32%;
}

.footer-top .ftop-area .connect .connect-list ul li .contact-add {
    display: flex;
    flex-wrap: wrap;
}

.footer-top .ftop-area .connect .connect-list ul li .contact-add .icon {
    width: 60px;
}

.footer-top .ftop-area .connect .connect-list ul li .contact-add .connect-txt {
    width: calc(100% - 65px);
}

.footer-top .ftop-area .connect .connect-list ul li .contact-add .icon .img {
    background: rgba(34, 34, 34, 1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.footer-top .ftop-area .connect .connect-list ul li .contact-add .icon .img i {
    color: #fff;
    font-size: 19px;
}

.footer-top .ftop-area .connect .connect-list ul li .contact-add .connect-txt p {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin: 0px;
}

.footer-top .ftop-area .connect .connect-list ul li .contact-add .connect-txt span {
    color: #fff;
    font-size: 15px;
    padding: 10px 0px;
}

footer .link-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0px;
}

footer .link-area .footer-links {
    width: 16%;
}

footer .link-area .footer-links.extra {
    width: 42%;
}

footer .link-area .Subscribe {
    width: 38%;
    background: #000;
    padding: 32px 30px;
    color: #fff;
}

footer .link-area .footer-links.extra ul {
    column-count: 2;
}

footer .link-area .Subscribe .title {
    font-size: 18px;
    font-weight: 600;
}

footer .link-area .Subscribe p {
    font-size: 14px;
    padding: 8px 0px;
}

footer .link-area .Subscribe .subscribe-form input {
    width: 100%;
    padding: 16px 20px;
    color: #000;
    font-size: 15px;
    height: 58px;
}



footer .link-area .Subscribe .subscribe-form {
    position: relative;
}

footer .link-area .Subscribe .subscribe-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 18px;
    border: none;
    background: rgba(88, 0, 255, 1);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    height: 58px;
}

section.copyright ul.social-media {
    float: right;
}

section.copyright {
    width: 100%;
    float: left;
    background: rgb(5 199 235);
    padding: 25px 0px;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid rgb(255 255 255 / 69%);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #090909;
  color: #fff;
}

#myNav ul li.last a:hover, section.banner-sec .banner-area .banner-content .txt .button-area a:hover, section.need-help .flex-form .help-form button:hover, footer .link-area .Subscribe .subscribe-form button:hover {
    background: rgba(0, 215, 255, 1);
    color: #ffffff;
    border: 1px solid rgb(0 215 255 / 0%);
    transition: 0.6s ease-in-out;
}
.navigationlast ul li {
    list-style: none;
}

#myNav ul li.drop-list .dropdown {
    position: absolute;
    z-index: 9;
    width: 62%;
    left: 0px;
    padding-top: 15px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#myNav ul li.drop-list .dropdown ul {
    display: flex;
    padding: 12px 25px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    background: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    border-top: 3px solid #00d7ff;
}

#myNav ul li.drop-list .dropdown ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 0px;
    width: 100%;
    display: block;
}

#myNav ul li.drop-list i {
    font-size: 17px;
    font-weight: 600;
    padding-left: 3px;
}

#myNav ul li.drop-list .dropdown ul li a:hover {
    color: #5800ff;
}

#myNav ul li.drop-list .dropdown ul li {
    width: 48%;
    padding: 2px 0px;
}


#myNav ul li.drop-list .dropdown ul:after {
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00d7ff;
    border-left: 10px solid transparent;
    position: absolute;
    left: 36%;
    top: -12px;
}
#myNav ul li.drop-list:hover .dropdown {
    display: block;
}

 #myNav ul li.drop-list .dropdown ul li:not(:nth-last-child(-1n+2)) {
    border-bottom: 1px dashed #ebe5e5;
}

.footer-links form button:hover {
    color: white;
    background: #c59688;
}
div#myHeader {
    padding: 7px 0px;
}

footer .fl {
    width: 30%;
    float: left;
}

footer .fr {
    width: 66%;
    float: right;
}

.footer-about .txt p {
    font-size: 14px;
    color: #f5f3f3;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0px;
}

.footer-about .img {margin: 0px 0px 18px 0px;}

section.banner-sec {
    width: 100%;
    float: left;
}

section.banner-sec .banner-area {
    position: relative;
    display: flex;
    align-items: center;
    height: 76vh;
}

section.banner-sec .banner-area .banner-content {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 999;
}

section.banner-sec .banner-area .banner-content .txt {
    width: 35%;
}

section.banner-sec .banner-area .banner-content .txt h2 span {
    color: rgb(255 255 255);
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

section.banner-sec .banner-area .banner-content .txt h3 span {
    color: rgba(1, 52, 83, 1);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    background: #fff;
    padding: 2px 15px;
}

section.banner-sec .banner-area:after {
    content: "";
    background: #31313187;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

::after {}

section.banner-sec .banner-area .banner-content p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

section.banner-sec .banner-area .banner-content .small-heading span {
    color: #fff;
    font-size: 22px;
    border-bottom: 2px solid white;
}

section.banner-sec .banner-area .banner-content .txt h2 {
    padding: 15px 0px;
}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.carousel-indicators {
    justify-content: start;
    margin-right: 0%;
    margin-left: 0%;
    bottom: 20%;
    z-index: 999;
}


button.carousel-control-prev {
    visibility: hidden;
}

button.carousel-control-next {
    visibility: hidden;
}

.carousel-inner {height: 76vh;}

.carousel-inner img {
    width: 100%;
    height: calc(90vh - 120px);
}
.top-header {
    background: rgba(0, 215, 255, 1);
    color: #fff;
}

.top-header .text-right {
    text-align: right;
}

.top-header .head-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header .head-flex .mail a {
    font-size: 14px;
    margin-right: 25px;
}

.top-header .head-flex .top-social {
    background: #fff;
}

.top-header .head-flex .top-social .list {
    display: flex;
}

.top-header .head-flex .top-social .list a {
    color: #ffffff;
    font-size: 17px;
}

.top-header .head-flex .top-social .list li {
    width: 36px;
    text-align: center;
    list-style: none;
    line-height: 34px;
    background: #00d7ff;
}

.top-header .head-flex .top-social .list li:hover a {
    color: #ffffff;
}

section.banner-sec .banner-area .banner-content .txt .button-area a {
    background: rgba(88, 0, 255, 1);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px solid rgba(88, 0, 255, 1);
}

section.banner-sec .banner-area .banner-content .txt .button-area {
    padding: 15px 0px;
}
.main-heading h2 {
    font-size: 32px;
    color: rgba(34, 34, 34, 1);
    font-weight: 600;
}

section.welcome {
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
}

.main-heading h2 span {
    color: rgb(5 199 235);
    border-bottom: 2px solid rgb(5 199 235);
}

.main-heading {
    padding-bottom: 12px;
}

section.welcome .welcome-txt p {
    font-size: 16px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}

.attribute-area {
    padding: 22px;
    text-align: center;
}

.attributes-slider .owl-item {
    padding: 0px;
    background: #f8f8f8;
    transition: 0.5s ease-in-out;
}

.attribute-area .img-sec {
    display: flex;
    justify-content: center;
}

.attribute-area .img-sec .img {
    background: #Fff;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    padding: 12px;
}

.attribute-area .title {
    padding: 20px 0px;
}

.attribute-area .title h3 {
    font-size: 19px;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
    line-height: 25px;
}

.attribute-area .txt p {
    margin-bottom: 0px;
    font-size: 14px;
    color: rgba(125, 125, 125, 1);
    font-weight: 500;
    line-height: 22px;
}

.owl-stage {
    display: flex;
}


.attributes-slider {
    margin-top: 12px;
}

 .attributes-slider .owl-nav {
    position: absolute;
    top: -105px;
    right: 0px;
}

section.attributes {
    width: 100%;
    float: left;
    padding: 40px 0px 52px 0px;
}

.attributes-slider .owl-dots {
    display: none;
}

section.black-strip{
    background: url('../../assets/img/back.png');
    background-color: rgba(34, 34, 34, 1);
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #Fff;
    padding: 60px 0px;
    text-align: center;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
}

section.black-strip .txt {
    width: 60%;
    position: relative;
    margin: 0px auto;
}

section.black-strip .main-heading h2 span {
    border: none;
}

section.counter-sec{
    background: url('../../assets/img/back2.png');
    background-color: #000;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #Fff;
    padding: 40px 0px;
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

section.counter-sec .counter-list ul {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}

section.counter-sec .counter-list ul li {
    width: 25%;
    text-align: center;
    padding: 10px 15px;
}

section.counter-sec .counter-list ul li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

section.counter-sec .counter-list ul li .img-sec {
    display: flex;
    justify-content: center;
}

section.counter-sec .counter-list ul li .img-sec .img {
    background: #Fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}

section.counter-sec .counter-list ul li .count-txt.count-up h4 {
    color: rgba(0, 215, 255, 1);
    font-size: 34px;
    font-weight: 700;
    padding: 15px 0px 5px 0px;
}

section.counter-sec .counter-list ul li .count-txt.count-up .txt {
    color: rgba(34, 34, 34, 1);
    font-size: 15px;
}

section.clients {
    width: 100%;
    float: left;
    padding: 60px 0px 0px 0px;
    text-align: center;
}

section.clients .txt p {
    font-size: 16px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}

section.clients .clients-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

section.clients .clients-list {
    padding: 25px 0px;
}

section.clients .txt {
    width: 80%;
    position: relative;
    margin: 0px auto;
}

section.clients .clients-list ul li {
    width: 20%;
    text-align: center;
}

section.services {
    width: 100%;
    float: left;
    text-align: center;
    padding: 60px 0px 60px 0px;
}

section.achievements {
    width: 100%;
    float: left;
    padding: 0px 0px 60px 0px;
    text-align: center;
}

section.services .txt p {
    font-size: 16px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}

section.services .txt {
    width: 80%;
    position: relative;
    margin: 0px auto;
}

section.services .services-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.services .services-list ul li {
    width: 32%;
}

section.services .services-list ul li {
    border: 1px solid rgba(125, 125, 125, 0.2);
    margin: 12px 0px;
    padding: 20px 22px;
}

section.services .services-list {
    padding: 30px 0px;
}

section.services .services-list ul li .service-area .ser-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.services .services-list ul li .service-area .ser-flex .title {
    width: 75%;
    text-align: left;
}

section.services .services-list ul li .service-area .ser-flex .img-sec {
    width: 20%;
}

section.services .services-list ul li .service-area .ser-flex .title h3 {
    font-size: 16px;
    font-weight: 300;
    color: rgba(34, 34, 34, 1);
    line-height: 26px;
}

section.services .services-list ul li.last {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(88, 0, 255, 1);
    color: #fff;
    font-size: 18px;
}

.service-area {}

section.achievements .Achievements-list {
    padding-top: 25px;
}

section.achievements .Achievements-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

section.achievements .Achievements-list ul li {
    width: 25%;
    text-align: center;
}


section.partners {
    width: 100%;
    float: left;
    padding: 60px 0px 60px 0px;
    text-align: center;
}

.partners-area .img img {
    width: auto!important;
}

.partners-slider .item {
    text-align: center;
}

.partners-area .img {
    text-align: center;
    display: flex;
    justify-content: center;
}

.partners-slider {
    padding: 30px 0px 30px 0px;
}

section.post {
    width: 100%;
    float: left;
    padding: 0px 0px 60px 0px;
}

section.post .post-list {
    padding: 20px 0px;
}

section.post .post-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.post .post-list ul li {
    width: 48%;
}

section.post .post-list ul li .img-sec {
    position: relative;
}

section.post .post-list ul li .img-sec .date {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 215, 255, 1);
    color: #Fff;
    padding: 18px 32px;
}

section.post .post-list ul li .post-area .title h3 {
    font-size: 22px;
    padding: 20px 0px 0px 0px;
    font-weight: 500;
}

section.post .post-list ul li .post-area .txt p {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}



section.post .post-list ul li .post-area .readmore a {
    color: rgba(0, 215, 255, 1);
}
section.need-help {
        background: url('../../assets/img/help-back.png');
        background-color: rgba(34, 34, 34, 1);
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #Fff;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 2;
        position: relative;
        background-position: center;
}

section.need-help .flex-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

section.need-help .flex-form .txt-sec {
    width: 48%;
}

section.need-help .flex-form .help-form {
    width: 46%;
    background: #000;
    padding: 52px 35px;
}



section.need-help .flex-form .help-form .form-group {
    margin-bottom: 15px;
}

textarea.form-control {
    min-height: calc(6.5em + 0.75rem + 2px);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.85rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

section.need-help .flex-form .help-form button {
    width: 100%;
    padding: 18px;
    text-transform: uppercase;
    background: rgba(88, 0, 255, 1);
    color: #fff;
    border: none;
}

section.need-help .flex-form .txt-sec .count-txt.count-up h4 {
    font-size: 48px;
    font-weight: 700;
    color: rgba(0, 215, 255, 1);
    margin: 0px;
}

section.need-help .flex-form .txt-sec .count-txt.count-up .txt {
    color: rgba(0, 215, 255, 1);
    font-size: 24px;
}

section.need-help .flex-form .txt-sec .head h3 {
    font-size: 35px;
}

section.need-help .flex-form .txt-sec .head {
    padding: 30px 0px 10px 0px;
}

.attributes-slider .owl-nav span {
    font-size: 44px;
}

.attributes-slider .owl-nav button.owl-next span {
}

.attributes-slider .owl-item:hover {
    background: rgba(0, 215, 255, 1);
    transition: 0.5s ease-in-out;
}

.attributes-slider .owl-item:hover .attribute-area .title h3, .attributes-slider .owl-item:hover .attribute-area .txt p {
    color: #fff;
}

section.services .services-list ul li:hover, section.services .services-list ul li.last:hover {
    background: rgba(0, 215, 255, 1);
}

section.services .services-list ul li:hover .service-area .ser-flex .title h3 {
    color: #fff;
}

section.services .services-list ul li .service-area .ser-flex .img-sec {
    background: #fff;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

section.services .services-list ul li.last:hover {}

.footer-links ul li a:hover {
    color: #5800ff;
}

ul.social-media li:hover {
    background: #5800ff;
}

ul.social-media li:hover a {
    color: #Fff;
}

.footer-top .ftop-area .connect .connect-list ul li:hover .contact-add .icon .img {
    background: #5800ff;
}

.footer-top .ftop-area .connect .connect-list ul li:hover .contact-add .connect-txt span, section.post .post-list ul li .post-area .readmore a:hover {
    color: #5800ff;
}

section.testimonials {
    width: 100%;
    float: left;
}

section.testimonials .flex-testi {
    padding: 60px 0px;
    border-top: 1px solid #ebe9e9;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

section.testimonials .flex-testi .txt {
    width: 25%;
}

section.testimonials .flex-testi .testimonials-slider {
    width: 65%;
}

section.testimonials .flex-testi .testimonials-slider .testimonials-area .img img {
    width: 100%;
}

section.testimonials .flex-testi .testimonials-slider .testimonials-area .testi-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    align-items: flex-start;
}

.top-header .head-flex .top-social .list li:hover {
    background: #5800ff;
}

.top-header .head-flex .mail a:hover {
    color: #5800ff;
}

section.testimonials .flex-testi .testimonials-slider .testimonials-area .testi-txt .user {
    display: flex;
    width: 35%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.testimonials .flex-testi .testimonials-slider .testimonials-area .testi-txt .quote {
    width: 65%;
}

section.testimonials .flex-testi .testimonials-slider .testimonials-area .testi-txt .user .img {
    width: 80px;
}

section.testimonials .flex-testi .testimonials-slider .testimonials-area .testi-txt .user  .name {
    width: calc(100% - 110px);
}

section.testimonials .flex-testi .testimonials-slider .testimonials-area .testi-txt .quote p {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
    font-style: italic;
}

section.testimonials .flex-testi .testimonials-slider .testimonials-area .testi-txt .user .name span.name {
    font-size: 16px;
}

section.testimonials .flex-testi .testimonials-slider .testimonials-area .testi-txt .user .name span.designation {
    font-size: 12px;
    display: block;
    color: rgba(125, 125, 125, 1);
    line-height: 16px;
    padding-top: 5px;
}

section.testimonials .flex-testi .txt p {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}

section.testimonials .flex-testi .testimonials-slider .owl-dots {
    position: absolute;
    bottom: 0px;
}
section .testimonials .flex-testi .testimonials-slider.owl-nav {
    position: absolute;
    left: 0px;
}

.testimonials-slider .owl-nav {
    position: absolute;
    left: -55%;
    top: 65%;
}

button.owl-next span:after {
    content: "\2192";
    color: #5800ff;
    font-size: 40px;
    font-weight: 800;
}

button.owl-next span, button.owl-prev span{color: #fff0;}

button.owl-next:hover, button.owl-prev:hover {
    background: #ffffff00!important
}


button.owl-prev span:after {
    content: "\2190";
    color: #5800ff;
    font-size: 40px;
    font-weight: 800;
}
.testimonials-slider button.owl-prev.disabled span {
    color: #c4c3bf!important;
    background: #c4c3bf!important;
    padding: 17px 17px 10px 17px;
}

.testimonials-slider .owl-nav button.owl-prev span{
    background: #5800ff;
    color: #5800ff;
    padding: 17px 17px 10px 17px;
}
.testimonials-slider button.owl-next.disabled span {
    color: #c4c3bf!important;
    background: #c4c3bf!important;
    padding: 17px 17px 10px 17px;
}

.testimonials-slider button.owl-next span {
    background: #5800ff!important;
    color: #5800ff!important;
    padding: 17px 17px 10px 17px;
}


.testimonials-slider .owl-nav button span:after {
    color: #fff;
}

section.inner-service{
    background:linear-gradient(rgb(115 98 149 / 64%), rgb(88 0 255 / 30%)),url(../../assets/img/inner.png);
    background-color: rgba(34, 34, 34, 1);
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    color: #Fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
}

section.inner-service.inner-page{
 height: 300px;
}

section.inner-service .inner-text {
    width: 50%;
}

section.inner-service .inner-text .breadcrumb ul {
    display: flex;
}

section.inner-service .inner-text .breadcrumb ul li {
    position: relative;
    font-size: 14px;
}

section.inner-service .inner-text .breadcrumb ul li:not(:last-child) {
    color: #00D7FF;
}

section.inner-service .inner-text .breadcrumb ul li:not(:last-child):after {
    content: "/";
    color: #fff;
    padding: 0px 8px;
}

section.inner-service .inner-text .heading h1 {
    font-size: 41px;
    font-weight: 600;
}

section.inner-service .inner-text .breadcrumb {
    padding-bottom: 15px;
}

section.inner-service .inner-text .txt p {
    font-size: 15px;
    padding: 7px 0px;
    margin: 0px;
}

section.service-txt {
    width: 100%;
    float: left;
    background: #5800FF;
    color: #fff;
    padding: 100px 0px 40px 0px;
    z-index: -1;
    position: relative;
}

section.service-txt .ser-txt p {
    margin: 0px;
    font-size: 19px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: lighter;
}

section.service-txt .ser-txt p b {
    font-weight: 600;
}

.inner-service-img {
    position: absolute;
    top: 0px;
    width: 100%;
    margin: 0px auto;
    left: 0px;
}

.inner-service-img .img {
    width: 41%;
    position: absolute;
    right: 0px;
    z-index: \1;
}


section.benifits-working {
        background-color: rgba(34, 34, 34, 1);
        width: 100%;
        float: left;
        color: #Fff;
        padding: 60px 0px;
        text-align: center;
        position: relative;
}

section.benifits-working .top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

section.benifits-working .top img, section.benifits-working .bottom img {
    width: 100%;
}
section.benifits-working .bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

section.benifits-working .main-heading h2 {
    color: #fff;
}

section.benifits-working .txt p {}

section.benifits-working .txt-top {
    position: relative;
    margin: 0px auto;
    width: 74%;
    padding: 10px 0px;
}

section.benifits-working .working-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px 0px 0px;
}

section.benifits-working .working-flex .img {
    width: 47%;
}

section.benifits-working .working-flex .working-txt {
    width: 47%;
    text-align: left;
}

section.benifits-working .working-flex .working-txt .heading h3 {
    color: rgba(0, 215, 255, 1);
    width: 45%;
    font-size: 27px;
    font-weight: 600;
    padding: 5px 0px;
    letter-spacing: 1px;
    line-height: 39px;
}

section.attributes .txt-top p {
    font-size: 16px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}

section.attributes .txt-top {
    width: 72%;
    padding-bottom: 25px;
}

section.monthly-reporting {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0px;
    text-align: center;
}

section.monthly-reporting .txt-top p {
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}

section.monthly-reporting .txt-top {
    position: relative;
    margin: 0px auto;
    width: 80%;
    padding: 10px 0px;
}

section.monthly-reporting .reporting-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

section.monthly-reporting .bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: left;
    z-index: -1;
    height: 78%;
}

section.monthly-reporting .reporting-flex .img {
    width: 35%;
}

section.monthly-reporting .reporting-flex .reporting-list {
    width: 58%;
    text-align: left;
}

section.monthly-reporting .reporting-flex .reporting-list ul {
    display: flex;
    flex-wrap: wrap;
}

section.monthly-reporting .reporting-flex .reporting-list ul li {
    margin: 8px;
    border: 1px dashed #0096ff;
    padding: 14px 48px;
    color: #0096FF;
    border-radius: 38px;
    font-size: 15px;
}

/*section.monthly-reporting .reporting-flex .reporting-list ul li:nth-child(3n) {
    color: #5800FF;
    border: 1px dashed #5800FF;
}
*/
section.monthly-reporting:after {
    content: "";
    width: 80%;
    position: absolute;
    background: #e5e1e1;
    height: 1px;
    text-align: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

section.attributes.advanced  .attributes-slider .owl-nav {
    position: absolute;
    top: -195px;
    right: 0px;
}

section.about-us {
    width: 100%;
    float: left;
    width: 100%;
    padding: 40px 0px;
}

section.about-us .about-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0px 0px 0px;
}

section.about-us .about-flex .img-sec {
    width: 47%;
}

section.about-us .about-flex .about-txt {
    width: 47%;
}

section.about-us .about-flex .about-txt .txt p {
    font-size: 16px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}

section.about-us .about-flex .img-sec .img img {
    border-radius: 5px;
}

section.about-us .about-flex .img-sec .img {
    border: 2px solid #c3f3ff;
    border-radius: 5px;
    padding: 5px;
}

section.monthly-reporting .reporting-flex .values-list {
    width: 60%;
    text-align: left;
}

section.monthly-reporting .reporting-flex .values-list li {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
    margin-bottom: 21px;
    position: relative;
    padding-left: 32px;
}

section.monthly-reporting .reporting-flex .values-list li:before {
    content: "\2713";
    color: #00d7ff;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 5px;
}

section.monthly-reporting .reporting-flex .values-list li b {
    color: #333335;
    font-weight: 500;
    font-weight: 600;
}

section.about-us .about-flex .about-txt .team-exp ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.about-us .about-flex .about-txt .team-exp ul li {
    width: 25%;
    text-align: center;
}


section.about-us .about-flex .about-txt .team-exp ul li .count-txt.count-up h4 {
    font-size: 35px;
    color: #00d7ff;
    font-weight: 600;
}

section.about-us .about-flex .about-txt .team-exp {
    padding-top: 25px;
}

section.about-us .about-flex .about-txt .team-exp ul li .count-txt.count-up .txt {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 19px;
}

section.job-listing {
    width: 100%;
    float: left;
    padding: 40px 0px;
    background: #f1f1f145;
}

section.job-listing .job-list {
    padding: 20px 0px;
}

section.job-listing .job-list .listing-jpb-area ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.job-listing .job-list .listing-jpb-area ul li {
    width: 48.5%;
    background: white;
    box-shadow: 0px 0px 10px #ebe8e8;
    padding: 18px 22px;
    border-radius: 7px;
    margin-bottom: 17px;
}

section.job-listing .job-list .listing-jpb-area ul li .job-short .title {
    font-size: 17px;
    font-weight: 500;
}

section.job-listing .job-list .listing-jpb-area ul li .job-short .txt p {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 24px;
    margin: 0px;
}

section.job-listing .job-list .listing-jpb-area ul li .job-area {
    display: flex;
    justify-content: space-between;
}

.job-area {}

section.job-listing .job-list .listing-jpb-area ul li .jpb-button a {
    padding: 7px 25px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

section.job-listing .job-list .listing-jpb-area ul li .job-short .txt {
    padding: 12px 0px 25px 0px;
}

section.job-listing .job-list .listing-jpb-area ul li .jpb-button a.jd {
    background: #00d7ff;
}

section.job-listing .job-list .listing-jpb-area ul li .jpb-button a.aaply {
    background: #5800ff;
}

.contact-btn {
    margin: 38px 0px;
}

 .contact-btn a {
    background: #5800ff;
    padding: 15px 30px;
    border-radius: 29px;
    color: #fff;
    font-size: 15px;
}

section.job-faq {
    float: left;
    width: 100%;
    padding: 60px 0px;
}

section.job-faq .faq-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.job-faq .faq-flex .left {
        width: 100%;
    margin-bottom: 10px;
}

section.job-faq .faq-flex .right {
    width: 100%;
}
section.welcome.mid {
    padding-bottom: 30px;
    background: #fbfbfb;
}
section.job-faq .faq-flex .right .faqcontent ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faqcontent {}

section.job-faq .faq-flex .right .faqcontent ul li {
    width: 47%;
    position: relative;
    padding-left: 48px;
}

section.job-faq .faq-flex .right .faqcontent ul li .faq-area .title h3 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
}




section.job-faq .faq-flex .right .faqcontent ul li .faq-area .txt p {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 23px;
}

section.job-faq .faq-flex .right .faqcontent ul li:before {
    content: "\003F";
    position: absolute;
    left: 0px;
    width: 34px;
    height: 34px;
    background: #5800ff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-weight: 900;
    font-size: 20px;
}

section.job-faq .faq-flex .left .txt p {
    font-size: 17px;
    color: rgba(125, 125, 125, 1);
    line-height: 27px;
    letter-spacing: 0px;
}

section.job-listing .job-list .listing-jpb-area ul li .jpb-button a.aaply:hover, .contact-btn a:hover {
    background: #00d7ff;
    transition:02s ease-in-out;
}

section.job-description {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

section.job-description .jd-full .txt p {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}

section.job-description .main-heading h2 {
    font-size: 21px;
}

section.job-description .jd-flex .jd-full .description-area {
    padding: 20px 0px;
}

section.job-description .jd-full .txt ul li {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
    position: relative;
    margin-bottom: 7px;
    padding-left: 28px;
}

section.job-description .jd-full .txt ul li:before {
    content: "\2713";
    color: #00d7ff;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 5px;
}

section.job-description .jd-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.job-description .jd-flex .jd-full {
    width: 58%;
}

section.job-description .jd-flex .jd-short {
    width: 34%;
}

section.job-description .jd-flex .jd-short .short-description ul li {
    font-size: 14px;
    color: rgb(255 248 248);
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;
    border-bottom: 1px dashed #e4e4e4;
}

section.job-description .jd-flex .jd-short .short-description ul li .name {
    width: 52%;
    color: #ffffff;
}

section.job-description .jd-flex .jd-short .short-description ul li .des {
    width: 45%;
}

.apply-btn a {
    background: rgb(5 185 219);
    color: #fff!important;
    padding: 8px 27px;
    border-radius: 2px;
    border: 1px solid rgb(5 185 219);
    text-transform: uppercase;
}

section.inner-service .inner-text .apply-btn {
    padding: 18px 0px 0px 0px;
}



section.monthly-reporting.monthly-reporting-advance .reporting-list p {
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
    font-size: 15px;
}

.reporting-list {}

section.monthly-reporting.monthly-reporting-advance .reporting-list p b {
    font-size: 17px;
    display: block;
    margin-bottom: 7px;
    color: #000;
    font-weight: 500;
}

section.monthly-reporting.monthly-reporting-advance .reporting-flex .reporting-list ul li {
    padding: 0px;
    border: none;
    color: rgba(125, 125, 125, 1);
        position: relative;
    padding-left: 30px;
}

section.monthly-reporting.monthly-reporting-advance .reporting-flex .reporting-list ul li:before {
    content: "\2713";
    position: absolute;
    left: 0px;
    font-size: 20px;
    color: #2d39ad;
    top: 0px;
}

section.feature-service {
    width: 100%;
    float: left;
    padding: 60px 0px;
    background: #fff;
    z-index: 999;
    position: relative;
    /* background: url('../../assets/img/back2.jpeg'); */
}

section.feature-service .block-area .heading h4 {
    font-size: 18px;
    color: #165b97;
}

section.feature-service .block-area .txt p {
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
    font-size: 15px;
}

section.feature-service .block-area {
    margin-top: 25px;
    position: relative;
    padding-left: 30px;
}

.flex-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-block .block-area {
    width: 48%;
}

section.feature-service .block-area:before {
    content: "\273D";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #00d7ff;
}

section.benifits-working .button a {
    background: #00d7ff;
    padding: 15px 30px;
    text-transform: uppercase;
}

section.benifits-working .button {
    padding: 20px 0px;
}

section.feature-service:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    /* background: #00d7ff0f; */
    z-index: -1;
}

section.achievements .Achievements-list {
    position: relative;
    margin: 0px auto;
    width: 88%;
}

.partners-slider .owl-item .item {
    background: #fff;
    box-shadow: 0px 4px 10px #cccc;
    margin: 10px 6px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 120px;
}

section.attributes.advanced.background {
    background: #090909;
    padding: 60px 0px;
}

section.attributes.advanced.background .main-heading h2 {
    color: #fff;
}

section.attributes.advanced.background .txt-top p {
    color: #fff;
}

section.attributes.advanced.background button.owl-next span:after, section.attributes.advanced.background button.owl-prev span:after {
    color: #fff;
}

section.attributes.advanced.background .attributes-slider .owl-item {
    background: #fff;
}

section.attributes.advanced.background .attributes-slider .owl-item:hover {
    background: #00d7ff;
}

section.segments {
    padding: 40px 0px;
    width: 100%;
    float: left;
    background: #f4f4f4;
}

section.segments .main-heading {
    text-align: center;
}

section.segments .sib-txt {
    width: 80%;
    position: relative;
    margin: 0px auto;
}
.job-short-area {
    position: sticky;
    top: 100px;
    background: #5800ff;
    padding: 25px 20px;
}


section.segments .sib-txt p {
    font-size: 16px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
    text-align: center;
}

section.segments .segment-sec ul li {
    list-style: NONE;
}

section.segments .segment-sec .segment-block h3 {
    font-size: 17px;
    color: #08adcb;
    line-height: 26px;
    padding-bottom: 10px;
}

section.segments .segment-sec .segment-block .txt p {
    font-size: 16px;
    color: rgb(122 115 115);
    line-height: 25px;
}

section.segments .segment-sec .segment-block {
    margin-top: 25px;
}
section.post.blogs {
    padding: 40px 0px;
}

section.post.blogs .post-list ul {
    justify-content: flex-start;
}

section.post.blogs .post-list ul li {
    width: 31%;
    margin: 1%;
}

section.post.blogs .post-list ul li {
    border: 1px solid #ededed;
    box-shadow: 0px 0px 10px #f5f5f5;
}

section.post.blogs .post-list ul li .post-area .title h3 {
    padding: 20px 15px 15px 15px;
    font-size: 18px;
}

section.post.blogs .post-list ul li .post-area .txt p {
    padding: 0px 15px;
}

section.post.blogs .post-list ul li .post-area .readmore {
    padding: 0px 15px 15px 15px;
}

section.contact-area {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

section.contact-area .txt p {
    font-size: 16px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
    text-align: center;
}

section.contact-area .txt {
    width: 80%;
    position: relative;
    margin: 0px auto;
}

section.contact-area .loc-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.contact-area .loc-list .location-sec {
    background: white;
    width: 30%;
    padding: 18px 25px 25px 25px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 13px;
}

section.contact-area .loc-list {
    padding-top: 36px;
}

section.contact-area .loc-list .location-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.contact-area .loc-list .location-sec .img {
    width: 25%;
}

section.contact-area .loc-list .location-sec .city-name {
    width: 64%;
    padding-top: 6px;
}

section.contact-area .loc-list .location-sec .city-name .main {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

section.contact-area .loc-list .location-sec .city-name ul li {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
    margin-top: 11px;
}

section.contact-area .loc-list .location-sec .city-name ul li i {
    font-size: 14px;
    margin-right: 8px;
    color: #00d7ff;
}

section.contact-area .loc-list .location-sec .city-name ul {
    margin-top: 6px;
}

section.contact-form {
    width: 100%;
    float: left;
    padding: 60px 0px;
    background: #f9f9f9;
}

section.contact-form .form-area {
    width: 50%;
    float: left;
}

section.contact-form .form-area .form-group {
    margin-bottom: 15px;
}

section.contact-form .form-area input.btn_main {
    background: #00d7ff;
    border: 1px solid #00d7ff;
    padding: 15px 30px;
    color: #fff;
}
section.contact-area .loc-list .location-sec .city-name ul li img {
    width: 25px;
    margin-right: 7px;
}
.add-laction {
    width: 42%;
    float: right;
}

.addredd-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.addredd-block img {
    width: 35px;
}

.addredd-block {
}

.addredd-block .img {
    width: 12%;
}

.addredd-block .address {
    width: 80%;
}

.main-heading p {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}

section.contact-form .main-heading h2 {
    font-size: 25px;
    font-weight: 600;
}
.header.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    z-index:9999;
    padding: 7px 0px!important;
}

.clientsSlider .clients-img img {
    width: auto!important;
}

.clientsSlider .owl-item .item {
       background: #fff;
       box-shadow: 0px 4px 10px #cccc;
       margin: 10px 6px;
       padding: 20px;
       display: flex;
       align-items: center;
       justify-content: center;
       border-radius: 5px;
       height: 132px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px!important;
    background: #5800ff!important;
    height: 8px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00d7ff!important;
}
.clientsSlider .owl-item {
    padding: 4px;
}


.partners-slider .owl-item {
    padding: 4px;
}

section.job-description .jd-flex .jd-short .short-description {
    margin-bottom: 45px;
}

section.post.blogs .post-list ul li .post-area .txt p {
    height: 178px;
    overflow-y: hidden;
}

.us {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.us .map-cion {
    width: 20%;
}

.us .com-add {
    width: 74%;
    border: 1px solid #d5cdcd;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
}

.addredd-block .address p {
    font-size: 15px;
    color: rgb(98 91 91);
    line-height: 25px;
}

section.post.blogs.blog-details .heading h1 {
    text-align: center;
    font-size: 32px;
    padding: 30px 0px;
}

section.post.blogs.blog-details .heading {
    position: relative;
    margin: 0px auto;
    width: 72%;
}

section.post.blogs.blog-details h2 {
    font-size: 22px;
    margin-top: 25px;
}

section.post.blogs.blog-details p {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 25px;
}

.segment-sec ul {
    display: flex;
    flex-wrap: wrap;
}

.segment-sec ul li {
    width: 30%;
    margin: 1%;
    background: #fff;
    padding: 10px 25px;
    border-radius: 7px;
    box-shadow: 0px 0px 10px #cbcaca;
}

.partners-slider .partner-list {
    display: flex;
    flex-wrap: wrap;
}

.partners-slider .partner-list .partner-item {
    width: 18%;
    text-align: center;
    background: #fff;
    margin: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 3px;
}
.attributes-slider .attribute {
    display: flex;
    flex-wrap: wrap;
}

.attributes-slider .attribute .attribute-item {
    width: 31.33%;
    padding: 0px;
    background: #f8f8f8;
    transition: 0.5s ease-in-out;
    margin: 1% 1%;
}

.attributes-slider .attribute .attribute-item:hover {
    background: rgba(0, 215, 255, 1);
    transition: 0.5s ease-in-out;
}

.attributes-slider .attribute .attribute-item:hover .attribute-area .txt p {
    color: #fff;
}

.attributes-slider .attribute .attribute-item:hover .attribute-area .title h3 {
    color: #fff;
}
section.job-description .job-short-area .main-heading h2 {
    color: #fff;
}

section.job-description .job-short-area .main-heading h2 span {
    color: #fff;
}

.job-short-area .apply-btn {
    text-align: center;
}

section.job-faq .faq-flex .right .faqcontent ul li {
    margin-top: 20px;
}