* {
    padding: 0;
    margin: 0;
}
body {
    font-family: "Noto Sans Bengali", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans Bengali", sans-serif;
}
.title_2 {
    padding: 0 0 0px;
    font-size: 34px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #c40f42;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}
.title_2:after {
    background: #c40f42;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.form-control {
    font-size: 14px;
}
/* -------------- header ---------------------- */

.header-top {
    position: relative;
    background-color: #fff;
}
.header-top .logo {
    max-width: 250px;
}
.header-top .logo a img {
    width: 100%;
}
.membership_btn {
    -webkit-box-shadow: 0 0 50px rgb(10 42 67 / 5%);
    box-shadow: 0 0 50px rgb(10 42 67 / 5%);
    min-width: 154px;
    text-align: right;
    display: inline-block;
    height: 44px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background-color: #f1bb3d;
    border-radius: 8px;
    margin-left: 0;
}
.membership_btn a {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #c50f42;
    -webkit-box-shadow: inset 0 0 15px rgb(6 6 6 / 10%);
    box-shadow: inset 0 0 15px rgb(6 6 6 / 10%);
    border-radius: 8px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-family: playfair display, serif;
    text-decoration: none;
}
.membership_btn a svg {
    margin-right: 10px;
}
.membership_btn a:before {
    position: absolute;
    content: "";
    height: 100px;
    width: 300px;
    background-color: #db2558;
    left: -300px;
    top: -15px;
    z-index: -1;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    color: #c20f41;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 18px;
}
#main_nav {
    align-items: center;
    justify-content: space-between;
}
.navbar-nav .nav-item {
    padding: 0 5px;
}

/* .banner_scroller .banner{ background:url(../images/banner-img.png); background-repeat: no-repeat;
    background-size: cover; height: 600px; position: absolute;} */

/* -------------- banner ---------------------- */

/* .banner_scroller {
    max-height: 666px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner {
    width: 100%;
    position: relative;
}
.banner_scroller .banner_slider .slick-next {
    right: 0;
    display: none !important;
}
.banner_scroller .banner_slider .slick-prev {
    left: 0px;
    display: none !important;
}
.banner_scroller .banner-text {
    position: absolute;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    top: 0%;
    left: 6%;
    height: 100%;
}
.banner_scroller .banner-text h1 {
    font-size: 50px;
}
.banner_scroller .banner-text .btn {
    background-color: #c20e41;
    color: #fff;
    padding: 7px 20px;
} */

.banner_scroller{max-height: 666px;position: relative;width: 100%; overflow: hidden;}
.banner{ width: 100%; position: relative;}
.banner_scroller .banner_slider .slick-next {right: 0; display: none !important;}
.banner_scroller .banner_slider .slick-prev {left: 0px; display: none !important;}
.banner_scroller .banner-text{ position: absolute;color: #fff;display: flex;flex-direction: column;
    align-items: start;justify-content: center;top: 0%;left: 1%;height: 100%;}
