@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700');

@font-face {
    font-family: FuturaStdMedium;
    src: url(fonts/FuturaStdMedium.otf);
}

a {
    color: #000c59;
}

body, html {
    font-family: 'Poppins', sans-serif;
}
body{
    background:  #fff;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}

.display-block {
    display: block !important;
}

.ps-btn{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #000c59;
    transition: .5s all ease-in-out;
}

.ps-btn:hover{
    background-color: #2687d3;
    border: solid 2px #043f6d;
    color: #fff;
}

a:hover, a:active  {
    text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
    text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000c59;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {

    .slider .item .carousel-caption {    top: 80px; }
    .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
    .slider-text .form-group label {font-size:12px; }

}
.open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}



@media screen and (max-width: 767px) {
    nav.nav1 {
        display: block;
    }
    .logo-bar nav {
        display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
    .open-menu .nav-cross span {
        display:none;
    }
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
    background-color: #fec03a;
    outline: 1px solid #fec03a;
}
/*Scroll css End here*/


.header {padding: 30px 0;}

.header .main {display: flex;align-items: center;}

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

.header .logo img {width: 100%;}

.header .header-menu {text-align: center;list-style: none;margin: 0;}

.header .header-menu {}

.header .header-menu ul {padding: 0;margin: 0;}

.header .header-menu ul li {display: inline-block;margin-right: 35px;}

.header .header-menu ul li a {font-size: 15px;font-weight: 500;color: #3a3a3a;position: relative;transition: .5s all ease-in-out;}

.header .sign {
    text-align: center;
    display: inline-block;
}
.header .sign a{
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #000c59;
    padding: 10px 25px;
    font-family: FuturaStdMedium;
}


.banner{
}

.banner .bg-img {
    background-image: url(../images/banner.jpg);
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.banner .bg-img .head {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    padding: 14% 10% 0;
    position: relative;
    z-index: 9999;
}

.banner .row {
    display: block;
}

.banner .bg-img .head h2{font-size: 40px;font-weight: 700;color: #fff;margin: 0 0 10px;font-family: 'EB Garamond', serif;text-transform: capitalize;}

.banner .bg-img .head p {margin: 0 0 20px;font-size: 15px;font-weight: 400;color: #fff;font-family: 'Futura Std', sans-serif;display: none;}

.banner .bg-img .head .link {
    margin-top: 40px;
}

.banner .bg-img .head .link a{
    font-size: 15px;
    font-weight: 400;
    color:#fff;
    background-color: #000c59;
    padding: 10px 20px;
    transition: .5s all ease-in-out;
}

.banner .bg-img:before {content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-overlay.png);
    z-index: 999;
}


.banner ul.slick-dots {position: absolute;
    z-index: 11;
    bottom: 70px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;}

.banner ul.slick-dots button {border: 1px solid #000c59;
    background: #000c59 !important;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    position: relative;
    margin: 10px;}

.banner ul.slick-dots li {
    display: inline-block;
}

.banner .slick-dots .slick-active button:before {border: 2px solid #000c59;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}

.banner .slick-dots .slick-active button:before {border: 2px solid #000c59;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}


.sec-about{
    padding: 80px 0;
}

.sec-about .head{

}

.sec-about .head h5 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
}

.sec-about .head h2 {
    margin: 0 0 16px;
    font-size: 45px;
    font-weight: 700;
    color: #2a8dd9;
    font-family: 'EB Garamond', serif;
}

.sec-about .head p {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 300;
    color: #5f5f5f;
}

.sec-about .head .learn {
    margin-top: 40px;
}

.sec-about .head .learn a{
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #2a8dd9;
    padding: 10px 30px;
    transition: .5s all ease-in-out;
    text-transform: capitalize;
}


.sec-about .main{

}

.sec-about .main .pic1{
    position: relative;
}

.sec-about .main .pic1 img{
    width: 100%;
}


.sec-about .main .pic2 {
    position: absolute;
    bottom: -70px;
    left: -90px;
    width: 60%;
}

.sec-about .main .pic2 img{
    width: 100%;
}


.sec-services{
    padding: 80px 0;
}


.sec-services .main {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 50px;
}


.sec-services .main h5 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
}

.sec-services .main h2 {
    margin: 0 0 10px;
    font-size: 50px;
    font-weight: 700;
    color: #2a8dd9;
    font-family: 'EB Garamond', serif;
}

.sec-services .main p{
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 300;
    color: #5f5f5f;
}

.sec-services .head{
    text-align: center;
}

.sec-services .head img{
    width: 100%;
}

.sec-services .head h4 {
    margin: 30px 0 20px;
    font-size: 28px;
    font-weight: 700;
    color: #2a8dd9;
    font-family: 'EB Garamond', serif;
}

.sec-services .head p{
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: #5f5f5f;
}
.sec-services .col-sm-4 {
    padding: 0 10px;
}

.sec-services .read {
    margin-top: 40px;
}

.sec-services .read a{
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #2a8dd9;
    padding: 10px 30px;
    transition: .5s all ease-in-out;
}

.sec-services ul.slick-dots {position: absolute;
    z-index: 11;
    bottom: 70px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;}

.sec-services ul.slick-dots button {border: 1px solid #000c59;
    background: #000c59 !important;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    position: relative;
    margin: 10px;}

.sec-services .slick-dots .slick-active button:before {border: 2px solid #000c59;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}

.sec-services .slick-dots .slick-active button:before {border: 2px solid #000c59;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}


.sec-test {
    padding: 80px 0 0;
}

.sec-test .row {
    display: flex;
    align-items: center;
}

.sec-test .col-sm-6 {
    padding: 0;
}

.sec-test .main {
    text-align: center !important;
    max-width: 70%;
    margin: 0 auto 0;
}

.sec-test .pic-story {}

.sec-test .pic-story img {
    width: 100%;
}

.sec-test .main .pic-coma {
    margin-bottom: 30px;
}

.sec-test .main .pic-coma img {
}

.sec-test .main h2 {
    margin: 0 0 10px;
    font-size: 50px;
    font-weight: 700;
    color: #2a8dd9;
    font-family: 'EB Garamond', serif;
}

.sec-test .main h6 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 400;
    color: #525252;
}

.sec-test .main p {
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    color: #606060;
    margin-bottom: 40px;
}

.sec-test .main .test-pic img {
    display: inline-block;
}

.sec-test .main .test-pic {}


.sec-mission{
    background-image: url(../images/mission-back.jpg);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-mission .head {
    padding-top: 15%;
}

.sec-mission .head h5 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
}

.sec-mission .head h2 {
    margin: 0 0 20px;
    font-size: 45px;
    font-weight: 700;
    color: #2a8dd9;
    font-family: 'EB Garamond', serif;
}

.sec-mission .head p{
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: #5f5f5f;
}
.sec-mission .read {
    margin-top: 40px;
}

.sec-mission .read a{
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #000c59;
    padding: 10px 30px;
    transition: .5s all ease-in-out;
}


.sec-help {

}

.sec-help .main-left {
    background-color: #f0f0f0;
    padding: 80px 120px 0px 280px;
}

.sec-help .main-right {background-color: #000c59;padding: 80px 150px;}


.sec-help .head {}

.sec-help .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #2a8dd9;
    font-family: 'EB Garamond', serif;
}

.sec-help .head p {
    font-size: 15px;
    font-weight: 300;
    color: #606060;
}

.sec-help .head .social {}

.sec-help .head .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-help .head .social ul li {
    margin-right: 10px;
    display: inline-block;
}

.sec-help .head .social ul li a {
    font-size: 20px;
    color: #606060;
}

.sec-help .main-right .head {}

.sec-help .main-right .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    font-family: 'EB Garamond', serif;
}

.sec-help .main-right .head p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.sec-help .main-right .head h5 {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}


.sec-contact{

    padding: 80px 0;
}

.sec-contact .pic{

}

.sec-contact .pic img{

    width: 100%;
}

.sec-contact .head{

}

.sec-contact .head h5{

    margin: 0 0 10px;

    font-size: 20px;

    font-weight: 600;

    color: #525252;

    text-transform: uppercase;
}

.sec-contact .head h2{

    margin: 0 0 40px;

    font-size: 45px;

    font-weight: 700;

    color: #2a8dd9;

    font-family: 'EB Garamond', serif;
}

.sec-contact .head input{

    font-size: 15px;

    width: 80%;

    padding: 10px 20px;

    margin-top: 20px;

    border: solid 1px #d7d7d7;

    background-color: #f1f1f1;
}

.sec-contact .head textarea{

    font-size: 15px;

    width: 80%;

    padding: 10px 20px;

    margin-top: 20px;

    border: solid 1px #d7d7d7;

    background-color: #f1f1f1;

    height: 200px;
}

.sec-contact .head button{

    display: block;

    margin: 10px 0 20px;

    font-size: 15px;

    font-weight: 400;

    color: #fff;

    background-color: #000c59;

    padding: 10px 60px;

    transition: .5s all ease-in-out;
}







.footer {
    padding: 80px 0 20px;
    background-color: #000c59;
}

.footer .footer-menu {
    margin-bottom: 80px;
}

.footer .footer-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer .footer-menu ul li {
    display: inline-block;
    margin-right: 30px;
}

.footer .footer-menu ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.footer .back-top {}

.footer .back-top a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.footer .back-top a i {
}

.footer .social {
    margin-bottom: 20px;
}

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

.footer .social ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer .social ul li a {
    font-size: 18px;
    color: #fff;
}

.footer p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.footer p a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

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

.footer .row.copy {
    display: block;
}




.inner-banner {
    background-color: #000c59;
    height: 200px;
}

.inner-banner .caption {text-align: center;padding-top: 6%;}

.inner-banner .inner-banner-bg {
    text-align: center;
}

.inner-banner .caption h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.inner-banner .row {
    display: block;
}

.about-page {
    padding: 80px 0 120px;
}

.simple-page {
    padding: 80px 0;
}

.simple-page .head h2 {
    margin: 0 0 40px;
    font-size: 45px;
    font-weight: 700;
    color: #2a8dd9;
    font-family: 'EB Garamond', serif;
    text-align: center;
}

.simple-page .head p {
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    color: #606060;
    margin-bottom: 40px;
}

.disclosure-page {
    padding: 80px 0;
}

.disclosure-page .head{

}

.disclosure-page .head h2 {
    margin: 0 0 40px;
    font-size: 45px;
    font-weight: 700;
    color: #2a8dd9;
    font-family: 'EB Garamond', serif;
    text-align: center;
}

.disclosure-page .head p {
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    color: #606060;
    margin-bottom: 40px;
}




.sec-test ul.slick-dots {position: absolute;
    z-index: 11;
    bottom: -90px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;}

.sec-test ul.slick-dots button {border: 1px solid #000c59;
    background: #000c59 !important;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    position: relative;
    margin: 10px;}

.sec-test ul.slick-dots li {
    display: inline-block;
}

.sec-test .slick-dots .slick-active button:before {border: 2px solid #000c59;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}

.sec-test .slick-dots .slick-active button:before {border: 2px solid #000c59;
    content: "";
    position: absolute;
    left: -5px;
    top: -5.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}

.banner .bg-img .head .link a:hover {
    background-color: #2a8dd9;
    transition: .5s all ease-in-out;
}

.sec-about .head .learn a:hover {
    background-color: #000c59;
    transition: .5s all ease-in-out;
}

.sec-services .read a:hover{
    background-color: #000c59;
    transition: .5s all ease-in-out;
}

.sec-mission .read a:hover{
    background-color: #2a8dd9;
    transition: .5s all ease-in-out;
}

.sec-contact .head button:hover{
    background-color: #2a8dd9;
    transition: .5s all ease-in-out;
    border: solid 2px #2a8dd9;
}
.testimonial-page {
    padding: 80px 0;
}

.testimonial-page .slick-dots .slick-active button:before {border: 2px solid #000c59;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}


.header .header-menu ul li a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 0;
    background-color: #000c59;
    transition: .5s all ease-in-out;
}

.header .header-menu ul li:hover a:before {
    width: 100%;
    transition: .5s all ease-in-out;
}

.is-invalid {
    border: 1px solid red !important;
}

.is-red {
    color: red !important;
}

/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #a2a2a2;
}

.simple-page .tabs-menu li {
    display: inline-block;
    list-style: none;
    font-size: 15px !important;
    padding: 10px;
    padding-bottom: 8px;
}

.simple-page .tabs-menu li.current {
    position: relative;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.simple-page .tabs-menu li a {
    text-decoration: none;
    font-size: 15px !important;
    padding: 10px;
    padding-bottom: 8px;
}
.simple-page .tabs-menu .current a {
    border-bottom: 2px solid #000c59;
}

.simple-page .tabs-menu a:hover {
    border-bottom: 2px solid #000c59;
}

.simple-page .tab {background-color: #fff;margin-bottom: 20px;width: auto;}
.simple-page .tab-content {max-width: 100%;padding: 30px 0;display: none; margin-top: 30px; }
.simple-page  #tab-1 {display: block; }


/* ---------------------------------------------------Dashboard-------------------------------------------------------------------------*/
.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info {
    background-color: #26c6da;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.cs-subscription-plans .card-header {
    background: #db0015; padding: 10px 15px;
}

.cs-subscription-plans .card-header h4 {
    color: #fff; font-size: 36px;
}

.cs-subscription-plans .card-body .card-title {
    color: #db0015; font-size: 36px;
}

/* ---------------------------------------------------Sidebar-------------------------------------------------------------------------*/
.sidebar-edit {
    background: #000c59;
    padding: 7px;
    border-radius: 34px;
    font-size: 12px;
    position: relative;
    right: 20px;
    top: 20px;
}

.sidebar-edit i {
    color: #fff;
}

.ps-widget-sidebar .ps-widget_header {
    font-family: 'Barlow', sans-serif; text-align: center;
}

.ps-widget-sidebar .ps-widget_header img {
    border-radius: 100px;
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #000c59;
    padding: 3px
}

.ps-widget-sidebar .ps-widget_header a {
    font-size: 14px;
    color: #000;
}

.ps-widget-sidebar .ps-widget-content ul {
    padding: 0;
    margin: 0;
    text-align: left;
}
.ps-widget-sidebar .ps-widget-content ul li {
    list-style: none;
    background: #000c59;
    padding: 0;
    margin-bottom: 6px;
    border-radius: 5px;
    border: 1px solid #000c59;
    cursor: pointer;
}

.ps-widget-sidebar .ps-widget-content ul li a {
    color: #fff;
    font-size: 19px;
    list-style: none;
    padding: 10px;
    border: 1px solid #000c59;
    cursor: pointer;
    display: block;
}

.ps-widget-sidebar .ps-widget-content ul li a i {
    padding-right: 10px;
}

.ps-widget-sidebar .ps-widget-content ul li.active, .ps-widget-sidebar .ps-widget-content ul li:hover {
    background: #fff;
    border: 1px solid #000c59;
    color: #000c59;
}
.ps-widget-sidebar .ps-widget-content ul li.active a, .ps-widget-sidebar .ps-widget-content ul li:hover a {
    color: #000c59;
}
.sec-about .head p, .sec-about .head p b, .sec-about .head p span{
    margin: 0 0 15px;
    font-size: 15px !important;
    font-weight: 300;
    color: #5f5f5f;
    font-family: 'Poppins', sans-serif !important;
}
.header .sign a {
    font-family: 'Poppins', sans-serif;
}
section.disclosure-page .head p span {
    line-height: 24px;
    font-size: 15px !important;
    font-weight: 300;
    color: #606060;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif !important;
}
.sec-contact .head button {
    background-color: #2a8dd9;
    border: 0;
}
.sec-contact .head button:hover {
    background-color: #000c59;
    border: 0;cursor: pointer;
}
.header .sign a:hover {
    background-color: #2a8dd9;
}
.ps-widget-sidebar .ps-widget-content ul li a {
    font-size: 17px;
}
button.btn.ps-btn,
.ps-btn{
    background-color: #2a8dd9;
    border: 0;    padding: 10px 30px;
    border-radius: 0;
}
button.btn.ps-btn:hover,
.ps-btn:hover{
    background-color: #000c59;
    border: 0;cursor: pointer;
}
.cs-subscription-plans .card-header h4 {
    font-size: 30px;
}
.cs-subscription-plans .card-header {
    background: #2a8dd9;
    padding: 20px 15px 10px 15px;
}
.subscription_inner {
    background: #2a8dd9;
    color: #fff;
    text-align: center;
    padding: 50px;
}
.subs_content_inner a {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #000c59;
    padding: 10px 35px;
    display: inline-block;
}
.sec-test ul.slick-dots {
    bottom: -50px;
}
.sec-mission {
    height: 585px;
}
.sec-contact .head h2 {
    margin: 0;
}
.sec-contact .head input {
    margin-top: 10px;
}
.sec-contact .head textarea {
    height: 110px;width: 88%;margin-top: 10px;
}
.sec-contact .head h5 {
    margin: 0;
}
.sec-contact .head input {
    width: 88%;
}
.sec-contact .head button {
    margin-top: 5px;
}
.sec-test .slick-dots .slick-active button:before{
    top:-5px;
}
.sec-services .head img + a {
    background: url(../images/play.png);
    font-size: 0;
    position: absolute;
    left: 50%;
    top: 100px;
    width: 98px;
    height: 98px;
    margin-left: -49px;
    background-color: transparent !important;
}
.sec-contact .head h2 br {
    display: none;
}
ul.slick-dots li {
    display: inline-block;
}
.row.about-slider {
    display: none;
}
ol li {
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    color: #606060;
    margin-bottom: 40px;
}
.sec-services .head h4 {
    font-size: 24px;
}


/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    z-index: 9000 !important;
}

.jq-toast-wrap * {
    margin: 0;
    padding: 0;
}

.jq-toast-wrap.bottom-left {
    bottom: 20px;
    left: 20px;
}

.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 40px;
}

.jq-toast-wrap.top-left {
    top: 20px;
    left: 20px;
}

.jq-toast-wrap.top-right {
    top: 20px;
    right: 40px;
}

.jq-toast-single {
    display: block;
    box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 15px;
    margin: 0px 0px 5px;
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #fff;
    color: #2b2b2b;
}

.jq-toast-single h2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 0px 0px 7px;
    background: none;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal;
}

.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid white;
    padding-bottom: 3px;
    font-size: 12px;
}

.jq-toast-single ul {
    margin: 0px 0px 0px 15px;
    background: none;
    padding: 0px;
}

.jq-toast-single ul li {
    list-style-type: disc !important;
    line-height: 17px;
    background: none;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer;
}

.jq-toast-loader {
    display: block;
    position: absolute;
    bottom: -3px;
    height: 5px;
    width: 0%;
    left: 0;
    border-radius: 5px;
    background: red;
}

.jq-toast-loaded {
    width: 100%;
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px;
}

.jq-icon-info {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=');
    background-color: #31708f;
    color: #000;
    border-color: #bce8f1;
}

.jq-icon-warning {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=');
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc;
}

.jq-icon-error {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=');
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1;
}

.jq-icon-success {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==');
    color: #dff0d8;
    background-color: #000c59;
    border-color: #d6e9c6;
}

/* =================================
    ScrollBar Css Starts Here
================================= */
.card-body.const-chat-container::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

.card-body.const-chat-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #026975 !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

.card-body.const-chat-container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1a1a1a !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}


/* Group Chat Module CSS */


ul.tab-listing {
    padding: 0 0 10px !important;
    margin: 0 0 20px !important;
    border-bottom: 1px solid #ccc;
}

ul.tab-listing li {
    display: inline-block;
    margin: 0 25px 0px 0px;
}

ul.tab-listing li a {
    font-size: 13px;
    color: #000;
    transition: all ease .5s;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
}

ul.tab-listing li.current a, ul.tab-listing li:hover a {
    color: #000c59;
    border-bottom: 2px solid #000c59;
    transition: all ease .5s;
}



/* =================================
    ScrollBar Css Ends Here
================================= */



@media screen and (max-width:1200px){
    .banner .bg-img {
    height: 600px;
}
.sec-about .head h2 {
    font-size: 36px;
}
.sec-about .main .pic2 {
    left: -30px;
}
.sec-services .head h4 {
    font-size: 23px;
}
.sec-test .main h2 {
    font-size: 30px;
}
.sec-test .main .pic-coma img {
    width: 50px;
}
.sec-mission .head h2 {
    font-size: 36px;
}
.sec-mission {
    height: 400px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    margin-top: 50px;
}
.sec-contact .head h2 {
    font-size: 36px;
}
}
@media screen and (max-width:800px){
.header .sign a {
    font-size: 13px;
    padding: 10px 15px;
}
.header .header-menu ul li {
    display: inline-block;
    margin-right: 14px;
}
.banner .bg-img .head h2 {
    font-size: 30px;
}
.sec-about .head h2 {
    font-size: 30px;
}
.sec-contact .head h2 {
    font-size: 30px;
}
.sec-mission .head h2 {
    font-size: 30px;
}
.sec-services .main h2 {
    font-size: 30px;
}
.sec-services .main {
    max-width: 100%;
    margin: 0 auto 20px;
}
.sec-services .head h4 {
    font-size: 16px;
    font-weight: 700;
}
.sec-services .head p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    color: #5f5f5f;
}
.sec-services .read {
    margin-top: 30px;
}
.sec-services .head img + a {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-left: -25px;
    top: 60px;
}
.sec-test .main h2 {
    font-size: 28px;
}
.sec-test .col-sm-6 {
    max-width: 100%;
}
.sec-test .row {
    display: block;
}
.sec-test .main .pic-coma {
    margin-bottom: 0;
    margin-top: 50px;
}
.sec-mission .head h2 {
    font-size: 28px;
}
.sec-mission {
    height: 350px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    margin-top: 50px;
    background-position: 45px 35px !important;
}
.sec-about .main .pic2 {
    left: auto;
    width: auto;
    bottom: auto;
    margin-top: 15px;
    padding-right: 15px;
}
.inner-banner {
    height: 150px;
}
}
@media screen and (max-width:700px){
    .header .logo img {
    width: 150px;
}
.header .header-menu ul {
    display: none;
}
.header .logo {
    text-align: center;
    padding-bottom: 20px;
}
.header {
    padding: 10px 0 20px 0;
}
.sec-about .main .pic2 {
    left: auto;
    right: auto;
    height: auto;
    width: auto;
    position: relative;
}
.sec-about .main .pic2 {
    bottom: auto;
    margin-top: 20px;
}
.banner .bg-img .head h2 {
    font-size: 18px;
}
.banner .bg-img .head {
    max-width: 100%;
    padding: 70px 0 50px 0;
}
.banner .bg-img {
    height: 300px;
}
.banner ul.slick-dots {
    bottom: 20px;
}
.sec-about .main .pic2 img {
    margin-bottom: 30px;
}
.sec-about .head h2 {
    font-size: 25px;
}
.sec-services .main h2 {
    font-size: 23px;
}
section.sec-services {
    padding: 0;
}
.sec-services .head img + a {
    top: 90px;
}
.sec-services .read {
    margin-bottom: 40px;
}
section.sec-test {
    padding: 50px 0;
}
.sec-test .main h2 {
    font-size: 23px;
}
.sec-test .main {
    text-align: center !important;
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 15px;
}
section.sec-mission {
    height: auto;
    background: transparent !important;
    margin: 0;
}
.sec-mission .head h2 {
    font-size: 25px;
}
.sec-contact .head {
    margin-top: 30px;
}
.sec-contact .head h2 {
    font-size: 24px;
}
.sec-contact .head input, .sec-contact .head textarea {
    width: 100%;
}
.footer .footer-menu {
    display: none;
}
.footer .back-top a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    font-size: 0;
}

footer.footer {
    padding: 50px 15px 15px 15px;
    text-align: center;
}
footer .col-sm-4.text-left.nopad {
    text-align: center !important;
}
.inner-banner .caption h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
.inner-banner {
    background-color: #000c59;
    height: 115px;
}
.sec-about .main .pic2 {
    padding-right: 0;
}
section.disclosure-page {
    padding-top: 0;
}
.row.packeges_for_subscription.mt-4 .col-sm-6 {
    margin-bottom: 10px;
}
section.sec-about.about-page .main .pic1 {
    position: relative;
    margin-bottom: 20px;
}
.inner-banner .caption h3 {
    font-size: 25px;
    padding-top: 20px;
}
section.disclosure-page {
    padding-top: 30px;
}
.disclosure-page .head h2 {
    margin: 0 0 20px;
    font-size: 25px;
}
section.sec-contact h3.text-left {
    font-size: 22px;
}
.filter_form .row {
    display: block;
}
section.sec-contact a.btn-href.ml-3.float-right {
    text-align: center !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.header .sign {
    text-align: center;
    display: none;
}
.header {
    padding: 10px 0 0px 0;
}
.nav1 .row {
    margin: 0px;
    display: block;
}
html.open-menu nav.nav1 {
    z-index: 9999;
}
input.form-control {
    margin-bottom: 15px;
}
.filter_form a.btn-href.ml-3 {
    display: block;
    margin-top: 15px;
}
.filter_form button.btn.btn-success.ps-btn {
    margin-top: 10px;
}
}



/* for group chat */
.gchatlisting{

}
.gchatlisting .box{
    
}
.gchatlisting .box{
    border: 1px solid #eee;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 30px 30px 20px;
    box-shadow: 0 0 4px #e6e6e6;
    border-radius: 5px;
        position: relative;
}
.gchatlisting .box .metauser{text-align: center;padding-top: 60px;} 
.gchatlisting .box .metauser img{width: 72px;height: 72px;object-fit: cover;border-radius: 100%;border: 1px solid #000c59;padding: 2px;margin: 0 auto 10px;}    
.gchatlisting .box .metauser h3{font-size: 13px;} 
.gchatlisting .box .inner{

} 
.gchatlisting .box .inner ul.tag{padding: 0;margin: 0;}
.gchatlisting .box .inner ul.tag li{list-style: none;display: inline-block;}
.gchatlisting .box .inner ul.tag li span{float: none;font-size: 12px;background: #000;color: #fff;padding: 4px 20px;border-radius: 30px;font-weight: 500;text-shadow: none;opacity: 1;}
.gchatlisting .box .inner ul.tag .active{background: #4CAF50;}
.gchatlisting .box .inner ul.tag li .close{background: #D32F2F;} 
.gchatlisting .box .inner h2{font-size: 20px;margin: 10px 0 5px;font-weight: 600;line-height: 27px;}
.gchatlisting .box .inner p{line-height: 22px;font-size: 14px;font-weight: 400;color: #606060;margin-bottom: 15px;}
.gchatlisting .box .inner ul.metatime{padding: 0;margin: 0 0 10px;}
.gchatlisting .box .inner ul.metatime li{list-style: none;display: inline-block;border-right: 2px solid #a19e9e;line-height: 10px;padding-right: 6px;margin-right: 5px;vertical-align: middle;}
.gchatlisting .box .inner ul.metatime li:last-child{ border: none; }
.gchatlisting .box .inner ul.metatime li span{font-size: 12px;color: #a19e9e;}
.gchatlisting .box .inner ul.metatime li span i{
    color: #a19e9e;
    font-size: 12px;
    padding-right: 3px;
}
.gchatlisting .box .inner a.view{font-size: 14px;color: #000c59;}
.gchatlisting .box .inner ul.actions {
    padding: 0;
    margin: 0;
}

.gchatlisting .box .inner ul.actions li {
    display: inline-block;
    margin-right: 10px;
}

.gchatlisting .box .inner ul.actions a {
    background: #000c59;
    font-size: 12px;
    color: #fff;
    padding: 8px 18px;
    display: inline-block;
}
/* End group chat */

/* group chat detail */


.gchatlisting{

}
.gchatlisting .box{
    
}
.gchatlisting .box{
    border: 1px solid #eee;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 30px 30px 20px;
    box-shadow: 0 0 4px #e6e6e6;
    border-radius: 5px;
}
.gchatlisting .box .metauser{text-align: center;padding-top: 60px;} 
.gchatlisting .box .metauser img{width: 72px;height: 72px;object-fit: cover;border-radius: 100%;border: 1px solid #000c59;padding: 2px;margin: 0 auto 10px;}    
.gchatlisting .box .metauser h3{font-size: 13px;} 
.gchatlisting .box .inner{

} 
.gchatlisting .box .inner ul.tag{padding: 0;margin: 0;}
.gchatlisting .box .inner ul.tag li{list-style: none;display: inline-block;}
.gchatlisting .box .inner ul.tag li span{float: none;font-size: 12px;background: #000;color: #fff;padding: 4px 20px;border-radius: 30px;font-weight: 500;text-shadow: none;opacity: 1;}
.gchatlisting .box .inner ul.tag .active{background: #4CAF50;}
.gchatlisting .box .inner ul.tag li .close{background: #D32F2F;} 
.gchatlisting .box .inner h2{font-size: 20px;margin: 10px 0 5px;font-weight: 600;line-height: 27px;}
.gchatlisting .box .inner p{line-height: 22px;font-size: 14px;font-weight: 400;color: #606060;margin-bottom: 15px;}
.gchatlisting .box .inner ul.metatime{padding: 0;margin: 0 0 10px;}
.gchatlisting .box .inner ul.metatime li{list-style: none;display: inline-block;border-right: 2px solid #a19e9e;line-height: 10px;padding-right: 6px;margin-right: 5px;vertical-align: middle;}
.gchatlisting .box .inner ul.metatime li:last-child{ border: none; }
.gchatlisting .box .inner ul.metatime li span{font-size: 12px;color: #a19e9e;}
.gchatlisting .box .inner ul.metatime li span i{
    color: #a19e9e;
    font-size: 12px;
    padding-right: 3px;
}
.gchatlisting .box .inner a.view{font-size: 14px;color: #000c59;}

.gchatlisting .chatreply {
        padding-left: 10vw;
    margin: 20px 0;
}
.gchatlisting .chatreply .box {
    background-color: #f1f1f1;
}
.gchatlisting .chatreply .box .metauser{
    padding-top: 10px;
}
.back-button a {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #000c59;
    padding: 10px 35px;
    display: inline-block;
}
.gchatlisting .chatclosed {
    background: #e7db1e;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    margin: 20px 0;
}
.gchatlisting .chatclosed p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.commemtbox h3.head{
    font-size: 20px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
}
.commemtbox form.commentarea{
    position: relative;
}
.commemtbox form.commentarea input.reply{
    position: absolute;
    right: 7px;
    bottom: 6px;
    z-index: 99;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #000c59;
    padding: 5px 25px;
    border-radius: 5px;
    cursor: pointer;
}
.commemtbox form.commentarea textarea {
    overflow: auto;
    resize: vertical;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #606060;
}
.gchatlisting .commemtbox .box .metauser {
    text-align: center;
    padding-top: 30px;
}
/* end group chat detail */
.subscription_inner h4 {
    min-height: 70px;
}





    .nopad{
        padding: 0;
    }
    .det-chatgr{
        width:900px;
        height:740px;
        background:#eff3f7;
        margin:50px auto;
        font-size:0;
        border-radius:5px;
        overflow:hidden;
    }
    .det-chatgr .bg-clr{
        background: #3b3e49;
    }
    .det-chatgr .bg-clr  h4 {
        color: #fff;
        margin: 0 0 0;
        padding: 30px 0 30px 22px;
        font-size: 18px;
    }
    .det-chatgr ul.mem-list{
        padding-left:0;
        margin:0;
        list-style-type:none;
        overflow-y:scroll;
        
    }
    .det-chatgr ul.mem-list.hg{
        height:690px;
    }
    .det-chatgr ul.mem-list::-webkit-scrollbar {
      width: 5px;

    }
     
    .det-chatgr ul.mem-list::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px #fff;
      border-radius: 10px;
    }
     
    .det-chatgr ul.mem-list::-webkit-scrollbar-thumb {
      background-color: #fff;
      outline: 1px solid slategrey;
      border-radius: 10px;
    }
    .det-chatgr ul.mem-list li{
        padding:10px 0;
        position: relative;
    }
    .det-chatgr ul.mem-list li:hover{
        background-color:#5e616a;
    }
    .det-chatgr ul.mem-list li img{
        border-radius: 100%;
        margin-left: 20px;
        margin-right: 8px;
        width: 50px;
        height: 50px;
        object-fit: cover;
        object-position: top;
    }
    .det-chatgr ul.mem-list li div{
        display:inline-block;
        vertical-align:top;
        margin-top:12px;
    }
    .det-chatgr ul.mem-list li h2{
        margin:0;
        font-size:14px;
        color:#fff;
        font-weight:normal;
        margin-bottom:5px;
    }
    .det-chatgr ul.mem-list  li h3{
        margin:0;
        font-size:12px;
        color:#7e818a;
        font-weight:normal;
    }

    .det-chatgr .status{
        width:8px;
        height:8px;
        border-radius:50%;
        display:inline-block;
        margin-right:7px;
    }
    .det-chatgr .green{
        background-color:#58b666;
    }
    .det-chatgr .orange{
        background-color:#ff725d;
    }
    .det-chatgr .blue{
        background-color:#6fbced;
        margin-right:0;
        margin-left:7px;
    }

    .det-chatgr .main-top{
        height:130px;
        padding:30px 20px 30px 40px;
    }
    
    .det-chatgr .main-top img:first-child{
        border-radius:50%;
    }
    .det-chatgr .main-top img:last-child{
        width:24px;
        margin-top:8px;
    }
    .det-chatgr .main-top div{
        margin-left:10px;
        margin-right:145px;
    }
    .det-chatgr .main-top h2{
        font-size:16px;
        margin-bottom:5px;
    }
    .det-chatgr .main-top h3{
        font-size:14px;
        font-weight:normal;
        color:#7e818a;
    }

    #chat{
        padding-left:0;
        margin:0;
        list-style-type:none;
        overflow-y:scroll;
        height: 435px;
        border-top:2px solid #fff;
        border-bottom:2px solid #fff;
    }
    #chat::-webkit-scrollbar {
      width: 5px;

    }
     
    #chat::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px #fff;
      border-radius: 10px;
    }
     
    #chat::-webkit-scrollbar-thumb {
      background-color: #000;
      outline: 1px solid slategrey;
      border-radius: 10px;
    }
    #chat li{
        padding:10px 30px;
        position: relative;
    }
    #chat h2,#chat h3{
        display:inline-block;
        font-size:13px;
        font-weight:normal;
        margin: 0 4px;
    }
    #chat h3{
        color:#bbb;
    }
    #chat .entete{
        margin-bottom:5px;
    }
    #chat .message{
        padding: 20px;
        color:#fff;
        line-height:25px;
        max-width:90%;
        text-align:left;
        border-radius:5px;
        display: inline-block;
        width: 90%;
    }
    #chat .message p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        word-wrap: break-word;
    }
     #chat .message  p img {
        width: 100%;
    }

    #chat .me{
        text-align:right;
    }
    #chat .you .message{
        background-color:#58b666;
    }
    #chat .me .message{
        background-color:#6fbced;
    }
    #chat .triangle{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
    }
    #chat .you .triangle{
            border-color: transparent transparent #58b666 transparent;
            margin-left:15px;
    }
    #chat .me .triangle{
            border-color: transparent transparent #6fbced transparent;
            margin-left: 445px;
    }

    .btm-panel{
        height:155px;
        padding:20px 30px 10px 20px;
    }

    .btm-panel button#btnSubmitReply {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 15px;
        z-index: 99;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background-color: #000c59;
        padding: 5px 15px;
        border: none;
        border-radius: 5px;
    }
    .det-chatgr .bg-clr .owner-box {
        background: #000c59;
    }

    .det-chatgr .bg-clr .owner-box ul.mem-list {
        overflow: hidden;
    }

    .det-chatgr .bg-clr .owner-box h4 {
        padding: 20px 0 10px 20px;
    }
    .det-chatgr ul.mem-list li:hover{
        background-color: #ffffff30;    
    }
    .det-chatgr .emo-res {
        position: absolute;
        top: 50px;
        color: #ccc;
        right: 40px;
        left: auto;
    }
    .det-chatgr .emo-res  i {
        font-size: 20px;
        color: #b9b3b3;
    }
    .det-chatgr #chat .me .emo-res{
        left: 40px;
        right: auto;
    }
    .det-chatgr form.commentarea {
        position: relative;
    }
    .det-chatgr .emo-box ul {
        padding: 0;
        margin: 10px 0 0;
    }

    .det-chatgr .emo-box {}

    .det-chatgr .emo-box ul li {
        display: inline-block;
        padding: 0 !important;
        font-size: 13px;
        margin-right: 6px;
    }
    .emo-select-box {
        font-size: 15px;
    }
    .det-chatgr .emo-select-box  ul {
        margin: 10px 0 0;
        display: inline-block;
        background: #fff;
        padding: 4px 20px;
        border-radius: 15px;
        position: absolute;
        top: 0;
        right: 20px;
        left: auto;
        display: none;
        transition: all ease 1s;
        width: 0;
    }
    .det-chatgr .emo-select-box  ul li {
        display: inline-block;
        padding: 0 !important;
        font-size: 14px;
        margin-right: 6px;
    }
    .det-chatgr .emo-select-box  ul.view{
        opacity: 1;
        transition: all ease 1s;
        width: auto;
        display: block;
    }
    .det-chatgr .me .emo-select-box ul {
        right: auto;
        left: 40px;
    }


    .det-chatgr .gif {
        position: absolute;
        z-index: 999;
        bottom: 14px;
        font-size: 15px;
        left: 60px;
        letter-spacing: 2px;
        color: #000;
    }
    .det-chatgr .gif a{
        color: #000;
    }
    .det-chatgr .gif-box{
        position: absolute;background: #f1ecec;bottom: 60px;padding: 15px 10px;border-radius: 36px;z-index: 999;left: 40px;opacity: 0;
        transition: all ease.5s;   z-index: -1;
    }
    .det-chatgr .gif-box.show {
        opacity: 1;
        transition: all ease.5s;
        z-index: 999;
    }
    .det-chatgr .gif-box ul{
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    .det-chatgr .gif-box ul li{
        display: inline-block;
        padding: 0;
        margin: 2px 0;
    }
    .det-chatgr .gif-box ul li img{
        width: 50px;
    }

    
    .subscription_sec h2 {
        margin: 0 0 16px;
        font-size: 45px;
        font-weight: 700;
        color: #2a8dd9;
        font-family: 'EB Garamond', serif;
    }

    .back_cummunity{
    width: 900px;
    margin: 50px auto;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
}



.mem-listing {
    font-size: 15px;
    position: absolute;
    top: -170px;
    background: #000c59;
    color: #fff;
    z-index: 9999;
    border-radius: 10px;
    left: 20px;
    height: 180px;
    overflow-x: auto;
    text-align: left;
}

.mem-listing ul li a {
    color: #fff;
}

.mem-listing ul {
    padding: 0;
    margin: 0;
}

.mem-listing ul li {
    list-style: none;
    margin-bottom: 2px;
    border-bottom: 1px solid #fff;
    padding: 6px 30px 6px 30px;
}
.mem-listing a#close_user_list {
    color: #000c59;
    position: absolute;
    right: 0;
    background: #fff;
    width: 20px;
    height: 20px;
    top: 0px;
    z-index: 99999;
    font-size: 13px;
    text-align: center;
    border-bottom-left-radius: 10px;
}



