@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100..900&family=Red+Rose:wght@300..700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
       font-family: "Lato", sans-serif;    line-height: 30px;
    font-size: 18px;
}

body {
    background-color: #1F1A17 !important;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}

a {
    text-decoration: none !important;

}

p,
.f-gsc,
li {
    text-decoration: none !important;
    /* font-family: "Lato", sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.f-rr {
        font-family: "Lato", sans-serif;
    /* font-family: "Red Rose", serif; */
}

/* .f-pn{
    font-family: "Pangolin", serif;
} */
.bg-main {
    background: #fff;
}

.bg-third {
    background: #14110f;
}

.bgf {
    background: #fff;
}

.p-rel {
    position: relative;
    z-index: 0;
}

.bg-second {
    background: #005cb5;
}

.color0 {
    color: #000 !important;
}

.colorf {
    color: #fff !important;
}

.color3 {
    color: #fa8b37 !important;
}

.color4 {
    color: #333 !important;
}

.bg-fff {
    background: #fff !important;
}

.tbp {
    padding: 70px 0;
}

.pbx2 {
    padding-bottom: 200px;
}

.tbm {
    margin: 100px 0;
}

.mtm-100 {
    margin-top: -100px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

img {
    width: 100%;
}

.tph-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.navbar-brand img {
    max-width: 200px;
}

section.top-header {
    padding: 6px 0;
}

.tphl span {
    font-weight: 600;
    margin-right: 8px;
}

.tphl a {
    color: #111;
    margin-right: 8px;
}

.tphr-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tphr-link a {
    color: #111;
    font-weight: 500;
}

.tphr-link a i {
    margin-right: 8px;
}

a.nav-link {
    color: #000;
    font-weight: 400;
    padding: 26px 0 !important;
    font-size: 18px; 
}

/* li.nav-item {
    margin: 0 12px;
} */

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover {
    color: #005cb5 !important;
}

/* ul.navbar-nav {
    margin: 0 auto 0 0 !important;
} */

/* ul.navbar-nav li.nav-item:last-child {
    margin: 0 0 0 14px !important;
} */

.hrs-box img {
    max-height: 740px;
    min-height: 740px;
    object-fit: cover;
}

.btn1 {
    border: none;
    background: #005cb5;
    color: #fff;
    padding: 5px 5px 5px 20px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border-radius: 10px;
}

.btn1 span {
    background: #001a40;
    color: #fff;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.btn2 {
    border: none;
    background: #1F1A17;
    color: #Fff;
    padding: 5px 5px 5px 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border-radius: 10px;
}

.btn2 span {
    background: #005cb5;
    color: #1F1A17;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.btn2:hover,
.btn1:hover {
    background: #fff;
    color: #1F1A17;
    transition: 0.5s;
}

.btn2:hover span {
    background: #1F1A17;
    transition: 0.5s;
    color: #005cb5;
}

.btn1:hover span {
    background: #005cb5;
    transition: 0.5s;
    color: #1F1A17;
}

.btn3 {
    border: none;
    background: #fff;
    color: #1F1A17;
    padding: 5px 5px 5px 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border-radius: 10px;
}

.btn3 span {
    background: #005cb5;
    color: #1F1A17;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.hrs-box {
    position: relative;
    z-index: 0;
}

.hrs-con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 760px;
    left: 130px;
    padding: 50px 50px 50px 50px;
}

.hrs-con h5 {
    font-size: 60px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    margin-bottom: 4px;
}

.hrs-con p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hrs-con:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #0000008c 0%, #1f1a171f 90%);
    z-index: -1;
    max-width: 100%;
    border-left: 6px solid #005cb5;
}

.slick-prev {
    left: 30px !important;
    z-index: 1 !important;
}

.slick-next {
    right: 30px !important;
}

.slick-next,
.slick-prev {
    width: 60px !important;
    height: 60px !important;
    background-color: #0000009e !important;
    border-radius: 12px;
}

.slick-next:before,
.slick-prev:before {
    font-family: 'FontAwesome' !important;
}

/* .hero-section {
    padding: 0 40px;
} */
.main-header .navbar {
    padding: 15px 50px;
    align-items: center;
    justify-content: center;
}

.habtl1 img {
    max-height: 560px;
    min-height: 560px;
    object-fit: cover;
}

.habtl2 img {
    max-height: 270px;
    min-height: 270px;
    object-fit: cover;
}

.main-tt span {
    color: #005cb5;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 0px 0 10px 14px;
    position: relative;
    z-index: 0;
    line-height: 17px;
    display: inline-block;
    margin-bottom: 20px;
}

.main-tt span:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #005cb5;
    left: 0;
    bottom: 0;
    max-height: 24px;
}

.main-tt span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #005cb5;
    left: 0;
    bottom: 0;
    max-height: 22px;
}

.main-tt h4 {
           font-size: 30px;
          font-family: "Lato", sans-serif;
        font-weight: 700;
        color: #111827; 
    margin-bottom: 16px;
}

.main-con p { 
    line-height: 30px;
    font-size: 18px;
    /*  */
    font-weight: 300;
}

.main-con p a {
    color: #f8b000;
}

section.h-abt:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg3.png);
    left: 0px;
    top: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1000px;
    opacity: 0.7;
}

.mtc p {
    color: #fff;
    line-height: 30px;
    font-size: 17px;
    
    font-weight: 300;
}

.mtc {
    max-width: 720px;
    margin-inline: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 0;
}

.mtc:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #3b3735;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 280px;
}

.mtc:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #005cb5;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100px;
}

