@import "animate.css";
@import "magnific-popup.css";
@import "custom-scrollbar.css";
@import "dropzone.css";
@import "slick/slick.css";
@import "slick/slick-theme.css";

/*@import "font-aweosome.css";*/


/*
    ---------------------------------------------------------
        FONT  | font-family: 'Roboto', sans-serif;
    ---------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


.log_textarea{
    display: block;
    border: 2px solid #00BCD4;
    background: #fff;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #999;
    padding: 15px;
}
.log_textarea > *{
    display: block;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
/*
    ---------------------------------------------------------
        GENERAL
    ---------------------------------------------------------
*/

*{
    outline: none;
    text-decoration: none;
    margin: 0;
}

html, body {
    height: 100%;
    position: relative;
}

body.homepage,
body.homepage p,
body.homepage h1,
body.homepage h2,
body.homepage h3,
body.homepage h4{
    font-family: 'Encode Sans', sans-serif;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: 0;
}
.page-wrap:after {
    content: "";
    display: block;
}

body{
    line-height: 1em;
    font-size: 16px;
    color: #111;
    background: #EEEEEE;
    overflow-x: hidden;
}

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

.mt5{margin-top:5px!important}
.mt10{margin-top:10px!important}
.mt15{margin-top:15px!important}
.mt20{margin-top:20px!important}
.mt25{margin-top:25px!important}
.mt30{margin-top:30px !important}
.mt35{margin-top:35px!important}
.mt40{margin-top:40px!important}
.mt45{margin-top:45px!important}
.mt50{margin-top:50px!important}
.mt55{margin-top:55px!important}
.mt60{margin-top:60px!important}
.mt65{margin-top:65px!important}
.mt70{margin-top:70px!important}
.mt75{margin-top:75px!important}
.mt80{margin-top:80px!important}
.mt85{margin-top:85px!important}
.mt90{margin-top:90px !important}

.mb0{margin-bottom:0!important}
.mb5{margin-bottom:5px!important}
.mb10{margin-bottom:10px!important}
.mb15{margin-bottom:15px!important}
.mb20{margin-bottom:20px!important}
.mb25{margin-bottom:25px!important}
.mb30{margin-bottom:30px!important}
.mb35{margin-bottom:35px!important}
.mb40{margin-bottom:40px!important}
.mb45{margin-bottom:45px!important}
.mb50{margin-bottom:50px!important}
.mb55{margin-bottom:55px!important}
.mb60{margin-bottom:60px!important}
.mb65{margin-bottom:65px!important}
.mb70{margin-bottom:70px!important}
.mb75{margin-bottom:75px!important}
.mb80{margin-bottom:80px!important}
.mb85{margin-bottom:85px!important}
.mb90{margin-bottom:90px!important}

.pd5{padding: 5px!important}
.pd10{padding: 10px!important}
.pd15{padding: 15px!important}
.pd20{padding: 20px!important}
.pd25{padding: 25px!important}
.pd30{padding: 30px!important}
.pd35{padding: 35px!important}
.pd40{padding: 40px!important}
.pd45{padding: 45px!important}
.pd50{padding: 50px!important}
.pd55{padding: 55px!important}
.pd60{padding: 60px!important}
.pd65{padding: 65px!important}
.pd70{padding: 70px!important}
.pd75{padding: 75px!important}
.pd80{padding: 80px!important}
.pd85{padding: 85px!important}
.pd90{padding: 90px!important}
.pd95{padding: 95px!important}
.pd100{padding: 100px!important}

.padding_remove{
    padding: 0!important;
}

.float_none{
    float: none !important
}

.width-1-1{
    width: 100%!important;
}

.margin-remmove{margin: 0!important;}
.margin-remmove-top{margin-top: 0!important;}
.margin-remmove-right{margin-right: 0!important;}
.margin-remmove-bottom{margin-bottom: 0!important;}
.margin-remmove-left{margin-left: 0!important;}

.noscroll{
    overflow: hidden;
}

img{
    max-width: 100%;
}

.blue_bg{
    background: #2196F3;
}

select{
    font-size: 18px;
    height: 36px;
    outline: none;
    border: 3px solid #00BCD4;
    color: #111;
}
select.large{
    height: 54px;
}

