/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

*{margin:0; padding:0; box-sizing: border-box;}
.row-fluid [class*=span] { min-height: 0px; }
.p-relative{  position: relative; z-index: 1;}
body { font-family: Montserrat; font-size: 19px; line-height: 32px; color: #000000;}
.col-6 {  width: 46.876%;}
.col-12 {  width: 100%;}
.col-3 {   width: 30%;}
.col-9 {   width: 68%;}
.col-5 {  width: 35%; }
.col-7 { width: 60%; }
.container { margin: 0 auto; max-width: 1320px; padding: 0 20px; position: relative; width: 100%;}
.ptb-l { padding-top: 80px; padding-bottom: 80px;} 
.pt-l{padding-top: 80px;}
.pb-l{padding-bottom: 80px;}
.section-wrapper {  margin-top: 40px;}
.hero-title{ font-size:60px; line-height:68px; margin-bottom:20px; font-family: "Merriweather", serif;}
.hero-stitle{ font-size: 42px;line-height: 53px;}
h1{font-size:34px; line-height:42px; margin-bottom:20px; font-family: "Merriweather", serif;}
h2{ font-size: 42px;line-height: 53px;color: #c24c40; }
h3{font-family: Montserrat;font-size: 20px;line-height: 24px; font-weight: bold; color: #1C355E;}
a{color: #c24c40; text-decoration: none;}
a:active{color: #ebccd1;}
img{  max-width: 100%;  height: auto;}
footer{ line-height: 27px;  font-size: 16px;}
.header-wrap {  background: #fff;
    position: absolute;
    z-index: 9;
    width: 100%;
    display: block;
    top: 0;
    opacity: 90%;
}

.lheader {
    gap: 20px;
    width: auto
}

.header-wrapp,.lheader {
    align-items: center;
    display: inline-flex;
    justify-content: space-between
}

.header-wrapp {
    width: 100%;
    padding: 18px 0;
}

.rheader {
    align-items: center;
    display: inline-flex;
    gap: 30px;
    justify-content: flex-end
}
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative; /* Ensure the bars are positioned correctly */
}

/* Bar Styles */
.menu-toggle .bar {
    width: 100%;
    height: 3px;
    background-color: #1C355E;
    transition: 0.3s ease;
}

.menu-toggle.active .bar1 {
    transform: rotate(45deg);
    position: absolute;
    top: 10px; 
}

.menu-toggle.active .bar2 {
    opacity: 0; 
}

.menu-toggle.active .bar3 {
    transform: rotate(-45deg);
    position: absolute;
    top: 10px; 
}
.main-nav ul[role=menu] {
    display: inline-flex;
    gap: 30px;
    list-style: none
}

li.hs-menu-item a {
    color:#1b3c5c;
    font-size: 20px;font-family: "Merriweather", serif;}
    text-decoration: none;
    line-height: 24px;
}
.custom-footer {
    padding: 30px 5%;
    width: 100%;
}
.custom-footer .span12.widget-span .row-fluid {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 7%;
    justify-content: center;
    width: 100%;
}
.custom-footer .span12.widget-span .row-fluid .widget-span.widget-type-custom_widget {
    width: auto;
}
span.hs-footer-company-copyright {
    font-size: 13px;
    line-height: 35px;
}


ul#footerLinks {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
    justify-content: center;
    list-style: none;
    width: 100%
}

ul#footerLinks a {
    color: #000;
    text-decoration: none
}

.hs-social-follow__link {
    padding: 0
}
.custom-footer {
    margin-top: 18px;
    padding-bottom: 10px;
}

.span12.widget-span.widget-type-cell.container {
    margin: 0 auto !important;
    float: none !important;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
@media only screen and (min-width: 100px) and (max-width: 1390px) { 
  .item { padding: 50px 20px !important;  }
  .custom-footer { padding: 20px;}
  

  body{font-size:16px; line-height: 28px;}

@media only screen and (max-width: 960px) { 
  .community-content {  gap: 60px;    }
    .circle {top: 15%;}
    li.hs-menu-item a {  font-size: 14px;}
    .main-nav ul[role=menu] { gap: 15px;}
    a.btn, button.open-popup, input.hs-button.primary.large, input[type=submit]{line-height: 21px; padding: 7px 16px;}
    .rheader { gap: 14px;}
    .pb-1, .ptb-1 {  padding-bottom: 60px;}
    .ptb-1 {  padding-top: 60px;}
     .ancillary-box {
        width: 90%;
    }
  .logo {
    background-position: top;
    background-size: contain;
  }
  .hero-content-wrap {
    top: 30px;
  }
  .hero-title {
    font-size: 50px;
    line-height: 55px;}
  .hero-stitle {
    font-size: 35px;
    line-height: 40px;
}
 }
 @media only screen and (max-width: 768px) { 
    .hero-content-wrapper {
       display: block;
       width: 100%;
       float: left; min-height: inherit;
       padding: 160px 0 80px 0;
    }
   .hero-section{min-height: inherit;}
    .circle { width: 100%; }
    .hero-title-wrap, .hero-content-wrap {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      left: 0;   
    }
   .author-img {
            width: 18%;
        }
  .hero-text {
  align-items: flex-start;
   }
    .hero-title-wrap div {
      font-size: 48px !important;
    }
     .main-nav ul[role=menu] {
        display: none;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        position: absolute;
        top: calc(100% - 10px);
        left: 0;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }

    .main-nav ul[role=menu].active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }
    li.hs-menu-item a {  font-size: 12px;}
    body,.hero-text p{font-size:15px; line-height: 26px;}
    .pb-1, .ptb-1 {
        padding-bottom: 50px;
    }
    .hero-content-wrap {
      width: 100%;
      padding: 0;
  }

  .community-content {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .callout {
    display: block;
    margin: 0;
    padding: 0;
  }
  .callout li{
    border: 0px;
  }
   .description-box div.full{
    padding: 48px 60px;
  }
}
  @media only screen and (max-width: 659px) { 
       .custom-footer .span12.widget-span .row-fluid { flex-direction: column-reverse; text-align: center; gap:10px;}
    .lheader{max-width: 50%;} 
    .lheader{   gap: 12px;}
    .col-7, .col-6:last-child, .col-3{margin-bottom:30px;}
     .ap-tabs-section .tab-item {
      margin-right: 25px;
    }
    .ap-tabs-section .tabs {
      margin: 0 0 25px;
    }
     .header-wrapp {
       padding: 10px 0;
    }
    .custom-footer {
      margin-top: 0px; 
    }
    .ancillary-box {
       width: 100%;
    }
    .logo, .detail {
      width: 100%;
    }
   .logo{
       height: 230px;
       background-position: top left;
    }
    
   .hero-title {
    font-size: 40px;
    line-height: 45px;
  }
    .hero-stitle {
    font-size: 30px;
    line-height: 35px;
}
  }
  
  @media only screen and (max-width: 500px) {     
    
    h2 {
    font-size: 28px;
    }
   
    }
   
   

  @media only screen and (max-width: 380px) { 
     
    .header-wrapp {
       padding: 20px 0;
    }
  
}
  }