/* ========= Common CSS for all pages [last modified on 15-12-2022 - 14:10 Hours] ========= */
html {
  scroll-behavior: smooth;
}

.container-fluid {
  padding: 0;
}

/* =============== Giffy CMS Navbar customization starts here =============== */
#inner_menu #logoImage {
  height: 112px;
  margin-top: -2px;
}

#inner_menu .navbar-collapse {
  float: right;
  top: 27px;
  position: relative;
}

#inner_menu div#home {
  top: 0px;
  position: relative;
  height: 39px;
  width: auto;
  padding: 3px 8px 0px 8px;
  margin-bottom: 0;
  text-decoration: none;
}

#inner_menu div#home a {
  padding: 15px;
}

#inner_menu div#home a:hover,
#inner_menu div#home a:focus {
  text-decoration: none;
}

#header {
  border: none !important;
  background-color: #FFFFFF !important;
  border-radius: 0;
  transition: top 0.3s;
  height: 115px;
}

#body {
  background: #FFFFFF;
}

#inner_titletext {
  width: auto;
  height: auto;
  padding: 5px;
}

#inner_menu {
  height: auto;
  border-radius: 0;
}

#searchArticleImg {
  display: none;
}

.topic>a {
  font-weight: 500 !important;
  letter-spacing: 1.4px;
  font-size: 18px;
  color: #23426c !important;
}

.topic {
  transition: ease-in-out 0.3s !important;
}

.topic:hover {
  height: 40px !important;
  background: #b0cfe3 !important;
  transition: ease-in-out 0.4s !important;
}

/* =============== Giffy CMS Navbar customization ends here =============== */
/* ============== Custom Footer CSS starts here =============== */
.footer-top {
  padding: 60px 0 40px 0;
  text-align: left;
  color: #aaa;
  background: #f2f2f2;
}

.footer-top h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #23426c;
  margin-bottom: 15px;
  margin-top: 0;
}

.footer-top .logo-footer {
  margin-top: 0;
  margin-bottom: 0px;
  position: relative;
  bottom: 15px;
  height: 230px;
}

.footer-top .footer-social i {
  padding-right: 10px;
  font-size: 30px;
}

.footer-top .footer-social .custom-facebook-icon {
  color: #7a63ab;
}

.footer-top .footer-social .custom-twitter-icon {
  color: #6887b4;
}

.footer-top .footer-social .custom-linkedin-icon {
  color: #37a3a0;
}

.footer-top .footer-social .custom-instagram-icon {
  color: #78ae3d;
}

.footer-top .footer-social .custom-youtube-icon {
  color: #f59327;
}

.footer-top .footer-social .custom-facebook-icon:hover,
.footer-top .footer-social .custom-twitter-icon:hover,
.footer-top .footer-social .custom-linkedin-icon:hover,
.footer-top .footer-social .custom-instagram-icon:hover,
.footer-top .footer-social .custom-youtube-icon:hover {
  transition: ease-in-out 0.25s;
  color: #666;
}

.footer-top .footer-address .corporate-office h4,
.footer-top .footer-address .pilane-shipping-office h4 {
  color: #88b945;
  font-weight: 600;
  margin: 25px 0 10px 0;
  letter-spacing: 0.5px;
}

.footer-top .footer-address p {
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  padding: 0px;
  font-size: 16px;
  margin-bottom: 0;
}

.footer-top .footer-contact .official-contact {
  margin-top: 25px;
}

.footer-top .footer-contact .personal-contact {
  margin-top: 29px;
}

.footer-top .footer-contact p {
  color: #23426e;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  padding: 0px;
  margin-bottom: 15px;
  font-size: 15px;
}

.footer-top .footer-contact a:hover,
.footer-top .footer-contact a:focus {
  color: #f59327;
  border: 0;
  text-decoration: none;
  transition: ease-in-out 0.25s;
}

.footer-top .footer-contact i.contact-icon-color {
  color: #37a3a0 !important;
}

.footer-bottom {
  padding: 15px 0;
  background: #23426c;
  text-align: center;
  color: #FFFFFF;
}

.footer-bottom .footer-copyright p {
  margin: 0;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

/* ============== Custom Footer CSS ends here =============== */
/* =========== Custom (animation for links) CSS starts here ============ */
a.custom-hover-animation {
  color: #37a3a0 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  display: inline-block !important;
  position: relative !important;
}

a.custom-hover-animation:hover {
  text-decoration: none !important;
  color: #88b945 !important;
  transition: all 0.3s ease-in-out !important;
}

a.custom-hover-animation:after {
  content: '' !important;
  position: absolute !important;
  width: 100% !important;
  transform: scaleX(0) !important;
  height: 4px !important;
  bottom: -6px !important;
  left: 0 !important;
  background-color: #88b945 !important;
  transform-origin: bottom right !important;
  transition: transform 0.5s ease-out !important;
}

a.custom-hover-animation:hover:after {
  transform: scaleX(1) !important;
  transform-origin: bottom left !important;
}

/* =========== Custom (animation for links) CSS ends here ============ */