/* ===================================Banner=================================== */
.banner {
    width: 100%;
    display: block;
    padding: 272px 0 408px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.banner .bnr-slider .each-item h2 {
    font-size: 70px;
    font-family: "Jost";
    color: #fff;
    margin: 0 0 20px;
}

.banner .bnr-slider .each-item p {
    font-size: 40px;
    font-family: "Jost";
    color: #fff;
    margin: 0;
}

.banner .bnr-slider .slick-dots {
    padding: 0;
    margin: 30px 0 0 0;
}

.banner .bnr-slider .slick-dots li {
    display: inline-block;
    font-size: 0;
    background: #fff;
    border: 6px solid transparent;
    width: 19px;
    height: 19px;
    border-radius: 100%;
}

.banner .bnr-slider .slick-dots li+li {
    margin-left: 10px;
}

.banner .bnr-slider .slick-dots li.slick-active {
    border-color: #fff;
    background: #104382;
}

.banner .bnr-slider .slick-dots li button {
    border: none;
    outline: none;
    background: transparent;
}

/* ===================================Banner Info=================================== */
.banner-info {
    width: 100%;
    display: block;
    padding: 55px 0;
    margin: -209px 0 0;
    background: #c3133cf2;
    color: #fff;
    text-align: center;
}

.banner-info .row {
    align-items: flex-end;
}

.banner-info .each-info {
    min-height: 70px;
}

.banner-info .col-md-6 {
    position: relative;
}

.banner-info .col-md-6+.col-md-6:after {
    position: absolute;
    content: '';
    top: 60%;
    left: 2px;
    transform: translateY(-50%);
    width: 1px;
    height: 75px;
    background: #ffffff5c;
}

.banner-info .each-info img {
    margin: 0 auto;
}

.banner-info .each-info h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.banner-info .each-info h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 0;
    text-transform: uppercase;
}

/* ===================================Welcome Sec=================================== */
.welcome-sec {
    width: 100%;
    display: block;
    padding: 105px 0 85px;
    margin: 0;
    background: #dee4e9;
}

.welcome-sec h4 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #cc123f;
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.welcome-sec h4:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
    background: #cc123f;
}

.welcome-sec .heading {
    text-align: center;
}

.welcome-sec .welcome-slider .slick-dots {
    padding: 0;
    margin-top: 30px;
    text-align: center;
}

.welcome-sec .welcome-slider .slick-dots li {
    display: inline-block;
    font-size: 0;
    background: #cc123f;
    border: 6px solid transparent;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.welcome-sec .welcome-slider .slick-dots li+li {
    margin-left: 10px;
}

.welcome-sec .welcome-slider .slick-dots li.slick-active {
    border-color: #cc123f;
    background: #fff;
}

.welcome-sec .welcome-slider .slick-dots li button {
    border: none;
    outline: none;
    background: transparent;
}

/* ===================================Testimonial Sec=================================== */
.testimonial-sec {
    width: 100%;
    display: block;
    padding: 90px 0 130px;
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.testimonial-sec:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #134481f5;
    z-index: -1;
}

.testimonial-sec .heading {
    color: #fff;
    text-align: center;
}

.testimonial-sec .testm-slider {
    margin-top: 45px;
}

.testimonial-sec .testm-slider .each-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}

.testimonial-sec .testm-slider .each-item .img-wrap {
    width: 20%;
}

.testimonial-sec .testm-slider .each-item .img-wrap img {
    border-radius: 100%;
}

.testimonial-sec .testm-slider .each-item .content-wrap {
    width: 80%;
}

.testimonial-sec .testm-slider .each-item .content-wrap blockquote {
    margin: 0;
}

