* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*  
    font-family: "Prompt", serif;
     font-family: "Scheherazade New", serif;

*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  /* color: #fff; */
  font-family: "Prompt", serif;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Scheherazade New", serif;
}
p {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
  color: #8d8d8d;
  font-weight: 400;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
  padding: 13px 35px;
  font-weight: 400;
  background-color: var(--s-primary);
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  color: var(--s-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 1000ms;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.site-btn span {
  position: relative;
  z-index: 2;
  color: var(--s-white);
  width: 100%;
  height: 100%;
}
.site-btn:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  /* transform: translateY(-5px); */
}
.site-btn::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--s-secondary);
  transform: skewX(15deg);
  z-index: 0;
  transition: width 1000ms;
}

.site-btn:hover::before {
  width: 250%;
  color: #1b321d;
}
.revSite-btn {
  background-color: #fff;
  color: var(--s-primary);
  border-color: #fff;
}
.revSite-btn span {
  color: var(--s-primary);
}
.revSite-btn:hover span {
  color: var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
.titleBar {
  margin-bottom: 25px;
  position: relative !important;
}
.titleBar span {
  line-height: 20px;
  letter-spacing: 2.6px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  color: var(--s-secondary);
  display: block;
  font-family: "Prompt", serif;
}
.titleBar h3 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  color: var(--s-third);
  margin-bottom: 0;
}
.iconbg {
  background: var(--s-third);
  border-radius: 0px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #69418a;
  --s-secondary: #D3573C;
  --s-third: #002d72;
  --s-white: #ffffff;
  --s-black: #000000;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.bg-s-third {
  background-color: var(--s-third) !important;
}
.text-s-third {
  color: var(--s-third) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*=========================================  
                  HOME PAGE CSS START HERE 
          ============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-secondary) !important;
}
/* HEADER CSS START HERE */
header {
  background-color: transparent;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
/* TOP SECTION CSS */
.navbar-toggler h5 {
  font-weight: 400;
  font-size: 20px;
  color: var(--s-third);
  font-family: "Prompt", serif;
}
.offcanvas{
  background-color: #e6dcf0;
}
.navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: var(--s-secondary);
  padding: 3px 2px;
  margin: 10px 0px;
  border-radius: 50px;
  position: relative;
  display: block;
  /* text-transform: uppercase; */
}
.navbar-nav .nav-item .nav-link i {
  font-size: 15px;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  bottom: -25%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: #D3573C;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -25%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: #D3573C;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
  background-color: var(--s-black);
  width: 100%;
}
.collapse .list-unstyled a {
  font-size: 15px !important;
  white-space: normal;
  color: var(--s-secondary);
  margin-bottom: 0px;
  padding: 8px 0;
  border-bottom: 1px solid var(--s-secondary);
}
.offcanvas-body {
  width: 100%;
}
.offcanvas-body h3 {
  color: var(--s-secondary);
  font-size: 55px;
}
.offcanvas {
  height: 100vh;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--s-secondary);
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.top-location ul li a {
  font-weight: 500;
  font-size: 17px;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--s-secondary);
  width: 40px;
  height: 40px;
  color: var(--s-white);
}
.top-location ul li a:hover {
  background-color: var(--s-third);
  transform: rotate(360deg);
  color: var(--s-white);
}