/* frontend notification */

/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
  }
  /* .timeline:after {
    content: "";
    height: auto;
    width: 1px;
    background: #e3e3e3;
    position: absolute;
    top: 5px;
    left: 30px;
    bottom: 25px;
  } */
  .timeline.timeline-sm:after {
    left: 12px;
  }
  .timeline li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
  }
  /* .timeline li:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e3e3e3;
    position: absolute;
    left: 24px;
    top: 5px;
  } */
  .timeline li .timeline-date {
    display: inline-block;
    width: 100%;
    color: #a6a6a6;
    font-style: italic;
    font-size: 12px;
  }
  .timeline.timeline-icons li {
    padding-top: 7px;
  }
  /* .timeline.timeline-icons li:after {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #e3e3e3;
    left: 14px;
    top: 0;
    z-index: 11;
  } */
  .timeline.timeline-icons li .timeline-icon {
    position: absolute;
    left: 23.5px;
    top: 7px;
    z-index: 12;
  }
  .timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
    top: -1px !important;
  }
  .timeline.timeline-icons.timeline-sm li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
  }
  .timeline.timeline-icons.timeline-sm li:after {
    left: -5px;
  }
  .timeline.timeline-icons.timeline-sm li .timeline-icon {
    left: 4.5px;
  }
  .timeline.timeline-advanced li {
    padding-top: 0;
  }
  .timeline.timeline-advanced li:after {
    background: #fff;
    border: 1px solid #29b6d8;
  }
  .timeline.timeline-advanced li:before {
    content: "";
    width: 52px;
    height: 52px;
    border: 10px solid #fff;
    position: absolute;
    left: 4px;
    top: -10px;
    border-radius: 50%;
    z-index: 12;
  }
  .timeline.timeline-advanced li .timeline-icon {
    color: #29b6d8;
  }
  .timeline.timeline-advanced li .timeline-date {
    width: 75px;
    position: absolute;
    right: 5px;
    top: 3px;
    text-align: right;
  }
  .timeline.timeline-advanced li .timeline-title {
    font-size: 17px;
    margin-bottom: 0;
    padding-top: 5px;
    font-weight: bold;
  }
  .timeline.timeline-advanced li .timeline-subtitle {
    display: inline-block;
    width: 100%;
    color: #a6a6a6;
  }
  .timeline.timeline-advanced li .timeline-content {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 70px;
  }
  .timeline.timeline-advanced li .timeline-content p {
    margin-bottom: 3px;
  }
  .timeline.timeline-advanced li .timeline-content .divider-dashed {
    padding-top: 0px;
    margin-bottom: 7px;
    width: 200px;
  }
  .timeline.timeline-advanced li .timeline-user {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .timeline.timeline-advanced li .timeline-user:before,
  .timeline.timeline-advanced li .timeline-user:after {
    content: " ";
    display: table;
  }
  .timeline.timeline-advanced li .timeline-user:after {
    clear: both;
  }
  .timeline.timeline-advanced li .timeline-user .timeline-avatar {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
  }
  .timeline.timeline-advanced li .timeline-user .timeline-user-name {
    font-weight: bold;
    margin-bottom: 0;
  }
  .timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
    color: #a6a6a6;
    margin-top: -4px;
    margin-bottom: 0;
  }
  .timeline.timeline-advanced li .timeline-link {
    margin-left: 5px;
    display: inline-block;
  }
  .timeline-load-more-btn {
    margin-left: 70px;
  }
  .timeline-load-more-btn i {
    margin-right: 5px;
  }
  .timeline.timeline-icons.timeline-sm li ul{
    padding: 0;
    margin:0;
  }
  .timeline.timeline-icons.timeline-sm li ul li{
    list-style: none;
    display: inline-block;
    padding: 0;
  }
  .timeline.timeline-icons.timeline-sm li ul li a.btn-drop{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #000c59;
    padding: 7px 22px;
  }
  .timeline.timeline-icons.timeline-sm li ul li a.btn-drop.acc{background: green;}
  .timeline.timeline-icons.timeline-sm li ul li a.btn-drop.dec{background: red;}
  
  .timeline.timeline-icons.timeline-sm li p {
    font-size: 13px;
    font-weight: 500;
}
.timeline.timeline-icons.timeline-sm li:last-child{
    border: none;
}
  /* -----------------------------------------
     Dropdown
  ----------------------------------------- */
  .header .dropdown-menu{
      padding:0 0 0 0;
      height: 400px;
      overflow-x: auto;
  }
  .header .dropdown-menu::-webkit-scrollbar {
    width: 7px;
    }

    .header .dropdown-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 30px #000;
    }

    .header .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #fec03a;
        outline: 1px solid #fec03a;
    }
  .header span.dropdown-menu-header {
      background: #f7f9fe;
      font-weight: bold;
      border-bottom: 1px solid #e3e3e3;
  }
  .header .dropdown-menu > li span {
      padding: 10px 20px;
      display: block;
  }
  .header .dropdown {
    display: inline-block;
}
  /* -----------------------------------------
     Badge
  ----------------------------------------- */
  
  .header .badge{
      padding: 3px 5px 2px;
      position: absolute;
      top: -7px;
      right: -12px;
      display: inline-block;
      min-width: 10px;
      font-size: 12px;
      font-weight: bold;
      color: #ffffff;
      line-height: 1;
      vertical-align: baseline;
      white-space: nowrap;
      text-align: center;
      border-radius: 10px;
  }
  .header .badge-danger {
      background-color: #db5565;
  }
  
  
  
  /*buddylist pane*/
  .gchatlisting.buddylist_cbox{
      position: relative;
  }
  .gchatlisting.buddylist_cbox .bud_fav_icon {
    position: absolute;
    right: 30px;
    top: 15px;
}
.gchatlisting.buddylist_cbox  .box .inner {
    text-align: center;
    margin-top: 30px;
}
  .gchatlisting.buddylist_cbox .box .metauser {
    padding-top: 10px;
}


