/*
Theme Name: TNB Theme
Theme URI: None
Author: Me
Author URI: None
Description: Our 2019 default theme is designed to show off the power of the block editor. Requires at least: WordPress 4.9.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:200i,300,300i,400,400i,500,500i,600,600i,700");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@font-face {
  font-family: DroidSerif-Regular;
  src: url(fonts/DroidSerif-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}
body,
html {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
}
body {
  background: #fff;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
.CustomContainer {
  max-width: 85%;
  margin: auto;
}
/* Header Revamp */
header.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 100;
  background-color: #000;
}
.industry-header {
  background: transparent;
}
.header {
  background-color: #fff;
}
.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .main-header .header-menu {
  display: flex;
  align-items: center;
}
.header .main-header .header-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
.header .main-header .header-menu ul li {
  font-size: 16px;
  text-align: left;
  color: #231f20;
  padding: 25px 20px;
  font-weight: 500;
}
.header .main-header .header-menu ul li svg {
  margin-left: 5px;
}
.header .main-header .header-menu ul li a {
  color: #fff;
}
/* core-technology */

.core-technology .main-menu .menu-info:nth-child(1) ul {
  column-count: 3;
}

/* core-technology end */

/* core-industries start */
.core-industries .main-menu {
  justify-content: flex-start !important;
}
.core-industries .main-menu .menu-info ul {
  column-count: 5;
  display: block;
}

.core-industries::after {
  content: "";
  background-image: url("/blog/wp-content/uploads/2024/05/industrymenu.png");
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  background-position: bottom right;
  pointer-events: none;
}
.core-industries .main-menu .right-info {
  width: 30%;
}
.core-industries .main-menu .right-info h4 {
  font-weight: 500;
  font-size: 25px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 12;
}
.core-services-dropdown .container {
  max-width: 1320px;
}
.core-services-dropdown .main-menu .right-info h4 span {
  color: #f00;
  font-weight: 600;
}
.core-industries .main-menu .right-info p {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 12;
}
.core-industries .main-menu .right-info a {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #f00 !important;
  position: relative;
  z-index: 12;
}

/* core-industries end */
/* core-company start */

.core-services-dropdown .main-menu .about-info p {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #fff;
}

.core-company .main-menu .menu-info {
  display: flex;
  gap: 30px;
}

.core-company .main-menu .menu-info .link-info {
  display: flex;
  gap: 40px;
}

.core-services-dropdown .main-menu .menu-info .link-info a {
  margin-top: 0px;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #f00 !important;
}

.core-company .main-menu .right-info p {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 12;
  margin: 0;
}
.core-company .main-menu .right-info p::before {
  content: "''";
  font-size: 42px;
  position: absolute;
  right: 0;
  top: -30px;
  font-weight: 800;
  color: #f00;
}

.core-company .main-menu .right-info hr {
  width: 60px;
  height: 6px;
  border-top: 5px solid #f00;
  opacity: 1;
  margin: 12px 0;
}
.core-company .main-menu .right-info .profile-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.core-company .main-menu .right-info .profile-info h6 {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: left;
  color: #fff;
  margin: 0;
}
.core-company .main-menu .right-info .profile-info p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: left;
  color: #f00;
}
.core-company .main-menu .right-info .profile-info p::before {
  content: unset;
}
.core-company .location-dropdown {
  display: flex;
  flex-direction: column;
}
.core-company .location-dropdown h4 {
  margin-top: 0px !important;
}

.core-company .main-menu .about-info {
  width: 30%;
}
.core-company .main-menu .about-info a {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: red !important;
  margin-bottom: 10px;
  display: block;
}
.core-company .main-menu .right-info {
  width: 33%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.core-company .main-menu .right-info:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, #282c30 0%, #4e5a64 100%);
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.main-form textarea#input_1_4 {
  resize: none;
}

.gform_confirmation_message {
  border: 1px solid #ed2a32;
  margin: 50px 0px;
  display: inline-block;
  padding: 15px 20px;
  color: #ffffff;
}

div#gform_1_validation_container {
  display: none;
}

body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder] {
  color: #ffffffc4;
  opacity: 0.8;
}

/* core-company end */
/* core-services */
.core-services-dropdown {
  background: #fff;
  height: auto;
  opacity: 0;
  visibility: hidden;
  padding-top: 30px;
  padding-bottom: 50px;
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #212529 0% 100%);
  z-index: 100;
}
.core-services-dropdown::before {
  content: "";
  background-image: url("/blog/wp-content/uploads/2024/05/menu-icon.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  top: 0;
  width: 100%;
  right: 50px;
  position: absolute;
  height: 100%;
  pointer-events: none;
}
.core-services-dropdown .main-menu {
  display: flex;
  justify-content: space-between;
  height: 350px;
}
.core-services-dropdown .main-menu .menu-info h4 {
  font-size: 20px;
  text-align: left;
  color: #f00;
  margin: 10px 0;
}
.core-services-dropdown .main-menu .menu-info ul {
  display: block;
}
.core-services-dropdown .main-menu .menu-info ul li {
  padding: 5px 0 !important;
}
.core-services-dropdown .main-menu .menu-info ul li a {
  font-size: 16px;
  text-align: left;
  color: #fff;
  transition: 0.5s;
}
.core-services-dropdown .main-menu .menu-info ul li a:hover {
  color: #f00;
  text-decoration: underline !important;
  text-underline-position: under;
}
.new-li-nav:hover .core-services-dropdown {
  visibility: visible;
  opacity: 1;
}

/* end core-services */
/* Header Button */
.header-button button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #ec1c24;
  border: 1px solid #b3141a;
  border-radius: 50px;
  display: inline-block;
  padding: 15px 25px;
  margin: 0;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}

/* Header Button end */

