@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-style: normal;
    --prime: #BF4134;
    --prime2: #093A62;
    --prime3: #25579C;
    --grad: linear-gradient(270deg, #27589B 0%, #0E4EA4 100%);
    --lh:150%;
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html
{
    overflow-x: hidden;
    overflow-y: visible; 
    margin-top: 0 !important;
}
body
{
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

/* onload animation with animation timeline */
@media (prefers-reduced-motion: no-preference) {

    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }
    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }.
    }
}
.hover-top
{
    transition: 0.3s;
}
.hover-top:hover
{
    transform: translateY(-10px);
    transition: 0.3s;
}

.text-underline
{
    text-decoration: underline !important;
}

/* onload animation with animation timeline */
@media (prefers-reduced-motion: no-preference) {

    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
}



.tp-animate {
	animation: tp-animate 5s infinite;
}
@keyframes tp-animate 
{
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}
.tp-animate2 {
	animation: tp-animate2 6s infinite;
}
@keyframes tp-animate2 
{
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

a {
    text-decoration: none;
    color: inherit;
}
header .site-logo{
max-width: 191px;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height:var(--lh);
    color: hsl(0deg 0% 20% / 90%);
}
h1 {
    font-weight:700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size:48px;
}
h1 span {
    font-weight: 700;
    color: var(--prime);
}   
h2 {
    font-weight: 400;
    color: #333;
    font-family: "Inter", sans-serif;
    font-size: 42px;    
    margin-bottom: 20px;
}
h2 span {
    font-weight: 700;
    color: var(--prime);
}
h3 {
    font-family: "Inter", sans-serif;
    font-size:26px;
    font-weight:600;
    line-height:130%;
    color: #333;
    margin-bottom: 20px;
}
h4 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight:600;
    line-height:34px;
    color: #333;
}
h5 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height:24px;
    color: #333;
    margin-bottom: 15px;
}
h6 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #333;
}
button {
    border: none;
    background: none;
}
.img-radius
{
    border-radius: 16px;
}
.text-prime {
    color: var(--prime);
}
.text-prime2 {
    color: var(--prime2);
}
.text-prime3 {
    color: var(--prime3);
}
.home-slider h2 {
    font-size: 55px;
}
.home-slider h2 span dt{color:#c51315 !important;}
.scrollbar
{
    max-height: 500px;
    overflow-y: auto;
}
/* width */
.scrollbar::-webkit-scrollbar {
    width: 10px;
  }
   /* Track */
  .scrollbar::-webkit-scrollbar-track {
    background:#D9D9D9; 
  }
   
  /* Handle */
  .scrollbar::-webkit-scrollbar-thumb {
    background: var(--prime3); 
  }
  
.common-padd {
    padding-top:60px;
    padding-bottom:60px;
}
.common-padd-top
{
    padding-top: 80px;
}

.btn-normal {
    background: var(--prime);
    color: #fff;
    padding: 12px 18px;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid  var(--prime);
    border-radius: 8px;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: 0.4s;
}
.btn-normal:hover {
    background: transparent;
    color: var(--prime);
    border: 1px solid  var(--prime);
    transition: 0.4s;
}
.btn, .wpcf7-submi {
    background: var(--prime);
    color: #fff;
    padding: 10px 13px 10px 21px;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid  var(--prime);
    border-radius: 8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: 0.4s;
}
.wpcf7-spinner{
	position:absolute;
}
.btn img, .wpcf7-submi img
{
    width:32px !important;
}
.btn:hover, .wpcf7-submi:hover {
    background: var(--prime);
    color: #fff !important;
    border: 1px solid  var(--prime);
    opacity: 0.8;
    transition: 0.4s;
}

input[type="submit"]:hover
{
    background:transparent;
    color: var(--prime) !important;
}
select:focus, 
select:active
{
    box-shadow: unset !important;
    outline:  unset !important;
}
.btn-big{
    border: 1px solid var(--prime);
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--prime);
    font-weight:700;
    padding:6px 38px 6px 25px;
    border-radius: 8px;
    transition: 0.4s;
}
.btn-big:hover {
    box-shadow: 0 0 40px 0 #bf41342b;
    transition: 0.4s;
}
.btn-border {
    border: 1px solid var(--prime);
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--prime);
    font-weight:700;
    padding: 10px 13px 10px 21px;
    border-radius: 8px;
    transition: 0.4s;
}
.btn-border:hover {
    box-shadow: 0 0 40px 0 #bf41342b;
    transition: 0.4s;
}
.btn-border-white {
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    font-weight:700;
    padding: 10px 10px 10px 18px;
    border-radius: 8px;
    transition: 0.4s;
}
.img-btn {
    background: var(--grad);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 38px);
    color: #fff;
    font-weight: 600;
    padding: 25px 10px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -2px;
    position: relative;
    z-index: 2;
}

