/* 
    Created on : Feb 17, 2016, 12:57:00 PM
    Author     : Farshid
    */


@font-face {
    font-family: Estedad;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/estedad/Estedad-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Estedad;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/estedad/Estedad-Medium.woff2') format('woff2');
}

@font-face {
    font-family: Estedad;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/estedad/Estedad-Light.woff2') format('woff2');

}

@font-face {
    font-family: Estedad;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/estedad/Estedad-ExtraLight.woff2') format('woff2')
}

@font-face {
    font-family: Estedad;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/estedad/Estedad-Thin.woff2') format('woff2')
}


:root {
    --body: #f6f5f4;
    --link_hover: #f80016;
    --link: #424750;
    --balck1: #424750;
    --title: #6b7074;
    --green1: #36906C;
    --green2: #338665;
    --red: #f80016;
    --blue: #4798f0
  }
body{
    background-color: var(--body);   
    font-family: Estedad, sans-serif;
    overflow-x: hidden;  
    scroll-behavior: smooth;
}
.full-menu .fa-ellipsis-v{
    color: #000;
}
.min-w-150{
    min-width: 150px;
}

.flex-1{flex: 1}
.dropdown-menu {
    padding: 0px 0px !important;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 34%);
}
  
.dropdown-menu > li > a {
    padding: 10px 15px !important;
}
header .logo img{
    height: 75px;
}
.dropdown-menu-left{
    right: auto;
    /* right: 0; */
    left: 0;
    float: left;
    text-align: right;
}
.pr-0{
   padding-right: 0 !important; 
}