/* Mobile Menu */
nav .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav {
  transition: all 0.3s ease-out;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.039);
}
.open-menu .mobile-header-menu {
  right: 0;
}
.mobile-header-menu {
  background-color: #fff;
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 100;
  padding-top: 80px;
  transition: 0.5s;
  height: 100vh;
  overflow: auto;
}
.mobile-header-menu ul {
  list-style: none;
  padding: 0px;
}
.mobile-header-menu li {
  padding: 12px;
  border-bottom: 1px solid #000;
}
.mobile-header-menu li:last-child {
  border-bottom: none !important;
}
.mobile-header-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.mobile-header-menu .sub-menu {
  position: unset;
  opacity: 1;
  border-top: none !important;
  width: 100% !important;
  transition: unset;
}
.mobile-header-menu .sub-menu li {
  padding: 12px 6px !important;
}
.mobile-header-menu ul li .accordion-btn-wrap {
  display: contents !important;
}
a#hamburg {
  background: #eb2a32 !important;
  text-align: center;
  color: #fff;
  z-index: 101;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  display: flex;
  position: relative;
}
a#hamburg svg {
  font-size: 24px;
}
.mobile-header-menu ul li .accordion-btn-wrap span {
  position: unset !important;
  /*     display: inline !important; */
}
.mobile-nav .main-header {
  padding: 14px 0px;
}
.mobile-nav .main-header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav .main-header .header-top .header-logo img {
  width: 200px;
  height: auto;
}
.mobile-nav .main-header .header-top .hamburg {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  background: #ed2a32;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 101;
}
.mobile-nav .main-header .header-top .hamburg svg {
  font-size: 24px;
}
.mobile-nav .header-menu {
  background-color: #fff;
  width: 300px;
  position: fixed;
  top: 0px;
  right: -300px;
  z-index: 100;
  padding-top: 80px;
  transition: 0.5s;
  height: 100vh;
  overflow: auto;
}
.mobile-nav .header-menu ul {
  list-style: none;
  padding: 0;
}
.mobile-nav .header-menu ul li {
  padding: 12px;
  border-bottom: 1px solid;
}
.mobile-nav .header-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.mobile-nav .header-menu ul li:nth-last-child(1) {
  border-bottom: 0px;
}
.mobile-nav .header-menu ul .has-child .menuDropdown svg {
  transition: 0.6s;
}
.mobile-nav .header-menu ul .has-child .menuDropdown a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav .header-menu ul .has-child .child .active .link {
  color: #ed2a32 !important;
}
.mobile-nav .header-menu ul .has-child .child .link svg {
  transition: 0.6s;
}
.mobile-nav .header-menu ul .has-child .child .link.open svg {
  transform: rotate(180deg);
}
.mobile-nav .header-menu ul .has-child .child li a {
  display: flex;
  justify-content: space-between;
}
.mobile-nav .header-menu ul .has-child .child li .active {
  color: #ed2a32 !important;
}
.mobile-nav .header-menu ul .has-child .menuDropdown.open svg {
  transform: rotate(180deg);
}
.mobile-nav .header-menu ul .has-child.active .menuDropdown svg {
  color: #ed2a32;
}
.mobile-nav .header-menu ul .has-child.active .menuDropdown a {
  color: #ed2a32 !important;
}
.mobile-nav .header-menu.open {
  right: 0px;
}
.nav-cross {
  width: 24px;
  height: 40px;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-cross span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 18px;
}
#nav-icon1 span:nth-child(3) {
  top: 36px;
}
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}
.nav-cross span:nth-child(1) {
  top: 12px;
  transform-origin: left center;
}
.nav-cross span:nth-child(2) {
  top: 20px;
  transform-origin: left center;
}
.nav-cross span:nth-child(3) {
  top: 28px;
  transform-origin: left center;
}
.nav-cross.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
  left: 4px;
}
.nav-cross.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-cross.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 4px;
}
ul li.has-subnav .accordion-btn {
  color: #000;
  font-size: 24px;
  width: 20px !important;
  float: right;
}
.mobile-nav {
  display: none;
}

/* Mobile Menu end */