.testimonial-sec .testm-slider .each-item .content-wrap p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.testimonial-sec .testm-slider .slick-arrow,
.service-sec .service-slider .slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url(../images/img-23.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
    background-size: contain;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.testimonial-sec .testm-slider .slick-next,
.service-sec .service-slider .slick-next {
    transform: translateY(-50%) rotate(180deg);
    left: unset;
    right: -30px;
}

.testimonial-sec .testm-slider .slick-dots {
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
}

.testimonial-sec .testm-slider .slick-dots li {
    display: inline-block;
    font-size: 0;
    background: #fff;
    border: 4px solid transparent;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.testimonial-sec .testm-slider .slick-dots li+li {
    margin-left: 10px;
}

.testimonial-sec .testm-slider .slick-dots li.slick-active {
    border-color: #fff;
    background: #104382;
}

.testimonial-sec .testm-slider .slick-dots li button {
    border: none;
    outline: none;
    background: transparent;
}

.service-sec .service-slider .slick-dots {
    padding: 0;
    margin: 30px 0 0 0;
}

.service-sec .service-slider .slick-dots li {
    display: inline-block;
    font-size: 0;
    background: #fff;
    border: 6px solid transparent;
    width: 19px;
    height: 19px;
    border-radius: 100%;
}

.service-sec .service-slider .slick-dots li+li {
    margin-left: 10px;
}

.service-sec .service-slider .slick-dots li.slick-active {
    border-color: #fff;
    background: #104382;
}

.service-sec .service-slider .slick-dots li button {
    border: none;
    outline: none;
    background: transparent;
}

/* ===================================Service Sec=================================== */
.service-sec {
    width: 100%;
    display: block;
    padding: 103px 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}

.service-sec .heading {
    color: #fff;
}

.service-sec .service-slider .each-item .content-wrap {
    background: #cc123f;
}

.service-sec .service-slider .each-item .content-wrap:after {
    border-bottom-color: #cc123f;
}

.service-sec .service-slider .each-item .content-wrap h3,
.service-sec .service-slider .each-item .content-wrap p,
.service-sec .service-slider .each-item .content-wrap .slider-cta {
    color: #fff;
}

.service-sec .service-slider .each-item .content-wrap .slider-cta:hover {
    color: #000;
}

.service-sec .service-slider .slick-arrow {
    top: 40%;
}

.service-sec .service-slider .each-item:hover .content-wrap h3,
.service-sec .service-slider .each-item:hover .content-wrap p,
.service-sec .service-slider .each-item:hover .content-wrap .slider-cta {
    color: #cc123f;
}

.service-sec .service-slider .each-item:hover .content-wrap::before {
    background: #fff;
}

.service-sec .service-slider .each-item:hover .content-wrap::after {
    border-bottom-color: #fff;
}

/* ===================================District Sec=================================== */
.district-sec {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: top right;
    position: relative;
}

.district-sec svg a:hover path {
    stroke-width: 1;
    stroke: #cc123f;
    fill: #d1d1d1;
    transition: 0.3s;
}

.district-sec .left-wrap {
    width: 100%;
    max-width: 800px;
    display: block;
    padding: 80px 0 75px;
    margin: 0;
}

.district-sec .left-wrap ul {
    padding: 0;
    margin: 50px 0 0;
}

.district-sec .left-wrap ul li {
    width: 33.33%;
    float: left;
    margin: 0;
    padding: 0 0 30px 22px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}

.district-sec .left-wrap ul li:after {
    position: absolute;
    content: '>';
    top: 0;
    left: 0;
    font-weight: 700;
    color: #252525;
}

.district-sec .left-wrap ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}

.district-sec .left-wrap ul li:hover a,
.district-sec .left-wrap ul li:hover:after {
    color: #cc123f;
}

.district-sec .right-wrap {
    position: absolute;
    top: 15px;
    right: -50%;
    width: 100%;
}

/* ===================================News Sec=================================== */
.news-sec {
    width: 100%;
    display: block;
    padding: 100px 0 112px;
    margin: 0;
    background-color: #f5f5f5;
}

.news-sec .news-slider .each-item .content-wrap h3 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.news-sec .news-slider .each-item .content-wrap:after {
    display: none;
}

.news-sec .news-cta {
    margin-top: 40px;
    text-align: center;
}

.news-sec .news-slider .slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url(../images/img-24.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
    background-size: contain;
    z-index: 9;
    position: absolute;
    top: -70px;
    right: 35px;
}

.news-sec .news-slider .slick-next {
    transform: rotate(180deg);
    right: 10px;
}

/* ===================================Gallery Sec=================================== */
.gallery-sec {
    width: 100%;
    display: block;
    padding: 110px 0 0;
    margin: 0;
    background-color: #f5f5f5;
}

.gallery-sec .gallery-slider {
    margin-top: 60px;
}

.gallery-sec .gallery-slider .slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url(../images/img-24.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
    background-size: contain;
    z-index: 9;
    position: absolute;
    top: -70px;
    right: 260px;
}

.gallery-sec .gallery-slider .slick-next {
    transform: rotate(180deg);
    right: 230px;
}

/* ===================================App Sec=================================== */
.app-sec {
    width: 100%;
    display: block;
    padding: 110px 0 0;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.app-sec .heading {
    color: #fff;
    margin: 0 0 35px;
}

.app-sec h6 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.app-sec .app-btns {
    margin: 20px 0 40px;
}

.app-sec .app-btns .img-btn {
    display: inline-block;
}

.app-sec .app-btns .img-btn+.img-btn {
    margin-left: 30px;
}

.app-sec .app-btns img,
.app-sec .app-img img {
    margin: 0 auto;
}

/* ===================================Global SLider=================================== */
.global-slider {
    margin-top: 40px;
    text-align: center;
}

.global-slider .item {
    margin: 0 15px;
}

.global-slider .each-item {
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.global-slider .each-item img {
    width: 100%;
}

.global-slider .each-item .content-wrap {
    background: #fff;
    padding: 40px 20px;
    position: relative;
    z-index: 2;
    margin-top: -1px;
}

.global-slider .each-item .content-wrap:after {
    position: absolute;
    content: '';
    top: -12px;
    left: 44%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 25px solid #fff;
    transition: 0.5s ease-in-out;
}

.global-slider .each-item .content-wrap:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #cc123f;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.global-slider .each-item:hover .content-wrap:before {
    height: 100%;
}

.global-slider .each-item .content-wrap h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #cc123f;
    margin: 0;
}

.global-slider .each-item .content-wrap p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #252525;
    margin: 20px 0;
    min-height: 100px;
}