.banner_scroller .banner-text h1{ font-size: 60px;}
.banner_scroller .banner-text .btn{ background-color: #c20e41; color: #fff; padding: 7px 20px;}

/* -------------- location ---------------------- */

.location {
    margin-top: -88px;
    position: relative;
    padding: 35px 0;
}
.single_contact {
    position: relative;
    margin: 0;
    padding: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 4px;
    text-align: left;
    margin-right: 15px;
    margin-left: 15px;
}
.single_contact:hover {
    background-color: rgb(255, 187, 0);
}
.single_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.single_contact a svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    color: #c50f42;
}
.single_contact .name {
    color: #c50f42;
    font-weight: 600;
    text-transform: uppercase;
}
.single_contact .number {
    color: #333;
    font-weight: 600;
}
.location .location_wrapper {
    background: #fff;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0 2px 5px #ddd;
}
.location .location_wrapper .slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 29px;
    line-height: 1;
    opacity: 0.75;
    color: #c40e41;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.location .location_wrapper .slick-next {
    right: -15px;
}
.location .slick-prev:before {
    font-family: slick;
    font-size: 29px;
    line-height: 1;
    opacity: 0.75;
    color: #c20e41;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* -------------- about ---------------------- */

.about {
    padding: 40px 0;
}
.why-right {
    float: right;
    max-width: 500px;
    width: 100%;
    margin: 0 0 15px 15px;
}
.why-right-boxes {
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgb(10 42 67 / 5%);
    box-shadow: 0 0 50px rgb(10 42 67 / 5%);
    border-radius: 10px;
    width: 80%;
    left: 10%;
    position: relative;
    margin-top: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9;
    border: 1px solid #c20e41;
}
.photo-slide {
    border: 6px solid #c20e41;
    border-radius: 8px;
    overflow: hidden;
}
.why-right-box {
    min-width: calc(33.33% - 15px);
    text-align: center;
    font-size: 12px;
}
.why-right-box .icon img {
    max-width: 50px;
}
.why-right-box .icon {
    margin-bottom: 10px;
}
.title h1 {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: #c40e41;
    margin: 0 0 15px;
}
.why-left h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
}

/* -------------- service ---------------------- */

.service_section {
    float: left;
    width: 100%;
    position: relative;
    padding: 80px 0;
    background-color: #c40e41;
}
.overflow_layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #c40e41;
    opacity: 0.1;
}
.title_section {
    position: relative;
    margin-top: -7px;
    margin-bottom: 22px;
    padding-bottom: 60px;
}
.title_section .title_header {
    width: 40%;
    padding-right: 30px;
    padding-bottom: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.title_section h2.title {
    font-weight: 700;
    font-size: 43px;
    line-height: 52px;
    margin-bottom: 10px;
    color: #fff;
}
.title_section .title_desc {
    display: table-cell;
    vertical-align: middle;
}
.title_section .title_desc p {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

/* -------------- service ---------------------- */
.mt_140 {
    margin-top: -140px !important;
}
.service_section_2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 50px;
}
.single_service_1 {
    border-radius: 5px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}
.single_service_1 .thumbnail {
    position: relative;
    overflow: hidden;
}
.single_service_1 .thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    height: 100%;
    max-height: 190px;
}

.single_service_1 .featured-content {
    padding: 20px 25px 9px 28px;
    border-bottom: 2px solid #c40e41;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.6s;
}
.single_service_1 .featured-content .ser_category {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 500;
    color: #c40e41;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateY(0);
    opacity: 1;
    transition: all 300ms ease 200ms;
}
.single_service_1 .featured-content .featured-title {
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateZ(0);
    transition: all 300ms ease 200ms;
}
.single_service_1 .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: inherit;
}
.single_service_1 .featured-content .ser_readmore {
    position: absolute;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateZ(0);
    transition: all 300ms ease 200ms;
    opacity: 0;
    font-style: italic;
    font-weight: 600;
    z-index: 1;
}

/* -------------- process ---------------------- */

