/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-xlig.otf);
	font-weight: 200;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-thick.otf);
	font-weight: 300;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-text.otf);
	font-weight: 400;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-semi.otf);
	font-weight: 500;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-medium.otf);
	font-weight: 600;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-bold.otf);
	font-weight: 700;
}

@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Regular.otf);
	font-weight: 400;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Medium.otf);
	font-weight: 500;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Semibold.otf);
	font-weight: 600;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Bold.otf);
	font-weight: 700;
}

@font-face {
	font-family: interdisplay;
	src: url(../tiss-theme/assets/inter-display/ttf/InterDisplay-Regular.ttf);
	font-weight: 500;
}




h1,h2,h3,h4,h5,h6{
     font-family: "interdisplay";
}
p, a{
   font-family: "Roboto", sans-serif;
    color: #000000de;  
    font-size: 16px;                                         
}
span{
    font-family: "Roboto", sans-serif;  
}
a:hover{
   
    text-decoration: none !important;
}

.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2f6eb4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }
body{
    background: #ffffff !important;
}

.container {
    max-width: 1300px !important;
}


 /* header start */
 
.header-wrapper {
    width: 100%;
    background: #ffffff;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 9;
    padding: 8px 0;
    box-shadow: 0px 4px 4px 0 #00000021;
}

.menu-logoheader .row {
    display: flex;
    align-items: center;
}

.header-logo img {
    width: 175px;
    object-fit: cover;
    height: auto;
    margin-right: auto;
    display: block;
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    margin-top: 0px;
    transition: .3s ease;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 180px;
}

.f-nav .menu-logoheader {
    padding-top: 0;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000 !important;
    font-size: 16px !important;
	font-weight: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #2f6eb4 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #1e3a8a !important;
}

.header-logo a img {
    max-height: 60px; 
    display: block;
}

.header-button a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: #1e3a8a;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.header-button a:hover {
    background: #2f6eb4;
    color: #fff;
}

.header-button i {
  transform: rotate(-45deg);
}

 /* header ends */


/* banner section start  */

.home-banner-wrapper {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
}

.home-banner-slider {
  position: relative;
}

.home-banner-slide {
  position: relative;
  min-height: 90vh; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner-bg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-banner-overlay {
  position: relative;
  z-index: 2;
  background: rgba(0,0,0,0.45);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.home-banner-content {
  max-width: 650px;
  color: #fff;
}

.home-banner-tag {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.home-banner-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.home-banner-excerpt p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    color: #fff;
}

.home-banner-actions {
  display: flex;
  gap: 20px;
}

.banner-get-btn {
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #1e3a8a;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

.banner-get-btn:hover {
  background: #2f6eb4;
  color: #fff;
  box-shadow: 0px 6px 18px rgba(47, 110, 180, 0.5);

}

.banner-discover-btn {
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #f59e0b;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
}

.banner-discover-btn:hover {
  background: #f59e0b;
  color: #fff;
  box-shadow: 0px 6px 18px rgba(245, 158, 11, 0.5);
}

.home-banner-actions i {
  transform: rotate(-45deg);
}

.banner-discover-btn a {
  color: #f59e0b;
}

.banner-discover-btn a:hover {
  color: #fff;
}

.home-banner-right-card {
    position: absolute;
    right: 130px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 360px;
    z-index: 3;
    background: #fff;
    border-radius: 33px;
    padding: 20px;
    text-align: center;
    height: 280px;
    overflow: hidden;
}

.home-banner-right-card img {
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.goal-title {
  font-size: 18px;
}

.goal-subtext {
  font-size: 12px;
  color: #676e7b;
}


/* banner section ends */



/* client section start  */

.client-marquee-section {
  position: relative;
  padding: 60px 0;
  background: #fff;
}

.client-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

.client-marquee-wrap {
  position: relative;
}

.client-marquee-slider .client-item {
    display: flex !important;
    align-items: center;
    margin: 0 10px;
    justify-content: center;
}

.client-marquee-slider .client-item img {
    width: 160px;
    height: 100px;
    object-fit: contain;
    transition: opacity 0.3s;
	border:1px solid #00000026;
	border-radius:15px;
	padding:12px;
}

/* gradient masks */
.client-gradient {
  position: absolute;
  top: 0;
  width: 200px;           /* adjust fade width */
  height: 100%;
  pointer-events: none;   /* allows clicks through */
  z-index: 2;
}
.client-gradient-left {
  left: 0;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.96) 60%, rgba(255, 255, 255, 0) 100%);
}
.client-gradient-right {
  right: 0;
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 40%, rgba(255, 255, 255, 1) 100%);
}

/* client section end  */



/* why choose us section start  */


.why-choose-us-wrapper {
  padding: 60px 0;
  text-align: center;
}

.why-choose-row {
  justify-content: center;
}

.why-choose-us-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f2f2f2;
  color: #000;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.why-choose-title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.why-choose-subtitle {
  text-align: center;
  margin-bottom: 40px;
  color: #6b7280;
}

.why-choose-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 35px 25px;
  color: #fff;
}

.why-choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.why-choose-card-content {
  width: 85%;
  text-align: left;
}

.why-choose-card-image img {
    width: 100%;
    object-fit: cover;
    height: 210px;
    display: block;
    border-radius: 13px;
}

.why-choose-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    padding: 8px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
    color: #000000;
}

.why-choose-card-tag-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.why-choose-card-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000000;
}

.why-choose-card-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

.why-choose-card-title a:hover {
  color: #ffb400;
}

.why-choose-card-excerpt p {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}

.card-1 {
    background: #e0ecff;
}
.card-2 {
    background: #e3ffe5;
}
.card-3 {
    background: #fff8e3;
}


.name-scroll-wrapper {
    overflow: hidden;
    background: #000;
    padding: 15px 0;
    width: 62%;
    margin: -40px auto 0;
    border-radius: 20px;
}

.scroll-track {
    display: block;
    overflow: hidden;
}

.scroll-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    animation: marquee 15s linear infinite;
}

.scroll-content img {
    height: 20px;
    width: auto;
}

.scroll-content span {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;  /* adjusted letter spacing */
    white-space: nowrap;     /* prevent text wrap */
}

/* Continuous scrolling animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* move half of the content for seamless loop */
    }
}

/* why choose us section end  */


/* about us section start  */

.about-us-wrapper {
  margin-top: 60px;
  padding: 100px 0;
  background: #0d2b7f;
  background-image: url('./assets/img/aboutus-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.about-us-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #334c94;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.about-us-title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ffb400;
}

.about-us-wrapper .wp-block-heading {
    font-size: 17px;
    margin-bottom: 20px;
}

.about-us-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #bbc4dc;
}

.about-us-btn {
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #f59e0b;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 20px;
}

.about-us-btn:hover {
    background: #f59e0b;
    color: #fff;
    box-shadow: 0px 6px 18px rgba(245, 158, 11, 0.5);
}

.about-us-btn i {
    transform: rotate(-45deg);
}

.about-us-image {
  position: relative;
}

.about-us-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 33px !important;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.3);
}


/* about us section end  */



/* about bottom section start  */

.problem-outcome-wrapper {
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}

.problem-outcome-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f2f2f2;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.problem-outcome-section-header {
  margin-bottom: 50px;
}

.problem-outcome-section-header .problem-outcome-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}

.problem-outcome-section-header .problem-outcome-subtitle {
  font-size: 16px;
  color: #6b7280;
}

.problem-outcome-row {
  justify-content: center;
}

.info-box {
    border-radius: 16px;
    padding: 10px 18px;
    min-height: 260px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.problem-box {
    background: #fef4d8;
}

.outcome-box {
    background: #dee9fa;
}

.info-box .tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 5px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 12px;
    color: #374151;
}

.info-box .info-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111827;
    width: 65%;
    line-height: 30px;
}

.info-box .info-content {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
}

.info-box .info-content ul {
  padding-left: 18px;
  margin: 0;
}

.info-box .info-content li {
    margin-top: 8px;
    color: #000;
}

/* about bottom section end  */


/* service section start  */


.services-wrapper {
  padding: 60px 0;
}

.services-section-header {
    margin-bottom: 50px;
}

.services-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f2f2f2;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.services-section-header .services-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

.services-section-header .services-subtitle{
    font-size: 16px;
    color: #6b7280;
}

.service-row {
  padding: 0 100px;
}

