/********************************/

/*           OTM Theme          */

/********************************/

/*----------------------------------
               Global
----------------------------------*/

html {
	overflow-x: hidden;
}


body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	overflow-x: hidden;
}

p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

h2 {
	color: #000;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

h3 {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}

.alert-warning {
	color: #fff!important;
	background-color: #3c7f35!important;
	border-color: #3c7f35!important;
}

a {
	color: #3d7f36;
}

a:hover {
	color: #3d7f36;
}



.lorem h1 {
	margin-top: 30px;
	color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.libre-icon img {
	float: left !important;
}

.libre-icon {
	position: absolute;
	top: 60px;
	left: 0;
}


.contact-text {
	color: white;
	font-size: 15px;
}

.contact-icon-width {}

/*----------------------------------
               Base
----------------------------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

article img {
	text-align: center;
	padding: 20px;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/*------------Button------------*/

.btn {
	width: 74%;
	background: #f3c178;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	padding: 0 25px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 60px;

}

.btn:hover {
	font-weight: 600;
	color: #f3c178;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 3px #f3c178;
	box-shadow: inset 0 0 0 3px #f3c178;
}

/*------------h-line------------*/

.h-line {
	background-color: #f3c178;
	width: 95px;
	height: 5px;
	margin: 15px 0;
}

.h-line2 {
	background-color: #f3c178;
	margin: 0 auto !important;
	width: 95px;
	height: 5px;
	margin: 15px 0;
}

.titles {
	color: #424343;
	font-family: Roboto;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
}

/*------------Topbar / Infobar------------*/

.topbar .fa {
	color: #f3c178;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	padding: 10px;
}

.topbar .fa:hover {
	opacity: 0.6;
}

.topbar a {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}

.topbar a:hover {
	color: #f3c177!important;
	text-decoration: none;
	transition: 0.3s ease;
}

.topbar .bar-phone {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	transition: 0.3s ease;
}

.topbar .bar-phone:hover {
	color: #f3c177!important;
	text-decoration: none;
	transition: 0.3s ease;
}

#topbar {
	background: #fff;
}

.infobar {
	min-height: 120px;
}

.infobar p {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}

.infobar a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.infobar a:hover {
	opacity: 0.6;
	transition: 0.6s ease;
}

.infobar .bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}

.infobar .bar-icon {
	color: #f3c178;
	position: absolute;
	bottom: -7px;
	left: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
}

.infobar .bar-icon2 {
	color: #f3c178;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;

}

.bar-content2 .social {
	list-style: none;
	color: #f3c178;
	float: left;
	color: #f3c178;
	font-family: "Font Awesome";
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 20px;
}

.bar-content2 .social2 {
	color: #f3c178;
	font-family: "Font Awesome";
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
}

.bar-content2 .fa:hover {
	opacity: 0.5;
}

.infobar .bar-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.infobar .bar-content {
	position: relative;
	padding-left: 30px;
}

.infobar .bar-content2 {
	position: relative;
	padding-top: 41px;
	padding-left: 84px;
}

.infobar .bar-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.infobar .bar-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.infobar .bar-phone {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
}

/*------------Navbar------------*/

.navbar {
	background: #3d7f35;
	min-height: 50px;
	padding: 0;
}

.menu-item {
	color: #fff;
	padding: 0;
	border-left: solid 1px rgba(255, 255, 255, 0.25);
}

.nav-link {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	padding: 0;
	margin: 0 15px;
	line-height: 50px;
	color: #fff;
}

.menu-item:last-of-type {
	border-right: solid 1px rgba(255, 255, 255, 0.25);
}

.dropdown > .dropdown-menu {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	border-radius: 0;
	border-top: 0;
}

.dropdown-menu > .menu-item {
	border: none;
}

.dropdown:hover > .dropdown-menu {
	max-height: 200px;
	opacity: 1;
}

.dropdown-item {
	font-size: 15px;
	font-weight: 700;
	padding: 13px;
}

.menu-item:hover > .nav-link {
	color: #fff;
}

.menu-item:hover {
	background: #286321;
}

.menu-item.active {
	background: #286321;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	background: #3d7f36;
}

/*------------Hero Section------------*/

#hero {
	background: url(../images/bg-hero2.png) no-repeat center;
	background-size: cover;
}

.hero-wrapper {
	padding: 100px 0 100px 0;
}

.page-hero-wrapper {
	padding: 100px 0 25px 100px;
}

#hero h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
}

#hero h3 {
	color: #f3c178;
	font-family: Roboto;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.5px;
}

#hero ul {
	list-style: none;
	padding: 0;
	color: #fff;
}

