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




body{
	font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
	padding-top: 70px;
	color: #04151f;
	letter-spacing: 0.5px;
	background-color:#f9f9fe;
}
/* Title*/
h1{
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    color: #04151f;
}
h2{
  color: #04151f;
  font-size:28px;
  line-height: 40px;
  font-weight: 500;
}
h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  color: #04151f;
}
h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  color: #04151f;
}
p{
    font-size: 18px;
    line-height: 28px;
}
/* blog pages */
.blog-post_title span, p em span{
    color: #04151f!important;

}
.article-col {
margin-bottom:25px;
}
.blog-post .blog-post__image-wrapper .blog-post__image {
	width: 100%;
  height:100%;
  border-radius:8px;
}
.blog-post .blog-post__body p, .blog-post .blog-post__body ul {
	  color: #04151f;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
}
.blog-post .author_name_blog {
	width: 100%;
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
  border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 25px 0 25px 0;
}
}
.author_name_blog .hs-author-avatar {
	margin-right: 20px;
}
.author_name_blog .author-link {
	text-decoration: none;
	color: #04151f;
	font-size: 15px;
	font-weight: 550;
	display: flex;
	justify-content: center;
	align-items: center;
  padding-left: 10px;
}
.author_name_blog .author_image_name_content {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.blog-post .author_name_blog .date_time_blog_content {
	width: 50%;
	display: flex;
	justify-content: end;
	align-items: center;
	color: #04151f;
	font-size:15px;
  text-transform: capitalize;
}
.blog-post .sommaire{
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    margin: 20px;
    background-color: #d3dbde66;
}

.blog-post .tag_author_content {
	width: 100%;
  border-top: 1px solid;
  border-color : #04151f;
}
.blog-post .tag_author_content ul {
	display: flex;
	list-style: none;
	padding: 0;
}
.blog-post .tag_author_content ul li {
	padding-right: 10px;
}

.blog-post .tag_author_content ul li a:hover{
	background-color: #04151f;
  color: white;
  transition: background-color 1s;
}

.blog-post .tag_author_content ul li a {
	text-decoration: none;
	background-color: #ff7b57;
	padding: 7px 20px;
	color: white;
	text-transform: capitalize;
	letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 20px;
}
.blog-post .tag_author_content {
	width: 100%;
	padding: 15px 0px 15px 0px;
}
/************
Pagination 
* */
.pagination {
    padding-bottom: 60px;
}

.pagination a.blog-pagination__link.blog-pagination__prev-link {
    height: 42px;
    width: 104px;
    background-color : #d3dbde66;
    display: flex;
    float: left;
    position: relative;
    transition: all .2s linear;
    align-items: center;
    justify-content: center;
}

nav.blog-pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
nav.blog-pagination a.blog-pagination__link.blog-pagination__next-link {
    height: 42px;
    width: 104px;
    background-color : #d3dbde66;
    float: left;
    position: relative;
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}
nav.blog-pagination a.blog-pagination__link.blog-pagination__next-link svg{
	fill: #04151f
}
nav.blog-pagination a.blog-pagination__link.blog-pagination__next-link svg:hover{
	fill: #ff7b57
}
.pagination a.blog-pagination__link.blog-pagination__prev-link svg{
	fill: #04151f
}

.pagination a.blog-pagination__link.blog-pagination__prev-link svg:hover{
	fill: #ff7b57
}


nav.blog-pagination a.blog-pagination__link.blog-pagination__number-link {
    font-size: 18px;
    font-weight: 500;
    color: #04151f;
    line-height: 42px;
    display: block;
    padding: 0 15px;
}
nav.blog-pagination a.blog-pagination__link.blog-pagination__number-link:hover {
    color: #ff7b57;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
	background-color: #f9f9fe;
	z-index: 10;
}
body span{
	color:#ff7b57;
}

.our_blog .titre_sect_article_sidebar{
	
    font-weight: 500;
}

 .our_blog .titre_sect_article_sidebar span:before {
    background-color: #ff7b57;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
  .our_blog .titre_sect_article_sidebar span {
    color: #04151f;
    position: relative;
}
}
.our_blog .text h4 {
  max-width: 600px;
    margin: auto;
}
.our_blog .titre_sect_article {
	  font-size: 18px;
    font-weight: 500;
    color: #04151f;
}
.our_blog .titre_sect_article span {
    position: relative;
	  color: #04151f;
}
.our_blog .titre_sect_article span:before{
	  background-color: #ff7b57;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.our_blog .form_sidebar .form_b {
      padding: 0px 20px 0px 20px;
}

.our_blog .form_sidebar .form_b label.hs-error-msg {
  font-size: 12px;
  color: #8f8f8f;
  padding-left: 15px;
}

.our_blog .form_sidebar .form_b .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field {
  margin: 0;
}
.our_blog label{
  display:none;
}
.our_blog .hs-main-font-element{
  display:block;
	color:red;
}
.our_blog .actions{
	text-align: center;
    margin: auto;
	
}
.our_blog .submitted-message,
.our_blog .submitted-message span{
	color:green;
	
}
.our_blog .form_sidebar .form_b input.hs-button.primary.large {
  border: 1px solid #ff7b57;
  border-radius: 4px;
  margin-top:10px;
  font-size: 18px;
  background-color: #ff7b57;
	color:white;
  font-weight: 100;
}

.our_blog .form_sidebar .form_b li {
  margin: 0 !important;
}

.our_blog .form_sidebar .form_b label.hs-main-font-element {
  font-size: 14px;
  color: red;
}

.our_blog .form_sidebar .form_b input.hs-button.primary.large:hover {
  background-color: #04151f;
	border-color:#04151f;
  color: #fff;

}
.our_blog  .formm textarea,
.our_blog .form_sidebar .form_b input {
  border: 1px solid rgba(0,0,0,.1);
  font-size: 15px;
    line-height: 25px;
  color: #04151f;
  padding-left: 8px;
	font-weight:100;
}
.our_blog .form_sidebar .form_b input,
.formm textarea {
  width: 100% !important;
  height: 40px;
}

.our_blog .form_sidebar .form_btextarea {
  height: 150px;
}

.our_blog ul
{
  list-style : none;
	padding: 0;
}

.our_blog .form_sidebar .form_b .actions {
  width: 40%;
}
.our_blog .tag_sidebar ul{
    list-style: none;
}
.our_blog .tag_sidebar ul li{
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 10px 10px 10px 10px;
	  text-transform: capitalize;
	  font-size: 18px;
	  color:#04151f;
}
.our_blog .tag_sidebar ul li:hover{
    background-color : #d3dbde66;
    color: #ff7b57;
}

.our_blog .form_sidebar{

	text-align:center;
	margin-top:10px;
	
}


.our_blog .form_sidebar .subtitle_form_sidebar{
	padding: 20px 10px 0px 10px;
}

.our_blog .form_sidebar p{
	font-size: 18px;
    line-height: 25px;
	margin-bottom: 0;
}

.our_blog .ads_sidebar{
	
    
    
	text-align:center;
	margin-top:10px;
  margin-bottom:10px;
	
}
.our_blog .ads_sidebar img{
	width:100%;
		height:100%;
	
}

	.our_blog .tag_sidebar p span{
		color: #04151f;
		position: relative;
		font-weight:500;
	}

	.our_blog .form_sidebar p span{
		color: #04151f;
		position: relative;
		font-weight:500;
	}

.our_blog .form_sidebar p span:before{
		background-color: #ff7b57;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
	}
.our_blog .form_sidebar .title_form_sidebar{
		text-align:left;
	}



.our_blog .tag_sidebar p span:before{
		background-color: #ff7b57;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
	}


.our_blog .information_sidebar{
	
    padding: 20px 20px 20px 20px;
    
	text-align:center;
}
.our_blog .information_sidebar p{
    line-height: 25px;
}
.our_blog .information_sidebar .information_sidebar_title{
	text-align:center;
	font-weight: 500;
	padding: 8px 0 0 0;
}
.our_blog .form_sidebar .form_sidebar_title{
	text-align:center;
	font-weight: 500;
	font-size:21px;
	margin-bottom:5px;
}

.our_blog .information_sidebar .information_sidebar_img{
	text-align:center;
}
.our_blog .information_sidebar .information_sidebar_img img{
	width:150px;
	height:150px;
}
footer .go-top svg {
  fill: #fff;
  width: 38px;
  border-radius: 50px;
  padding: 10px;
  background-color: #ff7b57;
}

a{
  text-decoration:none;
  color: #04151f;
}

a:hover{
  text-decoration:none;
  color: #ff7b57;
}



/* awesome module   */
.awesome.features .button_slide {
  color: #04151f;
  border: 2px solid #ff7b57;
  border-radius: 4px;
  padding: 18px 36px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #ff7b57;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}    
 .awesome.features  .slide_right:hover {
  box-shadow: inset 300px 0 50px 5px #ff7b57;
}  
.awesome.features  #outer {    
  margin: 15px auto 0 auto;
}
body {
  
}

.container-fluid.body-container.body-container--home-page {
  padding: 0;
}

.span12.widget-span.widget-type-cell.dnd-column {
  padding: 0;
}

header {
  /*background-color: #f9f9fe;*/
  background-color: white;
}

header .navbar-brand {
  padding-top: 0 !important;
}

header .navbar-brand img {
  max-width: 250px;
  height:100%;
}
header li.hs-menu-item.hs-menu-depth-2 {
  top: 9px;
  position: relative;
}

header li.hs-menu-item.hs-menu-depth-2 a {
  line-height: 28px;
}
header ul.hs-menu-children-wrapper {
    background-color: #ff7b57;
    border-radius: 4px;
    padding: 8px 23px 23px 23px;
}
header ul.hs-menu-children-wrapper li a:hover {
  color: #04151f;
}
header ul.hs-menu-children-wrapper li a{
  color: #fff;
}
header ul.hs-menu-children-wrapper a {
  padding: 0px;
}

header .container {
  justify-content: space-evenly !important;
}

header ul li a {
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  color: #04151f;
  font-weight: 100;
  font-size: 18px;
  line-height: 20px;
}

header ul li a:hover{
  padding: 10px 20px 10px 20px;
    background-color : #d3dbde66;
  color: #ff7b57;
  font-weight:100;
}

header ul li {
  padding-right:20px;
}

header .icon {
  padding-right: 27px;
  margin: 13px 0 0 0;
}

header .icon svg {
  height: 25px;
  fill: #ff7b57;
}

header .icon svg:hover {
  fill: #04151f;
  transition: fill 1s ;
}

header .bttn a {
  align-items: center;
  background-color: #ff7b57;
  border-radius: 3px;
  color: #fff;
  width: 100%;
	padding:15px;
  font-size: 18px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  height: 48px;
}

header .image {
  background-color: #262626;
  margin-left: 10px;
  border-radius: 5px;
  width: 60px;
  text-align: center;
  line-height: 57px;
}

header .image svg {
  height: 25px;
  fill: #fff;
}

header .navbar-expand-lg .navbar-collapse {
  justify-content: space-evenly;
}

header .social_media {
  display: flex;
  padding-bottom: 21px;
}

header .bttn {
  padding-top: 3px;
  
}

header .bttn a:hover {
  color: #fff;
  background-color: #04151f;
  transition: background-color 1s;
}

header button a :hover {
  color: #04151f !important;
}

/*-----------------------------*/

.banner {
  padding: 80px 0 20px;
  background: #F9F9FE;

}

.banner .formm ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 5px 0px 0px 10px;
  font-size:14px;
  color:red;
}