.services-card {
    text-align: left;
    padding: 10px;
    border-radius: 20px;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-icon {
    display: inline-flex;
    background: #5190f8;
    padding: 6px;
    border-radius: 15px;
    margin-bottom: 15px;
    width: 12%;
    justify-content: center;
    align-items: center;
}

.service-icon img {
    width: 25px;
    height: 25px;
}

.service-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.service-content p {
  font-size: 14px;
  margin-bottom: 20px;
}

.learn-more-btn {
  display: inline-block;
  padding: 0;
  color: #3b82f6;
  text-decoration: none;
}

.learn-more-btn:hover{
  display: inline-block;
  padding: 0;
  color: #3b82f6;
  text-decoration: underline !important;
}

/* service card 1  */

.service-card-1 .services-card { 
  background: #1d3886; 
}

.service-card-1 .service-title {
  color: #fff;
}

.service-card-1 .service-content p {
  color: #fff;
}

.service-card-1:hover {
    transform: translateY(-8px);
    transition: 0.4s ease-in-out;
}

/* service card 2  */

.service-card-2 .services-card { 
  background: #ffffff; 
}

.service-card-2 .service-title {
  color: #000000;
}

.service-card-2 .service-content p {
  color: #000000;
}


/* service card 3  */

.service-card-3 .services-card { 
  background: #1d3886; 
}

.service-card-3 .service-title {
  color: #fff;
}

.service-card-3 .service-content p {
  color: #fff;
}

.service-card-3:hover {
    transform: translateY(-8px);
    transition: 0.4s ease-in-out;
}

/* service card 4  */

.service-card-4 .services-card { 
  background: #ffffff; 
}

.service-card-4 .service-title {
  color: #000000;
}

.service-card-4 .service-content p {
  color: #000000;
}

/* service card 5  */

.service-card-5 .services-card { 
  background: #1d3886; 
}

.service-card-5 .service-title {
  color: #fff;
}

.service-card-5 .service-content p {
  color: #fff;
}

.service-card-5:hover {
    transform: translateY(-8px);
    transition: 0.4s ease-in-out;
}

/* service card 6  */

.service-card-6 .services-card { 
  background: #ffffff; 
}

.service-card-6 .service-title {
  color: #000000;
}

.service-card-6 .service-content p {
  color: #000000;
}

/* service card 7 */

.service-card-7 .services-card { 
  background: #1d3886; 
}

.service-card-7 .service-title {
  color: #fff;
}

.service-card-7 .service-content p {
  color: #fff;
}

.service-card-7:hover {
    transform: translateY(-8px);
    transition: 0.4s ease-in-out;
}

.services-btn {
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #1e3a8a;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 20px;
}

.services-btn:hover {
    background: #2f6eb4;
    color: #fff;
    box-shadow: 0px 14px 12px -4px rgb(47 110 180 / 34%);
}

.services-btn i {
    transform: rotate(-45deg);
}

/* service section start  */


/* products section start  */

.our-products {
  padding: 60px 0;
  margin-top: 60px;
  text-align: center;
  background-image: url(./assets/img/home-product-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-row {
  align-items: center;
  margin: 0 270px !important;
}

.products-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.product-icon {
    display: inline-flex;
    background: #5190f8;
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 15px;
    width: 12%;
    justify-content: center;
    align-items: center;
}

.product-icon img {
  width: 25px;
  height: 25px;
}

.products-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.products-subtitle {
  color: #bbc4dc;
  margin-bottom: 40px;
}

.product-card {
    background: #6074ac;
    color: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.product-card h3 {
    font-size: 20px;
    margin: 15px 0;
    font-weight: 600;
}

.product-btn-link {
  display: inline-block;
  margin-top: 15px;
  color: #1e3a8a;
  font-weight: 500;
  text-decoration: none;
}

.product-btn-link:hover {
  color: #2f6eb4;
  text-decoration: underline !important;
}

.product-content ul {
  margin: 15px 0;
  padding-left: 20px; 
  list-style-type: disc; 
}

.product-card:hover .product-content ul li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #666666; 
  position: relative;
}

.product-content ul li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #bfc7de; 
  position: relative;
}

.product-content ul li:last-child {
  margin-bottom: 0;
}

.product-card:hover .product-content ul li::marker {
  color: #666666; 
  font-size: 18px;
}

.product-content ul li::marker {
  color: #bfc7de; 
  font-size: 18px;
}

/* products section end   */



/* testimonial secrtion start  */

.testimonial-section {
  padding: 60px 0;
  text-align: center;
}

.testimonial-heading {
  margin-bottom: 50px;
}

.testimonial-title {
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto 10px;
    color: #000000;
    width: 35%;
}

.testimonial-subtitle {
    font-size: 16px;
    color: #6b7280;
    width: 52%;
    margin: auto;
}

.testimonial-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f1f1f1;
  color: #000;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px !important;
  margin: 0 10px;
  border: 1px solid #000;
  text-align: left;
  transition: all 0.3s ease;
  min-height: 280px !important;       
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;             
}

.testimonial-slider .slick-center .testimonial-card {
  border: 2px solid #2f6eb4 !important;
  box-shadow: 0 10px 25px rgba(47, 110, 180, 0.25) !important;
  transform: scale(1.05) !important;
  z-index: 2;
}

.testimonial-slider .slick-slide:not(.slick-center) .testimonial-card {
  opacity: 0.9;
  transform: scale(0.98);
  box-shadow: none;
  border: 1px solid #000;
}

.testimonial-slider .slick-slide {
  display: flex;
  align-items: stretch;
  height: auto !important;
}

.testimonial-section .slick-list {
  padding: 20px 0 !important;
}

.testimonial-quote {
  color: #1e73be;
  font-size: 24px;
}

.testimonial-content p {
  font-size: 14px;
  margin: 0 !important;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.author-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-info {
  margin-left: 10px;
}

.author-info h4 {
  font-size: 15px;
}

.author-info h5 {
  font-size: 12px;
  color: #666666;
}

.testimonial-nav {
  text-align: center;
  margin-top: 20px;
}

.testimonial-nav button {
  background: #ffffff;
  color: #2f6eb4;
  border: 1px solid #2f6eb4;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.testimonial-nav button:hover {
  background: #2f6eb4;
  color: #fff;
}

/* video  */

.video-testimonial-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  position: relative;
}

.video-testimonial-header {
  margin-bottom: 50px;
}

.video-testimonial-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.video-testimonial-subtitle {
  font-size: 1rem;
  color: #777;
  max-width: 600px;
  margin: 0 auto;
}

/* Slider Items */
.video-testimonial-item {
  padding: 15px;
  outline: none;
}

.video-testimonial-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-testimonial-thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.video-testimonial-thumb iframe {
  height: 280px !important;
}

.video-testimonial-thumbnail {
    width: 100%;
    height: 280px !important;
    display: block;
    border-radius: 12px;
}

.video-testimonial-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fb2425;
    color: #ffffff;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-testimonial-play-btn:hover {
  background: #cc0000;
}

/* Slick Dots */
.video-testimonial-slider .slick-dots {
  bottom: -40px;
}

.video-testimonial-slider .slick-dots li button:before {
  font-size: 10px;
  color: #bbb;
  opacity: 1;
}

.video-testimonial-slider .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 1;
}

/* Slick Arrows */
.video-testimonial-slider .slick-prev,
.video-testimonial-slider .slick-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: background 0.3s ease;
}

.video-testimonial-slider .slick-prev:hover,
.video-testimonial-slider .slick-next:hover {
  background: #ffcc00;
}

.video-testimonial-slider .slick-prev:before,
.video-testimonial-slider .slick-next:before {
  color: #333;
  font-size: 18px;
}

/* Adjust arrow positions */
.video-testimonial-slider .slick-prev {
  left: -55px;
}

.video-testimonial-slider .slick-next {
  right: -55px;
}


/* testimonial secrtion end   */


/* careers section start  */

.careers-section {
  padding: 60px 0;
  background: #1e3a8a;
}

.careers-heading {
  margin-bottom: 50px;
}

.careers-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.careers-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.careers-subtitle {
  color: #bbc4dc;
  max-width: 650px;
  margin: 0 auto;
}

.career-row {
  justify-content: center;
}

.career-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 10px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.career-thumb {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.career-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1d1d1d;
}

.career-content p {
    color: #6b7280;
    font-size: 12px;
    margin: 0;
}

.career-skills {
  margin-bottom: 15px;
}

.career-skill-heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.career-skills ul {
  padding-left: 18px;
  margin: 0;
}

.career-skills li {
  font-size: 14px;
  margin-bottom: 5px;
}

.careers-button {
  text-align: center;
}

.apply-btn {
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #1e3a8a;
    color: #fff;
    padding: 10px 45px;
    border-radius: 30px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #2f6eb4;
    color: #fff;
    box-shadow: 0px 6px 18px rgba(47, 110, 180, 0.5);
}

.apply-btn i {
    transform: rotate(-45deg);
}

.careers-btn {
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #f59e0b;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;;
}

.careers-btn:hover {
    background: #f59e0b;
    color: #fff;
    box-shadow: 0px 6px 18px rgba(245, 158, 11, 0.5);
}

.careers-btn i {
    transform: rotate(-45deg);
}

.no-openings {
  text-align: center;
  color: #fff;
}

.careers-footer {
  margin-top: 40px;
}

.benefits-section {
    padding: 70px 0 0;
}

.benefits-row {
    margin: 0 120px !important;
    padding: 0;
    background: #4969b1;
    border-radius: 25px;
}

