/*
Theme Name: Innojustice Law
Theme URI: 	https://liftlegal.com.au/
Template: 	Divi
Version: 	3.26.3
*/

@font-face {
    font-family: 'Futura PT Book';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Book'), url('fonts/FuturaCyrillicBook.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Medium'), url('fonts/FuturaCyrillicMedium.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Bold'), url('fonts/FuturaCyrillicBold.woff') format('woff');
}


/*
Custom Styling styling
---------------------------------------------------------------------------------------------------- */

body {
	font-family: 'Futura PT Book';
	font-weight: normal;
}

/* Headings styling
----------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 400;
	padding-bottom: 20px;
}
body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4 {
	padding-top: 15px;
}

body p {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 1.3;
}

body ul li, body ol li { font-size: 20px; }

p:last-of-type + * {
	padding-top: 25px;
}

/* Buttons styling
----------------------------------------------- */

#page-container .et_pb_button {
	display: inline-block;
	padding: 12px 30px;
	line-height: normal !important;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container button.et_pb_button {
	background: #567426;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
#page-container .et_pb_button:hover {
	background: #000;
	color: #fff;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #567426;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover {
	background: #567426;
}
.btn .icon {
	color: #fff;
}


/*
wpforms styling
--------------------------------------------------- */

#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}

::-webkit-input-placeholder {
	color: #000000;
}
:-moz-placeholder {
	color: #000000;
}
::-moz-placeholder {
	color: #000000;
}
:-ms-input-placeholder {
	color: #000000;
}
.entry-content .wpforms-submit-container {
	text-align: center;
}

/* list style
--------------------------------------------------- */

body .entry-content ul,
body .entry-content ol {
	padding-left: 30px;
}
body .entry-content ul li,
body .entry-content ol li {
	/*list-style-position: outside;*/
	margin-bottom: 5px;
}

#main-content .list-style ul {
	padding-left: 20px;
}
#main-content .list-style li {
	display: block;
	position: relative;
	padding-bottom: 5px;
}
#main-content .list-style li:before {
	content: '\f105';
	color: #567426;
	font-family: FontAwesome;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -20px;
	margin-right: 14px;
	top: -2px;
}

/* table styling
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

/* empty p tag none
--------------------------------------------------- */

p:empty {
	display: none;
}

/* anchor tag style
--------------------------------------------------- */

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	pointer-events: painted !important;
	cursor: pointer !important;
	display: inline-block;
}
.entry-content a:hover {
	color: red;
}
.et_pb_bg_layout_dark a {
	color: #fff;
}

/* image styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-module img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}
.round-img-module img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}

/* dashicons icon styling
--------------------------------------------------- */

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

/* Divi builder sections and module styling
---------------------------------------------------------------------------------------------------- */

/* builder row and container styling
----------------------------------------------- */

body .et_pb_row,
body .container {
	width: 100%;
}

/* builder section styling
----------------------------------------------- */

body .et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* builder top bottom gap none styling
----------------------------------------------- */

#main-content .top-gap-none {
	padding-top: 0;
}
#main-content .bottom-gap-none {
	padding-bottom: 0;
}

/* builder testimonial module styling
----------------------------------------------- */

.et_pb_testimonial + .et_pb_module {
	padding-top: 20px;
}

/* text module pick full height
----------------------------------------------- */

.et_pb_text_inner:after {
	content: '';
	clear: both;
	display: block;
}

/* flex row styling
----------------------------------------------- */

body .flex-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px 0;
}
.reverse-col {
	flex-direction: row-reverse;
}
.reverse-col .et_pb_column:first-child {
	float: right;
	margin-right: 0;
	margin-left: 3%;
}
.flex-row.et_pb_gutters1 .et_pb_column:first-child {
	margin-right: 0;
	margin-left: 0;
	z-index: 5;
}
.flex-row .et_pb_column:last-child {
	align-self: start;
}
.btm-align-col .et_pb_column:last-child {
	align-self: flex-end;
}
.center-align-col .et_pb_column:last-child {
	align-self: center;
}

/* large container img text row styling
--------------------------------------------------- */

.large-wrap-grid-text-img-row {
	overflow: hidden;
}
#main-content .large-wrap-grid-text-img-row .et_pb_column_3_5 {
	width: 63%;
}
#main-content .large-wrap-grid-text-img-row .et_pb_column_2_5 {
	width: 34%;
}
.large-wrap-grid-text-img-row .et_pb_text {
	max-width: 790px;
	width: 100%;
	position: relative;
	padding-left: 25px;
	float: right;
}
.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
	max-width: 590px;
}
.large-wrap-grid-text-img-row.et_pb_gutters1 .et_pb_text {
	max-width: 612px;
}
.reverse-col .et_pb_text {
	float: left;
	padding-left: 0;
	padding-right: 25px;
}
.large-wrap-grid-text-img-row .et_pb_image {
	text-align: right;
}
.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
	text-align: left;
}