/* section.h-wwd:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg2.png);
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    background-size: cover;
    background-position: center center;
} */
.hwd-con {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.hwd-box {
    background: #00000061;
    width: 100%;
    max-width: 48%;
    padding: 20px 20px;
}

.hwd-box span {
    width: 80px;
    height: 80px;
    display: inline-flex;
    background: #ffffff0f;
    padding: 10px 10px;
    margin-bottom: 16px;
}

.hwd-box h5 {
    color: #fff;
    margin-bottom: 12px;
}

.hwd-box p {
    margin-bottom: 0;
    color: #ccc;
    line-height: 30px;
    font-size: 17px;
    
}

.hind-box {
    margin: 0 16px;
}

/* .hind-slider .slick-list {
    margin: 0 -16px;
} */

.indb-con {
  /* background: #ffffff; */
    padding: 10px 20px;
    width: 100%;
    /* max-width: 75%; */
    /* margin-top: -70px; */
    position: relative;
    z-index: 1;
    /* border-radius: 10px 0px 10px 10px; */
    /* margin-right: 0; */  
    /* margin-left: auto; */
}

/* .indb-img {
    margin-left: 20px;
} */
/* .indb-img img {
    max-height: 420px;
    min-height: 420px;
    object-fit: cover;
    border-radius: 20px;
} */

/* .indb-con:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    left: 0;
    top: -20px;
    border: 10px solid #e1e1e1;
    border-top-color: transparent;
    border-left-color: transparent;
} */
.indb-con p {
    line-height: 30px;
    font-size: 17px;
    
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.habtl-year h5 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
}

.habtl-year {
   background: radial-gradient(circle,rgba(22, 90, 178, 1) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 25px;
    text-align: center;
    max-width: 150px;
    border-radius: 14px;
    backdrop-filter: blur(2px);
}

.habtl-year p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 18px;
    color: #fff;
}

.habtl-year:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    z-index: -1;
    border: 2px solid #1F1A17;
    max-width: calc(100% - 8px);
    max-height: calc(100% - 8px);
    transform: translate(-50%, -50%);
    /* background: #005cb5; */
    border-radius: 10px;
}

section.h-industries,
.dt-blc,
.whg2,
.career-opening {
    border-radius: 80px 80px 0 0;
        background: #000;
    /* background-image: linear-gradient(to right top, #005cb5, #f8be00, #f8b900, #f8b500, #f8b000, #f8b000, #f8b000, #f8b000, #f8b500, #f8b900, #f8be00, #005cb5); */
}

/* section.h-industries {
    border-radius: 70px;
    background: linear-gradient(0deg, #0c0a08d4, #0c0a08, #0c0a08ba);

} */
.habtl-box img {
    border-radius: 40px;
}

.main-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-ul ul li { 
    font-size: 18px;
    
    margin-bottom: 10px;
    line-height: 30px;
    padding-left: 35px;
    position: relative;
    z-index: 0;
    font-weight: 300;
}

.main-ul ul li a {
    color: #f8b000;
}

.main-ul ul li:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../../assets/img/li-ico.png);
    left: 0;
    top: 5px;
    background-size: contain;
}

.ulf2 {
    display: flex;
    flex-wrap: wrap;
}

.ulf2 li {
    width: 100%;
    max-width: 50%;
}

/* .hind-slider .slick-list {
    margin: 0 -12px;
} */
.indb-con a.btn1 {
    padding: 5px 5px 5px 15px;
}

.indb-con .btn1 span {
    width: 36px;
    height: 36px;
    font-size: 14px;
}

.indb-con h5 {
      font-size: 20px;
    font-weight: 500;
    color: #222;
    text-align: center;
}

/* .hns-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0c0a0836, #0c0a08, #0c0a082e);
    top: 0;
    left: 50%;
    border-radius: 80px 80px 0 0;
    transform: translateX(-50%);
    min-width: 110%;
    z-index: -1;
} */

.hnsc-box {
    display: flex;
    /* align-items: center; */
    column-gap: 0;
    max-width: 1300px;
    margin-inline: auto;
    margin-bottom: 40px;
    background: #005cb58c;
}

.nscb-r {
    /* background: #ffffff24; */
    padding: 40px 40px;
}

/* .nscb-l {
    background: #00000038;
} */
.nscb-r h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.nscb-r h5 span {
    color: #005cb5;
}

/* .nscb-r p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
    
} */
.nscb-r p { 
    font-size: 18px;
    line-height: 30px; 
}

.nscb-l,
.nscb-r {
    width: 100%;
    /* height: 100%; */
    max-width: 50%;
}

/* .nscb-l {
    max-width: 300px;
    min-width: 300px;
    padding: 0px 30px;
} */
.hnsc-box:nth-child(odd) .nscb-l {
    order: 1;
}

.hnsc-box:nth-child(odd) .nscb-r {
    order: 2;
}

/* .hnsc-box:nth-child(even) {
   padding: 20px;
} */

/* .nscb-l img {
    max-height: 160px;
    min-height: 160px;
    object-fit: contain;
    object-position: center center;
} */
.hnsc-box:last-child {
    margin-bottom: 0;
}

.header-btn .btn1 span {
    width: 36px;
    height: 36px;
    font-size: 14px;
}

.header-btn .btn1 {
    padding: 5px 5px 5px 14px;
    gap: 10px;
}

.mtbt h4 {
    color: #1F1A17;
}

.mtbt p {
    color: #1F1A17;
    font-weight: 400;line-height: 30px;
}

.mtbt:before {
    background: #04030057;
}

.mtbt:after {
    background: #1F1A17;
}

/* section.h-wwd {
    background-image: linear-gradient(to right top, #005cb5, #f8be00, #f8b900, #f8b500, #f8b000, #f8b000, #f8b000, #f8b000, #f8b500, #f8b900, #f8be00, #005cb5);
} */
/* .hwdn-cc {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
} */
.hwdc-bx {
    width: 100%;
    /* max-width: 23%; */
    margin: 0 12px;
    text-align: center;
}

