@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_fonts_segoe.css');
/******* fonts *********/

html{
    height: 100%;
}


body{
    font-family: 'Segoe UI' !important;
    /*border: 20px solid #ffffff;*/
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

p{
    color: #999999;
    line-height: 27px;
    font-size: 16px;
}

a{
    text-decoration: none !important;
}

/* Remove inner shadow from inputs on mobile iOS */
textarea, input[type="text"] {
-webkit-appearance: none;
}

select.form-control {
  -webkit-appearance: none;
  background: url(../images/down-arrow.png) no-repeat center right;
}



/*******common css*************/
/******************************/




/*****************************/
/*********header**************/

.navbar-toggle {
     display: inherit; 
}


.logo{
    position: absolute;
    left: 20px;
    top:  20px;
    z-index: 9999999;
}

.navigation{
    width: 100%;
}

.logo_li{
    position: absolute !important;
    left: 0px;
}

.navbar-toggle {
    padding: 9px 10px;
    margin-top: 0px;
    margin-right: 0px;
}


/*****************************/
/*********header**************/




/*****************************/
/*********body**************/

.book_now_btn {
    width: 160px;
    position: fixed;
    right: 75px;
    top: 11px;
    padding: 13px;
    border-radius: 5px;
    z-index: 9999;
    color: #000000;
    background-color: #ffffff;
    font-weight: 900;
    border: 1px solid #10722f;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.book_now_btn:hover{
    color: #10722f;
}

.book_now_btn img{
    width: 25%;
}

.top_logo{
    margin-top: 45%;
    width: 80%;
}

.top_welcome_col{
    padding: 30px 30px;
}

.main_heading{
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
    font-size: 30px;
    margin-bottom: 15px;
}

.special_p{
    letter-spacing: 3px;
    font-family: 'Oswald' !important;
    line-height: 25px;
    color: #c5c5c5;
    text-align: center;
    text-transform: uppercase;
}

.social_link{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social_link:hover{
    padding-top: 5px;
}

.gallery_slider {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: right bottom;
}

.about_us_col{
    text-align: center;
    padding: 25px 40px 20px 40px;
}

.jarralax_row{
    margin-top: 500px;
}


.link{
    font-family: 'Oswald' !important;
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.link:hover{
    color: #10722f;
    letter-spacing: 2px;
    border-bottom: 2px solid #10722f;
}

.gallery_slider_2 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: right bottom;
}

.gallery_slider_3 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    background-position: right bottom;
}

.gallery_slider_4 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 245px;
    background-position: right bottom;
}

.to_do_slider{
    position: relative;
    z-index: 99;
    margin-top: -250px;
}

.to_do_slider_inner{
      -webkit-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
}

.content_div{
    padding: 30px;
}

.sen_message_col{
     -webkit-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.offer_div{
    height: 350px;
    padding: 30px;
    margin-top: 100px;
}

.carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 2px solid #999999;
    border-radius: 10px;
}