/* 
Header styling
---------------------------------------------------------------------------------------------------- */

/* Header right widget area styling
--------------------------------------------------- */

.header-right-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	padding-top: 20px;
	padding-bottom: 25px;
}
.header-right-area .widget {
	display: block;
}
.header-right-area p {
	display: inline-block;
	padding-bottom: 0;
}
.header-right-area a {
	color: #000;
	position: relative;
	margin-left: 40px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
.header-right-area .icon {
	color: #567426;
	margin-right: 5px;
}

/* Header menu styling
--------------------------------------------------- */

#main-header div#et-top-navigation {
	clear: both;
	padding-top: 0;
}
body #top-menu > li {
	padding-right: 35px;
}
#top-menu-nav #top-menu > li > a {
	font-weight: 400;
	padding-right: 0;
}
#top-menu-nav #top-menu > li > a:after {
	display: none;
}
#top-menu li ul {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #top-menu li li a {
	width: 100%;
	padding: 15px 20px 15px;
	font-size: 16px;
	color: #000000;
	opacity: 1;
	text-transform: inherit;
}
body #top-menu li li a:hover {
	background: #567426;
	color: #fff;
}
#site-header .et_pb_menu li li:hover{
    padding: 0px 0px 0px 0px;
    width: 350px;
}
#site-header .nav ul li a:hover{
	opacity: 1;
	padding-left: 10px;
}
/* Menu hover 
--------------------------------------------------- */

#top-menu > li > a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	width: 0;
	bottom: 20px;
	margin: auto;
	border-bottom: 5px solid #567426;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#top-menu > li.current-menu-item > a::before,
#top-menu > li.current_page_item > a::before,
#top-menu > li > a:hover:before {
	width: 42px;
}

/*
Home Page Styling styling
---------------------------------------------------------------------------------------------------- */

/* Home Header styling
--------------------------------------------------- */

.home #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.home #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}

.home #et-main-area {
	margin-top: -125px;
}

/* banner section styling
--------------------------------------------------- */

#hero-img-section {
	min-height: 80vh;
	padding-top: 120px;
	position: relative;
	overflow: hidden;
	text-shadow: 0 0 5px #000000;
}
#hero-img-section h1 {
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 50px;
}
#hero-img-section .et_pb_slider .et_pb_slide{
    height: 80vh;
    border-radius: 0px 0px 0px 300px;
}
/* footer styling
---------------------------------------------------------------------------------------------------- */

/* footer widgets styling
--------------------------------------------------- */

#main-footer #footer-widgets {
	padding: 40px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}

/* footer form styling
--------------------------------------------------- */

#main-footer form {
	position: relative;
	overflow: hidden;
	text-align: left;
}
#main-footer .wpforms-field {
	padding: 0 0 6px;
}
#main-footer .left-side-field {
	width: 49.33%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #c8b594;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#main-footer textarea {
	height: 168px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
}
#main-footer :-moz-placeholder {
	color: #000000;
}
#main-footer ::-moz-placeholder {
	color: #000000;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
}
#main-footer .wpforms-field-label {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
}
#main-footer .wpforms-field-captcha {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 0;
	z-index: 1;
}
#main-footer .wpforms-required-label {
	display: none;
}
#main-footer .wpforms-captcha-math {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
#main-footer .wpforms-submit-container {
	text-align: right;
}
#main-footer label.wpforms-error {
	display: block;
	color: #ffffff;
	font-weight: 700;
}

/* social icons styling
--------------------------------------------------- */

.social-icons {
	padding-bottom: 15px;
}
#main-footer .social-icons a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	background: #567426;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	text-align: center;
}
#main-footer .social-icons a:hover {
	background: #567426;
}

/* footer contact styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/*
Blog page styling
---------------------------------------------------------------------------------------------------- */

/*
inner banner section  styling
--------------------------------------------------- */

.inner-banner-section .et_pb_column {
	width: 100%;
}

/*
main content area styling
--------------------------------------------------- */

#main-content.post-custom-style .container {
	padding-top: 0;
	margin-top: 30px;
}
#main-content .container:before {
	display: none;
}

/*
post styling
--------------------------------------------------- */