.hwdc-bx img {
    border-radius: 20px;
    margin-bottom: 12px;
    min-height: 360px;
    max-height: 360px;
    object-fit: cover;
}

.hwdc-bx span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.2px;
    font-family: "Lato", sans-serif;
}

.hwd-ic:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(to right top, #005cb5, #f8be00, #f8b900, #f8b500, #f8b000, #f8b000, #f8b000, #f8b000, #f8b500, #f8b900, #f8be00, #005cb5); */
    /* background-image: linear-gradient(0deg, #0c0a08d4, #0c0a08, #0c0a08ba); */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    min-width: 100%;
    border-radius: 0 0 70px 70px;
}

.hwd-ic {
    padding-bottom: 40px !important;
    padding-inline: 40px !important;
}

.ucr-box {
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 28px 34px;
    border-radius: 10px;
    gap: 22px;
}

.ucrb-l span {
    font-size: 46px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #ddd;
}

.ucrb-r p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.4px;
    line-height: 30px;
}

.ucrb-r h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #111;
}

.ucr-box:hover,
.ucr-active {
    background-image: linear-gradient(to right top, #005cb5, #f8be00, #f8b900, #f8b500, #f8b000, #f8b000, #f8b000, #f8b000, #f8b500, #f8b900, #f8be00, #005cb5);
}

.ucr-box:hover .ucrb-l span,
.ucr-active .ucrb-l span {
    color: #00000069;
}

.wucl-ii {
    position: sticky;
    top: 120px;
}

section.h-testimonial {
    border-radius: 80px 80px 0 0;
}

.htsl-ic img {
    border-radius: 40px;
}

span.ts-ratting {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ff9b00;
    font-size: 18px;
    margin-bottom: 28px;
}

.ts-box p {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    
    margin-bottom: 30px;
}

.tsb-user {
    display: flex;
    align-items: center;
    gap: 22px;
}

.tsbu-img img {
    max-width: 55px;
    min-width: 55px;
    max-height: 55px;
    min-height: 55px;
    border-radius: 8px;
    object-fit: cover;
}

.tsbu-details h5 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
}

.tsbu-details span {
    color: #005cb5;
    font-weight: 400;
    
    font-size: 15px;
    font-family: "Lato", sans-serif;
}

.testimonial-slider .slick-next,
.testimonial-slider .slick-prev {
    top: unset !important;
    transform: unset !important;
    background-color: #005cb5 !important;
    bottom: 0;
}

.testimonial-slider .slick-next {
    right: 0px !important;
}

.testimonial-slider .slick-prev {
    left: unset !important;
    z-index: 1 !important;
    right: 75px;
}

.testimonial-slider .slick-next:before,
.testimonial-slider .slick-prev:before {
    font-family: 'FontAwesome' !important;
    color: #111 !important;
}

section.h-testimonial:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg4.png);
    top: 0;
    left: 0;
    border-radius: 80px 80px 0 0;
    z-index: -1;
    filter: invert(1);
    opacity: 0.5;
}

section.h-why-us,
section.h-wwd {
    background: url(../../assets/img/bg1.png);
}

section.h-industries:before,
.dt-blc:before,
.whg2:before,
.career-opening:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg2.png);
    top: 0;
    left: 0;
    border-radius: 80px 80px 0 0;
    z-index: -1;
    filter: brightness(0);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: cover;
    opacity: 0.5;
}

section.h-contact {
    /* background: linear-gradient(to right top, #005cb5, #f8be00, #f8b900, #f8b500, #f8b000, #f8b000, #f8b000, #f8b000, #f8b500, #f8b900, #f8be00, #005cb5); */
    border-radius: 80px 80px 0 0;
    background: #fff;
}

/* section.h-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 47%;
    top: 0;
    left: 0;
    background-image: url('../../assets/img/contact.png');
    background-size: cover;
    background-position: top center;
    background-color: #ffffff75;
    border-radius: 80px 0 0 0;
} */

/* section.h-contact:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg5.png);
    top: 0;
    left: 0;
    border-radius: 80px 80px 0 0;
    filter: brightness(0.15);
    z-index: -1;
} */
section.h-contact:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg5.png);
    top: 0;
    left: 0;
    border-radius: 80px 80px 0 0;
    filter: brightness(0);
    z-index: -1;
    opacity: 0.18;
}

.mtbt span {
    color: #1F1A17;
    font-weight: 600;
}

.mtbt span:before,
.mtbt span:after {
    background: #1F1A17;
}

.mub ul li {
    color: #111;
    font-weight: 400;
}

