/* ======================
==    Default CSS start
========================*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

.area {
	width: 100%;
	float: left;
}

ul,
ol {
	padding-left: 35px;
}

table,
table tr,
table td,
table th {
	border: 1px solid #ddd;
	padding: 5px;
}

a,
button,
input,
textarea {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	display: inline-block;
	color: #F47F25;
}

a {
	color: #4599CF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #10212C;
	line-height: 1.3;
	margin: 0 0 15px;
}

body {
	font-family: 'Verdana', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	color: #5F676C;
}

main.area {
	min-height: 700px
}

img {
	height: auto;
	max-width: 100%;
}

img.alignright {
	float: right;
	margin: 25px 0 25px 25px
}

img.alignleft {
	float: left;
	margin: 25px 25px 25px 0
}

img.aligncenter {
	display: block;
	margin: 25px auto
}

.section_padding .vc_column-inner {
	padding-top: 0 !important
}

.cla_cta-btn a,
a.cla_cta-btn,
.cla_cta-btn input,
input.cla_cta-btn,
.cla_cta-btn button,
button.cla_cta-btn {
	background: #0078C0 !important;
	color: #fff !important;
	display: inline-block !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	padding: 20px 40px !important;
	border-radius: 4px !important;
	text-transform: uppercase !important;
	-webkit-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cla_cta-btn a:hover,
a.cla_cta-btn:hover,
.cla_cta-btn a:focus,
a.cla_cta-btn:focus,
.cla_cta-btn a:active,
a.cla_cta-btn:active,
.cla_cta-btn input:hover,
input.cla_cta-btn:hover,
.cla_cta-btn input:focus,
input.cla_cta-btn:focus,
.cla_cta-btn input:active,
input.cla_cta-btn:active,
.cla_cta-btn button:hover,
button.cla_cta-btn:hover,
.cla_cta-btn button:focus,
button.cla_cta-btn:focus,
.cla_cta-btn button:active,
button.cla_cta-btn:active {
	background: #F47F25 !important;
}

.section_overlay {
	position: relative;
	z-index: 1
}

.section_overlay::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(4, 7, 22, .6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: inline-block !important
}

.admin-bar .site_header {
	margin-top: 32px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.footer_content_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #ffffff;
}

/* ======================
==    Header CSS start
========================*/

.site_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	/* 	background: rgba(255, 255, 255, 1); */
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/* 	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.site_header.shrink-header {
	background: rgba(255, 255, 255, 0.98);
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.site_header.shrink-header .header_top-content {
	padding: 5px 0;
}

.header_top-section {
	background-color: #A54C29;
}

.header_top-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

.header_top-content ul.top-menu-right {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header_top-content ul li {
	display: inline-block;
	margin: 0 5px;
}

.header_top-content ul li:last-child {
	margin-right: 0;
}

.header_top-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.header_contact p {
	display: inline-block;
	margin: 0;
}

.header_contact ul li span i.fa {
	color: #ffffff;
}

.header_contact ul li p a {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.header_contact ul li span {
	margin-right: 5px;
}

.header_contact ul li p a:hover,
.header_contact ul li p a:focus {
	color: #62B8DB;
}

.header_top-section .cla_cta-btn a {
	padding: 10px 35px !important;
}

.header_social ul li a {
	color: inherit;
}

.header_social ul li {
	margin: 0 10px;
}

.header_top-section .header_contact {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* 	flex-wrap: wrap; */
}

.header_top-content * {
	line-height: 1.3;
}

.header_social {
	margin-left: 15px;
}

.header_social ul li a:hover,
.header_social ul li a:focus {
	color: #00D3C8;
}

/* Header top end */

