.recent-blog .blocks .img-responsive{width:100%;height:250px}

/******start my framework****/

hr.side-page{width:8%;margin-bottom: 30px;height:3px}

.bg-page{
    background-image: url(../images/breadcrump-bg1.jpg);
    height: 209px;

}

.bg-page h3{
    margin: 0;
    text-align: center;
    padding-top:60px;
    color: #fff;
    font-family: 'lato-Regular';
}


/**********About******/

.about-who{padding: 20px 0;text-align: left}

.head-side{margin-bottom: 60px}

.info-who{margin-bottom: 30px}

.info-who p{text-align: justify;line-height: 25px;font-size: 16px}

.block-info-who {margin-bottom: 40px}

.about-who img{float:right;width:100%}

.block-info-who hr{margin-top: 15px;margin-bottom: 20px;margin-left: 0}

.block-info-who h4{margin-top: 0;text-transform: capitalize}

/*****about-why*****/

.hovicon {
    display: inline-block;
    font-size: 18px;
    line-height: 80px;
    cursor: pointer;
    margin: 0 20px 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #2a99d8;
}

i.hovicon{font-size: 20px}

.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 40px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
.hovicon.effect-1 {
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 0 2px #2a99d8;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
    background: #2a99d8;
    color: #ffffff;
}
.hovicon.effect-1.sub-a:hover i {
    color: #fff;
}
.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/******statistic****/

