/* Import the correct Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
body {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
/* Paragraphs */
p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
/* Links */
a {
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
}
/* Buttons */
button,
.btn {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
/* Default: show desktop logo, hide mobile */
.desktop-logo {
  display: inline-block;
}
.mobile-logo {
  display: none;
}
/* SHOW Mobile */
@media (max-width: 768px) {
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: inline-block;
  }
	.slide-text h2 {
    font-size: 37px !important;
	}
}
/* SHOW desktop */
@media (min-width: 768px) {
.navbar-brand {
    /*margin-right: 70px;*/
    margin-right: 0px;
}
}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.new-version {
    background: #192D57;
}
.dark-header .navbar {
    background: none;
}
.navbar-default {
    box-shadow: none;
}
.navbar-nav > li {
    background-image: none;
}
.office-details .detail-box .detail strong {
    color: #ffffff;
}
.office-details .detail span {
    color: #ffffff;
}
.office-details a {
    color: #ffffff;
}
.office-details a:hover {
    color: #ee851a;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar.navbar-bg-light .navbar-nav > li > a:hover, .navbar.navbar-bg-light .navbar-nav > li > a:focus, .navbar.navbar-bg-light .navbar-nav > li > a.active, .navbar.navbar-bg-light .navbar-nav > li > a.highlighted, .page-links div a:hover, .page-links div a:active, .page-links div a:focus, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a.active, .text-color, .item-box a:hover i, .inverse i, .item-box.icons-color i, .pricing:hover .title, .pricing:hover .title a, .process-content:hover .title, .pricing .price, .post-meta i, .meta i, .quote blockquote:before, .quote blockquote:after, .tweet_time a, #video-controls a, .link-hover-color a:hover, .icons-hover-color i:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active > a:hover, #page .breadcrumb > .active, .timeliner li:hover .timeline-heading h4.subheading, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .sitemap li a:hover, .link-hover-black a:hover, .icons-hover-black i:hover, .header-search:hover i, ul.arrow-style li:before, .hover:hover, #fun-factor .fun-icon:before, a.read-more, .panel-group.list-style.new .panel .panel-heading > .panel-title:before, .general-section .nav > li:before, .general-section .works-filters.nav > li.active, .general-section.white .nav > li.active, .general-section .nav > li:hover, .price, .star-rating.color .fa, .special-feature .mask-top:after, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active > a:hover, .detail-box .icon i, .contact-info .item-box i, .has-submenu::after, .btn-transparent-white:hover, .btn-transparent-black:hover {
    color: #ee851a !important;
}
.dark-header .navbar-default .navbar-nav > li > a:hover {
    color: #ee851a;
}
.navbar-brand > img {
    width: 100%;
    /*background-color: #ffffff;*/
    border-radius: 10px;
}
.dark-header .navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 30px 7px;
    font-size: 13px;
}
.top-sec {
    border-bottom-width: 10px;
    border-bottom-color: #ee871f;
    background-color: #192D57;
    padding: 60px 0 0 0;
    min-height: 700px;
    display: flex;
    align-items: center;
}
.top-sec h1 {
    font-size: 58px;
    color: #ee851a;
    line-height: 0.9;
    font-weight: 800;
	text-transform: uppercase;
}
.hero-slider {
  background-color: #192D57;
  padding: 60px 0;
  min-height: 700px;
  display: flex;
  align-items: center;
}
.slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  padding: 20px;
}
.slide-text {
  flex: 1;
  padding: 20px;
  animation: fadeInLeft 1s ease-in-out;
}
.slide-text h2 {
    font-size: 58px;
    color: #ee851a;
    line-height: 0.9;
    font-weight: 800;
	text-transform: uppercase;
}
.slide-text p {
    font-size: 28px;
    line-height: 1em;
    margin-top: 15px;
    color: #fffdfd;
}
.slide-text .btn {
  display: inline-block;
  margin-top: 20px;
  background-color: #e60012;
  color: #fff;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.slide-text .btn:hover {
  background-color: #c80010;
}
.slide-image {
  flex: 1;
  text-align: center;
  animation: fadeInRight 1s ease-in-out;
}
.slide-image img {
  max-width: 100%;
  height: auto;
}
/* Swiper nav */
.swiper-button-next,
.swiper-button-prev {
  color: #e60012;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .slide-content {
    flex-direction: column;
    text-align: center;
  }

  .slide-text, .slide-image {
    padding: 10px;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-text, .slide-image {
  opacity: 0;
  transform: translateY(40px);
}

/* Animation classes triggered via JS */
.slide-animate .slide-text {
  animation: slideUp 1.5s ease forwards;
}

.slide-animate .slide-image {
  animation: slideUp 1.5s ease 0.4s forwards;
}
.request-quote p, .request-quote h1 {
    margin-left: 65px;
    text-transform: uppercase;
    font-size: 14px;
}
section.home-pro {
    margin: 50px 0px;
}
.typeJsWrapper .typeJsText {
  text-align: center;
  display: inline-block;
  border-right: 1px solid #192D57;
}
.typeJsWrapper {
    text-align: center;
	min-height: 57px;
}
.typeJsWrapper h3 {
    font-size: 36px;
    color: #192D57;
}
.pro-img-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}
.pro-img-section img {
    max-width: 262px;
    height: auto;
    margin-bottom: 20px;
}
.pro-img-section h4 {
    font-weight: 800;
    font-size: 36px;
    line-height: 0.8em;
	margin-bottom: 10px;
}
.pro-img-section p {
    line-height: 1em;
    font-weight: 600;
}
a.pro-button {
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #ee871f;
    padding: 6px 30px;
    color: #fff !important;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms;
}
a.pro-button:hover {
    background-color: #f4ad64;
}
.tailor {
  display: grid;
  grid-template-areas: 'overlap';
  place-content: center;
  text-transform: uppercase;
  margin-bottom: -15px;
}
@media (max-width: 768px) {
	.tailor > div {
    font-size: 26px !important;
    margin-bottom: 20px !important;
}}
.tailor > div {
  background-clip: text;  
  -webkit-background-clip: text;
  color: #363833;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 50px;	
  /*font-size: clamp( 1em, 3vw, 2rem);*/
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px transparent;
}
.tailor .bg {
	letter-spacing: 10px;
  background-image: repeating-linear-gradient( 105deg, 
    #ffb338 0% , 
    #3e2904 5%,
    #ffb338 12%);
  color: transparent;
  /*filter: drop-shadow(5px 15px 15px black);*/
  transform: scaleY(1.05);
  transform-origin: top;
}
.tailor .fg{
	letter-spacing: 10px;
  background-image: repeating-linear-gradient( 5deg,  
    #ffb338 0% , 
    #77571d 23%, 
    #ffb338 31%);
  color: #1e2127;
  transform: scale(1);
}
.my-bg {
    background-color: #f1993f;
}
.hat {
    color: #192D57;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: bolder !important;
    font-size: 27px !important;
    text-shadow: 1px 1px 1px #192D57;
}
.ha-p1 {
    margin: 50px 0px;
}
.ha-p2 {
    margin: 50px 0px;
}
.ha-p3, .ha-p4 {
    margin-bottom: 50px;
}
p.had {
    font-weight: 500;
    color: #000;
}
.hc-section .col-sm-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hc-section img {
    max-width: 85px;
    height: auto;
}
.hc-section h6 {
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
}
.why-shoose-section {
    padding: 50px !important;
    background-color: rgba(233, 233, 233, 0.85) !important;
}
.hwc, .map-h, .ind-h {
    color: #192D57;
    font-weight: 900 !important;
    font-size: 36px !important;
}
p.hwcp {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
}
.why-choose .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.why-choose img {
    max-width: 170px;
}
.why-choose h6 {
    font-weight: 800;
    font-size: 25px;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.why-choose p {
    line-height: 1.3em;
    font-weight: 600;
}
.map-section {
    margin-top: 15px;
}
#map {
  height: 500px;
  width: 100%;
}
.leaflet-container {
  background: #e5e5e5; /* Light gray fallback */
}
.export-line {
  color: #192D57;
  weight: 3;
}
.export-marker {
  background-color: #ee871f;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid #fff;
}
.my-indu .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.my-indu img {
    max-width: 120px;
    height: auto;
}
.my-indu h6 {
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
}
#footer {
    background-color: #192D57 !important;
    border-top-width: 10px;
    border-top-color: #ee871f;
}
#footer p {
    color: #fff;
    font-weight: 600;
}
#footer h3.title {
    color: #ee871f !important;
    font-weight: 900;
    font-size: 23px;
}
.row.footer-contact {
    /* border: 2px solid #ee871f; */
    padding: 20px;
    box-shadow: 0px 0px 2px #989898;
}
.row.footer-contact p {
    padding: 0px;
    margin: 0px;
}
#footer a {
    color: #ee871f;
    font-size: 20px;
    font-weight: 900;
}
p.copy-right {
    margin: 20px 0px 0px 0px;
    font-size: 12px !important;
}
p.copy-right a {
    font-size: 12px !important;
}