.global-slider .each-item .content-wrap .slider-cta {
    font-size: 16px;
    font-weight: 600;
    color: #cc123f;
    text-transform: uppercase;
}

.global-slider .each-item .content-wrap .slider-cta:hover {
    color: #252525;
}

.global-slider .each-item:hover .content-wrap h3,
.global-slider .each-item:hover .content-wrap p,
.global-slider .each-item:hover .content-wrap .slider-cta {
    color: #fff;
}

.global-slider .each-item:hover .content-wrap::after {
    border-bottom-color: #cc123f;
}

.global-slider .each-item::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.global-slider .each-item:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* ===================================Inner Page Css Start=================================== */
/* ===================================Inner Banner=================================== */
.inner-banner {
    width: 100%;
    display: block;
    padding: 170px 0;
    margin: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.inner-banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(2 25 53 / 40%);
}

.inner-banner .bnr-content {
    position: relative;
    z-index: 1;
}

.inner-banner .bnr-content h2 {
    font-size: 64px;
    font-family: "Raleway";
    color: #fff;
    font-weight: 700;
}

/* ===================================Login Content=================================== */
.login-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: calc(90vh - 60px);
    padding: 50px 0 70px;
    margin: 95px 0 0;
}

.login-content .left-sidebar {
    width: 100%;
    max-width: 360px;
    height: 100%
}

.login-content .left-sidebar .sidebar-heading {
    background: #104382;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
}

.login-content .left-sidebar ul {
    padding: 25px 0 10px 20px;
    margin: 0;
    background: #f5f5f5;
}

.login-content .left-sidebar ul li {
    position: relative;
    padding: 0 0 15px 15px;
}

.login-content .left-sidebar ul li:after {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 9px;
    height: 12px;
    background-image: url(../images/img-26.png);
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
    background-size: 7px;
}

