/* comman-css */
.greenBtn{
    background-color:#94C83C;
    border-radius:10px;
    font-size:18px;
    text-align:center;
    letter-spacing:0.5px;
    font-family: 'Raleway';
    color:#FFFFFF;
    padding: 19px 30px;
    border: none;
    transition:0.5s;
	text-decoration:none !important;
}
.greenBtn:hover{
    background-color:#81b131;
}

.blackBtn{
    background-color:#000000;
    border-radius:10px;
    font-size:18px;
    text-align:center;
    letter-spacing:0.5px;
    font-family: 'Raleway';
    color:#FFFFFF;
    padding: 12px 30px;
    border: none;
    transition:0.5s;
	text-decoration:none !important;
}
.blackBtn:hover{
    background-color:#FF7500;
	color:#ffffff
}

.grdBtn{
    position: relative;
    padding: 13px 20px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color:#000000;
    border:none;
    background-color:#ffffff;
    border-radius: 8px;
	text-decoration:none !important;
}
.grdBtn::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(45deg, #FF7500, #59CBE8, #97D700);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.neModal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding:0px 15px;
}
.neModal.open{
  display:flex;
}
.neModal .neModal__cn {
  width: 1070px;
  max-width: 100%;
  position: relative;
}
.neModal .neModal__cn .neModal__cnBG {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 106px 30px 73px 30px;
  width: 1070px;
  max-width: 100%;
  border-top: 10px solid #4EC8E8;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.neModal .closeBtn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 26px;
  right: 16px;
  background-color: #ffffff;
  border-radius:50%;
  z-index:9;
  cursor: pointer;
}
.neModal .closeBtn:before, 
.neModal .closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  width: 30px;
  height: 3px;
  background-color: #000000;
}
.neModal .closeBtn:before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.neModal .closeBtn:after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.model_content {
    max-width: 676px;
    margin: 0 auto;
}

.model_content h2 {
    font-size: 42px;
    font-family: 'ITC Avant Garde Gothic Pro';
    text-align: center;
    margin-bottom: 40px;
}
.landing_popup_form .frm_primary_label {
    display: none !important;
}
.landing_popup_form input{
	 background-color: #F2F2F2 !important;
    border-radius: 8px !important;
    border: 1px solid #E3E3E3 !important;
    height: 50px !important;
}
div#frm_error_field_ht9ed {
    color: red !important;
}
.landing_popup_form .frm_button_submit::before,
.landing_popup_form .frm_button_submit::after{
	display:none !important;
}
.landing_popup_form .frm_button_submit{
	color: white !important;
}
/* comman-css end */

.topBanner{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}
.topBanner::before{
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    z-index:2;
}
.topBanner .cn__container{
    width:1213px;
    max-width:100%;
    padding:0px 15px;
    margin: 0px auto;
    text-align:center;
}
.topBanner .innerWrapper{
    position: relative;
    z-index:4;
    width:100%;
}
.topBanner > img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.topBanner .neTitle{
    font-family: 'ITC Avant Garde Gothic Pro';
    font-weight:900;
    text-align:center;
    color:#ffffff;
    margin-bottom:45px;
    font-size:60px;
}
.topBanner .decText{
    font-family: 'Raleway';
    color:#ffffff;
    font-size:24px;
    width:500px;
    max-width:100%;
    margin:0px auto 50px auto;
    text-align:center;
}

.neCTA{
    border-radius:8px;
    background-color:#F4F5F0;
    box-shadow:0px 3px 10px #0000001A;
    padding:58px 58px;
    text-align:center;
    width:1305px;
    max-width:calc(100% - 30px);
    margin:0px auto;
    margin-top: -110px;
    position: relative;
    z-index: 2;
}
.neCTA .neTitle{
    text-align:center;
    font-family: 'ITC Avant Garde Gothic Pro';
    font-weight:500;
    color:#000000;
    text-align:center;
    font-size:32px;
    margin-bottom:30px;
}

