/* MAIN CONTENT */

body{
	font-family: Manrope, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	color: #121737;
}

.content_body img{
	max-width: 100%;
	height: auto !important;
}

.content_body h2 {
	font-size: 36px;
	border-top: 1px solid #ddd;
	margin-top: 6rem;
	padding-top: 2rem;
	line-height: 48px;
	padding-bottom: 10px;
	font-weight: bold;
}
.content_body h3 {
	font-size: 26px;
	padding-top: 2rem;
	line-height: 38px;
	padding-bottom: 10px;
	font-weight: bold;
}
.content_body h4 {
	font-size: 20px;
	padding-top: 1.5rem;
	line-height: 28px;
	padding-bottom: 10px;
	font-weight: bold;
}
.ai_button{
	display: inline-block;
	padding: 3px 15px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	cursor: pointer;
}
.ai_summarize{
	margin-right: 20px;
	font-weight: bold;
}
.read_min{
	float: right;
	font-size: 14px;
}
.social_links{
	color: #2e5ce5;
	font-size: 12px;
	text-decoration: none;
}
.regular_input{
	margin-bottom: 15px;
	font-size: 14px;
	padding: 3px 12px;
	width: 100%;
}
.regular_textarea{
	font-size: 14px;
	padding: 3px 12px;
	width: 100%;
}
.regular_button{
	background: #000;
	color: #fff;
	width: 100%;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	padding: 4px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.regular_button:hover{
	background: #333;
	transition: all 0.3s ease-in;
}
.regular_button.short{
	width: 200px;
}
.author_social_media i{
	font-size: 16px;
	margin-right: 5px;
	padding: 2px 3px
}
.author_social_media a{
	color: #595d73;
	text-decoration: none;
}
.author_social_media a:hover{
	color: #000;
}
.error_field{
	border: 1px solid red !important;
}




/* EXTRA SPECIAL STYLES */
table{
	width: 100%;	
}
table, th, td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.small{	
	position: relative;
	text-align: center !important;
	font-size: 14px;
	font-style: italic;
	color: #999;
}

.tbl tr:first-child {
	background: #CCC;
	font-weight: bold;
}

.tbl tr:nth-child(even) {background: #C9E3FE;}


.tbl-light{
	background: #fff;
}
.tbl-light tr:first-child {
	background: #f0f0f0;
	font-weight: bold;
}
.tbl-light tr:hover{
	background: #f0f0f0;
}

.quote{
	background: #fff5c4;
	padding: 20px 40px;
	font-style: italic;
	position: relative;
}
.quote::after{
	content: url('/dist/img/quote.png');
	position: absolute;
    opacity: 0.3;
    right: -20px;
    top: -10px;
    scale: 0.3;
}

.quote{
	background: #e5f6fc;
	border-left: 3px solid #0ca9db;
	padding: 20px 40px;
}

.noise{
	position: relative;
	font-style: italic;
	color: #c06565;
}
.noise::after{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/dist/img/wn.gif');
	cursor: pointer;
}
.noise.hidden::after{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	cursor: text;
}
.promo{
	background: #fdf5c9;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 40px;
	position: relative;
}





/* CONTENT HEADER */
.content_header{
	border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
	padding: 30px 0 60px 0;
	/*background: #eaf3ff;*/
	background: url(/dist/img/prev_back.jpg) no-repeat #d7e5fe;
    background-size: auto;
    background-position: right;
}
.content_header_box{
	padding: 0 20px;
}

.content_header_breadcrumbs{
	font-size: 12px;
}

.content_header_h1{
	padding: 20px 0;
	font-weight: bold;
	font-size: 36px;
	line-height: 54px;
}

.content_header_author{
	margin-top: 60px;
	position: relative;
}

.content_header_author img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
}

.content_header_author_box{
	padding-left: 80px;
	font-size: 14px;
	line-height: 24px;
}
.content_body{
	padding: 30px 0;
}
.content_body table{
	font-size: 13px;
	line-height: 22px;
}
.content_body td{
	padding: 4px 7px;
}
.content_text{
	padding: 0 40px;
	border-right: 1px solid #ddd;
}

.content_rate{
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 40px;
	margin-top: 60px;
	font-size: 12px;
}

.content_rate_title{
	font-size: 16px;
	font-weight: bold;
}

.sidebar-right{
	padding: 0 20px;
}

.content_table{
	max-height: 300px;
	overflow-y:auto;
	border-bottom: 1px solid #eee;
}

.content_shares{
	margin-top: 20px;
}

.modal-sidebar{
	background: #eaf3ff;
	border-radius: 8px;
	text-align: left;
	margin-top: 30px;
}

.modal-sidebar-box{
	background: url(/dist/img/yuri-expert-small.png?v=5) right bottom no-repeat;
	background-size: 70px;
	padding: 15px 30px;
}
.modal-sidebar-title{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}
.modal-sidebar-author{
	font-size: 14px;
	margin-top: 40px;
}




/* CTA IN CONTENT */

.blog-solution{
	background: url(/dist/img/cta_wave.jpg) no-repeat;
    background-size: cover;
	color: #fff;
	padding: 50px 30px;
	border-radius: 5px;
}
.blog-solution-subtitle{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}
.blog-solution-title{
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	color: #eafe63;
	padding: 15px 0;
	line-height: 46px;
}
.blog-solution-desc{
	font-size: 14px;
	line-height: 22px;
	width: 75%;
	padding-top: 15px;
	padding-bottom: 30px;
}
.blog-solution-gallery{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 40px;
	padding: 3px 40px;
	margin: 15px 0;
	font-size: 14px;
	color: #fff;
}
.blog-solution-gallery:hover{
	background: #fff;
	color: #000;
	transition: all 0.3s ease-in;
}
.blog-solution-contact{
	margin-left: 40px;
	display: inline-block;
	font-size: 14px;
	color: #eafe63;
	border-radius: 30px;
	padding: 3px 30px;
	background: none;
}
.blog-solution-contact:hover{
	background: #eafe63;
	color: #000;
	transition: all 0.3s ease-in;
}
.blog-solution-gallery i, .blog-solution-contact i{
	margin-left: 10px;
}
.blog-solution-2{
	background: #e7e0d1;
	border-radius: 5px;
	position: relative;
	padding: 65px 40px;
	margin: 50px 0;
}
.blog-solution-2 img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 300px;
}
.blog-solution-title-2{
	color: #e37c48;
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	width: 70%;
	line-height: 46px;
}
.blog-solution-subtitle-2{
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	width: 70%;
	padding: 10px 0 30px 0;
}
.blog-solution-contact-2{
	background: #000;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
	padding: 3px 30px;
}
.blog-solution-contact-2:hover{
	background: #e37c48;
	transition: all 0.3s ease-in;
}
.blog-solution-3{
	background: url(/dist/img/cta_back.jpg) no-repeat;
	background-size: cover;
	border-radius: 5px;
	padding: 60px;
	color: #fff;
	margin: 40px 0;
}
.blog-solution-title-3{
	font-size: 42px;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: bold;
	margin-bottom: 40px;
}
.blog-solution-title-3 span{
	color: #fd9090;
}
.blog-solution-subtitle-3{
	font-size: 22px;
	text-transform: uppercase;
	line-height: 36px;
	font-weight: bold;
	color: #fff474;
}
.blog-solution-contact-3{
	background: #fff474;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
	padding: 3px 30px;
	color: #000;
}
.blog-solution-contact-3:hover{
	background: #fff;
	transition: all 0.3s ease-in;
}