.det-chatgr ul.mem-list.hg div {
    margin: 0;
}
.det-chatgr ul.mem-list a.private_chat_a {
    color: #fff;
    font-size: 10px;
    background: #000c59;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 700;
}
.det-chatgr ul.mem-list a.fav_mem_list {
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 10px;
}


.header .dropdown a.mark_read {
    font-size: 11px;
    float: right;
    padding: 5px 0 0 0;
}

.user_profile_spe .metauser img {
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #000c59;
    padding: 3px;
    width: 100%;
    height: 220px;
}

.user_profile_spe label {
    display: block;
}
.user_profile_spe .gchatlisting h3 {
    margin: 50px 0  30px;
}

#closed-ticket-details td{
    font-size: 14px;
}
#closed-ticket-details td.btn-css {
    display: flex;
}

#closed-ticket-details td.btn-css a.btn.ps-btn {
    display: inline-block;
    padding: 6px;
    font-size: 13px;
    margin-right: 5px;
}
.new_ticket_form select.form-control option {
    text-transform: capitalize;
}


/* 
Chat minimizer */


.chat_minimizer{
    width: 350px;
    position: fixed;
    bottom: 0;
    right: 40px;
    background: #ffffff;
    box-shadow: 0px 0px 16px #00000061;
    z-index: 999;
    height: 34px;
    transition: all ease .5s;
}
.chat_minimizer.active {
    right: 40px;
    height: 454px;
    transition: all ease .5s;
}
.chat_minimizer .head{
    background: #000c59;
    color: #fff;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
    align-items: center;
}
.chat_minimizer .head h5{
    font-size: 10px;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    min-width: 200px;
    max-width: 200px;
}
.chat_minimizer .head ul{
    padding: 0;
    margin: 0;
    text-align: right;
}
.chat_minimizer .head ul li{
    display: inline-block;
    padding-left: 8px;
}
.chat_minimizer .head ul li a{
    color: #fff;
    font-size: 13px;
}
.chat_minimizer .c_box{
    
}
.chat_minimizer .c_box ul{ 
    
}
.chat_minimizer .c_box ul li.chat_li{
    display: inline-block;
    font-size: 1px;
    width: 90%;
}