.animate, input ,label , .toggle , .post-item, .top-post , :hover , h5, .table{
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

.dropdown-menu {
    padding: 0px 0px !important;
}
.dropdown-menu li{
    padding: 0px 7px;
}
.dropdown-menu li a{
    border-bottom: 1px solid #e5e5e5;
}
.dropdown-menu li a:last-child{
    /* border-bottom: none; */
}

.login-icon{
    top: 2px;
    position: relative;
}
.w-100{
    width:100%;
}
.w-50{
    width:50%;
}
.select2-container--krajee[dir="rtl"] .select2-selection--single {
    padding-left: 24px;
    padding-right: 12px;
    border-color: #DCDCDC !important;
    box-shadow: none !important;
    height: 38px;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    height: 36px;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-results__option{
    font-weight: 200;
    font-size: 14px;
}
.ng-move,
.ng-enter,
.ng-leave {
    -webkit-transition:all linear 0.1s;
    transition:all linear 0.1s;
}
.ng-leave.ng-leave-active,
.ng-move,
.ng-enter {
    opacity:0;
    -webkit-transition:all linear 0.1s;
    transition:all linear 0.1s;
}
.ng-leave,
.ng-move.ng-move-active,
.ng-enter.ng-enter-active {
    opacity:1;
    -webkit-transition:all linear 0.1s;
    transition:all linear 0.1s;
}

.mh800{
    min-height: 800px;
}
.w100{
    width: 100%;
}
.vertical-center{
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
}
.price-box{
    /* background: #eee; */
    /* box-shadow: 0px 0px 3px #0003; */
}
.prl0{
    padding-left: 0;
    padding-right: 0;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.m0{
    margin: 0 !important;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 50%);
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.rounded{
    border-radius: 5px;
}
.pr2{
    padding-right: 2px !important;
}
.pl2{
    padding-left: 2px !important;
}
.fs12{
    font-size: 12px;
}
.p10{
    padding: 10px;
}
.tooltip{
    font-family: 'Poppins', sans-serif !important;
}
.font-tahoma{
    font-family: tahoma;
}
.tools-footer{
    padding-right: 50px;
}

.under-header{
   padding-top: 100px;
}
a{
    text-decoration: none;
}
.field-loginform-password .form-text.text-muted{
    text-align: end;
}
.underline{
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.twit-panel .alert{
    padding: 5px !important;
    border-radius: 20px;
    margin-right: 5px;
    font-size: 14px;
}

.mt150{
    margin-top: 150px;
}
.mainpageHeader .header-menu-box li a{
    /* color: #41a87c; */
    color: #000;
    padding: 30px 10px;
    border-bottom: 3px solid #fff;
}

.mainpageHeader .header-menu-box li a:hover{
    color: var(--link_hover);
    background-color: transparent;
    border-bottom: 3px solid var(--link_hover);
}

.logo-con{
    padding: 10px;
    padding-right: 0;
    display: inline-block;
}
.mainpageHeader .side-menu-btn{
    color: #000;
}

.mainpageHeader .menu-icon-con {
    padding: 18px 8px;
    display: inline-block;  
}

.l-main .nav-side-menu{
    top: 64px !important;
}

.header-member-info:hover{
    color: var(--link_hover) !important;
}

.header-button{
    color: #616161;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 8px;
    border: 1px solid #e0e0e2;
}

.header-button:hover{
    /* background: #00000047; */
    color: var(--link_hover);
    border-color: var(--link_hover);
}
.relative{
    position: relative;
}

.header-user-badge{
    position: absolute;
    right: -8px;
    top: -8px;
    background: #ff3c46;
    padding: 4px 6px;
    font-size: 10px !important;
    box-shadow: 0px 1px 5px 0px #00000063;
    font-size: 12px;
    border-radius: 50px;
    font-family: cursive;
}

.header-menu-box .menu-item:hover{
    background: rgba(0, 0, 0, .1);
    color: #fff;
    border-radius: 2px
}
.menu-icon-con{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 101;
    width: 0;
    height: 0;
}

header .fixed-top{
    height: 90px;
}
.header label {
    padding: 0 5px;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
    line-height: 30px;
}
.header-member-info{
    padding: 4px;
    position: relative;
    /* margin-left: 5px; */
}
.header-member-info img{
    border-radius: 50%;
}
.border {
    border: 4px solid #b4b4b4;
}
.header .logo{
    z-index: 2;
    height: 62px;
}
@media (max-width:992px){
    .header .logo{
        z-index: 2;
        height: 40px;
    }
}
.header .logo-td{
    width: 100px;
}
.header .logo-td h1{
    margin: 0 !important;
}


.post-item-small h5{
    font-weight: 300;
    color: #000;
    min-height: 54px;
}
.post-lengh{
    line-height: 20px;
    color:#929292;
}
.fcrop-switch{
    border: 1px solid #ccc;
    min-width: 120px;
    height: 26px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    text-align:center;
}
.post-item .footer{
    background-color: transparent;
    font-size: 14px;
}

.swiper-container{
    border-radius: 3px;
}
.post-item h5{
    /* padding-top: 5px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    min-height: 60px;
    line-height: 26px !important; */
}
.post-item h5:hover{
    /* color: #4285f4; */
}
.tt-menu .tt-suggestion{
    cursor: pointer;
}
.tt-dataset h3  {
    padding: 5px 10px;
    margin-top: 0;
    font-size: 16px !important;
    background: #f6f7f9;
    border-bottom: 1px solid #e9eaed;
    border-top: 1px solid #e9eaed;
    line-height: 20px;
}
.post-item .date , .post-item-small .post-info , .post-detail .post-info{
    font-size: 11px;
    font-weight: 300;
    color: #525252;
}
.post-item .category{
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    display: none;
    background: linear-gradient(to bottom,#0000006e,transparent);
}
.r-10{
    border-radius: 10px;
}
.mr10{
    margin-right: 10px;
}
.tt-menu{
    padding: 0 !important;
    border-radius: 2px !important;
}
.panel{
    /* border: 1px solid #e6e6e6; */
    border-radius: 3px;
    background-color: #fff;
    
    margin-bottom: 20px;
}
.round-5{
    border-radius: 5px;
}
.panel-x{
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.panel-heading{
    background-color: #f6f7f9 !important;
    border-bottom: 1px solid #dddfe2;
    padding: 6px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    font-weight: 500;
}
.panel-footer{
    border-radius: 0 0 3px 3px !important;
    border-top: 1px solid #dddfe2 !important;
    background-color: #f6f7f9 !important;
}
.btn-send{
    background-color: #529ecc;
    border-color: #529ecc;
    border-radius: 2px;
    color:#fff;
    padding: 3px 16px;
}
.popular-topic h3{
    font-size: 14px !important;
}
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label{
    padding: 3px 6px !important;
    border-radius: 0px !important
}
.btn-send:focus{
    color:#fff;
}
.btn-send:hover{
    color:#fff;
    background-color: #4191c1;
    border-color: #529ecc;
}
.twit-panel .member-img{
    float: right;
    position: absolute;
    width: 48px;
    width: 48px;
    border-radius: 50%;
}
.twit-panel .panel-body{
    padding-bottom: 8px !important;
}
.twit-panel{
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s
}
.comment-footer span{
    font-size: 11px;
    color: #395b9e;
}
.comment-footer .time-ago{
    color: #90949c;
    font-size: 11px;
}
.comment-details .comment-text{
    font-family:'Poppins', sans-serif;
    font-size: 12px;
}
.name-family{
    color: #327333;
}
.comment-text-box ,  comment-text-box:active{
    font-size: 13px;
    font-family:'Poppins', sans-serif;
    width: 100%;
    padding-right: 50px;
    border: none !important;
    outline: none;
    padding-top: 0;
    resize: none;
    height: auto;
    overflow:hidden;
}
.comment{
    display: table-cell;
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 15px;
    padding: 0 8px;
}
.twit-options{
    font-size: 14px; 
}
.twit-options .dropdown-menu {
    font-size: 12px;
    right: auto;
    left: 8px;
    float: left;
    text-align: right;
    border-radius: 2px;
}
.text-input:focus , .comment-text-box:focus{
    outline: none;

}
.tool-box{
    padding: 0px 14px 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.tool-box .item{
    padding: 1px 10px;
    border-radius: 20px;
    background-color: #f6f7f9;
    font-size: 12px;
}
.tool-box .item:hover{
    background-color: #e9ebee;
}
.lnk{
    cursor: pointer;
}
.loading{
    padding: 6px;
}
.animate-enter {
    -webkit-transition: 1s linear all; /* Chrome */
    transition: 1s linear all;
    opacity: 0;
}

.animate-enter.animate-enter-active {
    opacity: 1;
}
.twit-header .user{
    padding:2px;
    border-radius: 2px;
    border-radius: 50%;
}
.twit-header .info{
    line-height: 20px;
}

.twitter-typeahead .live-search-loadin-left.loading {
    background: transparent url('../img/loading.gif') no-repeat scroll left center content-box !important;
}


.twit-header{
    padding: 10px;
    border-bottom: 1px solid #efefef;
}
.twit-options-title{
    font-size: 20px;
    color: #8a8a8a;
    padding: 10px;
    line-height: 34px;
}
.twit-options-title:focus{
    text-decoration: none;
}

.float-none{
    float: none;
}

.header-search .typeahead-form-control{
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    height: 36px !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #404040;
    background-color: #00744e !important;   
    background-image: none;
    border: 0;
    border-radius: 3px;
}  
.header-search .typeahead-form-control:focus {
    background-color: #fff !important;
    color: #404040;
    box-shadow: none;
    border: none;
    outline: none;
}
.header-search .typeahead-form-control::placeholder {
    color: #ddd;
}
.field-member-rules{
    direction: ltr;
    text-align: right;  
}
.stock-list .item{
    padding: 3px 10px;
    margin: 4px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    color: #00744e;
    font-size: 14px;
}
.stock-list .item:hover{
    background: #67a994;
    color: #ffffff;
}
.stock-list .group-title{
    padding: 5px;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #00744e;
    font-size: 18px;
}
.header-search{ 
    position: relative;
    display: table; 
}
.pt10{
    padding-top: 10px;
}
.typeahead-form-control.tt-hint:active{
    background-color: #fff !important;
}

.top-menu-background-color{
    background-color: rgba(255, 255, 255, 0.9) !important; 
    border-bottom: 1px solid #b3b3b3;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.min_page{
    min-height: 600px;
}
.header .logo h1{
    font-size: 22px;
    margin:0;
    padding-bottom: 8px;
    font-weight: bold;  
    padding-top: 8px;
}
.top_panel .dropdown-menu{

}
@media(max-width:1200px){
    .header .logo h1{
        font-size: 20px;
    }
}
.header .logo p{
    font-size: 14px;
    line-height: 0.4;
    color: #222222;
    font-weight: 400;
    text-align: right;
    margin-right: 32px;
}
.nav-pills > li > a {
    border-radius: 0 !important;
}
@media (min-width: 768px){
    .navbar-nav > li > a {
    }
}
.main_menu > li > a:active{
    color: #cf3b19  !important;
    transition: all 0.3s ease;
    background: transparent !important;
}
.main_menu > li > a:hover{
    color: #efefef  !important;
    transition: all 0.3s ease;
    background: transparent !important;
}
.dropdown-menu > li:hover, .dropdown-menu > li > a:focus {
    color: var(--balck1) !important;
    background-color: #f5f5f5;
}
.dropdown-menu .li-icon{
    width: 20px;
    text-align: center;
    display: inline-block;
}
.l-main{

}
.main_menu{
    padding-right: 70px !important;
}
#slider {
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.post-detail h1{
    margin-top: 0;
    margin-bottom: 7px;
    word-wrap: break-word;
    font-size: 28px;
    line-height: 50px;
}
.slider_caption {
    position: absolute;
    top: 40%;
    left: 60px;
    right: 60px;
    font-size: 40px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    z-index: 11;
    pointer-events: none;

}
.lh-30{
    line-height: 30px;
}
@media(max-width: 768px){
    .tools-footer{
        padding-right: 0px;
    }
    .post-detail h1{
        /* margin-top: 0;
        margin-bottom: 8px;
        word-wrap: break-word;
        font-size: 20px;
        text-align: center;
        line-height: 30px; */
    }
    .mainpageHeader .header-menu-box li a{

        padding: 20px 10px;
 
    }

}

.layer {
    background-color: rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.user-view tr td:first-child{
    background: #f0f1f2;
    padding: 9px 21px;
    margin-left: 19px;
}
.user-view tr td:nth-child(2){
    background: #f7f9fa;
}
.user-view td{
    border: solid 8px #fff;
}
.about{
    height: auto;
    color: #333;
}
.about h1{
    font-size: 25px;
    margin: 0 21px 20px 0;
}
@media(max-width:768px){
    .about article{
        min-height: 250px;
    }
}
.about .image{

}
.about .image{
    padding: 5px;
    margin: 0;
    direction: ltr;
}
.ltr{
    direction: ltr;
}
.rtl{
    direction: rtl;
}
.about .image img{
    width: 40%;
    margin: 0 0 5px 0;
}
.about .desc .text{
    padding: 10px 20px 5px 20px;
    text-align: justify;
    line-height: 26px;
}
.desc{
    text-align: center;
    padding: 50px 0 20px 0;
    line-height: 24px;
    border-bottom: 2px solid #ddd;
}
.trapezoid {
    border-top: 40px solid #005050;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 100%;
}
.what{
    padding-bottom: 80px;
    margin-top: 5px;
}
.what h2{
    font-size: 36px;
    margin: 0;
    margin-bottom: 85px;
}
.what article{
    padding-top: 10px;
    padding-bottom: 30px;
}
.what article p{
    padding-top: 35px;
    min-height: 95px;
}
.what article a:hover{
    color: #cf3b19 !important;
}
.control{

}
.control .row{
    padding-top: 100px;
    padding-bottom:100px;
}
.control article{
    padding-top: 10px;
    padding-bottom: 20px;
}
.control article .logo{
    background: #008cbd;
    border-radius: 50% 50% 50% 50%;
    width: 100px;
    height: 100px;
}
.control article .logo.second{
    background: #ff6600;
}
.control article .logo.third{
    background: #76b820;
}
.control article .title h3{
    font-size: 25px;
    color: #fff;
    text-align: right;
    font-weight: bold;
}
.control article .content p{
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding-top: 15px;
    text-align: justify;
}
.control article i{
    font-size: 65px;
    color: #FFF;
    margin-top: 20px;
}
.control article i.fa-bullseye{
    margin: 19px 6px;
}
.control article i.fa-certificate{
    margin: 19px 6px;
}
.control article a{
    color: #FFF !important;
    font-size: 16px;
    font-weight: bold;
}
.control article a:hover{
    color: #cf3b19 !important;
}
.service{
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 80px;
}
.service h2{
    text-align: center;
    font-size: 36px;
    color:  rgb(63, 63, 63);
}
.service p{
    line-height: 24px;
}
.service h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 300;
    color: #3f3f3f;
}
.service article{
    margin: 25px 0 70px 0;
}
.service .image{
    padding: 10px;
    margin-bottom: 10px;
}
#toTop {
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px !important;
    line-height: 32px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 8px 0px;
    position: fixed;
    right: 25px;
    bottom: 70px;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    background: #2b2e33;
    /* border-radius: 50%; */
    overflow: hidden;
    display: none;
}
.copy_right{
    background-color: #363636;
    color: #fff !important;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #484848;
}
.footer .quick-menu{
    display: inline-block;
    font-size: 14px;
    padding: 8px 0px 8px 20px;
    color: #fff;
}
.bg-white header.title span {
    background-color: #fff;
}
.footer .social-item{
    display: inline-block;
    font-size: 14px;
    padding: 8px ;
    color: #fff  !important;
}

.footer .social-item{
    display: inline-block;
    font-size: 14px;
    padding: 8px ;
    color: #fff  !important;
}

.quick-menu-con{
    padding-top: 20px;
    padding-bottom: 20px;
}
.copy_right h6{
    font-size: 13px;
    color: #f3f3f3;
    line-height: 22px;
    font-weight: 300;
}
.copy_right h6 b{
    color: #fff;
}
a#toTop{
    color: #fff !important;
}
a#toTop:hover{
    background: #080808;
}
.footer{
    background-color: #363636;
    color: #a6a9ab;
}
.footer .logo{
    margin-top: 50px;
}
.footer h3{
    color: #fff;

}
.footer ul{
    padding: 0;
}
.footer ul li a h5{
    line-height: 20px !important;
    font-weight: 300;
    color: #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer ul li h5{
    line-height: 24px !important;
    font-weight: 300;
    color: #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer ul li a h5:hover{
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newrow{
    margin-left: 0;
    margin-right: 0;
}
.timeout{
    pointer-events: none;
    -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.blue1{
    color: #00a2ff;
}
.p1{
    font-weight: 400;
    font-size: 13px;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:992px){
    .post-img{
        /* padding-left: 0 !important; */
    }
    .header .logo img{
        width: 90%;    
    }

}

@media(max-width:768px){
    .sm-text-center{
        text-align: center;
    }

}

@media(min-width:768px){

}
 .mainpageHeader {
    
}

@media screen and (max-width: 768px){
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative !important;
        min-height: 1px !important;
        /* padding-left: 5px !important;
        padding-right: 5px !important; */
    }
    .mainpageHeader{
        margin-right: 0px;
        margin-left: 0px; 
    }

}
.fs-26{
    font-size: 26px !important;
}
.color-black{
    color: black;
}
.tabs2 .nav-tabs>li{
    margin-bottom: 0px;
    float: unset;
    display: inline-block;
}
.tabs2 .nav-tabs>li.active>a{
    padding: 5px 10px;
    border: 1px solid #eee !important;
    border-radius: 15px;
}
.tabs2 .nav-tabs>li.active>a, .tabs2 .nav-tabs>li.active>a:focus, .tabs2 .nav-tabs>li.active>a:hover {
    padding: 5px 10px;
}
.tabs2 .nav-tabs>li.active>a, .tabs2 .nav-tabs>li.active>a:focus, .tabs2 .nav-tabs>li.active>a:hover {
    color: #fff !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
 
    color: #fff;
    background-color: #5a5f64;

}
.timeExpired{
    color: #f00;
}
.tooltip-inner {
    max-width: unset;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
}
.input-copy{
    width: 100%;
    padding: 5px;
    border: 1px solid #eee;
}
.input-copy:focus-visible{
    border: 1px solid #eee;
}
.copyicon{
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 6px;
    cursor: pointer;
    color: #5a5f64;
}
.swiper-container {

    border-radius: 10px;
}

.m-0{
    margin: 0!important;
}
.mh-500{
    min-height: 500px !important;
}
.header .box-left {
    float: left;
    margin-top: 5px;
    margin-left: 6px;
}
.social-list {
    display: inline-block;
    margin: 0;
    margin-top: 3px;
    float: right;
}
.social-list li {
    display: inline-block;
    padding-left: 10px;
}
.social-list a {
    display: inline-block; 
    font-size: 20px;
    color: #2f2f2f !important;
}
.menu{
    width: 100%;
    background: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-center{

    float: right;
    position: relative;
    left: -50%; /* or right 50% */
    text-align: left;
}
.menu-center-ul{
    border-top: 2px solid #fff;
    position: relative;
    left: 50%;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    color: #000 !important;
}

.body_start{
    padding-top: 80px;
}
.logo img{
    position: relative;

}
.footer .logo img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
}
td a:hover,th a:hover ,.breadcrumb a:hover{
    color: #000 !important;
}

.header_text{
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-top: 3px;
}
.phone {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 500;
    float: left;
}
.phone i {
    font-size: 25px;
    color: #1A326B;
    position: relative;
    top: 3px;
}
@media(max-width:992px){
    .phone{
        text-align: center;
        float: none;
    }
    .flex-md-2{
        flex: 2;
    }
}
.search button {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    padding: 0 18px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #4394D0;
    color: #FFF;
    font-size: 14px;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    line-height: 0;
}
.search input {
    line-height: 15px;
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    color: #2f2f2f;
    outline: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}
.user li ul li a{
    color: #000 !important;
}
.user li ul li a:hover {
    background-color: #4394D0;
}
.twit-header .created-at{
    color: #90949c;
    font-size: 11px;
}
.twit-header .info .user-name , .twit-header .info .user-nickName{
    font-size: 12px;
}
.twit-options{
    font-size: 12px;
}
.twit-content{
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-align: justify;
    font-weight: 300;
    line-height: 22px;
    color: #000;
}
.twit-footer{
    padding:8px;
    border-top: 1px solid #efefef;
    margin: 0 10px;
}

.comment-details{
    position: relative;
    display: table
}
.margin-10{
    margin: -10px;
}
.twit-comments .comment-box .answer-form .text-input{
    width: 99%;
    height: 32px;
    border: 1px solid #dddfe2;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    resize: none;
    overflow: hidden;
    line-height: 28px;
    border-radius: 2px;
}
.twit-comments .comment-box .answer-form{
    width: 100%;
    display: table-cell;
}
.twit-comments .comment-box .member-img-aw{
    height: 32px;
    width: 32px;
    display: table-cell;
    border-radius: 50%;
}

.twit-comments{
    padding: 10px;
    background-color: #f6f7f9;
    border-top: 1px solid #dddfe2;
    min-height: 52px;
    opacity: 1;
}
.twit-comments.ng-hide{
    opacity: 0;
}

.twit-comments .comment-box{
    position: relative;
    display: table;
    width: 100%;
}

.twit-footer .options span{
    font-size: 11px;
    color: #7f7f7f;
    margin-right: 10px;
}



.opinion-label{
    border: 1px solid;
    width: 60px;
    font-size: 14px;
    height: 24px;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
}
.optimist{
    background-color: #33aa46;
    border-color: #33aa46;
    color: #fff;
    font-size: 12px;
    padding: 2px 0;
}
.pessimistic{
    background-color: #e84253;
    border-color: #e84253;
    color: #fff;
}
.black{
    color:#000;
}

.shadow-play{
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.27);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.27);
    box-shadow: 0 0 6px rgba(0,0,0,0.27);
    background: #fff;
    border-radius: 2px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 80%);
}
.box_shadow {
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none !important;
    margin-bottom: 10px !important;
}
.post-image{
    position: relative;
}
.post-image .title{
    height: 80px;
    overflow: hidden;
}
.post-image .info{
    color: #00744e;
    font-size: 12px;
    border-top: 1px solid #dfe0e4;
}
.post-image .post-footer{


}


.post-item:hover{
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;

}
.post-item{
    overflow: hidden;
}
.post-item:hover .category {
    display: block;
}

.post-item img{
    /* border-radius: 5px; */
    /* -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) ; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) ; */
}
.marginRL-5{
    padding-top: 14px;
}

.title-color{
    color: var(--title);
}

.post-item-small{
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 15px;
    border-radius: 3px;
    margin-top: 14px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}
.post-item-small:hover {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.36);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.36);
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}
.post-item-small .post-image{
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.btn-green{
    background-color: #62b965;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    color: #FFF;
    padding-right: 20px;
    padding-left: 20px;
}

.main article div{
    height: 150px;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    margin: 15px 0 15px 0;
}
.main article div:hover{
    background-color: #6B9FC5;
    transition: all 0.3s ease;
}
.main article div h3{
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    top: 15%;
    transition: all 0.3s ease;
}
.main article .box{
    background-color: #5682a3;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
}
.about_us{
    height: auto;
    padding: 20px;
    margin-bottom: 15px;
}
.about_us p{
    line-height: 32px;
    text-align: justify;
}
.about_us h1{
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.about_us .image{
    margin: 0 20px 13px 0;
    float: left;
}
.member{
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.member h2{
    margin-bottom: 30px;
}
.member_box{
    margin-bottom: 20px;
}
.member_box .inside{
    padding: 3px;
    padding-top: 10px;
    border: solid 1px transparent;
    border-radius: 3px;
    transition: all 1s;
}
.member_box:hover .inside{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ebeced;
    border-radius: 4px;
    transition: all 1s;
    background: #FFFCFC;
}
.fw300{
    font-weight: 300 !important;
}
.member .member_image{
    padding: 5px;
    border-radius: 50% 50% 50% 50%;
    background: #4394D0;
    height: 150px;
    width: 150px;
    margin: auto;
    color: #fff;
    overflow: hidden;
}
.member .member_image i{
    font-size: 160px;
}
.member hr{
    margin-bottom: 10px;
    border: solid 2px #889;
}
.member_box .text{
    padding: 0 5px 10px 5px;
}
.font-size-20{
    font-size: 20px !important;
}
.font-size-12{
    font-size: 12px !important;
}
.hint-block {
    color: #868686;
    font-weight: 300;
    font-size: 12px;
}
.color_withe{
    color: #fff !important;
}
.color_red{
    color: red;
}
h3, .h3 {
    /* font-size: 18px !important; */

}
.navbar-nav {
    margin: 0px;
    font-size: 16px;
}
.panel_heading{
    background-color: #84055E !important;
    color: #FFF !important;
    border: none;
}
.no_line_height{
    line-height: 0 !important;
}
.tools label {
    line-height: 29px !important;
}
.padding_top_8{
    padding-top: 8px;
}
.padding_top_30{
    padding-top: 30px;
}
.no_paddin_right{
    padding-right: 0 !important;
}
.padding_top_10{
    padding-top: 10px;
}
.margin_left_5{
    margin-left: 5px;
}
.padding_left_right_0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.padding_left_right_7{
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.back_color{
    background-color: #f7f9fa !important;
    color: #000 !important;
}

.monthYear{
    color: #0073EA;
    font-size: 13px;
}
.pdp-default .header{
    height: 26px !important;
}
a:hover{
    color:var(--link_hover);
}
.padding_11{
    padding: 11px 17px !important;
    transition: all 0.3s ease;
}
.padding_10{
    padding: 10px!important;
}
.padding_20{
    padding: 20px!important;
}
.padding_7{
    padding: 7px !important;
}
.navbar-header > a{
    padding: 10px;
    line-height: 43px;
}
.navbar-left{
    float: left;
}
.tt-rtl{
    width: 100%;
    vertical-align: top;
    height: 38px;
}
.logo-link{
    height: 30px;

}
.logo-link img{

    margin-top: 7px;
}
.header-icon-box{
    padding: 10px 0px;
}
.header-member-info{
    padding: 16px 16px 16px 0px;
}
.header-search-btn{
    font-size: 28px;
    padding: 16px;
    display: inline-block;
    font-size: 28px;
    padding: 12px 5px 10px 15px;
    display: inline-block;
    color: #c3c3c3;
}
.header-member-info:after {
    content: "";
    background: #dfdfdf;
    position: absolute;
    bottom: 20%;
    top: 20%;
    right: 0;
    width: 1px;
  }
.full{
    width: 100%;
}
.mt-100{
    margin-top: 100px;
}
.mb-100{
    margin-bottom: 100px;
}
@media (min-width: 992px) AND (max-width: 1200px) {

}
@media (max-width: 992px) {
    .form_label{
        text-align: right;
    }
}
@media (max-width: 550px) {

    .header .tools-box{
        padding-top: 0px;
    }
    .header .header-menu-box{
       /* padding-top: 8px; */
    }
}
@media (min-width: 768px) {
    .col-twit{
        padding-right: 0 !important;
    }

}
.telegram-color{
    color: #2096d4;
}
.google-plus-color{
    color: #eb4026;
}
.facebook-color{
    color: #516eab;
}
.twitter-color{
    color: #29c5f6;
}
.full-menu{

}

.post-item .share-box{
    padding: 6px 0;
    font-size: 20px;
    height: 34px;
}

.post-item .share{
    padding: 10px;
    text-align: center;
    font-size: 26px;
    display: none;
}
.post-item:hover .share{
    display: block;
    transition: max-height 0.25s ease-in;
}

.post-item .time-ago, .side-item .time-ago, .video-swiper .time-ago{
    font-size: 12px;
    line-height: 20px;
    color: #afb6bc;
    padding: 10px;
    text-align: center;
    transition: max-height 0.15s ease-out;
}
.post-item {
    border-radius: 15px;
}
.bradius15{
    border-radius: 15px; 
}
li .title{
    padding: 3px 20px;
    font-weight: bold;
}
.bourse-summary .padding{
    padding: 20px;
}
.fs14{
    font-size: 14px;
}
.fs12{
    font-size: 12px;
}
.opacity70{
    opacity: 0.7;
}
.badge-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
}
.lds-dual-ring {
    display: inline-block;
    width: 12px;
    height: 12px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.mt50{
    margin-top: 50px;
}
.mb50{
    margin-bottom: 50px;
}
.d-block{
    display: block;
}
.line-through{
    text-decoration-line: line-through;
}
.swiper-pagination-fraction{
    text-align: left !important;
    padding: 7px !important;
}
.mr5{
    margin-right: 5px;
}
.mb5{
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .bourse-summary .padding{
        padding: 10px;
    }
    .bourse-summary .item{

    }
    .header-search , .header .tools-box , .header .menu-box{
        padding-left: 5px !important;
        padding-right: 0 !important;
    }
    .under-header {
        /* padding-top: 110px; */
    }

    .header .header-menu-box{
      
    }
    .navbar-header > a {
        padding: 10px;
        line-height: 30px;
    }
    .navbar-left{
        float: right;
    }
    .padding_5{
        padding: 5px;
    }
    #hamburger-icon{
        top: 12px !important; 
        right: 10px;
    }
    .header td.search-live{
        padding: 0 !important; 
    }
}

@media (max-width: 768px) {
    .fluid_30{
        padding-right: 20px !important;
        padding-left:20px !important;
        transition: all 0.3s ease;
    }
}
.modal-close{
    position: relative;
    top: 5px;
    right: 5px;
    z-index: 105;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    color: #000;
}
.prevArrow , .nextArrow{
    color: #5F5D5D;
}
.tableau_intro{
    background: #fff;
    padding: 10px;
}
.tableau_details{
    margin: 10px 0 50px 0;
}
.tableau_details article{
    margin: 0 0 10px 0;
    background: #fff;
    padding: 10px;
}

.tableau_details h2, .tableau_details h3{
    padding: 0;
    margin: 0;
}
.tableau_details .text{
    padding-top: 20px;  
    font-size: 14px;
}
.tableau_details .row{
    padding-bottom: 10px;  
}
.tableau_details .text .field{
    padding-left: 15px;
    padding-right: 20px;;
}
.tableau_details .text .field div{
    padding-right: 15px;
    color: #000;
    background: #f0f1f2;
    line-height: 35px;
}
.tableau_details .text .content{
    padding-right: 20px;
}
.tableau_details .text .content div{
    padding-right: 15px;
    color: #777;
    background: #f5fcf5;
    line-height: 35px;
}
ul{
    list-style-type: none;
}

.hidden2{
    opacity: 0;
}
.visible {
    opacity: 1;
}
.help-block .list-view{

    transition: all 0.3s ease;
}
.post-image{
    transition: all 0.3s ease;
}
.post-image:hover{
    transition: all 0.3s ease;

}


.cbx-md {
    width: 20px;
    height: 20px;
    font-size: 15px;
    background-color: #fff;
}
.cbx-active {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #333;
}

.post_content{
    font-weight: 300;
    min-height: 400px;
    line-height: 26px !important;
    color: #000;
}
.text_align_left{
    text-align: left;
}
.text_align_right{
    text-align: right;
}
.text_align_center{
    text-align: center !important;
}
.bottom_border{
    border-bottom: solid 2px #E6CCDE;
    padding-bottom: 5px;
}
.fluid_30{
    padding-right: 50px;
    padding-left:50px;
    transition: all 0.3s ease;
}
#bourseInfo{
    overflow: hidden;
    transition: all 0.3s ease;
}
td , th{
    vertical-align: middle !important;
    padding:0 8px 0 8px 
}
li > ul > li > a{
    line-height: 20px !important;
    color: #000 !important;
}
.dropdown-submenu > a:after {
    float: left !important;
    transform: rotate(180deg);
}
.dropdown-submenu > .dropdown-menu {
    right: 100% !important;
    color: #000;
    padding: 8px;
    border-radius: 2px !important;
}
@media (min-width: 768px){

    .navbar-right .dropdown-menu {
        left: auto !important;
    }
}
@media (min-width: 768px){
    .navbar-right .dropdown-menu {
        left: 0;
        right: 0;
    }
}
.menufix{
    box-shadow: 0 2px 2px #333;
    border: none !important;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #01a55e !important;
    top:0;
    transition: all 0.2s ease;
}
.navbar-brand > img{
    display:  initial !important;
}
.font_size_12{
    font-size: 12px !important;
}
.font_size_13{
    font-size: 13px !important;
}
.font_size_14{
    font-size: 14px !important;
}
.font_size_20{
    font-size: 20px!important;
}
.menufixbody{
    padding-top: 75px
}
.scroll_home{
    background-color: #fff;
    padding: 4px 10px;
    border: 1px solid #DDD;
    border-radius: 5px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1000;
    transition: all 0.4s ease;
}
.link:hover{
    /* color: #cf3b19 !important; */
}
.link{
    cursor: pointer;
}
.header-member-info .fa-caret-down{
    position: relative;
    top: 2px;
}
.intro h3{
    margin-top: 0;
    text-align: center;
    color: #FFF;
    text-shadow: 0 2px 3px rgba(0,0,0,.15);
    padding-top: 10px;
}
.intro hr{
    margin:0;
    border-top: 3px solid #FFF;
}
.intro .text{
    text-align: center;
    margin-top: 10px;
    color: #FFF;
    text-shadow: 0 2px 3px rgba(0,0,0,.15);
}
.project{
    background: rgb(229, 229, 229);
    height: auto;
    padding-bottom: 5px;
}
.project h2{
    margin-top: 40px;
    text-align: center;
    color: rgb(63, 63, 63);
}
.customer {
    background: rgb(218, 218, 218);
}
.customer .container{
    padding-top: 10px;
    padding-bottom: 10px;
}
.customer .container img:hover{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    transition: all 0.2s ease;
}
.customer h2{
    margin: 0;
    padding-top: 40px;
    text-align: center;
    color: #FFF;
    text-shadow: 0 2px 3px rgba(0,0,0,.15);
}
.contact_us{
    margin-top: 20px;
    margin-bottom: 30px;
}
.contact_us .info{
    padding: 10px;
}
.contact_us .info ul{
    padding: 0;
}
.contact_us .form input{
    /*border-radius: 0;*/
    opacity: 0.95;
}
.contact_us .form textarea{
    /*    border-radius: 0 !important;*/
    opacity: 0.95;
}
.contact_us button{
    width: 100%;
}
.parallax-window {
    min-height: 450px;
    background: transparent;
}
.project_details{
    margin-top: 10px;
}
.project_details .image{
    padding: 10px;
}
.project_details article{
    margin-bottom: 30px;
}
.project_details .desc{
    height: 100%;
    padding: 15px;
}
.project_details h2{
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 25px;
}
.service_details{
    margin-bottom: 10px !important;
}
.service_details h1{
    margin-top: 30px;
    font-size: 28px;
}
.service_details h2{
    font-size: 18px;
    line-height: 35px;
    margin-top: 40px;
}
.service_details .image{
    padding: 20px;
}
.service_details .desc{
    padding: 20px 50px 20px 50px;
}
.service_details .desc p{
    line-height: 25px;
}
.sample_work{
    margin-bottom: 10px !important;
}
.sample_work h2{
    margin-top: 10px;
    font-size: 20px;
    padding-right: 20px;
}
.parallax-window h1{
    padding-top: 8%;
    line-height: 100px;
    position: relative;
    text-align: center;
    margin: 0 !important;
    width: 100%;
    font-size: 80px;
    color: #FFFFFF;
}
.parallax-window h3{
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 !important;
    font-size: 60px;
    color: #FFFFFF;
    text-shadow: 0 2px 3px #1A326B;
}
.display_none{
    display: none !important;
}
.display_block{
    display: block !important;
}
h5{
    line-height: 22px !important;
}
.top_panel a{
    color: #000;
    transition: all 0.2s ease;
}
.fore-color-black{
    color: #5a5a5a !important;
}
.top_panel .dropdown-menu a{
    color: #000 !important;
    transition: all 0.2s ease;
}
a:hover{
    text-decoration: none ;
    transition: all 0.2s ease;

}
.category .item{
    padding: 1px 10px;
    /* border-radius: 20px; */
    background-color: #0eabef;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 7px;
}
.category .item:hover{
    /* background: #e6e6e6; */
}
.notification-container{
    display: inline;
    position: relative;
}
.notification{
    overflow: auto;
    max-height: 500px;
    margin-bottom: 0;
}

.border-left{
    border-left: 1px solid #eee;
}
.notification::-webkit-scrollbar {
    width: 8px;
}
.notification::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
.notification::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.notification::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.pointer{
    cursor: pointer;
}
.notification .check{
    padding: 0 2px;
}
.mNotification{
    width: 350px;
    z-index: 10;
    position: absolute;
    top: 35px;
    left: 0px;
    text-align: right;
    box-shadow: 0 0 5px rgba(0,0,0,.0975);
}
@media (max-width: 768px) {
    .mNotification{
        left:-45px;
        width: 300px;
    }
    .mNotification:before{
        left: 92px !important; 
    }
}
.mNotification:before{
    bottom: 100%;
    left: 46px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(155, 180, 196, 0);
    border-bottom-color: #f6f7f9;;
    border-width: 10px;
    margin-left: -36px;
}
.notification .container .item{
    overflow: hidden;
    width: 100%;
    float: right;
    padding: 5px;
    font-size: 12px;
    border-bottom: 1px solid #e9ebee;
}
.notification .container .item:hover{
    background: #f6f7f9;

}

.notification .container{
    width: 100%;
    padding: 5px;
}
.notification .container .item:last-child{
    border-bottom: none;
}

.notification .time{
    color: #90949c;
    font-size: 10px;
}
.notification .btn{
    padding: 4px 10px;
    font-size: 12px;
    width: 100%;
}
.notification-container .badge{
    background-color: #e84253;
    border-radius: 8px;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.26);
    color:#fff;
    display: inline-block;
    font: bold 12px Roboto,Arial,Helvetica,sans-serif;
    padding: 1px 5px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    cursor: pointer;
}


.header-icon{
    transition: all 0.2s ease;
    font-size: 20px !important;
    color: #fff;
    padding: 8px 6px;
    cursor: pointer;
}
.loading-data{
    margin: auto;
    text-align: center;
}
.header-icon-box > a:hover  .header-icon{
    color: #dbf3f0!important; 
}

.t-4p{
    top: 4px;
}
.t-2p{
    top: 2px;
}
#notification .popover {
    display: none;
    top:56px;
    background-color: #fff;
    color: #270202;
    z-index: 1080;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    border-radius: 3px;
}