/* DEMO IN THE HEADER */

.demo_div{
	background: #7250e7;
	margin-bottom: 80px;
	padding-top: 30px;
}
.demo_img{
	width: 100%;
	position: relative;
	top: 30px;
	box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.3);
	border-radius: 12px;
}
.demo_content{
	color: #fff;
	margin-top: 80px;
}
.demo_label{
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: lowercase;
}
.demo_title{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}
.demo_subtitle{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.demo_form{
	background: #fff;
	padding: 3px;
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}
.demo_input{
	border: none;
	width: 60%;
	padding: 8px 12px;
	font-size: 16px;
}
.demo_btn{
	background: #ff6d6d;
	color: #fff;
	width: 38%;
	display: inline-block;
	float: right;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	padding: 8px 0;
	cursor: pointer;
}
.demo_btn:hover{
	background: #dc4e4e;
	transition: all 0.3s ease-in;
}
.demo_stack{
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 20px;
}





/* TABLE OF CONTENT */

.table-of-contents{
	font-size: 14px;
	padding-left: 2rem;
}

.table-of-contents li {
	line-height: 22px;
	padding: 8px 0;
}

.table-of-contents a{
	color: #595d73;
	text-decoration: none;
}

.table-of-contents a:hover{
	color: #2e5ce5;
}

.table-of-contents li.active a{
	color: #2e5ce5;
}

.sidebar-fix{
	position:sticky;
	top:40px;
}
.bl-yuri{
	padding: 25px 25px 25px 90px;
	display: inline-block;
	border: 1px solid #ff4040;
	background: #fff1f1;
	border-radius: 3px;
	position: relative;
}
.bl-yuri::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-image: url('/blog/wp-content/uploads/yuri-100x100.jpg');
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	border: 2px solid #5683c0;
}