.working-process-area {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background: #1f2021;
    padding: 60px 0 0px;
    z-index: 1;
    background: radial-gradient(circle, #f4cc45, #ea992e);
}
.working-process-area .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 434px;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.03;
}
.working-process-area .shape2 {
    position: absolute;
    left: 0;
    bottom: -30px;
    opacity: 0.03;
}
.working-process-area .shape3 {
    position: absolute;
    top: 0;
    right: 70px;
    opacity: 0.05;
}
.working-process-area .shape4 {
    position: absolute;
    top: -25px;
    right: -25px;
    opacity: 0.05;
}
.working-process-area p {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.working-process-box {
    position: relative;
    display: flex;
    align-items: baseline;
    counter-reset: count;
    padding: 0;
    margin: 0;
}
.single-working-process {
    position: relative;
    display: block;
    max-width: 25%;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 42px;
}

.single-working-process .count {
    position: absolute;
    top: 0;
    left: 67px;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #c40e41;
    border-radius: 50%;
}
.single-working-process .count:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #c40e41;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}
.single-working-process .text-holder {
    position: relative;
    display: block;
    margin-top: 26px;
}
.single-working-process .text-holder h3 {
    color: #c50f42;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 17px;
}
.img-holder {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    border: 2px solid #e91e63;
}
.img-holder img {
    width: 100%;
}

/* -------------- price ---------------------- */

.why_adyamagold {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}
.why_p {
    max-width: 780px;
    margin: 0 auto 70px;
    text-align: center;
    font-size: 18px;
}
.front {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 80px;
}
.services-table {
    float: left;
    margin-top: 90px;
    z-index: 0;
}
.services-table th {
    color: #333;
    min-width: 250px;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 18px;
    font-size: 16px;
    color: #333;
}
.enterprise {
    float: left;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.6);
    margin-top: -23px;
    max-width: 430px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
table thead {
    background: #740a00;
    vertical-align: middle;
    border-bottom: 0px solid #dee2e6;
}
.enterprise tr:last-child {
    height: 100px;
}
.enterprise tr th {
    color: #fff;
    font-size: 20px;
    min-width: 240px;
    text-align: center;
    padding: 35px 0 15px;
    background: #e33969;
    height: 110px;
}
table.traditional {
    float: left;
    max-width: 280px;
}
table.traditional tr {
    height: 68px;
    background: #fff;
}
table.traditional th {
    color: #e33969;
    font-size: 20px;
    min-width: 240px;
    text-align: center;
    padding: 15px 0;
    background: #deeefd;
}
.enterprise tr:nth-child(odd) td {
    background: #f1bb3d;
}
.enterprise tr:nth-child(even) td {
    background: #eba400;
}
.enterprise tr td {
    color: #fff;
    font-size: 16px;
}
.enterprise tr th {
    color: #fff;
    font-size: 20px;
    min-width: 240px;
    text-align: center;
    padding: 35px 0 15px;
    background: #eba400;
    height: 110px;
}
table td {
    padding: 8px 15px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    font-size: 13px;
}
table tbody tr:nth-child(odd) {
    background: #f0f8ff;
}
.traditional tr td {
    color: #333;
    border: 1px solid rgba(204, 204, 204, 0.3);
    border-right: 0;
    font-size: 16px;
}
table.traditional tr:nth-child(even) td {
    background: #f7fafb;
}

/* -------------- popular ---------------------- */

.popular_courses {
    float: left;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background: #c40e41;
    position: relative;
    padding: 50px 0;
    text-align: center;
    margin: 0px;
    max-width: 100%;
    overflow: hidden;
}
.popular_courses:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}
.single_course {
    margin: 20px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.single_course .images {
    margin-bottom: 10px;
    position: relative;
    height: 215px;
}
.single_course .images img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    margin-top: 20px;
}
.single_course .course_info {
    position: relative;
    padding: 0 10px 10px;
    min-height: 115px;
    text-align: center;
}
.single_course .course_info h3 {
    font-size: 20px;
    color: #dc3135;
    padding: 0;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    height: 40px;
    text-decoration: none !important;
    border-bottom: none;
}
.popular_courses .title_2 {
    color: #fff;
}
.course_info p {
    text-decoration: none !important;
    color: #111 !important;
}
.single_course a {
    text-decoration: none;
}
/* -------------- award ---------------------- */

