* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Roboto, sans-serif;
    margin: 0px;
}

a {
    text-decoration: none;
    font-family: Roboto, sans-serif !important;
    font-size: 15px;
}

ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    font-size: 16px;
    color: #404040;
    line-height: 28px;
}

.align-item-center {
    align-items: center;
}

.justify-content-section {
    justify-content: center;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

/* :: CSS Start :: */



.middle-header {
    padding: 0px 0px;
    border: 1px solid #dddddd57;
    background-image: url(../img/bg/header-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.middle-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle-header .head-logo {
    width: 175px;
}

.middle-header .head-logo img {
    width: 100%;
}

.header-middle-contact {
    display: flex;
    align-items: center;
}

.header-middle-contact .head-contact:last-child {
    margin-right: 0px;
}

.head-contact {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.hd-ct-ico {
    width: 42px;
    margin-right: 10px;
}

.hd-ct-ico img {
    width: 100%;
}

.hd-ct-call p {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 16px;
}

.hd-ct-call h2 {
    font-size: 17px;
    font-weight: 700;
}

.hd-ct-call a {
    color: #000;
}

.head-enquire a {
    display: block;
    padding: 13px 22px;

    background: #a62418;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    box-shadow: inset 0 0 10px #1e19104a;
}

.head-enquire a span {
    color: #fff;
    z-index: 11;
    position: relative;
}

.head-enquire a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #2e3a48;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

.head-enquire a:hover:after {
    width: 100%;
}

.main-header {
    background-color: #c7002a;
    box-shadow: inset 0 0 10px #1e19104a;
    transition: all 0.4s ease-in-out;
}

.main-header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: relative; */
}

.main-header ul {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0px;
}

.main-header ul.mega-menu {
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: fit-content;
    margin: 0px auto;
}

.main-header-nav>ul>li a {
    display: block;
    padding: 12px 16px;
    color: #fff;
    font-weight: 500;
    border-left: 2px solid #00000017;
}

.main-header-nav>ul>li:nth-last-child(-n+2) a {
    border-right: 2px solid #00000017;
}

.main-header-nav>ul>li.headerMenuRight {
    position: absolute;
    right: 9%;
}

.main-header-nav>ul>li.headerMenuRight a {
    border: 1px solid #ddd;
    background: #000;
    transition: 0.3s ease-in-out;
}

.main-header-nav>ul>li.headerMenuRight a:hover {
    background: #ffffff;
    color: #000;
}

.main-header-nav ul li a:hover {
    background: #000000;
}

.main-header-nav ul li a.active {
    background: #000000;
    position: relative;
}

.main-header-nav ul li a.active::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff0011;
    z-index: 3;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    transition: 0.4s ease-in-out;
}

.main-header.sticky .submenus.mega-menu:hover .submenu-div {
    top: 42px;
}

.mega-menu-card {
    padding: 12px 10px;
    background: #fdfdfd;
    width: 300px;
    position: relative;
    transition: 0.2s ease-in-out;
}

.mega-menu-card::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 81%;
    right: 0px;
    background: #0000002e;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;

}

.mega-menu-card:hover {
    background: #fff0f1;
}

.main-header-nav>ul>li .mega-menu-card a {
    display: flex;
    align-items: center;
    padding: 0px;   
    border: none;

}

.main-header-nav>ul>li .mega-menu-card a:hover {
    background: unset;
}

.mega-menu-icon {
    /* height: 90px;
    border-radius: 100%;
    overflow: hidden;          } - This is for icon
    padding: 10px; 
    width: 90px;
    margin-right: 10px; */

    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    padding: 0px;
    width: 120px;
    margin-right: 10px;
    margin-left: 3px;
}

.mega-menu-icon img {
    width: 100%;
}

.mega-menu-linsbar {
    width: 70%;
}

.mega-menu-linsbar h3 {
    font-size: 16px;
    color: #ff0011;
    margin-bottom: 4px;
}

.mega-menu-linsbar p {
    line-height: 22px;
    color: #343434;
    font-size: 14px;
}

.submenus {
    position: static;
    display: inline-block;
}

.submenu-div {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    top: 161px;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
    z-index: 2;
}

.submenus.mega-menu:hover .submenu-div {
    top: 162px;
    visibility: visible;
    opacity: 1;
}

.hamburger .line {
    width: 32px;
    height: 3px;
    background-color: #000000;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* @keyframes widthMenu {
    0%{
        width: 32px;
    }
    50% {
        width: 28px;
    }
    100%{
        width: 32px;
    }
} */

.hamburger:hover {
    cursor: pointer;
}

#hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
    animation: smallbig 0.6s forwards;
}