/* FOOTER */
.main-footer {
  background-color: #141313;
}
.main-footer .topWrapper {
  padding: 80px 0;
  position: relative;
  background-image: url("/blog/wp-content/uploads/2026/03/footerbg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-footer .topWrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7882352941);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.79) 0%, #000000 90.54%);
}
.main-footer .topWrapper .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-gap: 80px;
  position: relative;
}
.main-footer .topWrapper .footer-grid .left-info {
  padding: 30px 50px;
  border-radius: 30px;
  background: #000;
}
.main-footer .topWrapper .footer-grid .left-info h4 {
  font-size: 44px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.main-footer .topWrapper .footer-grid .left-info h4 span {
  color: #ed2a32;
}
.gfield_description.validation_message {
  display: none;
}
.main-footer form input {
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid #ffffff75;
  color: #fff;
  border-radius: 0px;
  padding: 12px !important;
  box-shadow: none !important;
  font-size: 16px;
  height: 44px;
  line-height: normal !important;
  outline: none;
}
.main-footer form textarea {
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid #ffffff75;
  color: #fff;
  border-radius: 0px;
  padding: 12px;
  box-shadow: none !important;
  font-size: 16px;
  height: auto !important;
  line-height: normal !important;
  resize: none;
  outline: none;
}
.main-footer input#gform_submit_button_1 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: #ec1c24;
  display: inline-block;
  border: none !important;
  padding: 15px 25px;
  border-radius: 30px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
.main-footer .topWrapper .footer-grid .right-info h4 {
  font-size: 28px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.main-footer .topWrapper .footer-grid .right-info .locationWrapper .state-flag {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.main-footer
  .topWrapper
  .footer-grid
  .right-info
  .locationWrapper
  .state-flag
  h5 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
}
.main-footer
  .topWrapper
  .footer-grid
  .right-info
  .locationWrapper
  .state-flag
  img {
  width: 56px;
  max-width: 56px;
  height: 56px;
  border: 2px solid #ed2a32;
  border-radius: 50%;
}
.main-footer .topWrapper .footer-grid .right-info .locationWrapper .grid-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 15px;
}
.main-footer
  .topWrapper
  .footer-grid
  .right-info
  .locationWrapper
  .grid-info
  .location-info:nth-child(3) {
  width: 200%;
}
.main-footer
  .topWrapper
  .footer-grid
  .right-info
  .locationWrapper
  .grid-info
  .location-info
  h5 {
  font-size: 24px;
  color: #fff;
  margin: 0;
  line-height: 1;
  padding-left: 15px;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
}
.main-footer
  .topWrapper
  .footer-grid
  .right-info
  .locationWrapper
  .grid-info
  .location-info
  h5::before {
  content: "";
  position: absolute;
  background-color: #ed2a32;
  width: 2px;
  height: 100%;
  left: 0;
  bottom: 0;
}
.main-footer
  .topWrapper
  .footer-grid
  .right-info
  .locationWrapper
  .grid-info
  .location-info
  p {
  font-size: 18px;
  color: #b2b2b2;
  margin-bottom: 0;
}
.main-footer
  .topWrapper
  .footer-grid
  .right-info
  .locationWrapper.uae
  .grid-info {
  grid-template-columns: 1fr;
}
.main-footer
  .topWrapper
  .footer-grid
  .right-info
  .locationWrapper.uae
  .grid-info
  .location-info {
  width: 100%;
}
.main-footer .topWrapper .footer-grid .right-info .social-icon {
  margin-top: 40px;
}
.main-footer .topWrapper .footer-grid .right-info .social-icon .icon {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}
.main-footer .topWrapper .footer-grid .right-info .social-icon .icon a {
  border: 1px solid #616161;
  padding: 10px;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer .topWrapper .footer-grid .right-info .social-icon .icon a svg {
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
}
.main-footer
  .topWrapper
  .footer-grid
  .right-info
  .social-icon
  .icon
  a:hover
  svg {
  color: #ed2a32;
}
.main-footer .topWrapper .award-and-rating {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.main-footer .topWrapper .award-and-rating .rating-info {
  border: 1px solid #2b2b2b;
  width: 32%;
  border-radius: 15px;
  padding: 15px 0px;
  display: flex;
  align-items: center;
}
.main-footer .topWrapper .award-and-rating .rating-info a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.main-footer .topWrapper .award-and-rating .rating-info a img {
  object-fit: contain;
  width: 60%;
  height: revert-layer;
}
.main-footer .topWrapper .award-and-rating .rating-info a .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.main-footer .topWrapper .award-and-rating .rating-info a .rating h5 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.main-footer .bottomWrapper {
  background-color: #000;
  padding-top: 50px;
}
.main-footer .bottomWrapper .main-footer-menu {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0 20px;
}
.main-footer .bottomWrapper .main-footer-menu .menu-grid h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}
.main-footer .bottomWrapper .main-footer-menu .menu-grid ul {
  list-style: none;
  padding: 0;
}
.main-footer .bottomWrapper .main-footer-menu .menu-grid ul li {
  font-size: 16px;
  line-height: 2;
  margin: 0;
  text-align: left;
  color: #838383;
  font-weight: 400;
}
.main-footer .bottomWrapper .main-footer-menu .menu-grid ul li a {
  margin: 0;
  color: #838383;
  transition: 0.5s;
}
.main-footer .bottomWrapper .main-footer-menu .menu-grid ul li a:hover {
  color: #ed2a32;
}
.main-footer .bottomWrapper .main-footer-menu .menu-grid ul .active a {
  color: #ed2a32;
}
.main-footer .bottomWrapper .copyright {
  padding: 15px 0;
  text-align: center;
}
.main-footer .bottomWrapper .copyright hr {
  opacity: 1;
  border-color: #3a3a3a;
}
.main-footer .bottomWrapper .copyright p {
  color: #838383;
  margin: 0;
}
/* FOOTER END */

/*Home*/
.main-bg-banner {
  background-image: url(/blog/wp-content/uploads/2026/03/Background-1-scaled.webp);
  height: 400px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-bg-banner h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 54px;
  text-align: center;
  color: #000;
}
.main-bg-banner p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #000;
  width: 100%;
  margin: auto;
}
.main-bg-banner .search-form {
  width: 100%;
  margin: auto;
}
.cus--search {
  width: 100%;
  display: flex;
  margin: 40px auto;
  position: relative;
}

.searchTerm {
  width: 100%;
  border: 2px solid #dadada;
  padding: 5px 20px;
  height: 55px;
  border-radius: 0px;
  outline: none;
  color: #000 !important;
  font-size: 18px;
  border-radius: 0;
}
.searchButton {
  width: auto;
  height: 55px;
  border: 0px;
  background: #ed2a32;
  color: #fff !important;
  border-radius: 0;
  cursor: pointer;
  font-size: 18px;
  transition: 0.5s;
  padding: 0px 20px;
  position: absolute;
  right: 0px;
}
.searchButton:hover {
  background: #000;
}

.showing-text {
  text-align: center;
}

.cus-search-sec {
  padding: 60px 0px;
}
.featuredSec {
  padding: 50px 0;
  background: linear-gradient(0deg, #ffffff 0%, #edf0f3 100%);
}
.featuredSec .mainGrid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 50px;
}
.featuredSec .mainGrid .leftInfo {
  position: relative;
  box-shadow: 20px 20px 70px 0px #00000033;
  border-radius: 20px;
}
.featuredSec .mainGrid .leftInfo .featuredInfo::before {
  content: "";
  background-image: url("/blog/wp-content/uploads/2026/03/Blog-Author-1.png");
  position: absolute;
  width: 88px;
  height: 176px;
  background-size: contain;
  left: -45px;
}
.featuredSec .mainGrid .featuredInfo {
  box-shadow: 2px 2px 5px 0px #ffffff80 inset;

  backdrop-filter: blur(25px);
  border-radius: 20px;
  padding: 30px 30px 60px 80px;
  position: relative;
}
.featuredSec .mainGrid .leftInfo::before {
  content: "";
  background-color: #ec1c24;
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 70px;
  bottom: -35px;
  right: 80px;
}
.featuredSec .mainGrid .featuredInfo h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #252425;
  margin: 12px 0px;
}
.featuredSec .mainGrid .featuredInfo h2 a{
	  color: #252425 !important;
}
.featuredSec .mainGrid .featuredInfo hr {
  width: 60px;
  margin: 12px 0;
  border-top: 4px solid #ec1c24;
}
.featuredSec .mainGrid .featuredInfo p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252425;
}
.featuredSec .mainGrid .featuredInfo span {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #252425;
}
.featuredSec .mainGrid .featuredInfo span svg {
  margin-right: 5px;
}
.featuredSec .mainGrid .featuredInfo .btnWrapper {
  margin-top: 30px;
}
.featuredSec .mainGrid .featuredInfo .btnWrapper a {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  color: #252425;
}
.featuredSec .mainGrid .featuredInfo .btnWrapper a svg {
  margin-left: 5px;
}
.featuredSec .mainGrid .rightInfo .arrow-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 25px;
}
.featuredSec .mainGrid .rightInfo .arrow-wrap button {
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: transparent;
}
.featuredSec .mainGrid .rightInfo .arrow-wrap button i {
  font-size: 15px;
}
.featuredSec .mainGrid .rightInfo .articleSlider {
  height: 100%;
}
.featuredSec .mainGrid .rightInfo .articleSlider .slick-list,
.featuredSec .mainGrid .rightInfo .articleSlider .slick-track {
  height: 100%;
}
.featuredSec .mainGrid .rightInfo .articleSlider .single {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  margin: 0 10px;
  position: relative;
}
.featuredSec .mainGrid .rightInfo .articleSlider .single::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 30%,
    rgba(255, 255, 255, 0) 70%,
    rgba(0, 0, 0, 1)
  );
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 20px;
}
.featuredSec .mainGrid .rightInfo .articleSlider .single span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.featuredSec .mainGrid .rightInfo .articleSlider .single span svg {
  margin-right: 5px;
}
.featuredSec .mainGrid .rightInfo .articleSlider .single h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
}
.featuredSec .mainGrid .rightInfo .articleSlider .single .info {
  position: relative;
  z-index: 1;
}
.featuredSec .mainGrid .rightInfo .articleSlider .single .btnWrapper {
  position: relative;
  z-index: 1;
}
.featuredSec .mainGrid .rightInfo .articleSlider .single .btnWrapper a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.featuredSec .mainGrid .rightInfo .articleSlider .single .btnWrapper a svg {
  margin-left: 5px;
}
.category-blogs {
  margin-bottom: 50px;
}
.cat-blogs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cat-blogs-head h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  color: #ed2a32;
}
.cat-blogs-head p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #000;
}
.cat-blogs-head p a {
  color: #000;
  text-decoration: none;
}
.name-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.name-date h5 {
  margin: 0px;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 14px !important;
  text-align: left;
  color: #ed2a32 !important;
}
.name-date h5 i {
  margin-right: 10px;
}
.sec-post {
  padding: 50px 0;
}
.gridWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.blog--cards {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 20px;
  height: 100%;
}
.category--cards a {
  text-decoration: none;
  color: #000 !important;
}
.blog--cards a {
  text-decoration: none;
  /* display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px; */
}
.blog--cards a img {
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
}
.blog--cards h6 a {
  color: #ed2a32 !important;
}
.blog--cards h6 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  color: #000 !important;
  border-bottom: 1px solid #ff6000;
  width: fit-content;
}
.blog--cards h4 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
  line-height: 1.2;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-info .author-img img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.author-info h5 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin: 0;
}