.read_more_btn {
    -webkit-box-shadow: 0 0 50px rgb(10 42 67 / 5%);
    box-shadow: 0 0 50px rgb(10 42 67 / 5%);
    min-width: 155px;
    text-align: right;
    display: inline-block;
    height: 46px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background-color: #f1bb3d;
    border-radius: 8px;
    margin-left: 0;
}
.lecture_section {
    float: left;
    width: 100%;
    padding: 40px 0 40px;
    margin: 0;
    background: #fff;
}
.lecture_video {
    float: left;
    width: 100%;
    margin: 15px 0 15px;
    padding: 0;
    position: relative;
}
.lecture_video img {
    width: 100%;
}
.video_title {
    color: #1178ba;
    font-size: 18px;
    margin-bottom: 17px;
    font-variant: normal;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    height: 65px;
    line-height: normal;
}

.video_title span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-height: 100%;
    color: #333;
}

.video_single:hover .video_title span {
    color: #dc3135;
}

.vd_button {
    width: 70px;
    height: 50px;
    box-shadow: 0 0 0 0 rgba(220, 49, 53, 0.7);
    border-radius: 10%;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    background: rgba(220, 49, 53, 0.7);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 5px 0;
    outline: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
}

.vd_button svg {
    width: 40px;
    height: 40px;
}

.vd_button:hover,
.vd_button:focus,
.vd_button:active,
.vd_button:visited {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    text-decoration: none;
    outline: 0;
    border: 0;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

/* -------------- branch ---------------------- */

.crypto-currencies-wrapper {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-color: #02021e;
    position: relative;
}
.block-contents {
    position: relative;
}
.block-contents .section-title {
    margin-bottom: 50px;
}
.block-contents .section-title h2 {
    margin-top: -14px;
    font-size: 60px;
    line-height: 112%;
    color: #fff;
}
.nice-arrow-icon {
    position: absolute;
    top: 75px;
    left: 26%;
}
.nice-arrow-icon img {
    max-width: 50%;
    transform: rotate(35deg);
}
.single-crypto-currency-card {
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-crypto-currency-card .currency-header {
    margin-bottom: 0;
}
.single-crypto-currency-card .currency-header {
    overflow: hidden;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(97, 118, 134, 0.1);
    padding-bottom: 12px;
    margin-bottom: 10px;
}
.single-crypto-currency-card .currency-header .icon {
    width: 75px;
    height: 75px;
    line-height: 70px;
    min-width: 75px;
    text-align: center;
    background-color: #c50f42;
    color: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    font-size: 32px;
}
.single-crypto-currency-card .currency-header .icon svg {
    width: 30px;
    height: 30px;
}
.single-crypto-currency-card .currency-header .currency-name {
    overflow: hidden;
}
.single-crypto-currency-card .currency-header .currency-name .title_h3 {
    margin-bottom: 2px;
    font-size: 20px;
    color: #c50f42;
    font-weight: 700;
}
.single-crypto-currency-card .currency-header .currency-name .title_h4 {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    font-family: inherit;
}
.single-crypto-currency-card .currency-info p {
    font-size: 14px;
    line-height: normal;
    min-height: 75px;
    display: flex;
    align-items: center;
}
.single-crypto-currency-card .currency-rate-buy-btn {
    margin-top: 10px;
}
.single-crypto-currency-card .currency-rate-buy-btn .currency-rate .time_1 {
    margin-bottom: 0;
    color: #02021e;
    line-height: 1;
    font-family: playfair display, serif;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
}

/* -------------- blog ---------------------- */

.home_blog {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background: #fff;
}

.btc_blog_indx_box_wrapper {
    float: left;
    width: 100%;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}
.btc_blog_indx_img_wrapper {
    position: relative;
}
.btc_blog_indx_img_wrapper img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 100%;
    max-height: 230px;
}
.btc_blog_indx_date_wrapper span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #c50f42;
    line-height: 52px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: absolute;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    bottom: -22px;
    right: 20px;
}
.btc_blog_indx_date_wrapper span svg {
    width: 22px;
    height: 22px;
}
.btc_blog_indx_cont_wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.btc_blog_indx_cont_wrapper p {
    color: #c50f42;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.btc_blog_indx_cont_wrapper .title_h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    height: 55px;
    display: flex;
    align-items: center;
}
.btc_blog_indx_box_wrapper:hover .btc_blog_indx_date_wrapper span {
    background: #c50f42;
    color: #111;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* -------------- partners ---------------------- */

.our-partner {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color: #c20e41;
    position: relative;
}
.our-partner .sec-title {
    margin-bottom: 10px;
    text-align: left;
    border-right: 1px solid #d52e5d;
}
.sec-title span {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #f1bb3d;
    text-transform: capitalize;
    border-bottom: 1px solid #d52e5d;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.sec-title h2 {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px;
}
.single-partner {
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: inset 0 0 10px rgb(6 6 6 / 15%);
    border-radius: 10px;
    height: 100px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.single-partner img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto !important;
    padding: 10px;
    max-height: 100%;
}

/* -------------- faq ---------------------- */

.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
}
.heading_a {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    color: #c20e41;
}
.accordion-header {
    font-size: 26px;
    font-weight: bold;
    font-family: playfair display, serif;
}
.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
}
.accordion-header a {
    text-decoration: none;
}
.accordion-header a:hover {
    color: #c20e41;
}
.accordion-item {
    margin-bottom: 20px;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #ddd;
}