.post-custom-style article,
.blog article,
.archive article,
.single-post article {
	/*border: 1px solid #d7d7d7;*/
	padding: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.single-post .et_pb_post .entry-content {
	padding-top: 0;
}
.post .entry-title {
	padding-bottom: 10px;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
	margin-bottom: 13px;
}
.post h2.entry-title {
	font-size: 28px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

/*
custom pagination styling
--------------------------------------------------- */

#main-content .custom-pagination ul {
	border-top: 1px solid #ccc;
	padding: 25px 0;
	text-align: center;
}
.custom-pagination li {
	display: inline-block;
}
.custom-pagination li a {
	padding: 3px 10px;
	display: block;
}
.custom-pagination .active a {
	background: #567426;
	color: #fff;
}

/*
Sidebar setyling
--------------------------------------------------- */

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
}
#sidebar .widget_archive {
	border-bottom: none;
}
#sidebar .widgettitle {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#sidebar .et_pb_widget li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

/* sidebar archive widget styling
--------------------------------------------------- */

#sidebar .widget_archive select {
	background: url(images/down-arrow.png) no-repeat right 10px center;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 20px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_archive select::-ms-expand {
	display: none;
}


/* sidebar about box styling
--------------------------------------------------- */

.about-box {
	position: relative;
}
.about-box img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
.about-box a {
	text-decoration: none;
}
.about-box h4 {
	font-size: 18px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #524f4b;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 19px 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 110px;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	width: 100%;
	color: #fff;
}

/* sidebar location widget styling
--------------------------------------------------- */

#sidebar .prg-icon {
	padding-bottom: 20px;
	padding-left: 25px;
}
#sidebar iframe,
#sidebar .widget_media_image {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
	padding-bottom: 0;
}
#sidebar .widget_media_image img {
	display: block;
}

/*
Single Post styling
---------------------------------------------------------------------------------------------------- */

#left-area h1.entry-title {
	font-size: 40px;
}

/*
single post comments styling
--------------------------------------------------- */

#comment-wrap {
	padding-top: 30px;
}
#comments {
	border-top: 1px solid #e2e2e2ee;
	padding-top: 20px;
}
#comment-wrap article {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	margin-bottom: 40px;
}
#comment-wrap article:after {
	content: '';
	display: block;
	max-width: 300px;
	border-bottom: 1px solid #d8d8d8;
	margin: 30px auto 0;
	visibility: visible;
}
#comment-wrap .comment_avatar {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	max-width: 80px;
	margin-right: 15px;
}
#comment-wrap .comment_avatar img {
	max-width: 100%;
}
#comment-wrap .comment_postinfo {
	line-height: 1.2;
}



/* 
Custom Styling
---------------------------------------------------------------------------------------------------- */
/*
Header styling
---------------------------------------------------------------------------------------------------- */

#site-header{
	padding: 20px 0;
}
#site-header .et_pb_row{
	padding: 0;
	display: flex;
	align-items: center;
	max-width: 1250px;
}
#site-header .et_pb_row .et_pb_column_0_tb_header,
#site-header .et_pb_row .et_pb_column_2_tb_header  {
	width: 25%;
	margin: 0;
}
#site-header .et_pb_row .et_pb_column_1_tb_header  {
	width: 50%;
	margin: 0;
}
#site-header .et_pb_image_0_tb_header{
	text-align: center;
}
#site-header .et_pb_row .et_pb_menu__wrap{
	justify-content: center;
}
#site-header .et_pb_menu li li:hover{
	background: #011d3d;
}
#site-header .et_pb_menu li li:hover a{
	color: #ffffff;
}
#site-header .et_pb_menu li li a{
    color: #011d3d;
	font-weight: 400;
    padding-left: 10px;
}
#site-header .et_pb_row img{
	width: 100px;
}
#site-header li ul{
    background-color: #ffffff !important;
    border-top: 3px solid #c88c16;
}
#site-header .et_pb_button:last-of-type{
	margin: 0 0 0 5px;
}
#site-header .et_pb_button .dashicons-email{
	position: relative;
	top: 2px;
}
#site-header .et_pb_button,
#page-container .et_pb_button,
#page-container button.et_pb_button{
    border-radius: 4px;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    border: 1.5px solid #c88c16;
    padding: 12px 20px;
    font-size: 18px;
    color: #ffffff;
    background: #c88c16;
	position: relative;
    overflow: hidden;
    transition: background-color 0.1s ease-in-out;	
}