select:disabled{
    border-color: #eee!important;
}

select option:disabled{
    background: #eee!important;
    color: #ccc;
}

.tabs .tab a{
    color: #00BCD4;
}
.tabs .indicator{
    background: #00BCD4;
}
.tabs .tab a:hover{
    color: #222;
}

.js_remove_tr{}

.box.gray{
    background: #ececec;
}

table.dark, table.dark th, table.dark td{
    background-color: transparent!important;
    border-color: #384A53!important;
}
table.highlight.dark>tbody>tr, table.bordered.dark>thead>tr, table.bordered.dark>tbody>tr{
    background-color: transparent!important;
    border-color: #384A53!important;
}

.card.darken-4.lesson .card-title{
    display: block;
}

.card.darken-4.lesson .card-title {
    border-bottom: 1px solid #384A53;
    margin-bottom: 15px;
}

/*
    ---------------------------------------------------------
        CONTENT
    ---------------------------------------------------------
*/

header{
    background: #fff;
}

nav{
    overflow: hidden;
    height: 64px;
}

nav a{
    color: #039be5;
}

nav a.msg_link{
    color: red;
    position: relative;
}
nav a.msg_link span{
    position: absolute;
    top: 4px;
    right: 0;
    color: #000;
    background: #00BCD4;
    width: 30px;
    height: 30px;
    line-height: 2em;
    border-radius: 100%;
    font-weight: bold;
    text-align: center;
}

nav .logo{
    text-transform: uppercase;
    font-size: 40px;
    line-height: inherit;
    padding: 20px 0;
    font-weight: bold;
    color: #00BCD4;
    text-shadow: none;
}

.badge{
    display: inline-block;
    padding: 8px 12px;
    background: #222;
    border-radius: 5px;
    color: #fff;
}

.logo_box .logo{
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1em;
    padding: 20px 0;
    font-weight: bold;
    color: #00BCD4;
    text-shadow: none;
}

.card-panel:not(.active){
    display: none;
}

