@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
*
{
    margin: 0px;
    padding: 0px;
}
body
{
    font-family: 'Montserrat', sans-serif;
    color: #080808;
    font-size: 18px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Montserrat', sans-serif;
}
h1
{
/*     font-size: 55.7px;
    line-height: 62.66px; */
    font-size: 50px;
    line-height: 60px;
}
h2
{
    font-size: 33.15px;
    color: #002f6c;
    line-height: 47.36px;
}
a, button, input[type="submit"]
{
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
} 
a:hover, a:focus
{
    outline: none;
    text-decoration: none;
}
:focus
{
    outline: none;
}
::selection
{
    background: #000;
    color: #fff;
}
ul
{
    margin: 0px;
    padding: 0px;
}
ul li
{
   list-style: none; 
}
p
{
    margin: 0px 0px 25px;
}
p:last-child
{
    margin: 0px;
}
.body-container-wrapper {
    padding-top: 0px !important;
}
.container-fluid .row-fluid .page-center {
    max-width: 1170px;
}
a.cta_button {
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    font-weight: bold;
    text-transform: uppercase;
/*     font-size: 24px;
    margin: 34px 0px 0px;
    padding: 21.5px 20px;
    min-width: 367px; */
    line-height: 1;
    font-size: 20px;
    margin: 25px 0px 0px;
    padding: 18px 20px;
    min-width: 220px;
}
a.cta_button:hover {
    background: #ffffff;
}

/*============ Header Section ================*/

.header-container-wrapper {
    position: absolute;
}
.header-container, .small-header .header-container {
    background: transparent;
    padding: 0px;
}
.header-section {
    background: rgba(255, 255, 255, .8);
/*     padding: 38.5px 0px; */
    padding: 20px 0px;
}
.header-container .header-section .hs_cos_wrapper_type_logo a::after {
	display: none;
}
.small-header .header-container .header-section .hs_cos_wrapper_type_logo a img {
	max-width: 224px;
}


/*============= Pillar Banner Section ============*/

.banner-section-main {
/*     min-height: 814px; */
    min-height: 460px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.banner-section-main:before {
    content: "";  
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
/*     background: rgba(46, 49, 146, .35); */
    background: rgba(65,155,230,.0);
    width: 100%;
    height: 100%;
}
.banner-main-content {
    position: relative;
    text-align: center;
    color: #fff;
/*     padding-top: 132px; */
    padding-top: 80px;
}
.banner-main-content h1 {
	max-width: 80%;
/* 	margin: 0 auto 16px; */
	margin: 0 auto 10px;
}
.banner-main-content p {
/*     font-size: 24px;
    line-height: 32px;
    max-width: 83%; */
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    max-width: 73%;
}



/*========= Thank You Page ===========*/

.recent-blog-main {
    padding: 40px 0px;
    text-align: center;
}
.post-repeater-outer {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    margin: 100px 0px 0px;
}
.recent-blog-inner {
    max-width: 32%;
    flex: 0 0 32%;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    /*margin-bottom: 2.7%;*/
}
.title-outer {
    background: #e87722;
    color: #fff;
    display: inline-block;
    max-width: 80%;
    padding: 10px 12px 10px;
    margin: -60px 0px 0px;
}
.title-inner h3 {
    font-size: 18px;
    line-height: 22px;
    height: inherit;
    overflow: hidden;
    min-height: 60px;
}
.title-inner-date {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}
.title-inner-date p {
    display: inline-block;
    vertical-align: middle;
}
.title-inner-date a {
    color: #fff;
}
.recent-blog-image {
    min-height: 265px;
    background: #f2f2f2;
}
.recent-blog-image img {
	  height: 265px;
	  object-fit: cover;
    width: 100%;
}
.recent-blog-content {
    padding: 20px 23px;
}
.body-content-main {
    font-size: 14px;
    line-height: 22px;
}
.read-more-cta {
    text-align: right;
    margin: 10px 0px 0px;
}
.read-more-cta a {
	  color: #00bff3;
	  text-transform: uppercase;
	  font-size: 14px;
    display: inline-block;
}
.read-more-cta a:hover {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}


/*=========== Difference Section =============*/

.difference-main-section {
    padding: 40px 0px 70px;
}
.difference-left {
    padding-right: 42px;
}
.difference-left h2 {
    color: #737373;
    font-size: 52.16px;
    line-height: 69.55px;
    margin: 0px 0px 35px;
}
.tabin ul li {
    margin: 0px 0px 5px;
}
.tabin ul li a {
/*  Table of contents   background: rgba(65, 182, 230, 0.5); */
    background: rgba(211,211,211, .9);
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 12.5px 20px;
}
.tabin ul li a.active {
    background: rgba(249, 142, 17, 
      1);
}
/*  Table of contents   background: rgba(65, 182, 230, 0.5); */
#contect-us-section {
/* background-color: rgba(211, 211, 211, 1)!important; */
}