.login-content .left-sidebar ul li a {
    font-size: 15px;
    line-height: 0;
    color: #252525;
    font-weight: 500;
}

.login-content .left-sidebar ul li:hover a {
    color: #cc123f;
}

.login-content .left-sidebar ul li:hover:after {
    background-image: url('../images/img-27.png');
}

.login-content .login-form {
    width: 100%;
    max-width: 750px;
    background: #f5f5f5;
    text-align: center;
    padding: 30px 35px;
    height: 100%;
}

.login-content .login-form h2 {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #252525;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.login-content .login-form .each-field {
    margin: 0 0 15px;
}

.login-content .login-form .each-field input,
.login-content .login-form .each-field select {
    width: 100%;
    max-width: 404px;
    border: 1px solid transparent;
    background: #fff;
    font-size: 13px;
    color: #252525;
    padding: 10px 55px 10px 20px;
}

.login-content .login-form .each-field input:focus,
.login-content .login-form .each-field select:focus {
    border: 1px solid #cc123f;
    outline: none;
}

.login-content .login-form .submit-field .cta {
    border: none;
    padding: 10px 40px;
    font-size: 14px;
}

.login-content .login-form .each-field select {
    background-image: url('../images/img-28.png');
    background-repeat: no-repeat;
    background-position: 98%;
    appearance: none;
}

.login-content .login-form .each-field.user-name-field input {
    background-image: url('../images/img-29.png');
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 18px;
}

.login-content .login-form .each-field.password-field input {
    background-image: url('../images/img-30.png');
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 18px;
}

.login-content .login-form .each-field.remember-n-forget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 404px;
    margin-left: auto;
    margin-right: auto;
}

.login-content .login-form .each-field input[type=checkbox] {
    width: unset;
    max-width: unset;
    display: inline-block;
    text-align: left;
}

.login-content .login-form .each-field.remember-n-forget span {
    font-size: 13px;
    color: #252525;
    text-transform: uppercase;
    margin: 0;
}

.login-content .login-form .each-field.remember-n-forget p {
    font-size: 12px;
    color: #252525;
    text-transform: uppercase;
    margin: 0;
    text-decoration: underline;
}

.login-content .login-form .each-field.remember-n-forget p a {
    color: #252525;
}

.login-content .login-form .each-field.remember-n-forget p:hover a {
    color: #cc123f;
}

/* ===================================District Page CSS Start=================================== */
.district-wrap {
    width: 100%;
    display: block;
    padding: 200px 0 90px;
    margin: 0;
}

.common-box-style {
    width: 100%;
    background: #f5f5f5;
    border-radius: 6px;
}

.common-box-style+.common-box-style {
    margin-top: 30px;
}

.common-box-style .heading-wrap {
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0;
    background: #104382;
    padding: 16px 20px;
    border-radius: 6px 6px 0 0;
}

.common-box-style .content-wrap {
    padding: 22px;
}

.district-leftbar {
    text-align: center;
    padding: 22px;
}

.district-leftbar .img-n-heading figure {
    margin: 0 0 30px;
}

.district-leftbar .img-n-heading img {
    margin: 0 auto;
}

.district-leftbar .img-n-heading h1 {
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #252525;
    margin: 0;
}

.vertical-cta-wrap {
    margin: 30px 0;
}

.vertical-cta-wrap .ver-cta {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background: transparent;
    border: 1px solid #cc123f;
    padding: 13px 15px;
    border-radius: 6px;
}

.vertical-cta-wrap .ver-cta:hover {
    border-color: transparent;
    color: #fff;
    border-radius: 0;
}

.vertical-cta-wrap .ver-cta:after {
    background: #cc123f;
}

.vertical-cta-wrap .ver-cta+.ver-cta {
    margin-top: 20px;
}

.vol-service-wrap .content-wrap .cta {
    padding: 14px 15px;
    width: 310px;
    text-align: center;
    margin: 15px 0 20px;
    text-transform: unset;
}