/*FLOATING SOCIAL ICONS START*/
.menu-container {
	 background: #039be5;
	 position: fixed;
	 left: -20px;
	 bottom: 10%;
	 z-index: 99999;
	 width: 35px;
	 border-radius: 0 6px 6px 0;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 padding: 0 5px;
	 transition: all 0.5s ease;
}
 .menu-container:hover {
	 transform: translateX(30px);
}
 .menu-container:hover .collapse-icon {
	 opacity: 0;
	 display: none;
}
 .menu-container:hover .menu-item {
	 opacity: 1;
}
 .menu-container:hover .menu-item:hover {
	 cursor: pointer;
}
 .menu-container:hover .menu-item:hover .menu-item-text {
	 transform: translateX(129px);
}
 .menu-container .collapse-icon {
	 position: absolute;
	 right: 0px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 16px;
	 height: 100%;
	 opacity: 1;
	 color: #fff;
}
 .menu-container .menu-item {
	 color: #fff;
	 opacity: 0;
	 transition: all 0.2s ease;
	 display: flex;
	 flex-direction: row-reverse;
	 position: relative;
	 padding: 10px 5px;
}
 .menu-container .menu-item .menu-item-text {
	 display: flex;
	 position: absolute;
	 top: 0;
	 background: #039be5;
	 height: 100%;
	 width: 80px;
	 right: 30px;
	 border-radius: 0 6px 6px 0;
	 z-index: 0;
	 padding: 0 5px;
	 transition: all 0.5s ease;
	 align-items: center;
	 justify-content: center;
	 border-left: 2px solid #039be5;
	 text-align: center;
	 font-size: 0.75rem;
}
.menu-container .menu-item span {
	color: #fff;
	transition: color 0.3s ease;
}
.menu-container .menu-item:hover span {
	color: #fff;
}
.menu-container .menu-item a {
	color: #fff;
	text-decoration: none;
}
.menu-container .menu-item a:hover span {
	color: #fff;
}
.menu-container .menu-item .menu-item-text {
	color: #fff;
}
.menu-container .menu-item:hover .menu-item-text {
	color: #fff;
}
.menu-container .menu-item a .menu-item-text {
	color: #fff;
}
.menu-container .menu-item a:hover .menu-item-text {
	color: #fff;
}
.menu-container .fa {
	font-size: 20px;
}
/*FLOATING SOCIAL ICONS ENDS*/