.benefit-card {
    background: #4969b1;
    border-radius: 12px;
    padding: 25px 0;
    color: #fff;
    transition: transform 0.3s;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    margin: 0 0 15px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.benefit-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit-desc {
  font-size: 14px;
  color: #e0e0e0;
}

/* Small style to ensure the close looks correct if bootstrap's btn-close is missing/overridden */
.custom-modal-close {
  background: none !important;
  border: 0;
  font-size: 24px;
  line-height: 1;
  color: #222;
  padding: 6px 10px;
  cursor: pointer;
}

/* If .btn-close has background-image but appears as a dash, force a visible cross */
.btn-close::before {
  content: none !important;
}



/* careers section end  */


/* contact us section start  */

.contact-section {
  padding: 60px 0;
}

.contact-row {
  padding: 0 100px;
}

.contact-title {
    text-align: center;
    font-size: 32px;
    color: #000000;
    font-weight: 600;
}

.contact-content {
    color: #000000;
    text-align: center;
}

.contact-subtitle {
    color: #000000;
    font-size: 28px;
    padding: 30px 30px 0;
}

.contact-form-wrapper {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
}

.contact-image img {
  width: 100%;
  object-fit: cover;
  height: 600px;
  border-radius: 33px;
}

.contact-form {
  padding: 0 15px;
  border-radius: 12px;
}

/* Labels */
.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000000;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #ffffff;
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2f6eb4; 
  box-shadow: 0 0 0 3px rgba(47, 110, 180, 0.2);
  outline: none;
}

.contact-form textarea {
  height: 150px;
  resize: vertical;
}

.contact-form .submit-btn input[type="submit"] {
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #1e3a8a;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 20px;
    border: none;
}

.contact-form .submit-btn input[type="submit"]:hover {
    background: #2f6eb4;
    color: #fff;
    box-shadow: 0px 14px 12px -4px rgb(47 110 180 / 34%);
    border: none;
}

.contact-location {
  padding-bottom: 60px;
}

.location-row {
  justify-content: center;
  align-items: center;
  padding: 0 200px;
}

.location-office h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-location iframe {
    border-radius: 13px !important;
    box-shadow: 6px 10px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #c0c0c0ee !important;
}

.contact-location p {
  margin-top: 20px;
}


/* contact us section end  */


/* footer section start  */


.footer {
  background: #1e3a8a;
  color: #fff;
  padding: 60px 0 30px;
  font-family: "Inter", sans-serif;
}

.footer h4 {
  font-size: 18px;
  margin-bottom: 50px;
}

.footer-logo img {
    max-width: 270px;
    margin-bottom: 20px;
    background: #ffffffd9;
    padding: 10px;
}
.footer-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #fff;
}

.footer-social a {
  display: inline-block;
  margin-right: 12px;
  font-size: 25px;
  color: #fff;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #2f6eb4;
}

.site-footer h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-nav ul,
.footer-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav ul li,
.footer-services ul li {
  margin-bottom: 8px;
}

.footer-nav a, .footer-services a {
    color: #bbc4dc;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-nav a:hover,
.footer-services a:hover {
  color: #3a80f3;
}

.footer-contact a {
    font-size: 15px;
    color: #bbc4dc;
    line-height: 1.3;
}

.footer-contact a:hover {
    color: #3a80f3;
}

.footer-link-wrapp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}

.footer-contact p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #bbc4dc;
}

.footer-contact i {
  margin-right: 8px;
  color: #ffffff;
}

.footer-newsletter iframe {
  width: 100%;
  height: 150px;
  border: 0;
  margin-bottom: 10px;
  border-radius: 32px !important;
}

.newsletter-form {
  display: flex;
  margin-top: 10px;
}

.newsletter-form input {
  flex: 1;
  padding: 8px 12px;
  border: none;
  border-radius: 20px 0 0 20px;
}

.newsletter-form button {
    background: #2f6eb4;
    border: none;
    padding: 8px 10px;
    border-radius: 0 20px 20px 0;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-form button:hover {
  background: #000000;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 15px;
    font-size: 13px;
}

.footer-bottom p {
  color: #bbc4dc;
}

.footer-bottom a {
  color: #bbc4dc;
  text-decoration: none;
  margin-left: 8px;
  margin-right: 8px;
}

.footer-bottom a:hover {
  color: #2f6eb4;
}

.footer-search {
    margin: 0 !important;
}


/* footer section end  */



/* innerpage heading section  */

.innerpage-header {
    position: relative;
    height: 55vh;
    overflow: hidden;
}

.innerpage-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 54 54 / 50%);
    z-index: 1;
}

.innerpage-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
}

.pageheading-middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.pageheading-middle a {
    color: #fff;
}

.pageheading-middle h2 {
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
}

.breadcrumb_last {
    color: #fff;
}



/* inner page about us section start  */

.inner-about-us-wrapper {
    padding: 100px 0;
    background: #0d2b7f;
    background-image: url(./assets/img/aboutus-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.inner-about-us-title {
  display: none;
}

.inner-about-us-text h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ffb400;
}

.inner-about-us-text h2 {
    font-size: 17px;
    margin-bottom: 20px;
}

.inner-about-us-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #bbc4dc;
}
.inner-about-us-text li {
    font-size: 14px;
    line-height: 1.7;
    color: #bbc4dc;
}
.inner-about-us-image img {
    width: 100%;
    object-fit: cover;
    height: 450px;
    border-radius: 33px !important;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.3);
}


/* inner about us bottom section start  */

.inner-aboutbtm-wrapper {
  padding: 60px 0;
  text-align: center;
}

.inner-aboutbtm-title {
    font-size: 25px;
    font-weight: 500;
    color: #2f6eb4;
    margin-bottom: 25px;
}

.inner-aboutbtm-maintitle {
    text-transform: capitalize;
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 25px;
}
.inner-about-us-text ul{
	column-count:2;
}
/* mission and vision section start  */

.mission-vision-section {
  padding: 60px 0;
}

.mission-vision-section .mission-box,
.mission-vision-section .vision-box {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  margin-bottom: 30px;
}

.mission-vision-section .mission-box:hover,
.mission-vision-section .vision-box:hover {
  transform: translateY(-6px);
  box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.12);
}

.mission-vision-section .mission-title,
.mission-vision-section .vision-title {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.mission-vision-section .mission-title::before, .mission-vision-section .vision-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 24px;
    background: #2f6eb4;
    border-radius: 4px;
}

.mission-vision-section .mission-description,
.mission-vision-section .vision-description {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}

/* Team Section */

.inner-about-team {
  padding: 60px 0;
}

.inner-about-team-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.inner-about-team-row {
  padding: 0 120px;
}

.about-team-card {
    background: #f5f5f5;
    border-radius: 50px;
    padding: 40px 20px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgb(0 0 0 / 36%);
    height: 310px;
}

.about-team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.about-team-card.first-card {
    padding: 50px 30px;
}

.team-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.about-team-card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.about-team-card-position {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    text-transform: uppercase
}

/* inner page about us section end  */



/* inner page product section start  */

.inner-our-products {
    padding: 60px 0;
    text-align: center;
    background-image: url(./assets/img/home-product-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-product-card h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.inner-product-card {
    background: #6074ac;
    color: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inner-product-card:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.inner-product-card:hover .product-content ul li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #666666; 
  position: relative;
}


/* inner page product section end  */



/* inner page testimonial section start  */


.inner-testimonial-section {
  padding: 60px 0;
}

.inner-testimonial-heading {
  margin-bottom: 40px;
}

.inner-testimonial-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.inner-testimonial-tag {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-testimonial-tag img {
  margin-right: 8px;
  height: 18px;
}

.inner-testimonial-grid {
  row-gap: 30px;
}

.inner-testimonial-col {
  display: flex;
}

.inner-testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 23%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    transition: transform 0.3s ease;
}

.inner-testimonial-card:hover {
  transform: translateY(-5px);
}

.inner-testimonial-author {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.inner-testimonial-author-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.inner-testimonial-author-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.inner-testimonial-content {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.inner-testimonial-footer {
  border-top: 1px solid #eee;
  padding-top: 10px;
  font-size: 13px;
  color: #555;
  display: flex;
  flex-direction: column;
}

.inner-testimonial-company {
  font-weight: 500;
  margin-bottom: 4px;
  color: #222;
}

.inner-testimonial-date {
  font-size: 12px;
  color: #999;
}


.inner-video-testimonials {
  padding: 60px 0;
}

.inner-video-testimonials-header {
  margin-bottom: 50px;
}

.inner-video-section-title {
	font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.inner-video-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 20px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
    
.inner-video-card iframe {
  height: 280px !important;
}

.inner-video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.inner-video-thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
}

.inner-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.85);
  color: #fff;
  font-size: 22px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  cursor: pointer;
}

.inner-video-play-btn:hover {
  background: #cc0000;
}

.inner-video-title {
  font-size: 1.1rem;
  margin-top: 15px;
  color: #333;
}



/* inner page testimonial section end  */


/* inner page blog section start  */


.inner-blog-wrapper {
  padding: 60px 0;
}

.inner-blog-image-wrapper {
  position: relative;
  overflow: hidden;
}

.inner-blog-image-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    display: block;
    transition: transform 0.3s;
    border-radius: 15px;
}

.inner-blog-image-wrapper:hover img {
  transform: scale(1.05);
}

.inner-blog-category-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffcc00;
  color: #222;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
}

