/* Add Font Family  */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');


/* These includes are optional, but helpful. */
{% include "hubspot/styles/responsive/modules.css" %}
{% include "hubspot/styles/patches/recommended.css" %}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/***** Theme Adjustments *****/

body{
  padding:0;
  font-size: 16px ;
  line-height: 1.3;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family: 'Quicksand', sans-serif;
  width:100%;
  letter-spacing:0;
  background: #fff ;
  margin:0 auto;
  color: #424242;
  margin:0px !important;
  margin:0px !important;
  scroll-behavior: smooth;
}

html{
  scroll-behavior: smooth;
}

body .container-fluid .row-fluid .wrapper{
  max-width: 1110px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}

img{
  height:auto;
}

h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
  color:#333;
}

h1,h2,h3,h4,h5,h6{
  color:#333;
  font-family: 'Quicksand', sans-serif;
}

.body-container-wrapper ul,
.body-container-wrapper li{
  margin-bottom:15px;
}

a{
  margin-bottom:0;
  font-weight:400;
}

h1{
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 62px;
  font-family: 'Quicksand', sans-serif;
}

h2{
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

h3{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .5px;
}

h4{
  font-size: 20px;
  line-height:28px;
  font-weight: 700;
  letter-spacing: .4px;
  margin-bottom:10px;
}

h5{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

h6{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

p,
.body-container-wrapper li{
  font-size: 15px;
  line-height: 24px;
  color: #56676b;
  letter-spacing: 0;
  font-weight: 400;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;
  z-index:2;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  margin-left:26px;
  margin-bottom:8px;
}


.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style ul{
  margin:0;    
  list-style:none;
}

.no-list-style li{
  margin:0;
}

.body-container-wrapper a{
  color:#1871c9;
  transition: all ease-in-out .2s;
}

blockquote{
  margin: 0;
  font-size: 18px;
  font-style: italic;
  color: #333;
  font-weight: 300;
  padding-left: 17px;
  border-left: 2px solid #1871c9;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.widget-type-cta{
  margin-top:15px;
}

body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
  font-size: 16px;
  line-height: 18px;
  padding: 16px 40px;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background:#1871c9;
  border-color: #1871c9;
  transition: all ease-in-out .2s;
  letter-spacing: 1.5px;
  top:0;
}

body a.cta_button.image-cta{
  padding:0;
  background:transparent;
  text-align:center;
}

body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
  box-shadow: 0px 8px 20px 2px rgba(0, 0, 0, 0.32);
  top:-5px;
}

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

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#1871c9;
}

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
  margin-bottom:80px;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

img{
  max-width:100%;
}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid  .equal-height{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }


  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  } 

  body .row-fluid .flex-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items:center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

  } 
}
/*========================================================
Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

  h1{
    font-size: 34px;
    line-height:46px;
  }

  h2{
    font-size: 26px;
  }

  h3{
    font-size: 20px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 16px;
  }

  h6{
    font-size: 14px;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }

  p{
    font-size: 14px;
  }

  .section-heading p {
    font-size: 18px;
  }

  .cta-margin {
    margin-top: 30px;
  }
}

@media (max-width:767px){

  h1{
    font-size: 24px;
  }

  h2{
    font-size: 24px;
  }

  h3{
    font-size: 20px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 16px;
  }

  h6{
    font-size: 16px;
  }

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

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

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
  }

}



/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.4%;
  -webkit-flex-basis: 47.4%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}
/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


.redirect-page{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  display:block;
  cursor:pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}

/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}

/*==================================================
Five Col Adjust
==================================================*/

body .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:767px) {
  body .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
  }
}

/*==================================================
Six Col Adjust
==================================================*/

body .row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:767px) {
  body .row-fluid .six-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
  }
}

.team .team-content .hs_cos_wrapper .overlay-new {
  position: relative;
  z-index: 1;
}
.team .team-content .six-col-adjust .hs_cos_wrapper .image-container ,
.team .team-content .five-col-adjust .hs_cos_wrapper .image-container{
  max-height: 170px !important;
  height: 30vw !important;
}

