* {
    font-family: Raleway;
    letter-spacing: 1px;
  }
  body {
    background: white;
  }
  
  .section-padding {
    padding: 100px 0;
  }
  
  /* ----------------------navbar--------------------------- */
  
  .navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .navbar-nav {
    margin-left: auto;
  }
  
  .w-100 {
    height: 100vh;
  }
  
  .hover-link {
    position: relative;
    color: #131944;
    text-decoration: none;
  }
  
  .hover-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ec691f;
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease;
  }
  
  .hover-link:hover::before {
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }
  }
  
  /* ----------------------top-pic content--------------------------- */
  
  .top-pic-outer {
    position: relative;
    width: 100%;
    margin-top: 80px;
    z-index: 0;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .top-pic-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 25, 68, 0.8);
  }
  
  .top-pic-outer .about-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 80%; /* Adjust the width as needed */
  }
  
  .top-pic-outer .about-text h1 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .top-pic-outer .about-text p {
    font-size: 24px;
  }
  
  .top-pic-outer .about-text span {
    color: #ec691f;
  }
  /* ----------------------Get Quote Form--------------------------- */
.wf_customMessageBox {
  font-family: Raleway;
  color: #132C14;
  background:  #F5FAF5;
  box-shadow:0 2px 6px 0 rgba(0,0,0,0.25);
  max-width: 90%;
  width:max-content;
  word-break: break-word;
  z-index: 11000;
  border-radius: 6px;
  border: 1px solid #A9D3AB;
  min-width: 100px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  }
.wf_customCircle {
  position: relative;
  background-color: #12AA67;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  flex:none;
  margin-right: 7px;
  }
.wf_customCheckMark {
  box-sizing: unset !important;
  position: absolute;
  transform: rotate(45deg) translate(-50%, -50%);
  left: 6px;
  top: 9px;
  height: 8px;
  width: 3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  }
.wf_customClose {
  box-sizing: border-box;
  position: relative;
  width: 18px;
  height: 18px;
  }
.wf_customClose::after,
.wf_customClose::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 1.5px;
  background: #616E88;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 1px
  }
.wf_customClose::after {
  transform: rotate(-45deg)
}