.inner-blog-content-card {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.inner-blog-meta {
    font-size: 13px;
    color: #888;
    margin: 15px 0;
}

.inner-blog-title {
    font-size: 16px;
    margin: 0 0 15px;
    color: #222;
    font-weight: 600;
}

.inner-blog-content {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 15px;
}

.inner-blog-readmore {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #1e3a8a;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.inner-blog-readmore:hover {
  color: #2f6eb4;
  text-decoration: underline !important;
}


/* inner page blog section end  */


/* inner page contact us section start  */

.inner-contact {
  padding: 60px 0;
}

.inner-contact-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.inner-contact-row {
    align-items: center;
    background: #efefef;
    border-radius: 10px;
    padding: 10px;
}

.inner-contact-content {
  margin-bottom: 30px;
  color: #555;
}

.inner-contact-item {
  margin-bottom: 20px;
  align-items: flex-start;
}

.inner-contact-icon {
    width: 50px;
    height: 50px;
    background: #2f6eb4;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.inner-row-contact i {
  font-size: 25px;
}

.inner-contact-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.inner-contact-text a {
    padding: 0 5px;
    color: #000;
}

.inner-contact-description {
  color: #444;
  font-size: 14px;
}

.inner-contact-social-title {
  font-size: 20px;
}

.inner-contact-social {
    margin-top: 30px;
    text-align: center;
}

.inner-contact-social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
    color: #2f6eb4;
    transition: 0.3s;
}

.inner-contact-social a:hover {
  color: #333;
}

.inner-contact-social i {
  color: #000;
}

.inner-contact-social i:hover {
  color: #2f6eb4;
}

.inner-contact-form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.inner-contact-form-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.inner-row-contact {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fefefe;
    border-radius: 15px;
    margin-bottom: 10px;
}


/* inner page contact us section end  */



/* single page service section start  */


.single-service-page-wrapper {
  padding: 60px 0;
}

.single-service-page-text {
  padding-right: 30px;
}

.single-service-page-featured-image img {
    width: 100%;
    object-fit: cover;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.single-service-page-title {
  font-size: 32px;
  font-weight: 700;
  color: #2f6eb4;
  margin-bottom: 20px;
}

.single-service-page-content {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.single-service-page-sidebar {
  padding-left: 30px;
}

.single-service-page-sidebar .recent-services-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2f6eb4;
  text-align: center;
}

.recent-service-link {
    display: inline-flex;
    margin-bottom: 20px;
    background: #1e3a8a;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.recent-service-link:hover {
    color: #ffffff;
    background: #000000;
}



/* single page service section end  */



/* single page product section start */

.single-page-product {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.single-product-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #222;
}

.single-pro-row {
    margin-top: 20px;
}

.single-products-details {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 16px;
    padding: 20px;
    height: 320px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: 0.5s ease-in-out;
}

.single-products-details:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.44);
}

.single-products-details h2 { 
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.single-product-content h2,
.single-product-content h4,
.single-product-content h5 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-top: 30px;
}

.single-product-content-field h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 30px;
}

.single-product-content-field h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-top: 30px;
}

.single-product-content li {
  position: relative;
  list-style: none; 
  padding-left: 25px; 
  padding-top: 10px;
}

.single-product-content li:before {
  content: "✔"; 
  position: absolute;
  left: 0;
  top: 0;
  color: #2f6eb4; 
  font-weight: bold;
    padding-top: 10px;
}

.single-product-content-field li {
  position: relative;
  list-style: none; 
  padding-left: 25px; 
  padding-bottom: 10px;
}

.single-product-content-field li:before {
  content: "✔"; 
  position: absolute;
  left: 0;
  top: 0;
  color: #2f6eb4; 
  font-weight: bold;
}

.single-product-content p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #555;
}

.single-product-image img {
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.product-bg-1 {
    background-color: #fff8e3; 
}

.product-bg-2 {
    background-color: #e0ecff; 
}

/* single page product section end  */



/* single page career section start  */

.single-career {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.single-career .single-career-content {
  margin-bottom: 30px;
}

.single-career-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  object-fit: cover;
}

.single-career-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.single-career-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}

.single-career-description {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.single-career-form {
  background-color: #fff;
  padding: 30px 30px 0;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.single-career-form h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
    text-align: center;
    text-transform: uppercase;
}

.single-career-form .wpcf7 input,
.single-career-form .wpcf7 select,
.single-career-form .wpcf7 file {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

.single-career-form .wpcf7 label {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.single-career-form .wpcf7 input[type="file"] {
  padding: 15px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.single-career-form .wpcf7 input[type="submit"] {
  background-color: #1e3a8a;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 12px 20px;
  border-radius: 5px;
}

.single-career-form .wpcf7 input[type="submit"]:hover {
  background-color: #2f6eb4;
}

.single-career .submit-btn p {
  margin: 0 !important;
}

.single-career-skills {
  margin-bottom: 15px;
}

.single-career-skill-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-career-skills ul {
    padding-left: 18px;
    margin: 0;
}

.single-career-skills li {
    font-size: 16px;
    margin-bottom: 5px;
}


/* single page career section end  */


/* single page blog section start  */


.single-blog-wrapper {
  padding: 60px 0;
}

.single-blog-content .single-blog-image img {
    width: 100%;
    object-fit: contain;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
}

.single-blog-video-player {
    width: 100%;
    object-fit: contain;
    height: 550px;
    border-radius: 8px;
}

.single-blog-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}

.single-blog-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.single-blog-content-text {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
}

/* Sidebar */
.single-blog-sidebar {
  padding-left: 30px;
}

.single-blog-sidebar h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #2f6eb4;
}

.recent-blog-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #2f6eb4;
    padding: 15px;
    border-radius: 15px;
}

.recent-blog-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
}

.recent-blog-info {
  flex: 1;
}

.recent-blog-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.recent-blog-title a {
  color: #ffffff;
  text-decoration: none;
}

.recent-blog-title a:hover {
  color: #000000;
}