.banner .formm .hs_error_rollup{
  display:none;

}


.banner .formm input[type=email] {
    width: 100% !important;
    min-width: 280px;
}
.banner .formm input.hs-button.primary.large {
    background: white;
    border-color: #04151f !important;
}
.banner .formm input.hs-button.primary.large:hover {
    background: white;
	  color:#ff7b57;
    border-color: #04151f !important;
}

.banner .banner-image-circle{
  height: 350px;
    width: 350px;

    margin-top: 40px;
    margin-left: 40px;
    background-color: #ff7b57;
    border-radius: 50%;
    position: absolute;
	

}


.banner .banner-image img{
  width: 280px;
    margin-left: 130px;
    margin-top: -15px;
	transition: transform 0.3s ease;
  transform: translateX(0px);

}
.banner .banner-image img:hover{

transform: translateX(5px);

}
.banner .txt, h1 {
  margin: 0 auto;
  text-align: left;
	padding : 0px 10px 0px 10px
}

.banner .txt span {
  color: #ff7b57;
}
.banner .txt p {
    padding : 25px 0px 0px 10px;
    max-width: 647px;
    text-align: left;
	
}
/*--------------------------------*/
.entire.business {
  padding: 40px 0;
  background: #f9f9fe;

}

.entire.business .txt {
  text-align: center;
}

