header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    z-index: 10;
    padding: 10px;
    background-color: #545454;
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.15);
}

header a {
    display: inline-block;
    margin: 0px auto;
    text-align: center;
}

header img {
    margin: 0px auto;
    max-width: 100%;
    display: block;
    width: 50px;
}

.survey-com {
    width: 100%;
    float: left;
    position: relative !important;
}

.bg-span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
}

.loader-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1031;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
}

.loader-wrapper.act {
    background: none;
}

.loader-wrapper .load_img {
    left: 50%;
    top: 45%;
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    /*@include animation ('a_move 2s linear infinite');*/
}

.loader-wrapper .load_img .loader3w,
.loader-wrapper .load_img img {
    width: 110px;
    height: 110px;
    margin: 0px auto;
    display: block;
}

.banner-section {
    padding: 50px 0px;
    background: rgba(0, 0, 0, 0) linear-gradient(44deg, #058eca 0%, #b14081 100%) repeat scroll 0 0;
}

.banner-section .bg-span {}

.banner-section h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
}

/*======================================================================*/

/* Blog page css start */

/*======================================================================*/

.aboutcont-sect {
    padding: 40px 0px 40px;
    margin-top: 63px;
}

.aboutcont-sect h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.blog-card {
    border-radius: 8px;
    /* box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; */
    margin-bottom: 30px;
    border: none;
    min-height: 440px;
}

.card-img {
    overflow: hidden;
    border-radius: 3px 3px 0px 0px;
}

.card-img .bg-span {
    background: rgba(0, 0, 0, 0.4);
}

.card-img .card-img-top {
    height: 220px;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.card-img .card-img-top:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}
.card-img .card-img-top {
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    max-width: 100%;
    width: 100%;
}

.blog-card .card-body {
    padding: 12px 12px 0 12px;
}

.blog-card .card-body .card-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card .card-body .card-text {
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card .card-body .card-text small span{
    display: inline-block;
    margin-bottom: 3px;
}

.blog-card .card-footer {
    padding: 10px;
    background-color: transparent;
    border-top: none;
}

.blog-card .card-footer .float-right {
    display: inline-block;
    color: #00afaf;
    float: none !important;
}

.blog-card .card-footer .float-right a {
    color: inherit;
}

.underconst-div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg01.png);
}

.underconst-div .bg-span {}

.underconst-containe {
    text-align: center;
}

.underconst-containe img {
    max-width: 100%;
    margin: 0px auto;
}

.underconst-containe h2 {
    display: block;
    color: #fff;
    font-family: 'Poppins-Medium';
    margin: 30px 0px;
    font-weight: 600;
    font-size: 60px;
}

.underconst-containe p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.videoimg-sample {
    overflow: hidden;
    line-height: 0px;
    position: relative;
}

.videoimg-sample video {
    width: 100%;
}

/*======================================================================*/

/* Blog Details page css start */

/*======================================================================*/

.socialmedia-com {
    padding: 80px 0px;
    margin-top: 63px;
}

.socialmedia-blogs {
    background: #ffffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    padding: 25px 25px;
    border-radius: 4px;
    border-bottom: 4px solid transparent;
    margin-bottom: 30px;
    min-height: 334px;
    cursor: pointer;
}

.blogdetails-head {
    border-top: 2px solid #fc911f;
}

.blogdetails-head .date i,
.blogdetails-head .author b {
    color: #fc911f;
}

.blogslist.socialmedia-blogs:hover h3 {
    color: #454545;
}

.blogslist .servc-ul {
    padding-left: 15px;
}

.blogslist .servc-ul li {
    font-size: 14px;
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.blogslist .servc-ul li:last-child {
    border-bottom: unset !important;
}

.blogslist .servc-ul li a {
    color: #7e7e7e;
}

.blogslist .servc-ul li a:hover {
    color: #fc911f;
}

.cursornone {
    cursor: unset;
}

.blogcontent p {
    margin-bottom: 10px;
}

.blogcontent h4 {
    font-size: 20px;
    color: #454545;
    font-weight: 600;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* pagination Panel */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.pagination {}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    padding: 10px;
}

.pagination li a {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    padding: 0px;
    outline: none;
    color: #4B4F54;
    border: none;
    box-shadow: 0 0 0 5px rgb(75, 79, 84, 0.31);
    -webkit-box-shadow: 0 0 0 5px rgb(75, 79, 84, 0.31);
}

.pagination li a i {
    line-height: 35px;
}

.pagination li a:hover,
.pagination li a:focus {
    outline: none;
    color: #fff;
    background-color: #4B4F54;
    border: none;
}

.pagination li.active {}

.pagination li.active a {
    background-color: #0082CA;
    color: #fff;
    box-shadow: 0 0 0 9px rgb(0, 130, 202, 0.11);
    -webkit-box-shadow: 0 0 0 9px rgb(0, 130, 202, 0.11);
}

.pagination li.active a:hover,
.pagination li.active a:focus {
    background-color: #0082CA;
    color: #fff;
}

.page {
    display: none;
}

.page-active {
    display: block;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 100% !important;
}