/*=========== Why choose Section =============*/

.work-section-main {
    padding: 60px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.work-section-main:before, #banner-background-image.cordia-resources-outer:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 47, 108, .8);
}
.work-section-inner {
    position: relative;
    color: #fff;
}
.work-section-title h4 {
	  font-size: 35px;
    line-height: 40px;
}
.repeater-outer {
	margin: 40px 0px 0px;
}
.repeater-inner {
	display: flex;
	display: -webkit-flex;
	/*align-items: center;*/
  margin: 0px 0px 30px;
}
.repeater-inner:last-child {
  margin: 0px;
}
.repeater-image {
	max-width: 68px;
	flex: 0 0 68px;
}
.repeater-content {
	padding-left: 25px;
  max-width: 500px;
}
.work-with-two-col .repeater-outer {
  column-count: 2;
}

/*============== Firm Section ================*/

.firm-outer {
    padding: 100px 0px;
}
.firm-inner-content p {
    line-height: 36px;
} 


/*============== Hiring Section ================*/

.hiring-outer {
	background: #002f6c;
	color: #fff;
  position: relative;
  margin: 0px 0px 100px;
  display: inline-block;
  width: 100%;
}
.right-form {
	background: #fff;
	box-shadow: 0px 2px 5px rgb(0, 0, 0, .15);
	-webkit-box-shadow: 0px 2px 5px rgb(0, 0, 0, .15);
	margin: -40px 0px;
	border-radius: 10px;
}
.hiring-content {
	padding: 90px 0px;
  position: relative;
}
.hiring-content h2 {
	font-size: 46.53px;
	color: #fff;
	line-height: 45px;
  margin: 0px 0px 30px;
}
.hiring-content p {
	line-height: 31px;
}
.hiring-form {
	padding: 22px 22px 0px 22px;
}
body form .hs-input {
    background: rgba(0, 124, 195, .1);
    border: 0px;
    box-shadow: none;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 12px;
}
body form .hs-input:focus {
    box-shadow: none;
    border: 2px solid #007cc3;
}




body form input.hs-button.large.primary[type="submit"] {
	background: #e87722;
	border-color: #e87722;
	color: #fff;
	font-weight: bold;
	font-size: 26.88px;
	width: 238px;
	text-align: center;
	padding: 11px;
	border-radius: 12px;
}
body form input.hs-button.large.primary[type="submit"]:hover {
	background: #e87722;
  border-color: #e87722;
}
body form .actions {
	text-align: center;
	margin: 0px 0px -30px;
  display: inline-block;
  width: 100%;
}
.right-form-title {
	padding: 12px;
	background: #002f6c;
	text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
}
.right-form-title h4 {
	color: #f98e11;
	font-size: 28px;
	margin: 0 0 5px;
	line-height: 30px;
}
body form.hs-form label {
	color: #000;
	font-weight: normal;
}

/*============ Testimonial Section ==============*/