.vol-service-wrap .content-wrap p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #252525;
    margin: 0;
    text-align: center;
}

.vol-service-wrap .content-wrap .block-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #104382;
    margin: 0 0 8px 12px;
}

.vol-service-wrap .content-wrap .row.for-scrolling {
    overflow-y: scroll;
    height: 270px;
}

.vol-service-wrap .content-wrap .col-md-8,
.vol-service-wrap .content-wrap .col-md-4 {
    margin-bottom: 10px;
}

.vol-service-wrap .content-wrap .each-block {
    background: #fff;
    padding: 17px 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vol-service-wrap .content-wrap .each-block h5 {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.contact-details-wrap .content-wrap p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #252525;
    margin: 0;
    text-align: center;
}

/* ===================================District Wrap Right Section=================================== */
.info-block-wrap .info-block {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    padding: 13px 10px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
}

.info-block-wrap .info-block:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #cc123f;
    transition: 0.5s ease-in-out;
}

.info-block-wrap .info-block:hover:before {
    width: 12px;
    height: 12px;
    background: #fff;
}

.info-block-wrap .info-block:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: #cc123f;
    transition: 0.5s ease-in-out;
}

.info-block-wrap .info-block:hover:after {
    height: 100%;
}

.info-block-wrap .info-block:hover h2,
.info-block-wrap .info-block:hover p {
    color: #fff;
}

.info-block-wrap .info-block h2 {
    font-size: 36px;
    font-weight: bold;
    color: #104382;
    margin: 0;
    transition: 0.5s ease-in-out;
}

.profile-info-wrap h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #252525;
    margin: 0 0 15px;
}

.info-block-wrap .info-block p {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    margin: 0;
    transition: 0.5s ease-in-out;
}

.profile-info-wrap .each-info-block {
    display: flex;
    align-items: center;
    background: #f5f5f5;
}

.profile-info-wrap .each-info-block .info-wrap {
    padding: 10px;
}

.profile-info-wrap .each-info-block .info-wrap h5 {
    font-size: 13px;
    color: #252525;
    margin: 0;
    text-transform: uppercase;
}

.profile-info-wrap .each-info-block .info-wrap h5+h5 {
    margin-top: 10px;
}

.profile-info-wrap .each-info-block .info-wrap h5 span {
    text-transform: initial;
}

.profile-info-wrap .each-info-block .info-wrap h5 a {
    color: #252525;
}

.profile-info-wrap .each-info-block .info-wrap h5:hover a {
    color: #cc123f;
}

.right-table-wrap {
    width: 100%;
    display: block;
    padding: 50px 0;
    margin: 0;
}

#table-scroll {
    overflow-y: scroll;
    max-height: 280px;
    margin: 0 0 30px;
}

.right-table-wrap .table {
    width: 100%;
    background: #f5f5f5;
    border-radius: 6px;
    text-align: center;
    margin: 0;
    overflow: hidden;
}

.right-table-wrap .table thead {
    background: #104382;
    border-radius: 6px;
    vertical-align: middle;
}

.right-table-wrap .table thead tr th {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    padding: 10px;
    border-left: 1px solid #a1a1a1;
}

.right-table-wrap .table tbody {
    border: none;
}

.right-table-wrap .table td {
    padding: 10px;
    font-size: 16px;
    color: #252525;
    font-weight: 400;
    border-right: 1px solid #fff;
    border-bottom: 0;
}

.right-table-wrap .table-cta {
    text-align: center;
}

.right-table-wrap .table-cta .cta {
    padding: 14px 27px;
    text-transform: unset;
}

.dist-info-wrap .each-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.dist-info-wrap .each-info:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #f9e5ea;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.dist-info-wrap .each-info:hover:after {
    height: 100%;
}

.dist-info-wrap .each-info:hover .content-wrap h5 {
    color: #cc123f;
}

.dist-info-wrap .each-info .content-wrap h5 {
    font-size: 14px;
    font-weight: 600;
    color: #a0a0a0;
    text-transform: uppercase;
    margin: 0 0 10px;
    transition: 0.5s ease-in-out;
}

