/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
 */

/* ==== Add your own styles below this line ====
* -------------------------------------------- */


/* common classes */
#crumbs {
    display: flex;
	justify-content: center;
	color: #fff;
}
#crumbs li {
    margin: 0 8px;
    color: #fff;
}
#crumbs li a{
    color: #fff !important;
}
#main-content .container::before{
	content: unset;
}
a{
	display: inline-block;
}
.small-heading{
	font-size: 12px;
}
.common-btn{
	font-size: 16px;
	color: #fff;
	background-color: #20bf55;
	border: 1px solid #20bf55;
	font-weight: 300;	
	padding: 15px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	position: relative;
}
.common-btn::before{
	content: '';
	position: absolute;
	left: 5px;
	right: 5px;
	top:5px;
	bottom: 5px;
	border: 1px solid #fff;
	transition: all 0.3s ease-out;
	opacity: 0;
	display: block;
}
.common-btn:hover,
.common-btn:focus{
	background-color: #062b96 !important;
}
.common-btn:hover:before,
.common-btn:focus:before{
	transition-delay: 0.2s;
	opacity: 1;	
}
.et_pb_button_module_wrapper{
	position: relative;
	display: inline-block;
	padding: 5px;
	background-color: #20bf55;
	transition: all 0.3s ease-out;
}
.et_pb_button_module_wrapper::before{
	content: '';
	position: absolute;
	left: 5px;
	right: 5px;
	top:5px;
	bottom: 5px;
	border: 1px solid #fff;
	transition: all 0.3s ease-out;
	opacity: 0;
	display: block;
}
.et_pb_button_module_wrapper:hover,
.et_pb_button_module_wrapper:focus{
	background-color: #062b96;	
}
.et_pb_button_module_wrapper:hover a,
.et_pb_button_module_wrapper:focus a{
	background-color: #062b96 !important;
}
.et_pb_button_module_wrapper:hover:before,
.et_pb_button_module_wrapper:focus:before{
	transition-delay: 0.2s;
	opacity: 1;
}
.lwp_divi_breadcrumbs {
    position: absolute;
    top: 51%;
    bottom: 0;
    margin: auto !important;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
	z-index: 999;
}
.lwp_divi_breadcrumbs span {
    color: #fff;
}
.white-btn-bx .et_pb_button_module_wrapper{
	background: none;
	padding: 0;
}
.white-btn-bx .et_pb_button_module_wrapper:before{
	display: none;
}
.white-btn-bx .et_pb_button_module_wrapper:hover,
.white-btn-bx .et_pb_button_module_wrapper:focus{
	background: none;
}
.white-btn-bx .et_pb_button_module_wrapper:hover a,
.white-btn-bx .et_pb_button_module_wrapper:focus a{
	background-color: #fff !important;
}

.Custom-heading h2,#Custom-heading {
	font-size: 30px;
}
.custom-headings h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 37px;
	margin-bottom: 15px;
}
.custom-headings h2 i{
	color: #20bf55;
}
.content-headings {
	margin-bottom: 15px !important;
}
.content-headings h2 {
	font-size: 36px;
	margin-top: 20px;
}
.content-headings p {
	font-weight: 400;
}
.content-headings ul {
	margin-top: 15px;
}
.content-headings ul li {
	font-weight: 400;
}
.custom-btn{
	margin-top: 15px;
}