.testimonial-section {
  text-align: center;
  padding: 50px 0px 80px;
}
.testimonial-repeater-outer {
	margin: 40px 0px 0px;
  display: flex;
  display: -webkit-flex;
    justify-content: space-between;
}
.our-clients-content {
	box-shadow: 0px 0px 40px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.08);
}
.testimonial-inner {
	max-width: 48.7%;
	flex: 0 0 48.7%;
}
.our-clients-content {
  padding: 50px;
  min-height: 340px;
}
.our-clients-content p {
	font-size: 18px;
	line-height: 40px;
	font-style: italic;
}
.Clients-image {
	margin: -45px 0px 0px;
}
.clients-bio {
	margin: 20px 0px 0px;
}
.clients-bio p {
	color: #4b4b4b;
	max-width: 80%;
	margin: 0 auto;
}

/*============= Footer Section =============*/

.footer-main-section {
    padding: 30px 0px;
}
.footer-first-row {
    height: 55px;
    line-height: 55px;
    background-color: #41b6e6;
    color: #fff;
}
.footer-socials, .footer-social-icons {
    display: flex;  
    display: -webkit-flex;
    align-items: center;
}
.footer-social-icons li {
	margin-left: 15px;
}
.footer-social-icons li a {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: #002f6c;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-consultation {
    text-align: right;
}
.footer-consultation p, .footer-consultation p a {
    color: #fff;  
    text-transform: uppercase;
    font-weight: 500;
    transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -ms-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
}
.footer-consultation p a:hover{
  color: #002f6c;
  text-decoration:underline;
}
.footer-consultation p a i {
    color: #002f6c;
}
.footer-left p {
	color: ;
	font-size: 16px;
	margin: 0px 0px 20px;
}
.footer-left img {
	max-width: 145px !important;
}
.footer-right address {
    font-style: inherit;
    font-size: 13px;
    line-height: 1.3;
}
.footer-right address span {
	  color: #41b6e6;
	  display: block;
	  font-weight: 600;
    font-size: 16px;
}
.footer-bottom {
	margin: 50px 0px 0px;
}
.footer-bottom > .row-fluid-wrapper > .row-fluid {
  display: flex;
  display: -webkit-flex;  
  align-items: center;
}
.footer-bottom > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
}
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
	margin-right: 25px;
}
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child {
  margin-right: 0px;
}
.footer-copyright-text, .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .footer-design p, .footer-design p a {
  font-size: 13px;
  line-height: 1;
}
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a  {
    color: #41b6e6;
    transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -ms-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
}
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{
  text-decoration:underline;
}
.footer-copyright-cus h6 {
    margin: 0px;
   font-weight: normal;
}
.no-list.hs-error-msgs.inputs-list label {
	color: red;
	font-size: 14px;
	display: inline-block;
	margin: 5px 0px 0px;
}
.hs_error_rollup {
	display: none;
}
body .hs-form-field > label {
  font-size: 17px;
}
body .hs-form-field.hs_how_can_cordia_help > label, body .hs-form-field.hs_i_m_interested_in2 > label {
	font-weight: 600;
	margin: 0px 0px 7px;
	display: inline-block;
}
<script type="text/javascript">
_linkedin_partner_id = "1960708";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/javascript">
(function(){var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})();
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=1960708&fmt=gif" />
</noscript>








/* body form.hs-form fieldset.form-columns-1 .hs-form-field {
	padding: 0;
} */
/*================= Cordia LP ===============*/