.statistic{background-color: #2a99d8;text-align: center}

.statistic .block-stat,.statistic .block-stat h3{color:#fff}

.statistic span.count{font-size: 40px}


/*****team**/

.team .head-side{margin-bottom: 0}

.team .head-side p{text-align: center;}

.team hr.side-page{margin-bottom: 20px}




.team .person{display: flex;justify-content: space-between}

.carousel-wrap {
    margin: 0 auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}
.owl-carousel .item {
    position: relative; /* fix blank or flashing items on carousel */
    z-index: 100; /* fix blank or flashing items on carousel */
    -webkit-backface-visibility: hidden; /* fix blank or flashing items on carousel */
}
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 63%;
    color: #cdcbcd;
}
.owl-nav i {
    font-size: 52px;
}
.owl-nav .owl-prev {
    left: -15px;
}
.owl-nav .owl-next {
    right: -15px;
}

.team {padding-bottom: 60px}

.team  .effect .head{
    padding:20px;
    text-align: center;
    background-color:#2a99d8;
    position: relative;
    color:#fff;
    font-weight: bold;
    z-index: 4;
    visibility: hidden
}

.team .effect .head:after{
    content:"";
    position: absolute;
    top: 100%;
    left:45%;
    width: 0;
    height: 0;
    border-top: 8px solid #2a99d8;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index:4
}

.team .effect .social{
    height: 262px;
    position: relative;
    overflow: hidden
}

.team  .effect img{width:100%;height:100%;border:1px solid #ddd;padding: 5px}

.team  .effect .icons{
    width:100%;
    height:100%;
    position: absolute;
    z-index: 2;
    top:-100%;
    padding:35% 50px;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.team  .effect .icons h4{color:#fff;text-align: center}

.team .effect:hover .icons{top:0}

.team .effect:hover .head{visibility: visible}

.effect .social ul{
    list-style: none;
    padding: 0;
    margin:-30px;
    text-align: center
}

.effect .social ul li{
    display: inline-block;
    width: 35px;
    height: 40px;
    margin-top: 50px;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}

.effect .social ul li a{text-decoration: none}

.effect .social i{
    color:#000;
    background-color: #fff;
    padding:10px;
    margin-bottom: 20px;
    border:0!important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

}

.effect .social ul li:hover i{}

.effect .social i.fa-facebook:hover{background-color:#5176c9!important;color:#fff;padding:10px}

.effect .social i.fa-twitter:hover{background-color:#3faeee;color:#fff;padding:10px}

.effect .social i.fa-google-plus:hover{background-color:#c40807;color:#fff;padding:10px}

.effect .social i.fa-linkedin:hover{background-color:#1a92bd;color:#fff;padding:10px}


/*end team*/

/**Start Section Product**/

.project{padding-top: 0;padding-bottom: 20px}

.project ul{}

.project ul li{
    display: inline-block;
    color:#2a99d8;
    cursor: pointer;
    font-size: 17px;
    padding:10px 15px;
    margin-bottom: 5px;
    border:1px solid #2a99d8;
}

.project ul li.active{
    color:#fff;
    cursor: pointer;
    border:1px solid #2a99d8;
    background-color: #2a99d8
}

.project .gallary{margin-top: 30px;overflow: hidden}

.project .gallary .block-project{

    /*    width:24%;*/
    margin:.5%;
    float: left;
    position: relative;
    overflow: hidden

}
.project .gallary .block-project:hover .overlay{display: block}

.project .gallary img{
    height: 100%;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}
.project .gallary span{
    color: #fff;
    text-transform: capitalize;
    padding: 8px;

}
.name-proj{
    width:92%;
    margin: 0 3%;
    overflow: hidden;
    background-color: #2a99d8;
    border-radius:5px;
    margin-bottom: 5px
}

.project .gallary .overlay{
    height:100%;
    width:100%;
    z-index:2;
    padding-top:80px;text-align: center;
    top:0;right:0;left:0;bottom: 0;
    position: absolute;
    display: none;
    background:rgba(0,0,0,.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.project .gallary .overlay i{
    color:#fff;
    font-size: 20px;
    padding:0 45%;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

/*.project .gallary .row > div{

        width:24%;
    margin:.5%;
    float: left;
    position: relative;
    overflow: hidden
}

.project .gallary img{
    height: 100%;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.project .gallary .overlay{
    height:100%;
    width:100%;
    z-index:2;
    position: absolute;
    display: block;
    background:rgba(0,0,0,.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.project .gallary .overlay h3{
    color:#fff;margin-top:50px;font-size: 17px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out

}

.project .gallary .overlay:hover h3{margin-top:25%}


.project .gallary .overlay span{
    color:#fff;
    padding:5px 7px;
    background-color:#2a99d8;
    border-radius: 5px
}

.project .gallary .overlay i{color:#fff;font-size: 20px}
.project .gallary .overlay .button_right,
.project .gallary .overlay .button_left{
    width:45px;
    height: 40px;
    position: absolute;
    z-index:5;
    line-height: 52px;
    text-align: center;
    bottom: 0;
    background-color: #2a99d8
}
.project .gallary .overlay .button_right{
    float: right;
    border-radius: 30px 0 0 0;
    right: -50px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.project .gallary .overlay .button_left{
       margin-left: 16px;
    margin-top: 65px;
    margin-left: -50px;
    border-radius: 0 30px 0 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.project .gallary .overlay:hover .button_right{
    right: 0px
}

.project .gallary .overlay:hover .button_left{

    margin-left: 0px;
}

.project .gallary .mix:hover .overlay{top:0}*/

.project .gallary .mix:hover img{
    -webkit-transform:scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}


.project .mix{display: none;width:280px;height:188px;margin-bottom: 30px}

.mix h4{margin-right: 30px}

/**End project**/


/**start pagination**/

.pagination{margin-left: 26%;padding-bottom: 30px}

.pagination .acti{
    background-color: #337ab7;
    color: white;
    width: 39px;
    height: 39px;
    margin-top: -2px;}

/*Start Recent Blog Section*/

.blog-side{padding-bottom: 0px}

.blog-side .head-side{margin-bottom: 20px}

.blog-side .search{position: relative;height:40px;margin-top: 8px}

.blog-side .search input[type="text"]{
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    width:100%;
}

.blog-side .search i{
    position: absolute;
    z-index:2;right:0;
    height: 100%;line-height:23px;
    font-size: 17px;color:#fff;
    top:0;background-color: #2a99d8;
    padding:10px 15px;
}

/*****block-date***/

.date-blog .block-date{display: inline-block;margin-top: 20px;margin-right: 30px}

.date-blog .block-date i{margin-right: 5px}

.date-blog .block-date a{color:#444}

.date-blog .block-date a:hover{color:#2a99d8}

/****end block-date****/

.recent-blog{padding-top:40px}

.recent-blog .item-view{margin-top: 40px}

.recent-blog .blocks{margin-bottom: 20px}

.blog-side a{text-decoration: none}

.item-content h4{margin-top: 18px}

.item-content p{font-size: 15px;line-height: 25px;text-align: justify}

.item-content a.button{
    color:#fff;
    font-size: 17px;
    text-transform: capitalize;
    background-color:#2a99d8;
    border:0;
    width:21%;
    text-align: center
}

.recent-blog .left{margin-top: 30px;padding-left:30px}

.recent-blog .top-post{margin-bottom: 9px;margin-top: 36px}

.recent-blog .left .post{margin-top:20px;height: 67px}

.recent-blog .left .post .info-post{margin-bottom: 32px;padding-top: 1px}

.recent-blog .left .post img{float: left;margin-right: 20px;width:70px;height: 70px}

.recent-blog .left h4{text-transform: capitalize;margin-bottom: 15px;font-weight:bold;color:#757575}

.recent-blog .left .post hr{margin:42px 0 22px;height:1px}

.categories{margin-top:30px}

.categories ul{list-style: square;margin-left: -20px;color:#2a99d8}

.categories ul li{color:#2a99d8}

.categories ul li a{text-decoration: none;font-size: 17px;color:#2a99d8}

.categories ul li a:hover{color:#2a99d8 }

/*End Recent Blog Section*/


/****detail-blog****/

.detail-blog img{border:2px solid #444}

/*****contact***/

.contact-menu .head-info-contact{text-align: left}

.contact-menu h3{text-align:left;margin-bottom: 30px;margin-top: 0}

.contact-menu i{margin-right: 10px;font-size: 13px}

.contact-menu  h4{font-weight: bold;font-family: "JFFlat-Regular";margin-bottom: 18px}

.contact-menu p{font-family: "JFFlat-Regular";text-align: justify}

.contact-menu .info-company h5{display: inline-block;font-size: 13px;font-weight: bold;color:#757575}

.contact-menu .info-company span{font-size: 13px;margin-left: 15px;color:#757575}

.info-company hr{height: 1px;background-color: #ddd;border:0;margin-bottom:8px;margin-top:0px}


.contact-menu form{padding-top: 0;margin-bottom: 40px}

.form-control {
    height: 40px;
    color: #444;
    font-size: 15px
}

label{color:#444}

.contact-menu pre{background-color: transparent;font-family: "JFFlat-Regular";line-height: 22px}

.form-control{border-radius: 1px;margin-right: -15px;margin-left: -15px}

.contact-menu pre span{font-size: 16px;font-family: "JFFlat-Regular";font-weight: bold;color:#666}

.contact-menu .btn {padding: 10px 30px}

.info-company a{text-decoration: none;margin-right: 10px;font-size: 15px;color:#666}

.contact-menu .btn-default {
    color: #fff;
    background-color: #2398cb;
    border:0;
}

.map h3{float: left;text-transform: capitalize;color:#2398cb}

/*End Map Section*/

/*Start Login section*/

.login{padding-bottom: 60px}

.login h3{margin-bottom: 50px;margin-top: 40px}

.login textarea{height: 110px}

/*End Login section*/


/****service-menu***/

/****start service****/

.service-menu{}

.service-menu a{text-decoration: none;color:#333}

.service-menu a:hover h4{color:#2a99d8}


.service-menu .info-ser h4{margin-top: 0}

.service-menu .block-ser{display: flex; margin-bottom: 40px;max-height: 121px;height: 120px;overflow: hidden}

.service-menu .block-ser img{width:60px;height: 60px}

/****pricing table****/


* {
    box-sizing: border-box;
}

/* Create three columns of equal width */
.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
    margin-bottom: 60px
}

/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}



/* Pricing header */
.price .header {
    background-color: #2a99d8;
    color: white;
    font-size: 25px;
    position: relative
}

.price .header:after, .bandwidth:after{
    position: absolute;
    z-index:2;
    top:75px;
    right:45%;
    content:"";
    border-left: 12px solid transparent;
    border-top: 12px solid #2a99d8;
    border-right:12px solid transparent;
}

.bandwidth{position: relative}
.bandwidth:after{top:40px;border-top: 12px solid #f7f9fb;}



/* List items */
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    background-color: #f7f9fb;
}


/* Grey list item */
.price .grey {
    background-color: #fff;
    font-size: 20px;
    padding: 33px
}

/* The "Sign Up" button */
.gray .button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;

}

.content-price {clear:both;padding-bottom: 20px}

.price li i{
    font-size: 20px;
    color: #2a99d8;
    float: right;
    margin-right: 30px;
    margin-left: 58px;

}

.content-price span{float: right;}



/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}



/**** gallery****/

.gallery-block{
    position: relative;
    height:200px;
    margin-bottom: 30px;
    overflow: hidden
}

.overlay-gallery {
    height:100%;
    width:100%;
    z-index:2;
    position: absolute;
    display: block;
    background:rgba(0,0,0,.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.overlay-gallery i{
    color:#fff;
    font-size: 20px;
    padding: 100px 120px;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.overlay-gallery:hover i{
    transform: scale(1.5)
}

.gallery-block:hover .overlay-gallery{top:0}

.gallery-block:hover img{
    -webkit-transform:scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

/******event****/

/*Start Recent Blog Section*/

.event .block-event{
    position: relative;
    margin-bottom: 30px
}

.event .item-header{
    position: absolute;
    z-index:4;
    top:19px;
    left:0;
}

.event .item-header span{
    background-color: #666;
    padding:20px;
    color:#fff
}

.event a{text-decoration: none;color:#444}

.event img{width:100%;height:250px}

.event .item-content{background-color: #f5f5f5;padding:10px}
/****/


/*****comment-blog****/

.media-comment img{width:90px;height:90px;margin-right: 20px}

.recent-blog .item-content p{font-size: 13px;}

.recent-blog h2{font-family:"Raleway-Regular"}

.recent-blog hr{height: 1px;background-color:#ddd;margin-bottom: 0}

.recent-blog span{font-size: 12px}

.author{border:1px solid #ddd;padding: 20px;margin:30px 0}

.author h3{text-align: left;font-size: 17px;margin-top: 0}

.share{margin-top: 20px}

.share i{color:#fff;padding:8px 10px;border-radius: 5px;font-size: 17px}

.share i.fa-facebook{background-color: #4267b2}

.share i.fa-twitter{background-color: #459fed}

.share i.fa-google-plus{background-color: #e62117}

.share i.fa-linkedin{background-color:#25B9F9}



/******client-page****/

.client{}

.client .block-client{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
    max-height: 292px;
    height: 292px;
    overflow: hidden
}

.client .block-client img{
    border-radius: 5px;
    width: 100%;
    height: 200px;
    margin-bottom: 10px
}

.client .block-client p{text-align: center;line-height: 20px;color:#666;font-size: 14px;font-weight: bold }

.client a{text-decoration: none;}


/****opinion slider****/
.test-slider .owl-nav i {
    font-size: 29px !important;
    color: #fff;
}

.test-slider h4, .test-slider h5{color:#fff}

/*****login-form****/

.form-login form {
    border-top: 5px solid #2a99d8!important;
    margin: 4em auto;
    padding:10px 45px 40px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}

.form-login form h3{text-transform: capitalize;
                    padding: 10px 20px 0;
                    text-transform: capitalize;
                    color:#2a99d8!important
}

.form-login form p{color:#656565;text-transform: capitalize;margin-bottom: 20px}

.form-login .group {
    position: relative;
    margin-bottom: 40px;
}

.form-login input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: #fafafa;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

.form-login input:focus { outline: none; }


/* Label */

.form-login label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}


/* active */

.form-login input:focus ~ label, .form-login input.used ~ label {
    top: -20px;
    transform: scale(.75); left: -2px;
    /* font-size: 14px; */
    color: #4a89dc;
}


/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #4a89dc;
    transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active */

input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
    from { background: #4a89dc; }
    to 	{ width: 0; background: transparent; }
}


/* Button */

.form-login .button {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: .3em 0 1em 0;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    background: #2a99d8;
    border: 0;
    border-bottom: 2px solid #3160B6;
    cursor: pointer;
    transition: all 0.15s ease;
}
.button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
    background-color: #4a89dc;
    text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
    border-radius: 50px
}

.buttonBlue:hover { background: #357bd8; }

.img-form{margin-top: 60px}


/* Ripples container */

.ripples {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}


/* Ripples circle */

.ripplesCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
    animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
    0% { opacity: 0; }

    25% { opacity: 1; }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}