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

.gen-header .gen-header__search{
  display:block !important;
}

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

/* our solution slider section styling */

.gen-header__nav-item > a:hover, .gen-header__nav-item > span:hover{
  color:#D31245;
}

.gen-header__nav-item > a, .gen-header__nav-item > span{
  font-family:'Overpass';
  color:#021531;
}

.tns-item {
  padding-right: 0;
}

body a{
  color: #D31245;
  text-decoration:underline;
}
body a:hover{
  text-decoration-thickness: 2px;
  color: #D31245;
}
body .header_section a, a.card-slider__slide-content, .footer_section .main_container a, .blog-index__post-content.blog-index__post-content--small a, .blog-pagination a, .contact-info a, .pagination_section a{
  text-decoration:none !important;
}
.blog-post__meta a {
  text-decoration: none;
}
.card-slider__slide a{
  text-decoration:none;
  text-decoration-color:#fff;
}
h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 48px;
  line-height: 55px;
  font-family: Barlow;
  letter-spacing: 0px;
  color: #06357A;
  opacity: 1;
}

h3 {
  font-weight: bold;
  font-style: normal;
  font-size: 34px;
  line-height: 40px;
  font-family: Barlow;
  letter-spacing: 0px;
  color: #06357A;
  opacity: 1;
}

p, li {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 29px;
  font-family: Barlow;
  letter-spacing: 0px;
  color: #021531;
  opacity: 1;
}


body .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:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}
@media(max-width:767px){
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block;
    width:100%;
    margin:20px auto 0;
    float:none
  }
  body .row-fluid .two-col-adjust>span{
    display:block;
    margin-right:0;
  }
}
/*==================================================
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: -3.2%;
}
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.96%;
  -webkit-flex-basis: 30.96%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  flex-basis: 20%;
  -webkit-flex-basis: 20%;
  width:20%;
  float: left;
  box-sizing:border-box;
  position:relative;
}
@media (max-width:1024px){
  .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;
  }
}
@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;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:auto;
  }
}
/*==================================================
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%;
  margin-top: 30px;
  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;
    width:100%;
    margin-top: 20px;
  }
}
.progress-bar{
  border:none !important;
}
.animated-statistics__card{
  margin:0;
}
.hs-video-container .hs-video-wrapper{
  z-index: 999;
}

@media(min-width:768px) and (max-width:1024px){
  body h2 {
    font-size:40px;
    line-height:normal;
  }
  body .banner_section .dr_video-hero__content .heading_cont h1 {
    font-size:50px;
    line-height:normal;
  }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    flex-basis:47.5%;
    -webkit-flex-basis: 47.5%;
  }
  br{
    display:none;
  }
  body .blog-listing--card.blog-listing--3-col .blog-listing__post {
    width: calc(48.6% - 1rem) !important;
  }
}

@media(max-width:767px){
  body form .hs-error-msg{
    top:70px;
  }
  body h2 {
    font-size:36px;
    line-height:normal;
  }
  body h3 {
    font-size:30px;
    line-height:normal;
  }
  br{
    display:none;
  }
  .tabs-wrapper .tabs {
    flex-direction: column;
    width: 100%;
  }
  .accordion-wrapper .accordion .accordion__summary {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .two_col_section.two_col_v2{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 375px) {
  .tns-outer .tns-ovh .tns-inner {
    margin: 0 0px 0 0 !important;
  }
  .tns-outer .tns-ovh .tns-inner .tns-item,
  .tns-outer .tns-ovh .tns-inner .testimonial-slider .tns-item {
    padding-right: 0!important;
  }
}
.button{
  transition:all 0.3s ease-in-out;
}
.button:hover{
  transform:scale(1.05);
  transition:all 0.3s ease-in-out;
}

.accordion-wrapper .accordion .accordion__summary:before {
  color: #d31245 !important;;
}



input.hs-button.primary.large:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.hs-fieldtype-textarea.hs-input {
  min-height: 143px;
  resize: none;
}
form label {
  padding: 0px;
  line-height: 29px;
  margin:0;
}
form .hs-form-field input{
  border: 1px solid #042B63;
  background-color: #042B63;
}
form input:focus, 
form textarea:focus, 
form select:focus {
  outline: none;
  border: 1px solid #042B63;
}

.hs-form-field{
  position: relative;
}
.hs-error-msg{
  position: absolute;
  top: 70px;
  font-size: 12px;
  padding:0;
  margin:0;
}
.hs_message .hs-error-msg{
  position: absolute;
  top: auto;
  bottom: -20px;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.submitted-message {
  color: #fff;
  text-align: center;
}
form input{
  padding: 13.56px;
}
form input.hs-button{
  padding: 20px 40px;
}
form .hs-form-field {
  margin-bottom: 24.4px;
}