.whyUs__sec{
  padding:100px 0px;
}
.whyUs__sec .cn__container{
  width:1345px;
  padding:0px 15px;
  max-width:100%;
  margin:0px auto;
}
.whyUs__sec .dataRow {
  display: flex;
  align-items:center;
  margin: 0px -15px;
}
.whyUs__sec .dataCol.leftCN{
  width:60%;
  padding:0px 15px;
}
.whyUs__sec .dataCol.rightImg{
  width:40%;
  padding:0px 15px;
}
.whyUs__sec .dataCol.leftCN .innerCol{
  width:618px;
  max-width:100%;
}
.whyUs__sec .dataCol.leftCN .neTitle{
  font-family: 'ITC Avant Garde Gothic Pro';
  font-size:42px;
  color:#000000;
  margin-bottom:70px;
  text-align:left;
}
.whyUs__sec .dataCol.leftCN h2{
  font-family: 'ITC Avant Garde Gothic Pro';
  font-size:32px;
  color:#000000;
  margin-bottom:24px;
  text-align:left;
}
.decText p {
    margin-bottom: 50px;
}
.whyUs__sec .dataCol.leftCN .decText{
  font-family: 'Raleway';
  font-size:20px;
  color:#000000;
  text-align:left;
  margin-bottom:60px;
}
.whyUs__sec .dataCol.leftCN .decText:last-child{
  margin-bottom:0px;
}
.whyUs__sec.flip .dataCol.rightImg{
  order:-1;
}
.whyUs__sec.flip .dataCol.leftCN .innerCol{
  margin:0px auto;
}

.neCTA__black{
  background-color:#181622;
  padding:100px 15px;
}
.neCTA__black .cn__container{
  width:1305px;
  max-width:100%;
  margin:0px auto;
  display:flex;
  align-items:flex-start;
}
.neCTA__black .neTitle{
  font-family: 'ITC Avant Garde Gothic Pro';
  font-size:40px;
  color:#ffffff;
  margin-bottom:0px;
  width:46%;
  padding-right:15px;
}
.neCTA__black .decText{
  font-family: 'Raleway';
  font-size:20px;
  color:#ffffff;
  text-align:left;
  margin-bottom:0px;
  width:54%;
}
.neCTA__black .decText p{
  font-family: 'Raleway';
  font-size:20px;
  color:#ffffff;
  text-align:left;
  margin-bottom:0px;
}

.resultSec{
  background-color:#F2F2F2;
  padding:90px 0px 70px 0px;
}
.resultSec .cn__container{
  width:1345px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}