/* BOX MANAGER */
.content_form_message{
	background: #fdf5c9;
	padding: 80px 0;
	margin-top: 40px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.content_form_message_box{
	padding: 0 20px;
}
.content_form_message_title{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
.content_form_message_select{
	font-size: 14px;
	padding: 8px;
	width: 100%;
	height: 44px;
}
.content_form_message_manager{
	position: relative;
	padding: 0 20px;
}
.content_form_message_manager img{
	border-radius: 50%;
	position: absolute;
}
.content_form_message_desc{
	font-size: 12px;
	padding: 10px 20px;
	line-height: 26px;
}
.content_form_message_desc a{
	text-decoration: none;
}
.content_form_message_manager_box{
	padding-left: 120px;
	min-height: 110px;
}
.content_form_message_manager_name{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.content_form_message_manager_position{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #595d73;
	line-height: 20px;
}




/* RATE CONTENT */

.rating{
	display: inline-block;
}
.rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.rating:not(:checked) > label {
	float: right;
	width: 25px;
	padding: 0 0px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 25px;
	line-height: 1.2;
	color: #ddd;
}

.rating:not(:checked) > label:before {
  content: '★ '; }

.rating > input:checked ~ label {
  color: #f1c40f; }

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f1c40f;
transition: all 0.3s ease-in;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #f1c40f;
transition: all 0.3s ease-in;
}

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px; }

#thanks {
  display: none;
  font-size: 18px;
  padding: 20px 0;
  font-weight: bold; }



/* RELATED POSTS */
.related-posts{
	margin-top: 60px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 20px 30px;
	position: relative;
}
.related-posts-recommended{
	position: absolute;
	top: -9px;
	right: 20px;
	padding: 4px 16px;
	border-radius: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
}
.related-posts-recommended.blue{
	background: #5980fa;
}
.related-posts-recommended.red{
	background: #fa5959;
}
.related-posts-title{
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
}
.related-posts-div{
	padding: 10px 0 0 0;
	font-size: 12px;
}
.related-posts-date{

}
.related-posts-more{
	float: right;
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	border-radius: 15px;
	padding: 7px 15px;
	line-height: 12px;
	position: relative;
	top: 4px;
}
.related-posts-more:hover{
	background: #333;
	transition: all 0.3s ease-in;
}


/* SCROLL BTN */
#take-top {
	width: 40px;
	height: 40px;
	z-index: 999;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; display: block;
}
#take-top.fade-scroll {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	background: #000;
    color: #fff;
	line-height: 40px;
}


/* MENU */

.menu_logo{
	width: 180px;
	position: relative;
    top: -5px;
}

.content_menu{
	padding: 10px 0;
}

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

.navbar-nav a{
	font-size: 15px;
	color: #595d73;
	padding: 0 5px;
	margin: 0 15px;
	font-weight: bold;
	text-decoration: none;
}

.navbar-nav a:hover{
	color: #000;
}

.menu_button{
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	background: #292929;
	padding: 3px 12px;
	display: inline-block;
	border-radius: 3px;
	font-weight: bold;
	margin-left: 15px;
}
.general_button{
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	background: #292929;
	padding: 7px 20px;
	display: inline-block;
	border-radius: 3px;
	font-weight: bold;
}
.menu_button:hover, .general_button:hover{
	background: #333;
	transition: all 0.3s ease-in;
}

.red{
	background: #ff6d6d;
}

/* FOOTER */
.content_footer{
	padding: 60px 0 30px 0;
	background: #eaf3ff;
	font-size: 13px;
	color: #595d73;"
}
.content_footer_box{
	padding-bottom: 30px;
}
.content_footer_box img{
	width: 80%;
}
.content_footer_buttom{
	padding-top: 30px;
	border-top: 1px solid #ccc;
	line-height: 22px;
}
.link_footer_term{
	text-align: right;
}

.link_footer_term a{
	color: #595d73;
	margin: 0 5px;
	text-decoration: none;
}