.dist-info-wrap .each-info .content-wrap h2 {
    font-size: 26px;
    font-weight: 600;
    color: #252525;
    margin: 0;
}

.dist-slider-wrap {
    width: 100%;
    display: block;
    padding: 50px 0;
    margin: 0;
}

.dist-slider-wrap .img-slider .each-item img {
    width: 100%;
    max-height: 300px !important;
    border-radius: 6px;
}

.dist-slider-wrap .img-slider .slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url('../images/img-71.png');
    background-repeat: no-repeat;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(180deg);
}

.dist-slider-wrap .img-slider .slick-prev {
    right: unset;
    left: 10px;
    z-index: 9;
    transform: rotate(0);
}

.district-cta-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.district-cta-wrap .cta {
    text-transform: unset;
    padding: 14px;
    width: 168px;
    text-align: center;
}


/* ===================================Responsive=================================== */
@media screen and (max-width: 2560px) {
    .district-sec .right-wrap {
        right: -86%;
    }
}

@media screen and (max-width: 1920px) {
    .district-sec .right-wrap {
        right: -60%;
    }
}

@media screen and (max-width: 1680px) {
    .district-sec .right-wrap {
        right: -50%;
    }
}

@media screen and (max-width:1550px) {
    .district-sec {
        background-size: 40%;
    }

    .district-sec .right-wrap {
        right: -45%;
    }
}

@media screen and (max-width: 1440px) {
    .district-sec .right-wrap {
        right: -40%;
    }

    .district-sec svg {
        width: 500px !important;
    }

    .district-sec .right-wrap {
        top: 0;
        right: -65%;
    }
}

@media screen and (max-width:1366px) {
    .banner {
        padding: 140px 0 300px;
    }

    .district-sec {
        background-size: 44%;
    }

    .district-sec .left-wrap {
        max-width: 750px;
    }

    .district-sec svg {
        width: 600px !important;
    }

    .district-sec .right-wrap {
        top: 0;
        right: -60%;
    }

    .gallery-sec .gallery-slider .slick-arrow {
        right: 140px;
    }

    .gallery-sec .gallery-slider .slick-next {
        right: 110px;
    }
}

@media screen and (max-width:1199px) {
    .banner .bnr-slider .each-item h2 {
        font-size: 50px;
    }

    .banner .bnr-slider .each-item p {
        font-size: 28px;
    }

    .banner .bnr-slider .slick-dots {
        margin: 10px 0 0 0;
    }

    .banner-info {
        padding: 30px 0;
    }

    .banner-info .each-info h2 {
        font-size: 30px;
    }

    .district-sec {
        background-image: none !important;
        padding-bottom: 70px;
    }

    .district-sec .left-wrap {
        max-width: 100%;
    }

    .district-sec .right-wrap {
        position: static;
        background-image: url('../images/img-50.jpg');
        background-repeat: no-repeat;
    }

    .gallery-sec .gallery-slider {
        margin-top: 40px;
    }

    .global-slider .each-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .common-box-style .heading-wrap {
        font-size: 22px;
    }

    .contact-details-wrap .content-wrap p {
        font-size: 17px;
        line-height: 22px;
    }

    .info-block-wrap .info-block h2 {
        font-size: 32px;
    }

    .info-block-wrap .info-block p {
        font-size: 15px;
    }

    .dist-info-wrap .each-info .content-wrap h2 {
        font-size: 22px;
    }

    .district-cta-wrap .cta {
        width: unset;
        font-size: 15px;
    }
}