.line_parent{
    position: relative;
    overflow: hidden;
}
.margin_15{
    margin: 10px 15px 10px 15px !important;
}
.line{
    border-top: 3px #d9d9d9 solid;
    border-bottom: 3px #d9d9d9 solid;
    display: inline-block;
    position: absolute;
    width: 100%;
    line-height: 1px;
    margin: 9px ;
}
.nomarginno{
    margin:0!important;
}
.nopadding{
    padding: 0 !important;
}
.nomargin{
    margin-top:10px;
    margin-left:0;
    margin-right: 0;
    margin-bottom: 0;
}
.padding5{
    padding: 5px;
}
.padding_10{
    padding: 10px;
}
.post .post-item{
    padding: 5px 7px 5px 10px !important;
}
.post .post-item .inside{
    padding: 3px;
    transition: all 0.3s;
    color: #000;
}

.post .post-box .title h5{
    padding: 5px;
    margin: 0;
    text-align: center;
}
.post_details{
    margin: 10px 0 20px 0;
    padding: 15px;
}
.post_details h1{
    font-size: 30px;
    margin: 0;
    padding: 0 20px 25px 0;
}

.more_project{

    padding: 13px 48px 13px 47px;

    margin-top: 80px;
    margin-bottom: 10px;
    color: #fff;
    background: #cf3b19;
}

