








/* =-=-=-=-=-=-= Profile & Dashboard =-=-=-=-=-=-= */
/* =-=-=-=-===========================-=-====================================================================================================-=-=-=-=-= */


.user-profile, .user-profile figure, .user-profile ul, .user-profile ul li, .user-profile ul li a {
    float: left;
    width: 100%;
}
.user-profile {
    background-color: #fff;
    margin-bottom: 5px;
}
.user-profile .profile-detail {
    padding: 20px 30px;
    overflow: hidden;
    position: relative;
}
.user-profile .profile-detail h6 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #232323;
}
.user-profile .profile-detail .contact-details {
    font-size: 14px;
    margin: 0;
    padding: 4px 0 0;
}
.user-profile .profile-detail .contact-details li {
    padding: 3px 0;
}
.user-profile .profile-detail .contact-details li i {
    color: #999;
    font-size: 15px;
    margin-right: 10px;
    text-align: center;
    width: 15px;
}
.user-profile ul li {
    list-style: outside none none;
}
.user-profile ul li span {
    float: right;
}
.user-profile .badge {
    border-radius: 20px;
    padding: 7px;
}
.user-profile ul li a {
    border-top: 1px solid #f4f4f4;
    box-shadow: 0 -1px 0 #ffffff;
    color: #232323;
    padding: 10px 28px 12px;
    position: relative;
}

.user-profile ul li.active a::before {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    content: "";
    left: 0;
    margin: -9px 0 0;
    position: absolute;
    top: 50%;
}

#user-profile {
    background-image: url("../images/banner-3.jpg");
    min-height: 226px;
    overflow: hidden;
    position: relative;
}
.profile-sec {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}
.profile-avatar {
    padding-left: 160px;
    overflow: hidden;
}
.profile-avatar > span {
    left: 0;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    top: 0;
}
.profile-avatar > span img {
    height: 130px;
    width: 130px;
}
.profile-name {
    width: 100%;
}
.profile-name > h3 {
    color: #ffffff;
    font-size: 26px;
    margin: 0;
    font-weight: 600;
    width: 100%;
}
.profile-name > i {
    color: #d7d7d7;
    float: left;
    font-size: 14px;
    font-style: normal;
    width: 100%;
}
.profile-name .social-btns {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}
.profile-name .social-btns > li {
    float: left;
}
.profile-name .social-btns > li:first-child {
    margin: 0;
}
.profile-count {
    position: relative;
    margin-top: 70px;
}
.profile-count > li {
    color: #ffffff;
    float: right;
    font-family: 'Quicksand', sans-serif;
    font-size: 31px;
    font-weight: 600;
    list-style: outside none none;
    text-align: center;
    width: auto;
}
.profile-count > li > i {
    color: #d4d4d4;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.profile-connect {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.profile-connect > li {
    float: left;
    margin-left: 20px;
}
.profile-connect > li > a {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    padding: 11px 22px;
}
.profile-connect > li > a:hover {
    background: #be161e;
    border: 2px solid #be161e;
}
.social-btns > li {
    float: right;
    list-style: outside none none;
    margin-left: 6px;
}
.social-btns > li > a {
    float: left;
}
.social-btns > li > a > i {
    border-radius: 1px;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 31px;
}
.social-btns > li > a > i:hover {
    opacity: 0.7;
}
.social-btns > li > a > i.fa-facebook {
    background: #3b5998 none repeat scroll 0 0;
}
.social-btns > li > a > i.fa-twitter {
    background: #439ed6 none repeat scroll 0 0;
}
.social-btns > li > a > i.fa-google-plus {
    background: #dd4b39 none repeat scroll 0 0;
}
.btn-file {
    position: relative;
    overflow: hidden;
    padding: 15px 30px !important;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
#img-upload {
    width: 100%;
}
.item-date {
    font-size: 14px;
    margin-top: 0;
    padding-bottom: 8px;
}
.profile-section {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
}
.profile-edit {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}
.profile-edit h2 {
    font-weight: 200;
}
.profile-edit dt {
    text-align: inherit;
}
.profile-edit dt strong {
    color: #232323;
    font-weight: 600;
}
.profile-edit hr {
    margin: 17px 0 15px;
}
.tab-content {
    padding: 0;
}
.profile-edit h2 {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: capitalize;
}
.profile-edit .dl-horizontal i {
    font-size: 14px;
}