@media screen and (max-width:1024px) {

    .welcome-sec,
    .testimonial-sec,
    .service-sec,
    .news-sec,
    .login-content {
        padding: 70px 0;
    }

    .district-sec .left-wrap,
    .gallery-sec,
    .app-sec {
        padding: 70px 0 0;
    }

    .banner {
        padding: 100px 0 300px;
    }

    .banner .col-lg-5 {
        display: none;
    }

    .banner .col-lg-7 {
        width: 100%;
        text-align: center;
    }

    .banner .bnr-slider {
        background: #00000040;
        padding: 30px 15px;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        border-radius: 6px;
    }

    .district-sec .heading {
        text-align: center;
    }

    .district-sec .heading br {
        display: none;
    }

    .district-sec .right-wrap {
        margin: 50px 0 0;
    }

    .welcome-sec h4 {
        margin: 0 0 30px;
    }

    .testimonial-sec .testm-slider .each-item .content-wrap p {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-sec .testm-slider .slick-arrow {
        left: 0;
    }

    .testimonial-sec .testm-slider .slick-next {
        right: 0;
        left: unset;
    }

    .vol-service-wrap .content-wrap .each-block {
        padding: 17px 10px;
    }

    .vol-service-wrap .content-wrap .each-block h5 {
        font-size: 16px;
    }
}

@media screen and (max-width:991px) {
    .banner-info {
        padding: 15px 0 0;
    }

    .banner-info .col-md-6 {
        margin-bottom: 30px;
    }

    .banner-info .col-md-6:nth-child(3):after {
        display: none;
    }

    .global-slider .each-item .content-wrap {
        padding: 30px 15px;
    }

    .global-slider .each-item .content-wrap h3 {
        font-size: 22px;
    }

    .banner .bnr-slider .slick-dots li,
    .welcome-sec .welcome-slider .slick-dots li,
    .service-sec .service-slider .slick-dots li {
        border-width: 4px;
        width: 15px;
        height: 15px;
    }

    .login-content .col-md-4 {
        width: 100%;
        margin: 0 0 50px;
    }

    .login-content .col-md-8 {
        width: 100%;
    }

    .login-content .left-sidebar,
    .login-content .login-form {
        margin: 0 auto;
    }

    .district-wrap {
        padding: 150px 0 50px;
    }

    .district-wrap .row>.col-lg-4 {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 50px;
    }

    .vol-service-wrap .content-wrap .cta {
        display: flex;
        text-align: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .district-cta-wrap .cta {
        width: 200px;
    }
}

@media screen and (max-width:840px) {
    .global-slider .each-item img {
        width: 100%;
    }

    .district-cta-wrap .cta {
        width: 150px;
    }
}

@media screen and (max-width:767px) {

    .welcome-sec,
    .testimonial-sec,
    .service-sec,
    .news-sec,
    .login-content {
        padding: 50px 0;
    }

    .district-sec .left-wrap,
    .gallery-sec,
    .app-sec {
        padding: 50px 0 0;
    }

    .district-sec {
        padding-bottom: 50px;
    }

    .banner {
        padding: 70px 0 260px;
    }

    .banner .bnr-slider .each-item h2 {
        font-size: 40px;
    }

    .banner .bnr-slider .each-item p {
        font-size: 22px;
    }

    .banner-info .col-md-6 {
        width: 50%;
    }

    .banner-info .each-info h2 {
        font-size: 25px;
    }

    .banner-info .each-info h4 {
        font-size: 20px;
    }

    .testimonial-sec .testm-slider .each-item .content-wrap {
        width: 75%;
    }

    .testimonial-sec .testm-slider .each-item .content-wrap p {
        font-size: 16px;
        line-height: 25px;
    }

    .district-sec .left-wrap ul li {
        width: 50%;
        padding-bottom: 15px;
    }

    .app-sec .heading {
        margin: 0 0 15px;
    }

    .district-sec .right-wrap {
        margin: 20px 0 0;
    }

    .login-content .left-sidebar .sidebar-heading {
        font-size: 26px;
    }

    .login-content .login-form h2 {
        font-size: 24px;
    }

    .login-content .left-sidebar ul {
        padding: 25px 0 10px 20px;
    }

    .login-content .left-sidebar ul li {
        padding: 0 0 20px 25px;
    }

    .login-content .left-sidebar ul li a {
        font-size: 16px;
    }

    .info-block-wrap .row .col-md-6 {
        width: 50%;
    }

    .profile-info-wrap .col-md-6 {
        width: 50%;
    }

    .dist-info-wrap .col-md-4 {
        width: 33%;
    }

    .vol-service-wrap .content-wrap .col-md-8 {
        width: 70%;
    }

    .vol-service-wrap .content-wrap .col-md-4 {
        width: 30%;
    }
}

@media screen and (max-width: 640px) {
    .profile-info-wrap .col-md-6 {
        width: 70%;
        margin: 0 auto;
    }

    .profile-info-wrap .col-md-6+.col-md-6 {
        margin-top: 30px;
    }

    .dist-info-wrap .col-md-4 {
        width: 50%;
    }

    .dist-info-wrap .col-md-4 {
        margin-bottom: 30px;
    }

    .dist-slider-wrap {
        padding: 20px 0 50px;
    }

    .info-block-wrap .row .col-lg-5,
    .info-block-wrap .row .col-lg-7 {
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    .district-sec svg {
        width: 500px !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .gallery-sec .gallery-slider .slick-next {
        right: 40px !important;
    }

    .gallery-sec .gallery-slider .slick-arrow {
        right: 70px;
    }

    .global-slider .item {
        margin: 0;
    }

    .global-slider .each-item .content-wrap p {
        min-height: auto;
    }

    .login-content .login-form .each-field {
        margin: 0px 0 20px;
    }

    .login-content .login-form .each-field input,
    .login-content .login-form .each-field select {
        padding: 12px 20px;
    }

    .right-table-wrap {
        overflow-x: scroll;
    }

    .district-cta-wrap .cta {
        width: unset;
    }
}

@media screen and (max-width:530px) {
    .district-cta-wrap {
        display: block;
    }

    .district-cta-wrap .cta {
        width: 45%;
        float: left;
        margin: 5px;
    }

    .right-table-wrap {
        padding: 50px 0 15px;
        margin: 0 0 50px;
    }

    .right-table-wrap .table {
        width: 120%;
        overflow-y: scroll;
    }
}

@media screen and (max-width:490px) {
    .testimonial-sec .testm-slider .each-item {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-sec .testm-slider .each-item .content-wrap {
        width: 100%;
        margin: 20px 0 0;
    }

    .login-content .login-form {
        padding: 30px 15px;
    }

    .login-content .login-form h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .profile-info-wrap .col-md-6,
    .dist-info-wrap .col-md-4 {
        width: 100%;
    }

    .vol-service-wrap .content-wrap .each-block h5 {
        font-size: 14px;
    }
}

@media screen and (max-width:420px) {
    .banner .bnr-slider .each-item h2 {
        font-size: 30px;
    }

    .banner .bnr-slider .each-item p {
        font-size: 20px;
    }

    .banner-info .each-info h2 {
        font-size: 22px;
    }

    .banner-info .each-info h4 {
        font-size: 18px;
    }

    .district-sec .left-wrap ul li {
        width: 100%;
        padding-bottom: 10px;
    }

    .district-sec svg {
        height: auto;
    }

    .login-content .login-form .each-field.remember-n-forget {
        flex-direction: column;
    }

    .login-content .login-form .submit-field .cta {
        padding: 12px 45px;
    }
}

@media screen and (max-width: 375px) {
    .info-block-wrap .row .col-md-6 {
        width: 100%;
    }

    .district-cta-wrap .cta {
        width: 100%;
        margin: 0;
    }

    .district-cta-wrap .cta+.cta {
        margin-top: 10px;
    }

    .profile-info-wrap {
        text-align: center;
    }

    .profile-info-wrap .each-info-block {
        flex-direction: column;
        text-align: center;
    }

    .profile-info-wrap .img-wrap {
        padding-top: 10px;
    }

    .vol-service-wrap .content-wrap .cta {
        width: unset;
        padding-left: 0;
        padding-right: 0;
    }

}

@media screen and (max-width:320px) {
    .login-content .left-sidebar .sidebar-heading {
        font-size: 22px;
    }

    .login-content .login-form h2 {
        font-size: 17px;
    }
}