#site-header .et_pb_button:hover,
#page-container .et_pb_button:hover,
#page-container button.et_pb_button:hover{
    color: #083d6d;
    background-position: 100%;
    border-color: #ffffff;
    transition: all 0.1s linear !important;
    background: #ffffff;
    transform: translateY(-5px);
}
#site-header .et-menu li>a{
	color: #fff;
	font-size: 19px;
	font-family: 'Futura PT Book';
}
#site-header .et_pb_text_0_tb_header .et_pb_text_inner{
	  display: flex;
    gap: 10px;
    justify-content: end;
}

/*
footer styling
---------------------------------------------------------------------------------------------------- */
#footer-top{
	padding-bottom: 0;
}
#footer-top h3{
	font-size: 30px;
	color: #3D3C3C;
	font-weight: 700;
}
#footer-top h4{
	font-size: 28px;
	color: #ffffff;
	font-weight: 600;
}
#footer-top p{
	padding:  5px 0;
}
#footer-top .et_pb_social_media_follow  a:hover{
	text-decoration: unset;
}
#footer-top p,
#footer-top p a{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.4;
}
#footer-top p a:hover,
#footer-bottom p a:hover{
	text-decoration: underline;
}
#footer-top .dashicons-icon i{
	position: relative;
	top: 2px;
}
#footer-bottom .et_pb_row_1_tb_footer{
    padding: 20px 0 10px;
    border-top: 1px solid #8b8b8b;
}
#footer-bottom .et_pb_row_2_tb_footer{
/* 	margin-top: 10px; */
	padding: 7px 0 10px;
}

#footer-bottom p a{
	color: #ffffff;
}
#footer-bottom {
	padding: 5px 0;
	background-color: #c0d6d852;
}
#footer-bottom p{
	color: #ffffff;
	font-size: 17px;
	text-align: center;
}
#footer-top .et_pb_social_icon a.icon::before{
	color: #ffffff;
}
#footer-top .et_pb_social_icon a.icon{
	border-color: #ffffff;
}
#footer-top .et_pb_social_media_follow a:hover::before{
	color: #083d6d;
}
#footer-top .et_pb_image_wrap img{
	width: 120px;
}
#footer-top .et_pb_text_2_tb_footer,
#footer-top .et_pb_text_3_tb_footer{
	display: flex;
	justify-content: center;
}




/*
Contact Us Page styling
---------------------------------------------------------------------------------------------------- */

#contact-page-section h2,
#contactus h2{
	font-size: 40px;
	line-height: 1.2em;
	font-weight: bold;
}
#contact-page-section p,
#contactus p{
	font-size: 20px;
	padding-bottom: 15px;
	line-height: 1.5;
}
#contact-page-section .dashicons-icon i,
#contactus .dashicons-icon i{
	position: relative;
	top: 4px;
}
#contact-page-section p a,
#contactus p a{
	color: #083d6d;
}
#contact-page-section .button-para,
#contactus .button-para{
	display: inline-block;
}
#contact-page-section .button-para .et_pb_button,
#contactus .button-para .et_pb_button,
div.wpforms-container-full .wpforms-form button[type=submit]{
	min-width: 150px;
	border-radius: 50px;
	font-size: 19px;
	padding: 10px 30px;
	border: 1.5px solid #083d6d !important;
	background: #083d6d !important;
}
#contact-page-section .button-para .et_pb_button:hover,
#contactus .button-para .et_pb_button:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	color: #ffffff !important;
    background-position: 100%;
    border-color: #ffffff;
    transition: all 0.1s linear !important;
	border: 1.5px solid #c88c16 !important;
	background: #c88c16 !important;
}

#contact-page-section .button-para
#contactus .button-para{
    margin: 10px 10px 10px 0;
}
#contact-page-map,
#contact-page-map .et_pb_row{
	padding-bottom: 0;
}
#contact-page-section .et_pb_row .et-last-child,
#contactus .et_pb_row .et-last-child{
	  background-color: #c0d6d83b;
    border-radius: 10px;
    padding: 30px;
}
#contact-page-section .et_pb_row .et-last-child img,
#contactus .et_pb_row .et-last-child img{
	border-radius: 7px;
}
#contact-page-section .et_pb_row .et-last-child span,
#contactus .et_pb_row .et-last-child span{
	 	font-weight: 900;
    color: #3D3C3C;
		font-size: 15px;
}
#contact-page-section .et_pb_row .et-last-child h3,
#contactus .et_pb_row .et-last-child h3{
	font-size: 30px;
	font-weight: bold;
	padding:5px 0;
}
#contact-page-section .et_pb_row .et-last-child p a,
#contactus .et_pb_row .et-last-child p a{
	  font-size: 17px;
    font-weight: 700;
}
#contact-page-map{
	padding-bottom: 0;
}
#contact-page-map iframe{
	margin-bottom: -9px;
}
#contact-page-section #wpforms-form-2766 .first-half,
#contactus #wpforms-form-2766 .first-half{
	width: 49%;
    display: inline-block;
}
#contact-page-section #wpforms-form-2766 .second-half,
#contactus #wpforms-form-2766 .second-half{
    width: 48%;
    display: inline-block;
    margin-left: 10px;
}
#main-content .wpforms-form input, #main-content .wpforms-form select, #main-content .wpforms-form textarea{
    border: 1px solid #d9d3d3;
    font-family: inherit;
    padding: 10px 13px;
    border-radius: 3px;
}