#crmWebToEntityForm.zcwf_lblLeft {
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#crmWebToEntityForm.zcwf_lblLeft * {
  box-sizing: border-box;
}
#crmWebToEntityForm{text-align: left;}
#crmWebToEntityForm * {
  direction: ltr;
}
.zcwf_lblLeft .zcwf_title {
  word-wrap: break-word;
  padding: 0px 6px 10px;
  font-weight:bold }.zcwf_lblLeft.cpT_primaryBtn:hover{
  background: linear-gradient(#02acff 0,#006be4 100%) no-repeat padding-box !important;
  box-shadow: 0 -2px 0 0 #0159b9 inset !important;
  border: 0 !important;
  color: #fff !important;
  outline: 0 !important;
}
.zcwf_lblLeft .zcwf_col_fld input[type=text], input[type=password], .zcwf_lblLeft .zcwf_col_fld textarea, .zcwf_lblLeft .zcwf_col_fld select{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.zcwf_lblLeft .zcwf_col_lab {
  width: 100%;
  word-break: break-word;
  padding: 0px 6px 0px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  min-height: 1px;
}
.zcwf_lblLeft .zcwf_col_fld {
  float: left;
  width: 100%;
  padding: 0px 6px 0px;
  position: relative;
  margin-top: 5px;
}
.zcwf_lblLeft .zcwf_privacy{padding: 6px;}
.zcwf_lblLeft .wfrm_fld_dpNn{display: none;}
.dIB{display: inline-block;}
.zcwf_lblLeft .zcwf_col_fld_slt {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  float: left;
  resize: vertical;
  padding: 2px 5px;
}
.zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after {
  content: '';
  display: table;
  clear: both;
}
.zcwf_lblLeft .zcwf_col_help {
  float: left;
  margin-left: 7px;
  font-size: 12px;
  max-width: 35%;
  word-break: break-word;
}
.zcwf_lblLeft .zcwf_help_icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 1px solid #c0c6cc;
  color: #c1c1c1;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 50%;
}
.zcwf_lblLeft .zcwf_row {margin: 15px 0px;}
.zcwf_lblLeft .formsubmit {
  margin-right: 5px;
  cursor: pointer;
  color: var(--baseColor);
  font-size: 12px;
}
.zcwf_lblLeft .zcwf_privacy_txt {
  width: 90%;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-family: Raleway;
  display: inline-block;
  vertical-align: top;
  color: var(--baseColor);
  padding-top: 2px;
  margin-left: 6px;
}
.zcwf_lblLeft .zcwf_button {
  font-size: 12px;
  color: var(--baseColor);
  border: 1px solid #c0c6cc;
  padding: 3px 9px;
  border-radius: 4px;
  cursor: pointer;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zcwf_lblLeft .zcwf_tooltip_over{
  position: relative;
}
.zcwf_lblLeft .zcwf_tooltip_ctn{
  position: absolute;
  background: #dedede;
  padding: 3px 6px;
  top: 3px;
  border-radius: 4px;word-break: break-word;
  min-width: 100px;
  max-width: 150px;
  color: var(--baseColor);
  z-index: 100;
}
.zcwf_lblLeft .zcwf_ckbox{
  float: left;
}
.zcwf_lblLeft .zcwf_file{
  width: 55%;
  box-sizing: border-box;
  float: left;
}
.clearB:after{
  content:'';
  display: block;
  clear: both;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text]:focus, .zcwf_lblLeft .zcwf_col_fld textarea:focus, .zcwf_lblLeft .zcwf_col_fld select:focus{
    background-color: #fff;
    outline:2px solid #ec691f;
}

@media all and (max-width: 600px) {
  .zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld {
    width: auto;
    float: none !important;
  }
  .zcwf_lblLeft .zcwf_col_help {width: 40%;}
}
  /* 
    @media screen and (max-width: 1024px) {
    }
    @media screen and (max-width: 768px) {
    }
    @media screen and (max-width: 480px) {
    } */
  
  /* ------------------------blog-post content ----------------------------- */
  
  .blog-post-container {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 1.5rem; */
  }
  
  .blog-post {
    width: 100%;
    max-width: 98rem;
    padding: 5rem;
  
    /* box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2); */
    display: flex;
    align-items: center;
    /* border-radius: .8rem; */
    margin: 10px;
  }
  
  .blog-post_img {
    min-width: 35rem;
    max-width: 35rem;
    height: 30rem;
    position: relative;
    padding-right: 50px;
  }
  
  .blog-post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.8rem;
    display: block;
  }
  
  .blog-post_img img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0.5rem 0.5rem 3rem 1px rgba(0, 0, 0, 0.5);
    border-radius: 0.8rem;
  }
  
  .blog-post_title {
    font-size: 24px;
    margin: 1.5rem 0 2rem;
    text-transform: uppercase;
    color: #ec691f;
  }
  
  .blog-post_text {
    margin-bottom: 3rem;
    font-size: 18px;
    color: #131944;
  }
  
  .blog-post_cta {
    display: inline-block;
    padding: 1.5rem 3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 0.8rem;
    background: linear-gradient(to right, #c945cf 0%, #04a6bd 100%);
  }
  
  .blog-post_cta:hover {
    background: linear-gradient(to right, #04a6bd 0%, #c945cf 100%);
  }
  
  @media screen and (max-width: 1068px) {
    .blog-post {
      max-width: 80rem;
    }
    .blog-post_img {
      min-width: 30rem;
      max-width: 30rem;
    }
    .container h2 {
      margin-top: 120px;
      margin-left: 275px;
    }
  }
  
  @media screen and (max-width: 868px) {
    .blog-post {
      max-width: 70rem;
    }
    .container h2 {
      margin-top: 20px;
      margin-left: 142px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .blog-post {
      padding: 2.5rem;
      flex-direction: column;
    }
    .blog-post_img {
      min-width: 100%;
      max-width: 100%;
      transform: translate(0, -1rem);
    }
    .container {
      margin-top: auto;
    }
    
  }
  
  @media screen and (max-width: 823px) {
    .container h2 {
      margin-top: 35px;
      margin-left: 142px;
    }
  }
  
  /* ----------------------button--------------------------- */
  
  .button-24, .zcwf_col_fld input[type=Submit]{
    background: #ec691f;
    border: 1px solid #ec691f;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #f3f6ff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
  }
  
  .button-24:hover,
  .button-24:active, .zcwf_col_fld input[type=submit]:hover, .zcwf_col_fld input[type=submit]:active {
    background-color: initial;
    background-position: 0 0;
    color: #ec691f;
    /* filter: hue-rotate(0deg); */
  }
  
  .button-24:active, .zcwf_col_fld input[type=Submit]:active {
    opacity: 0.5;
  }

  .see-more{
    background: white;
    border-radius: none;
    border: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: right;
    margin: 15px 0px;
    width:14%;
    font-weight: 700;
  }
  
  @media (max-width: 768px){
    .see-more{
      margin-right: 0;
      width: 100%;
      text-align: center;
    }
  }
  
  /* ----------------------tiles content--------------------------- */
  
  @import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
  
  .tiles-parent-container {
    background-color: #f3f6ff;
  }
  
  @media (max-width: 767px) {
    .tiles-container {
      padding-bottom: 30px;
    }
  }
  @media (min-width: 767px) {
    .tiles-container {
      padding-bottom: 70px;
    }
  }
  
  .tiles-header .section-header {
    position: relative;
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #131944;
  }
  
  .tiles-header .section-header:after {
    content: "";
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #ec691f;
  }
  
  .tiles-header .section-header span {
    color: #131944;
    display: block;
    font-size: 15px;
    font-weight: 300;
  }
  
  .shape-box {
    display: inline-block;
    position: relative;
    justify-content:center;
    z-index: 1;
    max-width: 400px;
    height: 400px;
    margin: 30px 10px 30px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    width: 23.333%;
  }
  
  .shape-box_half {
    overflow: hidden;
    text-align: left;
  }
  
  .shape-box_half:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(53.5deg);
    transform-origin: top left;
    transition: \transform0.4s;
    background: #fff;
    z-index: 1;
  }
  
  .shape-box > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bg-black {
    background-color: #000;
  }
  
  .shape-box_half figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 30px;
    transition: \transform0.4s;
    transform: translateY(100%);
    z-index: 3;
  }
  
  .shape-box_half figcaption .show-cont {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 30px;
    right: 30px;
    transition: bottom 0.4s;
  }
  
  .card-no {
    font-size: 36px;
    color: #ec691f;
    padding: 0;
    margin: 10px 0;
  }
  
  .card-main-title {
    margin-top: 8px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #131944;
  }
  
  .card-content {
    color: #9f9f9f;
    margin-top: 20px;
    line-height: 22px;
    font-size: 15px;
  }
  
  .shape-box_half > .after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #131944;
    opacity: 0;
    transition: opacity 0.4s;
  }
  
  /*On hover*/
  .shape-box_half:hover:before {
    transform: skewY(20deg);
  }
  
  .shape-box_half:hover figcaption {
    transform: translateY(0);
  }
  
  .shape-box_half:hover figcaption .show-cont {
    bottom: 100%;
  }
  
  .shape-box_half:hover > .after {
    opacity: 1;
  }
  
  .box-wrapper {
    text-align: center;
  }
  @media (max-width: 767px) {
    .card-wrapper {
      display: flex;
  
      flex-direction: column;
      justify-content: center;
  
      align-items: center;
    }
    .shape-box {
      width: 80%;
    }
  }
  @media (min-width: 767px) {
    .card-wrapper {
      display: flex;
      flex-wrap: wrap; /* Allow cards to wrap onto the next row */
      justify-content: space-between; /* Distribute cards evenly within the flex container */
    }
  
    .shape-box {
      flex-basis: calc(
        33.33% - 20px
      ); /* Set the width of each card to about 1/3 of the container width, minus spacing */
      margin-bottom: 20px; /* Add some margin between cards */
      position: relative;
    }
  }
  
  /* ----------------------our team content--------------------------- */
  
  @media (min-width: 767px) {
    .team-custom-padding {
      padding-top: 80px;
      padding-bottom: 100px;
    }
  }

  @media (min-width: 767px) {
    .gallery-custom-padding  {
      padding-top: 80px;
      padding-bottom: 50px;
    }
  }

  

  
  .team-parent-container .section-header {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #131944;
  }
  
  .team-parent-container .section-header:after {
    content: "";
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #ec691f;
  }
  
  .team-parent-container .section-header span {
    display: block;
    font-size: 15px;
    font-weight: 300;
  }
  
  .team-container a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .team-container .card {
    height: 400px;
    width: 100%;
    margin: 10px;
    perspective: 1000px;
    border-radius: 0 !important;
  }
  
  .team-container .card-content {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s ease-in-out;
  }
  
  .team-container .card:hover .card-content {
    transform: rotateY(180deg);
  }
  
  .team-container .card-front,
  .team-container .card-back {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #131944;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    transform: rotateY(0deg);
    transition: transform 0.5s ease-in-out;
  }
  
  .team-container .card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .team-container .card-back {
    transform: rotateY(180deg);
  }
  
  .team-container .card-back h2 {
    margin: 0;
    font-size: 26px;
  }
  
  .team-container .card-back span {
    font-size: 20px;
  }
  
  .team-container .card-back a {
    height: 20px;
    width: 20px;
    padding: 5px 5px;
    border-radius: 4px;
    line-height: 20px;
  }
  
  .team-container .card-back a:hover {
    color: #000000;
    background-color: #fff;
  }