.blog--cards p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #000;
  line-height: 1.5;
  padding-bottom: 10px;
}
.blog--cards hr {
  width: 100%;
  border-color: #dadada;
}

.date-readmore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.date-readmore h5 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #252425;
}
.date-readmore h5 i {
  margin-right: 5px;
}
.date-readmore a {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #252425 !important;
}
.date-readmore a i {
  color: #ec1c24;
  margin-left: 5px;
}
.blog--cards .card--info {
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.articleSec {
  padding-top: 80px;
  padding-bottom: 20px;
}
.articleSec h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 28px;
  color: #252425;
}
.articleSec .articleTabs {
  padding: 15px 0 30px;
  border-bottom: 1px solid #dadada;
}
.articleSec .articleTabs ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.articleSec .articleTabs ul li a {
  color: #252425;
  text-decoration: none !important;
  border: 1px solid #ec1c24;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.5s;
  display: block;
}
.articleSec .articleTabs ul li a:hover {
  background-color: #ec1c24;
  color: #fff;
}
/* Home end */

/* SINGLE POST PAGE */
.singleBanner {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #edf0f3 100%);
  box-shadow: 10px 10px 40px 0px #00000033;
  position: relative;
}
.singleBanner::before {
  content: "";
  background-image: url("/blog/wp-content/uploads/2026/03/bg_banner_single_post.png.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 350px;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.singleBanner .mainGrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}
.singleBanner .mainGrid .leftSide {
}
.singleBanner .mainGrid .leftSide span {
  color: #252425;
  text-decoration: none !important;
  border: 1px solid #ec1c24;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.5s;
}
.singleBanner .mainGrid .leftSide h1 {
  font-size: 32px;
  font-weight: bold;
  color: #252425;
  line-height: 42px;
  margin-top: 20px;
}
.singleBanner .mainGrid .leftSide p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.92px;
  color: #252425;
}
.singleBanner .mainGrid .leftSide .last-updated-date {
  font-weight: 400;
  font-size: 16px;
  color: #252425;
  margin-top: 50px;
}
.singleBanner .mainGrid .leftSide hr {
  width: 40px;
  margin: 12px 0;
  border-top: 4px solid #ffa000;
}
.singleBanner .mainGrid .rightSide {
  padding-top: 40px;
  position: relative;
  height: fit-content;
}
.singleBanner .mainGrid .rightSide h2 {
  font-weight: Bold;
  font-size: 24px;
  line-height: 30px;
  color: #252425;
}
.singleBanner .mainGrid .rightSide hr {
  width: 40px;
  margin: 12px 0;
  border-top: 4px solid #ec1c24;
}
.singleBanner .mainGrid .rightSide .profileInfo {
  box-shadow: 2px 2px 5px 0px #ffffff80 inset;
  backdrop-filter: blur(25px);
  background: #ffffff80;
  padding: 50px 30px 50px 50px;
  margin-top: 30px;
}
.singleBanner .mainGrid .rightSide::before {
  content: "";
  background: linear-gradient(180deg, #ff5056 0%, #ff0000 100%);
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 70px;
  top: 85px;
  right: 40px;
}
.singleBanner .mainGrid .rightSide .profileInfo h3 {
  font-weight: Bold;
  font-size: 16px;
  color: #252425;
}
.singleBanner .mainGrid .rightSide .profileInfo p {
  font-weight: 400;
  font-size: 16px;
  color: #252425;
  line-height: 24px;
}
.singleBanner .mainGrid .rightSide .profileInfo a {
  font-size: 16px;
  color: #252425;
  font-weight: 600;
}
.sec-post .singleGrid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 50px;
}
.custom-table-of-content {
  position: sticky;
  top: 50px;
  /* margin-top: 50px; */
}
#ez-toc-container {
  display: none !important;
}
div#ez-toc-container ul li {
  list-style: disc;
  overflow: visible;
}
.custom-table-of-content #ez-toc-container {
  height: fit-content;
  overflow: auto;
  display: block !important;
  background: transparent !important;
  border: none;
  box-shadow: none;
  padding: 0;
}

.custom-table-of-content nav ul.ez-toc-list {
  max-height: 600px;
  overflow: overlay !important;
  padding-left: 20px !important ;
}
.custom-table-of-content nav ul li {
  padding: 8px 0 !important;
}
.custom-table-of-content nav ul li a {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 500;
}
.custom-table-of-content #ez-toc-container p.ez-toc-title {
  font-weight: bold;
  font-size: 24px;
  color: #252425;
}
.custom-table-of-content nav ul li a.active {
  color: #de253a !important;
}
/* .custom-table-of-content nav ul li:has(.active) {
  border-left: 4px solid #de253a !important;
} */
.custom-table-of-content .ez-toc-title-container {
  width: fit-content;
  border-bottom: 2px solid #ec1c24;
  margin-bottom: 20px;
}
.custom-table-of-content .soc {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: 20px;
}
.custom-table-of-content .soc span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 16px;
}