#hero li {
	color: #ffffff;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.5px;
	position: relative;
	padding-left: 30px;
}

#hero li::before {
	color: #f3c178;
	position: absolute;
	left: 0;
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: 400;
}

.btn-hero,
.btn-hero2 {
	font-weight: 700;
	background-color: #f3c178;
	width: 266px;
}

.btn-hero2 {
	margin-top: 66px;
}

.hero-image {
	position: absolute;
	right: 0;
	bottom: 0;
}

/*------------Practice Areas------------*/

.align-items-xl-center {
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: none;
	border-top: none;
}

.practice-areas {
	background-color: #225c1c;
}

.img-pa {
	margin: -30px 15px -30px 0;
}

.practice-text-p {
	color: #ffffff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
}

.practice-areas h3 {
	color: #fff;
	color: #ffffff;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	padding-top: 8px;
}

.pa-btn {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	padding: 5px 25px;
	border-radius: 30px;
	border: 1px solid #b5b5b5;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pa-btn:hover {
	text-decoration: none;
	border: 1px solid transparent;
	background-color: #f3c178;
	color: #fff;
}

/*----------About-Us------*/

.picture .img-fluid {
	border: 3px solid #ec9e00;
	border-radius: 50%;
	right: 0;
}

.picture-mobile img {
	display: none;
}

.about {
	background-image: url(../images/bg-about2.png);
	background-size: cover;
}

/*----------List----------*/

.lorem {
	padding-top: 60px;
	padding-bottom: 60px;
}

.li_1 {
	color: #424343;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.fa-caret-right {
	color: #f3c178;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 20px;
}

.p_2 {
	color: #424343;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.lorem a {
	text-decoration: none;
}

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

.contact-us input,
.contact-us textarea {
	border: 1px solid #414042;
	outline: 5px #816758;
}

.contact-us .card {
	border-color: #414042;
}

.contact-us textarea {
	min-height: 140px;
}

.contact-us .form-wrapper {
	margin: 0;
	padding: 0;
}

.contact-us .form-wrapper h2 {
	margin: 0;
	margin-bottom: 15px;
}

.contact-details {
	list-style: none;
	padding: 0;
}

.contact-details-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	line-height: 30px;
}

.contact-us-icon {
	float: left;
	min-width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	color: #f3c178;
	border: 1px solid #f3c178;
	border-radius: 50%;
	margin: 0;
	display: block;
	margin-right: 10px;
}

.contact-socials {
	list-style: none;
	padding: 0;
}

.contact-social-icon {
	color: #816758;
	transition: all 0.3s ease-in-out;
}

.contact-map iframe {
	border: 1px solid #816758;
}

.picture:after {
	position: absolute;
	top: 32px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

/*----------Blog----------*/

.blog-row {
	background: url(../images/bg-blog.jpg) top no-repeat;
	background-size: cover;
	padding: 70px 0
}

#blog .blog-post-row {
	display: flex
}

.blog-article {
	background-color: #fff;
	height: 100%
}

.blog-image {
	position: relative;
	height: 211px;
	overflow: hidden
}

.blog-image img {
	object-fit: cover;
	height: 211px;
	width: 100%
}

.blog-image .link-c p {
	border-radius: 3px 0 0 0;
	width: 160px;
	height: 40px;
	background-color: #f3c178;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400
}

.practice-b ul {
	list-style: none!important;
	line-height: 50px!important;
}

.practice-b ul li {
	line-height: 50px!important;
}

.blog-article-title {
	color: #65666a;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px
}

.blog-article-date {
	color: #65666a;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px
}

.blog-article-date::before {
	content: '\f017';
	font-family: FontAwesome;
	position: absolute;
	color: #65666a;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	left: 0
}

.blog-article-content {
	color: #65666a;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0
}

.blog-article-content p {
	color: #65666a
}

.blog-text-inner {
	padding: 20px 15px
}

.article {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding: 20px;
}

.article:hover {
	box-shadow: 0 14px 28px 5px rgba(0, 0, 0, 0.25), 0 10px 10px 5px rgba(0, 0, 0, 0.22);
}

.article-title:hover {
	text-decoration: none;
}

.blog-article-title {
	color: #171717;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

/*----------Review----------*/

.ratings {
	padding: 30px 0;
}

.ratings p {
	color: #424343;
}

.review-quote {
	color: #424343;
	font-size: 30px;
	font-weight: 300;
	font-style: italic;
	line-height: 35px;
	margin-bottom: 30px;
}

.nav-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(66, 67, 67, 0.15);
	text-align: center
}

.nav-icon:hover {
	cursor: pointer;
	color: #fff;
	background-color: #f3c178;
}