/* ----------------------gallery content--------------------------- */

.desc-header-custom .section-header {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #131944;
    margin: 50px 0;
}

.desc-header-custom .section-header:after {
    content: "";
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #e35631;
}


.gallery-section {
  padding: 50px 0;
}

.gallery-subheading {
  text-align: center;
  margin-bottom: 20px;
}

.gallery-images {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.gallery-image {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  z-index: 1;
}

.img-thumbnail{
  height:261px;
  width:377px ;

}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(58, 32, 144, 0.7) 100%);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-image:hover .gradient-overlay {
  opacity: 1;
}

.gallery-subheading {
  text-align: left;
  padding: 20px;
  padding-left: 50px;
  color: #ec691f;
  font-weight: 900;
}

@media (min-width: 768px) {
  .gallery-image {
    width: 48%;
  }
}


/* ----------------------before and after--------------------------- */
.mainSection {
  margin-bottom: 50px;
}

.bal-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: grab;
  overflow: hidden;
  font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif
}

.bal-after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.bal-before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  overflow: hidden
}

.bal-before-inset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.bal-after img,.bal-before img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none
}

.bal-beforePosition {
  background: #121212;
  color: #fff;
  left: 0;
  pointer-events: none;
  border-radius: .2rem;
  padding: 2px 10px
}