#hamburger-11.is-active .line {
    width: 32px;
}

@keyframes smallbig {

    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}




/* slider start*/
.hero-slider {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 240px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 32px;
    height: 47px;
    line-height: 50px;
    margin-top: -30px;
    text-align: center;
    border: 1px solid #2c2c2dd1;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #fc0000;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    line-height: 5px;
    position: relative;
    top: -4px;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #fc0000;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: relative;
    top: -4px;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 6px;

    }
}

/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
    height: 500px;
    transition: all .4s ease;
}

.SliderContentsWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.SliderContentsWrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-image: linear-gradient(91deg, black, transparent);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-animation: mover 7s infinite alternate;
    animation: mover 7s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        transform: scale(1.025);
    }

    100% {
        transform: translateY(0px);
        transform: scale(1);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        transform: scale(1.025);
    }

    100% {
        transform: translateY(0px);
    }
}


.SliderContents {
    position: absolute;
    left: 9%;
    right: 0px;
    top: 0px;
    margin: auto;
    bottom: 0px;
    width: 49%;
    height: fit-content;
    z-index: 1;
    margin-left: 0px;
}

/* .SliderContentsWrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(360deg, #000000bd -100px, transparent);
} */

@media (max-width: 991px) {
    .hero-style {
        height: 480pxpx;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 240px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btn {
    max-width: 750px;
    margin: 0px auto;
}

.hero-style .slide-title h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 50px;
    color: #f80506;
    margin-bottom: 0px;
    text-transform: capitalize;
    transition: all .4s ease;
    line-height: normal;
}

.hero-style .slide-title h2 span {
    color: #ffffff;
    font-size: 74px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    font-size: 18px;
    color: #f0f7fc;
    margin: 0 0 20px;
    transition: all .4s ease;
    margin-top: 15px;
}

.hero-style .slide-text p span {
    color: #ff0000;
    font-weight: 600;
}

.hero-style .slide-btn a {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(90deg, #440000, #ff1800 143%);
    border-radius: 30px;
    color: #fff;
    position: relative;
    animation: mover1 3s infinite linear;

}

@keyframes mover1 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0px);
    }
}

.hero-style .slide-btn a::after {
    position: absolute;
    content: '';
    width: 96%;
    height: 5px;
    bottom: -10px;
    left: 0px;
    background: #2c2c2d;
    right: 0px;
    margin: auto;
    filter: blur(3px);
    border-radius: 100%;
    opacity: 0.3;
    animation: shadowEffector 3s infinite linear;
}

@keyframes shadowEffector {
    0% {
        opacity: 0.3;
        transform: translateY(0px);
    }

    50% {
        opacity: 0.8;
        transform: translateY(-3px);
    }

    100% {
        opacity: 0.3;
        transform: translateY(0px);
    }

}

.hero-style .slide-btn a i {
    transform: rotate(-90deg);
    margin-left: 6px;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}

.aboutCompany {
    height: 100%;
    width: 34%;
    padding: 0px 23px;
}

.bannerWrapperSection {
    display: flex;
    height: 100%;
    align-items: center;
    background: #005ba8;
}

.hero-slider {
    width: 100%;
}




.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(90deg, #440000, #ff1800 143%);
    border-radius: 30px;
    color: #fff;
    position: relative;
    animation: mover1 3s infinite linear;
}

a.btn1::after {
    position: absolute;
    content: '';
    width: 96%;
    height: 5px;
    bottom: -10px;
    left: 0px;
    background: #2c2c2d;
    right: 0px;
    margin: auto;
    filter: blur(3px);
    border-radius: 100%;
    opacity: 0.3;
    animation: shadowEffector 3s infinite linear;
}


a.btn1::after {
    position: absolute;
    content: '';
    width: 96%;
    height: 5px;
    bottom: -10px;
    left: 0px;
    background: #2c2c2d;
    right: 0px;
    margin: auto;
    filter: blur(3px);
    border-radius: 100%;
    opacity: 0.3;
    animation: shadowEffector 3s infinite linear;
}

.viewAllBtn {
    text-align: center;
}

.viewAllBtn.left {
    text-align: left;
}