.testi-button-prev {
	margin-right: 10px
}

.testi-button-prev.swiper-button-disabled,
.testi-button-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.swiper-button-disabled .nav-icon:hover,
.swiper-button-disabled .nav-icon:hover {
	cursor: not-allowed;
}

.testi-hr {
	max-width: 265px
}

.star {
	color: #c6a16f;
}

/*----------Main Content Section----------*/

#main {
	padding: 50px 0;
}

#content h1,
#content h2 {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

#content h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
}

#content strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}

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

#content li {
	position: relative;
	padding-left: 15px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

#content li::before {
	display: none;
	position: absolute;
	left: 0;
	content: '\f0da';
	font-family: FontAwesome;
	color: #375bab;
	font-size: 20px;
	font-weight: 400;
}

#content .h-line {
	margin: 15px auto;
}

#content article {
	margin: 20px;
}

.links a:hover {
	text-decoration: none;
}

/*------------Contact Us Section------------*/

#contact {
	background: url(../images/bg-footer.png) no-repeat center;
	background-size: cover;
}

#contact .bg-car {
	background: url(../images/bg-footer.png) no-repeat center;
	background-size: cover;
}

#contact h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
}

#contact h3 {
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	color: #fff;
}

#contact p {
	color: #fff;
}

.contact-us-wrapper {
	padding: 0 50px;
}

/*-----------Ratings----------------*/

.rating {
	padding-top: 30px;
	padding-bottom: 90px;
}

/*-----------Sidebar-Form-----------*/

#sidebar-form {
	background: #fff; //padding: 30px 15px;
}

#sidebar-form h3 {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
}

#sidebar-form h3 span {
	color: #f3c178;
}

.form-wrapper p {
	font-size: 14px;
}

.input-wrapper {
	position: relative;
}

#OTMForm input {
	height: 50px;
	width: 100%;
	background: #e9e9e9;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 35px;
	border-radius: 0;
}

#OTMForm textarea {
	width: 100%;
	background: #e9e9e9;
	border: 1px solid #ccc;
	color: #000;
	height: 120px;
	font-size: 14px;
	padding-left: 35px;
	margin-bottom: 10px;
	border-radius: 0;
}

#OTMForm input::placeholder,
#OTMForm textarea::placeholder {
	color: #767676;
}

#OTMForm i {
	color: #767676;
	position: absolute;
	top: 16px;
	left: 15px;

}

#OTMForm .input-wrapper .fa-pencil {
	top: 8px;
}

.otm-form-response {
	margin-top: 12px;
  margin-bottom: 12px;
	font-size: 14px;
	color: #225c1d;
	font-weight: 600;
	text-align: center;
}

.btn-contact-form {
	width: 100%;
	color: #fff;
	background-color: #f3c178;
	font-weight: 600;
	border-radius: 0px;
	line-height: 57px;
	border: 0;
}

.btn-contact-form:hover {
	color: #f3c178;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 3px #f3c178!important;
	box-shadow: inset 0 0 0 3px #f3c178!important;
	box-shadow: none;
	border: 0;
	cursor: pointer;
}

/*------------Social Icons------------*/

.social-icon .fa {
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	padding-right: 10px;
	transition: 0.6s ease;
}

.social-icon .fa:hover {
	color: #f3c177;
	transition: 0.6s ease;
}

.fa:hover {
	color: #f3c177!important;
	transition: 0.6s ease;
}

.fa {
	transition: 0.6s ease;
}

.social-icon {
	color: #ffffff;
	font-family: "Font Awesome";
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
}

.social-icons {
	font-size: 30px;
	margin: 0 10px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	color: #fc5c0c;
}

/*------------Burger Menu Button------------*/

.hamburger {
	width: 100%;
	outline: 0;
}

.hamburger-box {
	top: 3px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	background-color: #fff;
}

.hamburger-inner {
	padding-bottom: 0;
}

button.hamburger:focus {
	outline: 0;
}

/*---------Copyright Bar Section---------*/

#botbar {
	background-color: #225c1c;
}

#botbar .infobar a,
#botbar .infobar i {
	color: #fff;
}

#botbar .infobar .bar-icon {
	top: 50%;
}

#botbar .infobar i {
	line-height: 1px;
}

#botbar .infobar img {
	width: 25px;
	height: 25spx;
	padding: 2px;
}

#botbar .infobar a:hover {
	color: #f3c177;
}

#copyright-bar {
	background: #3c7f34;
	padding: 15px 0;
}

#copyright-bar p,
#copyright-bar a {
	color: #ffffff;
	font-size: 15px;
	text-align: right;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}