.bal-afterPosition {
  background: #121212;
  color: #fff;
  right: 0;
  pointer-events: none;
  border-radius: .2rem;
  padding: 2px 10px
}

.beforeLabel {
  position: absolute;
  bottom: 0;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none
}

.afterLabel {
  position: absolute;
  bottom: 0;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none
}

.bal-handle {
  height: 41px;
  width: 41px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -21px;
  border: 2px solid #fff;
  border-radius: 1000px;
  z-index: 20;
  pointer-events: none;
  box-shadow: 0 0 10px #0c0c0c
}

.handle-left-arrow,.handle-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px
}

.handle-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px
}

.handle-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px
}

.bal-handle::before {
  bottom: 50%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #0c0c0c
}

.bal-handle::after {
  top: 50%;
  margin-top: 20.5px;
  box-shadow: 0 0 5px #0c0c0c
}

.bal-handle::before,.bal-handle::after {
  content: " ";
  display: block;
  width: 2px;
  background: #fff;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px
}
@media all and (max-width: 479px) {
  .mainSection {
      display:flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-around;
      align-items: stretch;
      align-content: stretch;
      width: 100%;
      height: 700px;
      padding: 10px
  }

  .bal-container {
      margin: 10px 0
  }
}

@media all and (max-width: 599px) {
  .mainSection {
      display:flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-around;
      align-items: stretch;
      align-content: stretch;
      width: 100%;
      height: 800px;
      padding: 10px
  }

  .bal-container {
      margin: 10px 0
  }
}