.entire.business .txt .heading h1 {
  
  color: #04151f;
  margin: 0 auto;
  text-align:center;
}

.entire.business .txt .para {
  color: #04151f;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 auto;
  max-width: 100%;
  padding-right :20%;
  padding-left:20%;
  padding-top: 22px;
}

/*-----------------------------------------*/
.awesome.features {
  padding: 50px 0 80px 0;
}

.awesome.features .text {
  text-align: center;
  font-size: 36px;
  line-height: 40.32px;
  font-weight: 500;
  color: #04151f;
  
}

.awesome.features .sub_title {
  color: #04151f;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 auto;
  max-width: 509px;
  padding-bottom: 40px;
  text-align: center;
}

.awesome.features img {
  object-fit: fill;
  width: 100%;
  position: relative;
  border-radius: 6px;
  border: 2px solid transparent;
  transform:translateY(5px);
  transition-duration: 500ms;
}

.awesome.features img:hover {
  
  transform:translateY(-5px);
  transition-duration: 500ms;
}

.awesome.features .txt {
  padding: 40px;
}

.awesome.features .txt .heading {
  font-size: 32px;
  line-height: 25px;
  font-weight: 500;
  color: #04151f;
}

.awesome.features .txt .para {
  color: #04151f;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  
  padding: 17px 0;
}

.awesome.features .txt .bttn {
  border: 1px solid #ff7b57;
  border-radius: 2px;
  margin-top: 10px;
  padding: 8px;
  text-align: center;
  width: 44%;
  cursor: pointer;
}

.awesome.features .txt .bttn a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #ff7b57;
  text-decoration: none;
  text-transform: uppercase;
}

.awesome.features .txt .bttn:hover a {
  color: #fff;
}

.awesome.features .second {
  padding: 100px 0;
}

.awesome.features .second .txt {
  padding: 40px 0 0 0;
}

.awesome.features .image {
  position: relative;
}