.custom_btn {
    padding: 15px 30px;
    background-color: #10722f;
    border: 1px solid #10722f;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custom_btn:hover {
    padding: 15px 30px;
    background-color: #ffffff;
    border: 1px solid #10722f;
    color: #10722f;
    border-radius: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.j_heading{
    padding-top: 150px;
}

.news_1{
    height: 350px;
}

.news_3{
    height: 720px;
}

.news_div{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news_div:hover:before{
    opacity: 0.7;
}

.news_div::before{
    content: ' ';
    display: block;
    position: relative;
    border-radius: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background-color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news_text_div b{
    font-size: 20px;
}

.news_text_div{
    padding: 20px;
    position: absolute;
    bottom: 15px;
}

.news_date{
    background-color: #0372ff;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    width: auto;
    line-height: 21px;
}

.news_date b{
    font-size: 30px;
}


.j2_heading{
    font-size: 80px;
    margin-bottom: 0px;
}

.j2_heading2{
    font-size: 120px;
    margin-top: 0px;
    line-height: 80px;
}

.custom_btn {
    padding: 15px 30px;
    background-color: #ee1c25;
    border: 1px solid #ee1c25;
    color: #ffffff;
    font-weight: 900;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custom_btn:hover {
    padding: 15px 30px;
    background-color: #0372ff;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.link_arrow{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.link_arrow:hover{
    padding-left: 20px;
}




/**************************/
/**************************/
/*inner page styles*/

.inner_page_heading{
    font-size: 38px;
    text-align: left;
}

.inner_welcome_col .top_logo {
    margin-top: 7%;
    width: 80%;
}

.top_gallery_slider {
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px;
    background-position: right center;
}

.stay_gallery_slider{
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    background-position: right bottom;
}

.stay_gray_box{
    background-color: #f6f6f6;
    padding: 40px 60px;
}

.stay_gray_box .main_heading{
    text-align: left !important;
    margin-top: 5px;
    margin-bottom: 15px;
}

.stay_gray_box p{
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    font-weight: 300;
}

.stay_gray_box .book_now_btn{
    position: inherit !important;
    margin-top: 20px;
    width: 180px;
    font-weight: 900;
    font-size: 16px;
}

.stay_gray_box .special_p{
    text-align: right;
    letter-spacing: 1px;
}

.tooltip.top .tooltip-inner {
    background-color: #10722f;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #10722f;
}

.left_arrow{
    position: absolute;
    z-index: 9;
    right: 0;
    top: 35vh;
}

.right_arrow{
    position: absolute;
    z-index: 9;
    left: 0;
    top: 35vh;
}

.righ_text_col{
    text-align: right;
}

.righ_text_col .main_heading{
    text-align: right !important;
}

.righ_text_col .book_now_btn {
    margin-top: 20px;
    display: inline-block;
    margin-right: auto;
}

.event_slider_2 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: right bottom;
}

.faci_name{
    padding-top: 12px;
}

.custom_ul{
    list-style-image: url('../images/li.png');
}

.custom_ul li{
    padding-bottom: 11px;
    padding-top: 11px;
}

.large_book_now_btn {
    width: 200px;
    display: inline-block;
    position: inherit;
    margin-top: 30px;
    padding: 13px;
    border-radius: 5px;
    z-index: 999999;
    color: #000000;
    background-color: #ffffff;
    font-weight: 900;
    border: 1px solid #10722f;
    text-align: center;
    -webkit-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.large_book_now_btn:hover{
    color: #10722f;
}

.large_book_now_btn img{
    width: 25%;
}

/*inner page styles*/
/**************************/
/**************************/

#carousel-custom {
    margin-top:  10px;
    width: 100%;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    border: none !important;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

/*==========================================*/
/*==========================================*/


#carousel-custom2 {
    margin-top:  10px;
    width: 100%;
}
#carousel-custom2 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom2 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    border: none !important;
}
#carousel-custom2 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom2 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom2 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom2 .carousel-outer {
    position: relative;
}

#carousel-custom2 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom2 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom2 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom2 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom2 .carousel-outer {
    position: relative;
}

/*==========================================*/
/*==========================================*/

#carousel-custom3 {
    margin-top:  10px;
    width: 100%;
}
#carousel-custom3 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom3 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    border: none !important;
}
#carousel-custom3 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom3 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom3 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom3 .carousel-outer {
    position: relative;
}

#carousel-custom3 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom3 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom3 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom3 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom3 .carousel-outer {
    position: relative;
}

/*==========================================*/
/*==========================================*/


.carousel-control.left {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.carousel-control.right {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    right: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
    padding: 15px 45px;
    cursor: default;
    background-color: #10722f;
    border: 1px solid #10722f;
    border-bottom-color: transparent;
    border-radius: 0px 0px 0 0;
}

.nav-tabs li.active a:after {
    top: 51px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(19,36,14,0);
    border-top-color: #10722f;
    border-width: 10px;
    margin-left: -10px;
}

.nav-tabs>li>a {
    color: #002f15;
    padding: 15px 45px;
    margin-right: 2px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #10722f;
    border-radius: 0px 0px 0 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-tabs>li>a:hover {
    color: #ffffff;
    padding: 15px 45px;
    cursor: default;
    background-color: #10722f;
    border: 1px solid #10722f;
}

.cutome_tab_btn>li {
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

.main_gallery_slider {
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    background-position: center center;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    font-weight: 600;
    padding: 12px 12px;
    margin-left: 2px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ee1c25;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ee1c25;
    border-color: #ee1c25;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #ee1c25;
    border-color: #ee1c25;
}

.gallery_div{
    height: 500px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.gallery_div_1{
    height: 248px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.gallery_col{
    padding-left: 2px;
    padding-right: 2px;
}



/*****************************/
/*********body**************/



/*****************************/
/*********footer**************/

.footer_row{
    background-color: #f1f1f1;
    background-image:url('../images/footer_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.footer_logo{
    width: 70%;
}

.footer_tel{
    padding-right: 20px;
}


/*****************************/
/*********footer**************/

/******************************************************/
/******************card carousel***********************/

/******************************************************/
/******************card carousel***********************/


/*######### Mouse SCroll Anim ############*/

.icon-scroll, .icon-scroll:before {
    position: absolute;
    right: 7%;
}

.icon-scroll {
    position: absolute;
    width: 1px;
    height: 130px;
    bottom: 0%;
    box-shadow: inset 0 0 0 1px #ffffff;
    background: #ffffff;
    border-radius: 25px;
    z-index: 995;
}

.icon-scroll:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    left: -5px;
    top: 8px;
    border-radius: 6px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;

}

@-webkit-keyframes scroll {

    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(96px);
        transform: translateY(96px);
    }

}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(96px);
        transform: translateY(96px);
    }

}
/*######### Mouse SCroll Anim ############*/

/**********=========================================********************/
/**********===============SCROLL EFFECT=================********************/
/**********=========================================********************/
.scroll_down_text img {
    margin-bottom: 10px;
    margin-left: -30px;
}


.slideanim {visibility:hidden;}
.slides {
    /* The name of the animation */
    animation-name: slides;
    -webkit-animation-name: slides;
    /* The duration of the animation */
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    /* Make the element visible */
    visibility: visible;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slides {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slides {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

#slidenim02 {
    -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
    animation-duration: 1.5s;
}

#slidenim03 {
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-duration: 2s;
}

#slidenim04 {
    -webkit-animation-duration: 2.5s; /* Safari 4.0 - 8.0 */
    animation-duration: 2.5s;
}

#slidenim05 {
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation-duration: 3s;
}

#slidenim06 {
    -webkit-animation-duration: 3.5s; /* Safari 4.0 - 8.0 */
    animation-duration: 3.5s;
}