@media all and (min-width: 480px) and (max-width:768px) {
  .mainSection {
      display:flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-around;
      align-items: stretch;
      align-content: stretch;
      width: 100%;
      height: 1000px;
      padding: 10px
  }

  .bal-container {
      margin: 10px 0
  }
}

@media all and (min-width: 768px) and (max-width:959px) {
  .mainSection {
      display:flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-around;
      align-items: stretch;
      align-content: stretch;
      width: 100%;
      height: 1100px;
      padding: 10px
  }

  .bal-container {
      margin: 10px 0
  }
}

@media all and (min-width: 960px) and (max-width:1199px) {
  .mainSection {
      display:flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-around;
      align-items: stretch;
      align-content: stretch;
      width: 100%;
      height: 500px;
      padding: 10px
  }

  .bal-container {
      margin: 0 10px
  }
}

@media all and (min-width: 1199px) {
  .mainSection {
      display:flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-around;
      align-items: stretch;
      align-content: stretch;
      width: 100%;
      height: 500px;
      padding: 10px
  }

  .bal-container {
      margin: 0 10px
  }
}

  /* ----------------------footer content--------------------------- */

  ul {
    margin: 0px;
    padding: 0px;
  }
  
  .footer-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
  }
  
  .footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); /* Adjust the opacity as needed */
  }
  
  .footer-section img {
    filter: brightness(0.7) contrast(1.2);
    position: absolute; /* Adjust the values as needed */
  }
  
  .footer-cta {
    border-bottom: 1px solid #e35631;
  }

  .footer-social-icon {
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  
  .footer-social-icon a {
    font-size: 26px;
    margin: 0 10px 0 0;
    color: #ffffff !important;
    text-decoration: none;
  }

  
  .single-cta i {
    color: #e35631;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .single-cta {
    position: relative;
    z-index: 3;
  }
  
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
  }
  
  .cta-text span {
    color: white;
    font-size: 15px;
  }
  .cta-text a {
    text-decoration: none;
  }
  
  .footer-content {
    position: relative;
    z-index: 2;
  }
  
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  
  .footer-logo {
    margin-bottom: 30px;
  }
  
  .footer-logo img {
    max-width: 200px;
  }
  
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: white;
    line-height: 28px;
  }
  
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #e35631;
  }
  
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  
  .footer-widget ul li a:hover {
    color: #e35631;
  }
  
  .footer-widget ul li a {
    color: #e35631;
    text-transform: capitalize;
  }
  
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #e35631;
    border: 1px solid #e35631;
    color: #fff;
  }
  
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #e35631;
    padding: 13px 20px;
    border: 1px solid #e35631;
    top: 0;
  }
  
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  
  .copyright-area {
    background: #e35631;
    padding: 25px 0;
  }
  
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #131944;
  }
  
  .copyright-text p a {
    color: #3b5998;
  }
  
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  
  .footer-menu li:hover a {
    color: black;
  }
  
  .footer-menu li a {
    font-size: 14px;
    color: #131944;
  }
  
  /* Styles for the copyright section */
  
  .site-footer {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: black;
    padding: 20px 0;
  }
  
  .site-footer p {
    margin-bottom: 0;
  }
  
  .site-footer .container {
    display: flex;
    justify-content: center;
  }
  
  @media (max-width: 768px) {
    .site-footer {
      padding: 15px 0;
    }
  }
  
  .small-text {
    font-size: 65%;
  }
  .single-cta{
    margin: 20px;
  }
  
  
  