/*CIRCLE ICON ANIMATION START*/
.main-circle-icon {
  min-height: 100vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 560px;
  overflow: hidden;
	background: url(../img/products/refineries-oil-gas.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.main-circle-icon .main {
  margin: 0px auto;
  width: 480px;
  height: 480px;
  position: relative;
}
.main-circle-icon .big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 3px solid #192D57;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.main-circle-icon .icon-block {
    width: 64px;
    height: 64px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-image: linear-gradient(180deg, #192D57 0%, #0171ad 100%);
    -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    box-shadow: 0 2px 4px 0 #192D57;
    -webkit-box-shadow: 0 2px 4px 0 #192D57;
}
.main-circle-icon .icon-block img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}
.main-circle-icon .icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.main-circle-icon .icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.main-circle-icon .icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.main-circle-icon .icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* circle content */
.main-circle-icon .circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border: 3px solid #192D57;
  border-radius: 50%;
}
.main-circle-icon .circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
/* center logo */
.main-circle-icon .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.main-circle-icon .center-logo img {
  max-width: 200px;
}
.icon-block:before {
    content: none;
}
/* keyframe animation */
@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}
@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}
@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}
/*CIRCLE ICON ANIMATION END*/

/*Page Heading START*/
/* About Section Style */
.about-heading-section {
  padding: 60px 0 20px 0;
  background-color: #192D57;
  position: relative;
  border-bottom-color: #ee871f;
  border-bottom-width: 10px;
}
.about-heading-section h1 {
    font-size: 58px !important;
    color: #ee851a;
    line-height: 0.9;
    font-weight: 800;
    text-transform: uppercase;
}
.about-heading-section p {
    font-size: 28px !important;
    line-height: 1em;
    margin-top: 15px;
    color: #fffdfd !important;
}
.about-heading-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 786px) {
  .about-heading-section .row {
  display: flex;
  align-items: center;
}
}