a.more_project  {
    color: #fff !important;
    text-align: center;
}

a.more_project:hover {
    background-color: #008CBD;
}
/*---------------*/
/***** Apollo ****/
/*---------------*/
figure.effect-apollo {
    background: #3498db;
}
figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-apollo h2 {
    text-align: left;
}
figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 100%;
    font-size: 24px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    color:#fff;
}
figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.project_item  figure {
    position: relative;
}
.item  figure {
    position: relative;
}
figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.project_item figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.ex {
    color: #B3DBFF;
    text-align: center;
    position: relative;
}
.ex span {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ex div {
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: #2f2f2f;
    color: #800600;
    z-index: 999;
}
.ex:hover, .ex.active, .ex.animate {
    z-index: 999;
}
.ex:hover div, .ex.active div, .ex.animate div {
    pointer-events: initial;
}
.fade-in-scale div {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-style: perserve-3d;
    transform-style: perserve-3d;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.fade-in-scale:hover div {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-style: perserve-3d;
    transform-style: perserve-3d;
}
.overflow_hidden{
    overflow: hidden;
}
.tableau{
    min-height: 500px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
}
.tableau .box .inside{
    border: solid 1px #ebeced;
    margin-top: 30px;
}
.tableau .box .image{
    padding: 5px;
}
.tableau .text{
    background: #1A326B;
    color: #FFF;
    padding: 15px;
    text-align: center;
}
.tableau .text .address{
    font-size: 17px;
}
.tableau .text .size{
    font-size: 13px;
    margin-top: 10px;
}
.tableau input[type=button]{
    border-radius: 0;
}
.sample_work .box .inside{
    border: solid 1px #ebeced;
    margin-top: 30px;
}
.sample_work .box .image{
    padding: 5px;
}
.sample_work .text{
    background: #1A326B;
    color: #FFF;
    padding: 15px;
    text-align: center;
}
.sample_work .text .address{
    font-size: 17px;
}
.sample_work .text .size{
    font-size: 13px;
    margin-top: 10px;
}
.sample_work input[type=button]{
    border-radius: 0;
}
.padding_bottom_0{
    padding-bottom: 0;
}
.padding_bottom_10{
    padding-bottom: 10px !important;
}
.margin_bottom_0{
    margin-bottom: 0 !important;
}
.margin_bottom_20{
    margin-bottom: 20px !important;
}
.margin_bottom_30{
    margin-bottom: 30px !important;
}
.no_background{
    background-color: transparent !important;
}
.border_top{
    border-top: 1px solid #ddd;
}
.border_left{
    border-left: 1px solid #ddd;
}
.my_border{
    border: solid 1px #DDD !important;
}
.noshadow{
    box-shadow: none !important;
}
.my_fieldset{

    width: auto;
    padding: 0 10px 10px 10px;
}
.my_legend{
    width: auto !important;
    border: none;
    font-size: 14px;
    margin-bottom: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
}
th{
    text-align: center !important;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger{
    /*background-color: #b24242 !important;*/
}
.bootstrap-switch {
    border-radius: 2px !important;
}
.noborder{
    border: none !important;
}
.margin-bottom-10{
    margin-bottom: 10px;
}

.carousel .left {
    padding-top: 10% !important;
    font-size: 80px;
    left: auto !important;
    right: 0 !important;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.3) 100%)) !important;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%) !important;
}