.custom-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;	
	margin: 0 -15px;
}
.col-lg-6{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.banner-sections{
	padding: 0 !important;
}
.banner-sections h1,.blog-custom-banner h1 {
	text-transform: uppercase;
	position: relative;
}
.singlepost-custom-banner h1{
	position: relative;
}
.banner-sections h1::after,.blog-custom-banner h1:after,
.singlepost-custom-banner h1:after{
	content: '';
	position: absolute;
	background-color: #fff;
	height: 2px;
	width: 170px;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.blog-custom-banner{
	background-position: center;
}
h1{
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
}
.breadcrumb-sec{
	color: #fff;
}
.breadcrumb-sec span{
	color: #fff;
}
/* common classes */
/* modal css start */
.modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.opened:before {
  display: block;
}
.opened .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align:center;
  position: fixed;
  left: 47%;
  top: -100%;
  z-index: 11;
  width: 460px;
  box-shadow:0 5px 10px rgba(0,0,0,0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 35px 20px 20px;
}
.modal-body .email{
  width:100%;
  padding:15px;
  margin-bottom: 15px;
  border:1px solid #ddd;
  color:#888;
  outline:0;
  font-size:14px;
  font-weight:bold
}
.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}
.btn-close.closemodale {
    background-color: #fff;
    border: 1px solid #333;
    width: 23px;
    height: 23px;
    border-radius: 100px;
    line-height: 21px;
    position: absolute;
    right: -13px;
    top: -12px;
	color: #333;
}
/* modal css end */
/* common sections */
.download-it-sec{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
}
.download-it-sec-top{
	position: absolute;
	left: 0;
	right: 0;
	top: -165px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
}
.download-it-sec .img{
	width: 250px;
	position: relative;
}
.download-it-sec .img img{
	position: absolute;
	bottom: -125px;
}
.download-it-sec .entry-txt{
	width: calc(100% - 250px);
	text-align: center;
	padding: 60px 15px;
}
.download-it-sec .entry-txt p{
	font-size: 24px;
	line-height: 42px;
	margin-bottom: 20px;
}
.et_pb_row {
    margin-bottom: 20px;
}
/* common sections */


/* home page css */
.homebanner-sec {
    text-align: center;
}
.h-rowService-sec{
	text-align: center;
}
.h-rowService-sec .et_pb_column{
	padding: 30px 15px;
	transition: all 0.3s ease-out;
	border-radius: 15px;
}
.h-rowService-sec .et_pb_column:hover{
	background-color: #1fbf55;
}
.h-rowService-sec .et_pb_column:hover img{filter: invert(1);}
.h-rowService-sec .et_pb_column:hover h3{color: #fff;}
.h-rowService-sec .et_pb_column:hover{color: #fff;}
.h-rowService-sec .et_pb_column:hover .common-btn{
	background-color: #062b96 !important;
}

/* sponsor-slider style */
.sponsor-slider{
	text-align: center;
	margin-bottom: 30px;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 0 !important;
}
.sponsor-slider .img{
	max-width: 150px;
	margin: 0 auto;
}
.sponsor-slider .img-wrap{
	display: inline-block;
}
.sponsor-slider .slick-arrow{
	height: 50px;
	width: 50px;
	text-align: center;
	top:50px;
}
.sponsor-slider .slick-arrow:before{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 52px;
	line-height: 30px;
	vertical-align: inherit;
}
.sponsor-slider .slick-prev{left: -60px;}
.sponsor-slider .slick-next{right: -60px;}
.sponsor-slider .slick-prev:before{
	content: '\f104';
}
.sponsor-slider .slick-next:before{
	content: '\f105';
}
.sponsor-slider .slick-dots{
	position: static;
	margin-top: 30px;
}
.sponsor-slider .slick-dots > li{
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background-color: #fff;
}
.sponsor-slider .slick-dots > li.slick-active{
	background-color: #7d9cf5;	
}
.sponsor-slider .slick-dots > li button{display: none;}
/* sponsor-slider style */


/* caseStudy slider */
.caseStudy-slider-container{
	margin: 0;
}
.caseStudy-thumb-sec{
	width: 100px;
	margin-right: 15px;
}
.caseStudy-thumb-slider .slick-current .thumb-img{
	border: 2px solid #062b96;
}
.caseStudy-thumb-sec .thumb-img{
	height: 105px;
}
.caseStudy-thumb-sec .thumb-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.caseStudy-feature-sec{
	width: calc(50% - 65px);
	margin-right: 15px;
}
.caseStudy-content-sec{
	width: calc(50% - 65px);
}

.entry-title{
	font-size: 32px;
	margin-bottom: 20px;
}
.caseStudy-content-bx .heading{
	font-size: 21px;
}
.caseStudy-content-bx .entry-txt{
	margin-bottom: 20px;
	font-size: 14px;
}

.caseStudy-content-slider .slick-dots{
	position: static;
	margin-top: 30px;
	padding: 0;
}
.caseStudy-content-slider .slick-dots > li{
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background-color: #EFEFEC;
}
.caseStudy-content-slider .slick-dots > li.slick-active{
	background-color: #00BF72;	
}
.caseStudy-content-slider .slick-dots > li button{
	font-size: 14px;
	line-height: 21px;
	color: #BCBCBA;
	display: inline-block;
}
.caseStudy-content-slider .slick-dots > li.slick-active button{
	color: #fff;	
}
.caseStudy-content-slider .slick-dots > li button:before{
	display: none;	
}

.caseStudy-content-slider .slick-arrow{
	height: 30px;
	width: 30px;
	text-align: center;
	top:-40px;
}
.caseStudy-content-slider .slick-arrow:before{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 32px;
	line-height: 30px;
	vertical-align: inherit;
	color: #BCBCBA;
}
.caseStudy-content-slider .slick-arrow:hover:before{
	color: #00BF72;
}

.caseStudy-content-slider .slick-prev{
	left: auto;
	right: 40px;
}
.caseStudy-content-slider .slick-next{
	right: 0;
}
.caseStudy-content-slider .slick-prev:before{
	content: '\f100';
}
.caseStudy-content-slider .slick-next:before{
	content: '\f101';
}

.ranking-bx{
	max-width: 650px;
}
.ranking-dv{
	background-color: #00BF72;
	color: #fff;
	text-align: center;
	padding: 30px 30px;
	border-radius: 15px;
}
.ranking-dv .val{
	display: inline-block;
	font-size: 52px;
	line-height: 50px;
	position: relative;
	padding-left: 30px;
}
.ranking-dv .val:before{
	content: '';
	height: 25px;
	width: 20px;
	background: url(img/up-arrow.png) no-repeat center;
	position: absolute;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ranking-dv .txt{
	font-size: 26px;
	margin-top: 5px;
	font-weight: normal;
}
/* caseStudy slider */

/* testiminial slider */
.testiminial-slider-sec{
	align-items: center;
}
.testiminial-slider-sec .image-bx{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.testiminial-slider-sec .image-bx .img{
	width: 130px;
	height: 130px;
	border-radius: 100%;
	margin-right: 15px;
	overflow:hidden;
}
.testiminial-slider-sec .image-bx img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.testiminial-slider-sec .image-bx .title{
	position: relative;
	padding-left: 15px;
}
.testiminial-slider-sec .image-bx .title:before{
	content: '';
	width: 10px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 13px;
}
.testiminial-slider .slick-dots{
	position: static;
	margin-top: 40px;
}
.testiminial-slider .slick-dots > li{
	height: 13px;
	width: 13px;
	border-radius: 100%;
	background-color: #000;
}
.testiminial-slider .slick-dots > li.slick-active{
	background-color: #62B20E;
}
.testiminial-slider .slick-dots > li button{display: none;}
/* testiminial slider*/

.home-claim-nmb h3{
	font-size: 32px;
	font-weight: bold;
}
.home-claim-nmb{
	font-size: 32px;
}

/* home page css */

/* start contact page css */
.et_contact_bottom_container{
	width: 100%;
	margin-top: 30px;
}
.et_pb_contact_submit.et_pb_button {
	width: 100%;
	display: block;
}
.contact-address-details {
	list-style: none !important;
}
.contact-address-details li span i{
	color: #9F6A5D;
}
.contact-address-details li a{
	color: #333;
}
.contact-address-details li span {
	width: 30px;
	height: 30px;
	border: 1px solid #9F6A5D;
	display: inline-block;
	text-align: center;
	line-height: 29px;
	border-radius: 100px;
	margin-right: 6px;
}
.contact-address-details li {
	margin-bottom: 15px;
}
/* end contact page css */
/* start blog page css */
.blog-posts-sections .post .entry-featured-image-url{
	float: left;
	max-width: 450px;
	margin-right: 36px;
}
.blog-posts-sections .post .post-content-inner p {
    color: #000 !important;
}
.blog-posts-sections .post .post-content a{
	clear: unset;
	font-size: 16px;
	color: #fff;
	background-color: #20bf55;
	border: 1px solid #20bf55;
	font-weight: 300;
	padding: 15px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	position: relative;
	display: inline-block;
	margin-top: 15px;
}
.widget_recent_entries ul li a {
    color: #000 !important;
}
.post-date {
    font-size: 13px;
    color: #ccc;
    font-style: italic;
}
.blog-posts-custom {
	display: flex;
}
.blog-post-details {
	padding-left: 32px;
}
.post.type-post {
	margin-bottom: 20px;
}
.blog-post-details .post-meta{
	display: none;
}
.blog-post-details h2 a {
	font-size: 30px;	
}
.blog-sidebar-custom {
	min-height: 450px;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 19px;
	text-align: center;
}
.blog-sidebar-custom p {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}
.blog-sidebar-custom a {
	color: #fff !important;
	background-color: #062b96 !important;
	border-color: #062b96 !important;
}
.blog-posts-sections .et_pb_row {
    margin-right: 0 !important;
}
.widget_recent_entries h4 {
	background-color: #20bf55;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
#recent-posts-3 ul li{
	display: flex;
	flex-direction: column;
}
#recent-posts-3 ul li .post-date {
    font-size: 13px;
    color: #ccc;
    font-style: italic;
}
.blog-custom-banner {
	text-align: center;
	padding: 180px 0 194px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-custom-banner h1{
	color: #fff;
}
.single-blog-post .post-meta{
	display: none;
}
.single-blog-post {
	display: flex;
	padding-bottom: 50px;
}
.single-blog-post .entry-content img{
	float: left;
	max-width: 450px;
	margin-right: 30px;
}
.single-blog-post .entry-content .et_section_regular {
	padding-top: 0;
}
.single-blog-post .entry-content .et_pb_row {
	padding-top: 10px;
}
.singlepost-custom-banner {
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 180px 0 194px;
	background-position: center center;
}
.singlepost-custom-banner h1{
	color: #fff;
}
.single-blog-post .et_post_meta_wrapper {
	max-width: 450px;
	margin-right: 30px;
}
.single-blog-post .entry-content h2 {
	font-size: 32px;
}
.single-blog-post .entry-content p {
	font-weight: 400;
	font-size: 17px;
}
.form-submit {
    text-align: left;
}
.book-section {
    padding: 81px 0;
}
#breadcrumbs,#breadcrumbs a {
    color: #fff;
	display: flex;
	justify-content: center;
}
#breadcrumbs li {
    margin: 0 5px;
}
.has-post-thumbnail {
    margin-bottom: 46px !important;
}
/* end blog page css */
/* start case study page css */
.case-study-section {
	display: flex;
	flex-wrap: wrap;
}
.case-study-section .casestudy-post-secs {
	width: 31%;
	margin-right: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.casestudy-post-secs h2 {
	font-size: 33px;
	margin-top: 12px;
}
.pagination-dv {
    width: 100%;
    text-align: center;
}
.pagination-dv .page-numbers.current {
    background-color: #20bf55;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    vertical-align: middle;
    line-height: 29px;
	margin: 0 17px;
}
.navigation.pagination a {
    color: #aaa;
    margin: 0 17px;
    background-color: #E7E7E7;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    line-height: 29px;
	transition: all 0.5s ease-in-out;
}
.navigation.pagination .next.page-numbers,
.navigation.pagination .prev.page-numbers{
	background-color: #fff;
	margin: 0;
}
.navigation.pagination .next.page-numbers:hover,
.navigation.pagination .prev.page-numbers:hover{
	color: #20bf55;
}
/* end case study page css */
/* footer style */
.footer-contact{
	text-align: center;
	color: #eaeaea;
	font-size: 16px;
	font-weight: 300;
}
.footer-contact a{
	color: #eaeaea;
}
.footer-info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
.footer-info:last-child{
	margin-bottom: 0;
}
.footer-info img{
	vertical-align: middle;
}
.footer-info .icon{
	margin-right: 15px;
}
.socialLinks-dv a{
	display: inline-block;
	margin: 15px;
}
.socialLinks-dv a img {
    width: 57px;
    max-width: 100%;
}
#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none !important;
}
#menu-footer-menu li {
    padding: 0 11px;
}
#menu-footer-menu li a{
    font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}
.single.single-case-study .single-case-style-hide,
.single.single-post .single-case-style-hide {display: none;}

/* media queries */
@media(max-width: 1366x){
	.blog-posts-sections .et_pb_row_2.et_pb_row {
		margin-right: 64px !important;
    	margin-left: 87px !important;
	}
	.et_pb_image img {
		position: relative;
		margin-top: 20px;
	}
	.et-last-child {
		margin-bottom: 40px;
	}

}
@media (min-width: 981px){
	.container,
	.et_pb_row{
		width: 90%;
		padding: 0 15px;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.single.single-post #et-main-area #main-content > .container{
		max-width:1280px;
		margin:0 auto;
		width: 90%;	  
	}
}
@media (max-width: 991px){
    .caseStudy-feature-sec{
        margin-right: 0;
        width: calc(100% - 115px);
    }
    .caseStudy-content-sec{
        width: 100%;
        margin-top: 30px;
    }
}
@media(max-width: 767px){
	.et_pb_title_container h1 {
		font-size: 36px !important;
	}
	.download-it-sec .entry-txt p {
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.custom-headings h2 {
		font-size: 23px;
		margin-bottom: 0px;
	}
	.ranking-dv {
		margin-bottom: 15px;
	}
	.testiminial-content {
		margin-bottom: 30px;
	}
	
}
@media (max-width: 479px){
    .caseStudy-thumb-sec{width: 100%}
	.caseStudy-feature-sec{width: 100%}
	.case-study-section {flex-direction: column;}
	.case-study-section .casestudy-post-secs {width: 100%;}
	.casestudy-post-secs h2 {font-size: 25px;line-height: 33px;}
	.case-study-section .casestudy-post-secs {margin-bottom: 0px;}
	.singlepost-custom-banner h1 {font-size: 25px;line-height: 32px;}
	.singlepost-custom-banner {padding: 155px 0 140px;}
	.single-blog-post .entry-content img {float: unset;max-width: unset;}
	.single-blog-post .entry-content h2 {font-size: 27px;line-height: 35px;}
	.blog-posts-custom {flex-direction: column;}
	.blog-post-details {padding-left: 0;}
	.blog-post-details h2 a {line-height: 35px;}
	.single-blog-post {flex-direction: column;padding-bottom: 0px;}
	.single-blog-post .et_post_meta_wrapper {max-width: 100%;margin-right: 0;}
	.common-btn {padding: 15px 21px;}
	.et_pb_section_6.et_pb_section {padding-top: 0px;padding-bottom: 0;}
	.et_pb_section.et_pb_section_5.et_section_regular {padding: 0;}	
	.et_pb_section.et_pb_section_5.et_section_regular .et_pb_row.et_pb_row_6 {padding-bottom: 0;margin-bottom: 0;}

}
@media(max-width: 375px){
	.et_pb_title_container h1 {
		font-size: 32px !important;
	}
	.download-it-sec .img {
		width: 100%;
	}
	.download-it-sec .img img {
		position: relative;
		bottom: 35px;
	}
	.download-it-sec .entry-txt {
		width: 100%;
		padding: 0 15px;
	}
	.download-it-sec-top {
		position: relative;
		top: 0px;
		margin-top: -120px;
	}
	.download-it-section {
		padding-bottom: 0 !important;
	}
	.content-headings h2 {
		font-size: 31px;
	}
	.et_pb_section_0_tb_footer {
		margin-bottom: 40px;
	}
	#menu-footer-menu {
		display: unset;
		text-align: center;
	}
	.home-banner-sec .et_pb_text_0 h1 {
		font-size: 34px;
	}
	.home-banner-sec .et_pb_text_0 {
		margin-right: 0 !important;
	}
	.home-banner-sec {
		padding-bottom: 100px !important;
	}
	.h-rowService-sec {
		padding-top: 0;
	}
	.home-claim-nmb {
		margin-top: 0 !important;
		padding-top: 0;
	}
	.testimonials-header {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}
	.testimonials-sections {
		padding-top: 0;
	}
	.h-rowService-sec .et_pb_column{
		background-color: #1fbf55;
		color: #fff;
	}
	.h-rowService-sec .et_pb_column img {
		filter: invert(1);
	}
	.h-rowService-sec .et_pb_column h3 {
		color: #fff;
	}
	
}