/* -------------- footer ---------------------- */

.adm-jwl {
    float: left;
    width: 100%;
    background: #02021e;
    padding: 40px 0px 20px;
}
.adm-jwl h4 {
    float: left;
    width: 100%;
    font-size: 17px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: inherit;
}
.adm-jwl h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #c30e41;
    border-right: 10px solid #ffffff;
    content: "";
}
.adm-jwl h4:after {
    position: absolute;
    left: 34px;
    bottom: 0;
    height: 2px;
    width: 6px;
    background-color: #fff;
    content: "";
}
.adm-jwl p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.adm-jwl .read_more_btn {
    color: #f1bb3d;
    border-color: #f1bb3d;
    margin-top: 10px;
}
.read_more_btn a {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #c50f42;
    -webkit-box-shadow: inset 0 0 15px rgb(6 6 6 / 10%);
    box-shadow: inset 0 0 15px rgb(6 6 6 / 10%);
    border-radius: 8px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    text-decoration: none;
}
.read_more_btn a:before {
    position: absolute;
    content: "";
    height: 100px;
    width: 300px;
    background-color: #db2558;
    left: -300px;
    top: -15px;
    z-index: -1;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.adm-jwl h4 span {
    color: #c30e41;
    font-weight: 600;
}
.footer-links {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer-links li {
    line-height: normal;
    list-style: none;
    color: #fff;
    font-size: 15px;
    margin-bottom: 7px;
}
.footer-links a {
    color: #fff;
    text-transform: capitalize !important;
    text-decoration: none;
}
.adm-jwl p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.adm-jwl p a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}
.social-profile {
    margin: 15px 0 0;
    float: left;
    width: 100%;
    padding-left: 0;
}
.social-profile ul {
    padding-left: 0;
}
.social-profile ul li {
    display: inline-block;
    margin-right: 10px;
    font-family: "Roboto", sans-serif;
}
.social-profile ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #c50f42;
}
.adm-jwl .single_contact {
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 8px 13px;
    border-radius: 5px;
    margin-left: 0px;
    margin-right: 0;
}
.single_contact .name {
    color: #c50f42;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 6px;
}
.single_contact .number {
    color: #333;
    font-weight: 600;
}
.adm-jwl .single_contact .number a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.adm-jwl .single_contact .number svg {
    margin-right: 5px;
}
.adm-jwl .single_contact .direction {
    margin-left: 4px;
    width: 35px;
    height: 35px;
    background: #c50f42;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.adm-jwl .single_contact .direction svg {
    color: #fff;
    margin: 0;
    padding: 0;
}