.about-heading-section .col-md-6 {
  animation: slideUp 1s ease-out forwards;
}
.text-container h1,
.text-container p {
  animation: slideUp 1s ease-out forwards;
}
.text-container h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.text-container p {
  font-size: 18px;
  color: #777;
}
.image-container img {
  width: 100%;
  border-radius: 8px;
  animation: slideUp 1s ease-out forwards;
}
/* Slide up animation */
@keyframes slideUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*Page Heading END*/

/*About Slider Section START*/
@media (max-width: 768px) {
  .about-section {
    padding: 10px !important;
}}
.about-section {
    padding: 100px;
}
.about-section .container {
    width: 100%;
}
.splide__slide {
    width: 500px !important;
    height: 300px !important;
}
#about-slider, #about-slider2 {
    width: 500px !important;
    height: 300px !important;
}
.about-section p {
    font-size: 14px;
    font-weight: 500;
}
.container.about-2 {
    padding-top: 100px;
}
/*About Slider Section END

/*Image Gallery START*/
.masonry-gallery {
  column-count: 3;
  column-gap: 1rem;
  padding: 1rem;
}
.masonry-gallery a {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%;
  break-inside: avoid;
}
.masonry-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.masonry-gallery img:hover {
  transform: scale(1.03);
}
@media (max-width: 1024px) {
  .masonry-gallery {
    column-count: 2;
  }
}
@media (max-width: 600px) {
  .masonry-gallery {
    column-count: 1;
  }
}
/*Image Gallery END*/