.carousel .right{
    padding-top: 10% !important;
    font-size: 80px;
    left: 0 !important;
    right: auto !important;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%) !important;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .0001))) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%) !important;

}
.carousel-indicators {
    margin: none; 
    right: none ; 
    left: none ; 
    padding-left: 0;
}
.left > li{
    list-style: none;
}
.navbar-header{
    float:left;
}
.navbar-inverse{
    background-color: #03BD6D;
    border: none;
    transition: all 0.3s ease;
}
.navbar-brand{
    color:#324 !important;
    line-height: 30px;
}
.line_height_30{
    line-height: 30px !important;
}

.breadcrumb{
    font-weight: 300; 
}
.lh-34{
    line-height: 34px;
}
.text-justify{
    text-align: justify;
}
.recent_news_title{
    border-bottom: solid 1px #F1F7F5;
    padding: 12px;
    font-size: 13px;
}
.recent_news_date{
    padding: 4px 0 4px 0;
    color: #00744e;
    font-size: 12px;
}
.recent_news_date .fa{
    position: relative;
    top:1px;
}

.recent_news_title h5{
    font-size: 16px;
}
.panel_title{
    background-color: #DFE0E0 !important;
    color: #000 !important;
}
.panel_default{
    border:none !important;
    background-color: transparent !important;
}
.panel_headding{
    background-color: transparent !important;
    border-color: #01A55E !important;
}
.panel_body{
    background-color: transparent;
}
.min_height_0{
    min-height: 0 !important;
}
.min_height_70{
    min-height: 70px !important;
}
.min_height_500{
    min-height: 500px !important;
}
.padding_left_0{
    padding-left: 0px !important;
}
.padding_right_0{
    padding-right: 0px !important;
}
.line_bottom{
    border-bottom: 1px solid #DDD;
}
.padding_side_15{
    padding-left: 15px;
    padding-right: 15px;
}
.margin_top_0{
    margin-top: 0;
}
.margin_top_10{
    margin-top: 10px;
}
.margin_top_20{
    margin-top: 20px;
}
.margin_top_30{
    margin-top: 30px;
}
.margin_top_60{
    margin-top: 60px;
}
.bold-400{
    font-weight: 400 !important;
}
.bold{
    font-weight: bold !important;
}
.productComment{
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;

}
.content_image{
    height: auto;
    float: left;
    padding:5px 10px 10px 0;
}