/*.cordia-landing .header-section {
    background: transparent;
}*/
.banner-with-features .page-center {
    width: 100%;
    max-width: 1070px !important;
}
.banner-with-features.banner-section-main {
    align-items: flex-end;
    min-height: auto;
    padding-bottom: 30px;
    padding: 140px 0 50px;
}
.banner-with-features.banner-section-main::before {
/*     background: rgba(66, 182, 230, .3); */
    background: rgba(66, 182, 230, .4);
    /*height: calc(100% - 132px);*/
    top: 0;
    bottom:0;
}
.banner-with-features .banner-main-content {
    text-align: left;
    padding: 0px;
}
.banner-with-features .banner-main-content h1, .banner-with-features .banner-main-content p {
    margin-left: 0px;
}
.banner-with-features .banner-main-content h1 {
	font-size: 42px;
	line-height: 50px;
	max-width: 58%;
}
.banner-with-features .banner-main-content p {
	max-width: 46%;
	font-size: 18px;
}
/* .banner-with-features .banner-main-content p {
    max-width: 53%;
} */
.feature-repeater {
	  position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0px 15px;
}
.banner-with-features .single-feature {
    padding: 10px 10px 10px;
}
.single-feature {
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    max-width: 32%;
    flex: 0 0 32%;
    color: #fff;
    padding: 8px 10px 8px;
}
.single-feature h4 {
    font-size: 34px;
    line-height: 58px;
    margin: 2px;
}
.single-feature p {
    font-size: 24px;
    line-height: 28px;
}
.banner-with-features a.cta_button {
    margin: 20px 0px 0px;
    font-size: 16px;
    padding: 15px 15px;
}
.banner-with-features .feature-repeater {
    padding-top: 20px;
}
.banner-with-features .single-feature h4 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 10px;
}
.banner-with-features .single-feature p {
    font-size: 18px;
    line-height:26px;
}
.organization-grow {
    text-align: center;
    padding: 40px 0px 20px;
}
.organization-grow h3 {
    font-size: 32px;
    line-height: 40px;
    color: #4b4b4b;
    max-width: 70%;
    margin: 0 auto 30px;
}
.organization-grow p {
    line-height: 28px;
    color: #fffff;
}
.resources-left-content, .right-form {
    position: relative;
}
.resources-left-content {
    color: #fff;
    padding: 120px 0px;
}
.resources-left-content p, .resources-left-content ul li {
    line-height: 30px;
}
.resources-left-content h4 {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 30px;
}
.hs_cos_wrapper_type_rich_text ul {
	  padding-left: 10px;
}
.hs_cos_wrapper_type_rich_text ul li {
    position: relative;
    padding-left: 25px;
}
.hs_cos_wrapper_type_rich_text ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #8dc73f;
    position: absolute;
    left: 0px;
    top: 8px;
}
.bottom-content-outer {
    padding: 100px 0px 100px;
    text-align: center;
}
.bottom-content-outer h4 {
    color: #4b4b4b;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}

/*============== Navigation =========*/


.header-wih-nav .page-center > .row-fluid-wrapper > .row-fluid {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.header-wih-nav .page-center > .row-fluid-wrapper > .row-fluid:before, .header-wih-nav .page-center > .row-fluid-wrapper > .row-fluid:after {
    display: none;
}
.header-wih-nav .page-center > .row-fluid-wrapper > .row-fluid > div {
    width: auto;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul {
    padding: 0px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li > a {
    color: #41b6e6;
    font-weight: 600;
    font-size: 16px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: 0px 0px 4px 7px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f8a610;
    position: absolute;
    right: 5px;
    top: 13px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 25px;
    border: 3px solid #ededed;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    background-color: rgba(65,182,230,0.9);
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li ul li {
	  line-height: 1;
	  margin: 0px 0px 30px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li ul li:hover {
    background: transparent;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li ul li:last-child {
	  margin: 0px 0px 0px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li ul a {
    color: #fff;
    font-weight: 600;
    text-transform: initial;
    padding: 0px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li ul:before {
    display: none;
}
.thank-you-page .body-container-wrapper{
    min-height: calc( 100vh - 21vh) !important;
}
.thank-you-page .body-container-wrapper .body-container.container-fluid{
    min-height: calc( 100vh - 21vh) !important;
}
.thank-you-page .body-container-wrapper .body-container.container-fluid > div:first-child {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
}
.thank-you-page .banner-section-main{
  height: 100vh;
}
.repeater-image{
    width: 66px;
}
.repeater-image img {
    max-height: 41px;
}
.footer-social-icons, .footer-social-icons li a, .footer-design p a{
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
}
.footer-social-icons li a:hover .fa{
	color: #002f6c;
}
.footer-social-icons li a:hover {
	background: #fff;
}
.footer-design p, .footer-design p a{
  color: #8c8c8c;
}
.footer-design p a:hover{
  text-decoration:underline;
}


/* 12-march css start */
.right .banner-main-content {
    text-align: right;
}
.right .banner-main-content h1, .right .banner-main-content p {
    margin-left: auto;
    margin-right: 0px;
}
.center .banner-main-content {
    text-align: center;
}
.center h1, .center p {
    margin-left: auto !important;
}
.left .banner-main-content {
    text-align: left;
}
.left .banner-main-content h1, .left .banner-main-content p {
    margin-left: 0px;
}
.left .testimonial-section .testimonial-inner {
    text-align: left;
}
.left .testimonial-section .clients-bio p, .right .testimonial-section .clients-bio p {
    max-width: 90%;
} 
.right .testimonial-section .testimonial-inner {
    text-align: right;
}
#testimonial-section .testimonial-repeater-outer .testimonial-inner .our-clients-content {
    box-shadow: none;
    min-height: auto !important;
      padding-bottom: 10px !important;
    padding-top: 10px !important;
}
#testimonial-section .testimonial-repeater-outer .slick-dots li {
    display: inline-block;
    margin: 0px 8px;
}
#testimonial-section .testimonial-repeater-outer .slick-dots li.slick-active button {
    background: #41b6e6;
}
#testimonial-section .testimonial-repeater-outer .slick-dots li button {
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
}
.testimonial-repeater-outer .slick-prev {
    left: 0%;
}
.testimonial-repeater-outer .slick-prev, .testimonial-repeater-outer .slick-next {
    font-size: 0;
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
}
.testimonial-repeater-outer .slick-prev:before{
    transform: rotate(-45deg);
}
.testimonial-repeater-outer .slick-prev:before, .testimonial-repeater-outer .slick-next:before  {
    opacity: 1;
    background-color: transparent;
    width: 24px;
    height: 24px;
    content: "";
    border-top: 3px solid #41b6e6;
    position: absolute;
    font-size: 0;
    border-left: 3px solid #41b6e6;
}
.testimonial-repeater-outer .slick-next {
    right: 22px;
}
.testimonial-repeater-outer .slick-next:before {
    transform: rotate(132deg);
}


/*================= Media Queries / Responsive ==========*/

@media (max-width: 1440px) {
  .banner-section-main {
/*     min-height: 580px; */
    min-height: 460px;
  }
}
@media (max-width: 1199px) {
  .single-feature h4 {
    font-size: 36px;
    line-height: 60px;
  }
  .single-feature p {
    font-size: 20px;
    line-height: 26px;
  }
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .banner-main-content p {
    font-size: 22px;
    line-height: 30px;
  }
  body .hs-form-field.hs_i_m_interested_in2 > label {
    min-height: 48px;
  }
  .resources-left-content {
    padding: 80px 0px;
  }
  .title-inner h3{
    min-height: 145px;
  }
  .repeater-content{
    min-height: 74px;
  }
}
@media (max-width: 1080px) {
  .container-fluid .row-fluid .page-center {
    padding: 0px 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .header-section {
    padding: 20px 0px;
  }
  .banner-main-content {
    padding-top: 84px;
  }
  .banner-section-main {
/*     min-height: 570px; */
  }
  .banner-main-content h1 {
    max-width: 100%;
  }
  .banner-main-content p {
    font-size: 20px;
    line-height: 27px;
    max-width: 100%;
  }
  a.cta_button {
    font-size: 20px;
    padding: 15px 20px;
	  min-width: 260px;
  }
  .recent-blog-image {
    min-height: 210px;
  }
  .recent-blog-image img {
    height: 210px;
  }
  .title-outer {
    padding: 15px 20px 10px;
    max-width: 90%;
  }
  .title-inner-date {
	  font-size: 13px;
  }
  .title-inner h3 {
    min-height: 95px;
  }
  .difference-left h2 {
    font-size: 38px;
    line-height: 44px;
    margin: 0px 0px 25px;
  }
  .difference-left {
    padding-right: 0;
  }
  p {
    margin: 0px 0px 15px;
  }
  .hiring-content h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0px 0px 20px;
  }
  .right-form-title h4 {
    font-size: 24px;
  }
  .our-clients-content {
    padding: 20px 20px 50px;
  }
  .our-clients-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .footer-main-section div.footer-left, .footer-main-section div.footer-right {
    width: 100%;
  }
  .footer-first-row {
    font-size: 14px;
  }
  .footer-bottom, .footer-main-section div.footer-right {
    margin: 30px 0px 0px;
  }
  .banner-with-features.banner-section-main::before {
    height: 100%;
  }
  .banner-with-features .banner-main-content h1 {
    max-width: 80%;
  }
  .banner-with-features .banner-main-content p {
    max-width: 70%;
  }
  .single-feature h4 {
    font-size: 26px;
    line-height: 40px;
  }
  .single-feature p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-with-features a.cta_button {
    margin: 40px 0px 0px;
  }
  .feature-repeater {
    padding: 30px 0px 0px;
  }
  .banner-with-features.banner-section-main {
    min-height: 700px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul > li {
    margin-right: 0px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
  }
  .header-container .header-logo .hs_cos_wrapper_type_logo a img {
    max-width: 150px;
  }
  .repeater-content{
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .header-container .header-section .hs_cos_wrapper_type_logo a img, .small-header .header-container .header-section .hs_cos_wrapper_type_logo a img {
    max-width: 150px;
  }
  #banner-background-image {
    text-align: left !important;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a::before {
    display: none;
  }
  .mobile-trigger.cta_border_button {
    border: 0;
    padding: 0;
    background: transparent;
    margin: 0;
    right: 15px;
  }
  .mobile-trigger.cta_border_button span {
    display: block;
    width: 24px;
    height: 4px;
    background: #41b6e6;
    margin: 0px 0px 4px;
  }
  .mobile-trigger.cta_border_button span:last-child {
    margin: 0px 0px 0px;
  }
  .custom-menu-primary.js-enabled.header-menu .hs-menu-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    box-shadow: none;
  }
  .custom-menu-primary.js-enabled.header-menu .hs-menu-wrapper > ul {
    background: #41b6e6;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul > li ul {
    padding: 0;
    border: 0px solid #ededed;
    border-top: 0;
    border-radius: 0;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul > li ul li {
    margin: 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
    word-break: break-word;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-main-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-blog-inner {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0px 0px 30px;
  }
  .recent-blog-inner:last-child {
    margin: 0px;
  }
  a.cta_button {
    font-size: 16px;
    padding: 10px 30px;
    min-width: auto;
  }
  .header-section {
    padding: 15px 0px;
  }
  .banner-main-content {
    padding-top: 77px;
  }
  .banner-section-main {
    min-height: 430px;
    padding: 50px 0px;
  }
  .post-repeater-outer {
     margin: 20px 0px 0px;
  }
  .recent-blog-main, .organization-grow {
    padding: 50px 0px;
  }
  .recent-blog-image, .recent-blog-image img {
    height: auto;
  }
  .title-outer {
    padding: 10px 10px 6px;
    max-width: 100%;
    margin: 0;
    display: block;
  }
  .title-inner h3 {
    font-size: 20px;
    min-height: inherit;
    margin: 0px 0px 5px;
  }
  .recent-blog-content {
    padding: 15px;
  }
  .body-content-main {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-first-row {
    height: auto;
    line-height: normal;
    padding: 10px 0px;
  }
  .footer-socials, .footer-social-icons {
    justify-content: center;
  }
  .footer-consultation {
    text-align: center;
    margin: 7px 0px 0px;
  }
  .footer-left p {
    font-size: 14px;
    margin: 0px 0px 10px;
  }
  .footer-right address {
    margin: 0px 0px 30px;
  }
  .footer-left img {
    margin: 0px 0px 20px;
  }
  .footer-consultation {
    font-size: 14px;
  }
  .footer-bottom {
    margin: 0px 0px 0px;
  }
  .footer-bottom > .row-fluid-wrapper > .row-fluid {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .footer-bottom > .row-fluid-wrapper > .row-fluid > div {
    width: 100%;
  }
  .footer-copyright-text, .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .footer-design p, .footer-design p a {
	  line-height: 1.2;
  }
  .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    margin-right: 0;
  }
  .difference-left h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0px 0px 15px;
  }
  .difference-right {
    margin-top: 30px;
  }
  .piller-main-tabin > .page-center {
    padding: 0px !important;
  }
  .difference-main-section {
    padding: 40px 0px 50px;
  }
  .work-section-main, .firm-outer, .hiring-content {
    padding: 50px 0px;
  }
  .work-section-title h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .repeater-outer {
    margin: 20px 0px 0px;
  }
  .repeater-image {
    max-width: 50px;
    flex: 0 0 50px;
  }
  .repeater-content {
    padding-left: 20px;
    max-width: 470px;
  }
  .firm-inner-content p, .hiring-content p {
    line-height: 26px;
  }
  .hiring-content h2, .organization-grow h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0px 10px;
  }
  .right-form {
    margin-top: 0px;
  }
  .right-form-title h4 {
    font-size: 20px;
  }
  .right-form-title {
/*     background: #f5f5f5; */
  }
  .right-form-title p {
/*     color: #000; */
  }
  .hiring-form {
    padding: 20px 20px 0px 20px;
  }
  body form .hs-input {
    height: 45px;
  }
  .hiring-form form input.hs-button.large.primary[type="submit"] {
    font-size: 20px;
    width: auto;
    padding: 7px 30px;
  }
  .testimonial-section {
    padding: 20px 0px 50px;
  }
  .testimonial-repeater-outer {
    margin: 30px 0px 0px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .testimonial-inner {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0px 0px 30px;
  }
  .testimonial-inner:last-child {
    margin: 0px 0px 0px;
  }
  .footer-left .row-fluid-wrapper:nth-child(2) > .row-fluid > div:last-child img {
    margin: 0px;
  }
  .our-clients-content {
    min-height: auto;
  }
  .banner-with-features .banner-main-content h1, .banner-with-features .banner-main-content p  {
    max-width: 100%;
  }
  .banner-with-features a.cta_button {
    margin: 20px 0px 0px;
  }
  .feature-repeater {
    padding: 20px 0px 0px;
  }
  .single-feature {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0px 0px 20px;
    padding: 20px;
  }
  .single-feature:last-child {
    margin: 0px;
  }
  .banner-with-features.banner-section-main {
    min-height: auto;
    padding: 100px 0px 30px;
  }
  .banner-with-features.banner-section-main::before {
    height: 100%;
  }
  .organization-grow h3 {
    max-width: 100%;
  }
  .resources-left-content {
    padding: 50px 0px 30px;
  }
  .bottom-content-outer h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .bottom-content-outer {
    padding: 110px 0px 40px;
  }
  .repeater-content {
    min-height: 72px;
  }
  .difference-right {
    display: none !important;
  }
}

@media (max-width: 639px){
  .work-with-two-col .repeater-outer {
	  column-count: 1;
  }
  .repeater-content {
    min-height: inherit;
  }
}

@media (max-width: 480px) {
  body form .hs-input {
    width: 100% !important;
  }
}