.contentDiv{
    width:300px;
    height:1000px;
    background-color:#ff0000;
}

button.back-to-top{
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
    outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #EA5D5F;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius:20px;
    visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
    visibility: visible;
}
button.back-to-top::after {
    border-bottom-color:#fff;
    position: relative;
    top:-24px;
}
button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.social-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2px;
}
.fntc {
    font-size:39px 
}
.topbar-information {
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar-information .social-icon li i {
    color: #ffffff !important;
    margin: unset;
}
.topbar-information .social-icon li a {
    margin: 0;
    padding: 0;
}
.topbar-information .social-icon li a i {
    color: #fff !important;
    height: 30px;
    width: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 8px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.15);
    transition: background-color 250ms ease-in-out 0s;
}
header.header-1 .quick-side-icon .icon {
    height: 30px;
    width: 30px;
}
.quick-side-icon a {
    font-size: 16px;
}
.infor-list {
    position: relative;
    top: 10px;
}
.btn-more {
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 15px;
    background: rgb(218, 37, 28);
    color: #fff;
    border: 1px solid rgb(218, 37, 28);
    border-radius: 8px;
}
.btn-more:hover {
    color: #fff;
    background: rgba(218, 37, 28, 0.567);
}
.navigation .gva_menu .sub-menu > li {
    padding: 0;
}
.navigation .gva_menu .sub-menu > li > a {
    padding: 7px 10px;
}
.navigation .gva_menu .sub-menu > li > a:hover {
    background: rgba(234, 240, 255, 0.8);
    border-radius: 8px;
    padding-right: 15px;
}
.header-d {
    background-color: rgba(255, 255, 255, 0.15);
}
.breadcrumb-content-inner
.gva-breadcrumb-content
.gva-block-breadcrumb
.breadcrumb-style {
    padding: 200px 0 50px;
}
.breadcrumbs {
    position: relative;
}
.imageWrapper1::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        0deg,
        rgba(0, 57, 143) 43.69%,
        rgba(0, 87, 218) 100%
    );
    opacity: 0.5;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    font-size: 44px;
    font-weight: 800;
    top: 16px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}
.breadcrumb-content-inner
.gva-breadcrumb-content
.gva-block-breadcrumb.text-white
.breadcrumb-links
li,
.breadcrumb-content-inner
.gva-breadcrumb-content
.gva-block-breadcrumb.text-light
.breadcrumb-links
li {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
}
.offers-items-row-boder {
    background: rgb(248, 248, 248);
    border: 1px solid #d4d4d4;
    margin: 30px 0;
    border-radius: 8px;
    transition: 0.3s;
    border-bottom: solid 3px #3d3a83;
}
.offers-items-row-boder:hover {
    box-shadow: 6px 7px 17px #00000042;
    transform: translateY(-3px);
}
.site-button,
.site-button-secondry {
    padding: 9px 25px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    background: rgb(0, 93, 188) !important;
    color: rgb(234, 234, 234) !important;
}
.offers-inf0-btn-1 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 6px !important;
    background: #4e4e4e !important;
    padding: 8px 4px;
}
.offer-btn-blue {
    background: #3d3a83 !important;
}
.offers-des-para {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 12px;
}
.offers-des-heading {
    color: rgb(76, 75, 75);
    font-size: 16px;
    font-weight: 500;
}
.offers-des-row {
    padding: 0 10px 0 20px;
}
.blog-image.image {
    margin-left: 20px;
    overflow: hidden;
}
.blog-image.image img {
    transition: all 0.5s ease;
    width: 100%;
    border-radius: 0 4px 4px 0;
    height: 100%;
    object-fit: cover;
}
.blog-image {
    width: 100%;
    height: 100%;
}
.offers-des-col {
    padding: 10px 25px;
}
.offers-info-col {
    padding: 25px 10px;
    border-right: 1px solid #ddd;
}
.offers-des-btn-row {
    justify-content: end;
    align-items: center;
    margin-left: 20px;
}
.offer-icon-span {
    padding: 0 5px;
}
.offers-items-row-boder .col-lg-3 {
    padding: 0 !important;
}
.sidebar-blog {
    position: relative;
}
.sidebar-blog .item-sidebar h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 180.5%;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid #3d3a83;
    padding-bottom: 10px;
}
.sidebar-blog .item-sidebar:not(:first-child) {
    margin-top: 30px;
}
.sidebar-blog .NewsListItem {
    position: relative;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(230, 230, 231);
}
.sidebar-blog .NewsListItem:last-child {
    border: none;
}
.sidebar-blog .NewsListItem a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-blog .NewsListItem .post-image {
    position: relative;
    width: 80px;
    height: 60px;
    margin-left: 10px;
}
.sidebar-blog .NewsListItem .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.sidebar-blog .NewsListItem p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: rgb(23, 71, 158);
}
.sidebar-blog .datediv,
.post__blog-one .datediv,
.post__blog .datediv,
.post-main-blog .h1_post-date .datediv {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    margin-left: 15px;
}
.sidebar-blog .datediv .date,
.post__blog-one .datediv .date,
.post__blog .datediv .date,
.post-main-blog .h1_post-date .date {
    display: flex;
    align-items: center;
}
.sidebar-blog .datediv .date span,
.post__blog-one .datediv .date span,
.post__blog .datediv .date span,
.post-main-blog .h1_post-date .date span {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #808285;
}
.sidebar-blog .datediv .date svg,
.post__blog-one .datediv .date svg,
.post__blog .datediv .date svg,
.post-main-blog .h1_post-date .date svg {
    margin-left: 5px;
}
.post__blog-one {
    position: relative;
    margin-bottom: 30px;
}
.post__blog-one .img-postblog {
    position: relative;
    width: 100%;
    max-height: 440px;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}