.chat_minimizer .emo-box ul {
    padding: 0;
    margin: 10px 0 0;
}

.chat_minimizer .emo-box {}

.chat_minimizer .emo-box ul li {
    display: inline-block;
    padding: 0 !important;
    font-size: 13px;
    margin-right: 6px;
}

.chat_mini_li {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 300px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    overflow-x: hidden;
    background: #fff;
}
.chat_mini_li::-webkit-scrollbar {
  width: 5px;

}
 
.chat_mini_li::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fff;
  border-radius: 10px;
}
 
.chat_mini_li::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
.chat_mini_li li{
    padding: 5px 20px;
    position: relative;
}
.chat_mini_li h2,.chat_mini_li h3{
    display:inline-block;
    font-size: 11px;
    font-weight:normal;
    margin: 0 4px;
    color: #000;
}
.chat_mini_li h3{
    color: #000;
}
.chat_mini_li .entete{
    margin-bottom:5px;
}
.chat_mini_li .message{
    padding: 8px;
    color:#fff;
    line-height:25px;
    max-width: 100%;
    text-align:left;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}
.chat_mini_li .message p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    word-wrap: break-word;
}
 .chat_mini_li .message  p img {
    width: 100%;
}

.chat_mini_li .me{
    text-align:right;
    float: right;
}
.chat_mini_li .you .message{
    background-color:#58b666;
}
.chat_mini_li .me .message{
    background-color:#6fbced;
}
.chat_mini_li .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
}
.chat_mini_li .you .triangle{
        border-color: transparent transparent #58b666 transparent;
        margin-left:15px;
}
.chat_mini_li .me .triangle{
        border-color: transparent transparent #6fbced transparent;
        margin-left: 195px;
}