.sec-post .singleGrid .rightContent h2 {
  font-weight: bold;
  font-size: 24px;
  color: #252425;
  border-bottom: 2px solid #ec1c24;
  padding-bottom: 5px;
  width: fit-content;
}
.sec-post .singleGrid .rightContent .related-post-grid {
  margin-top: 30px;
}
.sec-post .singleGrid .rightContent .relatedPost {
  padding-bottom: 15px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 20px;
}
.sec-post .singleGrid .rightContent .relatedPost img {
  width: 86px;
  height: 86px;
  border-radius: 86px;
  object-fit: cover;
  margin-bottom: 10px;
}
.sec-post .singleGrid .rightContent .relatedPost h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252425;
}
.sec-post .singleGrid .rightContent .relatedPost a {
  font-weight: 500;
  font-size: 16px;
  color: #252425;
}
.sec-post .singleGrid .rightContent .relatedPost a i {
  color: #ec1c24;
}
.sec-post.det-post .det h2 {
  font-size: 32px;
}
.sec-post.det-post .det h3 {
  font-size: 28px;
}
.sec-post.det-post .det h4 {
  font-size: 26px;
}
.sec-post.det-post .det h5 {
  font-size: 24px;
}
.sec-post.det-post .det h6 {
  font-size: 22px;
}
.sec-post.det-post .det p,
.blog-bio p {
  margin-bottom: 15px;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.sec-post.det-post .det p br {
  display: none;
}
.sec-post.det-post .main {
  margin-bottom: 20px;
}
.sec-post.det-post .main .desc ul.tags li {
  margin: 0 10px 0 0;
}

.cta-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 25px;
}
.cta-section h4 {
  font-size: 32px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  padding-bottom: 15px !important;
  font-weight: bold !important;
  letter-spacing: -0.4px !important;
  position: relative !important;
  z-index: 1;
}
.cta-section h2 {
  font-size: 32px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  padding-bottom: 15px !important;
  font-weight: bold !important;
  letter-spacing: -0.4px !important;
  position: relative !important;
  z-index: 1;
}

.cta-section p {
  font-size: 18px !important;
  color: #fff !important;
  margin-bottom: 30px;
  position: relative !important;
  z-index: 1;
}

.cta-section a,
.cta-section button {
  background-color: #ec1c24 !important;
  display: inline-block;
  position: relative !important;
  color: #fff !important;
  text-transform: capitalize;
  padding: 12px 25px;
  font-weight: 600;
  letter-spacing: 0px;
  border-radius: 40px;
  display: block;
  width: fit-content;
	border: 0;
}

.innerBlogCta {
    background: linear-gradient(251.98deg, #FFFFFF 53.59%, #EDF0F3 88.77%);
    border: 1px solid #DADADA;
    border-radius: 0;
    padding: 30px;
}

.innerBlogCta .ctaGrid {
    display: grid;
    gap: 30px;
    grid-template-columns: 100px 1fr;
    align-items: center;
}
.innerBlogCta .leftCtaInfo::before {
    content:"";
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background: linear-gradient(90deg, #FF8E8E 0%, #EC1C24 100%);
    top: -10px;
}
.innerBlogCta .leftCtaInfo {
    position:relative;
}
.innerBlogCta .leftCtaInfo img {
    border-radius: 120px;
    object-fit:cover;
}
.innerBlogCta .rightCtaInfo h4{
    color: #252425!important;
    font-size: 18px !important;
}
.innerBlogCta .rightCtaInfo p{
    color: #252425!important;
    font-size: 16px !important;
}

.innerBlogCta .rightCtaInfo button, .innerBlogCta .rightCtaInfo a{
    font-size: 16px;
    border: 0;
}

.det table {
  max-width: 100% !important;
  display: block;
  overflow-x: overlay;
  width: 100%;
}

.det table tbody {
  width: max-content;
  overflow: hidden;
}

table::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}

table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

table::-webkit-scrollbar-thumb {
  background-color: #ed2a32;

  /* outline: 1px solid slategrey; */
}
.det table tbody tr:nth-child(1) {
  background-color: #ed2a32;
  color: #fff !important;
  font-weight: bold;
  text-align: center !important;
}
.det table tr:nth-child(1) td {
  padding-left: 0px !important;
}
.det table td,
table th {
  font-size: 15px;
  border: 1px solid;
  padding: 15px;
}
.det table tbody tr:nth-child(1) p {
  color: #fff !important;
  font-weight: bold !important;
  margin: 0px !important;
  text-align: center !important;
}

.det ul,
.blog-bio ul {
  padding: 0 19px;
}

.det ul li,
.blog-bio ul li {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
  color: #666666;
}
.det ol li {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
  color: #666666;
}

.rightCta {
  margin-top: 50px;
  background-image: url("/blog/wp-content/uploads/2026/04/Mask-group-32.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 40px 20px;
}
.rightCta h4 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.rightCta h5 {
  font-weight: bold;
  font-size: 84px;
  color: #fff;
}
.rightCta p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
	margin-bottom:20px;
}
.rightCta a {
  background-color: #ec1c24;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 30px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: fit-content;
}

.rightCtaTwo {
  margin-top: 50px;
  background-image: url("/blog/wp-content/uploads/2026/04/CTA-Website-Page-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 40px 20px;
	position:sticky;
	top:50px;
	cursor:pointer;
}
.rightCtaTwo h4 {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.rightCtaTwo p {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.rightCtaTwo button {
  background-color: #fff;
  color: #ec1c24 !important;
  padding: 12px 20px;
  border-radius: 30px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: fit-content;
}

.sec-post.det-post .det p a,
.blog-bio p a {
  color: #ed2a32;
  border-bottom: 1px solid #ed2a32;
  padding-bottom: 1px;
}
.faqSection {
  margin: 40px 0px;
}

.faqSection .card-body {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
}

.faqSection .card-header button:focus {
  box-shadow: none;
}

.faqSection h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

.faqSection .card-header {
  padding: 10px 0px;
}

.faqSection .card-header h5 {
  font-size: 24px;
  font-weight: 600;
}
.faqSection .card {
  border-bottom: 1px solid #cacaca !important;
  border: 0px;
}
.faqSection .card-header {
  background-color: transparent !important;
}

.faqSection .card-header button {
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 20px;
  text-decoration: none !important;
  gap: 10px;
  white-space: normal;
}
.faqSection .card-header button i {
  color: #e80101;
}

.faqSection .card-body ul {
  margin: 10px 0;
  padding-left: 20px;
}
.faqSection .card-body ul li {
  list-style: disc !important;
}
/* SINGLE POST PAGE END */

/* SEARCH PAGE */
.search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
}
.cus-search-sec .showing-text {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

/* SEARCH PAGE END */

/* CATEGORY PAGE */
.categoryMain {
  padding: 50px 0;
}
.categoryMain .categoryGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
}
.catBanner {
  padding: 60px 0;
}
.catBanner h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 54px;
  text-align: center;
  color: #000;
}
/* CATEGORY PAGE END */

/* POPUP START */
#customPopup .close {
    background-color: #ed2a32;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: -15px;
    right: -15px;
    box-shadow: 0 0 20px #00000082;
    position: absolute;
    z-index: 111;
    opacity: 1;
}
#customPopup .popup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  padding: 20px 5px 20px 40px;
}
#customPopup .popup-grid .left-info {
  text-align: left;
}
#customPopup .popup-grid .left-info h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  color: #ff0000;
}
#customPopup .gform_validation_errors, #customPopup .validation_message {
    display: none;
}
#customPopup #gform_3 .gfield_label {
    color: #313131;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
}
#gform_3 input{
	color: #8c8c8c;
    border-radius: 10px;
    outline: none;
    height: 45px;
    margin-bottom: 10px;
    padding: 0 15px;
    font-weight: 500;
    box-shadow: 0 0 20px #0000003d;
    outline: none;
    border: 1px solid #dee2e6;
}
#gform_3 input::placeholder{
	color:#8c8c8c;
}
#gform_3 textarea::placeholder{
	color:#8c8c8c;
}
#gform_3 textarea{
	color: #8c8c8c;
    border-radius: 10px;
    outline: none;
    font-weight: 500;
    box-shadow: 0 0 20px #0000003d;
    outline: none;
    border: 1px solid #dee2e6;
    resize: none;
    height: 120px;
    padding: 15px;
}
#gform_submit_button_3 {
    background-color: red;
    border-radius: 10px;
    width: max-content;
    padding: 10px 40px !important;
    font-size: 16px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600 !important;
	margin-bottom: 0 !important;
	height:auto !important;
}
.gform_wrapper .gfield_error [aria-invalid=true]{
	border: 1px solid #ff0000 !important;
	box-shadow: 0 0 20px #ff00003d !important;
}
#customPopup .popup-grid .right-info img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 670px;
}