.main_header-content .navbar {
	padding: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.header_nav {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header_menu li a {
	color: #5F676C;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	padding: 15px 15px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-weight: 400;
}

.header_menu li a:hover,
.header_menu li a:focus {
	color: #0078C0 !important;
}

.header_menu .dropdown ul {
	display: block;
	top: 140%;
	padding: 0;
	border: none;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
	min-width: 200px;
}

.header_menu .dropdown ul li a {
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	padding: 13px;
	font-size: 12px;
	line-height: 1.3;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.header_menu .dropdown-toggler {
	display: none;
}

.header_menu .dropdown ul li:last-child a {
	border: none
}

.header_menu .dropdown ul li a:hover {
	background: rgba(4, 63, 95, 0.05);
}

.header_menu .dropdown:hover ul {
	opacity: 1;
	visibility: visible;
	top: 101%
}

.header_menu li a::after {
	display: none;
}

.header_contact ul li p {
	color: #ffffff;
}

.header_menu li.cla_cta-btn a:hover {
	color: #ffffff !important;
}

.header_menu li.cla_cta-btn a {
	padding: 15px 30px !important;
	margin-left: 10px;
}

.main_header {
	padding: 10px 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.header_menu .dropdown ul ul.dropdown-menu {
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.header_menu .dropdown ul li.menu-item-has-children:hover ul.dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.site_header.shrink-header .main_header {
	padding: 5px 0;
}

.cus_gform .gform_button:hover,
.cus_gform .gform_button:focus {
	background: #F47F25 !important;
}

.cus_gform .gform_footer {
	text-align: center;
	padding-bottom: 0 !important;
}

.cus_gform .ginput_container_consent input {
	margin-right: 5px !important;
}

.cus_gform .gform_button {
	background: #0078C0 !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	text-transform: uppercase !important;
	font-size: 15px !important;
	padding: 13px 35px !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-weight: 700 !important;
	margin: 0 !important;
}

.cus_gform .ginput_container_consent label {
	display: inline;
}

.cus_gform .ginput_container input:focus,
.cus_gform .ginput_container textarea:focus {
	-webkit-box-shadow: -3.42px 9.397px 30px 0px #e5f3ff;
	box-shadow: -3.42px 9.397px 30px 0px #e5f3ff;
	background: #ffffff !important;
}

.cus_gform .ginput_container {
	margin: 0 !important;
}

.cus_gform .ginput_container input,
.cus_gform .ginput_container textarea,
.cus_gform .ginput_container select {
	margin: 5px 0 !important;
	border: none !important;
	background: #00406208 !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
	padding: 15px !important;
	color: #333333 !important;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	height: 55px !important;
	border-radius: 5px !important;
}

.cus_gform .ginput_container textarea {
	height: 120px !important;
}

.cus_gform .ginput_container input[type="checkbox"] {
	height: auto !important;
	margin: 0 !important;
}

.cus_gform .gfield_label {
	display: none !important;
}

.onelife_footer-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.onelife_footer-content.widget_media_image {
	margin: 0 0 15px;
}

.footer_widget_section {
	padding: 220px 0 40px 0;
	background: url(https://udutu.com/wp-content/uploads/2022/03/footer-bg.png);
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
}

.footer-title {
	font-size: 24px;
	line-height: 1.3;
	margin: 0 0 20px;
	color: #160004;
}

.footer_menu li a:hover {
	color: #73AFB6;
}

.footer_menu li a {
	color: #4D6978;
	font-size: 16px;
}

.footer_contact ul li a:hover,
.footer_contact ul li a:focus {
	color: #73AFB6;
}

.copyright_content a:hover,
.copyright_content a:focus {
	color: #73AFB6;
}

.footer_contact ul li a {
	color: inherit;
}

.footer_contact ul li {
	margin: 0 0 15px;
}

.footer_contact ul li i.fa {
	margin-right: 10px;
}

.footer_contact ul li p {
	margin: 0;
	font-size: 16px;
}

.footer_contact ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

main section:first-child {
	margin-top: 77px;
}

.title-header h1 {
	background: #A0A6B0 !important;
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
	padding: 15px;
	color: #ffffff;
}

.copyright_section {
	background: #10212C;
	padding: 10px 0;
}

.copyright_content,
.copyright_content a {
	text-align: center;
	font-size: 15px;
	color: #ffffff;
}

.copyright_content a {
	color: #6FAFE0 !important;
}

.footer_social {
	margin: 20px 0 0;
}

.footer_social ul li a:hover,
.footer_social ul li a:focus {
	background: #ffffff;
	color: #F47F25;
}

.footer_social ul li {
	display: inline-block;
}

.footer_social ul li a {
	color: #ffffff;
	margin-right: 10px;
	-webkit-box-shadow: -1.71px 4.698px 20px 0px rgba(33, 150, 244, 0.1);
	box-shadow: -1.71px 4.698px 20px 0px rgba(33, 150, 244, 0.1);
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #F47F25;
	text-align: center;
	line-height: 35px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom: 10px;
}

.title_bar.left::after {
	left: 0;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
}

.inner_content_structure ul {
	padding-left: 30px;
}

.cus_gform .gfield_checkbox input {
	float: left;
	position: relative;
	top: 3px;
}

.cus_gform .gfield_checkbox label {
	padding-left: 10px !important;
}

.header_logo {
	max-width: 150px;
}

.header_logo img {
	width: 100%;
}

.footer_widget_section .widget_media_image img {
	/* 	width: 100% !important; */
}

.footer_widget_section .widget_media_image {
	max-width: 300px;
	margin-bottom: 0px;
}

.cus_gform .gfield_checkbox,
.cus_gform .gfield_checkbox li {
	margin: 0 !important;
}

.footer_widget_section a:hover {
	color: #0078C0;
}

.footer_widget_section .footer-contact li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.footer_widget_section .footer-contact i {
	margin-right: 10px;
	color: #005DAB;
}

.footer_widget_section .footer-contact a {
	margin-bottom: 10px;
	line-height: 30px;
}

.footer_widget_section .col-lg-6 {
	text-align: center;
}

.footer_widget_section .footer-contact p {
	margin-bottom: 0;
	line-height: 30px;
}

.footer_widget_section .footer-text {
	line-height: 30px;
	padding: 10px 40px 0;
}

.footer_social .social_icon_link_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 5px;
}

.footer_social .social_icon_link_list li:not(:last-child) {
	margin-right: 20px;
}

.footer_widget_section .social_icon_link_list a {
	display: inline-block;
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	-webkit-box-shadow: -1.71px 4.698px 20px 0px rgba(33, 150, 244, 0.1);
	box-shadow: -1.71px 4.698px 20px 0px rgba(33, 150, 244, 0.1);
}

.footer_widget_section .social_icon_link_list a:hover {
	background: #78CCCE;
	color: #fff;
}

.footer_widget_section .col-sm-6:last-child {
	padding-left: 120px;
}

.footer_quick_links .list-item a {
	margin-bottom: 10px !important;
	line-height: 28px;
}

.footer-bottom-section .copyright-text {
	font-size: 18px !important;
}

.copyright_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	/*justify-content: space-between;*/
	-ms-flex-pack: center;
	justify-content: center;
}

.header_nav_mobile_wrapper {
	display: none;
}

.main_header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_nav_mobile ul.header_menu li.cla_cta-btn {
	padding: 15px 30px;
}

.home .footer_top_cta_section {
	/* 	display: none; */
}

.vc_row.hero_section {
	background-attachment: fixed;
}

.footer_content_wrapper a {
	color: #ffffff;
	text-decoration: underline;
}

.footer_social ul {
	padding: 0;
	margin: 0;
}

.udutu_footer-content p,
.udutu_footer-content a,
.udutu_footer-content strong,
.footer-title {
	color: #ffffff;
}

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

.footer_subscribe_content {
	background: #7BC342;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	margin-bottom: -85px;
	position: relative;
}

.footer_subscribe_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer_subscribe_form .ginput_container input {
	min-width: 300px;
	background: #ffffff !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}

.footer_subscribe_content_wrapper p {
	margin: 0;
	color: #ffffff;
}

.footer_subscribe_content_wrapper h2 {
	color: #ffffff;
}

.footer_subscribe_form .gform_button {
	min-height: 55px;
}

.footer_subscribe_form .gform_button:hover,
.footer_subscribe_form .gform_button:focus {
	background: #333333 !important;
}

.subtitle {
	margin-bottom: 5px;
}

.pix_carousel_wrapper .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.pix_carousel_wrapper .owl-nav button {
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
	border-radius: 50%;
	outline: none !important;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.pix_carousel_wrapper .owl-nav button.owl-prev {
	position: relative;
	left: -60px;
}

.pix_carousel_wrapper .owl-nav button.owl-next {
	position: relative;
	right: -60px;
}

.pix_carousel_wrapper .owl-nav button:hover,
.pix_carousel_wrapper .owl-nav button:focus {
	background: #64BB46;
	border-color: #64BB46 !important;
}

.pix_carousel_wrapper .owl-nav button:hover i {
	color: #ffffff;
}

.wp-video-popup i.fa {
	background: rgba(141, 199, 65, 0.8);
	border-radius: 50%;
	font-size: 40px;
	line-height: 150px;
	color: #ffffff;
	width: 150px;
	height: 150px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.wp-video-popup i.fa:hover {
	background: rgba(141, 199, 65, 1);
}

.testimonial_slides .author_img img {
	max-width: 50px;
}

.testimonial_slides .author_img {
	margin-bottom: 20px;
}

.testimonial_slides .testimonia_review {
	margin-bottom: 5px;
	color: #FFC859;
}

.testimonial_slides .testimonia_review i.fa {
	margin-right: 3px;
}

.testimonial_slides p {
	margin-bottom: 5px;
}

.testimonial_slides h4 {
	margin: 0;
}

.testimonial_section .owl-carousel .owl-stage-outer {
	/* 	overflow: visible; */
}

.testimonial_section .owl-carousel .owl-stage-outer .owl-item {
	opacity: 0.2;
}

.testimonial_section .owl-carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
}

.testimonial_section .owl-nav button {
	color: #64BB46 !important;
	border-color: #64BB46 !important;
}

.contact_section .cus_gform_wrapper {
	margin: 0;
}

.contact_section .cus_gform_wrapper .ginput_container input,
.contact_section .cus_gform_wrapper .ginput_container select,
.contact_section .cus_gform_wrapper .ginput_container textarea {
	background: #ffffff !important;
}

.cus_gform .ginput_container .gfield_radio input {
	height: auto !important;
}

.recent_post_section .vc_gitem-post-data-source-post_title h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

.recent_post_section .vc_gitem-post-data-source-post_title {
	margin-bottom: 5px;
}

.recent_post_section .vc_btn3-container {
	margin-bottom: 5px;
}

.recent_post_section .vc_btn3-container .vc_btn3 {
	background: none !important;
	color: #F47F25 !important;
	padding: 0;
}

.recent_post_section .vc_gitem-post-data-source-post_excerpt,
.recent_post_section .vc_gitem-post-data-source-post_excerpt p {
	margin-bottom: 10px !important;
}

.recent_post_section .vc_btn3-container .vc_btn3:hover,
.recent_post_section .vc_btn3-container .vc_btn3:focus {
	color: #64BB46 !important;
}

.title-header .media-heading {
	font-size: 24px;
	padding: 10px;
}

.pix_template-header {
	margin: 0;
}

.pix_template-text p {
	text-align: unset;
}

.pix_template-title {
	text-transform: capitalize;
	font-size: 36px !important;
}

.footer_subscribe_content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.footer_subscribe_content_wrapper h2 {
	margin-bottom: 5px;
}

.footer_content_wrapper a:hover,
.footer_content_wrapper a:focus {
	color: #ffffff;
}

.footer_subscribe_form .ginput_container input {
	min-width: 250px;
}

.footer_subscribe_form {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.inner_page_hero_section {
	padding: 150px 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.inner_page_hero_content {
	margin: 0 !important;
	color: #ffffff;
	text-align: center;
}

.home .inner_page_hero_section {
	display: none;
}

.footer_top_cta_content {
	/* background: linear-gradient(83.11deg, #0192B9 0%, #8FBC16 100%); */
	text-align: center;
	border-radius: 10px;
	padding: 40px 30px;
	background: #F4F5F8;
}

.footer_top_cta_content p {
	padding: 0 100px;
}

.footer_top_cta_section {
	margin-bottom: 60px;
}


.footer_contact a {
	color: #62B8DB;
}

.footer_contact a:hover,
.footer_contact a:focus {
	color: #ffffff;
}

.footer_contact .info_item p {
	margin: 0;
}

.footer_contact .info_item {
	margin-bottom: 10px;
}

.home main section:first-child {
	margin-top: 0;
}

.title_bar {
	position: relative;
	z-index: 1;
}

/* .title_bar::after {
content: url(https://c1mdevsite.com/udutu.com/wp-content/uploads/2022/03/title-bar.png);
width: 100px;
height: 50px;
position: absolute;
bottom: 100%;
right: 100%;
z-index: -1;
margin-bottom: 30px;
margin-right: -30px;
} */

.title.title_bar {
	display: inline-block;
}

.testimonial_carousel .owl-dots button span {
	width: 12px;
	height: 12px;
	background: #64BB46;
	display: inline-block;
	border-radius: 50%;
	margin: 2px;
}

.testimonial_carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.testimonial_carousel .owl-dots button.active span {
	background: #F47F25;
}

.pix_card_addon_wrapper.Horizontal-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pix_card_addon_wrapper.Horizontal-card .pix_card_img {
	margin-right: 15px;
}

.pix_card_addon_wrapper.Horizontal-card .pix_card_content p {
	margin: 0;
}

.pix_card_addon_wrapper {
	margin-bottom: 25px;
}

.cla_post-details a {
	word-break: break-all;
}

.cla_blog-sidebar {
	margin-top: 20px;
}

.logo-carousel-free .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_contact a {
	word-break: break-all;
}




/* Custom CSS start from here */


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

.udutu_footer-content ul li a {
	word-break: unset;
	margin-bottom: 7px;
}

.udutu_footer-content img {
	margin-bottom: 25px;
}

.udutu_footer-content .cla_cta-btn {
	padding: 15px 30px !important;
}

.udutu_footer-content .cla_cta-btn:hover,
.udutu_footer-content .cla_cta-btn:focus {
	background: #411301 !important;
}

.header_top-section {
	display: none;
}

.wp-video-popup i.fa {
	background: rgba(141, 199, 65, 0.8);
	border-radius: 50%;
	font-size: 40px;
	line-height: 150px;
	color: #ffffff;
	width: 150px;
	height: 150px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.wp-video-popup i.fa:hover {
	background: rgba(141, 199, 65, 1);
}

.section_heading_wrapper .title b {
	color: #64BB46;
}

.udutu_footer-content {
	text-align: center;
}

.footer_widget_section .widget_media_image {
	margin: 0 auto;
}

.udutu_footer-content.widget_nav_menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.udutu_footer-content.widget_nav_menu ul li {
	margin: 0 10px;
}

.footer_content_wrapper {
	border-top: 1px solid #ffffff3d;
	padding-top: 10px;
}

.footer_top_cta_section.subscribe_section {
	margin-bottom: -170px;
	position: relative;
	z-index: 1;
}

.footer_top_cta_section.subscribe_section .footer_top_cta_content {
	background: url(https://udutu.com/wp-content/uploads/2022/03/Subscribe-Box.png);
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.footer_top_cta_section.subscribe_section .footer_top_cta_content h2 {
	color: #ffffff;
	margin-bottom: 5px;
}

.footer_top_cta_section.subscribe_section .footer_top_cta_content p {
	color: #ffffff;
	margin-bottom: 25px;
}

.footer_top_cta_section.subscribe_section .cus_gform_wrapper {
	margin: 0 !important;
}

.footer_top_cta_section.subscribe_section .cus_gform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.footer_top_cta_section.subscribe_section .cus_gform input[type="text"], .footer_top_cta_section.subscribe_section .cus_gform input[type="email"] {
	/* 	min-width: 174px; */
	background: #ffffff !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	margin: 0 !important;
	height: 51px !important;
}

.footer_top_cta_section.subscribe_section .cus_gform .gform_footer {
	width: auto;
	padding-top: 0;
}

.step_section .vc_inner .vc_column-inner {
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 6%);
	box-shadow: 0 0 20px rgb(0 0 0 / 6%);
	padding: 30px !important;
	border-radius: 16px;
}

.solution_section .vc_inner .vc_column-inner {
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 6%);
	box-shadow: 0 0 20px rgb(0 0 0 / 6%);
	padding: 0px !important;
	border-radius: 10px;
}

.solution_section .vc_inner .vc_column-inner a:hover,
.solution_section .vc_inner .vc_column-inner a:focus {
	color: #64BB46;
}

.solution_section .vc_inner .vc_column-inner .vc_single_image-wrapper {
	overflow: hidden;
}

.solution_section .vc_inner .vc_column-inner .vc_single_image-wrapper img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.solution_section .vc_inner .vc_column-inner:hover .vc_single_image-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.product_section .vc_inner .vc_column-inner {
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 6%);
	box-shadow: 0 0 20px rgb(0 0 0 / 6%);
	padding: 30px 15px 15px 15px !important;
	border-radius: 10px;
	background: #ffffff;
}

.vc_row.cta_section {
	margin-top: -125px;
	position: relative;
	border-radius: 16px;
}

.testimonial_slides {
	background: #ffffff;
	border-radius: 14px;
	padding: 30px 20px;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	margin: 15px;
}

.partner_section .wpb_single_image * {
	width: 100%;
}

.contact_section .cus_gform {
	background: #64BB46;
	padding: 15px 15px 30px 30px;
	border-radius: 10px;
}

.contact_section .cus_gform .gfield_checkbox label,
.contact_section .cus_gform .gfield_checkbox label a {
	color: #ffffff;
}

.contact_section .cus_gform .gfield_checkbox label a {
	text-decoration: underline;
}

.vc_row.recent_post_section .vc_gitem-post-data-source-post_excerpt {
	display: none;
}

.solutions_list_wrapper .vc_column-inner {
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}

.cus_gform_radio label.gfield_label {
	display: block !important;
}

.cus_gform_radio {
	margin-bottom: 30px;
}

.products_boxes_wrapper .section_heading_wrapper {
	min-height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.products_boxes_wrapper .section_heading_wrapper:hover {
	background: #F47F25 !important;
}

.pakb-header {
	margin-bottom: 50px;
	margin-top: 50px;
}

.pakb-header form {
	margin: 0;
}

.pakb-search * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* .pakb-search {
position: relative;
display: table;
border-collapse: separate;
width: 100%;
} */

.pakb-search input[type="text"] {
	display: table-cell;
	width: 100%;
	margin-bottom: 0;
	border: 1px solid #ccc;
	height: 50px;
	padding: 8px 12px;
	font-size: 1em;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
}

.pakb-search input[type="text"]:focus {
	border: solid 1px #999;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 none;
}

/* .pakb-search span {
position: relative;
white-space: nowrap;
width: 1%;
vertical-align: middle;
display: table-cell;
} */

.pakb-search input[type="submit"] {
	display: inline-block;
	height: 50px;
	padding: 5px 40px;
	font-size: 1em;
	background-color: #333;
	margin: 0;
	color: #fff;
	font-weight: 500;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 0;
}

.pakb-search input[type="submit"]:hover {
	background-color: #000;
}

.pakb-search-icon {
	background: url(../img/search.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: top 15px right 10px;
}

.pricing_tab_wrapper .vc_tta-tab.vc_active a {background: #0178C0 !important;color: #ffffff !important;}

.pricing_faq_wrapper .vc_tta-title-text {color: #10212C;font-size: 18px;}

.pricing_faq_wrapper .vc_tta-panel.vc_active .vc_tta-title-text {color: #F47F25;}

.pricing_faq_wrapper .vc_tta-panel-heading {background: #ffffff !important;margin-bottom: 10px !important;}

.inner_card_wrapper .vc_column-inner {background: #F4F5F8;padding-top: 30px;padding-bottom: 30px;border-radius: 16px;}

.vc_row.inner_benefits_wrapper {
	background: rgb(126,186,221);
	background: linear-gradient(90deg, rgba(126,186,221,1) 0%, rgba(250,250,250,1) 100%);

}

.cus_gform_radio label {
	color: #ffffff;
}

.lms_video_cta .cus_gform {
	padding: 0 300px;
}

.lms_video_cta .cus_gform input[type="email"] {
	background: #ffffff !important;
	box-shadow: unset !important;
	margin: 0 !important;
}

.lms_video_cta .cus_gform .gform_footer {
	margin: 0 !important;
}

.lms_sub_form_wrapper .cus_lms_form {
	display: flex;
	justify-content: center;
}

.lms_sub_form_wrapper .cus_lms_form .form-group input {
	min-width: 350px;
	background: #ffffff !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	margin: 0 !important;
	height: 51px !important;
	border: none !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
	padding: 15px !important;
	color: #333333 !important;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 3px !important;
}

.lms_sub_form_wrapper .cus_lms_form button {
	background: #0078C0 !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	text-transform: uppercase !important;
	font-size: 15px !important;
	padding: 13px 35px !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-weight: 700 !important;
	margin: 0 !important;
	min-height: 51px;
}

.lms_sub_form_wrapper .cus_lms_form button:hover, .lms_sub_form_wrapper .cus_lms_form button:focus {
	background: #333333 !important;
}

.lms_sub_form_wrapper .cus_lms_form .form-group {
	margin-bottom: 0 !important;
}

.cla_cta-btn.cta-green a {
	background: #64BB46 !important;
}

.cla_cta-btn.cta-green a:hover, .cla_cta-btn.cta-green a:focus {
	background: #0078C0 !important;
	color: #ffffff !important;
}

.home_video-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.pakb-search {
	display: flex;
	justify-content: center;
}

.pakb-search input[type="text"] {
	width: 70%;
}

.pakb-main .pakb-row h2 {
	font-size: 20px;
	display: flex;
}

.pakb-main .pakb-row h2 i {
	margin-top: 3px;
	margin-right: 10px;
}

.pakb-search span {
	white-space: unset !important;
	width: 12%;
	display: inline-block;
}

.pakb-archive > a {
	display: block !important;
}


@media(max-width:767px){

	.pakb-search {
		flex-direction: column;
		align-items: center;
	}

	.pakb-search input[type="text"] {
		width: 100%;
		margin-bottom: 15px;
	}

	.pakb-search span {
		width: 100%;
	}


}


.job_brief_dl .wpb_wrapper {
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}

.job_brief_dl .wpb_wrapper .wpb_single_image {
	margin-left: 15px;
}

.job_brief_dl {
	padding-top: 40px !important;
}

.job_brief_dl .wpb_wrapper .social-sharing {
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    padding: 15px;
    border-radius: 6px;
    top: 80px;
    right: 0;
    min-width: 260px;
    z-index: 11;
    transition: all 0.4s linear;
    opacity: 0;
    visibility: hidden;
}

.job_brief_dl .wpb_wrapper .social-sharing .close-share {
    position: absolute;
    right: 15px;
    top: 5px;
	    cursor: pointer;
}

.job_brief_dl .wpb_wrapper .social-sharing .close-share i.fa {
    font-size: 20px;
}

.job_brief_dl .wpb_wrapper .social-sharing strong {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
}

.job_brief_dl .wpb_wrapper .social-sharing ul {
margin: 0;
    flex-direction: column;
}

.job_brief_dl .wpb_wrapper .social-sharing ul li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.job_brief_dl .wpb_wrapper .social-sharing ul li a {
    color: inherit;
}

.job_brief_dl .wpb_wrapper .social-sharing ul li a:hover, .job_brief_dl .wpb_wrapper .social-sharing ul li a:focus {
    color: #0078C0;
}

.job_brief_dl .wpb_wrapper .social-sharing ul li:last-child {
border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.job_brief_dl .wpb_wrapper .social-sharing ul li a span {
    width: 18px;
    text-align: center;
}

.job_offer_options ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.job_offer_options ul li {
    margin-left: 15px;
    cursor: pointer;
}

.job_offer_options ul li.job_share {
    position: relative;
    z-index: 1;
}

.job_offer_options ul li.job_share:hover .social-sharing {
    top: 60px;
    opacity: 1;
    visibility: visible;
}

.employee_tr_section.step_section .vc_inner .vc_column-inner {
    padding: 30px 15px !important;
}

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

.tick_list_items ul li::before {
    content: url("https://www.udutu.com/wp-content/uploads/2023/02/check-mark-1.png");
    position: absolute;
    left: 0;
    top: 0;
}

.tick_list_items ul li {
    position: relative;
    padding-left: 24px;
}

















/*  */