.btn-border img, 
.btn-border-white img, .btn-big img
{
margin-left:18px;
width: 35px !important;
}

input[type="submit"]
{
   
}

.w-fit {
    width: fit-content;
}
.h-fit {
    height: fit-content;
}

.max {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}
.max2
{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.max3 {
    max-width: 1000px;
}
.bg-cover
{
    background-size: cover !important;
}

.bg-prime2
{
    background: var(--prime2);
}

.info-box
{
    display: flex;
}
.info-box img
{
    margin-right: 10px;
}

.bg-transparent
{
    background:transparent !important;
}
.top-header 
{
    padding-top: 2px;
    padding-bottom: 2px;
}
 
.text-60 {
    color: #fff;
    opacity: 0.60;
    font-style: italic;
    font-weight:200;
}
.text-60-black {
    color: #000;
    opacity: 0.60;
    font-style: italic;
    font-weight:200;
}
header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
    /* margin-bottom: -90px; */
    box-shadow: 0px 4px 40px 0px #0000001A;
}
header.stick .navbar-brand img
{
 width: 100px;
}
header.stick nav
{
    padding-top: 0;
    padding-bottom: 0;
}
header .outer-menu
{
color: #000;
}
header.stick .outer-menu
{
color: #000;
}
header.stick  .opnenav::before {
    background:#0000002b;
}

header.stick {
    position: fixed;
    top: 0;
    width: 100%;
    /* box-shadow: 0 0 3px 0 rgba(0, 0, 0,0.2); */
    background: #fff;
    border-bottom: 1px solid #0000002b;
}