/* 
Inner Banner 1 Styling
---------------------------------------------------------------------------------------------------- */

#inner-banner1 {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner1 .et_pb_row {
	padding: 0;
	width: 100%;
	max-width: 100%;
	position: relative;
    z-index: 0;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner1 .et_pb_image_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img {
	width: 100vw;
	height: 100%;
	max-height: 550px;
	object-fit: cover;
}
body.blog #inner-banner1 .et_pb_image img {
	display: block;
}
#inner-banner1 .et_pb_text {
	z-index: 9;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 10px 0;
}
body.blog #inner-banner1 .et_pb_text {
	position: relative;
}
#inner-banner1 h1 {
    padding-bottom: 0;
    font-size: 40px;
    margin: 0;
    line-height: 2.3;
    position: relative; 
    display: inline-block; 
}

#inner-banner1 h1::before,
#inner-banner1 h1::after {
    content: "";
    position: absolute;
    width: 50px; 
    height: 2px; 
    background-color: #c88c16; 
    top: 50%; 
    transform: translateY(-50%);
}

#inner-banner1 h1::before {
    left: -60px;
}

#inner-banner1 h1::after {
    right: -60px;
}

.about-content-area .et_pb_row:first-of-type{
	padding-top: 0;
}


/* 
Our Values Section
---------------------------------------------------------------------------------------------------- */



#our-values-section{
	padding: 60px 0 120px;
}
#our-values-left-section h2{
	font-size: 50px;
	font-weight: 600;
}
#our-values-left-section p{
	line-height: 1.7;
}
#our-values-left-section .et_pb_button{
	width: 150px;
}
#our-values-left-section .et_pb_button:hover{
	width: 150px;
    background: #083d6d;
    border-color: #083d6d;
	color: #ffffff;
}
#our-values-right-section {
	position: relative;
}
#our-values-right-section img{
	height: 390px;
    width: 550px;
    object-fit: cover;
    border-bottom-right-radius: 120px;
}
#our-values-right-section-text{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c88c16;
    border-radius: 0px 0px 0px 60px;
    position: absolute;
    width: 254px;
    max-width: 254px;
    bottom: -57px;
    left: -60px;
    padding: 31px 0;
}
#our-values-right-section-text h3{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
}
#our-values-right-section-text p{
	font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}

/* CTA Section
----------------------------------------------- */

#cta-section{
    padding-bottom: 0;
    padding-top: 150px;
    margin-top: 60px;
}
#cta-section .et_pb_row{
	box-shadow: 0px 0px   #00000070;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 80px;
    padding-right: 80px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #083d6d;
    width: 45%;
}
#cta-section .et_pb_row p{
	text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

#cta-section .et_pb_row h3{
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 30px;
}
#cta-section .et_pb_row h5{
	    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    padding-top: 0;
    line-height: 1.6;
}


/* 
Servies Secrtion
---------------------------------------------------------------------------------------------------- */

#services-section .et_pb_row {
	max-width: 1300px;
}
#services-section ul.et_pb_tabs_controls:after,
#services-section .et_pb_tabs_controls li,
#services-section .et_pb_tabs{
	border: none;
}
#services-section .et_pb_tabs_controls li{
	display: inline;
	position: relative;
}
#services-section .et_pb_tabs_controls li::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #c88c16;
    top: 53%;
    transform: translateY(-50%);
    right: -45px;
}
#services-section .et_pb_tabs_controls li:last-of-type::after{
	display: none;
}
#services-section .et_pb_tabs_controls li a,
#services-section .et_pb_tabs_controls li a:hover{
    color: #083d6d !important;
    font-size: 24px;
    padding: 0;
/* 	transition: all 1s ease; */
}
#services-section .et_pb_tabs_controls{
    display: flex;
    justify-content: space-between;
    align-items: center;
	background: transparent;
}
#services-section .et_pb_tab_active a{
    color: #c88c16 !important;
    font-size: 20px;
    border-bottom: 2px solid #c88c16;
    font-weight: 700;