.mub ul li:before {
    filter: brightness(0.15);
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-group {
    width: 100%;
    margin-bottom: 16px;
}

/* .hctr-ic {
    background: #0000002e;
    padding: 30px 30px;
    border-radius: 30px;
} */
.form-control,
.form-select {
    background-color: #1f1a1769 !important;
    border: none !important;
    padding: 15px 20px !important;
    color: #0f0303 !important;
    border-radius: 12px;
}

.form-select {
    color: #1d1d1d !important;
}

.form-control::placeholder {
    color: #1d1d1d !important;
}

.ft-top {
    padding: 80px 0 30px;
}

.ftb-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftb-ic p {
    margin-bottom: 0;
}

footer {
    background: linear-gradient(0deg, #0c0a08d4, #000000, #0c0a08ba);
}

/* .ft-btm {
    background: linear-gradient(to right top, #005cb5, #f8be00, #f8b900, #f8b500, #f8b000, #f8b000, #f8b000, #f8b000, #f8b500, #f8b900, #f8be00, #005cb5);
    padding: 16px 0;
} */
.ft-btm {
    background: #000000;
    padding: 16px 0;
}

.ftc-ic1 {
    margin-right: 0px;
}

.ftc-con p { 
    color: #ccc;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    overflow: hidden;
    font-size: 17px;
}

.ftc-logo a {
    background: transparent;
    display: block;
    padding: 0;
    max-width: 260px;
}

.ftc-con {
    margin: 24px 0;
}

.ftc-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ftc-social span {
    color: #005cb5;
    font-weight: 400;
    letter-spacing: 0.4px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
}

.ftc-social a {
    border: 1px solid #005cb5;
    color: #005cb5;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    /* border-right: unset; */
}

.ftc-social a:last-child {
    border-right: 1px solid #005cb5;
}

.ftc-social a:hover {
    border: 1px solid #005cb5;
    background-color: #005cb5;
    color: #111;
    transition: 0.5s;
}

.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftc-ul ul li a {
    line-height: 26px; 
    font-size: 17px;
    
    color: #ccc;
}

.ftc-ul ul li a:hover {
    color: #005cb5;
}

.ftc-ul ul li {
    margin: 6px 0;
}

.ulf2 {
    display: flex;
    flex-wrap: wrap;
}

.ulf2 li {
    width: 100%;
    max-width: 50%;
}

.tca-bx {
   display: flex;
    gap: 16px;
    /* align-items: center; */
    margin-bottom: 24px;
}

.cab-l span {
    /* background: red; */
    color: #fff;
    /* width: 40px;
    height: 40px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    /* box-shadow: 3px 3px 0px #b0000057; */
}

.ftc-tt {
    margin-bottom: 12px;
}

.cab-r h5 {
    color: #001d46;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}
 
.cab-r p a {
    color: #ccc;
        font-size: 17px;
}

.cab-r p a:hover {
    color: #005cb5;
}

.ftb-ic p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.ftb-ic p a {
    color: #165ab2;
}

.ft-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg3.png);
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: repeat-x;
    background-position: bottom center;
    opacity: 0.6;
    filter: brightness(0.4);
}

.main-header {
    position: relative;
    z-index: 2;
}

.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
    box-shadow: 0 20px 30px #00000091;
}

ul.dropdown-menu {
    background: linear-gradient(45deg, #fffcf2, #ffffff, #fffefb);
    border: none;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 4px 4px 0px #ffffff3b;
    padding: 0px 10px;
}

a.dropdown-item {
    color: #1F1A17;
    font-weight: 500;
    border-bottom: 1px solid #1f1a1747;
    padding: 10px 14px;
}

ul.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #00000017 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1F1A17 !important;
}

@media(min-width:992px) {
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}

.tphr {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* a.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    width: 100%;
    display: inline-flex;
    gap: 4px !important;
    align-items: center;
}
a.VIpgJd-ZVi9od-xl07Ob-lTBxed img {
    display: none;
}
.goog-te-gadget-simple {
    background: #1F1A17 !important;
    border: none !important;
    padding: 4px 4px !important;
    border-radius: 8px;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #fff !important;
}
.goog-te-gadget img {
    border-radius: 50% !important;
}
a.VIpgJd-ZVi9od-xl07Ob-lTBxed span:last-child {
    color: #fff !important;
    font-size: 10px;
    margin-bottom: -2px;
} */
/* a.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(2) {
    display: none !important;
} */
.rg-30 {
    row-gap: 30px;
}

.pc-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/* .pc-whatsapp {
    max-width: 46px;
} */
nav.navbar .cus-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.cus-container {
    width: 100%;
    max-width: calc(100% - 80px);
    margin-inline: auto;
}

/* body>.skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;
} */

.goog-te-gadget {
    color: transparent !important;
    font-size: 0px;
}

.goog-text-highlight {
    background: transparent !important;
    box-shadow: transparent !important;
}

#google_translate_element select {
    background: #2b1a12;
    color: #fff;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    padding: 8px 20px 8px 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="10" viewBox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 10,0 5,7"/></svg>');
    background-repeat: no-repeat;
    background-position: 90% 15px;
    background-size: 10px 10px;
}

a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none;
}

#google_translate_element .VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

.mw-1000 {
    max-width: 1000px;
}

section.international-customer.tbp {
    /* background: linear-gradient(to right top, #005cb5, #f8be00, #f8b900, #f8b500, #f8b000, #f8b000, #f8b000, #f8b000, #f8b500, #f8b900, #f8be00, #005cb5); */
    border-radius: 80px 80px 0 0;
    position: relative;
    z-index: 0;
    background: #fff;
}

.inc-con {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
}

.inc-box {
    width: 100%;
    max-width: 22%;
    background: #0000001c;
    padding: 15px 6px 15px 6px;
    border-radius: 8PX;
    border-bottom: 8px solid #00000017;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.inc-box p {
    color: #111;
    line-height: 30px;
    font-size: 18px;
    
    font-weight: 400;
    margin-bottom: 0;
}

.inc-box h5 {
   color: #0b519b;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
}

.inc-box span {
    display: inline-flex;
    padding: 8px 8px;
    border-radius: 0 10px 10px 0px;
    position: relative;
    z-index: 0;
    max-width: 100px;
}

/* .inc-box span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: transparent;
    bottom: -16px;
    left: 0;
    border: 8px solid #a37501;
    border-bottom-color: transparent;
    border-left-color: transparent;
} */
/* .inc-box span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: transparent;
    left: 0;
    top: -16px;
    border: 8px solid #a37501;
    border-top-color: transparent;
    border-left-color: transparent;
} */
.hi-100 {
    height: 100%;

}

.hi-100 img {
    height: 100%;
    object-fit: cover;

}

.bri-40 {
    border-radius: 40px;
}

.hd1-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.header1 {
    background: #005cb5;
    position: relative;
    z-index: 0;
}

.hd1r {
    display: flex;
    align-items: center;
}

.hd1r-box {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 2px solid #4747473d;
}

.rb-l img {
    max-width: 60px;
    /* opacity: 0.5; */
}