.team .modal-2 .image-container-2{
  height: 60vw;
  max-height: 600px;
  background-size: cover;
  background-position: center;
}

.team ul.icons{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.team ul.icons li{
  width:30px;
  margin:0px 5px;
}

.team .team-content .six-col-adjust .hs_cos_wrapper p,
.team .team-content .five-col-adjust .hs_cos_wrapper p{
  font-size: 12px;
}

.team .team-content .six-col-adjust .hs_cos_wrapper h4 ,
.team .team-content .five-col-adjust .hs_cos_wrapper h4 {
  font-size: 16px;
}

.team .team-content .hs_cos_wrapper p {
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
}
.team .team-content .hs_cos_wrapper a{
  font-weight: 700;
  font-size: 16px;
}
.whole-card a{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  box-sizing:border-box;
  z-index:99;
}
.team .modal-2 h4 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 5px;
}
.team .modal-2 h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  color: #17d980 !important;
  margin-bottom: 0;
  text-transform: uppercase;
}
.team .modal-2 {
  display:block;
  position: fixed;
  z-index: 999;
  pointer-events:none;
  left: 0;
  transform: translateX(-100%);
  right:0;
  top: 0;
  bottom:0;
  width: 100%;
  height: 100%;
  overflow-y: scroll; 
  animation-duration: 0.6s;
  background-color: rgba(0,0,0,1) !important;
  pointer-events: none;
  transition: 0.6s all ease-in-out;
}

.team .modal-2.show-popup-2{
  display: flex;
  justify-content: left;
  align-items: inherit;
  transform: translateX(0%);
  transition: all 0.6s ease-in-out;
  pointer-events: visible;
}

.team .modal-2::-webkit-scrollbar{
  display:none;
}

.team .text-2 {
  width: 100%;
  opacity: 1;
  background-color: #1d2a36;
  padding: 24px;
  box-sizing: border-box;
  text-align:center;
}
.team .modal-2 .modal-body-2 .left-col {
  padding: 65px;
  background: #fff;
  margin: 0;
  width:70%;
  min-height:350px;
}
.team .modal-2 .left-col .bottom-content-2  p {
  line-height: 1.78;
  margin-bottom: 25px;
  font-size: 18px;
  color: #1d2a36;
  font-weight: normal;
}
.team .modal-2 .modal-body-2 .right-col{
  padding: 40px 30px;
  background: #f3f4f5;
  margin-left: 0;
  width:30%;
}

.team .modal-2 > .row-fluid{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width:80%;
  transition:0.6s all ease-in-out;
}

.team .content-block{
  cursor:pointer;
}

@media(max-width:1024px){

  .team .modal-2 > .row-fluid{
    max-width:100%;
    transition:0.6s all ease-in-out;
  }

}

@media(max-width:767px){

  .team .modal-2 .left-col .bottom-content-2 p {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 16px;
    color: #1d2a36;
    font-weight: normal;
  }

  .team .modal-2 .modal-body-2 .left-col,
  .team .modal-2 .modal-body-2 .right-col{
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 40px 20px;
    min-height: unset;
  }

  .team .team-content .hs_cos_wrapper .image-container {
    height: 90vw !important;
  }

  .team .team-content .hs_cos_wrapper h5 {
    line-height: 1.6;
  }
}
@media(min-width:768px) and (max-width:1200px){
  .close-2 {
    left: 96.5%;
  }
}
@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .team .team-content .six-col-adjust span>.hs_cos_wrapper {
    flex-basis: 24%;
    -webkit-flex-basis: 24%;
  }
  body .row-fluid .team .team-content .five-col-adjust span>.hs_cos_wrapper {
    flex-basis: 23.5%;
    -webkit-flex-basis: 23.5%;
  }
  body .row-fluid .team .team-content .four-col-adjust span>.hs_cos_wrapper {
    flex-basis: 31.5%;
    -webkit-flex-basis: 31.5%;
    margin-right: 9%;
  }
}

