header .navbar-nav .nav-item 
{
    margin-left: 2px;
}
header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    transition: 0.5s;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu {
    border-radius: 0 0 16px 16px;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu li
{
    padding:0 15px;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu li a.dropdown-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child a.dropdown-item
{
    border-bottom:0;
}

header .navbar-nav .nav-item .nav-link {
    position: relative;
    padding: 10px 10px;
    border-radius: 4px;
    transition: 0.4s;
}
header .navbar-nav .nav-item .nav-link.active, 
header .navbar-nav .nav-item .nav-link:focus,
header .navbar-nav .nav-item .nav-link:hover {
    color: var(--prime);
    font-weight: 700;
    position: relative;
    transition: 0.4s;
}
header .navbar-nav .nav-item .nav-link.active::before, 
header .navbar-nav .nav-item .nav-link:focus::before,
header .navbar-nav .nav-item .nav-link:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    height: 5px;
    background: var(--prime);
    border-radius: 6px;
    transition: 0.4s;
}
.home-slider .section {
    min-height:720px;
    display: flex;
    /*align-items: center;*/
	padding-top: 12%;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}
/*.home-slider .section::before {
    content: '';
    left: 0;
    bottom: -10px;
    background: url('../img/img-line.png') top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 134px;
    position: absolute;
    z-index: 2;
}*/
.home-slider:before {
    content: '';
    left: 0;
    bottom: -10px;
    background: url('../img/img-line.png') top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 2;
}
.home-slider.common-slide .owl-dots {
    margin-top: 0;
}
.logo-top-right
{
position: absolute;
right: 50px;
top: 30px;
}
.logo-bottom-left
{
position: absolute;
left: 20px;
bottom: 20px;
}
.logo-middle-right {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.f-img 
{
    max-width:700px
}

.cta-img {
    width:43vw;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
/* FAQ */
.faq-container {    margin:0px auto 20px;
}
.faq-item {
    /* border-bottom: 1px solid #ccc; */
    padding: 10px 0;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 15px 10px 30px;
    border-radius: 200px;
    background: #fff;
    transition: background 0.3s ease-in-out;
	box-shadow:0 0 5px 5px #e0f0fc;
}
.faq-question.active .symbol {
    color: #fff;
    background: hsl(0deg 0% 100% / 20%);
}
.faq-question.active {
    background:var(--prime);
    color: #fff;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
    padding: 0 10px;
    font-style: italic;
}
.faq-answer.open {
    max-height: 200px;
    padding: 20px 20px 10px 20px;
}
.symbol {
    font-size: 35px;
    font-weight: 300;
    color: var(--prime);
    transition: transform 0.3s;
    background: hsl(5.61deg 57.2% 47.65% / 10%);
    min-height: 36px;
    min-width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    line-height: 0;
    padding: 0 0 4px 0;
}
.symbol.rotate {
    transform: rotate(180deg);
}
/******************/
.business li
{
    margin-bottom: 0 !important;
}
.business li h5{
	font-size:22px;
}
.business li img
{
    border-radius: 16px;
}
.business li img.icon-img
{
    border-radius:0;
}
.business li .icon
{
    border-radius:500px;
    padding: 15px;
    background: var(--prime);
    width: fit-content;
    position: absolute;
    top: -37px;
    right: 20px;
	border: 1px solid #fff;
}
.business li .content {
    position: relative;
    border-radius: 16px;
    padding:40px 25px 60px 25px;
    background: #fff;
    width: 80%;
    margin-left: auto;
    box-shadow: 0px 5px 20px 0px #0000001A;
    margin-top: -60px;
}

.counters li {
    display: flex;
    align-items: flex-start;
    border: 1px solid #6DA9F2;
    background: #27589B66;
    border-radius: 16px;
    padding:27px 27px;
    transition: 0.5s;
}
.counters li .content{
    padding-left: 15px;
}
.counters li .count-num {
    margin-bottom: 0;
    letter-spacing: 2px;
}
.counters li img {
    width: 45px;
    margin-top: 10px;
}
.counters li:hover {
    transform: translateY(-10px);
    transition: 0.5s;
}

.counters li *
{
    color: #fff;
}
.logo-slider .owl-stage-outer {    
    overflow: visible; 
    /* margin-left: -40px; */
    /* padding: 40px; */
}
.logo-slider .owl-stage-outer .owl-stage{
    /* margin-left: -40px; */
    
}
.logo-slider .item {
    margin: 10px; /* Shadow को space देने के लिए */
}
.logo-slider .owl-item {
    visibility: hidden;
}
.logo-slider .owl-item.active {
    visibility: visible;
}


.logo-slider .item img {
    box-shadow: 0px 4px 30px 0px #00000021;
    padding:10px 20px;
    background: #fff;
    border-radius: 8px;
}

.mt-n5
{
    margin-top: -5em;
}
.mt-n4
{
    margin-top: -4em;
}
.mt-n3
{
    margin-top: -3em;
}
  .grid-2
  {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 20px;
     list-style: none;
     padding-left: 0;
  }

  
.grid-3
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    width: 102%;
    margin-left: -1%;
}
.grid-3 li
{
    width: 33.33%;
    max-width:  31.33%;
    flex:  33.33%;
    margin:1.5% 1%;    
    position: relative;
    border-radius: 8px;
}


.grid-4
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.grid-4 li
{
    width: 25%;
    max-width: 23%;
    flex: 25%;
    margin: 1%;    
}
.counters{
	margin-bottom:0;
}
.sectors li
{
    box-shadow: 0px 10px 40px 0px #0A2C5C1A;    
    border-radius: 16px;
}
.sectors li .text {
    background: var(--prime3);
    padding: 25px 15px;
    border-radius:0 0 16px 16px ;
}
.sectors li img {
    border-radius:16px 16px 0 0;
}
.modal-backdrop {
    background-color: transparent;
 }
.modal
{
    background: rgba(0, 0, 0, 0.7);
}
.modal-dialog
{
    max-width: 800px;
}
.modal-body {
    position: relative;
    padding: 30px 30px;
}
.modal-body .btn-close {
    background: var(--prime);
    padding: 10px;
    position: absolute;
    z-index: 9;
    right: 1px;
    top: 1px;
    border-radius: 500px;
    opacity: 1;
}
.modal-body .btn-close::before {
    position: absolute;
    content: 'x';
    height: 20px;
    width: 20px;
    top: 37%;
    left: 53%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
}
.zoom
{
overflow: hidden;
}
.zoom, 
.zoom img
{
    transition: 0.4s;    
}
.zoom:hover img
{
    transform: scale(1.1);
    transition: 0.4s;    
}


.social-links
{
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.social-links li:first-child
{
margin-left: 0;
}
.social-links li
{
margin: 0 8px;
transition: 0.5s;
}

.social-links li img
{
    transform: rotate(0deg);
transition: 0.9s;
}
.social-links li:hover img
{
    transform: rotate(360deg);
transition: 0.9s;
}
footer {
    padding:60px 0px 20px 0;
    background: var(--prime2);
}
.quick-links a {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    transition: 0.5s;
}
.quick-links a:hover {
    transform: translateX(5px);
    transition: 0.5s;
}
.product-links a {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    transition: 0.5s;
}
.product-links a:hover {
    transform: translateX(5px);
    transition: 0.5s;
}
.common-slide.nav-style2 .owl-nav
{
    top: 35%;
    transform: translate(-50%,-65%);
}
.common-slide .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 102%;
}
.common-slide .owl-nav .owl-prev, 
.common-slide .owl-nav .owl-next
{
/* background: var(--prime) !important; */
/* height: 45px;
width: 45px;
border-radius: 500px; */
display: flex;
justify-content: center;
align-items: center;
}
.common-slide .owl-nav .owl-prev span, .common-slide .owl-nav .owl-next span {
    color: var(--prime);
    font-size: 46px;
    font-weight: 500 !important;
    opacity: 1;
}

.common-slide .owl-dots {
    position: relative;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    /* background: hwb(0deg 0% 100% / 43%); */
    padding: 10px 14px;
    border-radius: 500px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top:25px;
}
.common-slide .owl-dots button
{
    height: 15px;
    width: 15px;
    background:  var(--prime);
    border-radius: 500px;
    margin: 0 6px;
    opacity: 0.4;
}
.common-slide .owl-dots button.active
{      
    background: var(--prime);
    opacity:1;   
    height: 18px;
    width: 18px;
    margin-top: -2px;
}   
.gaurd
{
    position: absolute;
}
.h2-mb
{
    margin-bottom:70px;
}
.info-list
{
    padding-left: 0;
    list-style: none;
}
.info-list li a {
    display: flex;
    margin-bottom: 20px;
    background: hsl(0deg 0% 0% / 15%);
    backdrop-filter: blur(20px);
    padding: 15px;
    border-radius: 8px;
    transition: 0.5s;
}

.info-list li *{
    color: #fff;
}
.info-list li .info-list-img {
    margin-right: 28px;
    padding: 12px;
    background: #fff;
    /* box-shadow: 0px 0px 25px 0px #00000029; */
    border-radius: 200px;
    transform: rotate(0deg);
    transition: 0.5s;
    height: fit-content;
}
.info-list li:hover .info-list-img {
    transform: rotate(360deg);
    transition: 0.5s;
}
.contact-info
{
    padding: 40px;
    border-radius: 16px;
}
.border-shadow
{
    border: 1px solid #27589B;
    box-shadow: 0px 7px 30px 0px #27589B4D;
}
label
{
    font-weight: 600 !important;
    /* color: var(--prime2); */
    color: #000;
    padding-bottom:10px;
}

.form-style {
}
.form-style p
{
margin-bottom: 0; 
}
.form-style  input[type="text"], .form-style  input[type="email"], .form-style  input[type="tel"], .form-style   select, .form-style   textarea, .form-style  input[type="file"] {
    box-shadow: unset;
    /* color: var(--prime3); */
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    background: transparent !important;
    display: block;
    width: 100%;
    padding:15px 24px;
    border: 1px solid #27589B4D;
    border-radius: 8px;
    box-shadow: unset;
}
.form-style  input:focus, 
.form-style  input:active
{
    border: 1px solid var(--prime3) !important;
    box-shadow: unset !important;
    outline: 0 !important;
}

/* Custom file upload button style */
.form-style input[type="file"]::file-selector-button {
  background-color: #27589B;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 8px 18px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

/* Hover effect */
.form-style input[type="file"]::file-selector-button:hover {
  background-color: #1e477f;
}
.form-style   textarea
{
    height: 150px;
}
.form-style   input::placeholder,.form-style  select::placeholder, .form-style  textarea::placeholder
{
    color: rgba(0, 0, 0, 0.6);

}
.form-style .wpcf7-submit {
    background: transparent !important;
    border: 0 !important;
    color: #fff;
    text-transform: uppercase;
}
.form-style .wpcf7-submit:hover
{
    background: transparent !important;
    color:var(--prime3) !important;
    
}
.form-style .col-12
{
margin-bottom:22px;
}
.form-style .row:last-child .col-12
{
margin-bottom:0;
}
.form-shadow
{
    padding: 40px;
    box-shadow: 0px 4px 60px 0px #093A621A;
    border-radius: 16px;
    background: #fff;
}
.career-form-sec
{
    position: relative;
}
.career-form-sec::before
{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;    
    background: url('../img/contact-bg-line.png') left top no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
}
.resume span.attach {
    position: absolute;
    left: 39px;
    top: 18px;
    color: rgba(0, 0, 0, 0.6);
}
.resume .wpcf7-form-control-wrap input{
    padding-left: 160px;
}
.testimonials
{
    /* background: var(--prime2);
   
    border-radius: 16px; */
    padding: 40px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.testimonials::before
{
    background: var(--prime2);
    border-radius: 16px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 100px);
}
.testimonial-slider .test-card
{
    background: #fff;
    padding: 30px 30px;
    border-radius: 16px;
}
.testimonial-slider .test-card .text
{
    margin-bottom: 20px;
	height:168px !important;
	overflow-y:scroll;
}
.testimonials .quote-img
{
    position: absolute;
    left: 40px;
    top: -60px;
}
.inner-banner 
{
    min-height: 450px;
    display: flex;
    align-items: center;
    background-position: right center !important;
    position: relative;
}
.inner-banner::before {
    content: '';
    left: 0;
    bottom:-30px;
    background: url('../img/line.png') top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 90px;
    position: absolute;
}
.text ul
{
    padding-left: 1rem;
}
.post-carousal-12 {
    margin-bottom: 130px;
    width: 143%;
}

.post-carousal {
    margin-right: 10vw;
    width: 110vw;
}
.post-carousal .post-card
{  
    box-shadow: 0px 5px 40px 0px #0000000A;
    display: block;
    background: radial-gradient(58.04% 58.04% at 50% 41.96%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 16px 16px;
    padding-top: 0;
}
.post-card .content
{
    padding:20px 20px;
    background: #fff;  
    border-radius: 0 0 16px 16px;
}

.post-carousal img.f-img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    margin: auto;
}
.single-product-card {
    padding: 40px 120px;
}
.single-product-card h5{
    margin-top: 60px;
}
.single-product-card ul {
    list-style-type: none  !important;
    padding-left: 0;
    line-height: 2;
}
.single-product-card ul li {
    position: relative;
    padding-left: 18px;
    color: #333;
}
.single-product-card ul li::before {
    content: '';
    left: 0;
    top: 13px;
    background: #333;
    height: 4px;
    width: 4px;
    border-radius: 400px;
    content: '';
    position: absolute;
}
.single-product-card h5:first-child{
    margin-top:0;
}
.post-carousal-12.style2
{
    margin-bottom: 100px;
}
.owl-btn-wrap button
{
    padding: 0 5px;
}
.logos
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logos .item {
    flex: 20%;
    max-width: 18%;
    margin: 1%;
    box-shadow: 0px 4px 80px 0px hsl(0deg 0% 0% / 15%);
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 8px;
}
.logos .item img
{
    width: 100%;
    border-radius: 8px;
}

/* Tabs */
.tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    cursor: pointer;
    justify-content: center;
}
.tab {
    padding: 15px 20px;
    flex: 1;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0px 0px 45px 0px #E5912E1A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab.active {
    background: var(--prime);
    color: white;
}
.contents .content {
    display: none;
    margin-top: 10px;
    padding: 10px;
}
.content.active {
    display: block;
}


.management li img
{
    width: 180px;
    border-radius: 500px;
}
.management li
{
    background: radial-gradient(58.04% 58.04% at 50% 41.96%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 16px;
    padding: 40px 0 0px 0;
}
.management li .content
{   
    margin-top: 30px;
    padding: 40px;
    background: #fff;
    border-radius: 0 0 16px 16px ;
}

.owl-btn-wrap 
{
    display: flex;
    justify-content: flex-end;
}

.under-menu .content
{
    min-width: 220px;
}
.contact-box{
	background:#EFF8FF;
	padding:20px;
	border-radius:15px;
	text-align:center;
	margin-bottom:24px;
}
.contact-box i img{width:35px; margin-bottom:7px;}
.contact-box h4{font-size:18px; color:#000;}
.contact-box span{font-size:15px; color:#BF4134; display:block; margin-bottom:10px;}
.contact-box a{font-size:14px; color:#BF4134; display:block; text-decoration:underline;}
.about-page-content .text ul{padding-left:30px;}
.managment-section{background-size:100% 100% !important; padding-bottom:70px !important;}
.quick-links{display: grid;  grid-template-columns: 1fr 1fr;}
.product-holder{margin-bottom:90px;}
.zigzag-content .text ul{padding-left:30px;}
.prod-image img { height: 300px; object-fit: contain; }
.prod_txt { min-height: 500px; }
body.postid-544 img.main-thumb{display:none !important;}
body.postid-151 img.main-thumb{display:none !important;}


@media (min-width: 1200px) and (max-width: 1500px) 
{
  .container
  {
    max-width: 95%;
  }
.common-slide .owl-nav {
    width: 103%;
}
}



@media (min-width: 992px) 
{
   
}

@media (min-width: 1200px) {
    .desktop {
        display: block;
    }
     .under-menu
    {
        display: none !important;
    }
}

@media (min-width: 1400px) 
{
    .container {
        max-width: 1430px;
    }
}


@media (max-width:1920px) {
    .home-slider .section::before {
        height: 9vw;
    }
   
}
@media (max-width:1600px) {
   
   
}

@media (max-width:1500px) {
    header .navbar-nav .nav-item {
        margin-left: 0;
    }
    body
    {
        zoom: 0.85;
        font-size: 17px;
    } 
    .home-slider .section::before {
        height: 10.5vw;
    }
   
    .post-carousal {
        margin-right: 35vw;
        width: 135vw;
    }
}


@media (max-width:1400px) {
   
    .cta-img {
        width: 47vw;
    }

}
@media (max-width:1350px) {
   
   
}
@media (max-width:1300px) {
   
    .post-carousal {
        margin-right: 40vw;
        width: 140vw;
    }
    
}

@media (max-width:1279px) {
    body {       
        zoom:0.9;
    }
    h1 {
        font-size: 45px;
    }
    
    .container
    {
        max-width: 98%;
    }
    .cta-img {
        width: 52vw;
    }  
    .desktop-menu { 
        display: none !important;  /* Desktop menu hide on mobile */
    }
    .mobile-menu-btn {
        display: block !important; /* Hamburger visible */
    }
    header .navbar-nav .nav-item .nav-link {
        padding: 10px 10px;
    }
    .btn-normal {
        padding: 9px 13px;
    }
    header .site-logo {
        max-width: 160px;
    }
    header .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }
}



@media (max-width:1199px) {   
    h2 {
        font-size: 36px;
    }
    .home-slider h2 {
        font-size: 50px;
    }
    .flip-1200
    {
        flex-direction: column-reverse;
    }
    .desktop {
        display: none !important;
    } 
    header .navbar-nav .nav-item .nav-link.active::before, header .navbar-nav .nav-item .nav-link:focus::before, header .navbar-nav .nav-item .nav-link:hover::before {
        left: 0;
        transform: initial;
        width: 100%;
    }
    header .navbar-nav .nav-item.dropdown a.nav-link{
        /* pointer-events: none; */
    }
    .dropdown-toggle::after {
        border: 0;
    }
    .dropdown-toggle::after {
        /* margin-left: 1.255em;
        vertical-align: 0.255em;
        border-top: 0.5em solid;
        border-right: 0.5em solid transparent;
        border-left: 0.5em solid transparent;
        z-index: 999;
        position: relative; */
    }
    .dropdown-toggle::after:hover .dropdown-menu {
        display: block;
        transition: 0.5s;
    }
    header .navbar-nav .dropdown::after {
        margin-left: 1.255em;
        vertical-align: 0.255em;
        border-left: 0.5em solid transparent;
        border-right: 0.5em solid transparent;
        border-bottom: 0.5em solid #000;
        z-index: 999;
        position: absolute;
        content: '';
        right: 0;
        top: 10px;
        transform: rotate(180deg);
    }
    
}

@media (max-width:991px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    .home-slider h2 {
        font-size:45px;
    }
    h3 {
        font-size: 25px;
    }  
    
   
    .flip-992
    {
        flex-direction: column-reverse;
    }   
    header .navbar-nav .nav-item .nav-link.active::before, header .navbar-nav .nav-item .nav-link:focus::before, header .navbar-nav .nav-item .nav-link:hover::before {      
        left: 0;
        transform: initial;
        bottom: 0;
        width: 100%;       
    }      
    .common-slide .owl-nav {
        width: 105%;
    }
    .grid-4 li {
        width: 50%;
        max-width: 48%;
        flex: 50%;
        margin: 1%;
    }
    .common-padd {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home-slider .section {
        min-height: 500px;
        background-position: right center !important;
    }
    .home-slider .section::before {
        height: 110px;
    }
    .post-carousal {
        margin-right: initial;
        width: 100%;
    }
    .cta-img {
        width: 52vw;
    }
    .contact-info {
        margin-top: 40px;
    }
    .faq-container {
        margin: 0;
    }
    .logo-top-right {
        display: none;
    }
    .inner-banner {
        min-height: 380px;
    }
    .inner-banner::before {
        height: 50px;
    }
    .common-padd-top {
        padding-top: 50px;
    }
    .logos .item {
        flex: 25%;
        max-width: 23%;
        margin: 1%;
    }
    .mobile
    {
        display: block;
    }
    header .navbar-nav .nav-item.dropdown .dropdown-menu li a.dropdown-item {
        font-size: 15px;
    }
    .f-img 
    {
        max-width:100%
    }
    .single-product-card {
        padding: 40px 60px;
    }
    .single-product-card h5 {
        margin-top: 20px;
    }
    .gaurd
    {
        position: static;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    .home-slider h2 {
        font-size:40px;
    }
    body {
        font-size: 14px;
        line-height: 26px;
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    h4 {
        font-size:20px;
        line-height: 26.05px;
    }
    h5 {
        font-size: 16px;
    }   
   
    .grid-3 li {
        width: 100%;
        max-width:100%;
        flex: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .grid-3 li:last-child {
        margin-bottom: 0;
    }
    .common-padd {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home-slider .section {
        min-height: 400px;
    }
    .home-slider .section .col-12 {
        margin-top: -11vw;
    }
    .home-slider .section::before {
        height: 14vw;
    }
    .business li .content {
        width: 90%;
    }
    .cta-img {
        width: auto;
        position: static;
        transform: initial;
        max-width: 100%;
    }
    .testimonials::before {
        width: 100%;
    }
    .testimonials .quote-img {
        width:70px;
        left: 0;
    }
    .faq-question {
        padding: 15px 15px 15px 30px;
    }
    .inner-banner {
        min-height: 300px;
    }
    .inner-banner h1{
        /* margin-top: -10vw; */
    }
    .h2-mb {
        margin-bottom: 30px;
    }
    .career-form-sec::before {
        height: 56vw;
    }
    .business li {
        margin-bottom: 40px !important;
    }
    .single-product-card {
        padding: 40px 40px;
    }
	.post-carousal-12 {
	margin-bottom: 40px;}
}

@media (max-width:576px) {
    h1 {
        font-size: 29px;
        margin-bottom: 0;
    }
    h2 {
        font-size: 25px;
    }
    .home-slider h2 {
        font-size:26px;
		margin-bottom: 5px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 26.05px;
    }
    header .navbar-nav .nav-item.dropdown .dropdown-menu li a.dropdown-item {
        font-size: 14px;
    }
	.home-slider::before{
		height: 110px;
	}
    .grid-4 li {
        width: 100%;
        max-width:100%;
        flex: 100%;
        margin:1% 0;
    }
    .home-slider .section {
        min-height: 320px;
        position: relative;
    }
    .home-slider .section * {     
        position: relative;
        z-index: 2;
    }
    .home-slider .section::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.3;
        z-index: 0;
    }
    .home-slider .section::before {
        bottom: 0;
    }
    .contact-info {
        padding: 25px;
    }
    .form-shadow {
        padding: 25px;
    }
    .business li .content {
        width: 95%;
    }
    .inner-banner::before {
        height:60px;
    }
    .inner-banner {
        min-height: 250px;
    }
    .grid-2 {
        grid-template-columns: 1fr;
    }
    .logos .item {
        flex: 33.33%;
        max-width: 31.33%;
        margin: 1%;
    }
    .tabs {
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
    }
    .under-menu {
        flex-direction: column;
    }
    .top-header {
        padding-top: 2px;
        padding-bottom: 7px;
    }
    .single-product-card {
        padding: 20px 20px;
    }
}

@media (max-width:450px) {
   
}
@media (max-width:400px) {   
    .logos .item {
        flex:50%;
        max-width:48%;
        margin: 1%;
    }
    .tabs {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