.resultSec .neTitle{
  font-family: 'ITC Avant Garde Gothic Pro';
  font-size:40px;
  color:#000000;
  margin-bottom:44px;
  text-align:center;
}
.resultSec .dataRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -11px;
}
.resultSec .dataCol{
  width:33.3333%;
  padding:0px 11px;
  margin-bottom:20px;
}
.resultSec .dataCol .innerBox{
  height:100%;
  background-color:#FFFFFF;
  box-shadow:0px 3px 30px #0000000D;
  padding:45px 36px;
}
.resultSec .dataCol .title{
  font-family: 'ITC Avant Garde Gothic Pro';
  font-size:20px;
  text-align:center;
  margin-bottom:23px;
  color:#000000;
  font-weight:700;
  line-height:32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.resultSec .dataCol .decText{
  font-size:20px;
  text-align:center;
  font-family: 'Raleway';
  color:#000000;
  margin-bottom:0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.researchTools__sec{
  padding:100px 0px;
}
.researchTools__sec > div:first-child img{
  width:640px;
  display:block;
  max-width:100%;
  margin:0px auto;
}
.researchTools__sec .cn__container{
  width:1662px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}
.researchTools__sec .neTitle{
  font-family: 'ITC Avant Garde Gothic Pro';
  font-size: 40px;
  color: #000000;
  margin-bottom: 65px;
  text-align: center;
  margin-top:40px;
}

.researchTools__sec .dataRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -66px;
}
.researchTools__sec .dataCol{
  width:25%;
  padding:0px 66px;
}
.researchTools__sec .dataCol .innerBox{
  height:100%;
  background: #F4F5F0 0% 0% no-repeat padding-box;
  border: 2px dashed #75787B;
  border-radius: 7px;
  padding: 60px 15px 55px 15px;
  position: relative;
  box-shadow: 0px 0px 40px #0000000d;
}
.researchTools__sec .dataCol .innerBox img.numberImg{
  width:50px;
  height:50px;
  margin:0px auto;
  display:block;
  object-fit:contain;
  object-position:center;
  position:absolute;
  top:15px;
  left:15px;
}
.researchTools__sec .dataCol .innerBox img{
  width:50px;
  height:50px;
  margin:0px auto;
  display:block;
  object-fit:contain;
  object-position:center;
  margin-bottom:26px;
}
.researchTools__sec .dataCol .innerBox .title{
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom:28px;
  text-align:center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.researchTools__sec .dataCol .innerBox .decText{
  margin-bottom:0px;
  color: #161616;
  font-size: 16px;
  line-height:36px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  text-align:center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.neCTA__gray{
  background-color:#F2F2F2;
  padding:80px 0px;
}
.neCTA__gray .cn__container{
  width:1300px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
  text-align:center;
}
.neCTA__gray .neTitle{
  font-family: 'ITC Avant Garde Gothic Pro';
  font-size: 40px;
  color: #000000;
  margin-bottom: 28px;
  text-align: center;
}
.neCTA__gray .decText{
  font-family: 'ITC Avant Garde Gothic Pro';
  font-size:20px;
  line-height:30px;
  color:#000000;
  margin-bottom:38px;
  font-weight:700;
}
.dataCol a {
    text-decoration: none;
}

@media only screen and (max-width:1600px) {
  .researchTools__sec .dataRow{
    margin:0px -10px;
  }
  .researchTools__sec .dataCol{
    padding:0px 10px;
  }
}
@media only screen and (max-width:1199px) {
  .greenBtn{
    padding: 15px 30px;
  }

  .whyUs__sec {
    padding: 60px 0px;
  }
  .whyUs__sec .dataCol.leftCN .neTitle{
    margin-bottom:30px;
    font-size: 38px;
  }
  .whyUs__sec .dataCol.leftCN h2{
    margin-bottom:10px;
    font-size:26px;
  }
  .whyUs__sec .dataCol.leftCN .decText{
    margin-bottom:36px;
  }
  .neCTA__black{
    padding: 70px 15px;
  }

  .resultSec{
    padding:60px 0px 40px 0px;
  }
  .resultSec .neTitle{
    font-size: 32px;
    margin-bottom: 30px;
  }
  .resultSec .dataCol .innerBox{
    padding: 35px 20px;
  }
  .resultSec .dataCol .decText{
    font-size:16px;
  }
  .resultSec .dataCol .title{
    font-size: 18px;
    line-height: 28px;
  }

  .researchTools__sec {
    padding: 60px 0px;
  }
  .researchTools__sec .neTitle{
    margin-bottom: 38px;
  }
}
@media only screen and (max-width:991px) {
  .researchTools__sec {
    padding: 60px 0px 40px 0px;
  }
  .researchTools__sec .neTitle{
    font-size: 34px;
  }
  .researchTools__sec .dataCol {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:767px) {
  .topBanner .neTitle{
    font-size:40px;
    margin-bottom:20px;
  }
  .topBanner .decText{
    margin: 0px auto 30px auto;
  }

  .whyUs__sec .dataRow{
    display:block;
  }
  .whyUs__sec .dataCol.leftCN,
  .whyUs__sec .dataCol.rightImg{
    width:100%;
  }
  .whyUs__sec .dataCol.rightImg{
    margin-top:30px;
  }

  .neCTA__black{
    padding:50px 15px;
  }
  .neCTA__black .cn__container{
    display:block;
  }
  .neCTA__black .neTitle{
    width:100%;
    margin-bottom:16px;
    padding-right:0px;
  }
  .neCTA__black .decText{
    width:100%;
  }

  .resultSec .dataCol{
    width:100%;
  }

  .neCTA__gray{
    padding: 50px 0px;
  }
  .neCTA__gray .neTitle{
    font-size: 36px;
    margin-bottom: 15px;
  }
  .neCTA__gray .decText{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width:575px) {
  .greenBtn{
    padding: 12px 20px;
    font-size: 16px;
  }

  .topBanner .neTitle{
    font-size:31px;
  }
  .topBanner .decText{
    font-size:18px;
  }

  .neCTA{
    padding:35px 15px;
  }
  .neCTA .neTitle{
    font-size: 22px;
    margin-bottom: 18px;
  }

  .whyUs__sec .dataCol.leftCN .neTitle{
    font-size:28px;
    margin-bottom: 20px;
  }
  .whyUs__sec .dataCol.leftCN .decText{
    font-size:18px;
  }
  .whyUs__sec .dataCol.leftCN h2{
    font-size:22px;
  }

  .neCTA__black .neTitle{
    font-size:30px;
  }
  .neCTA__black .decText{
    font-size:18px;
  }

  .resultSec .neTitle{
    font-size:28px;
  }

  .researchTools__sec .neTitle{
    font-size: 28px;
    margin-bottom: 22px;
    margin-top: 28px;
  }
  .researchTools__sec .dataCol{
    width:100%;
  }

  .neCTA__gray .neTitle{
    font-size:30px;
  }
}