@media (min-width: 768px){
    .modal_dialog {
        width: 800px;
        margin: 30px auto;
    }

}
@media (min-width: 992px){
    .modal_dialog {
        width: 800px;
        margin: 30px auto;
    }
    .md-p0{
        padding: 0;
    }
    .md-pl0{
        padding-left: 0;
    }
    .md-m0{
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    #first {
        order: 2;
    }
    #second {
        order: 1;
    }
    #third {
        order: 1;
    }
    #fourth {
        order: 3;
    }
}
.top4{
    top:4px
}
.top2{
    top:2px
}
.mb20{
    margin-bottom: 20px;
}
.breadcrumb {

    margin-bottom: 0;

}
.side-social{
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 2;
}

@media(max-width:768px){
    .side-social{
        margin-top: 20px;
        position: relative;
        top: auto;
        left: 0;
        z-index: 2;
    }
    .side-social .social-item {
        display: inline;
    }
}


.wtcall{
    position: fixed;
    bottom: 35px;
    right: 35px;
    background-color: #66b858;
    color: #fff;
    height: 60px;
    border-radius: 60px;
    width: 60px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.side_menu{
    position: fixed;
    width: 250px;
    top: 0;
    bottom: 0;
    left: -300px;
    background: #fff;
    z-index: 1040;
    overflow-y: scroll;
    background: #000000d9;;
}
.side_menu a {
    color: #fff;
}
.side_menu{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.animate__animated.animate__delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: calc(var(--animate-delay)*0.5);
    animation-delay: calc(var(--animate-delay)*0.5);
}

.side_menu.open{
    left: 0;
}
header.title{
    font-size: 18px;
    font-weight: 500;
    color: var(--title);
    position: relative;
    z-index: 1;
    padding: 35px 0;
}
header.title span{
    background-color: var(--body);   

}
header .navbar-collapse{
    /* background-color: #fff; */
}
.video-swiper header.title span{
    /* background-color: #eee;    */

}
.bg-red{
    background: var(--red);
}
.text-red{
    color: var(--red);
}
.bg-blue{
    background: var(--blue);
}
.text-blue{
    color: var(--blue);
}
.our-servives-item{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.triangle-top {
    width: 0;
    height: 0;
    border-right: 100vw solid transparent;
    /* border-right: 0px solid transparent; */
    border-top: 70px solid #f6f5f4;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 100vw solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 70px solid #f6f5f4;
}
.bg-white header.title:before {
    border-top: 1px solid #eeeeee;
}
.loader {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
}
.dot {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}
.dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #32aacc;
}
.dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #64aacc;
}
.dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #96aacc;
}
.dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #c8aacc;
}
.dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #faaacc;
}
@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}



.top_80{
    transition: all 0.5s ease;
    top: 80px;
}

#wrapper2.toggled #sidebar-wrapper2 {
    width: 250px;
}
#wrapper2.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -220px;
}
.navbar-fixed-top2 {
    position: fixed;
}
.rotate{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: rotate(180deg);
}
.white{
    color: #fff !important;
}
.company_info{
    font-size: 16px;
    line-height: 30px;
}


#sidebar-wrapper {
    z-index: 1000;
    opacity: 0.9;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-fixed-top2{
    position: fixed;

}
.top_58{
    transition: all 0.5s ease;
    top: 55px;
}
#sidebar-wrapper2 {
    opacity: 0.9;
    z-index: 1000;
    left: -220px;
    width: 0;
    height: 100%;
    margin-left: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#wrapper2.toggled #sidebar-wrapper2 {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
#wrapper2.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -220px;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 30px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}
.sidebar-nav li a:before {
    color: #fff;
    background-color: #79aefe;
}
.f{
    position: fixed !important;
    top:75px;
}
.sidebar-nav li:before {
    color: #fff !important;
    background-color: #79aefe;   
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}
.sidebar-nav li a {
    display: block;
    color: #ddd !important;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 25px;  
    right: 25px;
    background-color: #000850;
    z-index: 999;
    width: 44px;
    height: 32px;
    margin-left: 15px;
    border: none;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .hamburger {
        display: block;
    }
    .slider_caption{
        top: 45%;
        font-size: 24px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 52%;
        width: 40px;
        height: 30px;
    }
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 5px;
    right: 5px;
    height: 4px
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #fff;
}
.hamburger.is-closed .hamb-top { 
    top: 5px; 
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;  
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #fff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open-right-220{
    right: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/




.path {
    stroke-dasharray: 1, 500;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #3498db;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
/*End Preloader*/
.service_item{
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service_item:hover .img{
    transform: scale(1.01);
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.service_item:hover .image i{
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.service_item .image {
    overflow: hidden;
}
.img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;  
}
.image i{
    position: absolute;
    top: 45%;
    left: 45%;
    opacity: 0;
    color: #FFF;
    font-size: 30px;
}
.delete_order:hover{
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;  
    color: red;
}
.back_green{
    background-color: green !important;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;  
}
.delete_order{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;  
}
#order_list li{
    padding: 5px 10px;
    text-align: right;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;  
}

.effect-goliath .address{

    height: 70px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.effect-goliath .image{
    position: relative;
    padding: 0 !important;
}
.effect-goliath .image h5{
    margin: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    position: absolute;
    bottom: 10px;
    right: 0;
    background: rgba(255, 255, 255, 0.72);
    padding: 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

}
.effect-goliath .address{
    line-height: 30px;
    padding: 5px;
}
/*-----------------*/
/***** Goliath *****/
/*-----------------*/
.p0{
    padding: 0 !important;
}
.btn{
    white-space: normal;
}
.lh30{
    line-height: 30px;
}
.effect-goliath img,
.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.effect-goliath{
    position: relative;
}
.effect-goliath h2,
.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

.effect-goliath .tools {
    padding:5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 40px;*/
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);

}

.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-40px,0);
    transform: translate3d(0,-40px,0);
}
.effect-goliath:hover h5 {
    -webkit-transform: translate3d(0,-40px,0);
    transform: translate3d(0,-40px,0);
}
.effect-goliath:hover .address {
    -webkit-transform: translate3d(0,-40px,0);
    transform: translate3d(0,-40px,0);
}
.effect-goliath:hover .tools {

    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}
.delay-1 {
    animation-delay: .25s;
}
.delay-2 {
    animation-delay: .5s;
}
.delay-3 {
    animation-delay: .75s;
}
.delay-4 {
    animation-delay: 1s;
}

.margin-top-100{
    margin-top: 100px;
}

.p-1{
    padding: 5px;
}
.p-2{
    padding: 10px;
}
.p-3{
    padding: 15px;
}
.p-4{
    padding: 20px;
}
.p-5{
    padding: 25px;
}



.wrapper {
    width: 140px;
    height: 30px;
    position: relative;
    border-radius: 2rem;
    border: 1px solid #d0d1d5;
}
.wrapper .toggle {
    border:1px solid;
    width: 30px;
    height: 28px;
    position: absolute;
    left: 55px;
    top: 0;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #f2992e;
    border-color: #f2992e;
    color: #fff;
    /*transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
}
.wrapper label {
    cursor: pointer;
    width: 55px;
    height: 30px;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #393939;
    padding: 5px 1px;
}
.wrapper input {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

#yes_radio:checked ~ .toggle {
    background-color: #33aa46;
    border-color: #33aa46;
    left: 0px;
    width: 55px;
}
#yes_radio:checked ~ #yes-lbl {
    color: #fff !important;
}

#no_radio:checked ~ .toggle {
    background-color: #e84253;
    border-color: #e84253;
    left: 84px;
    width: 55px;
}
#no_radio:checked ~ #no-lbl {
    color: #fff !important;
}

#maybe_radio:checked ~ #maybe-lbl {
    color: #fff !important;
}

#maybe_radio, #maybe-lbl {
    left: 33.33333%;
}

#no_radio, #no-lbl {
    left: 66.66667%;
}

#no_radio, #yes-lbl {
    left: 0;
}

#maybe-lbl {
    -webkit-animation: 6s rot-label ease-in-out infinite;
    -moz-animation: 6s rot-label ease-in-out infinite;
    -o-animation: 6s rot-label ease-in-out infinite;
    animation: 6s rot-label ease-in-out infinite;
    width: 48px;
    padding: 6px;
}

#no-lbl {
    -webkit-animation-delay: 4s;
    -o-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
    width: 40px;
}

@-moz-keyframes rot-label {
    0% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(-400deg);
    }
    18% {
        transform: rotate(-340deg);
    }
    20% {
        transform: rotate(-360deg);
    }
    30% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes rot-label {
    0% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(-400deg);
    }
    18% {
        transform: rotate(-340deg);
    }
    20% {
        transform: rotate(-360deg);
    }
    30% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes rot-label {
    0% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(-400deg);
    }
    18% {
        transform: rotate(-340deg);
    }
    20% {
        transform: rotate(-360deg);
    }
    30% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


#overlay {
    display: block;
    position: fixed;
    left: 5%;
    right: 5%;
    top:5%;
    /*bottom:5%;*/
    padding: 5px;
    border: 2px solid black;
    background-color: #ffffff;
    z-index: 102;
    overflow: scroll;
    max-height: 90%;
}
#fade {
    display: block;
    position: fixed;
    left: 0%;
    top: 0%;
    background-color: black;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 101;
}
.twit-img{
    width: 100%;
    height: auto;
}


.input-group-addon:first-child {
    border-left: 0px;
    border-right: 1px solid #ccc !important;
}