.awesome.features .image:before {
  background: #D3DBDE66;
  border-radius: 4px;
  content: "";
  height: 100%;
  bottom: -30px;
  left: 30px;
  position: absolute;
  
  opacity: 1;
  width: 100%;
}

.awesome.features .second .txt .para {
  color: #04151f;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  max-width: 368px;
  padding: 17px 0;
}

.awesome.features .second .image:before {
  background: #D3DBDE66;
  border-radius: 4px;
  content: "";
  height: 100%;
  left: -20px;
  opacity: 1;
  position: absolute;
  top: -20px;
  width: 100%;
}

.awesome.features .second .image img:hover {
  border: 2px solid #ff7b57;
}

/*-----------------------------*/
.our_blog .text {
  text-align: center;
  padding-bottom: 20px;
}

.our_blog .text .title {
  font-size: 36px;
  line-height: 46.87px;
  font-weight: bold;
  color: #04151f;
}

.our_blog .text .subtitle {
  color: #04151f;
  font-size: 18px;
  line-height: 23.36px;
  margin: 0 auto;
  font-weight: 300;
  max-width: 508px;
  padding-top: 10px;
}

.our_blog .image img {
  border-radius: 5px;
  width: 100%;
  border: 2px solid transparent;
  position: relative;
}


.our_blog .calender {
  /*padding-top: 50px;*/
  display: flex;
  justify-content: space-between;
}

.our_blog .calender .date {
  display: flex;
}

.our_blog .calender svg {
  fill: #04151f;
  height: 24px;
}

.our_blog .calender .month {
  font-size: 16px;
  line-height: 23.44px;
  color: #04151f;
  padding-left: 10px;
  padding-top: 3px;
}

.our_blog .calender .date_time {
  display: flex;
}

.our_blog .image {
  position: relative;
  height: 350px;
}
.our_blog .image img{
  height: 100%;
  object-fit: cover;
}

.our_blog .image img:hover{
  transform:translateY(-5px);
  transition-duration: 500ms;
  
}
.our_blog .image img{
  transform:translateY(5px);
  transition-duration: 500ms;
  
}
.our_blog .image:before {
  background: #d3dbde66;
    border-radius: 4px;
    content: "";
    height: 98%;
    left: -30px;
    position: absolute;
    /* top: 21px; */
    width: calc(100% + 60px);
    bottom: -30px;
}

.our_blog .calender .time {
  font-size: 14px;
  line-height: 23px;
  opacity:85%;
  color: #04151f;
  /*padding-left: 9px;*/
}

.our_blog .txt {
  font-size: 24px;
  line-height: 26.88px;
  font-weight: bold;
  color: #04151f;
  padding: 16px 0;
}

.our_blog .author {
  display: flex;
  
}

.our_blog .author_name {
  color: #04151f;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  padding-left: 10px;
  padding-top: 8px;
}

.our_blog .tag_info {
    background-color: #ff7b57;
     align-items: center;
     display: inline-flex;
    flex-wrap: wrap;
    margin: 4px 8px 8px 0px;
    padding: 4px 8px 4px;
    position: relative;
    z-index: 2;
    font-weight: 500;
  border-radius:3px;
    text-transform: capitalize;
}

.our_blog .tag_info a {
  font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
  
}

.our_blog .box {
  padding: 0px 40px;
 
}
.our_blog .head_article{
position: relative;
}

.our_blog .img_head_article{
position: relative;
    transform: translate(0);
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 75%;
   
    overflow: hidden;
}
.our_blog .img_head_article img{
  position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    border-radius:8px;
transition: transform 250ms;
}

.our_blog .img_head_article img:hover {

	transform: translateY(-10px);
}