/* 	transition: all 1s ease; */
}
#services-section .et_pb_tab_content img{
    display: block;
    width: 550px;
    height: 550px;
    object-fit: cover;
    margin-right: 4rem;
}
#services-section .et_pb_tab_content h3{
    font-size: 36px;
    font-weight: 700;
    color: #083d6d;
}
#services-section .et_pb_tab_content p{
	line-height: 1.6;
}
#services-section .et_pb_tab_content ul{
	list-style: none;
}
#services-section .et_pb_all_tabs{
	margin-top: 2.5rem;
}
#services-section .et_pb_all_tabs>div {
	padding: 24px 0;
}
#services-section .et_pb_tab_content ul li{
    position: relative;
    border-bottom: solid .0625rem rgba(48,53,59,.15);
    display: inline-block;
    padding: 8px 30px 8px 0;
    font-size: 21px;
}
#services-section .et_pb_tab_content ul li:after{
    content: '\27A4';
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #083d6d;
}


/* about us page Section
--------------------------------------------------- */

#about_main{
	padding: 20px 0 60px;
}
#about_sec .et_pb_column{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.et_pb_image{
	margin-right: unset;
}
#about_sec .et_pb_column .et_pb_button{
	justify-content:center;
}
body .about-single .et_pb_column:before{
	content: "";
    border: 1px solid rgb(255 255 255 / 40%);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
}
body .about-single .et_pb_column:last-of-type{
	background-color: #083d6d;
    padding: 50px;
    border-radius: 20px;
	color: #fff;
}
body .about-single .et_pb_text_inner h4{
	padding-top: 0;
    color: #fff;
}
body .about-single{
/* 	width: 1179px; */
	padding: 20px 0 80px !important;
	gap: 2rem;
}
body .about-single .et_pb_column_1{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
}
body .about-single .et_pb_image_wrap img{
	width: auto !important;
	border-radius:4px;
}
body .about-single .et_pb_text{
	padding: 0 !important;
    text-align: left !important;
}
body .about-single .et_pb_text_inner h3{
    padding: 20px 0 !important;
    text-transform: uppercase !important;
    font-size: 25px;
	text-align: center;
}
body .about-single .et_pb_text_inner p{
    font-size: 17px !important;
    line-height: 1.4;
    padding-bottom: 18px;
}
.about-single .et_pb_image {
	text-align: center;
    margin-bottom: 0px !important;
}