.hd1l {
    background: #1F1A17;
    padding: 20px 60px 20px 40px;
    margin-left: -40px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.hd1l img {
    max-width: 260px;
}

/* a.navbar-brand {
    display: none;
} */

.rb-r p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #333;
}

.rb-r p a {
    color: #333;
}

.rb-r h6 {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
    color: #444;
}

.hd1r-box:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

section.header1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/header_top_overlay.png);
    background-size: cover;
    filter: brightness(0);
    background-position: center center;
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.7;
}

section.main-slider {
    background: url(../../assets/img/banner-bg4.jpg);
    background-size: cover;
}

.msr-sld {
    padding: 70px 0;
}

.sldl-con h5 {
    font-size: 66px;
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
    letter-spacing: -1px;
}

/* .sldl-con h5 span{
    font-size: 60px;
    font-weight: 800;
    color: #111;
    margin-bottom: 4px;
} */
.sldl-con p {
    /* font-size: 18px; */
    line-height: 30px;
    color: #111;
    margin-bottom: 22px;
    font-weight: 400;
}

.sldl-con {
    max-width: 700px;
}

.sld-ic {
    padding: 0 100px;
}

.sldr img {
    border-radius: 50px;
}

.international-customer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg4.png);
    top: 0;
    left: 0;
    border-radius: 80px 80px 0 0;
    z-index: -1;
    /* filter: invert(1); */
    opacity: 1;
    background-position: center center;
}

.ftc-ic3 {
    margin: 0 0 0 0px;
}

.hab-new-img img {
    border-radius: 20px;
}

.sldr img {
    min-height: 540px;
    max-height: 540px;
    object-fit: contain;
}

.slick-dots li button:before {
    font-size: 14px !important;
    opacity: .5 !important;
    color: #fff !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #005cb5 !important;
}

.slick-dots {
    bottom: -36px !important;
}

.hind-slider .slick-dots li button:before {
    font-size: 14px !important;
    opacity: .5 !important;
    color: #333 !important;
}

.hind-slider .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #000 !important;
}

.hind-slider .slick-dots {
    bottom: -56px !important;
}

section.i-banenr {
    background: url(../../assets/img/bg.jpg);
    background-size: cover;
    padding: 40px 0 40px;
    text-align: center;
    background-position: center center;
    position: relative;
    z-index: 0;
}

section.i-banenr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #03418661;
    top: 0;
    left: 0;
    z-index: -1;
}

.ibc-content h4 {
    font-size: 45px;
    margin-bottom: 10px;
    color: #fff;
}

.ibc-content p {
    display: inline-flex;
    background: #005cb547;
    padding: 6px 16px 5px;
    align-items: center;
    gap: 8px; 
    color: #fff;
    border-radius: 6px;
    margin-bottom: 0;
    font-size: 14px!important;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.ibc-content p a {
    color: #fff;
}

.ftc-rf input.form-control {
    background: #fff !important;
    height: 54px;
}

.ftc-rf {
    position: relative;
    z-index: 0;
}

.ftc-btn {
    position: absolute;
    background: #005cb5;
    border: none;
    top: 0;
    right: 0;
    height: 54px;
    width: 54px;
    border-radius: 4px;
    font-size: 18px;
}

/* .pc-whatsapp a {
    display: inline-flex;
    width: 100%;
    background: #00a315;
    align-items: center;
    padding: 12px 18px 12px 18px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
} */
.pc-whatsapp a {
    display: inline-flex;
    width: 100%;
    background: #00a315c7;
    align-items: center;
    padding: 12px 18px 12px 18px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
    backdrop-filter: blur(1px);
}

.pc-whatsapp a:hover {
    background: #00a315;
    transition: 0.5s;
}

.pc-whatsapp a i {
    font-size: 26px;
}

.pc-whatsapp a span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica';
    letter-spacing: 0.7px;
}

.pc-whatsapp a::before,
.pc-whatsapp a::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #25d366;
    border-radius: 50px;
    animation: ripple 2s linear infinite;
    opacity: 0;
}

.pc-whatsapp a::after {
    animation-delay: 1s;
}

.btn4 {
 border: none;
    background: #005cb5;
    color: #fff;
    padding: 10px 18px;
    /* font-weight: 600; */
    display: inline-flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-size: 13px;
}

.btn4:hover {
    background: #e4b200;
    transition: 0.5s;
}

.btn4::before,
.btn4::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #005cb5;
    border-radius: 10px;
    animation: ripple 2s linear infinite;
    opacity: 0;
}

 @keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    70% {
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
} 

.i-cover {
    object-fit: cover !important;
}

.cab-link {
    color: #005cb5 !important;
}

.cab-link i {
    margin-left: 4px;
}

.ftc-st h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}

.tca-nb p {
    margin-bottom: 8px;
}

.tca-nb p a {
    color: #ccc;
}

.tca-nb p a:hover {
    color: #005cb5;
}

.tca-nb p i {
    /* color: #005cb5; */
    margin-right: 8px;
}

/* .ftc-icne {
    display: flex;
    gap: 20px;
} */
.ftc-ic2 {
    margin-left: 30px;
}

.int-img img {
    border-radius: 40px;
}

.hind-box:hover .indb-con {
    background: #1F1A17;
    /* margin-top: -90px; */
    transition: 0.5s;
}

.hind-box:hover .indb-con h5,
.hind-box:hover .indb-con p {
    color: #fff;
    transition: 0.5s;
}

p.ftc-fp-call i {
    color: #00c2ff;
}

p.ftc-fp-email i {
    color: #ff7800;
}

p.ftc-fp-whatsapp i {
    color: #48ff00;
}

p.ftc-fp-tel i {
    color: red;
}

.hctl-ic img {
    display: none;
}

.hind-nrow {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
}

.hind-nrow .indb-con {
    background: #ffffff;
    padding: 20px 20px;
    width: 100%;
    max-width: 75%;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
    margin-inline: auto;
    text-align: center;
}