/* --------- copy-area */
.adm-jwl-copy {
    float: left;
    width: 100%;
    background: #c30e41;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}
.adm-jwl-copy a {
    color: #f1bb3d;
    display: inline-block;
}

/* ------------ common-css ---------------- */

.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%;
    padding: 120px 0;
    margin: 0;
}
.heading_banner::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
}
.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    font-family: "Noto Sans Bengali", sans-serif;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}
.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    display: inline-block;
    line-height: 55px;
}
.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}
.inner_breadcrumb .breadcrumb li.active {
    color: #c10f41;
}
.inner_breadcrumb .breadcrumb li + li:before {
    float: left;
    padding: 20px 10px;
    color: #bfbfbf;
}

/* ------------ about-us ---------------- */

.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}
.wps_right {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.right_side .bg-title {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #c40f42;
}
.about_page .wps_right {
    border-radius: 0 0 8px 8px;
}
.about_page .product_right_image {
    float: right;
    max-width: 400px;
    text-align: center;
}
.about_page .product_right_image iframe {
    width: 100%;
    height: 315px;
}
.about_page .wps_right p {
    margin-bottom: 20px;
    font-size: 16px;
}
.about_page .wps_right h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
}
.about_page .wps-factsheet {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    box-shadow: 0 6px 12px -4px #55555538;
    margin-bottom: 15px;
    min-height: 62px;
    border-radius: 8px;
}
.about_page .wps-factsheet .icon {
    height: 43px;
    float: left;
}
.about_page .wps-factsheet .icon img {
    float: left;
    width: 55px;
    padding-left: 5px;
    padding-right: 10px;
}
.about_page .wps-factsheet .info {
    padding-top: 2px;
    text-align: left;
}
.about_page .wps-factsheet .info h4 {
    margin: 0px;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: left;
    text-transform: inherit;
}
.wps-factsheet .info p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    color: #666;
}
.left_sidebar {
    float: left;
    width: 100%;
    border-radius: 8px;
    margin: 0 0 25px;
    padding: 0;
    overflow: hidden;
}
.left_sidebar .left_title {
    font-family: "Noto Sans Bengali", sans-serif;
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #c40f42;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px;
}
.form-group {
    position: relative;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}
.read_more_btn .btn-form {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #c50f42;
    -webkit-box-shadow: inset 0 0 15px rgb(6 6 6 / 10%);
    box-shadow: inset 0 0 15px rgb(6 6 6 / 10%);
    border-radius: 8px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-family: playfair display, serif;
}
.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #f1bb3d;
}
.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none;
}
.left_sidebar ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 14px;
    font-weight: 500;
    line-height: 20px;
    font-size: 13px;
    text-decoration: none;
}
.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
.left_sidebar ul li ul li {
    border-bottom: 1px dashed #ccc;
    list-style-type: none;
    position: relative;
}
.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 12px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}

/* ------------ inner-pages ---------------- */

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

/* ------------ inner-pages ---------------- */

section.bg-grey {
    background: #f1f1f1;
}
.gallery_details {
    position: relative;
    overflow: hidden;
    background: #c40f42;
    margin-bottom: 20px;
}
.gallery_details:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.gallery_details .gdetails_image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 242px;
}
.gallery_details .gdetails_image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
}
.gallery_details .link-wrap {
    position: absolute;
    top: calc(55% - 25px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}
.gallery_details .link-wrap i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.gallery_details:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 20px;
    right: 20px;
}
.gallery_details:hover:after,
.gallery_details:hover:before {
    height: 40px;
    width: 40px;
    opacity: 1;
}
.gallery_details:hover:after,
.gallery_details:hover:before {
    height: 40px;
    width: 40px;
    opacity: 1;
}
.gallery_details:hover .gdetails_image {
    transform: scale(1.1);
    filter: blur(4px);
}

/* ------------ inner-pages ---------------- */