/*Slide in Animation START*/
    @keyframes flyInRight {
      from {
        transform: translateX(100%);
        opacity: 0;
      }

      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    .fly-in-right {
      opacity: 0;
      transform: translateX(100%);
    }

    /* when JS adds .visible, trigger the animation */
    .fly-in-right.visible {
      animation: flyInRight 0.8s ease-out forwards;
    }

    /* slide in from left */
    @keyframes flyInLeft {
      from {
        transform: translateX(-100%);
        opacity: 0;
      }

      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    .fly-in-left {
      opacity: 0;
      transform: translateX(-100%);
    }

    .fly-in-left.visible {
      animation: flyInLeft 0.8s ease-out forwards;
    }
/*Slide in Animation END*/
.social-sec {
    padding: 50px 0;
}
@media (max-width:676px){
	.so {
		overflow-x: scroll;
	}
	.so-heading {
    font-size: 3em !important;
}
}
.so-social-links .fa-whatsapp {
    color: #050505;
}
.so {
  width: 100%;
  padding: 50px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  
}
.so-social-links {
  display: flex;
}
.so-social-links a {
  width: 80px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 30px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}
.so-social-links a .fa {
  font-size: 30px;
  line-height: 80px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}
.so-social-links a::after {
  content: '';
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0;
  background: #000;
  background: linear-gradient(-45deg, #ed1c94, #ffec17);
  position: absolute;
  transition: 0.5s;
}
.so-social-links a:hover::after {
  top: 0;
}
.so-social-links a:hover .fa {
  color: #fff;
}
.so-social-links a:hover {
  transform: translateY(-10px);
}
.so-heading {
	font-family: 'FontAwesome';
    width: 100%;
    position: relative;
    font-size: 6em;
    letter-spacing: 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.70em;
    color: #0E3742;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0008001f);
    outline: none;
    animation: anime 5s linear infinite;
}
@keyframes anime {

    0%,
    18%,
    20%,
    50.1%,
    60%,
    65.1%,
    80%,
    90.1%,
    92% {
        color: #0E3742;
        text-shadow: none;
    }

    18.1%,
    20.1%,
    30%,
    50%,
    60.1%,
    65%,
    80.1%,
    90%,
    92.1%,
    100% {
        color: #FFF;
        text-shadow: 0 0 10px #03BCF4, 0 0 20px #03BCF4, 0 0 40px #03BCF4, 0 0 80px #03BCF4, 0 0 160px #03BCF4;
    }
}
.con-sec {
    padding: 50px 0px;
    background-color: #f7f7f7;
}
.con-sec h2 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #192D57;
}
.con-sec h3 {
    font-size: 20px;
    font-weight: 800;
    color: #ee8417;
}
.con-sec p {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
}
.con-sec a {
    font-weight: 800;
    color: #192D57;
}
.lp {
    padding: 50px 0px;
}
.lp p, .lp li {
    font-size: 15px;
    font-weight: 500;
}
.my-ul {
    margin-bottom: 20px;
}
.my-ul li:before {
    content: "\2666";
    font-size: 18px;
    margin-right: 2px;
    color: #ee871f;
    line-height: 1.3em;
}
.lp p strong {
    color: #192D57;
}
/*section.lp ul {
    margin: 0px 0px 20px 20px;
}
section.lp li {
    list-style: square;
}*/
/*Product Landing Design START*/
.pro-card {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #eee;
  transition: 0.3s ease;
  box-shadow: 0px 3px 5px #b1b1b1;
}
.pro-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: 0.4s ease;
  display: block;
  padding: 5px;
}
.pro-content h3 {
    font-size: 2.5rem;
    margin: 15px 0 5px;
    color: #192D57;
    font-weight: 800;
}
/* Overlay Start */
.pro-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(238 135 31); /* bg overlay color */
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*padding: 20px;*/
  text-align: center;
}
.pro-card:hover .pro-hover {
  opacity: 1;
  visibility: visible;
}
/* Overlay End */
.pro-pdf-icon {
  width: 60px;
  margin-bottom: 15px;
}
.pro-hover h3 {
    font-size: 2.5rem;
    color: #192D57;
    font-weight: 800;
    margin: 10px 0;
}
.pro-more-btn {
  display: inline-block;
  padding: 6px 16px;
  background: #fff;
  color: #192D57;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease;
  margin-top: 10px;
  border: 3px solid #192D57;
  box-shadow: 1px 1px 3px #000;
}
.pro-more-btn:hover {
    background: #f5f5f5;
    color: #192D57;
}
/*Product Landing Design START*/
.my-bp {
    padding-bottom: 100px;
    text-align: center;
}
.my-button {
    display: inline-block;
    padding: 6px 16px;
    background: #fff;
    color: #192D57;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease;
    margin-top: 10px;
    border: 3px solid #192D57;
    box-shadow: 1px 1px 3px #000;
}
.mypro .lp a {
	color: #192D57;
}
.mypro-h2, .mypro-h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}
.my-headings {
    color: #192D57;
    font-weight: 800;
    margin-bottom: 15px;
}
.cat-pdf {
    text-align: center;
    margin: 50px 0;
}
.my-table-parent td {
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .my-table-parent {
    overflow-x: scroll;
}}
/*Accordion START*/
.my-accordion-container {
  /*width: 90%;
  max-width: 800px;*/
  margin: 40px auto;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
}
.my-accordion {
  border-bottom: 1px solid #ddd;
}
.my-accordion:last-child {
  border-bottom: none;
}
.my-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 16px 20px;
  background: #2980b9;
  color: #fff;
  transition: background 0.3s ease;
}
.my-accordion-header:hover {
  background: #1f6391;
}
.my-accordion-header span {
  font-size: 16px;
  font-weight: 600;
}
.my-accordion-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.my-accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}
.my-accordion.active .my-accordion-content {
  padding: 20px;
  max-height: 500px; /* adjust as needed */
  overflow-y: scroll;
}
.my-accordion.active .my-accordion-icon {
  transform: rotate(0deg);
}
@media (max-width: 600px) {
  .my-accordion-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .my-accordion-icon {
    align-self: flex-end;
  }
}
.my-accordion-container li {
    list-style: disc;
    margin: 0px 20px;
}
.my-accordion-content ul, .my-accordion-content ol {
    margin-bottom: 20px;
}
/*Accordion END*/

.internal-linking a {
    position: absolute;
    top: -100px;
}
.internal-linking {
    position: relative;
}