.hind-nrow .hind-box {
    margin: 0 16px;
    width: 100%;
    max-width: 22%;
}

.hind-nrow .indb-img img {
    max-height: 320px;
    min-height: 320px;
}

.hind-nrow .indb-con h5 {
    font-size: 20px;
    font-weight: 600;
    
}

.md-message-sec,
.mild-steel-sec {
    border-radius: 80px 80px 0 0;
    background-image: linear-gradient(to right top, #005cb5, #f8be00, #f8b900, #f8b500, #f8b000, #f8b000, #f8b000, #f8b000, #f8b500, #f8b900, #f8be00, #005cb5);
    padding: 60px 60px;
    position: relative;
    z-index: 0;
    padding-bottom: 180px;
}

.md-message-sec:before,
.mild-steel-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    filter: brightness(0);
    opacity: 0.5;
    background: url("../../assets/img/bg2.png") center bottom / cover repeat-x;
    border-radius: 80px 80px 0px 0px;
    background-position: center bottom;
}

.main-tt h6 {
    display: inline-flex;
    background: #005cb526;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    color: #005cb5;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.mtbt h6 {
    display: inline-flex;
    background: #11111126;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    color: #111;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.nscb-ico {
    width: 80px;
    height: 80px;
    background: #00000069;
    padding: 12px;
    margin-bottom: 16px;
}

.nscb-l img {
    height: 100%;
    object-fit: cover;
}

.back-to-top a.btt-ico {
    position: fixed;
    bottom: -50px;
    right: 20px;
    background: #005cb5c7;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #222;
    border-radius: 9px;
    backdrop-filter: blur(2px);
    box-shadow: 0 0 20px #00000078;
}

.btt-show {
    bottom: 90px !important;
    transition: 0.8s;
}

.back-to-top a:hover {
    transition: 0.5s;
    background: #005cb5;
}

section.maching-sec {
    border-radius: 80px 80px 0 0;
    background-image: linear-gradient(to right top, #005cb5, #f8be00, #f8b900, #f8b500, #f8b000, #f8b000, #f8b000, #f8b000, #f8b500, #f8b900, #f8be00, #005cb5);
}

.sub-tt h5 {
   padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    font-size: 20px;
    font-weight: bold; 
    color: #111;
    line-height: 30px;
}
.br-80{
    border-radius: 80px 80px 0 0;
}
.sub-tt h5:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #111;
    left: 0;
    top: 0;
    border-radius: 6px;
}
 

.stf h5:before {
    background-color: #001e48;
}

.mcs-con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.mcsc-box {
   background: #ffffff;
    padding: 40px 30px 30px;
    /* max-width: 31%; */
    border-radius: 20px;
    min-height: 410px;
    box-shadow: 0 0 10px #e2e2e2;
}

.vsm-con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.vsmc-box {
    background: #000000c7;
    padding: 30px 30px;
    backdrop-filter: blur(2px);
    border-radius: 20px;
    width: 100%;
}

span.vsmc-ico {
    width: 80px;
    height: 80px;
    display: inline-flex;
    margin-bottom: 30px;
    background: #ffffff2b;
    padding: 5px;
    border-radius: 10px;
}

section.vision-mision-sec {
    background: url(../../assets/img/vms.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    border-radius: 80px 80px 0 0;
}

section.vision-mision-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000073;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 80px 80px 0 0;
}

.cnsl-ic .cab-l span {
       background: #005cb5;
    color: #111;
    box-shadow: 3px 3px 0px #005cb557;
    padding: 16px;
    
        width: 50px;
    height: 50px;
}
.cnsl-ic .cab-l span i{
    color: #fff;
}
.cnsr-ic {
    background: #f3f3f3;
    padding: 30px 30px;
    position: relative;
    z-index: 0;
    border-radius: 20px;
}
.cab-r p{
    margin-bottom: 8px;
    color: #ccc;
    font-size: 17px;
}
.cnsr-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg5.png);
    top: 0;
    left: 0;
    border-radius: 80px 80px 0 0;
    filter: brightness(0);
    z-index: -1;
    opacity: 0.18;
}

.habtm-ic {
    background: #00000075;
    padding: 36px 26px;
    border-radius: 20px;
}

.hind-box a {
    display: block;
}

.msz-con {
    display: flex;
    gap: 30px;
}

.msz-box {
    width: 100%;
    background: #00000021;
    padding: 25px 20px;
    text-align: center;
}

.msz-box p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #111;
}

.msz-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.no-bg:before {
    display: none;
}

.blg-xcn {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.blgx-box {
    width: 100%;
    max-width: 48%;
    background: #0000001c;
    padding: 30px 30px;
}

.dts-table table {
    width: 100%;
}

.dts-table table th,
.dts-table table td {
    border: 1px solid #efefef21;
    padding: 12px 20px;
    color: #fff;
}

.dts-table table th {
    background: #111111a6;
    letter-spacing: 0.7px;
}.d-more {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #DD052B;
    text-underline-offset: 5px;
    text-decoration: underline !important;
}

.lsc-box {
    background: #dcdcdc6e;
    display: flex;
    gap: 30px;
    padding: 30px 40px;
    margin-bottom: 40px;
    border: 1px solid #e2e2e2;
    align-items: center;
}

.lscr {
    width: 100%;
    max-width: 700px;
    background-color: #fff;
}

.lscl {
    width: 100%;
}

.lscr img {
    /* height: 100%;  */
    border-radius: 20px;
}

.esc-ic hr {
    color: #ffffff69;
    margin: 40px 0 40px;
}

.blgn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.blgn-box {
    width: 100%;
    max-width: 48%;
    background: #00000045;
    padding: 35px 35px;
}

.dt-blc .dts-table table th,
.dt-blc .dts-table table td {
    border: 1px solid #0000004a;
    padding: 12px 20px;
    color: #111;
}

.dt-blc .dts-table table th {
    background: #11111126;
}

.nhvm .habtm-ic {
    background: #0000001c;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.mg-box {
    position: relative;
}

a.fancybox-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #005cb5;
    font-size: 30px;
    opacity: 0;
}