.post__blog-one .img-postblog img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.post__blog-one .title-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0;
}
.post__blog-one h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
}
.post__blog-one p {
    text-align: justify;
}
.btn-more-post {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: left;
    margin-left: 15px;
}
.btn-more-post a {
    border: 1px solid #da251c;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    line-height: 34px;
    margin: 0 1px;
    text-align: center;
    padding: 0 15px;
    border-radius: 4px;
    background: #da251c;
    color: #fff;
}
.post__blog {
    position: relative;
    margin-bottom: 30px;
}
.post__blog-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 30px;
}
.post__blog .content-post {
    padding: 15px;
}
.post__blog .content-post h3 {
    font-size: 16px;
}
.post__blog .content-post p {
    text-align: justify;
    font-size: 14px;
}
.post__blog .div__more-date {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post__blog .div__more-date .btn-more-post {
    margin: 0;
    margin-left: 15px;
}

#sidebar {
    color: #fff;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
}

#sidebar .h6 {
    color: #fff;
}
#sidebar ul.components {
    padding: 0;
}

#sidebar ul li {
    font-size: 14px;
}

#sidebar ul li > ul {
    margin-right: 10px;
}

#sidebar ul li > ul li {
    font-size: 13px;
}

#sidebar ul li > ul li a {
    border-bottom: 1px solid transparent;
}

#sidebar ul li > ul li a span {
    color: #000;
}

#sidebar ul li a {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 20px;
}

#sidebar ul li a span {
    color: #fff;
}

#sidebar ul li.active > a {
    background: 0 0;
    color: #fc7fb2;
}

a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-main-blog {
    position: relative;
    margin: 30px 0;
    padding: 30px;
    background: #f2f2f2;
    border-radius: 30px;
}
.post-main-blog .post__img_blog {
    position: relative;
    width: 100%;
    max-height: 580px;
}
.post-main-blog .post__img_blog img {
    width: 100%;
    max-height: 580px;
    border-radius: 15px;
}
.post-main-blog .h1__post {
    font-size: 22px;
    line-height: 1.5;
}
.post-main-blog .h1_post-date {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.post-main-blog .post__text_blog {
    position: relative;
    text-align: justify;
    margin: 60px 0;
}
.new-heading.style-2 .title {
    font-size: 26px;
    color: #3d3a83;
    line-height: 1.2;
    font-weight: 600;
    padding: 30px 0;
}
.box__meno_rahkar {
    height: 120px;
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.inside {
    background-color: #3d3a836e;
    width: 140px;
    height: 100%;
    position: absolute;
    border-radius: 0 8px 8px 180px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    right: 0;
    top: 0;
}
.box__meno_rahkar:hover .inside {
    width: 100%;
    right: 0;
    top: 0;
    border-radius: 8px;
    height: 100%;
}

.box__meno_rahkar label {
    color: #3d3a83;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    position: relative;
    top: 45px;
    padding-right: 75px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.box__meno_rahkar:hover label {
    color: #fff;
}
.img_box_muno {
    position: relative;
}
.img_box_muno svg,
.img_box_muno img {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.mozoe {
    position: relative;
    margin-bottom: 60px;
}
.ti {
    margin: 0px 10px 8px 0px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(128, 130, 133);
}
@media (max-width: 1220px){
    .slide .slide__content--headings h2{
        font-size: 3.5rem;
    }

}
@media (max-width: 700px){

    .slide .slide__content{
        top: 35%;
        width: 100%;
    }
    .slide .slide__content--headings h2{
        font-size: 1.5rem;
    }

}
@media (max-width: 1220px){
    .slide .slide__content--headings h2{
        font-size: 3.5rem;
    }

}
@media (max-width: 992px){
    .slide .slide__content--headings h2{
        font-size: 2.5rem;
    }

    @media (max-width:768px){
        .slide .slide__content--headings h2{
            font-size: 1.5rem;
        }
        .our-features-2 {
            margin-top: -28vh; 
        }
        .our-features-2 .col-12{
            flex: 1 0 270px;
        }

    }
    @media (max-width: 540px){
        .our-features-2 {
            margin-top: -39vh;
        }
    }
    @media screen and (orientation:landscape)
        and (min-device-width: 319px) 
        and (max-device-width: 992px) {
            .slide .slide__img {
                width: 100%;
                height: calc(130vh - 0px);
                overflow: hidden;
            }
            .our-features-2 .item {
                background-color: #f2f2f2;

            }
            .slide .slide__content{
                top: 17rem;
                width: 100%;
            }
    }