#slidenim07 {
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-duration: 4s;
}

#slidenim08 {
    -webkit-animation-duration: 4.5s; /* Safari 4.0 - 8.0 */
    animation-duration: 4.5s;
}

#slidenim09 {
    -webkit-animation-duration: 4.5s; /* Safari 4.0 - 8.0 */
    animation-duration: 5s;
}

/**********=========================================********************/
/**********===============SCROLL EFFECT=================********************/
/**********=========================================********************/


/*=========chat css===========*/

.chat_section{
    background-color: #f6f6f6;
    background-image: url(../images/chat_bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: fixed;
    background-size: cover;
}

.chat_ul{
    list-style: none;
}

.chat {
    width: 100%;
    float: left;
    background: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
}
.chat .chat-header {
    padding: 20px;
    border-bottom: 2px solid #f6f6f6;
}
.chat .chat-header img {
    float: left;
}
.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
}
.chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 16px;
}
.chat .chat-header .chat-num-messages {
    color: #92959E;
}
.chat .chat-header .fa-star {
    float: right;
    color: #D8DADF;
    font-size: 20px;
    margin-top: 12px;
}
.chat .chat-history {
    padding: 30px 30px 20px;
    border-bottom: 2px solid #f6f6f6;
    /*overflow-y: scroll;*/
    /*height: 575px;*/
}
.chat .chat-history .message-data {
    margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}
.chat .chat-history .message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
    font-weight: 300;
}
.chat .chat-history .message:after {
    bottom: 100%;
    left: 4%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #0372ff;
    border-width: 10px;
    margin-left: -10px;
}
.chat .chat-history .my-message {
    background: #0372ff;
}
.chat .chat-history .other-message {
    background: #00b145;
}
.chat .chat-history .other-message:after {
    border-bottom-color: #0372ff;
    left: 95%;
}
.chat .chat-message {
    padding: 30px;
}
.chat .chat-message textarea {
    width: 100%;
    border: 1px solid #ebeaea;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
    font-size: 16px;
    color: gray;
    cursor: pointer;
}
/*.chat .chat-message button {*/
    /*float: right;*/
    /*color: #94C2ED;*/
    /*font-size: 16px;*/
    /*text-transform: uppercase;*/
    /*border: none;*/
    /*cursor: pointer;*/
    /*font-weight: bold;*/
    /*background: #F2F5F8;*/
/*}*/
/*.chat .chat-message button:hover {*/
    /*color: #75b1e8;*/
/*}*/

.online, .offline, .me {
    margin-right: 3px;
    font-size: 10px;
}

.online {
    color: #86BB71;
}

.offline {
    color: #E38968;
}

.me {
    color: #94C2ED;
}

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

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

.float-right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*=========chat css===========*/

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #10722f;
    width: 50px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 50%;
    border: 1px solid #10722f;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    animation: bounce_1 1s infinite alternate;
    -webkit-animation: bounce_1 1s infinite alternate;
}

@keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.scroll-top-wrapper:hover {
    background-color: #10722f;
    color: #ffffff;
    border: 1px solid #10722f;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA==============*/
/*========================================================================*/
/*========================================================================*/