.chat_mini_li .status{
    width:8px;
    height:8px;
    border-radius:50%;
    display:inline-block;
    margin-right:7px;
}
.chat_mini_li .green{
    background-color:#58b666;
}
.chat_mini_li .orange{
    background-color:#ff725d;
}
.chat_mini_li .blue{
    background-color:#6fbced;
    margin-right:0;
    margin-left:7px;
}
.chat_mini_li .emo-res {
    position: absolute;
    top: 50px;
    color: #ccc;
    right: 0;
}
.chat_mini_li .emo-res  i {
    font-size: 14px;
    color: #b9b3b3;
}
.chat_mini_li .me .emo-res{
    left: 0px;
    right: auto;
}

.chat_mini_li .emo-select-box {
    font-size: 15px;
}
.chat_mini_li .emo-select-box  ul {
    margin: 10px 0 0;
    display: none;
    background: #000c59f0;
    padding: 2px 10px;
    border-radius: 15px;
    position: absolute;
    top: 10px;
    right: 20px;
    left: auto;
    transition: all ease 1s;
    width: 0;
}
.chat_mini_li .emo-select-box  ul li {
    display: inline-block;
    padding: 0 !important;
    font-size: 13px;
    margin-right: 6px;
}
.chat_mini_li .emo-select-box  ul.view{
    opacity: 1;
    transition: all ease 1s;
    width: auto;
    display: block;
}
.chat_mini_li .me .emo-select-box ul {
    right: auto;
    left: 10px;
}

