@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
.container {
    max-width: 1250px;
}
body{
	font-family: 'Montserrat', sans-serif !important;
}
/*--------top header--------*/
.top-header {
    background-color: var(--primary_color);
    padding: 5px 0;
}
.tp-left ul, .tp-right ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.tp-left ul li {
    padding: 14px 0;
    margin-right: 25px;
}
.tp-left ul li:nth-child(2) {
    margin-right: 0;
}
.foot-gallery li {
    list-style: none;
}
.tp-left ul li a:hover {
    color: var(--standard_color);
}
.tp-left ul li a {
    color: white;
    font-size: 16px;
}
#testimonial4 .carousel-item:before{
    background-image: none;
}
a{
	text-decoration: none;
    color: var(--standard_color);
}
.tp-left ul li a i {
    padding-right: 2px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.tp-right ul li a {
    background: var(--standard_color);
    padding: 11px 18px;
    display: block;
    color: white;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}
.tp-right ul li:nth-child(2) {
    margin-right: 0;
}
.tp-right ul li {
    margin-right: 25px;
}
.tp-right ul {
    justify-content: end;
}
.top-header .col-md-6:nth-child(2) {
    justify-content: flex-end;
}
.top-header .col-md-6 {
    display: flex;
    align-items: center;
}
/*------top header-------*/
.mobile-menu.fixed .mobile-bar span, .mobile-menu.fixed .btn-bar span {
    background: black;
}
.mobile-bar span:nth-child(1), .mobile-bar span:nth-child(2) {
    margin-bottom: 5px;
}
.mobile-bar span {
    width: 22px;
    height: 2px;
    background: white;
    display: block;
}
.mobile-head.fixed .mobile-bar span{
    background: var(--standard_color);
}
.main-header.fixed .main-menu.open {
    position: fixed;
    top: 61px;

}
.main-header.fixed, .mobile-head.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 6%);
    -webkit-animation: headerSlideDown 0.95s ease forwards;
    animation: headerSlideDown 0.95s ease forwards;
    will-change: transform;
    background: #ffffff;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding-bottom: 6px;
}
@-webkit-keyframes headerSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headerSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.main-header.fixed ul.main-ul-menu .single-menu a {
    color: #625f5f;
}
.main-header.fixed ul.mega-menu {
    padding-top: 15px;
}
.main-header {
    position: absolute;
    z-index: 9;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 73%), rgb(255 255 255 / 0%));
}
ul.mega-menu {
    display: none;
}
.sc-logo img {
    width: 200px;
    height: 66px;
    object-fit: contain;
    object-position: left;
}
ul.main-ul-menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}
ul.main-ul-menu .single-menu a {
    color: white;
    font-weight: 500;
    font-size: 15px;
}
ul.main-ul-menu .single-menu:nth-last-child(1) {
    margin-right: 0;
}
ul.main-ul-menu .single-menu {
    margin-right: 20px;
    padding: 10px 0;
    transition: all 0.1s ease;
    border-bottom: 6px solid transparent;
}
ul.main-ul-menu .single-menu.active, ul.main-ul-menu .single-menu:hover {
    border-bottom: 6px solid var(--standard_color);
    transition: all 0.1s ease;
}
.main-header .col-md-2, .main-header .col-md-10 {
    display: flex;
    align-items: center;
}
.main-header .col-md-10 {
    justify-content: flex-end;
}
.arrow-menu {
    position: relative;
}
.arrow-menu:hover ul.mega-menu {
    display: block;
}
ul.mega-menu {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: auto;
    background: #fffffff0;
    white-space: nowrap;
    list-style-type: none;
    top: 50px;
}
ul.mega-menu li {
    padding: 6px 26px;
}
ul.mega-menu li a {
    color: #707070 !important;
}
ul.mega-menu li a:hover {
    color: var(--standard_color) !important;
}
/*--------main menu end----------*/
.slider-content-hm {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    transform: translate(21%, -55%);
    width: 54%;
}
.slider-content-hm a:hover {
    opacity: .8;
}
.slider-content-hm a {
    background: var(--standard_color);
    display: block;
    width: fit-content;
    color: white;
    padding: 8px 14px;
    margin-top: 26px;
    border-radius: 6px;
}
.carousel-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgb(0 0 0 / 73%), rgb(255 255 255 / 0%));
    z-index: 2;
}
.carousel-control-next, .carousel-control-prev, .home-slider .carousel-indicators {
    z-index: 4;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
.home-slider .carousel-item img {
    height: 650px;
    object-fit: cover;
    object-position: top;
}

.hm-ab-card {
    margin-bottom: 50px;
}
.main-card-div {
    display: flex;
    flex-wrap: wrap;
}
.card-div {
    width: 33.33%;
}
.tp-card {
    background: var(--standard_color);
    padding: 10px 12px;
    display: flex;
    height: 90px;
}
.main-card-div .card-div:nth-child(2) .tp-card {
    opacity: .9;
}
.tp-card img {
    width: 50px;
    margin-right: 25px;
    height: -webkit-fill-available;
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
    object-fit: contain;
}
.card-div:hover img {
    transform: scale(1.1);
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}

.middle-card {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.middle-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
 transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}
.tp-card h5 {
    font-size: 20px;
    color: white;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.tp-card p {
    font-size: 16px;
    color: #fffffff7;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.card-bottom-part h2 {
    font-size: 28px;
    color: #c50227;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
}
.card-bottom-part {
    margin: 20px 12px 0 0;
}
.card-bottom-part a, .read-more-a {
    font-size: 16px;
    font-weight: 700;
    color: var(--standard_color);
    padding: 15px 33px 15px 0px;
    text-transform: none;
}
.card-bottom-part a i {
    margin-left: 10px;
}
.hm-ab-card {
    margin-bottom: 50px;
    margin-top: -66px;
    position: relative;
    z-index: 3;
}
.slider-content-hm span {
    display: block;
    font-size: 24px;
    color: var(--standard_color);
    font-weight: 600;
    margin-bottom: 16px;
}
.slider-content-hm b {
    font-size: 34px;
    color: white;
}
.home-slider .carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #0000007a;
}
.home-slider .carousel-indicators .active{
    border: 2px solid var(--standard_color);
}
.home-slider .carousel-indicators {
    bottom: 80px;
}
section.mix-section {
    padding: 50px 0;
    background: #f3f3f3;
}
.head-mixed span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--standard_color);
    opacity: .06;
}
.head-mixed span {
    display: block;
    color: var(--standard_color);
    font-size: 22px;
    font-weight: 600;
    border-bottom: 3px solid var(--standard_color);
    margin-bottom: 15px;
    padding: 8px 10px;
    position: relative;
}
.video-dv-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.v-img-hm:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
}
.v-img-hm {
    position: relative;
}
img.play-icon {
    position: absolute;
    width: 65px;
    height: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.card-bottom-part p {
    font-size: 16px;
    font-weight: 500;
    color: #282727;
    letter-spacing: .1px;
    overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; -webkit-line-clamp: 3;
}
.c-t-c p {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #282727;
    letter-spacing: .1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.more-btn a {
    font-size: 16px;
    font-weight: 700;
    color: var(--standard_color);
    text-transform: none;
}
.more-btn a i {
    padding-left: 4px;
}
.more-btn a:hover {
    opacity: .9;
}

.news-bx-hm:hover img {
    transform: scale(1.1);
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}
.nw-img-dv img {
    width: 100%;
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
    height: 74px;
    object-fit: cover;
    border-radius: 5px;
}
.nw-img-dv {
    width: 25%;
    height: 74px;
    overflow: hidden;
    border-radius: 5px;
}
.news-bx-hm {
    display: flex;
    align-items: center;
}
.nw-content-hm {
    width: 75%;
    padding-left: 18px;
}
.more-btn {
    width: 100%;
    display: grid;
}
.news-bx-hm {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1010102b;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.news-main {
    background: #ffffffc4;
    padding: 16px;
    height: 317px;
    margin-bottom: 11px;
    overflow-y: auto;
}
.n-h-bx {
    font-size: 16px;
    color: var(--primary_color);
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    letter-spacing: .2px;
}
.nw-content-hm span i {
    color: var(--standard_color);
    padding-right: 3px;
}
.nw-content-hm span {
    font-size: 13px;
    color: #4c4b4b;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.n-h-bx:hover {
    color: var(--standard_color);
}
footer.main-footer {
    padding: 50px 0 20px 0;
    background: var(--primary_color);
}
.sc-ab-foot img {
    height: 56px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}
.sc-deatil-foot ul li a i {
    top: 5px;
    position: absolute;
    left: 0;
}
.sc-deatil-foot ul li a {
    color: white;
    font-size: 14px;
    padding-left: 28px;
    display: block;
}
.sc-deatil-foot ul li {
    margin-bottom: 8px;
    position: relative;
    list-style: none;
    
}
.sc-deatil-foot ul {
    padding: 0;
    margin: 20px 0 0 0;
}
.ap-download span img {
    width: 28px;
    margin-right: 9px;
}
.ap-download span {
    display: flex;
    align-items: center;
    margin: 0;
    color: white;
    font-weight: 600;
    font-size: 17px;
}
.sc-deatil-foot ul li a:hover {
    color: var(--standard_color);
}
.ap-download a img {
    width: 112px;
}
.head-bx-foot {
    color: white;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 3px solid var(--standard_color);
    margin-bottom: 29px;
    padding-bottom: 17px;
}
.q-link ul li a:hover {
    color: var(--standard_color);
}
.q-link ul li a {
    color: #ffffffd9;
    font-size: 14px;
}
.q-link ul li {
    margin-bottom: 12px;
}
.q-link ul {
    padding: 0;
    list-style-type: none;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
.content-part p img {
    width: 33.33%;
    height: 369px;
    object-fit: cover;
    object-position: top;
}
.foot-gallery ul li img:hover {
    box-shadow: 3px 3px 1px var(--standard_color);
}
.foot-gallery ul li img {
    width: 86px;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 86px;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
    box-shadow: 3px 3px 1px #ffffffc7;
}
.foot-gallery ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.social-icon-foot ul li a {
    color: white;
    font-size: 20px;
    padding: 0 5px;
}
.social-icon-foot ul li {
    margin-left: 18px;
    list-style: none;
}
.social-icon-foot ul {
    display: flex;
    padding: 0;
    justify-content: flex-end;
    margin-bottom: 0;
}
.copy-right span {
    color: white;
    font-size: 12px;
}
.copy-right {
    background: var(--primary_color);
    border-top: 1px solid #ffffff40;
}
.copy-right {
    background: var(--primary_color);
    border-top: 1px solid #ffffff40;
    padding: 15px 0;
}
.social-icon-foot ul li a:hover {
    color: var(--standard_color);
}
.copy-right .col-md-6:nth-child(1) {
    display: flex;
    align-items: center;
}
.scrollup {
    position: fixed;
    right: 30px;
    bottom: 32px;
    z-index: 999;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    display: block;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    line-height: 46px;
    overflow: hidden;
    background: var(--standard_color);
    color: white;
}
.mobile-head {
    display: none;
}
.div-img img {
    width: 100%;
}
.div-img {
    width: 100%;
}
div#main-slider {
    height: 650px;
}
a.scrollup i {
    line-height: 43px;
}






/*mobile responsive*/
@media only screen and (max-width: 767px) {
.mobile-head {
    display: inherit;
}
.top-header .col-md-6:nth-child(2) {
    justify-content: flex-end;
    display: none;
}
.main-header {
    position: inherit !important;
}
.mobile-head {
    background: var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}
.mobile-head .sc-logo img {
    width: 90px;
    height: 50px;
    object-fit: contain;
    padding: 0 5px;
}
.mobile-head .tp-right ul li {
    margin-right: 5px;
}
.mobile-head .tp-right ul li a {
    padding: 5px 8px;
    font-size: 12px;
    letter-spacing: normal;
}
.top-header {
    background-color: var(--standard_color);
    padding: 0px 0;
}
.tp-left ul li {
    padding: 6px 0;
}
.top-header .col-md-6 {
    justify-content: space-around;
}
.main-header .col-md-2 {
    display: none;
}
.main-menu {
    position: absolute;
    background: white;
    z-index: 10;
    top: 13%;
    width: 90%;
    left: 5%;
    padding: 5px 20px;
    height: 70vh;
    overflow-y: auto;
    display: none;
    transition: all 0.3s ease;
}
.main-menu.open {
    display: inherit;
    transition: all 0.3s ease;
    -webkit-animation: headerSlideDown 0.50s ease forwards;
    animation: headerSlideDown 0.50s ease forwards;
    will-change: transform;
    background: #ffffff;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
ul.main-ul-menu {
    display: block;
}
ul.main-ul-menu .single-menu a {
    color: #1e1d1d;
    font-weight: 500;
    font-size: 15px;
}
ul.mega-menu {
    display: block;
    position: initial;
}
ul.mega-menu li:nth-last-child(1) {
    padding-bottom: 0;
}
ul.mega-menu li {
    padding: 10px 10px;
}
ul.main-ul-menu .single-menu.active, ul.main-ul-menu .single-menu:hover {
    border-bottom: none;
    transition: all 0.1s ease;
}
/*menu end*/
.card-div {
    width: 100%;
    margin-bottom: 33px;
}
.slider-content-hm b {
    font-size: 14px;
}
.slider-content-hm span {
    font-size: 13px;
    margin-bottom: 6px;
}
.slider-content-hm a {
    padding: 2px 12px;
    margin-top: 13px;
    border-radius: 6px;
    font-size: 12px;
}
.slider-content-hm {
    top: 50%;
    left: 10%;
    transform: translate(4%, -74%);
    width: 88%;
}
.home-slider .carousel-item img {
    height: auto;
    object-fit: cover;
}
.home-slider .carousel-indicators {
    bottom: 64px;
}
.home-slider .carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
}
.home-slider .carousel-control-next, .home-slider .carousel-control-prev {
    display: none;
}
.hm-ab-card {
    margin-bottom: 0;
}
section.mix-section .col-md-4 {
    margin-bottom: 32px;
}
section.mix-section {
    padding: 50px 0 0 0;
}
footer.main-footer {
    padding: 18px 0 20px 0;
}
.head-bx-foot {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 28px;
}
.q-link ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.q-link ul li {
    width: 50%;
}
.foot-gallery ul li img {
    width: 101px;
    height: 102px;
}
.copy-right span {
    color: white;
    font-size: 15px;
    text-align: center;
    margin-bottom: 17px;
}
.social-icon-foot ul {
    justify-content: center;
}
.tp-left ul li a:hover, .tp-left ul li a:focus {
    color: #ffffff !important;
}

div#main-slider {
    height: 263px;
}
.content-part p img {
    width: 100%;
    height: auto;
}
div#inline {
    max-width: 85%;
}










}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
.tp-card h5 {
    font-size: 13px;
}
.tp-card img {
    width: 32px;
    margin-right: 15px;
}
.tp-card p {
    display: none;
}
.tp-card {
    align-items: center;
}
.sc-logo img {
    width: 108px;
    height: 66px;
    object-fit: contain;
}
.main-menu {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.head-mixed span {
    font-size: 15px;
}
.nw-img-dv img, .nw-img-dv {
    height: 66px;
}
.foot-gallery ul li img {
    width: 50px;
    height: 58px;
}
div#inline {
    max-width: 85%;
}













}
small.req {
    color: red;
}