.mg-box .fancy-box:hover a.fancybox-buttons {
    opacity: 1;
    transition: 0.8s ease-in-out;
}

a.fancybox-buttons:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #35fd1a1c;
    max-width: calc(100% - 75%);
    max-height: calc(100% - 75%);
}

.mg-box .fancy-box:hover a.fancybox-buttons:before {
    border: 3px solid #005cb5;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    transition: 2s;
}

.fancy-box img {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}

.accordion-item {
    margin-bottom: 20px;
}
.cro-tcp p {
    line-height: 28px;
    font-size: 17px;
    
    margin-bottom: 8px;
    color: #fff;
}
.cro-tcp p b{
    color: #f8b000;
}
.accordion-item {
    background-color: #1F1A17 !important;
}
.accordion-item {
    border: none !important;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.accordion-button:not(.collapsed) {
    color: #111 !important;
    background-color: #fff !important;
    box-shadow: none !important;
}
.accordion-button {
    font-size: 20px !important;
    font-weight: 500 !important;
}
.accordion-body hr {
    color: #fff;
    margin: 30px 0;
}
 
.nwe-box a {
    background: #ffffff0f;
    display: block;
    padding: 14px 14px;
}
.nwe-fr p {
    margin: 0;
}
.nwe-fr {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef2b;
}
.nwe-fr p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.nwe-fr p i {
    color: #005cb5;
    margin-right: 4px;
}
.nwe-tt h4 {
    font-size: 22px;
    color: #fff;
    margin: 14px 0;
}
.nwe-des p {
    margin: 0;
    color: #ccc;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-size: 16px;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.mszc2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.mszc2 .msz-box {
    width: 100%;
    max-width: fit-content;
}


.accordion-button1 {
  
    background: #57504b !important;
    color: #fff !important;
}

.accordion-button1:not(.collapsed) {
  
    background: #f5c432 !important;
}
.main-ul ol li:before{
    display: none !important;
}
.main-ul ol li {
    padding-left: 0;
    list-style-type: circle;
}
.hnsc-box-black{
  background: #fff;
    /* box-shadow: 0 0 10px #e2e2e2; */
    border-radius: 20px;
}
.nscb-l-height img{
    height: auto !important;
}
.nscb-l-height, .nscb-r {
   
    padding: 30px;
}
.icon-img{
    max-width: 40px;
}
.navbar .container1{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:nowrap;
    width:100%;
}

.navbar-collapse{
    /* display:flex !important; */
    align-items:center;
    justify-content:space-between;
    flex-wrap:nowrap;
}

.navbar-nav{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    white-space:nowrap;
    gap:5px;
}

.navbar-nav .nav-link{
    padding:10px 12px !important;
    /* font-size:14px; */
}

.header-btn{
    display:flex;
    align-items:center;
    gap:15px !important;
    flex-wrap:nowrap;
}

.header-btn .btn4{
    white-space:nowrap;
}

@media(max-width:1399px){
    .navbar-nav .nav-link{
        padding:5px 8px !important;
        font-size:13px;
    }

    .header-btn{
        gap:10px !important;
    }
}.navbar .container1{
    display:flex;
    align-items:center;
}

.navbar-collapse{
    /* display:flex !important; */
    align-items:center;
    justify-content:center;
    position:relative;
    width:100%;
}

.navbar-nav{
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
}

.header-btn{
    position:absolute;
    right:0;
    display:flex;
    align-items:center;
}
@media(min-width-991px){
ul.navbar-nav{
    margin:0 auto;
    transform:translateX(-90px);
}
}
.ulf21{
    padding:0;
    margin:0;
    list-style:none;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.ulf21 li{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px 20px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:14px;
    font-size:16px;
    font-weight:500;
    transition:0.3s ease;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.ulf21 li:hover{
    transform:translateY(-5px);
    border-color:#0d6efd;
}

.svg-icon{
    width:48px;
    height:48px;
    min-width:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#165ab2;
    border-radius:12px;
}

@media(max-width:767px){

    .ulf21{
        grid-template-columns:1fr;
    }

}
.process-flow-area{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    gap:15px;
    width:100%;
    position:relative;
}

.process-flow-box{
    flex:1;
    min-width:0;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:20px;
    padding:30px 18px;
    text-align:center;
    position:relative;
    transition:0.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    overflow:hidden;
}

.process-flow-box:hover{
    transform:translateY(-8px);
}

.process-flow-box::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#0d6efd;
}

.process-icon{
       width: 100px;
    height: 100px;
    border-radius:50%;
    background:#165ab2;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
}

.process-icon img{
    width:70px;
    object-fit:contain;
}

.process-content span{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    font-size:14px;
    font-weight:700;
}

.process-content h4{
    font-size:18px;
    line-height:28px;
    font-weight:600;
    color:#111;
    margin:0;
}

/* Flow Arrow */
/* .process-flow-box::after{
    content:"➜";
    position:absolute;
    top:50%;
    right:-22px;
    transform:translateY(-50%);
    width:44px;
    height:44px;
    border-radius:50%;
    background:#fff;
    border:2px solid #0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#0d6efd;
    font-weight:700;
    z-index:999;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
} */

.process-flow-box:last-child::after{
    display:none;
}

.process-flow-box:last-child::after{
    display:none;
}

/* Responsive */
@media(max-width:1199px){

    .process-content h4{
        font-size:16px;
        line-height:24px;
    }

}

@media(max-width:991px){

    .process-flow-area{
        overflow-x:auto;
        padding-bottom:10px;
    }

    .process-flow-box{
        min-width:220px;
    }

}

@media(max-width:767px){

    .process-flow-box{
        min-width:260px;
    }

}.hind-box{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    position:relative;
    transition:0.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

/* .hind-box:hover{
    transform:translateY(-8px);
} */

.hind-box a{
    text-decoration:none;
    display:block;
}

/* Top Title Area */
.industry-top-title{
    padding:22px 25px;
    background:linear-gradient(135deg,#0d6efd,#003b95);
    position:relative;
    overflow:hidden;
}

.industry-top-title::before{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    top:-50px;
    right:-40px;
}

.industry-top-title h5{
    color:#fff;
    margin:0;
    font-size:24px;
    font-weight:700;
    line-height:34px;
    position:relative;
    z-index:2;
}

/* Image */
.indb-img{
    height:260px;
    overflow:hidden;
}

.indb-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s ease;
}

.hind-box:hover .indb-img img{
    transform:scale(1.08);
}

/* Content */
/* .indb-con{
    padding:25px;
} */

.indb-con p{
    margin:0;
    font-size:16px;
    line-height:28px;
    color:#555;
}

/* Responsive */
@media(max-width:767px){

    .industry-top-title h5{
        font-size:20px;
        line-height:30px;
    }

    .indb-img{
        height:220px;
    }

}.disclaimer {
    background: #2f373e85;
    /* color: #000 !important; */
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 5px solid #9b9596;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.disclaimer p{
           color: #ccc;
    font-size: 17px;
    line-height: 28px;
}
/* Parent Dropdown */
.navbar .dropdown{
    position:relative;
}

@media(min-width:991px){
/* Show Main Menu on Hover */
.navbar .dropdown:hover > .dropdown-menu{
    display:block;
    margin-top:0;
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block !important;
}

}
/* Main Dropdown Menu */
.mega-menu{
    min-width:260px;
    border:none;
    border-radius:16px;
    padding:12px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* Submenu */
.dropdown-submenu{
    position:relative;
}

/* Hide submenu initially */
.dropdown-submenu .dropdown-menu{
    display:none !important;
    position:absolute;
    top:0;
    left: 100%;
    min-width:240px;
    border:none;
    border-radius:16px;
    padding:12px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}


/* Show submenu on hover */

/* Dropdown Item */
.dropdown-item{
    padding:12px 18px;
    border-radius:10px;
    font-size:15px;
    font-weight:500;
    transition:0.3s ease;
}

.dropdown-item:hover{
    background:#0d6efd;
    color:#fff;
}
/* Submenu caret arrow */
.dropdown-submenu > .dropdown-toggle{
    position:relative;
    padding-right:35px;
}

.dropdown-submenu > .dropdown-toggle::after{
    content:"";
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%) rotate(-90deg);

    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-left:.3em solid transparent;
    border-bottom:0;

    margin-left:0;
    vertical-align:middle;
}
/* Arrow */
/* .dropdown-submenu > .dropdown-toggle::after{
       content: "›";
    border: none;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(3px);
} */

/* Mobile */
@media(max-width:991px){

    /* .navbar .dropdown:hover > .dropdown-menu{
        display:none;
    } */

    .dropdown-submenu .dropdown-menu{
        position:static;
        display:block;
        box-shadow:none;
        padding-left:15px;
    }

}
/* MOBILE SUBMENU */

@media(max-width:991px){

    .mega-menu .dropdown-menu{
        display: none;
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 10px;
        border: 0;
        box-shadow: none;
        padding-left: 15px;
        background: #f8f8f8;
        border-radius: 10px;
    }

    .mega-menu .dropdown-menu.show{
        display: block !important;
    }

    .dropdown-submenu > .dropdown-toggle{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dropdown-submenu > .dropdown-toggle::after{
        content: "+";
        border: 0;
        font-size: 20px;
    }

    .dropdown-submenu > .dropdown-toggle.show::after{
        content: "-";
    }

}

.box-row{
      display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}
@media(max-width:991px){
.box-row{
      display:grid;
    grid-template-columns:repeat(1, 1fr);
    gap:18px;
}
.form-row {
    display: block !important;
  
}
.br-80 {
    border-radius: 30px 30px 0 0 !important;
}
.mtbt p {
    color: #1F1A17;
    font-weight: 400;
    line-height: 26px;
    font-size: 14px;
    /* line-height: 28px; */
}
}
.ct-bg::before{
        border-radius: 0px;
}
.ct-bg{
        background: #165ab2;
        padding: 50px;
}
.premium-process h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #111827;
}

.process-wrapper {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.flow-line {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

.flow-line path {
    stroke: #e5e7eb;
    stroke-width: 3;
    fill: none;
    stroke-dasharray: 8 6;
    animation: flowMove 2s linear infinite;
}

@keyframes flowMove {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -28; }
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.step {
    width: 100%;
    text-align: center;
    transition: 0.3s ease;
    border: 1px dashed #fff;
    padding: 10px;
    margin: 17px;
    background: #40454a;
    border-radius: 20px;
}

.step:hover {
    /* transform: translateY(-10px); */
}

.icon-box {
       width: 80px;
       height: 80px;
       margin: auto;
       background: #0e3e7f;
       border-radius: 20px;
       display: flex;
       align-items: center;
       justify-content: center;
       /* box-shadow: 0 10px 25px rgb(232 232 243 / 25%); */
       border-radius: 50%;
       border: 4px solid #ffffff87;
}

.icon-box svg {
    /* width: 28px;
    height: 28px; */
    stroke: #fff;
    stroke-width: 2;
    fill: none;
    width: 34px;
}

.step p {
    margin-top: 10px;
    /*font-size: 14px;*/
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .process-steps {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .flow-line {
        display: none;
    }
}