#customPopup .modal-content {
    border-radius: 10px;
}
/* POPUP END */

/* RESPONSIVE START */
@media (max-width: 1600px) {
  .header .main-header .header-menu ul li {
    padding: 25px 10px;
  }
  .header-button button {
    padding: 10px 15px;
    font-size: 15px;
  }
  .main-bg-banner h1 {
    font-size: 52px;
  }
  .featuredSec .mainGrid .featuredInfo h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .featuredSec .mainGrid .rightInfo .articleSlider .single h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .featuredSec .mainGrid {
    grid-template-columns: 52% 48%;
    gap: 30px;
  }
  .main-footer .topWrapper .footer-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
  }
  .main-footer .topWrapper .footer-grid .left-info {
    padding: 30px;
  }
  .main-footer .topWrapper .footer-grid .left-info h4 {
    font-size: 35px;
  }
  .main-footer .topWrapper .footer-grid .right-info h4 {
    font-size: 26px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .state-flag
    h5 {
    font-size: 22px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info
    h5 {
    font-size: 22px;
  }
  .main-footer .topWrapper .footer-grid .right-info .award-and-rating {
    margin-top: 20px;
  }
  .singleBanner .mainGrid .leftSide h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 1440px) {
	#customPopup .popup-grid .left-info h2{
		font-size:35px;
	}
  .main-bg-banner h1 {
    font-size: 48px;
  }
  .featuredSec .mainGrid .featuredInfo h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .featuredSec .mainGrid .rightInfo .articleSlider .single h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .main-footer .topWrapper .footer-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
  }
  .main-footer .topWrapper .footer-grid .left-info {
    padding: 30px;
  }
  .main-footer .topWrapper .footer-grid .left-info h4 {
    font-size: 35px;
  }
  .main-footer .topWrapper .footer-grid .right-info h4 {
    font-size: 26px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .state-flag
    h5 {
    font-size: 22px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info
    h5 {
    font-size: 22px;
  }
  .main-footer .topWrapper .footer-grid .right-info .award-and-rating {
    margin-top: 30px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .award-and-rating
    .rating-info {
    width: 40%;
  }
  .sec-post.det-post .det p,
  .blog-bio p {
    font-size: 18px;
  }
  .sec-post.det-post .det h2 {
    font-size: 30px;
  }
  .sec-post.det-post .det h3 {
    font-size: 26px;
  }
  .sec-post.det-post .det h4 {
    font-size: 24px;
  }
  .sec-post.det-post .det h5 {
    font-size: 22px;
  }
  .sec-post.det-post .det h6 {
    font-size: 20px;
  }
  .custom-table-of-content #ez-toc-container p.ez-toc-title {
    font-size: 22px;
  }
  .sec-post .singleGrid .rightContent h2 {
    font-size: 22px;
  }
  .rightCta h4 {
    font-size: 20px;
  }
  .rightCta h5 {
    font-size: 70px;
  }
	.rightCta a{
		font-size:14px;
	}
  .rightCta h5 svg {
    width: auto;
    height: 70px;
  }
   .rightCtaTwo h4 {
    font-size: 24px;
  }
	.rightCtaTwo p {
    font-size: 16px;
  }
  .faqSection .card-header button {
    font-size: 18px;
  }
  .header .main-header .header-menu ul li {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
	#customPopup .popup-grid .left-info h2{
		font-size:28px;
	}
	#customPopup .modal-dialog{
		max-width:950px !important;
	}
  .CustomContainer {
    max-width: 90%;
  }
  .main-bg-banner h1 {
    font-size: 40px;
  }
  .main-bg-banner p {
    font-size: 16px;
    line-height: 1.5;
  }
  .featuredSec .mainGrid .featuredInfo h2 {
    font-size: 20px;
  }
  .featuredSec .mainGrid .featuredInfo p {
    font-size: 16px;
    line-height: 1.5;
  }
  .featuredSec .mainGrid .rightInfo .articleSlider .single h3 {
    font-size: 20px;
  }
  .featuredSec .mainGrid {
    grid-template-columns: 62% 38%;
    gap: 30px;
  }
  .articleSec h2 {
    font-size: 26px;
  }
  .blog--cards .card--info {
    padding: 10px;
  }
  .blog--cards h4 {
    font-size: 16px;
  }
  .blog--cards a img {
    height: 250px;
  }
  .main-footer .topWrapper .footer-grid {
    grid-template-columns: 1fr 1.2fr;
  }
  .main-footer .topWrapper .footer-grid .left-info h4 {
    font-size: 32px;
  }
  .main-footer .topWrapper .footer-grid .right-info h4 {
    font-size: 22px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .state-flag
    h5 {
    font-size: 20px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .state-flag
    img {
    width: 50px;
    max-width: 50px;
    height: 50px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info
    h5 {
    font-size: 20px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info
    p {
    font-size: 16px;
  }
  .main-footer .topWrapper .footer-grid .right-info .award-and-rating {
    margin-top: 30px;
  }
  .main-footer .bottomWrapper .main-footer-menu .menu-grid h4 {
    font-size: 16px;
  }
  .main-footer .bottomWrapper .main-footer-menu .menu-grid ul li {
    font-size: 14px;
  }
  .main-footer .bottomWrapper .copyright p {
    font-size: 14px;
  }
  .singleBanner .mainGrid .leftSide span {
    font-size: 14px;
  }
  .singleBanner .mainGrid .leftSide h1 {
    font-size: 26px;
  }
  .singleBanner .mainGrid .leftSide p {
    font-size: 16px;
    line-height: 1.5;
  }
  .sec-post.det-post .det p,
  .blog-bio p {
    font-size: 16px;
  }
  .sec-post.det-post .det h2 {
    font-size: 28px;
  }
  .sec-post.det-post .det h3 {
    font-size: 24px;
  }
  .sec-post.det-post .det h4 {
    font-size: 22px;
  }
  .sec-post.det-post .det h5 {
    font-size: 20px;
  }
  .sec-post.det-post .det h6 {
    font-size: 18px;
  }
  .sec-post .singleGrid {
    grid-template-columns: 1fr;
  }
  .sec-post .singleGrid .rightContent .related-post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .sec-post .singleGrid .rightContent .relatedPost {
    display: flex;
    flex-direction: column;
  }
  .card--info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
  }
  .sec-post .singleGrid .rightContent .relatedPost h3 {
    font-size: 15px;
    line-height: 1.5;
  }
  .sec-post .singleGrid .rightContent .relatedPost a {
    font-size: 14px;
  }
  .faqSection .card-header button {
    font-size: 16px;
  }
  .header .main-header .header-logo img {
    width: 180px;
    height: auto;
  }
  .header .main-header .header-menu ul li {
    font-size: 14px;
  }
	.rightCta{
		background-image:none;
		background: linear-gradient(180deg,rgba(164, 23, 36, 1) 0%, rgba(0, 0, 0, 1) 60%);
	}
}
@media (max-width: 991px) {
	#customPopup .popup-grid .left-info h2{
		font-size:25px;
		text-align:center;
	}
	#customPopup .modal-dialog{
		max-width:90% !important;
		margin:auto;
	}
	#customPopup .popup-grid{
		grid-template-columns: 1fr;
		padding:10px 20px;
	}
	#customPopup .popup-grid .right-info{
		display:none;
	}
	#customPopup .gform_footer.top_label{
		text-align:center;
	}
  header.header {
    display: none;
  }
  .mobile-nav {
    display: block;
    background: #000;
  }
  .main-bg-banner h1 {
    font-size: 30px;
  }
  .featuredSec .mainGrid .featuredInfo h2 {
    font-size: 18px;
  }

  .featuredSec .mainGrid .rightInfo .articleSlider .single h3 {
    font-size: 18px;
  }
  .featuredSec .mainGrid {
    grid-template-columns: 60% 40%;
  }
  .articleSec h2 {
    font-size: 24px;
  }
  .blog--cards h4 {
    font-size: 16px;
  }
  .blog--cards a img {
    height: 200px;
  }
  .searchTerm {
    font-size: 16px;
  }
  .featuredSec .mainGrid .featuredInfo {
    padding: 30px 30px 60px 60px;
  }
  .featuredSec .mainGrid .leftInfo .featuredInfo::before {
    height: 130px;
    left: -32px;
    background-repeat: no-repeat;
  }
  .featuredSec .mainGrid .rightInfo .articleSlider .single span {
    font-size: 14px;
  }
  .articleSec .articleTabs ul {
    gap: 10px;
  }
  .articleSec .articleTabs ul li a {
    display: block;
  }
  .gridWrapper {
    grid-template-columns: 1fr 1fr;
  }
  .gridWrapper .blog--cards:last-child {
    display: none;
  }
  .main-footer .topWrapper .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .main-footer .topWrapper .footer-grid .left-info {
    padding: 20px;
  }
  .main-footer .topWrapper .footer-grid .left-info h4 {
    font-size: 28px;
  }
  .main-footer .topWrapper .footer-grid .right-info h4 {
    font-size: 20px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .state-flag
    h5 {
    font-size: 20px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .state-flag
    img {
    width: 50px;
    max-width: 50px;
    height: 50px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info {
    grid-template-columns: 1fr;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info
    h5 {
    font-size: 20px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info
    p {
    font-size: 14px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info:last-child {
    width: 100%;
  }
  .main-footer .topWrapper .footer-grid .right-info .social-icon .icon {
    gap: 15px;
  }
  .main-footer .topWrapper .footer-grid .right-info .award-and-rating {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-footer .bottomWrapper .main-footer-menu {
    margin-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-footer .bottomWrapper .main-footer-menu .menu-grid h4 {
    font-size: 16px;
    text-align: center;
  }
  .main-footer .bottomWrapper .main-footer-menu .menu-grid ul li {
    text-align: center;
    font-size: 14px;
  }
  .main-footer .bottomWrapper .copyright p {
    font-size: 14px;
  }
  .singleBanner .mainGrid .leftSide h1 {
    font-size: 22px;
  }
  .sec-post.det-post .det p,
  .blog-bio p {
    font-size: 16px;
  }
  .sec-post.det-post .det h2 {
    font-size: 26px;
  }
  .sec-post.det-post .det h3 {
    font-size: 22px;
  }
  .sec-post.det-post .det h4 {
    font-size: 20px;
  }
  .sec-post.det-post .det h5 {
    font-size: 18px;
  }
  .sec-post.det-post .det h6 {
    font-size: 16px;
  }
  .sec-post .singleGrid .rightContent .related-post-grid {
    grid-template-columns: 1fr 1fr;
  }
  .singleBanner .mainGrid {
    grid-template-columns: 1fr;
  }
  .rightCta h5 {
    font-size: 65px;
  }
  .rightCta h4 {
    font-size: 20px;
  }
  .rightCta button {
    font-size: 14px;
  }
  .sec-post .singleGrid .rightContent h2 {
    font-size: 20px;
  }
  .custom-table-of-content #ez-toc-container p.ez-toc-title {
    font-size: 20px;
  }
  .det ul li,
  .blog-bio ul li {
    font-size: 18px;
  }
  .categoryMain .categoryGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
	#customPopup #gform_3 .gfield_label{
		font-size:14px;
	}
	#gform_submit_button_3{
		font-size:14px;
	}
  .main-bg-banner h1 {
    font-size: 28px;
  }
  .main-bg-banner p {
    font-size: 14px;
  }
  .featuredSec .mainGrid .featuredInfo h2 {
    font-size: 16px;
  }
  .featuredSec .mainGrid .featuredInfo p {
    font-size: 14px;
  }
  .featuredSec .mainGrid .rightInfo .articleSlider .single h3 {
    font-size: 16px;
  }
  .featuredSec .mainGrid {
    grid-template-columns: 100%;
    gap: 60px;
  }
  .articleSec h2 {
    font-size: 20px;
  }
  .blog--cards h4 {
    font-size: 16px;
  }
  .blog--cards a img {
    height: 200px;
  }
  .searchTerm {
    font-size: 14px;
  }
  .articleSec .articleTabs ul li a {
    font-size: 14px;
    padding: 6px 15px;
  }
  .featuredSec .mainGrid .leftInfo .featuredInfo::before {
    content: unset;
  }
  .featuredSec .mainGrid .featuredInfo {
    padding: 30px;
  }
  .featuredSec .mainGrid .featuredInfo .btnWrapper a {
    font-size: 14px;
  }
  .main-footer .topWrapper .footer-grid .left-info h4 {
    font-size: 22px;
  }
  .main-footer .topWrapper .footer-grid .right-info h4 {
    font-size: 18px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .state-flag
    h5 {
    font-size: 18px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .state-flag
    img {
    width: 50px;
    max-width: 50px;
    height: 50px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info {
    grid-template-columns: 1fr 1fr;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info
    h5 {
    font-size: 18px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info
    p {
    font-size: 14px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info:last-child {
    width: 100%;
  }
  .main-footer .topWrapper .footer-grid .right-info .social-icon .icon {
    gap: 15px;
    justify-content: center;
  }
  .main-footer .topWrapper .footer-grid .right-info .award-and-rating {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-footer .bottomWrapper .main-footer-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-footer .bottomWrapper .main-footer-menu .menu-grid h4 {
    font-size: 16px;
    text-align: center;
  }
  .main-footer .bottomWrapper .main-footer-menu .menu-grid ul li {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .bottomWrapper .copyright p {
    font-size: 14px;
  }
  .singleBanner .mainGrid .leftSide h1 {
    font-size: 22px;
  }
  .singleBanner .mainGrid .leftSide p {
    font-size: 14px;
    line-height: 1.5;
  }
  .sec-post.det-post .det p,
  .blog-bio p {
    font-size: 14px;
  }
  .singleBanner .mainGrid .leftSide .last-updated-date {
    font-size: 14px;
  }
  .sec-post.det-post .det h2 {
    font-size: 24px;
  }
  .sec-post.det-post .det h3 {
    font-size: 20px;
  }
  .sec-post.det-post .det h4 {
    font-size: 18px;
  }
  .sec-post.det-post .det h5 {
    font-size: 16px;
  }
  .sec-post.det-post .det h6 {
    font-size: 14px;
  }

  .singleBanner .mainGrid {
    grid-template-columns: 1fr;
  }
/*   .rightCta {
    text-align: center;
  } */
  .rightCta h5 {
    font-size: 60px;
  }
  .rightCta h4 {
    font-size: 18px;
  }
	.rightCtaTwo h4 {
    font-size: 20px;
  }
	.rightCtaTwo a{
		font-size:14px;
	}
  .faqSection .card-header button {
    font-size: 14px;
  }
  .det ul li,
  .blog-bio ul li {
    font-size: 16px;
  }
  .singleBanner .mainGrid .leftSide {
    text-align: center;
  }
  .singleBanner .mainGrid .leftSide hr {
    margin: 12px auto;
  }
  .faqSection h2 {
    text-align: center;
    font-size: 24px;
  }
	.innerBlogCta .rightCtaInfo h4 {
    font-size: 16px !important;
}
	.innerBlogCta .rightCtaInfo p {
    font-size: 14px !important;
}
	.innerBlogCta .rightCtaInfo button, .innerBlogCta .rightCtaInfo a {
    font-size: 14px;
}
}
@media (max-width: 576px) {
	#customPopup .popup-grid {
        padding: 10px 0px;
    }
  .gridWrapper {
    grid-template-columns: 1fr;
  }
  .blog--cards .card--info {
    padding: 20px;
  }
  .main-footer .topWrapper .footer-grid {
    grid-template-columns: 1fr;
  }
  .main-footer .topWrapper .footer-grid .left-info {
    padding: 30px;
  }
  .main-footer .topWrapper .footer-grid .left-info h4 {
    font-size: 26px;
  }
  .main-footer .topWrapper .footer-grid .right-info h4 {
    font-size: 18px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .state-flag
    h5 {
    font-size: 18px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .state-flag
    img {
    width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info {
    grid-template-columns: 1fr;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info
    h5 {
    font-size: 18px;
  }
  .main-footer
    .topWrapper
    .footer-grid
    .right-info
    .locationWrapper
    .grid-info
    .location-info
    p {
    font-size: 14px;
  }
  .main-footer .topWrapper .footer-grid .right-info .award-and-rating {
    margin-top: 30px;
  }
  .main-footer .bottomWrapper .main-footer-menu {
    flex-direction: column;
  }
  .main-footer .bottomWrapper .main-footer-menu .menu-grid h4 {
    font-size: 16px;
  }
  .main-footer .bottomWrapper .main-footer-menu .menu-grid ul li {
    font-size: 14px;
  }
  .main-footer .bottomWrapper .copyright p {
    font-size: 14px;
  }
  .sec-post .singleGrid .rightContent .related-post-grid {
    grid-template-columns: 1fr;
  }
	.innerBlogCta .ctaGrid{
		grid-template-columns:1fr;
	}
	.innerBlogCta .leftCtaInfo{
		display:none;
	}
}
/* RESPONSIVE END */
