b {
    font-weight: bold !important;
}

.h200px {
    height: 200px !important;
}

.newTitle {
    z-index: 9;
    font-size: 35px;
    color: #fff !important;
    text-align: left;
    position: absolute;
    bottom: 26%;
    left: 7%;
}

.bread {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    color: #fff;
    position: absolute;
    bottom: 10%;
    left: 7%;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 100;
    z-index: 99;
}

.bread li {
    float: left;
    color: #fff;
    margin-right: 11px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 100;
}

.bread li a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 100;
}

.bread li.active {
    color: #d6d6ff;
}

.widget {
    margin-bottom: 40px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
}

.input-group-prepend {
    position: absolute;
    left: 10px;
    top: 22.5px;
    z-index: 99;
    transform: translateY(-50%);
    background-color: transparent;
    margin-right: 10px;
}

.search-bx .input-group-prepend {
    border-right: 0;
}

.input-group-prepend .input-group-text {
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 20px;
    background-color: transparent;
    background: #fff;
    margin-bottom: 0!important;
    color: #888;
    border-color: transparent;
    display: flex;
    align-items: center;
    /* padding: .375rem .75rem; */
    /* margin-bottom: 0; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /* color: #495057; */
    text-align: center;
    white-space: nowrap;
    /* background-color: #e9ecef; */
    border-radius: 1.5rem;
}

.input-group-prepend .input-group-text i {
    color: #828282;
    font-size: 18px;
}

.search-bx .form-control {
    padding: 10px 100px 10px 50px;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    height: 45px;
    border-radius: 1.5rem!important;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    transition: all .3s ease-in-out;
    background: #fff;
    border: 1px solid transparent;
    line-height: 1.5;
    display: block;
    overflow: visible;
}

.search-bx button {
    position: absolute !important;
    right: 0;
    height: 45px;
    border-radius: 30px;
    top: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background-color: #896eff !important;
    border-color: #896eff !important;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    font-size: 30px;
    padding: 0 30px;
    z-index: 9 !important;
}

.searc:active,
.searc:focus {
    border-color: #896eff;
    box-shadow: 0 0 0 0 rgb(137 110 255 / 25%);
}

.widget .widget-title {
    color: #1f2471;
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: capitalize;
}

.widget .widget-title:before {
    content: "";
    height: 100%;
    width: 5px;
    border-radius: 10px;
    background-color: #896eff;
    position: absolute;
    left: 0;
    top: 0;
}

.widget-post {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all .5s;
}

.dlab-media {
    width: 130px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto;
}


.dlab-info {
    padding-left: 15px;
    position: relative;
}

.widget-post .title {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #1f2471;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.dlab-info .title a {
    color: #505489;
}

.dlab-meta li {
    font-size: 14px;
    color: #1f2471;
}

.widget-post:hover {
    box-shadow: 0 0 10px rgb(31 66 135 / 20%);
}

.tagcloud {
    clear: both;
    display: table;
}

.tagcloud a {
    position: relative;
    border: 1px solid #1f2471;
    border-radius: 20px;
    padding: 3px 15px 3px 35px;
    display: inline-block;
    margin: 0 10px 15px 0;
    font-size: 15px;
    color: #1f2471;
}

.tagcloud a:before {
    content: "\f00c";
    font-family: "FontAwesome";
    height: 24px;
    width: 24px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 50px;
    background-color: #1f2471;
    position: absolute;
    left: 3px;
    top: 2px;
    color: #1f2471;
    text-align: center;
    transition: all .5s;
}

.tagcloud a:hover:before {
    background-color: #896eff;
    color: #fff;
}

.dlab-blog.style-1 {
    box-shadow: 0 0 10px rgb(31 66 135 / 30%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    text-align: center!important;
    background-color: #fff!important;
}

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.dlab-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    transition: all .2s;
}

.dlab-blog.style-1 .dlab-info {
    padding: 30px;
    position: relative;
}

.dlab-blog .dlab-title {
    margin-bottom: 15px;
    font-weight: 700;
    color: #1f2471;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2;
}