.aboutus {
    background-image: url(../img/texture/1.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.aboutImgContainer {
    position: relative;
}

.aboutImgContainer img {
    width: 100%;
    /* height: 462px; */
    height: 500px;
    object-fit: cover;
    object-position: center center;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.aboutImgList {
    padding: 15px 25px 15px 20px;
    background-color: #440000;
    border-radius: 8px 8px 8px 8px;
    /* position: absolute;
    bottom: -11px;
    left: -11px; */
}

.aboutImgList ul li {
    color: #fff;
    line-height: 23px;
    background-image: url(../img/icons/check-all-big-svgrepo-com.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left top 4px;
    padding-left: 20px;
}

.aboutContentsWrap {
    margin-left: 20px;
}

.secTitle h4 {
    font-size: 20px;
    color: #dd000a;
}

.secTitle h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px;
}

.secTitle h5 {
    font-size: 18px;
    color: #343434;
    margin-bottom: 10px;
    line-height: 28px;
    margin-top: 10px;
}

.aboutContentPara {
    margin-top: 20px;
}

.aboutContentPara p {
    text-align: justify;
    margin-bottom: 20px;
}

.compExp {
    position: absolute;
    background: #440000;
    padding: 15px;
    display: flex;
    align-items: center;
    left: -11px;
    bottom: -11px;
    border-radius: 15px;
    justify-content: center;
    flex-direction: column;

}

.compExpIco {
    width: 50px;
    margin-bottom: 10px;
}

.aboutImgContainer .compExpIco img {
    width: 100%;
    height: auto;
}

.compExpContent h4 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;

}

.compExpContent h4 span {
    color: #fff;
}

.aboutContentPara {
    display: flex;
}

.abcoPara.first {
    padding-right: 30px;
}

.ablistDocIco {
    width: 76px;
    margin-bottom: 14px;
    filter: brightness(1) invert(1);
}

.secTitle.centered {
    max-width: 700px;
    margin: 0px auto;
    text-align: center;
}

.bg-1 {
    background: url(../img/bg/bg1.jpg);
    background-size: cover;
}

.serviceWrapper {
    overflow: hidden;
    margin-top: 40px;
}

.serviceCard {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.serviceImg {
    width: 100%;
    overflow: hidden;

}

.serviceImg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: 0.6s ease-in-out;
}

.serviceContent {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.serviceContent::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg, #000000b9, transparent);
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    transition: 0.4s ease-in-out;
    margin: auto;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px;
}

.serviceContent .srwrap {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    width: fit-content;
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.serviceContent .serviceBtn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 3;
    width: fit-content;
    height: fit-content;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    transform: scale(0.5);
}

.serviceContent .serviceBtn a {
    background: #440000;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    display: inline-block;

}

.serviceCard:hover .serviceContent .serviceBtn {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.serviceCard:hover .serviceContent::after {

    height: 100%;
}

.serviceTitle h4 {
    color: #fff;
}

.serviceCard:hover .serviceImg img {
    transform: scale(1.1);
}

.serviceWrapper .swiper-button-prev {
    background-image: url(../img/icons/prev-arrow.png);
    background-size: contain;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.serviceWrapper .swiper-button-next {
    background-image: url(../img/icons/next-arrow.png);
    background-size: contain;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.serviceWrapper:hover .swiper-button-next,
.serviceWrapper:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
}



.counters {
    min-height: 400px;
    background: linear-gradient(275deg, #4d0000, transparent), url(../img/bg/bg2.jpg);
    background-size: cover;
    position: relative;
    z-index: 2;
}

.coutnersRightCol {
    padding: 71px 0px 110px;
}

.secTitle.light h4 {
    color: #ffe3e3;
}

.secTitle.light h2 {
    color: #ffffff;
}

.secTitle.light h5 {
    color: #ffff;
}

.coutnersRightCol h4 {}

.coutnersRightCol .secTitle.light {
    margin-bottom: 30px;
}

.coutnersContainer {
    position: relative;

}

.countersWrap {
    background: #fff;
    padding: 30px 0px;
    border-radius: 30px;
    position: absolute;
    bottom: -97px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.common-box {
    text-align: center;
    position: relative;
}

.common-box::after {
    position: absolute;
    right: 0px;
    width: 1px;
    height: 100%;
    background: #bdbdbddd;
    content: '';
    top: 0px;
    bottom: 0px;
}

.countersWraper .col-md-3:last-child .common-box:after {
    background: #9f9f9f00;
}

.counter-num span {
    font-size: 50px;
    font-weight: 800;
    color: #ff0014;
}

.counter-text {
    font-weight: 600;
}



.testimonialsWrapper {
    overflow: hidden;
}

.testimonialsWrapper .swiper-button-next,
.testimonialsWrapper .swiper-button-prev {
    display: none;
}

.testimonials {
    position: relative;
    overflow: hidden;
    padding-top: 148px;
}

.testimonialCard {
    padding: 30px;
    background: #ffefefe8;
    border-radius: 30px;
    position: relative;
    padding-top: 100px;
    margin-top: 50px;
    border: 1px solid #ffcaca;
}

.testimonialImg {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    padding: 0px;
    margin-right: 15px;
    position: absolute;
    top: -41px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: 4px solid #fff;
}

.testimonialImg img {
    width: 100%;

}

.testimonialsContent .tcMessage p {
    text-align: justify;
}

.tcAuthor {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.tcAuthor h2 {
    font-size: 20px;
    font-weight: 600;
    color: #ee0000;
}

.tcAuthor p {
    font-size: 14px;
    color: #3e3e3e;
    margin-bottom: -4px;
}

.reviewRatings {
    display: flex;
    align-items: center;
    position: absolute;
    top: 66px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: fit-content;
}

.reviewRatings li {
    margin: 0px 0px 0px 0px;
}

.reviewRatings li i {
    font-size: 12px;
    color: #ffec13;
}

.testimonials-bg {
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
}

.testimonials-bg img {
    width: 100%;
}

.testiContainer {
    position: relative;
    z-index: 2;

}

.homeCtForm {
    position: relative;
}

.hctFromWrapper {
    position: relative;
    z-index: 3;
}

.hctFromContainer {
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 30px;
    background: #fff;
}

.formWrapper {
    margin-top: 20px;
}

.formWrapper .form-control {
    border-radius: 30px;
    padding: 10px 20px;
}
.formWrapper .form-control.form-select:focus{
    box-shadow: none;
    border-color: #a62418;
}
.hctFromContainer .form-group {
    display: block;
    margin-bottom: 14px;
}

.hctFromContainer .form-group span {
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
}

.hctFromContainer .form-group input:focus {
    box-shadow: none;
    border-color: #c7002a;
}

.hctFromContainer .form-group textarea:focus {
    box-shadow: none;
    border-color: #c7002a;
}

.homectfrombg {
    position: absolute;
    z-index: 1;
    width: 75%;
    height: 100%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-image: url(../img/bg/bg-3.jpg);
    background-color: #141414;
    background-blend-mode: soft-light;
}

.ctsecfaciList {
    margin-bottom: 30px;
}

.ctsecfaciList li {
    color: #fff;
    line-height: 28px;
    background-image: url(../img/icons/check-all-big-svgrepo-com.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left top 4px;
    padding-left: 20px;
}

.header-middle-contact.ctformContactWrap .head-contact {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-right: 10px;
    width: 100%;
}

.header-middle-contact.ctformContactWrap .hd-ct-call p {
    line-height: 16px;
}

.ctformRightContents {
    margin-left: 30px;
}

.ctformRightContents .secTitle {
    position: relative;
}

.ctformRightContents .secTitle::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd6;
    bottom: -14px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.ctformRightContents .secTitle.light h5 {
    text-align: justify;
}

.ttm-bgcolor-darkgrey {
    background: #2a334e;
}

.second-footer .widget-area .widget {
    padding: 51px 0px 0px;
}

.second-footer .widget-area .widget h3.widget-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #fff;
}

footer .widget-area .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.widget_contact_wrapper li {
    position: relative;
    padding-bottom: 0px;
    line-height: 27px;
    list-style-type: none;
}

ul.widget_contact_wrapper li i {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    width: 1em;
    text-align: center;
    font-size: 16px;
}

.footerLogo {
    width: 150px;
}

.footerLogo img {
    width: 100%;
    filter: brightness(1) invert(1) grayscale(1);
}

.footerInfo p {
    color: #fff;
    margin-top: 33px;
    text-align: justify;
    margin-right: 20px;
    line-height: 25px;
}

.menu-footer-service-link a {
    color: #ffff;
    line-height: 25px
}

.footadd-li a {
    color: #fff;
}

.footadd-li i {
    color: #fff;
}

.social-icons {
    margin-top: 10px;
}

.social-icons h5 {
    color: #fff;
    font-weight: 600;
}

.list-inline {
    display: flex;
}

.list-inline li {
    margin: 0px 15px 0px 0px;
    display: inline-block;
}

.list-inline li a {
    color: #ffff;
    padding: 12px 0px;
    display: inline-block;
    font-size: 16px;
}

.bottom-footer-text {
    background-color: #252e47;
    padding: 12px 0px;
}

.copyright {
    color: #fff;
}


/* Go to Top */

#button {
    display: inline-block;
    background-color: #d8000a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
    animation: breathing 2s ease-out infinite normal;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #151e25;
}

#button:active {
    background-color: #151e25;
}

#button.show {
    opacity: 1;
    visibility: visible;
}



@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hamburger {
    display: none;
}



/*  */
.homeCtForm.pt-cutome {
    padding-top: 140px;
}

.homeCtForm.custom-z-index {
    z-index: 1;
}


/* 17-jan-24 */

.about-us-section {
    background-image: url(../img/texture/2.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.top-banner {
    background: url(../img/bg/top-bg.jpg) center center no-repeat;
    padding: 50px 0px;
    background-size: cover;
}

.banner-menu h3 {
    font-weight: bold;
    font-size: 64px;
    letter-spacing: 1px;
    color: #fff;
}

.banner-menu ul li {
    display: inline-block;
    font-size: 15px;
    color: #000;
}

.banner-menu ul li a {
    font-size: 15px;
    color: #ffffff;
}

.banner-menu ul li i {
    margin-left: 7px;
    color: #ffc3c7;
    font-size: 13px;
    position: relative;
    margin-right: 2px;
}

.banner-menu ul li i::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #ffc3c7;
    bottom: 0px;
    top: -1px;
    left: -3px;
    margin: auto;
    border-radius: 100%;
}

.banner-menu ul li a:last-child {
    color: #ff0011;
    font-weight: 500;
}

@media(max-width: 991px) {
    .top-banner {
        padding: 28px 0px;
    }
    .banner-menu h3 {
        font-size: 50px;
    }
}

@media(max-width:769px) {
    .contactus-address {
        display: block;
    }
}

@media(max-width: 320px) {
    .banner-menu h3 {
        font-size: 36px;
    }
}

.aboutContentsWrap2 {
    margin-left: 0px !important;
}
.contact-us {
    padding-bottom: 20px !important;
    background: linear-gradient(93deg, #ffffffb5, #ffffffb5),url(../img/texture/2.jpg);
    background-size: cover;
}
.enquiry {
    background: linear-gradient(93deg, #ffffffb5, #ffffffb5),url(../img/texture/2.jpg);
    background-size: cover;
}
.contactus-address {
    display: inline;
}
.contactus-address-box {
    box-shadow: rgb(50 50 93 / 13%) 0px 2px 5px -1px, rgb(0 0 0 / 14%) 0px 1px 3px -1px;
    margin-bottom: 30px;
    margin-right: 0px !important;
    min-height: 120px;
}
.contact-us-map iframe {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 20px;

}
.contactus-address-box .hd-ct-call2 p {
    font-size: 17px !important;
    font-weight: 400 !important;
    margin-bottom: 8px;
    color: #000;
}
.contactus-address-box .hd-ct-call2 h2 {
    /* line-height: 1.5; */
    font-weight: 400 !important;
}
.centeredAbContent{
    position: relative;
    display: grid;
    place-items: center;
    gap: 6px;
    left: -140px;
}
.aboutus.aboutUsInner .compExp {
    position: relative;
    width: 252px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
}
.aboutus.aboutUsInner .compExp img{
    width: 100%;
}
.aboutus.aboutUsInner .aboutContentsWrap {
    margin-left: 50px;
    position: relative;
}
.aboutus.aboutUsInner .abcoPara.second {
   
}
.aboutus.aboutUsInner .abcoPara.second  .aboutImgList {
    width: 252px;
}
.aboutus.aboutUsInner .aboutContentPara p{
    line-height: 24px;
}

.aboutContentPara p:last-child {
    margin-bottom: 0px;
}

.aboutus.aboutUsInner .countersWrap {
    position: unset;
    margin-top: 30px;
}

.row.spno, .spno {
    margin-left: 0;
    margin-right: 0;
}
.row.spno [class*="col-"], .spno [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    margin: 15px 0px;
}
.about-industry .img-cover {
    min-height: 500px;
    border-radius: 20px;
}

.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}
.service-box.style2 {
    padding: 30px;
    align-self: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    height: 100%;
    background-image: url(../img/texture/1-Copy.png);
    background-size: cover;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
}
.service-box.style2 .title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 17px;

}
.service-box.style2 .title span {
    font-weight: 400;
}
.service-box.style2 p {
    font-size: 16px;
    text-align: justify;
}
.bg-secondry {
    background-color: #c7002a!important;
    background-color: #c7002a;
    box-shadow: inset 0 0 10px #1e19104a;
    transition: all 0.4s ease-in-out;
}
.bg-primary {
    background-color: #ff5e14!important;
}


.bgfullTitle{
    /* background: linear-gradient(1deg,#c7002ac7,#c7002a), url(../img/bg/bg-wide-1.jpg); */
    background-size: cover;
    padding: 50px 0px;
    background-position: center;
}
/* .bgfullTitle .secTitle h4, .bgfullTitle .secTitle h2 {
    color: #fff;
} */
.text-white .service-box.style2 p{
    color: #fff;
}
.about-industry .col-lg-8:first-child .img-cover{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.about-industry .col-lg-4:nth-child(2) .service-box.style2 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.about-industry .col-lg-4:nth-child(3) .img-cover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.about-industry .col-lg-4:nth-child(5) .img-cover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.about-industry .col-lg-4:nth-child(6) .service-box.style2  {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.about-industry .col-lg-8:nth-child(7) .img-cover   {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.homeCtForm.divisionInner {
    padding-top: 50px;
}
.homeCtForm.divisionInner .homectfrombg {
    background-color: #ffffffd4;
}
.homeCtForm.divisionInner .ctsecfaciList li {
    color: #111111;
}
.homeCtForm.divisionInner p {
    line-height: 24px;
    text-align: justify;
    margin-top: 10px;
}
.homeCtForm.divisionInner .header-middle-contact.ctformContactWrap .head-contact {
    border: 1px solid #dddddd7a;
}
.homeCtForm.divisionInner  .ctformRightContents .secTitle::after {
    display: none;
}
.homeCtForm.divisionInner  .hd-ct-call h2{
    color: #111111;
}
.homeCtForm.divisionInner  .ctformRightContents .secTitle h4 {
    font-size: 18px;
}
.divisionInner .row {
    flex-direction: row-reverse;
}
.homeCtForm.divisionInner .homectfrombg {
    background-color: #ffffffd4;
    left: 0px;
    right: auto;
    transform: scaleX(-1);
}
.homeCtForm.divisionInner  .ctformRightContents {
    margin-left: 0px;
    margin-right: 30px;
}

.top-banner.responsibilityBanner {
    padding: 123px 0px;
}
.top-banner.responsibilityBanner .banner-menu {
    text-align: center;
}
.top-banner.responsibilityBanner .banner-menu h3 {
    color: #000000db;
    font-size: 38px;
    text-shadow: -1px 1px 0 #ffffff61, 1px 1px 0 #ffffff61, 1px -1px 0 #ffffff61, -1px -1px 0 #ffffff61;
}

.responsilityTabContainer .tabCard{

}
.responsilityTabContainer .tabNav .nav-tabs{
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 6px;
}
.tabNav .nav-tabs .nav-link{
    width: 25%;
    color: #202529;
    font-weight: 500;
    font-size: 17px;
}
.tabNav .nav-tabs .nav-link.active{
    border: none;
    position: relative;
}
.tabNav .nav-tabs .nav-link.active::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #dd000a;
    bottom: -7px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 20px;
}
.tabNav .nav-tabs .nav-link:focus-visible{
    box-shadow: none;
}
.tabNav .nav-tabs .nav-link:hover{
    border-color: transparent;
}
.responsilityTabContainer .tab-content .tab-pane h5{
    margin-bottom: 12px;
    color: #db000a;
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
}

.responsilityTabContainer .tab-content .tab-pane h5::after{
    position: absolute;
    content: '';
    width: 49px;
    height: 2px;
    background: #000000ad;
    bottom: 0px;
    left: 0px;
}
.responsilityTabContainer .tab-content .tab-pane p{
    text-align: justify;
    margin-bottom: 5px;
}
.responsilityTabContainer .tab-content .tab-pane ul {
    list-style: square!important;
    padding-left: 18px;
    line-height: 28px;
    margin-top: 14px;
}
.responsilityTabContainer .tab-content {
    border-radius: 20px;
    padding: 26px!important;
    border: 1px solid #dddddd5c;
    background: #f4000005;
}
.ctformContactWrap.contactus-address .contactus-address-box{
    display: grid;
    align-items: center;
}
.ctformContactWrap.contactus-address .contactus-address-box > div{
   display: block;
   margin-bottom: 20px;
}

.contactInfoTitle{
    color: #dd000a;
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    padding-bottom: 5px;
}
.contactInfoTitle::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50%;
    height: 1px;
    background: #ddd;
}
.contactInfoTitle::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 13%;
    height: 3px;
    background: #404040;
    z-index: 1;
}

.ctformContactWrap.contactus-address .contactus-address-box > div.contactDepartment{
    margin-bottom: 0px;
}
.contactDepartment .accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.contactDepartment .accordion-item:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.contactDepartment .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.contactDepartment .accordion-item:last-of-type .accordion-button {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.contactDepartment .accordion-button:focus{
    box-shadow: none;
}
.contactDepartment .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #dc000a12;
    font-weight: 500;
}

.contact-us-map{
    height: 100%;
}
.contact-us.cwrapper{
    padding-bottom: 50px!important;
}

.VisionMissionWrapper{
    margin-top: 30px;
}
.visionMissionCard{
    padding: 20px;
    background: #ffffffb5;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 338px;
}
.visionMissionCard .vmImg {
    width: 32%;
    margin: 0px auto;
    padding: 41px;
    border-radius: 100%;
    background: #fff0f0;
    border: 1px solid #dddddd59;
}
.visionMissionCard .vmImg  img{
    width: 100%;
}
.vmContent {
    text-align: center;
    margin-top: 20px;
}
.vmContent h5{
    font-size: 22px;
    font-weight: 700;
    color: #4d0000;
    margin-bottom: 6px;
}
.vmContent p{
    padding:0px 8%;
}
.aboutImg.manufacturingImg img{
    min-height: 555px;
}
 
.aboutus.aboutUsInner .aboutContentsWrap.manufacturingContainer {
    margin-left: 10px;
}
.aboutus.aboutUsInner .aboutContentsWrap.manufacturingContainer .abcoPara.first{
    padding-right: 0px;
}
.galleryTitle h2{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.galleryTitle h2::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: #f80000;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.galleryImgWrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.galleryImgWrap .galleryImg {
    width: 32.5%;
    display: inline-block;
    margin: 10px 0px;
}
@media screen and (max-width:769px) {
    .galleryImgWrap .galleryImg{
        width: 100%;
    }
}
.galleryImg {
    background-color: #fff;
    width: 100%;
    border: 1px solid rgb(255 255 255 / 71%);
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    padding: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.galleryImg img{
    width: 100%;
    border-radius: 5px;
}
.galleryImg a{
    display: block;
    position: relative;
}

.galViewer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000021;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.galleryImg a:hover .galViewer{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.galViewer i{
    font-size: 24px;
    color: #fff;
}
/* Responsive */

@media screen and (max-width:768px) {
    .submenu-div{
        transition: unset;
    }
    .main-header{
        transition: unset;
    }
    .main-header.sticky {
        transition: unset;
    }
    .hamburger {
        display: block;
    }

    .hd-ct-ico {
        width: 26px;
    }

    .hd-ct-call p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .hd-ct-call h2 {
        font-size: 15px;
    }

    .head-contact {
        margin-right: 20px;
    }

    .counters .offset-6 {
        margin-left: 0px;
    }

    .header-middle-contact {
        display: none;
    }

    .middle-header .head-logo {
        width: 115px;
    }

    .main-header ul {
        flex-direction: column;
        width: 100%;
    }

    .main-header ul li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .main-header {
        position: fixed;
        top: 79px;
        width: 100%;
        z-index: 111;
        transition: unset;
        display: none;
        padding: 15px 0px;
        height: 100vh;
    }

    .countersWrap {
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .counters {
        padding: 0px 20px;
    }

    .coutnersRightCol {
        padding: 71px 0px 00px;
    }

    .countersWrap {
        position: relative;
        margin-top: -43px;
    }

    .homectfrombg {
        width: 100%;
    }

    .hctFromContainer {
        margin-bottom: 36px;
    }

    .ctformRightContents {
        margin-left: 0px;
    }

    .aboutContentPara {
        flex-wrap: wrap;
    }

    .abcoPara.second {
        width: 100%;
    }

    .aboutImgList {
        margin-top: 30px;
        text-align: center;
    }

    .aboutImgList ul li {
        width: fit-content;
        margin: auto;
    }

    .main-header-nav>ul>li.headerMenuRight {
        position: unset;
    }

    .submenus.mega-menu .submenu-div {
        opacity: 1;
        visibility: visible;
        top: 0px;
        display: none;
    }

    .submenus.mega-menu:hover .submenu-div {
        top: initial;
        visibility: initial;
        opacity: inherit;
        width: 93%;
        max-height: 252px;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 20px;
    }
    .main-header-nav>ul>li a{
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 26px;
    }
    .main-header-nav>ul>li:nth-last-child(-n+2) a{
        border: none;
    }
    .main-header-nav ul li a.active::after {
        display: none;
    }

    .aboutContentsWrap {
        margin-left: 0px;
        margin-top: 30px;
    }

    .abcoPara.first {
        padding-right: 0px;
    }
    .centeredAbContent{
        left: 0px;
        margin-top: -50px;
    }
    .aboutus.aboutUsInner .aboutContentsWrap{
        margin-left: 0px;
    }
    .secTitle{
        text-align: center;
    }
    .aboutus.aboutUsInner .abcoPara.second .aboutImgList{
        margin-top: 0px;
        width: 100%;
    }
    .d-lg-flex {
        text-align: center;
    }
    .about-industry .img-cover{
        min-height: auto;
    }
    .row.spno [class*="col-"], .spno [class*="col-"]{
        margin: 0px;
    }
    .service-box.style2{
        padding: 15px;
    }
    .service-box.style2 .title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        text-align: center;
    }
    .about-industry .col-lg-8:first-child .img-cover {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .about-industry .col-lg-4:nth-child(2) .service-box.style2 {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }
    .about-industry .col-lg-4:nth-child(3) .img-cover {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .about-industry .col-lg-4:nth-child(5) .img-cover {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }
    .about-industry .col-lg-4:nth-child(6) .service-box.style2 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .about-industry .col-lg-8:nth-child(7) .img-cover {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }
    .about-industry .col-lg-4:nth-child(2) {
        margin-bottom: 20px;
    }
    .about-industry .col-lg-4:nth-child(5) {
        margin-bottom: 20px;
    }
    .header-middle-contact.ctformContactWrap.contactus-address {
        display: block;
    }
    .header-middle-contact.ctformContactWrap .head-contact{
        margin-bottom: 16px;
    }
    .contact-us{
        padding-bottom: 50px!important;
    }
    .hctfTitle{
        text-align: center;
    }
    .footer-nav-menu li a {
        margin-top: 10px;
        display: inline-block;
    }

    .hero-style .slide-title h2 {
        font-size: 30px;
        margin: 0 0 35px;
    }

    .hero-style .slide-title h2 span {
        font-size: 22px;
        font-weight: 700;
        line-height: normal;

    }

    .hero-style .slide-title h2 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .compExp {
        right: 0px;
        left: 0px;
    }

    .secTitle h2 {
        font-size: 22px;
    }

    .viewAllBtn.left {
        text-align: center;
    }
    .responsilityTabContainer .tabNav .nav-tabs{
        flex-direction: column;
    }
    .tabNav .nav-tabs .nav-link.active{
        width: 100%;
    }
    .tabNav .nav-tabs .nav-link{
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width :480px) {
    .SliderContents {
        width: 65%;
    }

    .hero-style .slide-text p {
        margin-bottom: 9px;
        line-height: 18px;
        font-size: 12px;
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0px;
    }
}


.officeimageSlider{
    position: relative;
}
.officeimageSlider.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 26px;
    background: linear-gradient(45deg, black, #ff0014);
    width: 30px;
    height: 30px;
    line-height: 17px;
    color: #fff;
    text-align: center;
}
.officeimageSlider.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 26px;
    background: linear-gradient(45deg, black, #ff0014);
    width: 30px;
    height: 30px;
    line-height: 17px;
    color: #fff;
    text-align: center;
  
}
.officeimageSlider.owl-carousel .owl-nav {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.officeimageSlider:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}