/* 
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1440px) { 
	#cta-section{
		margin-top: 20px;
	}
	#cta-section .et_pb_row{
		margin-bottom: -10px;
	}
	#our-values-section {
		padding: 40px 0 100px;
	}
}

@media only screen and (max-width: 1366px) { 
	#footer-top p, #footer-top p a{
		font-size: 17px;
	}
	#footer-top .et_pb_image_wrap img {
    	width: 120px;
	}	
}

@media only screen and (max-width: 1280px) { 

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	body #top-menu > li {
		padding-right: 25px;
	}
	.large-wrap-grid-text-img-row .et_pb_text {
		padding: 25px 0 0;
		margin-left: 0;
	}
	.large-wrap-grid-text-img-row.reverse-col .et_pb_text {
		margin-right: 0;
		padding-right: 0;
	}
	#hero-img-section .et_pb_slider .et_pb_slide{
		height: 70vh;
		border-radius: 0px 0px 0px 200px;
	}
	#hero-img-section{
		min-height: 70vh;
	}
	#hero-img-section .et_pb_slide_description{
		padding: 4% 8% 12%;
	}
	#hero-img-section h1{
		font-size: 45px;
	}
	#hero-img-section{
		min-height: 70vh;
	}
	#cta-section .et_pb_row{
		width: 55%;
	}

}


@media only screen and (max-width: 1024px) { 
	#site-header .et_pb_row{
		width: 95%;
	}
	#site-header .et_pb_button{
		padding: 10px 16px;
		font-size: 16px;
	}
	#our-values-section {
        padding: 20px 0 60px;
    }
	#our-values-left-section h2,
	#our-values-right-section-text h3{
		font-size: 45px;
	}
	#our-values-right-section-text{
		width: 200px;
		left: -50px;
		padding: 28px 0;
	}
	#services-section .et_pb_tabs_controls li a, #services-section .et_pb_tabs_controls li a:hover{
		font-size: 20px;
	}
	#services-section .et_pb_tabs_controls li::after{
		right: -28px;
	}
	#services-section .et_pb_tab_content img{
		width: 100%;
    	float: none;
    	height: 300px;
	}
	#services-section .et_pb_tab_content ul{
		padding-left: 0;
	}
	#cta-section .et_pb_row {
        width: 75%;
    }
}



@media only screen and (max-width: 980px) { 

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 100%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 45%;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 25px;
	}
	body h4 {
		font-size: 23px;
	}
	a[href^="tel"]:link,
	a[href^="tel"]:visited,
	a[href^="tel"]:hover {
		pointer-events: auto;
		cursor: pointer;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body .flex-row {
		display: block;
	}
	.reverse-col .et_pb_column:first-child {
		margin-left: 0;
	}
	.reverse-col .et_pb_text {
		padding-left: 0;
	}
	.large-wrap-grid-text-img-row .et_pb_text,
	.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
		max-width: 100%;
	}
	.large-wrap-grid-text-img-row .et_pb_image,
	.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
		text-align: center;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	body .mobile_menu_bar:before {
		color: #567426;
	}
	body .et_mobile_menu {
		border-color: #567426;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
#footer-bottom .et_pb_row_2_tb_footer {
		display: flex;
	}
	#hero-img-section .et_pb_slider .et_pb_slide{
		border-radius: 0px 0px 0px 160px;
	}
		#hero-img-section .et_pb_slider .et_pb_slide {
        height: 60vh;
    }
	#hero-img-section h1 {
        font-size: 40px;
    }
	#site-header{
		position: relative;
	}
	#site-header .et_pb_row .et_pb_column_1_tb_header{
		position: absolute;
		width: 100%;
		top: 5.5rem;
	}
	#site-header .et_pb_row .et_pb_column_0_tb_header, #site-header .et_pb_row .et_pb_column_2_tb_header{
		width: 45%;
	}
	.et_pb_module .mobile_menu_bar:before{
		color: #ffffff !important;
	}
	#site-header .et_pb_row .et_pb_column_1_tb_header #mobile_menu1{
		background-color: #ffffff !important;
	}
	#site-header ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
		color: #083d6d !important;
	}
	#site-header .et_pb_row .et_pb_column_1_tb_header .et_mobile_menu{
		border-color: #083d6d !important;
	}
	#site-header .et_mobile_menu li a{
		font-size: 18px;
	}
	#site-header li ul{
		border: none !important;
	}
	#our-values-section .et_pb_row{
		display: flex;
		flex-direction: column-reverse;
	}
	#our-values-right-section .et_pb_image{
		text-align: center;
	}
	#our-values-right-section-text {
/*         width: 200px; */
        left: 3rem;
        padding: 28px 0;
        bottom: 1rem;
    }
	#our-values-left-section{
		margin-top: 2rem;
	}
	#our-values-section{
		padding: 20px 0 0;
	}
	#services-section .et_pb_tab_content img{
		max-width: 100%;
	}
	#services-section .et_pb_tabs_controls li::after {
        right: -20px;
    }
	#cta-section .et_pb_row {
        width: 70%;
        padding: 50px;
    }
	#services-section .et_pb_row{
		padding-bottom: 0;
	}
	#footer-top .et_pb_text_2_tb_footer, #footer-top .et_pb_text_3_tb_footer{
		justify-content: start;
	}
	#inner-banner1 h1{
		font-size: 35px;
	}
	#contact-page-map .et_pb_row {
		width: 100%;
	}
	#contact-page-section .et_pb_row,
	#contactus .et_pb_row{
		padding-top: 0;
	}
}

@media only screen and (max-width: 767px) { 

	html body {
		font-size: 18px;
	}
	body h1,
	#left-area h1.entry-title {
		font-size: 33px;
	}
	body h2 {
		font-size: 29px;
	}
	#page-container .et_pb_button {
		padding: 12px 10px;
		font-size: 16px;
/* 		min-width: 175px; */
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 30px;
	}
	#main-footer .footer-widget .wpforms-field-label,
	#main-footer .wpforms-field-label {
		display: inline-block;
	}
	#hero-img-section .et_pb_slide_description {
        padding: 16% 8% 12%;
    }
		#hero-img-section h1 {
        font-size: 25px;
    }
	#hero-img-section h1 {
        font-size: 35px;
    }
		#hero-img-section .et_pb_slider .et_pb_slide {
        height: 55vh;
        border-radius: 0px 0px 0px 150px;
    }
	#our-values-right-section .et_pb_image .et_pb_image_wrap{
		width: 100%;
	} 
	#our-values-right-section img {
    	height: 350px;
		width: 100%;
	}
	#our-values-section .et_pb_row{
		padding-bottom: 0;
	}
	#services-section .et_pb_tabs_controls{
		flex-wrap: wrap;
    	gap: 1rem;
	}
	#our-values-right-section-text {
        left: 0;
        padding: 28px 0;
        bottom: -1rem;
        border-radius: 0 0 0 45px;
    }
	#our-values-right-section img{
		border-bottom-right-radius: 80px;
	}
	#our-values-left-section {
        margin-top: 4rem;
    }
	#cta-section .et_pb_row {
		width: 80%;
	}
}