.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f1f1f1;
    position: relative;
}
.contact_form_grid1 {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 15px -9px rgb(0 0 0 / 50%);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
}
.contact_details {
    background: #c50f42;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}
.contact_details .title-head {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact_details p {
    color: #ffffff;
    margin-bottom: 20px;
}
.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}
.contact_details .address_list li a,
.contact_details .address_list li {
    color: #ffffff;
    display: flex;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
    align-items: baseline;
    text-decoration: none;
}
.address_list li span {
    font-size: 30px;
    margin-right: 13px;
}
.contact_details .title-head {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.social_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.social_list li {
    list-style: none;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #f1bb3d;
}
.social_list li a {
    color: #fff;
    line-height: 35px;
    text-align: center;
}
.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}
.form_grid .title-head {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #333;
}

/* ------------ inner-pages ---------------- */

.wps_right h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
}
.ytp-cued-thumbnail-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.left_image {
    float: left;
    width: 340px;
    margin: 0px 25px 15px 0;
    text-align: center;
}
.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #eee;
}
.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 260px;
    transition: transform 0.5s ease;
}
.wps_right p {
    margin-bottom: 20px;
    font-size: 14px;
    padding-right: 14px;
}
.right_side ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

/* ------------ inner-pages ---------------- */
.category_page h2 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #c40f42;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
}
.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fbf4f0;
}
.wps_right h3 {
    font-size: 18px;
    line-height: normal;
    padding: 10px 0;
}
.wps_right h3 a {
    text-decoration: none;
    color: #000;
}
.you_may {
    float: left;
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: #c30f41;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #eee;
}
.product_listing .product {
    width: 100%;
    position: relative;
    padding: 15px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}
.product_listing .product {
    width: 100%;
    position: relative;
    padding: 15px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}
.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 235px;
    transition: all 0.4s ease-in-out;
}
.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}
.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}
.product_right_image {
    float: right;
    width: 400px;
    margin: 0px 0 25px 15px;
    text-align: center;
}
.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}
.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}
.read_more_btn {
    -webkit-box-shadow: 0 0 50px rgb(10 42 67 / 5%);
    box-shadow: 0 0 50px rgb(10 42 67 / 5%);
    min-width: 155px;
    text-align: right;
    display: inline-block;
    height: 46px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background-color: #f1bb3d;
    border-radius: 8px;
    margin-left: 0;
}
.read_more_btn span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #c50f42;
    -webkit-box-shadow: inset 0 0 15px rgb(6 6 6 / 10%);
    box-shadow: inset 0 0 15px rgb(6 6 6 / 10%);
    border-radius: 8px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.read_more_btn span:before {
    position: absolute;
    content: "";
    height: 100px;
    width: 300px;
    background-color: #db2558;
    left: -300px;
    top: -15px;
    z-index: -1;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.modal-header {
    padding: 0 15px;
    background: #db2558;
    color: #fff;
    border-radius: 0;
    padding: 12px;
}
.modal-footer .submit_button {
    padding: 5px 12px;
    border-radius: 4px;
    background-color: #f1bb3d;
    color: #000;
    border: 1px solid #db2558;
    font-size: 14px;
}
.modal-body #quoteform .form-group {
}
.modal-body #quoteform .form-group .input_label {
    width: 100%;
}
.modal-body #quoteform .form-group .input_label .form_input {
    width: 100%;
    padding: 5px 15px;
}
.modal-body #quoteform .form-group .input_label textarea {
    height: 120px;
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
    .title_section .title_desc p {
        margin-bottom: 15px;
    }
}

@media all and (min-width:1300px) {

    .nav-item{
        padding: 0px 10px !important;
    }

}