/* Banner Section Start Here */
#banner {
  background-image: url(https://tmhstebra.com/wp-content/uploads/2026/05/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 650px;
  min-height: 650px;
  display: block;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.527);
}
#banner .container .row {
  height: 650px;
  min-height: 650px;
}
.banner-text {
  position: relative;
  z-index: 2;
  width: 100%;
}
.banner-text h5 {
  display: block;
  margin-bottom: 15px;
  color: var(--s-white);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Prompt", serif;
  letter-spacing: 1px;
}
.banner-text h1 {
  font-size: 70px;
  display: block;
  margin-bottom: 20px;
  color: var(--s-white);
  font-weight: 500;
  text-transform: capitalize;
}
.banner-text h2 span {
  color: var(--s-primary);
}
.banner-text p {
  margin-bottom: 35px;
  color: var(--s-white);
}
.innerbanner {
  position: absolute;
  transform: translate(0%, -50%) !important;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

/* About Us Section Start Here */
.aboutSection {
  background-color: transparent;
  background-image: linear-gradient(130deg, #fff 75%, #e6dcf0 25%);
}
.about_image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
  border-radius: 7px 7px 7px 7px;
}
.aboutBox {
  position: relative;
  transition: 0.4s;
  padding: 25px 25px 25px 25px;
  box-shadow: 3px 7px 25px #eee;
  background: var(--s-white);
  margin: 30px 0;
}
.list li {
  font-size: 15px;
  margin-bottom: 8px;
  color: var(--s-black);
}
.list li i {
  font-size: 15px;
  color: var(--s-black);
  font-weight: 400;
  margin-right: 5px;
}

/* Getting Started Section */
.getting-started {
  background-image: url(https://tmhstebra.com/wp-content/uploads/2026/05/section-bg.jpg);
}
.getting-box {
  border-style: dashed;
  border-width: 2px 2px 2px 2px;
  border-color: #7a7a7a7a;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em 3em 3em 3em;
  background-color: #fff;
}
.getting-box h5 {
  color: var(--s-primary);
  font-weight: 600;
  font-size: 25px;
}

/* Services Section Start Here */
.card {
  border-radius: 0;
  border: 1px solid #f5f5f5;
  margin-bottom: 25px;
  transition: all.3s;
}
.card:hover {
  margin-top: -12px;
}
.card img {
  height: 250px;
  object-fit: cover;
}
.card-body h3 {
  color: var(--s-primary);
  font-weight: 500;
}
.card-body p {
  color: #3b3b3b;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 14px;
}
.card-body a {
  color: var(--s-primary);
  font-weight: 500;
  margin-bottom: 0px;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--s-primary);
}
.card-body a:hover {
  color: var(--s-secondary);
  border-bottom: 1px solid var(--s-secondary);
}

/* Why Choose Us Start Here */
.videoSection {
  background-color: transparent;
  background-image: linear-gradient(180deg, #fffefd 28%, #69418a 0%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 0px 80px 0px;
  z-index: 1;
}
.banner-video {
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  /* min-width: 100%; */
  /* min-height: 100%; */
  width: 100%;
  height: 100%;
  /* transform: translate(-50%, -50%); */
  z-index: 1;
  object-fit: cover;
}
.videoBox {
  position: relative;
  width: 100%;
  height: 600px; /* Full viewport height */
  overflow: hidden;
}

/* Testimonial Section Start Here */
.td-single-testimonial-item
{
  background: #f4f4f0;
  padding: 50px;
  transition: .8s;
}
.td-testimonial-header .td-testimonial-image
{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  margin-right: 25px;
  position: relative;
  border-radius: 50%;
  background-color: var(--s-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-testimonial-icon
{
  background-color: var(--s-primary);
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  line-height: 38px;
  top: 0;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-testimonial-icon img
{
  width: 23px !important;
}
.td-name-designation h6
{
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--s-black);
  transition: .3s;
}
.td-name-designation p
{
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .6px;
  color: var(--s-primary);
}
.td-testimonial-description
{
  margin: 33px 0 027px 0;
}
.td-testimonial-description p
{
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #555b56;
  margin-bottom: 1rem;
}
.td-testimonial-rating ul li i
{
  color: var(--s-primary);
  font-size: 15px;
  margin: 0 2px;
}
.td-testimonial-image h2
{
  margin-bottom: 0;
  font-weight: 500;
}

/* Our Gallery */
.MainServicesBox {
  overflow: hidden;
}
.servicesBox {
  background-image: url(https://tmhstebra.com/wp-content/uploads/2026/05/fundjpg010.jpg);
  height: 550px;
  width: 100%;
  padding: 30px;
  border: 2px solid var(--s-third);
  /* margin: 10px 10px; */
  /* border: 1px solid #eeedec; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s all;
  position: relative;
  transition: 0.5s all;
  /* border-radius: 3px; */
  transform: scale(1);
  box-shadow: rgb(149 157 165 / 0%) 0px 0px 0px;
}
.servicesBox::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #14141400;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.servicesBox:hover {
  transform: scale(1.1);
  transition: 0.5s all;
}
.servicesBox:hover::after {
  background-color: #69418a00;
  transition: 0.5s all;
}
.servicesBox:hover .servicesBoxContent {
  transform: translateY(0%);
  transition: 0.5s all;
  z-index: 2;
  transform: scale(1.2);
  padding: 20px;
  max-width: 85%;
}
.servicesBoxContent {

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px 20px 15px;
  transform: translateY(150%);
  transition: 0.5s all;
}
.servicesBoxContent h5 {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 5px;
  color: var(--s-white);
}
.servicesBoxContent p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 5px;
}
.servicesBoxContent a {
  color: #fff;
  font-size: 20px;
}

/* FAQs Section Start Here */
.faqsSection {
  background-image: url(https://tmhstebra.com/wp-content/uploads/2026/05/green-vegetables-concept.jpg);
}
.faqsSection:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e6dcf0;
  opacity: 0.93;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.accordion-button {
  font-size: 23px;
  padding: 25px 25px;
  color: var(--s-black);
  font-weight: 400;
}
.accordion-button:not(.collapsed) {
  color: var(--s-white);
  background-color: var(--s-primary);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.accordion-body {
  font-weight: 400;
  font-size: 15px;
  color: #1c1c1c;
  background-color: #69418a15;
}

/* Free CAll Section Start Here */
.freeCAllSection {
  background-image: url(https://tmhstebra.com/wp-content/uploads/2026/05/man-talking-to-the-doctor-at-office.jpg);
  background-color: #ebf997;
  background-position: center center;
}
.freeCAllSection::before
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--s-black);
  opacity: 0.5;
}

/* Footer Section Start Here */
footer {
  background-color: #e6dcf0;
}
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-black);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  color: var(--s-black);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 25px;
  color: var(--s-black);
}
.footer-box ul li {
  margin-bottom: 10px;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-black);
}
.footer-box ul li a:hover {
  color: var(--s-primary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 5rem 0 1.5rem 0;
}
.socialmediaicon ul li a i {
  background-color: var(--s-black);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-white);
  transition: 0.3s;
  border-radius: 2px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-primary);
}
.SocialIcon h3 {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #0000002c;
  padding: 20px 0;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-third);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-third);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-third);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}