.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important;

}
.has-error .input-group-addon , .has-success .input-group-addon {

    border-color:  #ccc !important;
}
.page{
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.overlay-close-btn{
    cursor: pointer;
    position: fixed;
    top: -50px;
    padding: 10px 20px;
    left: 10px;
    font-size: 26px;
    color: #7a7d84;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.overlay-open .overlay-close-btn{
    top: 10px;
    padding: 10px 20px;
    transform: rotate(360deg);

}
.overlay-open .overlay-content{
    /* top:0; */
    /* display: block; */
    /* transition: slide 1s ease 3.5s forwards; */
}
@keyframes slide {
    from {max-height: 0;}
    to {max-height: 500px;}
  }
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.overlay-open{ height: 100%; }

.overlay-content {
    position: relative;
    top: 0;
    /* display: none; */
    width: 100%;
    text-align: center;
    padding: 60px 10px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    transition: 0.3s;
    padding: 15px !important
}

.search-overlay .search-input{
    background: #3c3f46;
    border-radius: 2px !important;
    border: none !important;
    color: #fff;
}
.search-overlay .search-input::placeholder{
    color: rgb(211, 211, 211);
    /* font-weight: 200; */
}
.search-overlay .search-input::-ms-input-placeholder{
    color: rgb(211, 211, 211);
    /* font-weight: 200; */
}
.search-overlay .search-input::-ms-input-placeholder{
    color: rgb(211, 211, 211);
    /* font-weight: 200; */
}
.headerSiteName{
    display: inline-block;
    left: 75px;
    position: absolute;
    right: 75px;
    text-align: center;
    bottom: 0;
    top: 0;
    line-height: 60px;
    z-index: -1;
}


  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dotsMenu{
    padding: 20px 20px;
    display: inline-block;
}
.dotsMenu i{
    font-size: 17px;
}
.pl-0{
    padding-left: 0 !important;
}

.pr-0{
    padding-right: 0 !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-15{
    padding-left: 15px !important;
}

.pr-15{
    padding-right: 15px !important;
}




.overlay a:hover, .overlay a:focus {
    color: #ccc;
}


@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 16px}
}

.text-white{
    color: #fff;
}

.menu-link{
    /* color: #fff; */
    text-align: left;
    padding: 20px 10px;
    display: block;
}
/* Hamburger Icon */
#hamburger-icon{
    display: block;
    width: 36px;
    height: 36px;
    top:6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}


#hamburger-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* Hamburger Lines  */

#hamburger-icon span:nth-child(1) {
    top: 0px;
}

#hamburger-icon span:nth-child(2), #hamburger-icon span:nth-child(3) {
    top: 10px;
}

#hamburger-icon span:nth-child(4) {
    top: 20px;
}

#hamburger-icon.hamburger-open span{background:#fff}

#hamburger-icon.hamburger-open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#hamburger-icon.hamburger-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-icon.hamburger-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger-icon.hamburger-open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}




/*  Loader android */
.loader-android {display: block;}
.loader-android {
    position: relative;
    margin: 0px auto;
    width: 54px;
    height: 54px;
    zoom: 1.7;
}

.loader-android .circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 54px;
    width: 54px;
    position: relative;
}

.loader-android .path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation:  dash 1.5s ease-in-out infinite ;
    animation:  dash 1.5s ease-in-out infinite ;
    stroke: #5592FB;
    stroke-linecap: square;
}

