/* General
============================*/
*, *:focus {
    outline: none!important;
}
body{
    font-family: 'Signika Negative', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: hidden;
}
.wrapper {
    display: block;
    position: relative;
}
.main{
    display: block;
    position: relative;
    width: 100%;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.section-setting{
    display: block;
    position: relative;
    width: 100%;
    padding: 70px 0px;
    background-color: #36405C;
}
.section-color{
    background-color: #f6f7fd;
}
.landing-bc{
    background: url(../images/background_landing_pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.full-width{
    width: 100% !important;
}

/* Links
============================*/
a, a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
}

/* Lists
============================*/
ul, li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* dot-lists
===========================*/
.dot-lists li{
    line-height: 30px;
    padding: 0;
    padding-left: 25px;
    font-size: 18px;
    margin: 10px auto;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: left;
}
.dot-lists li:before{
    content: " ";
    position: absolute;
    text-align: center;
    background-color: #ffffff;
    left: 0;
    top: 12px;
    right: auto;
    margin: auto;
    width: 10px;
    height: 10px;
    z-index: 9999;
}

/* Images
============================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Custom-btn
==========================*/
.custom-btn {
    display: inline-block;
    position: relative;
    border: none;
    margin: 15px auto;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    padding: 0 30px;
    text-transform: capitalize;
    color: #fff;
    overflow: hidden;
    border-radius: 25px;
    font-weight: 400;
    background-color: #4cbcc3;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.custom-btn:hover{
    color: #ffffff;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.custom-btn:focus{
    color: #ffffff;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.icon-btn{
    display: inline-block;
    position: relative;
    border: none;
    margin: 0 auto;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius:0;
    font-weight: 700;
    color: #ffffff;
    background-color: transparent;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.icon-btn span.count{
    position: absolute;
    top: 5px;
    right: 2px;
    background-color: #e00707;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 100;
    border-radius: 50%;
}
.icon-btn:hover{
    background-color:#4cbcc3;
    color:#fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}

/* Tab
========================*/
.nav-tabs {
    position: relative;
    border-bottom: 0;
    padding: 0;
    margin: 15px auto;
    text-align: center;
}
.nav-tabs>li>a {
    display: block;
    position: relative;
    line-height: 50px;
    border-radius: 0;
    padding: 0 25px;
    margin: 5px;
    color: #1A2434;
    background-color: #fff;
    border-radius: 25px;
    font-size: 16px;
    border: 1px solid #707070;
    box-shadow: 0px 0px 0px 0px #1A2434;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover ,
.nav-tabs>li.active>a ,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    color: #fff;
    background-color: #4CBCC3;
    border-color: #4cbcc3;
}
.tab-content>.tab-pane{
    width: 100%;
    overflow: hidden;
}

/* Forms
============================*/
label {
    display: block;
    text-align: left;
    margin: 15px auto;
    text-transform: capitalize;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
}
.form-control {
    display: block;
    position: relative;
    border: 0;
    margin: 0px auto;
    padding: 0 20px;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
    font-size: 16px;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #1a1a1a;
}
textarea.form-control{
    height: 135px;
    resize: none;
}
.form-control:hover ,
.form-control:focus {
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.input-group-addon {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #4cbcc3;
    text-align: center;
    background-color: white;
    border: 0;
    border-radius: 0 25px 25px 0;
}
.input-group .form-control{
    border-right: 0;
    background-color: #fff;
}
input[type=radio],
input[type=checkbox] {
    display: none;
}
input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 30px;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    margin: auto;
    height: 20px;
    line-height: 20px;
    color: inherit;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    font-size: 12px;
}
input[type=checkbox]+label::before {
    top: 0;
    border-radius: 3px;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-left: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before {
    background: #8BC34A;
    border-color: #8BC34A;
}
.radio-wrap{
    display: inline-block;
    vertical-align: middle;
}
.form-group span.hint{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}

/* Text
============================*/
.head-title{
    display: block;
    position: relative;
    font-size: 46px;
    line-height: 40px;
    color: #414143;
    margin: 15px auto;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
.sub-title{
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #231f20;
    margin: 5px auto;
    text-transform: capitalize;
}
.info-text{
    display: block;
    position: relative;
    width: 100%;
    line-height: 35px;
    font-size: 22px;
    color: #707070;
    text-transform: lowercase;
    margin: 15px auto;
}

/* Loading
========================*/
.loading {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    background-color: #36405c;
}
.loading .spinner {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.1s infinite ease-in-out;
    animation: sk-scaleout 1.1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* Scroll
============================*/
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow:none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #4bb7be;
    width: 3px;
    -webkit-box-shadow:none;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #4bb7be;
    width: 3px;
}
::-moz-scrollbar-track {
    -webkit-box-shadow:none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}
::-moz-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #4bb7be;
    width: 3px;
    -webkit-box-shadow:none;
}
::-moz-scrollbar-thumb:window-inactive {
    background-color: #4bb7be;
    width: 3px;
}
.modal-dialog::-webkit-scrollbar {
    width: 0px;
}
.modal-dialog::-webkit-scrollbar-track {
    -webkit-box-shadow:none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}
.modal-dialog::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #4bb7be;
    width: 0px;
    -webkit-box-shadow:none;
}
.modal-dialog::-webkit-scrollbar-thumb:window-inactive {
    background-color: #4bb7be;
    width: 0px;
}
.modal-dialog::-moz-scrollbar-track {
    -webkit-box-shadow:none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}
.modal-dialog::-moz-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #4bb7be;
    width: 0px;
    -webkit-box-shadow:none;
}
.modal-dialog::-moz-scrollbar-thumb:window-inactive {
    background-color: #4bb7be;
    width: 0px;
}

/* Header
==========================*/
.header{
    position: relative;
    background-color: #363f5c;
    -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
}
.landing-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to left , #4bb7be, #36405c);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.landing-header.show{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.header a.logo{
    float: left;
    padding: 5px 0px;
    height: 60px;
}
.header a.logo span{
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    margin-left: 15px;
}
.header a.logo img{
    width: 36px;
    display: inline-block;
    vertical-align: middle;
}
.landing-header .logo{
    margin:15px auto;
    padding: 0 !important;
    height: auto!important;
}
.header .header-widget{
    float: right;
    margin: 15px auto;
}
.header .full-widget{
    float: right;
    margin: 0px auto;
}
.header .header-widget li{
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
.header .header-widget li .icon-btn{
    line-height: 60px;
    font-size: 24px;
    width: 48px;
}
.header .header-widget li .custom-btn{
    line-height: 40px;
    margin: 0 5px;
    background-color: transparent;
    border: 2px solid #fff
}
.header .header-widget li .custom-btn i{
    display:none;
}
.header .header-widget li .custom-btn span{
    display:block;
}
.header .header-widget li:last-child .custom-btn{
    background-color:#36415c;
    border-color:#36415c;
}
.header .full-widget li .custom-btn{
    border: 0;
    padding: 0 5px;
    margin: 0;
    border-radius: 0;
    line-height: 60px;
    display: block;
}
.header .full-widget li .custom-btn img{
    display: inline-block;
    width: 35px;
    vertical-align: middle;
}
.header .full-widget li .custom-btn span{
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 40px;
}
.header .full-widget li .custom-btn:hover{
    background-color: #4cbcc3;
}
.header .full-widget li.search{
    min-width: 420px;
}
.header .full-widget li.search i{
    font-size: 22px;
    color: #727a8f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
}
.header .full-widget li.search .form-control{
    background-color: transparent;
    border-bottom: 2px solid #727a8f;
    border-radius: 0;
    color: #727a8f;
    padding-left: 40px;
}
.full-widget .dropdown-menu {
    box-shadow: none;
    background-color: #363f5c;
    border: 0;
    min-width: 240px;
    margin: 0;
    padding: 10px 10px 0px;
    border-radius: 0 0 15px 15px;
    right: 0;
    left: auto;
    top: 150%;
    opacity:0;
    visibility: hidden;
    display: block!Important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.full-widget .dropdown-menu.notfi-drop{

    max-height: 265px;

    overflow-y: auto;
}
.full-widget .dropdown-menu.second-level {
    box-shadow: none;
    background-color: #363f5c;
    border: 0;
    min-width: 240px;
    max-height: 265px;
    overflow-y: auto;
    margin: 0;
    padding: 10px 10px 0px;
    border-radius: 0 0 15px 15px;
    right: 100%;
    left: auto;
    top: 150%;
    opacity: 0!important;
    visibility: hidden !important;
    display: block!Important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top:100%;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.dropdown.second-level-wrap:hover .second-level  {
    opacity: 1!important;
    visibility: visible !important;
    top:0%;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.full-widget .dropdown-menu li.notfy-item{
    display: block;
    float: none;
    line-height: 18px;
    font-size: 12px;
    padding: 10px 20px 10px 10px;
    background-color: #4a546d;
    border-radius: 5px;
    color: #fff;
    margin: 10px auto;
    letter-spacing: .5px;
}
.full-widget .dropdown-menu li.notfy-item .notfy-time{
    display: block;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: .5px;
}
.full-widget .dropdown-menu li.notfy-item span.status{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.full-widget .dropdown-menu li.notfy-item span.status.active{
    background-color: #4bb7be;
}
.full-widget .dropdown-menu li.notfy-item a{
    padding: 0;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: .5px;
}
.full-widget .dropdown-menu li.notfy-item a:hover,
.full-widget .dropdown-menu li.notfy-item a:focus{
    background-color: transparent;
}
.full-widget .dropdown-menu li{
    display:block;
}
.header .header-widget li .categ-item{
    display: block;
    width: 100%;
    position: relative;
    line-height: 22px;
    font-size: 12px;
    padding: 10px 20px 10px 10px;
    background-color: #4a546d;
    border-radius: 5px;
    color: #fff;
    margin: 5px auto;
    letter-spacing: .5px;
    cursor: pointer;
}
.header .header-widget li .categ-item span{
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
}
.header .header-widget li .categ-item span:first-child{
    color: #4bb7be;
    font-weight: 400;
}
.header .header-widget li .categ-item:hover{
    background-color: #000;
}
.header .header-widget li .categ-item i{
    position: absolute;
    border-radius: 50%;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
}

/* Footer
===========================*/
.footer{
    background-color: #36415c;
    padding: 25px 0px;
}
.footer p{
    text-align: left;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
}
.footer ul{
    text-align: right;
}
.footer ul li{
    display: inline-block;
}
.footer ul li a{
    display: block;
    line-height: 35px;
    font-size: 17px;
    color: #fff;
    margin: 0 10px;
}

/*Welcome Home
==========================*/
.welcome-home {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to top left , #4bb7be, #36405c);
    padding: 140px 0px 20px;
}
.welcome-home:before{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 41%;
    background: url(../images/puzzle_landing.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.welcome-home img{
    margin: 0;
}
.welcome-home .head-title{
    color: #fff;
    font-weight: 400;
    font-size: 65px;
    line-height: 75px;
    margin: 0;
}
.welcome-home .head-title span{
    display: block;
    font-size: 27px;
    color: #4cbcc3;
    font-weight: 600;
    line-height: 33px;
}
.welcome-home .info-text{
    color: #ffffff;
    margin: 10px 0;
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    max-width: 470px;
}
.welcome-home .info-text span{
    font-weight:600;
}
.welcome-home .custom-btn{
    background-color: transparent;
    border: 2px solid #fff;
}
.welcome-home .custom-btn:hover{
    background-color:#36405c;
    border-color:#36405c;
}
.scroll-down{
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.scroll-down a{
    color: #fff;
    text-align: center;
}
.scroll-down a span{
    display:block;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}
.scroll-down.bounce i {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    font-size: 25px;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/* Block Item
============================*/
.block-item{
    margin: 70px auto;
    display: block;
    position: relative;
    padding: 25px;
    overflow: hidden;
    background: #ffffff;
    text-align: left;
    border-radius: 50px;
    width: 100%;
    text-align: center;
}
.block-item .custom-pad{
    padding: 120px 0px;
}
.block-item .head-title{
    text-transform: capitalize;
    font-weight: 600;
    font-size: 45px;
}
.block-item .info-text{
    font-size: 19px;
    line-height: 30px;
}
.block-item .head-title span ,
.block-item .info-text span{
    color:#4CBCC3;
}
.block-item img{
    margin: auto;
}

/* Home Video
======================*/
.home-vid{
    background-color: #000;
    padding: 70px 0px;
}

/* Profile Head
==========================*/
.profile-head{
    display: block;
    padding: 25px 0px;
    text-align: center;
    background-color: #1b2435;
}
.profile-head-wrap{
    position: relative;
}
.profile-head-photo{
    display: block;
    position: relative;
}
.profile-head-photo .img-wrap{
    position:relative;
    max-width: 360px;
    width: 100%;
    margin: 15px auto 30px;
}
.img-wrap img{
    border-radius: 50%;
    overflow : hidden;
}
.upload-btn{
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    top: 0;
    right: 0;
}
.upload-btn .custom-btn{
    margin-bottom: 10px;
    margin: 0;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: transparent;
    font-size: 32px;
}
.upload-btn input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.profile-head-photo span.name{
    display: block;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: 55px;
}
.profile-head-photo span.status{
    display: block;
    color: #4CBCC3;
    font-size: 24px;
    margin: 15px auto;
    line-height: 45px;
}
.profile-head-photo span .icon-btn{
    margin-left: 10px;
}
.profile-head-wrap .logout-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    margin: 0;
    line-height: 30px;
}
.profile-head-wrap .logout-btn i{
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 22px;
}
.profile-head-wrap .logout-btn:hover .icon-btn{
    background-color:transparent;
    color:#4cbcc3;
}
.profile-head-wrap .logout-btn .dropdown-menu{
    right: 0;
    left: auto;
    background-color: transparent;
    min-width: 107px;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.profile-head-wrap .logout-btn .dropdown-menu li .custom-btn{
    margin: auto;
    width: 100%;
    display: block;
    background-color: transparent;
    padding: 0;
}
.profile-head-wrap .logout-btn .dropdown-menu li .custom-btn i{
    display: inline-block;
}
.user-act{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    margin: 0;
    line-height: 30px;
}
.user-act .custom-btn{
    display: block;
    margin: 5px 0 5px auto;
    width: 200px;
    padding: 0 5px;
    background-color: transparent;
    border: 2px solid #4cbcc3;
    font-size: 17px;
    line-height: 35px;
}
.user-act .custom-btn:first-child{
    background-color: #4cbcc3;
}

.break_num{
    display: block;
    position: absolute;
    height: 100px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 1px;
}
.break_num span{
    display: block;
}
.follow-num{
    display: block;
    position: absolute;
    height: 100px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 1px;
}
.follow-num span{
    display: block;
}

/* Break Item
========================*/
.search-title{
    font-size: 24px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
}
.break-item{
    display: block;
    position: relative;
    margin: 15px auto;
    background-color: #f2f2f2;
    border-radius: 25px;
    overflow: hidden;
}
.break-item .break-cont{
    display: block;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
}
.break-item .break-cont .head{
    display: block;
    position: relative;
    text-align: left;
    margin: 15px auto;
    width: 100%;
    min-height: 70px;
}
.break-item .break-cont .head img{
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.break-item .break-cont .head .head-cont{
    display: block;
    padding: 0px 30px 0px 80px;
}
.break-item .break-cont .head .head-cont .name{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #36405C;
    cursor: pointer;
}
.break-item .break-cont .head .head-cont .name a{
    color: #4cbcc3;
    text-transform: capitalize;
}
.break-item .break-cont .head .head-cont .categ{
    display: block;
    color: #4CBCC3;
    font-size: 16px;
    font-weight: 600;
}
.break-item .break-cont .head .head-cont .categ a{
    color: #4CBCC3;
    margin: 0 5px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
}
.break-item .break-cont .date{
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #4D4D4D;
}
.break-item .break-cont .head .control{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
}
.break-item .break-cont .head .control .dropdown-menu{
    right: 0;
    left: auto;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    top: 100%;
    background-color: #36405C;
    padding: 5px 10px;
    min-width: 210px;
    box-shadow: none;
    border: 0;
    border-radius: 15px;
}
.break-item .break-cont .head .control .dropdown-menu li{
    background-color: #4B546D;
    color: #fff;
    margin: 5px auto;
    border-radius: 10px;
    overflow: hidden;
}
.break-item .break-cont .head .control .dropdown-menu li button ,
.break-item .break-cont .head .control .dropdown-menu li button:hover{
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    padding: 0 15px;
    overflow:hidden;
    border: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    text-align: left;
}
.break-item .break-cont .head .control .dropdown-menu li button:hover{
    background-color: #4cbcc3;
    overflow:hidden;
}
.break-item .break-cont .head .control .dropdown-menu li a ,
.break-item .break-cont .head .control .dropdown-menu li a:hover{
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    padding: 0 15px;
    overflow:hidden;
    border: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    text-align: left;
}
.break-item .break-cont .head .control .dropdown-menu li a:hover{
    background-color: #4cbcc3;
    overflow:hidden;
}
.break-item .break-cont .head .control .icon-btn ,
.break-item .break-cont .head .control .icon-btn:hover ,
.break-item .break-cont .head .control .icon-btn:focus{
    color: #36405c;
    font-size: 25px;
    background-color: transparent;
}
.break-item .break-cont .break-img{
    display: block;
    width: 100%;
    margin: 5px auto;
}
.break-item .break-cont .break-img img{
    width: 100%;
}
.break-item .break-cont .break-item-det{
    display: block;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #36405C;
    margin: 10px auto;
}
.break-item .break-cont .break-item-det a{
    text-transform:capitalize;
    text-decoration:underline;
}
.break-item .break-solv{
    display: block;
    background-color: #e6e6e6;
    overflow: hidden;
}
.break-info{
    display: block;
    text-align: center;
    margin: 15px auto;
    color: #fff;
}
.break-info .custom-btn{
    padding: 0 10px 0 0;
    margin: 5px;
    font-size: 15px;
    line-height: 35px;
}
.break-info .custom-btn.colored{
    background-color:#36405c;
}
.break-info .custom-btn span{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    color: #36405c;
    line-height: 35px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    margin: 0 0 0 -3px;
}
.break-info .custom-btn i{
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block;
}
.break-solv .solv-list{
    padding: 0;
    max-height: 310px;
    overflow-y: auto;
}
.break-solv .solv-list li{
    display: block;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 0;
}
.break-solv .solv-list li .solver{
    background-color:#F6B23F;
}
.break-solv .solv-list li img{
    float: left;
    width: 30px;
    height: 30px;
}
.break-solv .solv-list li .solv-item-cont{
    display: block;
    padding: 0px 50px 0px 40px;
    text-align: left;
}
.break-solv .solv-list li  .solv-item{
    position: relative;
    padding: 10px;
    border-top: 1px solid #d9d9d9;
}
.break-solv .solv-list li .solv-item.repl-comm{
    padding: 5px;
    margin-left: 30px;
}
.break-solv .solv-list li .solv-item.repl-comm .solv-item-cont{
    padding: 0px 30px 0px 40px;
}
.break-solv .solv-list li .solv-item:last-child{
    border-bottom: 1px solid #d9d9d9;
}
.break-solv .solv-list li .comment-action{
    position: absolute;
    right: 0;
    top: 0;
}
.break-solv .solv-list li.solver button.agree{
    color:#fff;
}
.break-solv .solv-list li button {
    height: 60px;
    color: #4cbcc3;
    font-size: 17px;
    text-align: center;
    border: 0;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.break-solv .solv-list li button span{
    color:#36405c;
    font-size: 14px;
}
.break-solv .solv-list li button span ,
.break-solv .solv-list li button i{
    display: block;
}
.break-solv .solv-list li .solv-item-cont{
    display: block;
    padding: 0px 110px 0px 40px;
    text-align: left;
}
.break-solv .solv-list li .solv-item-cont a.name{
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    color:#36405c;
    letter-spacing: .5px;
}
.break-solv .solv-list li .solv-item-cont .info-text{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #36405C;
}
.break-solv .add-comm ,
.break-solv .add-solv{
    display: block;
    position: relative;
    overflow: hidden;
}
.break-solv .add-comm .form-control{
    line-height: 35px;
    height: 35px;
    font-size: 14px;
}
.break-solv .add-comm .form-control ,
.break-solv .add-solv .form-control{
    border-radius: 0;
    background-color: #ccc;
}
.break-solv .add-comm .custom-btn ,
.break-solv .add-solv .custom-btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    margin: auto;
}
.break-solv .add-comm .custom-btn{
    background-color: #4cbcc3;
    color: #fff;
    font-size: 12px;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
}
.break-solv .add-comm{
    display: none;
    margin-left: 40px;
    margin-right: -10px;
    font-size: 12px;
}
.break-solv .solv-list li .solv-item.solve{
    background: #f00;
}
.quote-item .break-cont .break-item-det{
    text-align: center;
    padding: 15px 50px;
    margin-top: 31px;
}
.quote-item .break-info{
    text-align: center;
}
.quote-item .break-cont .break-item-det i{
    content: " ";
    position:absolute;
    left: 0;
    top: 0;
    font-size: 45px;
}
.quote-item .break-cont .break-item-det i.fa-quote-right{
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.break-solv .solv-list li .solver button ,
.break-solv .solv-list li .solver button span{
    color:#fff;
}
.profile-widget{
    display: block;
    position: relative;
    margin: 25px auto;
    background-color: #1A2434;
    border-radius: 25px;
    overflow: hidden;
}
.profile-widget .title{
    display: block;
    padding: 10px 25px;
    line-height: 45px;
    text-align: left;
    background-color: #C3CFF1;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.profile-widget .title .icon-btn{
    float: right;
    background-color: #1a2434;
    border-radius: 50%;
}
.profile-widget .widget-content .main-info li{
    display: block;
    line-height: 30px;
    margin: 15px auto;
    color: #fff;
    text-align: left;
    padding: 0 35px;
    font-size: 17px;
}
.profile-widget .widget-content .main-info li span{
    display: inline-block;
    vertical-align: middle;
    color: #4CBCC3;
    margin-right: 10px;
}
.profile-widget .widget-content .main-info li span i{
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.follow-list{
    padding: 15px;
    max-height: 345px;
    overflow-y: auto;
}
.follow-list li{
    display: block;
    position: relative;
    border-bottom: 1px solid #C3CFF1;
    padding: 15px;
    text-align: left;
    margin: 5px auto;
}
.follow-list li img{
    float: left;
    width: 45px;
    height: 45px;
}
.follow-list li .follow-item{
    display: block;
    position: relative;
    padding: 11px 80px 5px 60px;
    color: #fff;
}
.follow-list li .follow-item span{
    display: block;
    font-size: 18px;
}
.follow-list li .follow-item span:last-child{
    color: #4CBCC3;
    font-size: 15px;
}
.follow-list li .custom-btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    color: #4CBCC3;
    margin: auto;
    padding: 0;
}
.offer-item{
    display: block;
    position: relative;
    margin: 15px auto;
    background-color: #fff;
    overflow: hidden;
}
.offer-item .offer-cont{
    display: block;
    position: relative;
    padding: 25px;
}
.offer-item .offer-cont .offer-head{
    display: block;
    position: relative;
    margin: 15px auto;
}
.offer-item .offer-cont .offer-head img{
    float: left;
    width: 140px;
    margin: 35px auto;
}

.offer-item .offer-head-cont{
    display: block;
    padding: 15px 15px 15px 150px;
    text-align: left;
    color: #36405c;
}
.offer-item .offer-head-cont .head-title{
    font-size: 27px;
    margin: 0 auto;
}
.offer-item .offer-head-cont .info-text{
    font-size: 16px;
    color: #36405c;
    line-height: 25px;
    margin: 5px auto;
}

.offer-word{
    display: block;
    position: relative;
    margin: 15px auto;
    text-align: center;
}
.offer-word .head-title{
    font-size: 37px;
    margin: 0 auto;
}
.offer-word .info-text{
    margin: 5px auto;
    font-size: 24px;
    text-transform: capitalize;
}

.offer-footer{
    background-color: #E60505;
}
.offer-footer .custom-btn{
    background-color: transparent;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 26px;
}
.business-profile-head{
    padding:70px 0px;
}
.business-profile-head img{
    width: 190px;
}
.business-profile-head .business-profile-head-cont{
    text-align: left;
}
.business-profile-head .business-profile-head-cont .name{
    display: block;
    position: relative;
    font-size: 46px;
    line-height: 40px;
    color: #4CBCC3;
    margin: 15px auto;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: capitalize;
}
.business-profile-head .business-profile-head-cont .status{
    display: block;
    position: relative;
    line-height: 35px;
    font-size: 24px;
    color: #C3CFF1;
    text-transform: capitalize;
    margin: 15px auto;
}
.business-profile-head .business-profile-head-cont .user-act{
    position: relative;
    display: block;
    margin: 15px auto;
}
.business-profile-head .business-profile-head-cont .user-act .custom-btn{
    display: inline-block;
    margin: 5px auto;
    width: auto;
    padding: 0 20px;
}
.business-profile-head .follow-num{
    position: relative;
    font-size: 30px;
}
.business-profile-head .rate {
    color: #ffbd4d;
}
.business-profile-head .custom-btn.rate-btn{
    display: inline-block;
    margin: 15px auto;
    padding: 0 20px;
    background-color: transparent;
    border: 2px solid #4cbcc3;
    width: 150px;
    line-height: 35px;
}
.business-profile-head .info-text{
    text-align: center;
    color: #fff;
    font-size: 15px;
    max-width: 767px;
    line-height: 25px;
}

/*Rating
=======================*/
.rating-block {
    display: none;
}
.rating-numb{
    display: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 13px;
    font-weight: bold;
    font-size: 21px;
    margin-top: -10px;
    font-family: arial;
}

.star-rating{
    line-height: 35px;
    cursor: pointer;
    font-size: 22px;
    display: block;
}
.star-rating .fas{
    color:#fff;
}
.colorstar {
    color: #FFC107 !important;
}

.categories .section-setting{
    padding: 70px;
    background-color: #2d354d;
}
.catego-wrap .break-item{
    width: 48%;
    margin: 1%;
    float: left;
}
.side-block{
    display: block;
    position: relative;
    margin: 15px auto;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
}
.side-block .title{
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}
.tren_catgs li ,
.side-block .hasttag li a{
    display:block;
    text-align: left;
    padding: 5px 15px 5px 25px;
    margin: 5px auto;
    color: #4CBCC3;
    font-size: 17px;
    border-bottom: 1px solid #C3CFF1;
}
.tren_catgs li{
    padding: 5px 0;
}
.side-block .hasttag li a:before{
    left: 0;
    content: " ";
    position:absolute;
    width: 10px;
    height: 10px;
    background-color: #4cbcc3;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tren_catgs li .name{
    color: #808080;
    font-size: 17px;
}
.tren_catgs li span{
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    margin: 0 2px;
}
.tren_catgs li:last-child{
    border-bottom: 0;
}
.side-block .recomen{
    display: block;
    margin: 15px auto;
    text-align: left;
}
.side-block .recomen img{
    width: 100%;
}
.side-block .recomen a{
    color: #808080;
    font-size: 17px;
    line-height: 35px;
    margin: 5px auto 0;
}
.side-block .recomen p{
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    margin: 0 2px;
    color: #4cbcc3;
}
.side-block .who-follow-list{

}
.side-block .who-follow-list img{
    float: left;
    width: 45px;
    height: 45px;
}
.side-block .who-follow-list li{
    display: block;
    position: relative;
    border-bottom: 1px solid #C3CFF1;
    padding: 15px;
    text-align: left;
    margin: 5px auto;
}
.side-block .who-follow-list li .follow-item{
    display: block;
    position: relative;
    padding: 0 80px 0 60px;
    color: #fff;
}
.side-block .who-follow-list li .follow-item span{
    display: block;
    font-size: 18px;
    color: #363f5c;
    text-transform: capitalize;
    font-weight: 600;
}
.side-block .who-follow-list li .follow-item span:last-child{
    color: #4CBCC3;
    font-size: 15px;
    font-weight: 400;
}
.side-block .who-follow-list li .icon-btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #4CBCC3;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 20px;
    color: #fff;
    margin: auto;
    padding: 0;
    border-radius: 50%;
}
.side-block .who-follow-list li:last-child{
    border-bottom: 0;
}
.footer-links p{
    display: block;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    margin: 0 10px;
    margin: 5px auto;
}
.footer-links li{
    display: inline-block;
    margin: 5px 10px;
}
.footer-links li a{
    display: block;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    margin: 0 10px;
}
.categories .ask-modal{
    max-width: 620px;
    margin: 0 auto 15px;
}

/* Modal
=========================*/
.modal{
    z-index:9999;
    background-color: rgba(54, 63, 92, 0.5);
}
.modal-open {
    overflow: hidden!important;
}
.modal-footer {
    text-align: center;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 0;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 25px auto 0;
}
.modal-body {
    position: relative;
    padding: 15px;
    background: #f9f9f9;
}
.modal-header {
    padding: 0 15px;
    border-bottom: 0;
    display: block;
    position: relative;
    margin: 0 auto 15px;
}
.modal-header .icon-btn ,
.modal-header .icon-btn:hover ,
.modal-header .icon-btn:focus{
    position: absolute;
    top: 0;
    right: 15px;
    background-color: transparent!important;
    color: #fff;
    font-size: 30px;
}
.modal-header img{
    width: 37px;
    display: inline-block;
    vertical-align: middle;
}
.modal-header .head-title{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
    font-size: 31px;
    line-height: 30px;
    margin: 0 0 0 10px;
}
.modal-header .head-title span{
    display: block;
    font-size: 13px;
    color: #4cbcc3;
    font-weight: 600;
    line-height: 20px;
}
.model-body{
    padding:  15px;
    text-align: right;
    letter-spacing: 1px;
    color: #555;
    line-height: 25px;
}
.modal-header .close {
    margin-top: 15px;
}
.modal-content{
    box-shadow: none;
    border: 0;
    background-color: transparent;
}
.model-body .form-group label{
    color: #000;
}
.model-body .form-group .form-control{
    background: #fff;
}
.modal-dialog{
    max-width: 452px;
    overflow: hidden;
    background-color: #363f5c;
    border-radius: 25px;
    border: 3px solid #4CBCC3;
    padding: 25px;
    margin: 25px auto;
    width: 98%;
}
.modal-dialog.edit_prof_pop{
}
.modal-dialog.wide-width{
    max-width: 880px;
}
.modal-body .response-messages p{
    margin: 10px 0;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4595a3;
    position: relative;
    text-align: left;
    padding: 5px 5px 5px 28px;
    background: #fff;
    display: block;
    font-size: 13px;
}
.modal-body .response-messages p:before{
    content: " ";
    position: absolute;
    background: #4CBCC3;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.modal-dialog .head-title{
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-align: left;
}
.modal-dialog .info-text{
    background-color:#fff;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: #36405C;
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-nav{
    display: block;
    margin: 15px auto;
    text-align: left;
}
.modal-nav li{
    font-weight: 400;
    display: inline-block;
    margin: 0 8px;
}
.modal-nav li.active{
    color: #4CBCC3;
    font-size: 16px;
    border-bottom: 2px solid #4CBCC3;
    text-transform: capitalize;
    padding-bottom: 5px;
    line-height: 30px;
}
.modal-nav li .custom-btn{
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    line-height: 37px;
    border-radius: 0;
}
.modal-dialog .modal-form{
    display: block;
    margin: 25px auto 15px;
}
.modal-dialog .modal-form .form-group{
    margin: 15px auto;
    padding: 0 5px;
}
.modal-dialog .modal-form .form-group.priv , .modal-dialog .modal-form .form-group.priv input[type=checkbox]+label{
    margin: 0px auto;
    padding-top: 5px;
}
.modal-dialog .modal-form .form-group .custom-btn{
    line-height: 40px;
    width: 190px;
    margin: 5px auto;
}
.modal-dialog .modal-form.full-width .form-group .custom-btn{
    width:100%;
    margin: 0 auto;
}
.modal-dialog .modal-form .form-group .custom-btn.forget{
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    line-height: 37px;
    border-radius: 0;
    float: right;
}
.modal-dialog .modal-form .form-group.social-login{
    margin: 25px auto 0;
}
.modal-dialog .modal-form .form-group.social-login .custom-btn{
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    max-width: 340px;
    margin: 10px auto;
    letter-spacing: 1px;
    padding: 0px 20px 0px 45px;
}
.modal-dialog .modal-form .form-group.social-login .custom-btn i{
    position: absolute;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.modal-dialog .modal-footer a{
    color: #4cbcc3;
    margin: 0 5px;
}
.modal-dialog .signup-form .form-group{
    margin:10px auto;
}
.modal-dialog .signup-form .form-group.social-login{
    margin: 0 auto;
}
.modal-dialog .signup-form .form-group.social-login .custom-btn{
    display: inline-block;
    width: 122px;
    line-height: 15px;
    padding: 5px 20px 5px 45px;
    text-align: left;
}
.modal-dialog .signup-form .phone-fom .phone-cod{
    display: inline-block;
    width: 100px;
    padding: 0 5px;
    margin-right: 15px;
}
.modal-dialog .signup-form .phone-fom .phone-num{
    width: 265px;
    display: inline-block;
}
.facebook{
    background-color: #3B5998;
}
.twitter{
    background-color: #55ACEE;
}
.google{
    background-color: #fff;
    color: #F14336 !important;
}
.google i{
    color: #F14336 !important;
}

#break_det .modal-dialog{
    max-width: 540px;
    padding: 0;
    border: 0;
    background-color: transparent;
}
#break_det .modal-dialog .info-text{
    background-color: transparent;
    padding: 0;
    font-weight: 400;
}
.ask-modal{
    background: transparent;
    padding: 0;
    border: 0;
    margin: 25px auto;
    max-width: 620px;
}
.ask-modal .modal-header{
    margin: 0;
}
.ask-modal .modal-header .icon-btn{
    background-color: #36405c!important;
    border-radius: 50%;
    font-size: 19px;
    border: 5px solid #fff;
    height: 50px;
    top: 0px;
    width: 50px;
}
.ask-modal .modal-header label{
    margin: 0;
    line-height: 30px;
}
.ask-modal .ask-wrap{
    border: 3px solid #F4B03E;
    border-radius: 25px;
    overflow: hidden;
    display: block;
}
.ask-modal .ask-wrap .head{
    display: block;
    background-color: #fff;
    padding: 10px 15px;
}
.ask-modal .ask-wrap .head img{
    float: left;
    width: 50px;
    height: 50px;
}
.ask-modal .ask-wrap .head .nav-tabs{
    margin: 5px auto;
    padding-left: 50px;
    text-align: left;
}
.ask-modal .ask-wrap .head .nav-tabs li{
    display: inline-block;
    float: none;
}
.ask-modal .ask-wrap .head .nav-tabs li a{
    font-size: 14px;
    line-height: 35px;
    padding: 0 22px;
    background-color: #36405C;
    color: #fff;
}
.ask-modal .ask-wrap .head .nav-tabs>li>a:focus,
.ask-modal .ask-wrap .head .nav-tabs>li>a:hover,
.ask-modal .ask-wrap .head .nav-tabs>li.active>a,
.ask-modal .ask-wrap .head .nav-tabs>li.active>a:focus,
.ask-modal .ask-wrap .head .nav-tabs>li.active>a:hover{
    color: #fff;
    background-color: #4CBCC3;
    border-color: #4cbcc3;
}
.ask-modal .ask-wrap .tab-content>.tab-pane .form-control{
    background-color: #ffffff;
    border-radius: 0;
    height:50px;
    line-height: 50px;
    border-top: 1px solid #c1c1c1;
}
.ask-modal .ask-wrap .ask-footer{
    color: #fff;
    background-color: #4CBCC3;
    line-height: 30px;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    width:100%;
    margin:0;
    border-radius:0;
}
.user-search-item{
    display: block;
    overflow: hidden;
    padding: 15px;
    background-color: #1b2435;
    border-radius: 100px;
    margin: 15px auto;
}
.user-search-item .user-img{
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}
.user-search-item .user-img img{
    width: 100%;
    height: 100%;
}
.user-search-item .user-cont{
    text-align: left;
    padding-left: 130px;
    color: #fff;
}
.user-search-item .user-cont a{
    margin: 5px auto;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
}
.user-search-item .user-cont span{
    display: block;
    text-transform: uppercase;
    color: #4cbcc3;
    line-height: 25px;
}
.user-search-item .user-cont .user-search-act{
    margin: 5px auto;
}
.user-search-item .user-cont .user-search-act .custom-btn{
    margin: 0 auto;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}
.user-search-item .user-cont .user-search-act a{
    text-transform: capitalize;
    margin-left: 15px;
    font-size: 14px;
}

/* Post Item
==========================*/
.inner-post{
    padding:70px 0px;
}
.post-head , .post-content{
    background-color: #fff;
    padding: 15px;
    border-left: 1px solid #ddd;
    max-height: 624px;
    min-height: 624px;
    overflow: hidden;
    overflow-y: auto;
}
.post-content{
    padding: 0;
}
.post-head .head{
    display: block;
    position: relative;
    text-align: left;
    margin: 15px auto;
    width: 100%;
    min-height: 70px;
}
.post-head .head img{
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.post-head .head .head-cont{
    display: block;
    padding: 0px 30px 0px 80px;
}
.post-head .head .head-cont .name{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #36405C;
    cursor: pointer;
}
.post-head .head .head-cont .name a{
    color: #4cbcc3;
    text-transform: capitalize;
}
.post-head .head .head-cont .categ{
    display: block;
    color: #4CBCC3;
    font-size: 16px;
    font-weight: 600;
}
.post-head .head .head-cont .categ a{
    color: #4CBCC3;
    margin: 0 5px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
}
.post-head .date{
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #4D4D4D;
}
.post-head .head .control{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
}
.post-head .head .control .dropdown-menu{
    right: 0;
    left: auto;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    top: 100%;
    background-color: #36405C;
    padding: 5px 10px;
    min-width: 210px;
    box-shadow: none;
    border: 0;
    border-radius: 15px;
}
.post-head .head .control .dropdown-menu li{
    background-color: #4B546D;
    color: #fff;
    margin: 5px auto;
    border-radius: 10px;
    overflow: hidden;
}
.post-head .head .control .dropdown-menu li button ,
.post-head .head .control .dropdown-menu li button:hover{
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    padding: 0 15px;
    overflow:hidden;
    border: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    text-align: left;
}
.post-head .head .control .dropdown-menu li button:hover{
    background-color: #4cbcc3;
    overflow:hidden;
}
.post-head .head .control .icon-btn ,
.post-head .head .control .icon-btn:hover ,
.post-head .head .control .icon-btn:focus{
    color: #36405c;
    font-size: 25px;
    background-color: transparent;
}
.post-head .break-img{
    display: block;
    width: 100%;
    margin: 5px auto;
}
.post-head .break-img img{
    width: 100%;
}
.post-head .break-item-det{
    display: block;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #36405C;
    margin: 10px auto;
}
.post-content .break-solv .solv-list{
    max-height: 100%;
}


/* Media Query
=========================*/
@media all and (max-height:700px){
    .welcome-home{
        padding-top: 25px;
    }
    .modal-dialog{
        overflow: auto;
        max-height: 600px;
    }
}
@media all and (max-width:991px){
    .welcome-home{
        padding: 50px 0px;
    }
    .welcome-home:before{
        display: none;
    }
    .welcome-home, .welcome-home img ,
    .welcome-home .head-title{
        margin: 0 auto;
        text-align: center;
    }
    .welcome-home .info-text{
        text-align: center;
        margin: 10px auto;
        max-width: 100%;
    }
    .welcome-home img{
        display:none;
    }
    .block-item ,
    .footer p ,
    .footer ul{
        text-align:center;
    }
    .header .full-widget li .custom-btn span{
        display: none;
    }
    .header .full-widget li.search{
        max-width: 300px;
        min-width: 300px
    }
    .profile-head-photo .img-wrap img{
        max-width: 150px;
    }
    .profile-head-photo span.name{
        font-size: 35px;
    }
    .profile-head-photo span.status{
        margin: 5px auto;
    }
    .break_num , .follow-num{
        position: relative;
        font-size: 21px;
        height: auto;
    }
    .break_num span, .follow-num span{
        display:inline-block;
        margin-right: 5px;
    }
    .profile-head-wrap .logout-btn , .user-act{
        position: relative;
        margin: 5px auto;
        right: auto;
        left: auto;
        text-align: center;
    }
    .user-act .custom-btn{
        display:inline-block;
        margin: 5px;
    }
    .break-item{
        text-align: center;
        width: 100% !important;
        margin: 15px auto!important;
    }
    .break-item .break-cont{
        padding: 15px 0;
    }
    .break-item .break-cont .head{
        text-align: center;
    }
    .break-item .break-cont .head img{
        float: none;
        width: 70px;
        height: 70px;
        margin: 5px auto;
    }
    .break-item .break-cont .head .head-cont{
        display: block;
        padding: 0 5px;
    }
    .break-item .break-cont .head .head-cont .name{
        display: block;
        font-size: 17px;
        font-weight: 600;
        color: #36405C;
    }
    .break-item .break-cont .head .head-cont .name a{
        color: #4cbcc3;
        text-transform: capitalize;
    }
    .break-item .break-cont .head .head-cont .categ{
        display: block;
        color: #4CBCC3;
        font-size: 16px;
        font-weight: 600;
    }
    .break-item .break-cont .head .control{
        right: 0;
        top: 0;
        bottom: auto;
        margin: 0;
        height: 40px;
    }
    .break-item .break-cont .head .control .dropdown-menu{
        right: 0;
        left: auto;
        visibility: visible;
        opacity: 1;
        z-index: 9999;
        top: 100%;
        background-color: #36405C;
        padding: 5px 10px;
        min-width: 210px;
        box-shadow: none;
        border: 0;
        border-radius: 15px;
    }
    .break-item .break-cont .head .control .dropdown-menu li{
        background-color: #4B546D;
        color: #fff;
        margin: 5px auto;
        border-radius: 10px;
        overflow: hidden;
    }
    .break-item .break-cont .head .control .dropdown-menu li button ,
    .break-item .break-cont .head .control .dropdown-menu li button:hover{
        color: #fff;
        font-size: 15px;
        line-height: 35px;
        padding: 0 15px;
        overflow:hidden;
        border: 0;
        background-color: transparent;
        display: block;
        width: 100%;
        text-align: left;
    }
    .break-item .break-cont .head .control .dropdown-menu li button:hover{
        background-color: #4cbcc3;
        overflow:hidden;
    }
    .break-item .break-cont .break-item-det{
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .break-info li{
        margin: 5px auto;
        font-size: 14px;
        padding: 0 10px 0  0;
    }
    .break-info li.colored{
        background-color:#36405c;
    }
    .break-info li span{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .break-info li i{
        margin: 0;
    }
    .break-solv .solv-list li{
        padding: 5px 10px 10px;
    }
    .break-solv .solv-list li.solver{
        background-color:#F6B23F;
    }
    .break-solv .solv-list li img{
        float: left;
        width: 30px;
        height: 30px;
    }
    .break-solv .solv-list li .solv-item-cont{
        display: block;
        padding: 0px 50px 0px 40px;
        text-align: left;
    }
    .break-solv .solv-list li span.agree{
        font-size: 18px;
    }
    .break-solv .solv-list li.solver span.agree{
        color:#fff;
    }
    .break-solv .solv-list li span.agree i{
        display: block;
    }
    .break-solv .solv-list li .solv-item-cont{
        display: block;
        padding: 0px 35px;
    }
    .break-solv .solv-list li .solv-item-cont a.name{
        font-size: 14px;
    }
    .break-solv .solv-list li .solv-item-cont .info-text{
        font-size: 13px;
    }
    .break-solv .add-solv .custom-btn{
        padding: 0 10px;
        font-size: 16px;
    }
    .quote-item .break-cont .break-item-det{
        padding: 10px 35px;
        font-size: 14px;
        line-height: 20px;
    }
    .quote-item .break-info{
        text-align: center;
    }
    .quote-item .break-cont .break-item-det i{
        font-size: 30px;
        left: 5px;
    }
    .quote-item .break-cont .break-item-det i.fa-quote-right{
        left: auto;
        right: 10px;
    }
    .offer-item .offer-cont .offer-head img{
        float:none;
        margin:5px auto;
    }
    .offer-item .offer-head-cont{
        padding:5px;
        text-align:center;
    }

    .business-profile-head .business-profile-head-cont .name ,
    .business-profile-head .business-profile-head-cont .status{
        text-align:center;
    }
}
@media all and (max-width:767px){
    .header .full-widget li.search{
        display: none;
    }
    .modal-dialog{
        padding: 15px;
        max-height:600px;
        overflow-y: auto;
    }
    .modal-dialog .modal-form .form-group .custom-btn{
        display: block;
        width: 100%;
    }
    .modal-nav li{
        display:block;
    }
    .modal-dialog .signup-form .phone-fom .phone-cod , .modal-dialog .signup-form .phone-fom .phone-num{
        display:block;
        margin: 10px auto;
        width:100%;
    }
    .categories .section-setting{
        padding: 70px 0px;
    }
    .full-widget .dropdown-menu.second-level{
        display: none!important;
    }
    .ask-modal .ask-wrap .head .nav-tabs li a{
        padding: 0 15px;
    }
}
@media (max-width: 520px){
    .header .header-widget li .custom-btn{
        text-align: center;
        padding: 0;
    }
    .header .header-widget li .custom-btn i{
        display:block;
    }
    .header .header-widget li .custom-btn span{
        display:none;
    }
    .nav-tabs>li{
        float:none;
        display: block;
        width:100%;
    }
}
@media (max-width: 420px){
    .header a.logo , .header .full-widget{
        float:none;
        display:block;
        width:100%;
        text-align:center;
    }
    .full-widget .dropdown-menu{
        left: 0;
        right: 0;
        width: 100%;
        position: fixed;
        top: 142px;
        opacity: 0;
        visibility: hidden;
    }
    .full-widget .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top:122px;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        transition: .3s all;
    }

}

.load-spinner{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 99;
    text-align: center;
    border-radius: 50%;
}
.load-spinner i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    font-size: 39px;
    color: #36405c;
}

.break-hashtag {
    text-align: left;
}
.break-hashtag li{
    display: inline-block;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    background-color: aliceblue;
    margin: 0 auto;
    padding: 0 10px;
    border-radius: 25%;
}