.our_blog .title_article {
  font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.our_blog .title_article a:hover{
  text-decoration: underline;
}
.our_blog .title_button {
  background-color: #ff7b57;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  width: 25%;
}

.our_blog .title_button a {
  font-size: 18px;
  font-weight: 100;
  line-height: 20px;
  color: white;
  text-decoration: none;
  
}

.our_blog .title_button:hover {
  background-color: #04151f;
  color: #ff7b57;
  transition: background-color 1s;
  
}

.our_blog .tag_info:hover {
  
  
  background-color: #04151f;
  color: #ff7b57;
  transition: background-color 1s;
  
}

.our_blog .author_image img{
border-radius:50%;
  
}
/*module basic size*/
.module_capt{
  padding: 20px 50px 20px 50px;
}


/* Text Explain */
.text-explain {
	  
    margin-left: 50px;
    margin-right: 50px;
}

.text-explain .txt{
	text-align: center;
    background-color: white;
    padding: 25px;
  margin-bottom:10px;
	 transition: transform 250ms;
}
.text-explain .txt:hover {
	background-color: #ff7b57;
	color:white;
	transform: translateY(-10px);
}
.text-explain img{
	width:150px;
}
.text-explain .text-explain-titre-p span{
	color: #04151f;
    position: relative;
	font-weight:500;
}
.text-explain .text-explain-titre-p span:before{
	background-color:#ff7b57;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.row > [class*='text-ex'] {
  display: flex;
}
/*----------------------------------------*/

.texte_simple_capt .txt {
  padding : 20px;
	color: #04151f;
}
/*----------------------------------------*/
.texte_image_capt {
	
}
.texte_image_capt .image_capt {
	padding : 20px;
}
.texte_image_capt .image_capt img{
	width:100%;
}
.texte_image_capt .txt_capt{
	padding : 20px;
	color: #04151f;
}
.texte_image_capt .txt_capt p{
	color: #04151f;
}
.texte_image_capt .txt_capt span{
	color: #04151f;
}
/*----------------------------------------*/
.get_in_touch {
  padding: 50px 0 50px;
}

.get_in_touch .header_get_in_touch {
  text-align: center;
  padding-bottom: 40px;
}
.get_in_touch .header_get_in_touch p{
  padding-top:10px;
}
.get_in_touch h1 {
  text-align: center;
}

.get_in_touch p {
  max-width: 499px;
	text-align: center;
  margin: auto;
}

.get_in_touch .txt p {
	text-align: left;
}


.get_in_touch .heading {
  font-size: 30px;
  line-height: 33.6px;
  font-weight: bold;
  max-width: 279px;
  color: #04151f;
}



.get_in_touch .formm input,
.formm textarea {
  width: 100% !important;
  height: 50px;
}

.formm textarea {
  height: 150px;
}

.formm textarea,
.get_in_touch .formm input {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 3px;
  color: #04151f;
  padding-left: 8px;
	font-weight:100;
}

.get_in_touch .formm .actions {
  width: 40%;
}

.get_in_touch .txt {
  padding: 15px 0 0 20px;
}

.get_in_touch .formm {
  padding: 0 75px 0 75px;
}

.get_in_touch .formm label.hs-error-msg {
  font-size: 14px;
  color: red;
  padding-left: 5px;
}

.get_in_touch .formm .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field {
  margin: 0;
}

.get_in_touch .formm input.hs-button.primary.large {
  border-radius: 3px;
  padding: 8px;
  font-size: 18px;
  color: white;
  font-weight: 100;
  background-color: #ff7b57;
}
.get_in_touch .formm input.hs-button.primary.large:hover {
  
  color: #fff;
  background-color: #04151f;
  transition: background-color 1s;
	
}
.get_in_touch .formm ul{
	list-style: none;
    padding-left: 0;
	color:red;
}
.get_in_touch .hs-form-field{
	margin-bottom:5px;
}

.get_in_touch .formm span{
	color:#04151f;
	padding-bottom:5px;
	font-size:18px;
}

.get_in_touch .formm li {
  margin: 0 !important;
}

.get_in_touch .formm label.hs-main-font-element {
  display:none;
}

/*-------------------------------------*/
footer .formm {
  
  width:100%;
}

footer {
  padding: 40px 0 40px;
  background-color: #ff7b57;
}
footer .footer-first-text{
	color:white;
	font-weight:100;
}
footer .footer-socialmedia a {
    display: inline-block;
    margin-right: 10px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    color: #9e9ea2;
    font-size: 12px;
    margin-right: 7px;
}

footer .footer-socialmedia a svg {
    height: 20px;
    width: 20px;
    fill: white;
}

footer .footer-socialmedia a:Hover {
	background: #f9f9fe;
}

footer .footer-socialmedia a:Hover svg {
    fill: #ff7b57;
}
footer .footer-title {
    color: #fff;
   
	font-size : 21px;
	font-weight:500;
}
footer .menu_footer  {
    text-align:center;
}
footer .menu_footer li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

footer .menu_footer li a {
    font-size: 18px;
    font-weight: 100;
    color: white;
}
footer .menu_footer li a:hover {
    color: #04151f;
}
footer .col_ftr.row .col_space input[type=email] {
    width: 100% !important;
    min-width: 280px;
}
footer input.hs-button.primary.large {
    background: white;
    border-color: #04151f !important;
}
footer input.hs-button.primary.large:hover {
    background: white;
	  color:#ff7b57;
    border-color: #04151f !important;
}
footer .text {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

footer .hs_error_rollup {
  display: none !important;
}

footer label.hs-error-msg {
  font-size: 14px !important;
  color: #fff;
}
footer .submitted-message{
  width: 100%;
    text-align: left;
    color: white;
}

footer .hs-error-msgs{
  margin 0;
  padding:0;
}

footer input {
  background-color: transparent;
  border: 1px solid #fff !important;
  border-radius: 5px;
  color: #fff;
  font-size: 18px !important;
	font-weight:100 !important;
  height: 68px;
  width: 100% !important;
}
footer .hs-error-msg{
	color:black;
}

footer form {
  display: inline-flex;
}

footer label {
  display: inline !important;
}

footer .actions {
  padding-left: 10px !important;
}

footer li {
  list-style: none;
}

footer input {
  padding-left: 8px;
}

footer label.hs-main-font-element {
  display: none;
}

footer input.hs-button.primary.large {
  background: transparent;
  border: 1px solid #fff !important;
  border-radius: 4px;
  color: #fff;
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 0;
  line-height: 11px;
  width: 130px !important;
}

footer input.hs-button.primary.large:hover {
  border: 1px solid #ff7b57 !important;
  color: #ff7b57;
  background: #fff !important;
}

footer .bottom_section {
  display: flex;
  justify-content: space-between;
}

footer .left_section {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 100;
  display: flex;
  align-items: end;
}

footer .social_media {
  display: flex;
  padding-bottom: 17px;
  padding-left: 77px;
}

footer .social_media svg {
  height: 23px;
  padding-right: 18px;
  fill: #fff;
}

footer .social_media svg:hover {
  fill: #04151f;
  transition: fill 1s ;
}

footer .policy {
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  line-height: 17.92px;
}

footer input:focus-visible {
  outline: none;
}

footer input::placeholder {
  color: white;
}

footer .policy .second a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 17.92px;
  float: right;
}

footer .policy .first a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 17.92px;
}