.chat_minimizer.miniz_1 {
    right: 40px;
}
.chat_minimizer.miniz_2 {
    right: 400px;
}

.chat_minimizer.miniz_3 {
    right: 760px;
}

.chat_minimizer .btm-panel {
    height: auto;
    padding: 20px 0px 0px 0px;
    position: relative;
}

.chat_minimizer .btm-panel .gif {
    position: absolute;
    z-index: 999;
    bottom: 14px;
    font-size: 13px;
    left: 50px;
    letter-spacing: 2px;
    color: #000;
}
.chat_minimizer .btm-panel .gif a{
    color: #000;
}
.chat_minimizer .btm-panel .gif-box{
    position: absolute;
    background: #f1ecec;
    bottom: 40px;
    padding: 5px;
    border-radius: 36px;
    z-index: 999;
    left: 20px;
    opacity: 0;
    transition: all ease.5s;
    z-index: -1;
}
.chat_minimizer .btm-panel .gif-box.show {
    opacity: 1;
    transition: all ease.5s;
    z-index: 999;
}
.chat_minimizer .btm-panel .gif-box ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}
.chat_minimizer .btm-panel .gif-box ul li{
    display: inline-block;
    padding: 0;
    margin: 2px 0;
}
.chat_minimizer .btm-panel .gif-box ul li img{
    width: 28px;
}