/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-color: #000000;
  background-image: url(https://tmhstebra.com/wp-content/uploads/2026/05/inner-services.webp);
  height: 330px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.innerPagesBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000b4;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
.innerpage-title h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-secondary);
  margin-right: 5px;
}

/* Our Team Section Start here */
.ourTeam
{
  background-color: #fff;
}
.td-single-team-member
{
  margin-bottom: 30px;
  display: inline-block;
  transition: .3s;
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: var(--s-secondary);
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: var(--s-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: var(--s-white);
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: var(--s-secondary);
}
.td-member-content
{
  background: var(--s-primary);
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content h3
{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--s-white);
  transition: .3s;

}
.td-member-content h5
{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--s-white);
  font-family: "Prompt", serif;

}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.disclosures-links
{
  list-style: decimal;
  padding-left: 20px;
}
.disclosures-links li
{
  margin-bottom: 5px;
}
.disclosures-links li a
{
 font-size: 14px;
 text-decoration: underline;
}






/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage h2{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--s-third);
}
.innerServicesPage p
{
  margin-bottom: 20px;
  color: var(--s-black);
}
.innerServicesImage img
{
  height: 400px;
  object-fit: cover;
}





/*======================================================
             Responsive CSS STart Here
========================================================*/
/* 767px Start Here */
@media (max-width:767px){
  section
  {
    padding: 50px 0;
  }
  .container
  {
    max-width: 94%;
  }
  /* .top-section 
  {
    display: none;
  } */
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #0000007e;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-black);
  }
  .header-scrolled .nav-link {
    color: var(--s-black) !important;
  }
  .header-btn
  {
    display: none;
  }
  .bottom-header .navbar-brand h2 {
    font-size: 15px;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 30px;
    line-height: 30px;
  }
  .titleBar span{
    font-size: 13px;
  }
  p{
    font-size: 14px;
  }
  /* Banner */
  #banner
  {
    padding: 50px 0;
    height: 450px;
    min-height: 450px;
  }
  #banner .container .row {
    height: 450px;
    min-height: 450px;
  }
  .banner-text h1{
    font-size: 30px;
    color: var(--s-white);
  }
  .banner-text h5{
    font-size: 13px;
    color: var(--s-white);
  }
  .innerbanner {
    transform: translate(0%, -30%) !important;
  }
  .list li {
    font-size: 12px;
  }
  .videoBox {
    height: 300px;
  }
  .videoSection {
    background-image: linear-gradient(180deg, #fffefd 18%, #69418a 0%);
  }
  /* Awards Section */
  .about_image {
    height: 400px;
    padding: 0;
  }
  .about_image img {
    width: 100%;
    height: 400px;
    object-fit: contain;
  }
  /* Testimonial */
  .testimonial-box p
  {
    font-size: 15px;
  }
  /* Inner Services */
  .innerPagesBanner {
    height: 250px;
    padding-bottom: 30px;
  }
  .innerpage-title h1 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .content-box p{
    font-size: 12px;
  }
  .content-box h5{
    font-size: 15px;
  }
  .contactUSPage{
    background-color: #e6e6e6;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 15px !important; 
    border-radius: 15px;
    margin: 0;
  }
}