footer .policy .first {
  padding-right: 14px;
  border-right: 1px solid;
}

footer .policy .second {
  padding-left: 10px;
}

footer .cookies_section svg {
  height: 64px;
  fill: #ff7b57;
}

footer .cookies_section {
  background-color: #fff;
  border-radius: 10px;
  height: 250px;
  left: 27px;
  margin-bottom: 0;
  padding: 15px;
  position: fixed;
  text-align: center;
  bottom: 50px;
  width: 350px;
  z-index: 99;
  box-shadow: 0 0 20px #dddddd5e;
}

footer .cookies_section .icon {
  padding-bottom: 20px;
}

footer .cookies_section .heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #04151f;
}

footer .cookies_section .para {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 10px;
  max-width: 262px;
  margin: 0 auto;
  color: #04151f;
}

footer .cookies_section button {
  border: 2px solid #ff7b57;
  color: #04151f;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 17px;
  letter-spacing: 0;
  padding: 10px 16px;
}

footer .row {
  padding-top: 40px;
	position:absolute;
}

footer .policy .first a:hover,
footer .policy .second a :hover {
  color: #04151f;
}

footer input[type=email] {
  width: 432px !important;
}


.banner .formm {
    padding-left: 20px;
    position: relative;
	  margin-top:-20px;
}

.banner .formm .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    max-width: 100%;
    display: inline-block;
    width: 100%;
}

.banner .formm .input input::placeholder {
  color: #04151f;
}

.banner .formm .input input:focus{
    outline: none;
}

.banner .formm .input input {
    background-color: #ffffff00;
    border: 1px solid #ff7b57!important;
    border-radius: 5px;
    color: #04151f;
    font-size: 18px;
    font-weight: 100;
    height: 50px;
    width: 100%!important;
    padding: 0px 20px;
}

.banner .formm .input input.hs-input {
    background-color: #ffffff00;
    border: 1px solid #ff7b57!important;
    border-radius: 5px;
    color: #04151f;
    font-size: 18px;
    font-weight: 100;
    height: 50px;
    width: 100%!important;
    padding: 0px 20px;
}

.banner .formm .hs_submit.hs-submit {
    display: inline-block;
}

.banner .formm .hs_submit.hs-submit input.hs-button.primary.large {
    background: #ff7b57;
    border: 1px solid #ff7b57!important;
    border-radius: 4px;
    color: #fff;
    font-size: 20px!important;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 11px;
    margin-top: 0;
    height: 50px;
    padding: 0px 35px;
    }
.banner .formm .hs_submit.hs-submit input.hs-button.primary.large:hover {
    color: #fff;
  background-color: #04151f;
  transition: background-color 1s;
}

.banner .formm .submitted-message{
    margin-top: 40px;
    color: green;
    font-weight: 500;
}
.banner .formm form {
    width: 100%;
    max-width: 300px;
    position: relative;
}

.banner .formm form .hs_submit.hs-submit {
    position: absolute;
    right: -150px;
    top: 24px;
}

.popular_post h3, .tag_sidebar h3 {
    position: relative;
    width: 100%;
}

.popular_post h3:before, .tag_sidebar h3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ff7b57;
    left: 0;
    top: 13px;
}
.popular_post h3 span, .tag_sidebar h3 span {
    color: #000;
    background: #f9f9fe;
    padding: 0px 15px;
    position: relative;
    left: 30px;
}