@media (max-width: 768px) {
    .profile-tabs .nav-tabs {
        border-bottom: medium none;
    }
}
.nav-tabs > li > a, .nav-pills > li > a, .nav-tabs.nav-justified > li > a {
    border-radius: 0;
}
.profile-tabs .nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
}
.profile-tabs .nav-tabs a {
    color: #232323 !important;
    font-size: 16px;
    padding: 16px 15px;
}
.profile-tabs .nav-tabs > .active > a, .profile-tabs .nav-tabs > .active > a:hover, .profile-tabs .nav-tabs > .active > a:focus {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #232323 !important;
}
.profile-tabs .nav-tabs > li > a {
    border: medium none;
}
.profile-tabs .nav-tabs > li > a:hover {
    background: #fff none repeat scroll 0 0;
    color: #232323;
}
.profile-tabs .tab-content img {
    margin-bottom: 15px;
    margin-top: 4px;
}
.profile-tabs .tab-content img.img-tab-space {
    margin-top: 7px;
}
.block-content {
    float: left;
    width: 100%;
}
.profile-section .skin-minimal .list li label {
    color: #777;
}
.profile-section .skin-minimal ul.list li {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.user-profile .btn-group .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    min-width: 46px;
    padding: 4px 14px;
    border: 1px solid #ddd;
    margin-right: 6px;
    margin-top: 8px;
}
.user-profile .btn-group .tooltip-content span {
    color: #fff !important;
    font-size: 14px !important;
}
.user-profile .btn-group .btn-xs i {
    color: #999999;
}
.user-profile .btn-group span, .user-profile .btn-group a {
    color: #232323;
}
.ad-history {
    margin: 30px 0 0 0;
}
.user-stats {
    border-radius: 2px;
    padding: 15px;
}
.col-md-4:nth-child(1) .user-stats {
    background: #34495e;
}
.col-md-4:nth-child(2) .user-stats {
    background: #3498db;
}
.col-md-4:nth-child(3) .user-stats {
    background: #1abc9c;
}
.user-stats > h2 {
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.user-stats > small {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-top: 1px;
    text-transform: uppercase;
}
.dashboard-menu-container {
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    overflow: hidden;
    position: relative;
}
.dashboard-menu-container ul {
    margin-bottom: 0;
}

.for_rating .dashboard-menu-container ul {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 0;
}

.for_rating .comment-info {
    background: #fff none repeat scroll 0 0 ;
    border: 1px solid #ccc;
}
.for_rating .search-result-item .image-link {

    border-radius: 0;
}

.for_rating .comment-list .comment .comment-info .author-desc .author-title li a {
    color: #777;
    font-size: 14px;
    left: 80px;
    position: absolute;
    top: 30px;
}

.rating_comments {
    overflow:hidden;
    position:relative;
}

.dashboard-menu-container ul li {
    border-right: 1px solid #f1f1f1;
    display: inline-block;
    text-align: center;
    width: 14%;
}
.dashboard-menu-container ul li .icon i {
    color: #ddd;
    font-size: 30px;
    padding-top: 10px;
    text-align: center;
}
.dashboard-menu-container ul li:last-child {
    border-right: medium none;
}
.dashboard-menu-container ul li .menu-name {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}









/* =-=-=-=-=-=-= Single Blog Post =-=-=-=-=-=-= */
/* =-=-=-=-===========================-=-====================================================================================================-=-=-=-=-= */
.sidebar .widget .widget-heading .panel-title {
    font-size: 14px;
    font-weight: 500;
    background-color: #f5f5f5;

    border-color: #ddd;
}

.singlepost-content {
    position:relative;	
}

.blog-post:after {
    content: '';
    display: block;
    clear: both;
}
.blog-post {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #162532;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-post a {
    color: inherit;
    text-decoration: none;
}
.post-info a {
    margin-right: 20px;
}
.post-img {
    margin-bottom: 25px;
    overflow: hidden;
}
.post-img img {
    height: auto;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    width: 100%;
}
.post-info {
    font-size: 14px;
    padding: 0 20px;
    color: #999;
    text-transform: capitalize;
}
.post-title {
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}
.post-excerpt {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0 20px;
    color: #999;
}
.blog-detial .blog-post .post-img .large-img {
    width: 100%;
    height: 400px;
}
.blog-detial .alignleft {
    float: left;
    margin: 7px 24px 7px 0;
}
.blog-detial .alignright {
    float: right;
    margin: 7px 0 7px 24px;
}
.blog-detial .aligncenter {
    display: block;
    margin: 7px auto;
}
.tags-share {
    border-bottom: 1px solid #d7d7d7;
}
.tags-share h3 {
    color: #1b1313;
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    padding-top: 3px;
}
.tags-share .tags ul, .tags-share .share ul {
    display: inline-block;
    list-style-type: none;
}
.tags-share .tags ul li, .tags-share .share ul li {
    display: inline-block;
}

.tags-share .tags ul li a:hover {
    text-decoration: underline;
}
.tags-share .share h3 {
    font-weight: 700;
}
.tags-share .share ul li a {
    color: #1b1313;
}
.tags-share .share ul li a:hover {
    text-decoration: underline;
}
.blog-detial .blog-section .blog-heading h2 {
    color: #232323;
    font-size: 20px;
    margin: 40px 0 15px;
    padding: 13px 18px 0 0;
    text-transform: capitalize;
}
.blog-detial .comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog-detial .comment li {
    border-right: 2px solid #000;
    padding-right: 10px;
}
.blog-detial .comment li:last-child {
    border-right: 0 none;
}
.blog-detial .comment-info {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    padding: 15px 0 ;
    overflow: hidden;
}

.blog-detial .comment-info img {
    max-width: 90px;
}
.blog-detial .comment-info .author-desc {
    margin-left: 115px;
}
.blog-detial .comment-info .author-title {
    color: #323232;
    line-height: 16px;
    margin-bottom: 22px;
}
.blog-detial .author-title strong {
    color: #323232;
    font-size: 16px;
    text-transform: uppercase;
}
.blog-detial .comment-date {
    border-left: 1px solid #777;
    color: #777;
    font-size: 12px;
    margin-left: 17px;
    padding-left: 17px;
}
.blog-detial .comment-list .children {
    list-style: outside none none;
    padding-left: 67px;
}
.blog-detial .comment-info img {
    max-width: 90px;
}
.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment li {
    border-right: 2px solid #000;
    padding-right: 10px;
}
.comment li:last-child {
    border-right: 0 none;
}
.comment-info {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.comment-info p {
    margin-bottom: 40px;
}
.comment-info img {
    max-width: 90px;
}
.comment-info .author-desc {
    margin-left: 115px;

}
.comment-info .author-title {
    color: #323232;
    line-height: 16px;
    margin-bottom: 22px;
    position:relative;
}
.author-title strong {
    color: #323232;
    font-size: 16px;
    text-transform: uppercase;
}
.comment-date {
    border-left: 1px solid #777;
    color: #777;
    font-size: 12px;
    margin-left: 17px;
    padding-left: 17px;
}
.comment-list .children {
    list-style: outside none none;
    padding-left: 67px;
}
.comment-info img {
    max-width: 90px;
}
.comment-list .comment .comment-info .author-desc .author-title li a {
    color: #232323;
}
.user-contact-info {
    margin-bottom: 5px;
}
.blog-detial .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}
.blog-detial .page-numbers.current, a.page-numbers:hover {
    background: #f9f9f9;
}
.blog-detial .navigation li a, .blog-detial .navigation li a:hover, .blog-detial .navigation li.active a, .blog-detial .navigation li.disabled {
    color: #fff;
    text-decoration: none;
}
.blog-detial .navigation li {
    display: inline;
}
.blog-detial .navigation li a, .blog-detial .navigation li a:hover, .blog-detial .navigation li.active a, .blog-detial .navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
.blog-detial .navigation li a:hover, .blog-detial .navigation li.active a {
    background-color: #3C8DC5;
}
span.required {
    color: #f00 !important;
    font-size: 18px !important;
    line-height: 10px !important;
}
label {
    font-size: 14px;
    font-weight: 600;
    color: #232323;
}


/* =-=-=-=-=-=-= Footer =-=-=-=-=-=-= */
/* =-=-=-=-===========================-=-====================================================================================================-=-=-=-=-= */

footer {
    background: #fff none repeat scroll 0 0;
}

.footer-top.new-demo {
    background: #fff;
    padding: 70px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9;
}
.footer-top.new-demo .widget p  , .footer-top.new-demo .widget h5{
    color:#232323;
    font-weight: 500;
}

.copyright-content, .footer-top.new-demo {
    border-top:1px solid #f1f1f1 ;
}
.footer-top {
    background-color: #202020;
    padding: 70px 0 30px;
}
.footer-top .widget .logo {
    margin: 0 0 10px;
}
.footer-top .widget p {
    margin-bottom: 20px;
    color:#fff;
}
.footer-top .widget h5 {
    font-size: 18px;
    display: block;
    margin: 0 0 18px;
    color: #fff;
    font-weight: 500;
}
.footer-top .widget ul li {
    margin: 0 4px 4px 0;
    display:inline-block;
}

.footer-top.new-demo .copyrights{
    margin-top: 60px;
    background-color:inherit;
    border-top: 1px solid #f1f1f1;
}


.footer-top.new-demo .copyrights .copyright-content {
    border-top:medium none;
}

.footer-top.new-demo .copyrights .copyright-content p , .footer-top.new-demo .widget.socail-icons ul li span {
    color:#232323;	
    font-weight: 500;
}


.footer-top .widget.my-quicklinks ul li  a{
    color:#fff;
}

.footer-top.new-demo .widget.my-quicklinks ul li  a{
    color:#232323;
}

.footer-top .widget.my-quicklinks ul li {
    display: block ;
    margin-bottom: 10px;
    margin-right: 3px;
}

.footer-top .widgettext address {
    font-style: normal;
    line-height: 30px;
}
.footer-top .widgettext address span {
    color: #333;
    font-size: 15px;
    line-height: 24px;
}
.footer-top .widget.socail-icons ul li {
    display: block;
    margin-right: 3px;
    margin-bottom: 10px;
}
.footer-top .widget.socail-icons li:hover {
    color: #fff;
}
.footer-top .widget.socail-icons ul li a {
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
    width: 28px;
    background: #ea4c89;
}

.footer-top .widget.socail-icons ul li span {
    color:#fff;
}

.footer-top .widget.socail-icons li a i {
    font-size: 12px;
    color: #fff;
}
.footer-top .widget.socail-icons li a.Facebook {
    background-color: #2b4a8b;
}
.footer-top .widget.socail-icons li a.Twitter {
    background-color: #1f94d9;
}
.footer-top .widget.socail-icons li a.Linkedin {
    background-color: #10598c;
}
.footer-top .widget.socail-icons li a.Google {
    background-color: #d83936;
}
.footer-top .widget.socail-icons li a.Vimeo {
    background-color: #1ab7ea;
}
.footer-top .widget.socail-icons li a.Pinterest {
    background-color: #cd201f;
}

.footer-top .widget.socail-icons li a.Tumblr {
    background-color: #2c4762;
}
.footer-top .widget.socail-icons li a.Instagram {
    background-color: #3f729b;
}
.footer-top .widget.socail-icons li a.Reddit {
    background-color: rgb(255, 69, 0);
}

.footer-top .widget.socail-icons li a.Flickr {
    background-color: #ff0084;
}
.footer-top .widget.socail-icons li a.StumbleUpon {
    background-color: #ff7257;
}
.footer-top .widget.socail-icons li a.behance {
    background-color: #1e6fed;
}

.footer-top .widget.socail-icons li a.DeviantART {
    background-color: #05CC47;
}

.form-grid hr {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.footer-top .widget-newsletter .fieldset form input[type="text"] {
    background-color: #f5f5f5;
    border: medium none;
    color: #232323;
    font-size: 14px;
    height: 48px;
    padding: 0 15px;
    width: 100%;
}


.footer-v1 .widget-newsletter .fieldset form input[type="text"] {
    padding: 0 102px 0 15px;
}
.copyrights .copyright-content p {
    color:#fff;	
}


.widget-newsletter .fieldset P {
    line-height: 27.8px;
    margin-bottom: 20px;
}
.widget-newsletter .fieldset form {
    position: relative;
}
.widget-newsletter .fieldset form .submit-btn {
    border: medium none;
    color: #fff;
    display: block;
    height: 48px;
    padding: 0 18px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}
.widget-newsletter .fieldset.has-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f8f8f8 #f1f1f1 #f1f1f1;
    border-image: none;
    border-style: solid;
    border-width: 2px 1px 1px;
    padding: 15px 15px 20px;
}
.copyrights {
    background-color: #202020;
    overflow: hidden;
}
.copyright-content {
    padding: 25px 0;
}

.copyright-content, .footer-top {
    border-top: 1px solid #343434;
}

.footer-area {
    background-color: #232323;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #c9c9c9;
    background-image: url(../images/footer.jpg);
    position: relative;
}
.footer-area::before {
    background: rgba(25, 25, 25, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer-area.no-bg {
    background-image: none;
    background-color: #fff;
    border-top: 1px dashed #f1f1f1;
    color: #808080;
}
.footer-area.no-bg .footer-content .links-widget li a {
    color: #808080;
}
.footer-area.no-bg .social-links-two a {
    border: 1px solid #808080;
    color: #808080;
}
.footer-area.no-bg .footer-content .column .heading-panel h3 {
    color: #232323;
}
.footer-area.no-bg .footer-content .news-widget .news-post a {
    color: #808080;
}
.footer-area.no-bg .footer-content .news-widget .news-post .time {
    color: #808080;
}
.footer-area.no-bg .footer-copyright {
    border-top: 1px solid #f1f1f1;
}

.footer-area.no-bg::before {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dark::before {
    background: rgba(25, 25, 25, 1) none repeat scroll 0 0;
}
.footer-area p {
    line-height: 1.8em;
    margin-bottom: 20px;
    font-size: 14px;
}
.footer-area .footer-content {
    padding: 70px 0 30px;
    position: relative;
    z-index: 1;
}
.footer-area .footer-content .column {
    margin-bottom: 30px;
    position: relative;
}
.footer-content .column h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.footer-content .column .heading-panel {
    margin-bottom: 30px;
    overflow: hidden;
}
.footer-content .column .heading-panel h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize;
}
.footer-area .footer-content a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-content .links-widget li {
    margin-bottom: 15px;
    position: relative;
}
.footer-content .links-widget li a {
    color: #c9c9c9;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.footer-area .social-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 32px;
}
.footer-area .social-links a:hover {
    background: #fff none repeat scroll 0 0;
    color: #ffffff;
}
.footer-area .contact-info {
    margin-bottom: 20px;
    position: relative;
}
.footer-area .contact-info li {
    line-height: 30px;
    margin: 0 0 7px;
    padding-left: 30px;
    position: relative;
}
.footer-area .contact-info li .icon {
    font-size: 16px;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
}
.footer-content .column h2:hover {
    color: #f58936;
    cursor: pointer;
}

.social-links-two {
    position: relative;
}
.social-links-two a {
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    color: #bcbcbc;
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 28px;
}
.blog-news-section .social-links-two a {
    background: #545454 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.social-links-two.alt a {
    border: 1px solid #cccccc;
    color: #cccccc;
    font-size: 12px;
}
.social-links-two a:hover {
    background: #f58936 none repeat scroll 0 0;
    color: #fff !important;
}
.footer-content .news-widget .news-post {
    color: #c9c9c9;
    line-height: 20px;
    margin-bottom: 40px;
    padding: 0 0 0 80px;
    position: relative;
}
.footer-content .news-widget .news-post .news-content {
    margin-bottom: 5px;
}
.footer-content .news-widget .news-post a {
    color: #c9c9c9;
    position: relative;
    font-size: 14px;
}
.footer-content .news-widget .news-post .time {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    position: relative;
}
.footer-content .news-widget .news-post .image-thumb {
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 65px;
}
.footer-content .news-widget .news-post .image-thumb img {
    display: block;
    width: 65px;
}
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #808080;
    font-size: 15px;
    padding: 16px 0;
    position: relative;
    text-align: center;
}
.footer-copyright .copyright {
    line-height: 20px;
    padding: 5px 0;
    position: relative;
}

.footer-copyright .copyright a:hover {
    color: #fff;
}






/* =-=-=-=-=-=-= Template Common Styling =-=-=-=-=-=-= */



.btn-light i {
    font-size: 14px;
    padding-right: 5px;
}

.grid-panel {
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    padding: 20px 5px 10px;
}
.grid-panel .heading-panel {
    margin-bottom: 20px;
}
.grid-panel .heading-panel h3.main-title {
    border-bottom: medium none;
    display: inline-block;
}
.grid-panel .ad-location-gird {
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 30px;
}
.grid-panel .ad-location-gird .location-icon i {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.usefull-info {
    background: #fff none repeat scroll 0 0;
    padding:15px 0;
    text-align: center;
}
.usefull-info .icon-info {
    font-size: 20px;
    margin: 0 0 18px;
}
.usefull-info .icon-info {
    position: relative;
    z-index: 10;
}
.usefull-info .info-content {
    overflow: hidden;
}
.usefull-info .info-content h3:hover {
    cursor: pointer;
}
.usefull-info .description {
    margin: 0 0 15px;
}
.usefull-info h3 {
    font-size: 18px;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 20px;
    color: #232323;
}
.rating {
    font-size: 14px;
}
.rating i {
    color: #ffc513;
}
.alert-box-container h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #232323;
}
.alert-box-container p {
    margin: 0 0 10px;
}
.alert-box-container form {
    margin: 0 0 5px;
}
.alert-box-container .form-control {
    padding: 12px;
}
.alert-box-container .select2-container--default .select2-selection--single {
    height: 46px;
    font-size: 14px;
}
.alert-box-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    line-height: 42px;
}
.alert-box-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}
.alert-box-container .btn {
    padding: 12px 15px;
}
.sec-padding {
    padding: 90px 0;
}
.font-white {
    color: #FFF !important;
}
.font-uppercase {
    text-transform: uppercase;
}
.font-thin-xs {
    font-weight: 200 !important;
}
.font-bold {
    font-weight: 600 !important;
}
.font-white {
    color: #FFF !important;
}
.text-right {
    text-align: right !important;
    float: right;
}

