* {
    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;
}


/* 
  @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;
}

.contact-form {
    width: 52%;
    max-width: 98rem;
    padding: 0 5rem;
    /* box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2); */
    display: flex;
    /* align-items: center; */
    /* border-radius: .8rem; */
    margin: 10px;
}
.contact-form a {
  text-decoration: none;
  color: #ec691f;
  font-weight: 600;
}
.form-check {
  min-height: 2rem;
}

.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: 1068px) {
    .contact-form {
        max-width: 80rem;
    }
}

@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;
    }
    .contact-form {
        width: 100%;
    }
}

@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;
}


/* ----------------------our team content--------------------------- */

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

@media (max-width: 767px) {
    .team-custom-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.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;
}


/* ----------------------contact content--------------------------- */

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 20;
    top: 20;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* ----------------------Zoho form contact-us---------------------------*/ 
.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%;}
}


/* ----------------------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;
  }