@media only screen and (max-width: 600px) { 

	body h1,
	#left-area h1.entry-title {
		font-size: 28px;
	}
	body h2 {
		font-size: 27px;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first {
		width: 100%;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first ~ div {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 15px;
	}
	#main-footer .left-side-field  {
		width: 100%;
	}
	#main-footer .right-side-field {
		position: relative;
		width: 100%;
	}
	#main-footer .wpforms-field-captcha {
		position: relative;
		padding-top: 14px;
		text-align: center;
	}
	#main-footer .wpforms-submit-container {
		text-align: center;
	}
	#footer-bottom .et_pb_row_2_tb_footer{
		display: block;
	}
	#footer-bottom .et_pb_row_2_tb_footer .et_pb_column_1_2 {
		margin-bottom: 10px;
	}
	#hero-img-section .et_pb_slider .et_pb_slide {
		height: 50vh;
	}
	#site-header .et_pb_row{
		justify-content: space-between;
	}
	#hero-img-section .et_pb_slide_description {
        padding: 28% 8% 12%;
    }
	#our-values-right-section img {
			height: 300px;
	}
	#our-values-left-section h2, #our-values-right-section-text h3 {
        font-size: 35px;
    }
	#cta-section{
		padding-top: 100px;
	}
	#inner-banner1 h1{
		font-size: 33px;
	}
	#contact-page-section .et_pb_row .et-last-child .et_pb_code_inner>div,
	#contactus .et_pb_row .et-last-child .et_pb_code_inner>div{
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	div.wpforms-container-full{
		margin-top: 0 !important;
	}
	#contact-page-section h2,
	#contactus h2{
		font-size: 35px;
	}
	#contact-page-map .et_pb_row{
		padding-top: 0;
	}
}

@media only screen and (max-width: 499px) { 

	#hero-img-section .et_pb_slider .et_pb_slide {
        height: 50vh;
        border-radius: 0px 0px 0px 110px;
    }
	#hero-img-section .et_pb_slider .et_pb_slide {
        height: 50vh;
        border-radius: 0px 0px 0px 110px;
    }
#site-header .et_pb_row .et_pb_column_0_tb_header{
		width: 30%;
	}
	#site-header .et_pb_row .et_pb_column_2_tb_header{
		width: 65%;
	}
	#site-header .et_pb_row {
        flex-direction: column;
    }
	#site-header .et_pb_text_0_tb_header .et_pb_text_inner{
		justify-content: center;
	}
	#site-header .et_pb_row .et_pb_column_2_tb_header {
        margin-top: 15px;
    }
	#site-header .et_pb_row img {
		width: 85px;
	}
	#site-header{
		padding-bottom: 30px;
	}
	#site-header .et_pb_row .et_pb_column_1_tb_header{
		top: 9.8rem;
	}
	#hero-img-section h1 {
        font-size: 31px;
        padding-bottom: 15px;
    }
	#hero-img-section .et_pb_slider .et_pb_slide{
		border-radius: 0px 0px 0px 90px;	
	}
	#our-values-left-section p {
		line-height: 1.4;
	}
	#services-section .et_pb_tab_content h3 {
		font-size: 30px;
	}
	#cta-section .et_pb_row {
        width: 90%;
        padding: 40px 25px;
    }
	#cta-section .et_pb_row h3{
		font-size: 33px;
		padding-bottom: 20px;
	}
	body .about-single .et_pb_column:last-of-type{
		padding: 30px;
	}
	#inner-banner1 h1{
		font-size: 26px;
	}
	#contact-page-section h2,
	#contactus h2{
        font-size: 26px;
    }
	#contact-page-map iframe{
		height: 250px;
	}
}
@media only screen and (max-width: 450px) {
	#contact-page-section #wpforms-form-2766 .first-half,
	#contact-page-section #wpforms-form-2766 .second-half,
	#contactus #wpforms-form-2766 .first-half,
	#contactus #wpforms-form-2766 .second-half{
		width: 100%;
		margin: 0;
	}
}