.link_footer span{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.link_footer a{
	color: #595d73;
	font-size: 14px;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
}

.link_footer a:hover{
	color: #000;
}



/* FOOTER MOBILE MENU */

.d-md-none {
	display: none;
}
@media only screen and (max-width: 48em) {
	.bottom-contact-mobile {
		display: block;
		position: fixed;
		bottom: 0;
		background: white;
		width: 100%;
		z-index: 99;
		box-shadow: 2px 1px 9px #dedede;
		border-top: 1px solid #eaeaea;
		padding: 0 20px 15px 20px;
	}
	.bottom-contact-mobile a, .bottom-contact-mobile span{
		text-decoration: none;
	}
	.bottom-contact-mobile ul {
		display: flex;
		justify-content: space-between;
		margin: 0 10px;
		padding: 0;
	}
	.bottom-contact-mobile ul li {
		list-style: none;
		text-align: center;
		font-size: 13.5px;
	}
	.bottom-contact-mobile ul li img {
		width: 25px;
		height: 20px;
		object-position: center;
		object-fit: contain;
		margin-top: 10px;
		margin-bottom: 3px;
	}
	.bottom-contact-mobile ul li span {
		color: #000;
		font-size: 12px;
	}
}



/* MODAL QUOTE */

.close {
	top: 0px;
	position: absolute;
	right: 0px;
	font-size: 36px;
	padding: 3px 6px;
	right: 7px;
	top: 7px;
	cursor: pointer;
}
.modal-content{
	background: #eaf3ff;
}
.modal-box{
	padding: 60px 40px;
}
.pb20{
	padding-bottom: 20px;
}
.mt10{
	margin-top: 10px;
}
.modal-title{
	font-size: 28px;
	padding-bottom: 20px;
	font-weight: bold;
}
.modal-subtitle{
	font-size: 18px;
	color: #595d73;
}
.modal-title span{
	color: #ff6d6d;
}
.modal-desc{
	font-size: 12px;
	font-style: italic;
	color: #eee;
	padding-top: 20px;
	color: #666;
	line-height: 20px;
}
.modal_quote_thanks_title{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 10px 0;
}
.modal_quote_thanks_subtitle{
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}






/* ----------------------------------- */
/* PAGE DIRECORY */
/* ----------------------------------- */

.directory_body{
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
}
.directory_header{
	text-align: center;
	padding: 40px 0;
	margin-bottom: 40px;
}
.dir_h1{
	padding: 20px 0;
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 46px;
}
.dir_desc{
	font-size: 14px;
	color: #595d73;
}
.dir_category{
	text-align: center;
	margin-bottom: 100px;
}
.dir_category_item{
	padding: 5px 15px;
	border-radius: 3px;
	background: #9991f4;
	margin: 0 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.dir_category_item:hover{
	background: #736bd1;
	transition: all 0.3s ease-in;
}
.dir_category_item.active{
	background: #736bd1;
}
.dir_item{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.dir_item_box{
	position: absolute;
	left: 0;
	top: 10px;
	width: 18px;
	height: 18px;
	border-radius: 3px;
}
.dir_item_title{
	font-size: 14px;
}
.dir_item_subtitle{
	font-size: 12px;
	color: #595d73;
	line-height: 18px;
}
.dir_item_stars{
	text-align: right;
	font-size: 12px;
	color: #595d73;
}
.blog_pagination_box{
	text-align: center;
	margin: 80px 0;
}
.blog_pagination{
	font-size: 16px;
	font-weight: bold;
	color: #595d73;
	padding: 3px 5px;
	margin: 0 10px;
	text-decoration: none;
}
.blog_pagination_number{
	font-size: 16px;
	font-weight: bold;
	color: #595d73;
	padding: 3px 5px;
	margin: 0 10px;
	text-decoration: none;

}
.blog_pagination_number:hover, .blog_pagination:hover{
	color: #000;
}
.blog_pagination_number.current{
	color: #000;
	padding: 10px 5px;
	background: #ccc;
}
.dir_item_div{
	padding: 0;
}
/* ----------------------------------- */
/* END PAGE DIRECORY */
/* ----------------------------------- */






/* ----------------------------------- */
/* PAGE ABOUT US */
/* ----------------------------------- */

.about_body{
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
}
.about_body_mark{
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	color: #c44747;
}
.about_body_title{
	font-size: 28px;
	font-weight: bold;
	padding: 30px 0;
}
.about_body_subtitle{
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0;
}
.about_body_desc{
	font-size: 14px;
}
.about_body_rate_img{
	max-width: 50%;
	margin-top: 80px;
}
.about_body_chart{
	width: 100%;
	margin-top: 30px;
}
.about_office{
	width: 100%;
	margin: 50px 0;
	border-radius: 5px;
}
.about_map{
	margin-top: 80px;
	text-align: center;
}
.about_map_title{
	font-size: 28px;
	padding: 10px;
	font-weight: bold;
}
.about_map_subtitle{
	font-size: 16px;
	margin-bottom: 50px;
	font-weight: bold;
}
.team_leadership{
	padding-bottom: 50px;
	text-align: center;
}
.team_leadership_title{
	font-size: 28px;
	font-weight: bold;
	padding: 80px 0 30px 0;
}
.team_photo{
	margin-top: 30px;
	width: 100%;
	border-radius: 5px;
}
.team_name{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}
.team_postion{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.about_profile{
	margin: 50px 0;
	text-align: center;
	background: #ffddcc;
	padding: 30px 0;
	border-radius: 5px;
	padding: 20px;
}
.about_profile div{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
.about_presentations{
	padding: 0px 15px;
	border-radius: 3px;
	background: #9991f4;
	margin: 0 10px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
.about_presentations:hover{
	background: #736bd1;
	transition: all 0.3s ease-in;
}

/* ----------------------------------- */
/* END PAGE ABOUT US */
/* ----------------------------------- */




/* ----------------------------------- */
/* PAGE CONTACT US */
/* ----------------------------------- */

.contact_manager_profile{
	top: 60px;
	max-width: 200px;
	position: absolute;
	right: -80px;
}
.contact_manager_profile img {
	border-radius: 5px;
	width: 100%;
}
.contact_manager_name{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	top: -70px;
	left: -80px;
	background: #fff283;
	padding: 3px 0 3px 15px;
	border-radius: 3px;
	width: 90%;
}
.contact_manager_title{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	top: -60px;
	left: -80px;
	background: #fff283;
	border-radius: 3px;
	padding: 3px 0 3px 15px;
}
.contact_address{
	font-size: 14px;
	margin-top: 30px;
}
.contact_form{
	background: #ffddcc;
	border-radius: 5px;
	padding: 40px 20px;
	margin: 50px 0;
}
.contact_form_title{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px
}

/* ----------------------------------- */
/* END PAGE CONTACT US */
/* ----------------------------------- */






/* MOBILE VERSION */

@media (max-width: 768px) {
	.content_text{
		padding: 0;
		border-right: none;
	}
	.ai_button{
		margin-right: 0px;
	}
	.ai_summarize{
		display: block;
	}
	.read_min{
		float:none;
		display: block;
		margin-top: 10px;
	}
	.sidebar-right{
		padding: 0;
	}
	.content_table{
		max-height: auto;
		overflow-y: hidden;
	}
	.content_form_message{
		padding: 50px 10px;
	}
	.content_form_message_select{
		margin-top: 10px;
	}
	.regular_button.short{
		width: 100%;
	}
	.content_form_message_manager{
		margin-top: 50px;
	}
	.sidebar-right{
		display: none;
	}
	.content_footer{
		text-align: center;
	}
	.link_footer{
		margin-top: 20px;
	}
	.content_footer_box img{
		width: 50%;
	}
	.content_body{
		padding: 30px 0 0 0;
	}
	.dir_item_div{
		padding: 0 20px;
	}
	.blog_pagination_number{
		padding: 3px 0px;
	}
	.dir_item_stars{
		text-align: left;
		padding-left: 20px;
	}
	.team_photo{
		width: 60%;
	}
	.contact_manager_profile{
		position: relative;
		top: auto;
		right: auto;
		margin: auto;
		padding-top: 40px;
	}
	.contact_manager_title, .contact_manager_name{
		position: initial;
		text-align: center;
		background: none;
	}
	.contact_form_title, .contact_address{
		text-align: center;
	}
	.blog-solution-2{
		text-align: center;
	}
	.blog-solution-subtitle-2, .blog-solution-title-2{
		width: 100%;
	}
	.blog-solution-2 img{
		display: none;
	}
	.blog-solution-3{
		padding: 40px;
		text-align: center;
	}
	#take-top.fade-scroll {
		right: -100px;
	}
	.blog-solution-contact{
		margin-left: 0;
		padding: 3px 20px;
	}
}