.chat_minimizer .btm-panel .tox.tox-tinymce.tox-tinymce--toolbar-bottom {
    height: 100px !important;
}

.chat_minimizer .btm-panel .tox-tinymce {
    border-radius: 0;
}

.chat_minimizer .btm-panel button#btnSubmitReply,
.chat_minimizer .btm-panel .btnSubmitReply {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px !important;
    z-index: 9;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #000c59;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.det-chatgr .main-top .miniz_btn_active {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 30px;
}
.det-chatgr .main-top .miniz_btn_active a{font-size: 12px;background: #2a8dd9;color: #fff;padding: 4px 20px;border-radius: 30px;font-weight: 500;}
.det-chatgr .main-top .miniz_btn_active i {
    color: #fff;
    font-size: 12px;
    padding-right: 7px;
}

.chat_minimizer .head h5 span.new_msg_counts {
    background: #fff;
    min-width: 28px;
    display: inline-block;
    color: #000c59;
    font-size: 10px;
    padding: 4px;
    border-radius: 13px;
    text-align: center;
    font-weight: 700;
    margin-right: 5px;
}
.gchatlisting.buddylist_cbox .miniz_btn_active {
    position: absolute;
    right: 10px;
    top: 10px;
}

.gchatlisting.buddylist_cbox  .miniz_btn_active a {
    float: none;
    font-size: 10px;
    background: #2a8dd9;
    color: #fff;
    padding: 4px 20px;
    border-radius: 30px;
    font-weight: 500;
}

.gchatlisting .miniz_btn_active {
    position: absolute;
    right: 10px;
    top: 10px;
}

.gchatlisting  .miniz_btn_active a {
    float: none;
    font-size: 10px;
    background: #2a8dd9;
    color: #fff;
    padding: 4px 20px;
    border-radius: 30px;
    font-weight: 500;
}