@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
    .banner {
        height: 450px;
    }
    .banner img {
        height: 100%;
        object-fit: cover;
    }
    .banner_scroller .banner-text h1 {
        font-size: 29px;
    }
    .banner_scroller .banner-text p {
        font-size: 12px;
    }
    .banner_scroller {
        height: auto;
    }
    /* .why-right{ float: inherit;} */
    .why-right-boxes {
        width: 93%;
        left: 4%;
    }
    .title h1 {
        font-size: 29px;
    }
    .title_section {
        display: flex;
        flex-direction: column;
    }
    .title_section .title_header {
        width: 100%;
    }
    .title_section h2.title {
        font-size: 33px;
    }
    .service_section {
        padding: 40px 0;
    }
    .working-process-box {
        display: inline-block;
    }
    .single-working-process {
        max-width: 100%;
    }
    .single-working-process .count {
        left: 99px;
    }
    .single_course {
        margin: 20px 12px;
    }
    .title_2 {
        font-size: 28px;
    }
    .block-contents .section-title h2 {
        font-size: 29px;
    }
    .single-partner {
        width: 92%;
        margin: 0 auto;
        margin-left: 22px;
    }
    .sec-title h2 {
        font-size: 29px;
        margin-bottom: 28px;
    }
    .adm-jwl h4 {
        margin-top: 22px;
    }
    footer .adm-jwl .row {
        margin-top: 0px !important;
    }
    .adm-jwl .single_contact {
        align-items: flex-start;
    }
    .adm-jwl .single_contact .direction {
        height: 25px;
    }
    .adm-jwl .single_contact .number svg {
        width: 16px;
    }
    .adm-jwl .single_contact .direction svg {
        width: 15px;
    }
    .navbar-nav {
        position: absolute;
        background-color: #fff;
        z-index: 999;
        right: 16px;
        padding: 20px;
        box-shadow: 0 6px 5px #3f3d3d;
        border-radius: 5px;
        top: 69px;
    }
    .product_listing {
        text-align: center;
        padding: 6px 6px 12px 6px;
    }
    .left_sidebar .left_title {
        font-size: 18px;
    }
    .heading_banner {
        padding: 25px 0;
        background-repeat: no-repeat;
    }
    .heading_banner .cat_title {
        font-size: 20px;
    }
    .inner_breadcrumb .breadcrumb li {
        line-height: 45px;
    }
    .inner_breadcrumb .breadcrumb li a {
        font-size: 10px;
    }
    .inner_breadcrumb .breadcrumb li.active {
        font-size: 10px;
    }
    .category_page h2 {
        font-size: 16px;
    }
    .category_page {
        padding: 30px 0;
    }
    .right_side .bg-title {
        font-size: 18px;
    }
    .about_page {
        padding: 35px 0;
    }
    .accordion-item {
        margin-bottom: 12px;
    }
    .accordion-button {
        font-size: 15px;
    }
    table.traditional {
        max-width: 100%;
        min-width: 100%;
    }
    .enterprise {
        -webkit-box-shadow: 0 0 16px 0 rgb(0 0 0 / 0%);
        margin-top: 40px;
        margin-bottom: 40px;
        max-width: 100%;
        min-width: 100%;
    }
    .why_p {
        max-width: 0px;
        margin: 0 auto 10px;
        min-width: 100%;
    }
    .services-table {
        margin-top: 10px;
        width: 100%;
    }
    .location .location_wrapper .slick-prev {
        left: 0;
    }
    .location .location_wrapper .slick-next {
        right: 10px;
    }
    .single_contact {
        border: none;
    }
    .location {
        margin-top: -110px;
    }
    .title_section .title_desc p {
        margin-bottom: 15px;
    }
    .our-partner #topRanker .partner_slider .slick-next {
        right: 0;
    }
    .our-partner #topRanker .partner_slider .slick-prev {
        left: 0;
    }

    .product_right_image {
        width: 100%;
    }
}

.dropend .dropdown-toggle {
    margin-left: 1em;
}
.dropdown-item:hover {
    background-color: #c50f42;
    color: #fff;
}
.dropdown .dropdown-menu {
    display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}
.link-wrap svg path{
    fill: #fff;
  }
  label.error { display: block; color: red; }

  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:10px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