.call-action {
    position: relative;
    width: 100%;
}
.call-action i {
    float: left;
    font-size: 70px;
    height: 70px;
    margin-top: 25px;
    margin-right: 20px;
    width: 70px;
}
.call-action h4 {
    font-size: 30px;
    text-transform: capitalize;
}
.icon-box::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.icon_box_88638::after, .icon_box_88638::before {
    background-color: #fab637;
}
.icon-box::after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}
.icon-box {
    padding: 25px 20px 15px 20px;
    position: relative;
    z-index: 10;
}
.yellow::after, .yellow::before {
    background-color: #fab637;
}
.red::after, .red::before {
    background-color: #ff4848;
}
.icon-box .icon {
    float: left;
    margin-right: 27px;
    margin-top: 11px;
    font-size: 54px;
    color: #fff;
}
.icon-box .icon-text {
    overflow: hidden;
}
.icon-box .icon-text h3.title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}
.icon-box .icon-text .content {
    font-size: 13px;
}
.icon-box .icon-text .content p, .icon-box .icon-text .content span {
    line-height: 18px;
    color: #ffffff;
}
.icon_box_56989::after, .icon_box_56989::before {
    background-color: #ff4848;
}
.advertizing-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    margin-top: -0.5em;
    padding: 4px;
}
.advertizing-box > img {
    display: block;
    width: 100%;
}
.advertizing {
    padding: 45px 0;
}
.banner {
    display: block !important;
    max-width: 100%;
    overflow: hidden;
}
.banner {
    text-align: center;
}
.banner img {
    max-width: 100%;
}
.advertising {
    margin-bottom: 30px;
}
.advertising .banner {
    border: 2px solid #f1f1f1;
    display: table;
    height: 100%;
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    background: #fff none repeat scroll 0 0;
}
.advertising .banner:hover {
    border-color: #d9d9d9;
}
.advertising .banner .title, .advertising .banner .submit {
    display: table-cell;
    vertical-align: middle;
}
.advertising .banner .title {
    color: #232323;
    font-size: 24px;
    font-weight: lighter;
    width: 70%;
}
.advertising .banner .submit {
    font-size: 18px;
    text-align: right;
    width: 30%;
}
.advertising .banner .submit i {
    color: #073855;
    margin-left: 10px;
}
.grid-card {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    color: #666;
    overflow: hidden;
    position: relative;
    padding: 15px 15px 0;
    width: 100%;
    margin-bottom: 30px;
}
.why-us.border-box {
    border: 1px solid #f2f2f2;
    padding: 70px 70px 60px;
}
.why-us i {
    color: #232323;
    display: inline-block;
    font-size: 42px;
    padding-bottom: 20px;
}
.why-us h5 {
    color: #232323;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.heading-title h2 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.custom-modal.modal-backdrop.in {
    opacity: 0.8;
}
.custom-modal .modal-content {
    background-clip: padding-box;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.custom-modal .modal-body {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 0 30px;
}
.custom-modal .modal-header {
    border: 0 none;
    padding: 30px;
    position: relative;
    box-shadow: none;
}
.custom-modal .modal-header .modal-title {
    color: #232323;
    margin: 0;
}
.custom-modal .modal-header .close {
    margin: 0;
    outline: 0 none;
    position: absolute;
    right: 30px;
    top: 40px;
}
.custom-modal .modal-footer {
    border: 0 none;
    padding: 10px 30px 30px;
}
.accordion {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.accordion > li {
    border-bottom: 1px solid #f3f3f3;
    padding: 18px 0;
}
.accordion > li:first-child {
    padding-top: 0;
}
.accordion-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.accordion-title a {
    display: block;
    color: #232323;
}
.accordion-title a::before {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
}
.accordion li.open .accordion-title a::before {
    background: rgba(0, 0, 0, 0) url("../images/minus.png") no-repeat scroll center center;
}
.accordion-content {
    display: none;
    padding-top: 10px;
}
.accordion-content p {
    margin-bottom: 15px;
}
.accordion-content p:last-child {
    margin-bottom: 0;
}
.accordion.first-open li:first-child .accordion-content {
    display: block;
}
.card .nav-tabs {
    border-bottom: 2px solid #DDD;
}
.card .nav-tabs > li.active > a, .card .nav-tabs > li.active > a:focus, .card .nav-tabs > li.active > a:hover {
    border-width: 0;
}
.card .nav-tabs > li > a {
    border: none;
    color: #666;
}
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover {
    border: none;
    background: transparent;
}
.card .nav-tabs > li > a::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.card .nav-tabs > li.active > a::after, .card .nav-tabs > li:hover > a::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.card .tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}
.card .tab-pane {
    padding:  0;
}
.card .tab-content {
    padding: 25px 20px;
}
.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
.commentForm h2 {
    color: #232323;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.singleContadds {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.singleContadds i {
    color: #ffa60a;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 6px;
}

.template-icons {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 16px;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 33%;
}
.template-icons > .icon-box-icon {
    border-right: 1px solid #f1f1f1;
    color: #231f20;
    display: inline-block;
    font-size: 45px;
    line-height: 80px;
    margin-right: 5px;
    min-height: 80px;
    min-width: 80px;
    padding-left: 0;
    text-align: center;
}
.icon-box-icon {
    float: left;
    font-size: 64px;
    margin-left: 0;
    padding-left: 20px;
}
.class-name {
    color: #777;
    font-size: 18px;
    padding: 1.5em;
    position: relative;
    overflow: hidden;
}
.heading-panel .switcher {
    margin: 15px 0 0;
}
.heading-panel .switcher .btn {
    padding: 10px 30px;
}
.heading-panel .switcher .btn i {
    margin-right: 5px;
}
.info-panel {
    background: #ffffff none repeat scroll 0 0;
}
.icon-heading {
    padding: 5px 0;
}
.icon-heading h1, .icon-heading h2, .icon-heading h3, .icon-heading h4 {
    padding-left: 50px;
    position: relative;
}
.custom-links img {
    float: left;
    padding-right: 35px;
}
.custom-links a {
    color: #252320;
    display: block;
    line-height: 14px;
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
}