.copyright-branding {
	float: right;
}

.copyright-branding img,
.copyright-branding p {
	display: inline-block;
}

.copyright-branding p {
	position: relative;
	padding-right: 135px;
}

.copyright-branding img {
	position: absolute;
	top: -2px;
	right: 0;
	width: 130px;
}

/*---------404 Alert---------*/

.alert {
	text-align-last: center;
}

.alert p {
	color: #fff;
}

.alert-warning {
	color: #fff;
	background-color: #375bab;
	border-color: #375bab;
}

/*flipped-animation*/

.practice-area-wrapper {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	overflow: hidden;
}

.practice-area-wrapper:last-of-type {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.practice-area-wrapper:hover .practice-area {
	-webkit-transform: translateY(-85px);
	transform: translateY(-85px);
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	overflow: visible;
}

.practice-area p {
	color: #ffffff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
}

.practice-area {
	line-height: 0;
	text-align: center;
	padding: 0;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	overflow: hidden;
	height: 130px;
	pointer-events: none;
	padding-top: 24px;
}

/*new-css-style*/

.p_1,
.p_blog,
.p-testimonials {
	color: #424343;
	font-family: Roboto;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
}

.contact-3 {
	margin-left: 75px; //margin-top: -20px;
	padding-top: 50px;
	padding-bottom: 88px;
}

/*-----------Table-Deisgn-PA--------------------------*/

/*******************************************************
</ \>     <=/ Responsive Media Queries \=>
********************************************************/

/*---------------------------------------------------
        .a. -> Large Screens Size
    ---------------------------------------------------*/

@media screen and (min-width: 1200px) {}

/*---------------------------------------------------
        .b. -> Medium Screens Size
    ---------------------------------------------------*/

@media screen and (max-width: 1199px) {
	.infobar .bar-phone {
		font-size: 25px;
	}
	.practice-areas h3:first-of-type {
		font-size: 17px;
	}

	.topbar a {
		color: #000;
		font-size: 13px;
		font-weight: 700;
		line-height: 20px;
	}

}

/*---------------------------------------------------
        .c. -> Small Screens Size
    ---------------------------------------------------*/

@media screen and (max-width: 991px) {
	.infobar .bar-phone {
		font-size: 18px;
	}

	.hero-wrapper,
	.page-hero-wrapper {
		padding-left: 0px;
	}
	.featured-item-wrapper {
		border-left: none;
		border-top: solid 1px rgba(255, 255, 255, 0.25);
	}

	.featured-item-wrapper:last-of-type {
		border-right: none;
		border-bottom: solid 1px rgba(255, 255, 255, 0.25);
	}
	.contact-us-wrapper {
		padding: 30px 0;
	}
	.practice-areas img {
		margin-bottom: 10px;
	}

	.form-wrapper {
		padding: 50px 0;
	}
	.libre-icon {
		display: none;
	}
	.nav-link {
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 700;
		padding: 0;
		margin: 0 15px;
		line-height: 50px;
		color: #fff;
	}
	.contact-3 {
		width: 85%;
		margin: 0 auto;
		/* margin-left: 75px; */
		padding-top: 50px;
		padding-bottom: 88px;
	}
	.swiper-container {
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
	}

}

/*---------------------------------------------------
        6.d. -> Extra-Small Screens Size
    ---------------------------------------------------*/

@media screen and (max-width: 767px) {
	.infobar .bar {
		margin: 15px 0;
	}

	.infobar .bar-left,
	.infobar .bar-middle,
	.infobar .bar-right {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.infobar .bar-left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.infobar .bar-right {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.infobar .bar-right p {
		display: none;
	}

	.infobar .bar-right {
		text-align: center;
	}
	.menu-item {
		border-left: 0;
		border-top: solid 1px rgba(255, 255, 255, 0.25);
	}

	.menu-item:last-of-type {
		border-right: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.25);
	}

	.navbar-nav .nav-link,
	.dropdown-item {
		text-align: center;
	}
	.infobar .bar-phone {
		font-size: 18px;
	}
	.table td,
	.table th {
		font-size: 14px;
	}

	.picture img {
		display: none;
	}

	.picture-mobile img {
		display: block;
		border: 3px solid #ec9e00;
		border-radius: 50%;
	}
}

/*---------------------------------------------------
        6.e. -> Mini Screens Size
    ---------------------------------------------------*/

@media screen and (max-width: 479px) {
	.hero-wrapper {
		padding: 25px 0 25px 0px;
	}
	.bar-content {
		font-size: 13px;
	}
	.practice-areas h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 425px) {
	.practice-areas h3 {
		font-size: 14px;
	}
}