nav .burger{
    color: #333;
    display: inline-block;
    float: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

nav .burger i{
    font-size: 40px;
}

nav .burger:hover{
    color: #00BCD4;
}

nav ul a{
    color: #525c65;
}

nav ul li.active a,
nav ul li:hover a{
    background: #f8f8f8;
    color: #000;
}

.index_login{
    min-height: 500px;
}

.content_text{
    font-size: 16px;
    color: #111;
    line-height: 1.4em;
}

.login_form{
    padding: 40px;
    border-radius: 5px;
}
.login_form.gray{
    background: #E6E6E6;
}

.register_form{
    max-width: 450px;
    margin: 0 auto;
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.white-popup{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    max-width: 1000px;
    margin: 60px auto;
}
.dark-popup{
    background: #282E3A;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    max-width: 600px;
    margin: 60px auto;
}
.dark-popup *{
    color: #fff;
}

.dark-popup h4{
    line-height: 1.6;
    font-size: 30px;
    font-weight: normal;
}

.white-popup.medium{
    max-width: 450px;
}
.white-popup.large{
    max-width: 850px;
}
.white-popup.login{
    max-width: 450px;
}

.white-popup .login_form{
    padding: 0!important;
}
.mfp-content{
    padding: 0 30px;
}

.collection-item .badge.blue{
    color: #fff;
}

.fixed-action-btn{
    bottom: 85px;
    left: 20px;
    right: unset;
}
.fixed-action-btn a{
    overflow: visible!important;
}
.fixed-action-btn span{
    position: absolute;
    top: -10px;
    right: -8px;
    color: #000;
    background: #00BCD4;
    width: 30px;
    height: 30px;
    line-height: 2em;
    border-radius: 100%;
    font-weight: bold;
}

.box{
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 3px 4px #ddd;
}
.box.large{
    padding: 30px;
}
.chartbox{
    width: 100%;
    height: 400px;
}

.messages_placeholder{
    position: absolute;
    z-index: 2;
    top: 64px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 300px 0;
    background: #333E50 url("../images/august/pat1.png");
    color: #222;
    overflow-y: auto;
}

.input_message{
    position: fixed;
    z-index: 3;
    bottom:0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: rgba(0,0,0, .2) 0 0 3px 4px;
    -moz-box-shadow: rgba(0,0,0, .2) 0 0 3px 4px;
    box-shadow: rgba(0,0,0, .2) 0 0 3px 4px;
}

.input_message .do_action > button{
    margin-top: 20px;
}

.file_label{
    cursor: pointer;
}

.messages_placeholder .item{
    display: block;
    overflow: hidden;
    padding: 15px 25px;
    max-width: 700px;
    margin: 0 auto;
    background: rgba(0,0,0, .2);
}
.messages_placeholder .item .content{
    margin: 0;
    text-align: left;
    font-size: 16px;
    background: #F1F0F0;
    display: inline-block;
    padding: 20px;
    border-radius: 0 15px 15px 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-width: 90%;
    line-height: 1.4em;
}

.messages_placeholder .item .content a{
    color: #000;
    text-decoration: underline;
}

.messages_placeholder .item .content ul,
.messages_placeholder .item .content ol,
.messages_placeholder .item .content iframe{
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
}

.messages_placeholder .item .content ul,
.messages_placeholder .item .content ol{
    padding-left: 30px;
}
.messages_placeholder .item .content ul li{
    list-style: disc;
}
.messages_placeholder .item .content .username{
    display: block;
    padding: 0 0 15px 0;
    font-size: 12px;
    line-height: 1em;
}

.messages_placeholder .item.out{
    text-align: right;
}
.messages_placeholder .item.out .content{
    background: #4080FF;
    border-radius: 15px 0 15px 15px;
    color: #fff;
}
.messages_placeholder .item.empty{
    padding: 20px;
    margin: 0 auto;
}





footer.page-footer {
    background-color: #E7E7E7;
    color: #333;
    margin-top: 0;
    height: 214px;
}

footer.page-footer a{
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
}

footer.page-footer a:not(:last-child)::after{
    content: " ";
    position: absolute;
    top:0;
    left: 100%;
    width: 1px;
    height: 100%;
    background: #D8D8D8;
}

footer.page-footer a.logo{
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1;
    padding: 20px 0;
    font-weight: bold;
    color: #666;
    text-shadow: rgba(0,0,0, .4) 1px 2px 1px;
}

table.notes{
    border: 1px solid #000;
}
table.notes td{
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 4px 6px;
    font-size: 14px;
    text-align: right;
}
table.notes tr:first-child > td{
    text-transform: uppercase!important;
    font-weight: 700;
}

table.notes td{
    user-select: none;
    cursor: pointer;
}

.radio_label{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px!important;
    height: 18px!important;
    margin-top: 15px
}
.radio_label.bad{
    color: red;
}
.radio_label.good{
    color: yellow;
}
.radio_label.excelent{
    color: green;
}
.radio_label:not(:last-child){
    margin-right: 15px
}

.radio_fild{
    display: none;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after{
    border: 0!important;
}
.radio_fild.bad:not(:checked)+label:before, 
.radio_fild.bad:not(:checked)+label:after,
.radio_fild.bad:checked+label:before{
    border: 2px solid #F44336!important;
}
.radio_fild.bad:checked+label:after, .radio_fild.bad.with-gap:checked+label:after{
    background: #F44336;
}

.radio_fild.good:not(:checked)+label:before, 
.radio_fild.good:not(:checked)+label:after,
.radio_fild.good:checked+label:before{
    border: 2px solid yellow!important;
}
.radio_fild.good:checked+label:after, .radio_fild.good.with-gap:checked+label:after{
    background: yellow;
}

.radio_fild.excelent:not(:checked)+label:before, 
.radio_fild.excelent:not(:checked)+label:after,
.radio_fild.excelent:checked+label:before{
    border: 2px solid #26A69A!important;
}
.radio_fild.excelent:checked+label:after, .radio_fild.excelent.with-gap:checked+label:after{
    background: #26A69A;
}

.container{
    width: 95%!important;
}

.date_label{
    display: block;
    padding: 4px;
    border-radius: 2px;
    background: #fff;
}

.datepicker{
    margin-bottom: 0!important;
}

.gradient{
    background: #514A9D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(135deg, #24C6DC, #514A9D); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(135deg, #24C6DC, #514A9D); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(135deg, #24C6DC, #514A9D); /* For Firefox 3.6 to 15 */
    background: linear-gradient(135deg, #24C6DC, #514A9D); /* Standard syntax (must be last) */
    box-shadow: 0 20px 27px rgba(0, 0, 0, 0.05);
}

.c_titl{
    width: 150px;
    height: 150px;
    background: #514A9D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(135deg, #24C6DC, #514A9D); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(135deg, #24C6DC, #514A9D); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(135deg, #24C6DC, #514A9D); /* For Firefox 3.6 to 15 */
    background: linear-gradient(135deg, #24C6DC, #514A9D); /* Standard syntax (must be last) */
    box-shadow: 0 20px 27px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.26316;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(500px);
    transform: perspective(500px);
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    padding: 5px;
}

.main_profile .image{
    background: url("../images/profile/bg-profile.jpg") center 100% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 400px;
    padding: 40px 0;
}


form.light input[type=text],
form.light input[type=email],
form.light input[type=password],
form.light input[type=number],
form.light select,
form.light textarea{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
    font-weight: 400;
    font-size: 15px;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    outline: none;
}
form.light input:disabled{
    background: #eee;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: not-allowed;
}

form.light::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fcfcfc;
}
form.light::-moz-placeholder { /* Firefox 19+ */
    color: #fcfcfc;
}
form.light:-ms-input-placeholder { /* IE 10+ */
    color: #fcfcfc;
}
form.light:-moz-placeholder { /* Firefox 18- */
    color: #fcfcfc;
}

form.light .mini{
    max-width: 650px;
    margin: 30px auto;
    overflow: hidden;
}
form.light{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
form.light h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
form.light label{
    display: block;
    margin-bottom: 30px;
}
form.light small{
    font-size: 13px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #fff;
}
form.light a{
    color: #f96332;
    font-weight: 500;
}

form label.upload_image{
    cursor: pointer;
}
.main_profile .image label.upload_image {
    padding: 0;
    text-align: center;
}
.main_profile .image label.upload_image span.text{
    display: block;
    color: #fff;
    padding-top: 10px;
}
.main_profile .image label.upload_image span.current{
    display: block;
    width: 126px;
    height: 126px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.main_profile .image label.upload_image span.current::before{
    content: "+";
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    line-height: 126px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: rgba(0,0,0, 0.5);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.main_profile .image label.upload_image span.current:hover:before{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.main_profile .image label.upload_image img.user{
    border-radius: 100%;
    display: inline-block;
    height: 126px;
}

.btn{
    color: #fff!important;
    text-decoration: none!important;
}

.btn.rounded{
    border-radius: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.whitebox{
    background: #fff;
    padding: 30px;
    border: 1px solid #ededed;
    border-radius: 3px;
}
.whitebox h3{
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.3em;
    padding: 0;
    margin: 0 0 25px 0;
}
.whitebox h4{
    font-size: 24px;
    text-transform: none;
}


hr{
    display: block;
    border: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    border-bottom: 1px solid #ddd;
}

.uploaded_files .short{
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.nomargin{
    margin: 0!important;
}

.fw{
    width: 100%!important;
}

.tap{
    display: inline-block;
    padding: 12px 35px;
    background: #4080FF;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    border: 0;
    overflow: hidden;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tap i{
    font-size: 15px;
}
.tap:hover{
    opacity: .85;
}
.tap.green{
    background: #88BE4C;
}
.tap.red{
    background: #FA3E3E;
}

.toast{
    background: #88BE4C;
    color: #fff;
}

.do_action button{
    margin-top: 30px;
}

.wrap{
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.wrap.large{
    padding: 90px 0;
}

.wrap.home1{
    min-height: 450px;
    background: #333 url("../images/august/bg1.jpg") 50% 0 no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative;
}
.wrap.home1::before{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,166,211, .3);
    #background: rgba(166,96,223, .3);
}

.wrap.home1 .container{
    position: relative;
    z-index: 3;
}

.wrap .head{
    position: relative;
    padding: 0;
    text-align: center;
}
.wrap .head h2{
    padding: 0;
    margin: 0 0 50px 0;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
    font-weight: 300;
}

.wrap .head h2 > span,
.wrap b,
.wrap strong{
    color: #02b3e4;
    text-decoration: none;
}

.wrap a{
    color: #02b3e4;
    text-decoration: underline;
}

.wrap p{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.8;
}

.wrap.home2{
    background: url("../images/august/bg4.jpg") center top no-repeat;
    background-size: cover;
}

.wrap img.round{
    border-radius: 100%;
    width: 180px;
    margin: 0 auto;
    display: table;
}

.slick_carousel .item{
    position: relative;
    padding: 0 15px;
}

.slick-dots{
    bottom: -50px;
}

.icon_boxes{
    position: relative;
}
.icon_boxes .item {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}
.icon_boxes .item h4{
    display: table;
    margin: 15px auto 20px auto;
    padding: 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #FF8200;
    position: relative;
}

strong{
    font-weight: 700;
}

.white_wrap,
.white_wrap h4,
.white_wrap p{
    color: #fff;
}

.white_wrap ol{
    padding-left: 30px;
    text-align: left;
    list-style: decimal;
}
.white_wrap ol > li{
    padding: 0 0 10px 0;
    list-style: decimal;
}

.color_section .green{
    background: #01C3A6!important;
}

.color_section .blue{
    background: #00B5D9!important;
}



.white_wrap {
    font-size: 17px;
    text-align: center;
    position: relative;
    line-height: 1.6;
    padding: 0 40px 60px 40px;
}

.white_wrap h4{
    font-size: 32px;
    padding: 0;
    margin: 50px 0;
    position: relative;
}
.white_wrap h4::before{
    content: " ";
    position: absolute;
    bottom: -20px;
    width: 20%;
    left: 50%;
    height: 4px;
    background: rgba(0,0,0, .2);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.white_wrap p{
    margin: 15px 0;
}

.white_wrap .number{
    border: 5px solid #eee;
    background: #fff;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    display: table;
    margin: -40px auto 0 auto;
    font-size: 28px;
    color: #444;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 1px 3px 2px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 1px 3px 2px;
    box-shadow: rgba(0, 0, 0, .2) 1px 3px 2px;
}
.white_wrap .number > *{
    display: table-cell;
    vertical-align: middle;
}


.white_wrap .icon{
    display: table;
    margin: 40px auto;
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 0;
    overflow: hidden;
    border-radius: 100%;
    background: rgba(0,0,0, .3);
    line-height: 1;
    border: 8px solid rgba(255,255,255, 1);;
}

.white_wrap .icon > *{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.white_wrap .icon > div span{
    padding: 0;
    margin: 0;
    font-size: 50px;
}

.white_wrap .btn{
    background: rgba(255,255,255, .7);
    color: #000!important;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    border-radius: 30px;
    text-decoration: none;
    padding: 0 45px;
}







/*
    ---------------------------------------------------------
        MEDIA QUERIES
    ---------------------------------------------------------
*/

@media (max-width: 1190px) {
    .file_preview{
        overflow-y: auto;
        height: auto;
        display: block;
        max-width: 700px;
        margin: 15px auto;
        background: #fff;
        position: relative;
        z-index: 1;
        top: unset;
        right: unset;
        border-top: 0;
    }
}

@media (max-width: 992px) {
    .color_section .white_wrap{
        padding-bottom: 70px;
    }
}
@media (max-width: 768px) {
    .send_user_message .col{
        width: 100%!important;
    }
    .do_action button{
        margin-top: 0;
        display: block;
        padding: 0 10px;
        width: 100%;
        line-height: 40px;
    }
    .do_action button i{
        display: none;
    }
}

@media (max-width: 600px) {
    .input_message .do_action{
        padding: 0;
        margin: 0;
    }
    .input_message .do_action > button{
        margin: 0;
        width: 100%;
    }
    .messages_placeholder{
        padding-bottom: 450px;
    }
    .width-small-1-1{
        width: 100%!important;
    }
    h3{
        font-size: 26px;
    }
}