.dlab-title a {
    color: #1f2471;
    font-size: 1.5625rem;
}

.dlab-info p {
    line-height: 1.6;
    color: #505489;
    font-size: 15px;
}

.m-b0 {
    margin-bottom: 0;
}

.dlab-blog.style-1 .dlab-info .meta-bottom {
    border-top: 1px solid #e1e1f0;
    border-bottom: 0;
    padding: 15px 0 0;
    margin: 20px 0 0;
}

.dlab-blog .dlab-meta>ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.dlab-blog .dlab-meta>ul>li {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
}

.dlab-blog .dlab-meta>ul>li i {
    font-size: 18px;
    color: #896eff;
}

.m-r10 {
    margin-right: 10px;
}

.dlab-blog .dlab-meta>ul>li.post-comment i,
.dlab-blog .dlab-meta>ul>li.post-share i {
    font-weight: 600;
}

.mr-8 {
    margin-right: 10px;
}

.dlab-img-effect.zoom-slow:hover img,
.dlab-img-effect.zoom:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.blog-single.style-1 {
    box-shadow: unset;
    border-radius: 0;
    overflow: unset;
    margin-bottom: 50px;
}

.dlab-media {
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

.rounded-md {
    border-radius: 10px!important;
}

.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto;
}
.dlab-media1 img,
.dlab-post-media1 img {
    width: 70%;
    height: auto;
}

.blog-single.style-1 .dlab-meta {
    padding-top: 15px;
}

.dlab-blog .dlab-meta {
    margin-bottom: 10px;
    margin-top: 10px;
}

.dlab-blog .dlab-meta>ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.dlab-blog .dlab-title {
    margin-bottom: 25px;
    margin-top: 15px;
    font-weight: 700;
    color: #1f2471;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
}

.dlab-blog .dlab-meta>ul>li {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
}

.dlab-blog .post-tags {
    display: block!important;
}

.dlab-blog .post-tags a {
    margin-left: 5px;
    font-family: 'Poppins', sans-serif;
    color: #1f2471;
    font-weight: 500;
    font-size: 15px;
}

.blog-single.style-1 .dlab-meta {
    padding-top: 15px;
    margin-bottom: 10px;
    border-top: 1px solid #e1e1f0!important;
}

.comment-list {
    margin-bottom: 50px;
}

.comment-list>.comment:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.comment-list>.comment .comment-body {
    position: relative;
    margin-bottom: 30px;
    border-bottom: solid 1px #e1e1f0;
}

.comment-list>.comment .comment-body .comment-author .fn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #1f2471;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
}

.comment-list>.comment .comment-body p {
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #505489;
    font-weight: 400;
}

.form-control {
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    border: 1px solid #9f9f9f;
    border-radius:40px;
}

.form-control.textarea {
    height: 120px!important;
    resize: none;
}

.form-submit {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none !important;
}

.btn-link {
    text-decoration: none;
    font-weight: 400;
    color: #896eff;
    text-decoration: none !important;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    display: inline-flex!important;
    align-items: center!important;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-link i {
    text-decoration: none !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 15px 20px rgb(31 66 135 / 10%);
    font-size: 24px;
    background-color: #896eff;
    color: #fff;
}

.dlab-team {
    margin-bottom: 30px;
}

.dlab-team.style-1 .dlab-media {
    box-shadow: 0 36px 48px rgb(31 66 135 / 10%);
    border-radius: 10px;
    margin-right: 30px;
}

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
}

.dlab-img-effect.zoom-slow img {
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
}

.dlab-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    transition: all .2s;
}

.dlab-team.style-1 .dlab-content {
    box-shadow: 0 5px 10px rgb(31 66 135 / 10%);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -60px;
    z-index: 99;
    background-color: #fff;
    margin-left: 30px;
    position: relative;
}

.dlab-team.style-1 .dlab-name {
    margin-bottom: 3px;
    font-weight: 700;
    color: #1f2471;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5625rem;
}

.dlab-team.style-1 .dlab-position {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.6;
    color: #505489;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.dlab-team.style-1 .dlab-social-icon {
    display: flex;
}