/*---------------------------------------------------------------*/
@media(max-width: 767px) {
  html, body {
  overflow-x: hidden;
}
  .module_capt{
  padding: 0 0 0 0;
}
  .our_blog .author{
  display:none;}
  .not-mobile{
  display:none;
  }
	h1{
		line-height: 50px;
	}
	.banner .txt, h1{
		padding: 0px;
		text-align:center;
	}
	.banner .txt p{
		text-align:center;
		padding : 15px 0 0 10px;
	}
	.banner .banner-image-circle {
	width: 375px;
		height:375px;
		
	}
	.banner .banner-image img{
		width:325px;
	}
body {
  position: relative
}
  
footer .social_media{
  padding-left: 0px;
  }
  ul{
  text-align:left;
  }
  
  header .container {
    justify-content: space-between !important;
  }
  header ul  li.hs-menu-item.hs-menu-depth-2 {
    border-bottom: none;
  }

  header ul.hs-menu-children-wrapper {
    margin: 0 !important;
    padding: 0 0 5px 16px !important;
    background-color: transparent;
  }


  header .navbar-toggler:focus {
    box-shadow: none !important;
  }

  header .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    margin-top: 15px;
    padding: 0 30px;
  }
  header ul li {
    line-height: 32px;
    border-bottom: 1px solid #ddd;
  }
  header ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a::after {
    position: absolute;
    content: '';
    color: #ff7b57;
    top: 0;
    right: 32px;
  }

  header ul.hs-menu-children-wrapper.open-menu-list {
    top: 15px !important;
    left:15px !important;
  }

  header div#navbarSupportedContent {
    
    margin-top:10px;
  }
  header ul li.hs-menu-item.hs-menu-depth-2 a {
    position: relative;
  }
  header ul li.hs-menu-item.hs-menu-depth-2 a::after {
    position: absolute !important;
    content: '' !important;
  }
  header ul.hs-menu-children-wrapper.open-menu-list {
    margin-left: 72px !important;
  }
  header ul  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    padding-top: 14px;
  }
  header ul.hs-menu-children-wrapper {
    background-color: transparent;
  }

  header ul li a {
    color: #04151f;
    position: relative;
  }
  header ul.hs-menu-children-wrapper li a:hover {
    color: #ff7b57;
  }
  header ul.hs-menu-children-wrapper li a{
    color: #fff;
  }
  header .icon {
    margin: 0;
    padding-right: 13px;
  }

  header .d-flex {
    display: block !important;
    padding: 0 30px 30px;
  }

  header .social_media {
    display: flex;
    padding: 15px 0;
  }

  header .bttn {
    display: flex;
  }

  .banner {
    padding: 50px 0 0;
  }

  .banner .txt {
    font-size: 30px;
    line-height: 35px;
  }

  .entire.business {
    padding: 41px 0;
  }
  
  .awesome.features img{
  max-height:350px
  
  }
  
  

  .entire.business .txt .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .awesome.features .txt .para {
    margin: 0 auto;
    max-width: 500px;
  }

  .awesome.features .second .txt .para {
    max-width: 500px;
  }

  .entire.business .txt .para {
    font-size: 16px;
  }

  .awesome.features .image:before {
    display: none;
  }

  .awesome.features .txt .heading {
    font-size: 27px;
  }

  .awesome.features .txt {
    padding: 30px 0 0;
    text-align: center;
  }

  .awesome.features #outer {
    margin: 0 auto 50px !important;
  }

  .awesome.features .second .txt {
    padding: 34px 0 23px;
  }

  .awesome.features .txt .bttn {
    width: 44%;
  }

  .awesome.features .second {
    padding: 0;
  }

  .our_blog .text .subtitle {
    font-size: 16px;
  }

  .our_blog .text .title {
    font-size: 30px;
  }

  .our_blog .image::before {
    top: 13px;
    left: -9px;
  }

  .our_blog .title_button {
    width: 90%;
    margin-bottom:20px;
  }

  .our_blog .box {
    padding: 0px;
  }

  .our_blog .txt {
    font-size: 19px;
  }

  .get_in_touch .heading {
    max-width: 500px;
    margin: 0 auto;
  }

  .get_in_touch .title {
    font-size: 30px;
  }

  .get_in_touch .para {
    max-width: 500px;
  }

  .get_in_touch .txt p{
    text-align: center;
  }

  .get_in_touch .formm {
    padding: 0;
  }

  .get_in_touch .formm .actions {
    width: 70%;
    margin: 0 auto;
  }


  footer .text {
    font-size: 24px;
  }

  footer form {
    display: block;
  }

  footer .bottom_section {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  footer .left_section,
  footer .right_section {
    text-align: center;
    display: block;
  }

  footer .social_media {
    justify-content: center;
    padding-top: 15px;
  }

  footer input {
    width: 290px;
  }

  footer .cookies_section {
    left: 0;
    margin-bottom: 29px;
    top: 43%;
    width: 100%;
  }
  


  .scrollup_icon a {
    position: fixed;
    z-index: 2147483647;
    display: block;
    top: 90% !important;
  }

  footer input[type=email] {
    width: 100% !important;
  }

  footer .actions {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }

  footer .go-top {
    bottom: 16% !important;
    right: 19% !important;
  }
  .banner .formm {
    padding: 0px;
    text-align: center;
}

.banner .formm form .hs_submit.hs-submit {
    position: static;
    margin-top: 20px;
}

.banner .formm form {
    margin: 0 auto 30px auto;
    max-width: 400px;
    padding: 0px 25px;
}

.text-explain {
    padding: 20px 0px;
    margin: 0px;
}

footer {
    padding: 20px 0px 20px;
    text-align: center;
}

footer {
    padding: 0px;
}

footer.footer_sec .row>div {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

footer.footer_sec .row {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
footer .menu_footer li {
    text-align: center;
    margin: 10px 0px;
}

.col_ftr.row .col_space .formm {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

footer.footer_sec .row>div:last-child {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.col_ftr.row .col_space {
    text-align: center;
    justify-content: center;
}
  
}

@media (min-width: 768px)and (max-width: 991px) {
   .our_blog .author{
  display:none;}
  .not-mobile{
  display:none;
  }
  
  .module_capt{
  padding: 0 0 0 0;
}
  
  .our_blog .text {
    padding-bottom: 0px;
}
  
  .text-explain {
	padding: 0px;
}
  
  .entire.business .txt .heading, h1{
  text-align:center;
  }
  
  .banner .txt p{
  text-align:center;
  }
  
  .banner .formm {
    margin-bottom:30px;
}
  
  ul{
  text-align:left;
  }
  header .container {
    justify-content: space-between !important;
  }
  
  footer .social_media {
  padding-left:0px;
  }

  header .navbar-toggler:focus {
    box-shadow: none !important;
  }
  header ul.hs-menu-children-wrapper li a:hover {
    color: #ff7b57;
  }
  header ul.hs-menu-children-wrapper li a{
    color: #fff;
  }
  header .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    margin-top: 15px;
    padding: 0 30px;
  }

  header div#navbarSupportedContent {

    margin-top: 10px;
    border-radius: 15px;
    color : #04151f;
  }

  header ul li.hs-menu-item.hs-menu-depth-2 {
    margin-left: 80px;
    margin-top: -2px;
  }

  header ul li {
  border-bottom: 1px solid #ddd;
  }
  header ul li.hs-menu-item.hs-menu-depth-2 a {
    line-height: 21px;
  }
  header ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
    color: #fff;   
    position: relative;
  }
  header ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a::after {
    position: absolute;
    content: '+';
    top: 0;
    right: 35px;
    color: #ff7b57;
  }
  header ul li.hs-menu-item.hs-menu-depth-2 a {
    position: relative;
  }
  header ul li.hs-menu-item.hs-menu-depth-2 a::after {
    position: absolute !important;
    content: '-' !important;
  }

  header ul.hs-menu-children-wrapper {
    margin-top: -26px !important;
    background-color: transparent;
  }

  header .icon {
    margin: 0;
    padding-right: 13px;
  }

  header ul {
    display: block !important;
  }

  header ul li {

    line-height: 40px;
  }

  header .social_media {
    padding: 15px 0;
  }

  header .d-flex {
    display: block !important;
    padding: 0 30px 30px;
  }

  header .bttn {
    display: flex;
  }

  .banner {
    padding: 60px 0 60px 0;
  }

  .banner .txt {
    font-size: 40px;
  }

  .entire.business {
    padding: 60px 0;
  }

  .entire.business .txt .heading {
    font-size: 40px;
    line-height: 55px;
  }

  .awesome.features .txt .para {
    max-width: 604px;
    margin: 0 auto;
  }

  .awesome.features .col-md-6 {
    width: 100%;
  }

  .awesome.features .txt {
    padding: 60px 0 0;
    text-align: center;
  }

  .awesome.features .second .txt {
    padding: 34px 0;
  }

  .awesome.features .second .txt .para {
    max-width: 604px;
    margin: 0 auto;
  }

  .our_blog .box {
    padding: 0px 18px;
  }

  .our_blog .txt {
    font-size: 19px;
  }

  .our_blog .title_button {
    width: 34%;
    margin-bottom:20px;
  }

  .our_blog .button_slide {
    padding: 13px 18px !important;
  }

  .get_in_touch .col-md-6 {
    width: 100%;
  }

  .get_in_touch .txt {
    padding: 0;
		text-align:center;
  }

  .get_in_touch .para,
  .get_in_touch .heading {
    max-width: 100%;
    text-align: center;
  }

  .get_in_touch .formm {
    padding: 22px 0;
  }

  footer .bottom_section {
    display: block;
  }

  footer .left_section {
    text-align: center;
    display: block;
  }

  footer .social_media {
    justify-content: center;
    padding-top: 20px;
  }

  footer .policy {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  footer.footer .cookies_section {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    text-align: center;
    margin: 17px auto;
    top: 0;
    left: 0;
    width: 43%;
  }

  footer .go-top {
    bottom: 13% !important;
    right: 11% !important;
  }
.col_ftr.row .col_space {
    margin-top: 60px;
}
  
}

@media (min-width: 992px)and (max-width: 1200px) {
  header ul li a {
    padding-right: 30px;
  }


  .our_blog .button_slide {
    padding: 18px 0px !important;
  }

  .get_in_touch .formm .actions {
    width: 60%;
  }

  footer .cookies_section {
    left: 20px;
    margin: 0 auto 25px;
    top: 61%;
  }
  footer form {
    display: inline-block;
}

footer form .hs_submit.hs-submit {
    margin-top: 20px;
}
}