@keyframes rotate{
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate{
    100%{
        transform: rotate(360deg);
    }
}

@keyframes dash{
    0%{
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframesdash{
    0%{
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

.trade-history-table{
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}
.trade-history-table th{
    border-right: 1px solid #ddd;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}
.trade-history-table th:first-child{
    border-right:none;
}
.trade-history-table tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}
.trade-history-table th, .trade-history-table td {
    padding: 4px 5px;
}
.trade-history-table th+th, .trade-history-table td+td, .trade-history-table th+td, .trade-history-table td+th {
    border-right: 1px solid #ddd;
}
.trade-history-table td {
    font-family: tahoma;
    font-size: 12px;
    border-top: 1px solid #ddd;
}

.green{
    color: green;
}
.red{
    color: red;
}
.theme-color{
    color: #008f56;
}
.view-time{
    padding: 10px;
    font-size: 14px;
}

.trade-history .result-box{
    position: absolute;
    max-height: 300px;
    background: #fff;
    overflow-y: scroll;
    left: 0;
    right: 0;
    border: 1px solid #c7c7c7;
    border-top: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.10);
    z-index: 20;
}

.trade-history .search{
    position: relative;
}

.trade-history #stockSearch{
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 5px 10px;
}

.trade-history .search-result{
    padding: 5px 10px;
    font-size: 14px;
}
.trade-history .search-result:nth-child(2n) {
    background-color: #f9f9f9;
}


.trade-history .search-result:hover{
    background-color: #f1f3f2;
    cursor: pointer;
}
.chart-item{
    position: relative;
    padding: 5px 2px;
    font-size: 14px;
    color: #000;
}

.chart-item .dropdown-menu{
    font-size: 12px;
}
.chart-box{
    border: 1px solid #ccd6eb;
    margin-bottom: 10px;
    max-height: 600px;
    min-width: 310px
}

@media (max-width: 768px){
    .trade-history-table td {
        font-size: 10px;
    }

    .post-detail img{

    }


    img.timeline-badge {
        width: 50px !important;
        height: 50px !important;
    }
}

@media (min-width: 1200px){
    .top-post{
        margin-bottom: 10px;
        height: 230px;
        overflow: hidden;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .top-post{
        margin-bottom: 10px;
        height: 188px;
        overflow: hidden;
    }
}
@media (max-width: 992px){

    .top-post{
        margin-bottom: 10px;
        height: auto;
        overflow: hidden;
    }
}
.top-post {
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.top-post h5{
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.top-post:hover{
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.36);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.36);
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

.table {
   margin-bottom: 0px !important; 
}
.trade-filter td{
    font-size: 12px;
    font-weight: 400;
}
.trade-filter .panel-body{
    padding: 8px !important;
}
.trade-filter .panel-heading{
    color: #fff;
}
.trade-filter a{
    color:#ffffff !important;
}
.trade-filter a:hover{
    color:#ffffff !important;
}
.trade-filter .green{
    background-color: #008f56 !important;
}
.trade-filter .red{
    background-color: #9d2933 !important;
}
.trade-filter .orange{
    background-color: #fa7c2c !important;
}
.trade-filter .purple{
    background-color: #6f3d69 !important;
}
.trade-filter .blue{
    background-color: #2554a1 !important;
}

.progress-bar {
    float: left !important;
}
.mobile-menu{
    overflow: auto;
    overflow-x: auto;
}
.mobile-menu .dropdown-menu{
    right: auto;
    left: 0;
}
.post-detail{
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

}
.mobile-menu ul.dropdown-menu li a{
    padding: 10px !important;
    font-size: 30px;
}
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.mobile-menu .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
   color: #eee !important; 
}

.py-2{
    padding-bottom: 10px;
    padding-top: 10px;
}

.py-1{
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-2{
    padding: 10px;
}
@media (max-width: 768px){
    .btn-fix-botton{
        padding: 8px;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #fff;
        z-index: 2;
        box-shadow: 0px 0px 10px 0px #00000057
    }

    .w-100-sm{
        width: 100%;
    }
}

.btn-danger {
    color: #fff;
    background-color: #EC2B22;
    border-color: #d12820;
}


.masonry{
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    height: 1200px;
    padding: 10px;
}

.masonry-item{
    border: 1px solid #000;
    order: 1px solid #000;
    color: #fff;
    font-weight: 100;
    text-align: center;
}


    
.parent{
  background: green;
  width:330px;
  height: 330px;
  display: flex;
  flex-flow: column wrap;
}

/* .red, .blue{
  margin: 10px;
}
.red{
  flex: 1 1 100px;;
  background-color:red;
}

.blue{
  flex: 2 2 150px;
  background-color:blue;
} */


.market-watch th{
    text-align: right !important;
}

.market-watch td, .market-watch th{
    border-right: 1px solid #ddd;
}
.segoe{
    font-family: "Segoe UI Semibold";
}
.market-watch-marquee{

}
.text-green{
    color: #57af00;
}
.text-red{
    color: #f80016;
}
.float-left{
    float: left;
}
.sell-col{
    background-color: #ffddddb8;
}
.buy-col{
    background-color: #d9ddfaa6;
}
.p-0{
    padding: 0;
}
.fs-20{
    font-size: 20px;
}
.fs-16{
    font-size: 16px;
}

.market-map-item h2{
    font-size: 14px;
    border-radius: 5px;
    background: #dedede;
    padding: 6px;
    margin: 0;
}

.market-map-item .item{
    font-size: 13px;
    border-radius: 5px;
    padding: 6px;
    margin: auto;
    background: #fff;
    min-width: 20%;
}






table#header-fixed  {
    /* text-align: left; */
    position: relative;
  }
  
  #header-fixed th {

    position: sticky;
    top: 0;
    box-shadow: 0px 2px 2px 0px #00000038;
    background: #393939;
    color: #fff;
  }


.table{

    transition: all linear 1.6s;
}

.overflow-hidden{
    overflow: hidden;
}

.tableHeader div {
    float: left;

    padding: 10px;
    background-color: #373737;
    border-right: 1px solid #fff;
    color: #fff;
}
.tableHeader{
    box-shadow: 0px 2px 2px 0px #00000038;
    display: flex;
    font-size: 20px;
    position: relative;
    z-index: 10;
}

.tableBody .row div {
    padding: 25px 6px;
    border-right: 1px solid #cfcfcf;
    float: right;
}
.tableBody .row{
    border-bottom: 1px solid #cfcfcf;
}

.tableBody{
    /* display: block; */
    display: grid;
    font-size: 20px;
    position: relative;
    transition: all linear 0.5s;
}
.tableBody .row:nth-child(even){
background: #eaeaea;
}

.h-80{
    height: 80px;
}

.telegramSupport{
    position: fixed;
    background: #3379b7;
    z-index: 100;
    left: 5px;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    bottom: 5px;
    direction: ltr;
}
.telegramSupport i{
    font-size: 22px;
    top: 2px;
    position: relative;
}
.telegramSupport span{
    font-weight: 100;
    top: -1px;
    position: relative;
    font-size: 13px;
}
 

.mt-2{
    margin-top: 10px;
}

.mt-3{
    margin-top: 15px;
}
.mt-4{
    margin-top: 20px;
}

.mt-50{
    margin-top: 50px;
}

.mb-1{
    margin-bottom: 5px;
}


.siteTitleFooter h1{
    color: #fff;
    font-size: 18px !important;
}
.siteTitleFooter p{
    color: #d6d6d6;

}

.mt-10{
    margin-top: 10px !important;
}

.ls-15{
    letter-spacing: 15px;
}
.m-5{
    margin: 5px;
}
.mb-20{
    margin-bottom: 20px !important;
}

.notif_overlay{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background:  rgba(0, 0, 0, .8);
    z-index: 101;
}
.inside_overlay{
    position: relative;
    top: 40%;
    left: 0;
    right: 0;
    color: #e0e0e0;
    text-align: left;
}

.inside_overlay i.fa{
    transform: rotate(-43deg);
}

@media (max-width: 768px){
    .inside_overlay i.fa{
        transform: rotate(0deg);
    }  

    .inside_overlay{
        text-align: center;
    }
    .flex-sm{
        display: flex; 
        flex-direction: column;
    }
    .id1{
        order: 2;
    }
    .id2{
        order: 1;
    }
}
.d-none{
    display: none;
}

.fs-24{
    font-size: 24px;
}

#login-form .help-block{
    /* text-align: center; */
}

.bold-link{
    font-weight: bold;
    color: dodgerblue;
}

.category-list {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.fs12{
    font-size: 12px;
}
.badge-primary {
    background-color: #4285F4;
}
.sans-serif{
    /* font-family: sans-serif; */
}
.badge{
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
}

.text-warning {
    color: #ffc107!important;
}
.text-success {
    color: #28a745!important;
}
.text-primary {
    color: #007bff!important;
}
.text-danger {
    color: #dc3545!important;
}
.ml5{
    margin-left: 5px;
}
hr {
    margin-top: 50px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.post-img img{
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.post-item .title strong{
    font-size: 17px;
    font-weight: 300;
    color: #464646;
}

.mt-5{
    margin-top: 5px;
}

.p-0{
    padding: 0 !important;
}

.fs-20{
    font-size: 20px !important;
}
@media (min-width: 576px){
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        flex-flow: row wrap;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.card-columns .card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.post-item .post-summary{
    padding: 20px 20px 20px;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    position: relative;
    min-height: 115px;
    max-height: 115px;

}
.navbar-light .navbar-nav .nav-link:hover, .link-secondary:hover {
    color: #f80016;
}
.post-item .post-summary:before{
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    border-top: 2px solid #f80016;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.post-item > .title h5{
    padding: 10px 30px;
    text-align: center;
    font-size: 17px;
    line-height: 30px !important;
    color: #6b7074;
    font-weight: 400;
    min-height: 60px;
    max-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-white {
    background: #fff;
}
.pb-40 {
    padding-bottom: 40px;
}
.box{
    background-color: #fff;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.box .item{
    border-top: 1px solid #f5f5f5;
}

.box .item {
    border-top: 1px solid #f5f5f5;
}
.side-item .title{
    display: block;
    margin-bottom: auto;
    font-size: 12.5px;
    line-height: 20px;
}
.width-30p{
    width: 30%;
}

.width-70p{
    width: 70%;
}

.side-item{
    min-height: 110px;
    display: flex;
    border-top: 1px solid #f5f5f5;
}

.side-item .img-con{
    width: 100px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
}

.side-item .img-con img{
    border-radius: 3px;
}

.side-item .content{
    padding: 25px 0 0 25px;
    width: calc(100% - 100px);
}

.box .moreview-btn{
    background-color: #fafafa;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #a6a9ab;
}
.pbt15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.newPagination{
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.pb-100{
    padding-bottom: 100px;
}
.pb-40{
    padding-bottom: 40px;
}
.side-item.l2{
    display: block;
}

.side-item.l2 .img-con{
    width: 100%;
    padding: 20px 20px 0px;
    text-align: center;
}
.side-item.l2 .content{
    width: 100%;
    padding: 20px;
    text-align: center;
    
}
.h1{
    margin-top: 20px;
    margin-bottom: 10px;
}
.fs18{
    font-size: 18px !important;
}
.mt20{
    margin-top: 20px;
}
.p5{
    padding: 5px;
}
.video-swiper{
    /* background-color: #eee; */
    padding-bottom: 40px;
}
.pt50{
    padding-top: 50px;
}
.text-secondary {
    color: #6c757d!important;
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
footer a {
    color: #ffffff;
    text-decoration: none;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.active{
    background-color: #28a745;
    color: #fff;
}
.radioButton .btn-outline-success{
    margin-bottom: 5px;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 3px rgb(40 167 69 / 50%);
}
.btn.focus, .btn:focus {
    outline: 0;
    /* box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%); */
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;

}
.swiper-item{
    overflow: hidden;
    margin-bottom: 30px;
}
.swiper-item.cdf{

    border-radius: 20px;


}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px !important;
    left: 0;
    width: 100%;
}
.swiper-item .title{
    text-align: center;
    height: 85px;
    line-height: 24px;
    color: #6a7075;
    padding: 24px;
    font-size: 15px;
}
.badge{
    font-family: sans-serif;
}
.p15{
    padding: 15px;
}
.badge-success {
    color: #fff;
    background-color: #28a745;

}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
@media (max-width: 576px){
    .swiper-item .title{

        padding: 0 20px;

    }
}
.swiper-container .swiper-wrapper .swiper-slide{

}

.flex-container{
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
    }
    .mt-20-xs{
        margin-top: 20px;
    }

}
.more-view-btn{
    font-size: 15px;
    text-align: center;
    padding: 5px 25px;
    color: #7c7c7c;
    border: 1px solid #bdbdbd;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 100px;
    font-weight: 300;
    background-color: #eee;
}

.flex-dir-col{
    flex-direction: column;
}

.select-analyser-con{
    flex-grow: 1;
    display: flex;
    align-items: stretch;
}

.empty{
    padding: 7px;
}

.slide-box-item{
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 24px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 10%);
}

.mb5{
    margin-bottom: 5px;
}
.mt5{
    margin-top: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mt10{
    margin-top: 10px;
}
.mb0{
    margin-bottom: 0;
}


.bourse-summary .item{
    box-shadow: 0 8px 32px 0 rgb(10 115 253 / 50%);
    background-image: linear-gradient(to bottom,#699efe, #006eff);
    color: #fff;
    border-radius: 10px;
    padding: 10px;

    min-height: 125px;
}
.bourse-summary .item.posetive{
    /* background-image: linear-gradient(to bottom,#00d35b,#00b74f);
    box-shadow: 0 4px 24px 0 rgb(0 211 91 / 50%); */
    background-image: linear-gradient(to bottom,#029f4cc7,#029f4c);
    box-shadow: 0 4px 24px 0 rgb(14 163 84 / 50%);
    color: #fff;
}
.bourse-summary .item.negative{
    /* box-shadow: 0 4px 24px 0 rgb(255 44 61 / 50%);
    background-image: linear-gradient(to bottom,#ff2c3d,#e30012); */
    box-shadow: 0 4px 24px 0 rgb(255 63 74 / 54%);
    background-image: linear-gradient(to bottom,#ff1925c7,#ff3a44);
    color: #fff;
    color: #fff;
}
.bourse-summary .item label{
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

}
.bourse-summary .item span{
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.p20{
    padding: 20px;
}
.lh-50{
    line-height: 50px;
}


.nav-side-menu::-webkit-scrollbar, .overlay::-webkit-scrollbar{
  width: 8px;
  background-color: #eee;
}
.nav-side-menu::-webkit-scrollbar-thumb, .overlay::-webkit-scrollbar-thumb{
  background-color: rgb(161, 161, 161);
}


.ico-magnifer:after {
    content: "";
    height: 2px;
    width: 10px;
    background: #888;
    position: absolute;
    top: 17px;
    left: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.ico-magnifer {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    height: 20px;
    width: 20px;
    border: 2px solid #888;
    cursor: pointer;
}

.search-result{
    padding: 10px;
    display: flex;
    align-items: center;
}

.search-result img{
    border-radius: 5px;
    float: right;
}
.search-result label{
    float: right;
    padding: 10px;
    font-size: 16px;
}
.search-result a{
    display: flex;
    align-items: center;

}
.shake:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;


  }

@keyframes shake1 {
    10%{
        transform: rotate(20deg);
    }
    50%{
        transform: rotate(-20deg);
    }
    0%{
        transform: rotate(0deg);
    }
}

@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
    
    30%, 50%, 70% {
      transform: translate3d(-2px, 0, 0);
    }
    40%, 60% {
      transform: translate3d(2px, 0, 0);
  }
}