.dlab-team.style-1 .dlab-social-icon li {
    margin: 2px;
    display: inline-block;
}

.dlab-social-icon.primary-light li a {
    background-color: rgba(137, 110, 255, .1);
    color: #896eff;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    transition: all .5s;
    margin: 2px;
}

.dlab-social-icon.primary-light li a:hover {
    color: #fff;
    background-image: var(--gradient);
    background-size: 200%;
    background-color: rgba(137, 110, 255, .1);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-slide h2 {
    left: 3%;
    position: absolute;
    bottom: 15%;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.newA {
    display: block !important;
    width: 100% !important;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.dropdown-menuNew ul {
    width: 300px;
    height: auto;
    float: left;
    position: absolute;
    background: #FFF;
    z-index: 99;
    display: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background-color: #242C42;
}

.dropdown-menuNew ul a {
    display: block;
    text-decoration: none !important;
    text-align: left;
    line-height: 50px;
    margin-left: -15px !important;
    height: 50px;
    width: 100%;
    padding-left: 15px !important;
    color: #fff !important;
    padding: 0px !important;
    padding-left: 15px !important;
}

.dropdown-menuNew ul a:hover {
    background-color: #171b25;
}

.dropdown-menuNew ul li {
    height: 50px;
    line-height: 50px;
}

.dropdown-menuNew:hover>ul {
    display: block !important;
}

.dl-menuwrapper,
.navbar-toggle {
    display: none;
}

.pagination.text-center {
    justify-content: center;
    padding-top: 20px;
    text-align: center!important;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 1.5rem;
}

.pagination .page-item {
    margin: 0 5px;
    list-style: none;
}

.pagination .page-item .page-link.next,
.pagination .page-item .page-link.prev {
    width: 80px;
}

.pagination .page-item .page-link.next,
.pagination .page-item .page-link.prev {
    width: 80px;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
    background-image: var(--gradient);
    --gradient: linear-gradient(90deg, #896eff 0, #5f3bff 51%, #896eff);
    background-size: 200%;
    color: #fff;
}

.pagination .page-item .page-link {
    height: 40px;
    width: 40px;
    position: relative;
    display: block;
    line-height: 40px;
    border-radius: 50px;
    background-color: rgba(137, 110, 255, .1);
    color: #1f2471;
    text-align: center;
    border: 0;
    font-weight: bold;
    padding: 0;
    transition: all .5s;
    margin-left: 0;
    font-family: 'Poppins', sans-serif;
}

.content-sub-menu {
    display: block;
    list-style-type: none;
}

.content-sub-menu li {
    float: left;
}

.content-sub-menu li a {
    display: block;
    background-color: #896eff;
    padding: 10px 15px;
    border-left: solid 1px rgb(255 255 255 / 30%);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}

.content-sub-menu li a:hover,
.content-dropdown-menuNew ul a:hover,
.content-actived {
    background-color: #23527c !important;
}

.content-dropdown-menuNew ul {
    width: 300px;
    height: auto;
    z-index: 99999999999 !important;
    float: left;
    position: absolute;
    z-index: 99;
    display: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.content-dropdown-menuNew ul a {
    display: block;
    border-top: solid 1px rgb(255 255 255 / 30%);
    text-decoration: none !important;
    text-align: left;
    line-height: 50px;
    height: 50px;
    width: 100%;
    color: #fff !important;
    padding: 0 15px;
}

.content-dropdown-menuNew ul li {
    height: 50px;
    line-height: 50px;
    float: none;
}

.content-dropdown-menuNew:hover>ul {
    display: block !important;
}

@media only screen and (max-width: 1092px) {
    .h200px {
        height: 250px !important;
    }
    .newTitle {
        bottom: 40%;
    }
    .bread {
        bottom: 15%;
    }
}

@media only screen and (max-width: 750px) {
    .dl-menuwrapper {
        display: block;
    }
    .navbar-toggle {
        display: none;
    }
}

@media only screen and (max-width: 510px) {
    .newTitle {
        bottom: 50%;
    }
    .bread {
        bottom: 5%;
    }
}