.recent-blog-readmore {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.recent-blog-readmore:hover {
  color: #000000;
  text-decoration: underline !important;
}


/* single page blog section end   */


@media only screen and (min-width: 300px) and (max-width: 576.5px) {

.header-button a {
    display: none;
}

.header-logo img {
    width: 130px;
    object-fit: cover;
    height: auto;
}

.f-nav .header-wrapper .header-logo img {
    width: 130px;
    height: auto;

}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #2f6eb4 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  width: 40px;
  height: 4px;
  background-color: #2f6eb4 ;
  border-radius: 4px;
  position: absolute;
  animation: barPulse1 1.8s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2f6eb4;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  animation: barPulse2 2s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2f6eb4;
  border-radius: 4px;
  position: absolute;
  top: -10px;
  animation: barPulse3 2.2s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner {
  animation: none !important;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::before {
  animation: none !important;
  transform: rotate(-90deg) translate(-10px, 0);
  transition: transform 0.3s ease;
  top: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::after {
  animation: none !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@keyframes barPulse1 {
  0%, 100% { width: 40px; }
  50%      { width: 28px; }
}

@keyframes barPulse2 {
  0%, 100% { width: 32px; }
  50%      { width: 40px; }
}

@keyframes barPulse3 {
  0%, 100% { width: 36px; }
  50%      { width: 24px; }
}



/* banner section start  */


.home-banner-bg img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.home-banner-overlay {
    width: 100%;
    height: 80vh;
    padding: 60px 0;
}

.home-banner-right-card {
  display: none;
}

.home-banner-tag {
    font-size: 8px;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.home-banner-title {
    font-size: 22px;
    line-height: 1.2;
}

.home-banner-excerpt p {
    font-size: 12px;
    margin-bottom: 30px;
}
	
.home-banner-actions {
    display: flex;
/*     flex-direction: column; */
    gap: 10px;
}

.banner-get-btn {
    font-size: 8px;
    gap: 5px;
    padding: 10px 10px;
}

.banner-discover-btn {
    font-size: 8px;
    gap: 5px;
    padding: 10px 10px;
}

/* banner section end  */


/* client section start  */

.client-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.client-gradient-left {
    left: 0;
    background: unset;
}

.client-gradient-right {
    right: 0;
    background: unset;
}

.client-marquee-slider .client-item img {
    width: 70px;
    height: 65px;
    object-fit: contain;
    transition: opacity 0.3s;
}

/* client section end  */


/* why choose us section start  */

.why-choose-us-tag {
    gap: 4px;
    font-size: 8px;
    padding: 8px 12px;
    margin-bottom: 20px;
}

.why-choose-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.why-choose-subtitle {
    margin-bottom: 40px;
    font-size: 12px;
}

.why-choose-card-tag-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.why-choose-card-tag {
    gap: 6px;
    font-size: 8px;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.why-choose-card-title {
    font-size: 14px;
    margin-bottom: 12px;
}

.why-choose-card {
    margin-bottom: 20px;
}

.name-scroll-wrapper {
    padding: 15px 0;
    width: 95%;
    margin: -40px auto 0;
    border-radius: 10px;
}

/* why choose us section end  */


/* about us section start  */

.about-us-tag {
    gap: 4px;
    font-size: 8px;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.about-us-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.about-us-wrapper .wp-block-heading {
    font-size: 13px;
    margin-bottom: 20px;
}

.about-us-text p {
    font-size: 12px;
    line-height: 1.7;
}

.about-us-btn {
    margin: 10px 0 20px;
    font-size: 10px;
    gap: 5px;
    padding: 10px 15px; 
}

/* about us section end  */


/* about us bottom section start  */

.problem-outcome-tag {
    gap: 4px;
    font-size: 8px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.problem-outcome-section-header .problem-outcome-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.problem-outcome-section-header .problem-outcome-subtitle {
    font-size: 12px;
}

.info-box {
    padding: 10px 18px;
    min-height: 240px;
    height: 100%;
}

.info-box .tag {
    padding: 5px 18px;
    font-size: 8px;
}

.info-box .info-title {
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
}

.info-box .info-content li {
    margin-top: 8px;
    font-size: 12px;
}

.problem-outcome-col {
  margin-bottom: 20px;
}

/* about us bottom section end  */



/* service section start  */

.service-row {
    padding: 0;
}

.services-tag {
    gap: 4px;
    font-size: 8px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.services-section-header .services-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.services-section-header .services-subtitle {
    font-size: 12px;
}

.services-card {
    padding: 10px;
    height: 225px;
}

.service-icon img {
    width: 20px;
    height: 20px;
}

.service-title {
    font-size: 15px;
    margin-bottom: 15px;
}

.service-content p {
    font-size: 12px;
    margin-bottom: 20px;
}

.learn-more-btn {
    font-size: 12px;
}

.services-btn {
    font-size: 10px;
    gap: 5px;
    padding: 10px 15px;
    margin-top: 20px;
}

/* service section end  */



/* product section start  */


.products-tag {
    gap: 4px;
    font-size: 8px;
    padding: 10px 15px;
}

.products-title {
    font-size: 22px;
}

.products-subtitle {
    font-size: 12px;
}

.product-row {
    align-items: center;
    margin: 0 !important;
}

.product-card {
    padding: 12px;
    margin-bottom: 30px;
}

.product-card h3 {
    font-size: 15px;
    margin: 15px 0;
}

.product-content ul li {
    margin-bottom: 8px;
    font-size: 12px !important;
}

.product-btn-link {
    margin-top: 15px;
    font-size: 12px;
}

/* product section end  */


/* testimonial section start  */

.testimonial-tag {
    font-size: 8px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.testimonial-title {
    font-size: 22px;
    margin: 0 auto 10px;
    width: unset;
}

.testimonial-subtitle {
    font-size: 12px;
    width: unset;
    margin: unset;
}
	
.testimonial-quote {
    font-size: 18px;
}

.testimonial-content p {
    font-size: 12px;
}

.author-info h4 {
    font-size: 14px;
}

.author-info h5 {
    font-size: 10px;
}

.testimonial-nav button {
    width: 35px;
    height: 35px;
    margin: 0 5px;
}

/* testimonial section end  */
	
/* video testimonial section start  */
	
.video-testimonial-title {
    font-size: 22px;
}
	
.video-testimonial-subtitle {
    font-size: 12px;
}
	
.video-testimonial-play-btn {
    width: 50px;
    height: 50px;
    font-size: 14px;
}
	
	
/* video testimonial section end  */



/* career section start  */

.careers-tag {
    gap: 4px;
    font-size: 8px;
    padding: 10px 15px;
}

.careers-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.careers-subtitle {
    max-width: unset;
    margin: 0 auto;
    font-size: 12px;
} 

.career-col {
  margin-bottom: 20px;
}

.career-card {
    padding: 10px;
    height: 100%;
}

.career-title {
    font-size: 16px;
    margin-top: 20px;
}

.career-skill-heading {
    font-size: 14px;
}

.apply-btn {
    font-size: 12px;
    gap: 8px;
    padding: 10px 25px;
}

.careers-btn {
    font-size: 12px;
    gap: 5px;
    padding: 10px 15px;
}

.benefits-row {
    margin: 0 !important;
    padding: 0;
}

.benefit-icon {
    width: 40px;
    height: 40px;
    margin: 0 0 15px;
}

.benefit-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.benefit-title {
    font-size: 16px;
}

.benefit-desc {
    font-size: 12px;
}

/* career section end  */


/* get in touch section section start  */

.contact-title {
    font-size: 22px;
}

.contact-content {
    font-size: 12px;
}

.contact-row {
    padding: 0;
}

.contact-subtitle {
    font-size: 22px;
    padding: 30px;
}

.contact-form label {
    font-size: 12px;
    margin-bottom: 8px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    padding: 12px 15px;
    font-size: 12px;
}

.contact-form .submit-btn input[type="submit"] {
    font-size: 12px;
    gap: 8px;
    padding: 10px 15px;
    margin-top: 20px;
}

/* get in touch section section end  */


/* contact us section start  */


.location-row {
    justify-content: center;
    align-items: center;
    padding: 0 ;
}

.contact-location iframe {
  width: 100% !important;
}

.location-office h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.contact-location p {
    margin-top: 20px;
    font-size: 12px;
}


/* contact us section end  */





/* footer section start  */


.footer-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 12px;
}

.footer-social a {
    margin-right: 12px;
    font-size: 18px;
}

.footer-nav a, .footer-services a {
    font-size: 12px;
}

.footer h4 {
    font-size: 18px;
    margin: 20px 0;
}

.footer-contact a {
    font-size: 12px;
}

.footer-contact p {
    margin-bottom: 10px;
    font-size: 12px;
}

.footer-contact i {
    margin-right: 8px;
    color: #ffffff;
    font-size: 12px;
}

.newsletter-form button {
    background: #2f6eb4;
    border: none;
    padding: 8px;
    font-size: 12px;
    border-radius: 0 20px 20px 0;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-form input {
    border-radius: 20px 0 0 20px;
    font-size: 12px;
}

.footer-bottom p {
    font-size: 12px;
}

.footer-bottom a {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
}


/* footer section end   */
	
/* inner page header  */

.pageheading-middle h2 {
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
    font-size: 22px;
}

.pageheading-middle a {
    color: #fff;
    font-size: 15px !important;
}	

.breadcrumb_last {
    color: #fff;
    font-size: 15px;
}
	
.breadcrumb_last {
    color: #fff;
    font-size: 15px;
}

/* inner page about us section start  */
	
.inner-about-us-text h1 {
    font-size: 22px;
}
	
.inner-about-us-text h2 {
    font-size: 13px;
    margin-bottom: 20px;
}

.inner-about-us-text p {
    font-size: 12px;
    line-height: 1.7;
}
	
.inner-aboutbtm-title {
    font-size: 18px;
}
	
.inner-aboutbtm-maintitle {
    font-size: 22px;
}

.inner-aboutbtm-sub-content {
	font-size: 12px
}
	
.mission-vision-section .mission-title, .mission-vision-section .vision-title {
    font-size: 18px;
}
	
.mission-vision-section .mission-description, .mission-vision-section .vision-description {
    font-size: 12px;
    line-height: 1.7;
}
	
.inner-about-team-title {
    font-size: 22px;
}
	
.inner-about-team-col {
	padding: 0 50px !important;
}
	
.inner-about-team-row {
    padding: 0;
}
	
.inner-about-us-text ul {
    column-count: unset;
}

/* inner page about us section end  */

	
/* single page service section start  */
	
.single-service-page-title {
    font-size: 22px;
}
	
.single-service-page-content p {
		font-size: 12px;
}

.single-service-page-sidebar .recent-services-title {
    font-size: 18px;
}
	
.recent-service-link {
    font-size: 12px;
}
	
.single-service-page-wrapper .enq-btn {
    margin: 30px 0 50px;
}

.single-service-page-wrapper .enq-btn a {
    font-size: 12px;
}
	
/* single page service section end  */
	
	
/* single page product section start  */
	
.single-product-title {
    font-size: 22px;
}
	
.single-product-content h2, .single-product-content h4, .single-product-content h5 {
    font-size: 18px;
}
	
.single-product-content p {
    font-size: 12px;
    line-height: 1.6;
}
	
.single-product-content ul {
	padding: 0 !important;
}
	
.single-product-content li {
    font-size: 12px;
}
	
.single-products-details h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
	
.single-products-details p {
	font-size: 12px;
} 	
	
.single-products-details li {
	font-size: 12px;
}

.single-product-content-field p {
	font-size: 12px
}
	
.single-product-content-field h4 {
    font-size: 18px;
}
	
.single-product-content-field ul {
	padding: 0 !important;	
}
	
.single-product-content-field li {
    font-size: 12px;
}
	
	
/* inner page career section start  */
	
.inner-career-col {
	margin-bottom: 20px;
}
	

/* single page career section start  */
	
.single-career-title {
    font-size: 22px;
}
	
.single-career-description p {
	font-size: 14px;
}
	
.single-career-skills {
	font-size: 14px;
}
	
/* single page career section end  */


/* inner page contact us section start  */
	
.inner-contact-title {
    font-size: 22px;
}
	
.inner-contact-content {
    font-size: 12px;
}
	
.inner-contact-text h4 {
    font-size: 15px;
}

.inner-row-contact i {
    font-size: 14px;
}
	
.inner-contact-icon {
    width: 35px;
    height: 35px;
    padding: 15px;
}
	
.inner-contact-description {
    color: #444;
    font-size: 12px;
}
	
.inner-contact-text a {
    padding: 0 5px;
    font-size: 12px;
}
	
.inner-contact-social-title {
    font-size: 18px;
    margin: 0;
}
	
.inner-contact-social a {
    font-size: 22px;
}
	
/* inner page contact us section end  */

}

@media only screen and (min-width: 577px) and (max-width: 767.5px) {

.header-button a {
    display: none;
}

.header-logo img {
    width: 130px;
    object-fit: cover;
    height: auto;
}

.f-nav .header-wrapper .header-logo img {
    width: 130px;
    height: auto;

}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #2f6eb4 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  width: 40px;
  height: 4px;
  background-color: #2f6eb4 ;
  border-radius: 4px;
  position: absolute;
  animation: barPulse1 1.8s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2f6eb4;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  animation: barPulse2 2s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2f6eb4;
  border-radius: 4px;
  position: absolute;
  top: -10px;
  animation: barPulse3 2.2s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner {
  animation: none !important;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::before {
  animation: none !important;
  transform: rotate(-90deg) translate(-10px, 0);
  transition: transform 0.3s ease;
  top: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::after {
  animation: none !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@keyframes barPulse1 {
  0%, 100% { width: 40px; }
  50%      { width: 28px; }
}

@keyframes barPulse2 {
  0%, 100% { width: 32px; }
  50%      { width: 40px; }
}

@keyframes barPulse3 {
  0%, 100% { width: 36px; }
  50%      { width: 24px; }
}
	
/* banner section start  */


.home-banner-bg img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.home-banner-overlay {
    width: 100%;
    height: 80vh;
    padding: 60px 0;
}

.home-banner-right-card {
  display: none;
}

.home-banner-tag {
    font-size: 10px;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.home-banner-title {
    font-size: 26px;
    line-height: 1.2;
}
	
.home-banner-excerpt p {
    font-size: 14px;
    margin-bottom: 30px;
}

.banner-get-btn {
    font-size: 12px;
    gap: 5px;
    padding: 10px 15px;
}

.banner-discover-btn {
    font-size: 12px;
    gap: 5px;
    padding: 10px 15px;
}

/* banner section end  */


/* client section start  */

.client-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.client-gradient-left {
    left: 0;
    background: unset;
}

.client-gradient-right {
    right: 0;
    background: unset;
}

.client-marquee-slider .client-item img {
    width: 70px;
    height: 65px;
    object-fit: contain;
    transition: opacity 0.3s;
}

/* client section end  */


/* why choose us section start  */

.why-choose-us-tag {
    gap: 4px;
    font-size: 10px;
    padding: 8px 12px;
    margin-bottom: 20px;
}

.why-choose-title {
    font-size: 26px;
    margin-bottom: 15px;
}

.why-choose-subtitle {
    margin-bottom: 40px;
    font-size: 14px;
}

.why-choose-card-tag-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.why-choose-card-tag {
    gap: 6px;
    font-size: 10px;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.why-choose-card-title {
    font-size: 16px;
    margin-bottom: 12px;
}

.why-choose-card-excerpt p {
    font-size: 14px;
}

.why-choose-card {
    margin-bottom: 20px;
}

.name-scroll-wrapper {
    padding: 15px 0;
    width: 95%;
    margin: -40px auto 0;
    border-radius: 10px;
}

/* why choose us section end  */


/* about us section start  */

.about-us-tag {
    gap: 4px;
    font-size: 10px;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.about-us-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.about-us-wrapper .wp-block-heading {
    font-size: 15px;
    margin-bottom: 20px;
}

.about-us-text p {
    font-size: 14px;
    line-height: 1.7;
}

.about-us-btn {
    margin: 10px 0 20px;
    font-size: 12px;
    gap: 5px;
    padding: 10px 15px; 
}

/* about us section end  */


/* about us bottom section start  */

.problem-outcome-tag {
    gap: 4px;
    font-size: 10px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.problem-outcome-section-header .problem-outcome-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.problem-outcome-section-header .problem-outcome-subtitle {
    font-size: 14px;
}

.info-box {
    padding: 10px 18px;
    min-height: 240px;
    height: 100%;
}

.info-box .tag {
    padding: 5px 18px;
    font-size: 10px;
}

.info-box .info-title {
    font-size: 18px;
    margin-bottom: 15px;
    width: 100%;
}

.info-box .info-content li {
    margin-top: 8px;
    font-size: 14px;
}

.problem-outcome-col {
  margin-bottom: 20px;
}

/* about us bottom section end  */



/* service section start  */

.service-row {
    padding: 0;
}

.services-tag {
    gap: 4px;
    font-size: 10px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.services-section-header .services-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.services-section-header .services-subtitle {
    font-size: 14px;
}

.services-card {
    padding: 10px;
    height: 200px;
}

.service-icon img {
    width: 20px;
    height: 20px;
}

.service-title {
    font-size: 15px;
    margin-bottom: 15px;
}

.service-content p {
    font-size: 14px;
    margin-bottom: 20px;
}

.learn-more-btn {
    font-size: 14px;
}

.services-btn {
    font-size: 12px;
    gap: 5px;
    padding: 10px 15px;
    margin-top: 20px;
}

/* service section end  */



/* product section start  */


.products-tag {
    gap: 4px;
    font-size: 10px;
    padding: 10px 15px;
}

.products-title {
    font-size: 26px;
}

.products-subtitle {
    font-size: 14px;
}

.product-row {
    align-items: center;
    margin: 0 !important;
}

.product-card {
    padding: 12px;
    margin-bottom: 30px;
	height: 326px;
}

.product-card h3 {
    font-size: 18px;
    margin: 15px 0;
}

.product-content ul li {
    margin-bottom: 8px;
    font-size: 14px !important;
}

.product-btn-link {
    margin-top: 15px;
    font-size: 14px;
}

/* product section end  */


/* testimonial section start  */

.testimonial-tag {
    font-size: 10px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.testimonial-title {
    font-size: 26px;
    margin: 0 auto 10px;
    width: unset;
}

.testimonial-subtitle {
    font-size: 14px;
    width: unset;
    margin: unset;
}
	
.testimonial-quote {
    font-size: 22px;
}

.testimonial-content p {
    font-size: 14px;
}

.author-info h4 {
    font-size: 16px;
}

.author-info h5 {
    font-size: 12px;
}

.testimonial-nav button {
    width: 35px;
    height: 35px;
    margin: 0 5px;
}

/* testimonial section end  */

	
/* video testimonial section start  */
	
.video-testimonial-title {
    font-size: 26px;
}
	
.video-testimonial-subtitle {
    font-size: 14px;
}
	
.video-testimonial-play-btn {
    width: 60px;
    height: 60px;
    font-size: 14px;
}
	
/* video testimonial section end  */


/* career section start  */

.careers-tag {
    gap: 4px;
    font-size: 10px;
    padding: 10px 15px;
}

.careers-title {
    font-size: 26px;
    margin-bottom: 15px;
}

.careers-subtitle {
    max-width: unset;
    margin: 0 auto;
    font-size: 14px;
} 

.career-col {
  margin-bottom: 20px;
  padding: 0 80px !important;
}

.career-card {
    padding: 10px;
    height: 100%;
}

.career-title {
    font-size: 18px;
    margin-top: 20px;
}

.career-skill-heading {
    font-size: 16px;
}

.apply-btn {
    font-size: 14px;
    gap: 8px;
    padding: 10px 25px;
}

.careers-btn {
    font-size: 14px;
    gap: 5px;
    padding: 10px 15px;
}

.benefits-row {
    margin: 0 50px !important;
    padding: 0px;
}
	
.benefit-icon {
    width: 40px;
    height: 40px;
    margin: 0 0 15px;
}

.benefit-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.benefit-title {
    font-size: 18px;
}

.benefit-desc {
    font-size: 14px;
}

/* career section end  */


/* get in touch section section start  */

.contact-title {
    font-size: 26px;
}

.contact-content {
    font-size: 14px;
}

.contact-row {
    padding: 0;
}

.contact-subtitle {
    font-size: 26px;
    padding: 30px;
}

.contact-form label {
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    padding: 12px 15px;
    font-size: 14px;
}

.contact-form .submit-btn input[type="submit"] {
    font-size: 14px;
    gap: 8px;
    padding: 10px 15px;
    margin-top: 20px;
}

/* get in touch section section end  */


/* contact us section start  */


.location-row {
    justify-content: center;
    align-items: center;
    padding: 0 ;
}

.contact-location iframe {
  width: 100% !important;
}

.location-office h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-location p {
    margin-top: 20px;
    font-size: 14px;
}


/* contact us section end  */





/* footer section start  */


.footer-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 14px;
}

.footer-social a {
    margin-right: 12px;
    font-size: 20px;
}

.footer-nav a, .footer-services a {
    font-size: 14px;
}

.footer h4 {
    font-size: 20px;
    margin: 20px 0;
}

.footer-contact a {
    font-size: 14px;
}

.footer-contact p {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-contact i {
    margin-right: 8px;
    color: #ffffff;
    font-size: 14px;
}

.newsletter-form button {
    background: #2f6eb4;
    border: none;
    padding: 8px;
    font-size: 14px;
    border-radius: 0 20px 20px 0;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-form input {
    border-radius: 20px 0 0 20px;
    font-size: 14px;
}

.footer-bottom p {
    font-size: 14px;
}

.footer-bottom a {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
}


/* footer section end   */
	

/* inner page header  */

.pageheading-middle h2 {
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
    font-size: 26px;
}

.pageheading-middle a {
    color: #fff;
    font-size: 18px !important;
}	

.breadcrumb_last {
    color: #fff;
    font-size: 18px;
}
	
.breadcrumb_last {
    color: #fff;
    font-size: 18px;
}

/* inner page about us section start  */
	
.inner-about-us-text h1 {
    font-size: 26px;
}
	
.inner-about-us-text h2 {
    font-size: 15px;
    margin-bottom: 20px;
}

.inner-about-us-text p {
    font-size: 14px;
    line-height: 1.7;
}
	
.inner-aboutbtm-title {
    font-size: 20px;
}
	
.inner-aboutbtm-maintitle {
    font-size: 24px;
}

.inner-aboutbtm-sub-content {
	font-size: 14px
}
	
.mission-vision-section .mission-title, .mission-vision-section .vision-title {
    font-size: 20px;
}
	
.mission-vision-section .mission-description, .mission-vision-section .vision-description {
    font-size: 14px;
    line-height: 1.7;
}
	
.inner-about-team-title {
    font-size: 26px;
}
	
.inner-about-team-col {
	padding: 0 50px !important;
}
	
.inner-about-team-row {
    padding: 0;
}

/* inner page about us section end  */

	
/* single page service section start  */
	
.single-service-page-title {
    font-size: 26px;
}
	
.single-service-page-content p {
		font-size: 14px;
}

.single-service-page-sidebar .recent-services-title {
    font-size: 20px;
}
	
.recent-service-link {
    font-size: 14px;
}
	
.single-service-page-wrapper .enq-btn {
    margin: 30px 0 50px;
}
	
.single-service-page-wrapper .enq-btn a {
    font-size: 14px;
}
	
/* single page service section end  */
	
	
/* single page product section start  */
	
.single-product-title {
    font-size: 26px;
}
	
.inner-product-col {
	padding: 0 80px !important;
}
	
.single-product-content h2, .single-product-content h4, .single-product-content h5 {
    font-size: 20px;
}
	
.single-product-content p {
    font-size: 14px;
    line-height: 1.6;
}
	
.single-product-content ul {
	padding: 0 !important;
}
	
.single-product-content li {
    font-size: 14px;
}
	
.single-products-details h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
	
.single-products-details p {
	font-size: 14px;
} 	
	
.single-products-details li {
	font-size: 16px;
}

.single-product-content-field p {
	font-size: 14px
}
	
.single-product-content-field h4 {
    font-size: 20px;
}
	
.single-product-content-field ul {
	padding: 0 !important;	
}
	
.single-product-content-field li {
    font-size: 14px;
}
	
	
/* inner page career section start  */
	
.inner-career-col {
	margin-bottom: 20px;
}
	
/* inner page career section end  */

/* single page career section start  */
	
.single-career-title {
    font-size: 26px;
}
	
.single-career-description p {
	font-size: 16px;
}
	
.single-career-skills {
	font-size: 16px;
}
	
/* single page career section end  */


/* inner page contact us section start  */
	
.inner-contact-title {
    font-size: 26px;
}
	
.inner-contact-content {
    font-size: 14px;
}
	
.inner-contact-text h4 {
    font-size: 18px;
}

.inner-row-contact i {
    font-size: 16px;
}
	
.inner-contact-icon {
    width: 35px;
    height: 35px;
    padding: 15px;
}
	
.inner-contact-description {
    color: #444;
    font-size: 14px;
}
	
.inner-contact-text a {
    padding: 0 5px;
    font-size: 14px;
}
	
.inner-contact-social-title {
    font-size: 18px;
    margin: 0;
}
	
.inner-contact-social a {
    font-size: 24px;
}
	
/* inner page contact us section end  */	
	
	

}


@media only screen and (min-width: 768px) and (max-width: 991.5px) {

.header-button a {
    display: none;
}

.header-logo img {
    width: 130px;
    object-fit: cover;
    height: auto;
}

.f-nav .header-wrapper .header-logo img {
    width: 130px;
    height: auto;

}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #2f6eb4 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  width: 40px;
  height: 4px;
  background-color: #2f6eb4 ;
  border-radius: 4px;
  position: absolute;
  animation: barPulse1 1.8s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2f6eb4;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  animation: barPulse2 2s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2f6eb4;
  border-radius: 4px;
  position: absolute;
  top: -10px;
  animation: barPulse3 2.2s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner {
  animation: none !important;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::before {
  animation: none !important;
  transform: rotate(-90deg) translate(-10px, 0);
  transition: transform 0.3s ease;
  top: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::after {
  animation: none !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@keyframes barPulse1 {
  0%, 100% { width: 40px; }
  50%      { width: 28px; }
}

@keyframes barPulse2 {
  0%, 100% { width: 32px; }
  50%      { width: 40px; }
}

@keyframes barPulse3 {
  0%, 100% { width: 36px; }
  50%      { width: 24px; }
}
	
/* banner section start  */


.home-banner-bg img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.home-banner-overlay {
    width: 100%;
    height: 80vh;
    padding: 60px 0;
}

.home-banner-right-card {
  display: none;
}

.home-banner-tag {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.home-banner-title {
    font-size: 36px;
    line-height: 1.2;
}
	
.home-banner-excerpt p {
    font-size: 15px;
    margin-bottom: 30px;
}

.banner-get-btn {
    font-size: 14px;
    gap: 5px;
    padding: 10px 15px;
}

.banner-discover-btn {
    font-size: 14px;
    gap: 5px;
    padding: 10px 15px;
}

/* banner section end  */


/* client section start  */

.client-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.client-gradient-left {
    left: 0;
    background: unset;
}

.client-gradient-right {
    right: 0;
    background: unset;
}

.client-marquee-slider .client-item img {
    width: 70px;
    height: 65px;
    object-fit: contain;
    transition: opacity 0.3s;
}

/* client section end  */


/* why choose us section start  */

.why-choose-us-tag {
    gap: 4px;
    font-size: 12px;
    padding: 8px 12px;
    margin-bottom: 20px;
}

.why-choose-title {
    font-size: 34px;
    margin-bottom: 15px;
}

.why-choose-subtitle {
    margin-bottom: 40px;
    font-size: 15px;
}

.why-choose-card-tag-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.why-choose-card-tag {
    gap: 6px;
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.why-choose-card-title {
    font-size: 18px;
    margin-bottom: 12px;
}

.why-choose-card-excerpt p {
    font-size: 15px;
}

.why-choose-card {
    margin-bottom: 20px;
}

.name-scroll-wrapper {
    padding: 15px 0;
    width: 95%;
    margin: -40px auto 0;
    border-radius: 10px;
}

/* why choose us section end  */


/* about us section start  */

.about-us-tag {
    gap: 4px;
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.about-us-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.about-us-wrapper .wp-block-heading {
    font-size: 18px;
    margin-bottom: 20px;
}

.about-us-text p {
    font-size: 15px;
    line-height: 1.7;
}

.about-us-btn {
    margin: 10px 0 20px;
    font-size: 14px;
    gap: 5px;
    padding: 10px 15px; 
}

/* about us section end  */


/* about us bottom section start  */

.problem-outcome-tag {
    gap: 4px;
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.problem-outcome-section-header .problem-outcome-title {
    font-size: 34px;
    margin-bottom: 10px;
}

.problem-outcome-section-header .problem-outcome-subtitle {
    font-size: 15px;
}

.info-box {
    padding: 10px 18px;
    min-height: 240px;
    height: 100%;
}

.info-box .tag {
    padding: 5px 18px;
    font-size: 12px;
}

.info-box .info-title {
    font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
}

.info-box .info-content li {
    margin-top: 8px;
    font-size: 15px;
}

.problem-outcome-col {
  margin-bottom: 20px;
}

/* about us bottom section end  */



/* service section start  */

.service-row {
    padding: 0;
}

.services-tag {
    gap: 4px;
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.services-section-header .services-title {
    font-size: 34px;
    margin-bottom: 10px;
}

.services-section-header .services-subtitle {
    font-size: 15px;
}

.services-card {
    padding: 10px;
    height: 200px;
}

.service-icon img {
    width: 20px;
    height: 20px;
}

.service-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.service-content p {
    font-size: 15px;
    margin-bottom: 20px;
}

.learn-more-btn {
    font-size: 15px;
}

.services-btn {
    font-size: 14px;
    gap: 5px;
    padding: 10px 15px;
    margin-top: 20px;
}

/* service section end  */



/* product section start  */


.products-tag {
    gap: 4px;
    font-size: 12px;
    padding: 10px 15px;
}

.products-title {
    font-size: 34px;
}

.products-subtitle {
    font-size: 15px;
}

.product-row {
    align-items: center;
    margin: 0 !important;
}

.product-card {
    padding: 12px;
    margin-bottom: 30px;
	height: 326px;
}

.product-card h3 {
    font-size: 20px;
    margin: 15px 0;
}

.product-content ul li {
    margin-bottom: 8px;
    font-size: 15px !important;
}

.product-btn-link {
    margin-top: 15px;
    font-size: 15px;
}

/* product section end  */


/* testimonial section start  */

.testimonial-tag {
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.testimonial-title {
    font-size: 34px;
    margin: 0 auto 10px;
    width: unset;
}

.testimonial-subtitle {
    font-size: 15px;
    width: unset;
    margin: unset;
}
	
.testimonial-quote {
    font-size: 24px;
}

.testimonial-content p {
    font-size: 15px;
}

.author-info h4 {
    font-size: 18px;
}

.author-info h5 {
    font-size: 14px;
}

.testimonial-nav button {
    width: 35px;
    height: 35px;
    margin: 0 5px;
}

/* testimonial section end  */
	
	
/* video testimonial section start  */
	
.video-testimonial-title {
    font-size: 34px;
}
	
.video-testimonial-subtitle {
    font-size: 15px;
}
	
	
/* video testimonial section end  */


/* career section start  */

.careers-tag {
    gap: 4px;
    font-size: 12px;
    padding: 10px 15px;
}

.careers-title {
    font-size: 34px;
    margin-bottom: 15px;
}

.careers-subtitle {
    max-width: unset;
    margin: 0 auto;
    font-size: 15px;
} 

.career-col {
  margin-bottom: 20px;
  padding: 0 80px !important;
}

.career-card {
    padding: 10px;
    height: 100%;
}

.career-title {
    font-size: 20px;
    margin-top: 20px;
}

.career-skill-heading {
    font-size: 18px;
}

.apply-btn {
    font-size: 15px;
    gap: 8px;
    padding: 10px 25px;
}

.careers-btn {
    font-size: 15px;
    gap: 5px;
    padding: 10px 15px;
}

.benefits-row {
    margin: 0 50px !important;
    padding: 0px;
}
	
.benefit-icon {
    width: 40px;
    height: 40px;
    margin: 0 0 15px;
}

.benefit-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.benefit-title {
    font-size: 20px;
}

.benefit-desc {
    font-size: 15px;
}

/* career section end  */


/* get in touch section section start  */

.contact-title {
    font-size: 34px;
}

.contact-content {
    font-size: 15px;
}

.contact-row {
    padding: 0;
}

.contact-subtitle {
    font-size: 30px;
    padding: 30px;
}

.contact-form label {
    font-size: 15px;
    margin-bottom: 8px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    padding: 12px 15px;
    font-size: 15px;
}

.contact-form .submit-btn input[type="submit"] {
    font-size: 15px;
    gap: 8px;
    padding: 10px 15px;
    margin-top: 20px;
}

/* get in touch section section end  */


/* contact us section start  */


.location-row {
    justify-content: center;
    align-items: center;
    padding: 0 ;
}

.contact-location iframe {
  width: 100% !important;
}

.location-office h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-location p {
    margin-top: 20px;
    font-size: 15px;
}


/* contact us section end  */





/* footer section start  */


.footer-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 14px;
}

.footer-social a {
    margin-right: 12px;
    font-size: 20px;
}

.footer-nav a, .footer-services a {
    font-size: 14px;
}

.footer h4 {
    font-size: 20px;
    margin: 20px 0;
}

.footer-contact a {
    font-size: 14px;
}

.footer-contact p {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-contact i {
    margin-right: 8px;
    color: #ffffff;
    font-size: 14px;
}

.newsletter-form button {
    background: #2f6eb4;
    border: none;
    padding: 8px;
    font-size: 14px;
    border-radius: 0 20px 20px 0;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-form input {
    border-radius: 20px 0 0 20px;
    font-size: 14px;
}

.footer-bottom p {
    font-size: 14px;
}

.footer-bottom a {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
}


/* footer section end   */
	

/* inner page header  */

.pageheading-middle h2 {
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
    font-size: 26px;
}

.pageheading-middle a {
    color: #fff;
    font-size: 18px !important;
}	

.breadcrumb_last {
    color: #fff;
    font-size: 18px;
}
	
.breadcrumb_last {
    color: #fff;
    font-size: 18px;
}

/* inner page about us section start  */
	
.inner-about-us-text h1 {
    font-size: 34px;
}
	
.inner-about-us-text h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.inner-about-us-text p {
    font-size: 15px;
    line-height: 1.7;
}
	
.inner-aboutbtm-title {
    font-size: 20px;
}
	
.inner-aboutbtm-maintitle {
    font-size: 26px;
}

.inner-aboutbtm-sub-content {
	font-size: 15px
}
	
.mission-vision-section .mission-title, .mission-vision-section .vision-title {
    font-size: 22px;
}
	
.mission-vision-section .mission-description, .mission-vision-section .vision-description {
    font-size: 15px;
    line-height: 1.7;
}
	
.inner-about-team-title {
    font-size: 28px;
}
	
.inner-about-team-col {
	padding: 0 50px !important;
}
	
.inner-about-team-row {
    padding: 0;
}

/* inner page about us section end  */

	
/* single page service section start  */
	
.single-service-page-title {
    font-size: 28px;
}
	
.single-service-page-content p {
		font-size: 15px;
}

.single-service-page-sidebar .recent-services-title {
    font-size: 22px;
}
	
.recent-service-link {
    font-size: 15px;
}
	
/* single page service section end  */
	
	
/* single page product section start  */
	
.single-product-title {
    font-size: 34px;
}
	
.inner-product-col {
	padding: 0 80px !important;
}
	
.single-product-content h2, .single-product-content h4, .single-product-content h5 {
    font-size: 22px;
}
	
.single-product-content p {
    font-size: 15px;
    line-height: 1.6;
}
	
.single-product-content ul {
	padding: 0 !important;
}
	
.single-product-content li {
    font-size: 15px;
}
	
.single-products-details h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
	
.single-products-details p {
	font-size: 15px;
} 	
	
.single-products-details li {
	font-size: 15px;
}

.single-product-content-field p {
	font-size: 15px
}
	
.single-product-content-field h4 {
    font-size: 22px;
}
	
.single-product-content-field ul {
	padding: 0 !important;	
}
	
.single-product-content-field li {
    font-size: 15px;
}
	
	
/* inner page career section start  */
	
.inner-career-col {
	margin-bottom: 20px;
}
	
/* inner page career section end  */

/* single page career section start  */
	
.single-career-title {
    font-size: 28px;
}
	
.single-career-description p {
	font-size: 16px;
}
	
.single-career-skills {
	font-size: 16px;
}
	
/* single page career section end  */


/* inner page contact us section start  */
	
.inner-contact-title {
    font-size: 34px;
}
	
.inner-contact-content {
    font-size: 15px;
}
	
.inner-contact-text h4 {
    font-size: 20px;
}

.inner-row-contact i {
    font-size: 16px;
}
	
.inner-contact-icon {
    width: 35px;
    height: 35px;
    padding: 15px;
}
	
.inner-contact-description {
    color: #444;
    font-size: 15px;
}
	
.inner-contact-text a {
    padding: 0 5px;
    font-size: 15px;
}
	
.inner-contact-social-title {
    font-size: 20px;
    margin: 0;
}
	
.inner-contact-social a {
    font-size: 26px;
}
	
/* inner page contact us section end  */	
	
	

}

@media only screen and (min-width: 991px) and (max-width: 1200.5px) {
	
.header-button a {
    display: none;
}

.header-logo img {
    width: 130px;
    object-fit: cover;
    height: auto;
}

.f-nav .header-wrapper .header-logo img {
    width: 130px;
    height: auto;

}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #2f6eb4 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  width: 40px;
  height: 4px;
  background-color: #2f6eb4 ;
  border-radius: 4px;
  position: absolute;
  animation: barPulse1 1.8s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2f6eb4;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  animation: barPulse2 2s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2f6eb4;
  border-radius: 4px;
  position: absolute;
  top: -10px;
  animation: barPulse3 2.2s ease-in-out infinite !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner {
  animation: none !important;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::before {
  animation: none !important;
  transform: rotate(-90deg) translate(-10px, 0);
  transition: transform 0.3s ease;
  top: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::after {
  animation: none !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@keyframes barPulse1 {
  0%, 100% { width: 40px; }
  50%      { width: 28px; }
}

@keyframes barPulse2 {
  0%, 100% { width: 32px; }
  50%      { width: 40px; }
}

@keyframes barPulse3 {
  0%, 100% { width: 36px; }
  50%      { width: 24px; }
}
	
	
/* footer section start  */

.newsletter-form {
    display: unset;
    margin-top: 10px;
}
	
.newsletter-form input {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius:unset;
}
	
.newsletter-form button {
    background: #2f6eb4;
    border: none;
    padding: 8px 70px;
	border-radius:unset;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
	
/* footer section end  */
}

@media only screen and (min-width: 1201px) and (max-width: 1350.5px) {

/* footer section start  */

.newsletter-form {
    display: unset;
    margin-top: 10px;
}
	
.newsletter-form input {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius:unset;
}
	
.newsletter-form button {
    background: #2f6eb4;
    border: none;
    padding: 8px 70px;
	border-radius:unset;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
	
/* footer section end  */	

}
.enq-btn {
margin-top:30px;
}

.enq-btn a{
    background: #0852a3;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
}
.enq-btn:hover a{
color:#fff;