
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-text-size-adjust: none;
}

:focus {
	/* remember to define focus styles! */
	outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

embed, iframe, object {
	max-width: 100%;
}

.fa {
	font-family: "fontawesome-webfont";
}

/*============global=========*/
body {
	color: #333;
	font-family: "RobotoSlab", serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-size: 18px;
	font-family: "RobotoSlab", serif;
	line-height: 1.6;
	color: #555;
	font-weight: normal;
	margin: 0;
	padding-bottom: 15px;
}

ul li {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "RobotoSlab", serif;
	line-height: 1.6;
	font-weight: 500;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
	transition: all .2s linear;
	font-family: "RobotoSlab", serif;
	font-weight: normal;
	cursor: pointer;
	font-size: 18px;
}

a:hover {
	color: #026990;
}

a:focus {
	outline: none;
}

a:focus, a:active, a:hover {
	text-decoration: none;
}

.tx-cen {
	text-align: center;
}

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

*, ::after, ::before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.spacing {
	padding: 100px 0;
}

h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-family: "Cabin";
	font-weight: bold;
	line-height: 1.6;
	margin-top: 0px;
	color: #000;
	font-family: "RobotoSlab", serif;
}

h1 {
	font-size: 60px;
	font-weight: bold;
}

h2 {
	font-size: 40px;
	font-weight: 600;
}

h3 {
	font-size: 28px;
	font-weight: 800;
}

h4 {
	font-size: 28px;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	font-weight: bold;
}

h6 {
	font-size: 18px;
	font-weight: bold;
}

input, textarea {
	-webkit-border-radius: 0px;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], input[type="number"], textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

input[type="text"], input[type="email"], input[type="date"], input[type="password"], input[type="tel"], textarea, select {
	padding: 5px 20px;
	border: 1px solid #ccc;
	line-height: 20px;
	width: 100%;
	margin: 0 0 10px;
	background-color: transparent;
	border-radius: 0px;
	height: 47px;
	font-size: 16px;
	color: #30383b;
	font-family: "RobotoSlab";
	font-weight: 400;
}

textarea {
	resize: none;
	height: 110px;
}

input[type="reset"], input[type="button"], input[type="submit"], .button {
	color: #fff;
	display: inline-block;
	margin: 10px 0 10px 0px;
	padding: 16px 16px 16px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background: #003f5e;
	font-size: 18px;
	font-weight: 600;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	letter-spacing: .2px;
	border: none;
	border-radius: 0px;
	min-width: 220px;
	font-family: "RobotoSlab";
	border-radius: 6px;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, .button:hover {
	background: #1c778c;
	color: #fff;
	border-color: #1c778c;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus {
	outline: none;
}

::placeholder {
	font-size: 16px;
	font-weight: 400;
}

/*--------------------------------------------------------*/
.wrapper {
	max-width: 1410px;
	margin: 0 auto;
	padding: 0 30px;
}

.full-wapper {
	max-width: 1920px;
	margin: 0 auto;
}

.header-top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}

.header-left {
	width: 30%;
}

.header-right {
	width: 30%;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.main-logo img {
	width: auto;
}

.page-id-1473 .blog_sidebar.inner-page-sidebar ul li {
	box-shadow: none;
	margin-bottom: 15px;
	padding: 7px 10px !important;
}

.banner-section {
	margin-bottom: 20px;
}

div#nav_menu-4 {
	display: none;
}

.page-id-1473 .blog_sidebar .inner-page-sidebar-bg {
	background-color: rgba(0, 105, 144, .21) !important;
	box-shadow: 0 4px 10px rgba(171, 222, 242, 66%);
}

.contact-link-header {
	margin-right: 5%;
	margin-left: 26%;
}

.contact-link-header li {
	font-family: "opensans_regular", sans-serif;
	text-align: right;
	margin-bottom: 3px;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #999;
	text-transform: uppercase;
	font-weight: 600;
}

.dedicate-home {
	display: none;
}

.headwe-contact-button li {
	margin-bottom: 0px;
}

.spanish-button {
	border: 1px solid #006990;
	color: #006990;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.spanish-button {
	border: 1px solid #006990;
	color: #006990;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin: 4px 2px;
	cursor: pointer;
	width: 230px;
	border-radius: 5px;
	font-family: "RobotoSlab", serif;
	font-weight: 500;
}

.spanish-button:hover {}

.book-a-consultant {
	border: 1px solid #006990;
	color: #fff;
	padding: 7px 10px;
	text-align: center;
	background-color: #006990;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	width: 230px;
	box-shadow: -10px 14px 18px -16px #006990;
	border-radius: 5px !important;
	font-family: "RobotoSlab", serif;
	font-weight: 500;
}

.contact-link-header li a {
	color: #000;
	font-weight: 600;
	font-family: "opensans_regular", sans-serif;
}

.header-nav {
	background-color: #003f5d;
}

.nav {
	padding: 0px 10px !important;
	font-family: sans-serif;
}

.nav .menu-btn {
	display: none;
}

.header-nav ul {
	padding: 0;
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.header-nav ul li {
	display: inline-block;
	margin-bottom: 0px;
}

.header-nav ul li a {
	text-decoration: none;
	padding: 19px 34px;
	display: flex;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	font-family: "RobotoSlab";
	text-align: center;
	text-transform: uppercase;
}

.header-nav ul li a .fa-caret-down {
	padding: 0px 10px;
}

select option {
	color: #333;
}

.dropdown .close-dropdown .fa-times {
	padding-right: 10px;
	float: right;
	display: none;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	position: absolute;
	z-index: 1;
	min-width: 130px;
	display: none;
}

.search-area {
	float: right;
	list-style-type: none;
	display: inline-block;
	padding: 8px;
}

.search-area input {
	border-radius: 4px;
	padding: 6px;
	transition: all .5s;
}

.search-area input:focus {
	border-radius: 4px;
	outline: none;
}

.btn-search {
	border-radius: 4px;
	padding: 6px;
	cursor: pointer;
	transition: all .5s;
}

svg:not(:root).svg-inline--fa {
	padding-right: 5px;
}

/*  CSS for style layout end*/
.wp-block-columns.post-spiltup {
	background: #ddd;
	padding: 20px;
}

.bg-color {
	background-color: #f1f1f1;
	padding: 30px;
}

.bg-empty {
	padding: 30px;
}

/* CSS Media Query for 768p start */
@media screen and (max-width: 768px) {
	.bottom-border-nav {
		border-bottom: .1px solid;
	}
	
	.nav {
		padding: 0px;
	}
	
	.nav .menu-btn {
		display: block;
		padding: 10px;
		font-size: 2rem;
	}
	
	/* .nav-elements {
     display:none;
    } */
	.nav-sky .search-area {
		border-top: 1px solid #fff;
	}
	
	.header-nav ul {
		display: block;
	}
	
	.header-nav ul li {
		display: block;
	}
	
	.dropdown-menu {
		position: relative;
		min-width: auto;
	}
	
	.dropdown-menu a {
		padding-left: 20px !important;
	}
	
	.search-area {
		float: none;
		width: 100%;
		padding: 12px 8px;
		border-top: .1px solid;
	}
}

/* CSS Media Query for 768p end */

/* CSS for sky theme start*/
.nav-sky {
	color: #fff;
	background-image: linear-gradient(#44adff, #8acbfd);
}

.nav-sky .header-nav ul li a {
	color: #fff;
}

.nav-sky .header-nav ul li a:hover, .nav-sky .dropdown:hover .dropdown-link {
	background-image: linear-gradient(#1096ff, #5fb8ff);
}

.nav-sky .dropdown-menu {
	background-color: #a2d5fd;
	box-shadow: 0px 5px 10px #abdaff;
}

.banner-section .slick-dots {
	position: absolute;
	bottom: 22px;
}

.banner-text {
	position: absolute;
	top: 30%;
	max-width: 1410px;
	padding: 0 0px;
	width: 100%;
	z-index: 9999;
}

.banner-section .slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 5px;
	content: "â€¢";
	text-align: center;
	opacity: .25;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.banner-text h2 {
	color: #fff;
	line-height: 60px;
	margin-bottom: 0px;
	font-weight: 800;
	text-transform: uppercase;
}

.banner-text .banner-2 {
	font-weight: 300;
}

.banner-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
	position: relative;
}

.slick-dots li.slick-active button:before {
	color: transparent;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
}

.slick-dots li.slick-active {
	color: transparent;
}

.slick-dots li {
	width: 25px !important;
	height: 3px !important;
	margin: 0 8px !important;
	background: #ccc;
}

.banner-img .slick-dots li.slick-active {
	background: #218db1;
}

.slick-dots li.slick-active {
	background-color: #fff;
}

.banner-img .slick-dots li.slick-active button {
	background: #218db1;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: transparent;
}

.banner-section .slick-dots li button::before {
	color: transparent;
}

.slick-dots li button {
	width: 25px !important;
	height: 6px !important;
	padding: 0px !important;
}

.footer-top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footer-left {
	width: 35%;
	text-align: right;
}

.footer-right {
	width: 61%;
	margin-left: 4%;
	text-align: center;
}

.footer-logo img {
	width: 95%;
}

.footer-bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}

.footer-bottom .footer-left {
	width: 25%;
	text-align: left;
}

/* .footer-bottom .footer-center{
        width: 33.333%;
        text-align: left;
    } */
.footer-bottom .footer-center {
	width: 50%;
	text-align: left;
}

.footer-bottom .footer-center .footer-nap-row {
	display: flex;
}

.footer-bottom .footer-center .footer-nap-row .footer-nap-col {
	width: 50%;
}

footer .social-link h4.follow-link {
	margin-bottom: 0px;
}

footer .social-link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-bottom .footer-right {
	width: 25%;
	margin-right: 0%;
	text-align: left;
}

.footer-bottom .footer-right {
	width: 25%;
	text-align: left;
	margin-left: 0%;
}

.social-link {
	display: flex;
}

.footer-icons ul {
	display: flex;
}

.content {
	color: rgba(51, 51, 51, .2);
}

.div-bottom-arrow {
	padding-top: 40px;
	background-color: #fff;
	height: 100px;
}

.div-bottom-arrow:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 100px solid #333;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
}

.pointer {
	width: 70%;
	padding: 10px;
	line-height: 56px;
	position: relative;
	filter: drop-shadow(0px 0px 10px #b2b2b2);
	background: #fff;
	margin-left: auto;
	text-align: center;
}

.pointer:after {
	content: "";
	position: absolute;
	border: 20px solid;
	border-color: #fff transparent transparent;
	bottom: -40px;
	left: calc(50% - 20px);
}

.footer-border-content {
	text-align: right;
}

.tooltip {
	width: 100%;
	text-align: right;
}

footer h3 {
	font-size: 24px;
	line-height: 56px;
	color: #333;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-transform: uppercase;
	margin-bottom: 0px;
}

footer .footer-menu-link ul li a {
	font-size: 18px;
	line-height: 44px;
	color: #333;
	font-weight: 400;
	font-family: "opensans_regular";
}

footer .footer-menu-link ul li {
	margin-bottom: 0px;
}

footer h5, .footer-center h4 {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 44px;
	color: #333;
	font-weight: 600;
	font-family: "RobotoSlab";
	text-transform: uppercase;
}

footer p {
	width: 285px;
	font-size: 18px;
	line-height: 26px;
	color: #333;
	font-weight: 400;
	font-family: "opensans_regular";
}

.phone-contact {
	font-size: 24px;
	line-height: 35px;
	color: #333;
	font-weight: 700;
	font-family: "LatoRegular", sans-serif;
}

footer p a {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	font-weight: 400;
	font-family: "opensans_regular";
}

.follow-link {
	font-size: 24px;
	line-height: 56px;
	color: #333;
	font-weight: 500;
	font-family: "RobotoSlab";
}

.footer-icons ul li {
	background-color: #003f5e;
	border: 2px solid #003f5e;
	text-align: center;
	line-height: 30px !important;
	color: #fff;
	margin-left: 15px;
	width: 40px;
	height: 40px !important;
	border-radius: 50%;
	margin-top: 0;
}

.footer-icons ul li a i {
	color: #fff;
	font-size: 16px;
}

.phone-para img {
	margin-right: 9px;
}

.footer-right p img {
	min-width: 28px;
	margin-right: 4px;
}

i.fa.fa-angle-right {
	color: #003f5e;
	margin-right: 10px;
}

footer .footer-menu-link ul li a:hover {
	color: #003f5e;
}

.footer-last {
	background-color: #003f5e;
}

.address-content a:hover {
	color: #006990;
}

.footer-las-full-width p {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	padding: 15px 0;
	color: #fff;
	font-weight: 400;
	font-family: "opensans_regular";
	text-align: center;
}

.footer-map {
	position: relative;
}

.footer-map::before {
	background-color: rgba(0, 0, 0, .85);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

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

.address-content {
	display: flex;
}

.address-content h3 {
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "RobotoSlab";
	line-height: 44px;
	margin-bottom: 0;
}

.address-content p a {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	font-family: "RobotoSlab";
	text-align: left;
}

.address-content p {
	width: 320px;
	text-align: left;
	line-height: 44px;
	padding-bottom: 8px;
	font-size: 24px;
	line-height: 44px;
	color: #fff;
	font-weight: 400;
	font-family: "RobotoSlab";
	text-align: left;
}

.footer-center p.phone-para img {
	margin-right: 9px;
}

.phone-para {
	font-size: 24px;
	line-height: 35px;
	color: #333;
	font-weight: 700;
	font-family: "LatoRegular", sans-serif;
}

.footer-center p img {
	min-width: 28px;
}

.footer-center p img {
	min-width: 28px;
	margin-right: 4px;
}

.address-content h5 {
	/* color: #fff; */
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
	font-family: "RobotoSlab";
	line-height: 44px;
	margin-bottom: 0px;
}

.address-content img {
	margin-right: 10px;
	min-width: 28px;
}

.footer-timimg p {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	color: #fff;
	font-weight: 400;
	font-family: "opensans_regular";
	padding-bottom: 0px;
}

.header-nav ul li:hover {
	background-color: #006990;
}

.header-nav ul li.active {
	background-color: #006990;
}

.dedicate-home {
	margin: 60px 0 80px;
}

.footer-timimg {
	margin-left: 40px;
}

.dedicated-right .read-more {
	text-align: left;
	margin-left: 25px;
	margin-top: 20px;
}

.address1 {
	border-right: 1px solid #fff;
}

.address2 {
	margin-left: 8%;
}

.book-background-image {
	background: ur;
}

.book-background-image {
	/* background: url('../img/book-contact.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding: 60px 0;
	border-bottom: 3px solid #00698f;
}

.book-background-image h3 {
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	line-height: 56px;
	font-weight: 400;
	text-transform: uppercase;
}

.book-background-image p {
	color: #fff;
	width: 100%;
	margin: auto;
	text-align: center;
}

.book-background-image input, .book-background-image select, .book-background-image textarea {
	width: 100%;
	padding: 12px 20px 12px 40px;
	/*         margin: 8px 0; */
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	background-color: transparent;
	box-sizing: border-box;
	font-family: "RobotoSlab";
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 22px;
}

::placeholder {
	color: #fff;
	opacity: 1;
	/* Firefox */
	font-family: "opensans_regular";
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	font-family: "opensans_regular";
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgba(255, 255, 255, .8);
	font-family: "opensans_regular";
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

select:required:invalid {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.submit-button {
	text-align: center;
	margin-top: 30px;
}

.book-background-image input[type=submit] {
	width: 100%;
	/* background-color: #003f5e; */
	color: #006990;
	padding: 14px 20px;
	margin: 8px 0;
	font-size: 16px;
	border: none;
	width: 260px;
	border-radius: 4px;
	cursor: pointer;
	font-family: "RobotoSlab", serif;
	filter: drop-shadow(-3px 0 3px rgba(10, 110, 148, .28));
	background-color: #fff;
}

.submit-button a:hover {
	background-color: #fff;
	color: #006990;
	border: 2px solid #006990;
}

.submit-button a {
	color: #fff;
	margin: 8px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
	font-family: "RobotoSlab", serif;
	filter: drop-shadow(-3px 0 3px rgba(10, 110, 148, .28));
	background-color: #006990;
	border: 2px solid #006990;
	width: 150px !important;
	display: inline-block;
	height: 40px;
	padding: 8px 30px;
}

.mt-60 {
	margin-top: 80px;
}

.contact-book-form {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.contact-full {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.contact-left {
	width: calc(50% - 14px);
}

.contact-right {
	width: calc(50% - 14px);
	margin-left: 28px;
}

.hvr-bounce-to-bottom {
	display: inline-block;
	vertical-align: middle;
	/*         -webkit-transform: perspective(0px) translateZ(0);
        transform: perspective(0px) translateZ(0); */
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #006990;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom.active {
	color: white;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom.active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.hvr-bounce-to-bottom-1:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 5px !important;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom-1:hover, .hvr-bounce-to-bottom-1:focus, .hvr-bounce-to-bottom-1:active {
	color: #006990;
}

.contact-link-header li a:hover {
	color: #006990;
}

.book-background-image input[type=submit]:hover {
	color: #fff;
	/* border: 1px solid #006990; */
	background-color: #006990;
}

.my_bttn {
	height: 45px;
	width: 45px;
	background-color: #003f5e;
	border: 2px solid #003f5e;
	border: none;
	color: white;
	position: fixed;
	bottom: 62px;
	right: 30px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	display: none;
}

.my_bttn:hover {
	transform: scale(1.05) translateY(0px);
	color: #003f5e;
	border: 2px solid #003f5e;
	background-color: #fff;
}

.footer-icons ul li:hover {
	color: #003f5e;
	border: 2px solid #003f5e;
	background-color: #fff;
}

.footer-icons ul li:hover a i {
	color: #003f5e;
}

.white-back {
	/* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
	background: #fff;
}

.simple blockquote p {
	padding: 25px 25px 0;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
	font-family: "opensans_regular";
	width: 992px;
	max-width: 100%;
}

.simple cite {
	font-size: 1em;
	float: right;
	font-style: normal;
	color: #1e528e;
}

.simple cite a {
	color: #2d91c2;
	font-style: italic;
	text-decoration: none;
	font-size: .85em;
}

.simple cite a:hover {
	color: #00b4cc;
}

/* A custom cursor to let folks know they can drag things */

/* Bubble Slider */
.bubble blockquote {
	background: #fff;
	padding: 20px 20px 30px;
	position: relative;
	width: 1150px;
	margin: 0 auto;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: 400;
	font-family: "opensans_regular";
	text-align: center;
	max-width: 100%;
}

.bubble blockquote:before, .bubble blockquote:after {
	content: "";
	position: absolute;
	font-size: 80px;
	padding: 10px;
	line-height: 1;
	/* color: #1e528e; */
	background: url("https://montyramirezlaw.com/nitropack_static/hZnKTwUXzCmTVpFqUTDnAhZyGxVdKGYX/assets/images/optimized/rev-9bbb201/montyramirezlaw.com/wp-content/uploads/2021/06/quote-up.jpg");
	background-size: cover;
	background-position: 100%;
	background-repeat: no-repeat;
}

.bubble blockquote:before {
	top: 0;
	left: 10px;
}

.bubble blockquote:after {
	content: "";
	right: 10px;
	/* bottom: -.5em; */
	background: url("https://montyramirezlaw.com/nitropack_static/hZnKTwUXzCmTVpFqUTDnAhZyGxVdKGYX/assets/images/optimized/rev-9bbb201/montyramirezlaw.com/wp-content/uploads/2021/06/quote-down.jpg");
	background-size: cover;
	background-position: 100%;
	background-repeat: no-repeat;
}

.bubble div {
	width: 100%;
}

.slick-dots li.slick-active button:before {
	opacity: 0;
	color: transparent !important;
}

.testimonial-author {
	padding-left: 20px;
	font-size: 24px;
	width: 100%;
	line-height: 30px;
	color: #003f5e;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-align: center;
}

.slick-dots li button:before {
	font-family: "slick";
	width: 0;
	opacity: 0 !important;
	color: transparent !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dotted.slick-slider {
	box-shadow: none;
}

.testimonial .slick-dots li.slick-active {
	background-color: #006990;
}

.testimonial h2 {
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #003f5e;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-align: center;
}

.testimonial p {
	width: 797px;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #333;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-align: center;
	margin: 0 auto;
}

.testimonial {
	padding: 80px 0;
}

.testimonial .slick-dots {
	bottom: -30px;
}

.Practice-area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

/**new style**/
.Practice-left p {
	color: #fff;
}

.Practice-main-heading h1, .Practice-main-heading h3 {
	color: #fff;
	font-family: "RobotoSlab";
	font-weight: 500;
	font-size: 19px;
	line-height: 44px;
}

.Practice-main-heading:hover h1, .Practice-main-heading:hover h3 {
	color: #000;
}

.Practice-content {
	background-color: #003f5e !important;
}

.Practice-content:hover {
	background-color: #fff !important;
}

.Practice-content .read-more a {
	color: #fff;
}

.Practice-content .read-more a:after {
	background-color: #fff;
}

.Practice-left .backgroud-white-bg h3:after, .Practice-right .Practice-content h3:after {
	background-color: #fff;
}

.Practice-right .Practice-content p {
	color: #fff;
}

.Practice-right .Practice-content h3 {
	color: #fff;
}

.Practice-content.hvr-bounce-to-bottom:before {
	background-color: #fff;
}

.hvr-bounce-to-bottom:hover h3, .hvr-bounce-to-bottom:focus h3, .hvr-bounce-to-bottom.active h3, .hvr-bounce-to-bottom:hover p, .hvr-bounce-to-bottom:focus p, .hvr-bounce-to-bottom.active p, .hvr-bounce-to-bottom:hover .read-more a, .hvr-bounce-to-bottom:focus .read-more a, .hvr-bounce-to-bottom.active .read-more a {
	color: #003f5e;
}

.hvr-bounce-to-bottom:hover .read-more a:after, .hvr-bounce-to-bottom:focus .read-more a:after, .hvr-bounce-to-bottom.active .read-more a:after, .hvr-bounce-to-bottom:hover h3:after, .hvr-bounce-to-bottom:focus h3:after, .hvr-bounce-to-bottom.active h3:after {
	background-color: #003f5e;
}

/*new style end**/
.Practice-full {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid rgba(211, 209, 212, .54);
}

.Practice-left {
	width: 75%;
	/*background: url('http://174.129.160.230/montyramirez/wp-content/uploads/2021/06/home-bg-1.png');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.Practice-right {
	width: 25%;
	background-color: #fff;
}

.backgroud-white-bg {
	background-color: #fff;
}

.Practice-left .backgroud-white-bg h3 {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 44px;
	color: #fff;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-align: center;
}

.Practice-left .backgroud-white-bg p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	font-family: "opensans_regular";
	text-align: center;
}

.Practice-area-right .Practice-content {
	width: 50%;
}

.Practice-left .backgroud-white-bg h3:after {
	content: "";
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	left: 50%;
	top: 70px;
	transform: translate(-50%, -50%);
}

.Practice-left-full {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.Practice-content {
	width: 33.333%;
	border-right: 2px solid rgba(211, 209, 212, .54);
	border-bottom: 1px solid rgba(211, 209, 212, .54);
	padding: 30px 30px;
	position: relative;
	min-height: 380px;
}

.white-color {
	color: #a7e2f0;
	background: #003f5e;
}

.Practice-content P {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 25px;
	font-weight: 500;
	font-family: "RobotoSlab";
}

.Practice-content h3, .Practice-content h1 {
	text-align: left;
	line-height: 56px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.Practice-content h1 {
	font-size: 25px;
	line-height: 44px;
}

.Practice-main-heading h3 {
	font-size: 25px;
}

.Practice-content p {
	text-align: left;
	padding: 20px 0;
}

.Practice-right .Practice-content {
	width: 100%;
}

.Practice-right .Practice-content h3 {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 44px;
	color: #fff;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-align: center;
}

.Practice-right .Practice-content h3:after {
	content: "";
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	left: 50%;
	top: 70px;
	transform: translate(-50%, -50%);
}

.Practice-right .Practice-content p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	font-family: "opensans_regular";
	text-align: center;
}

.Practice-area-full {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.Practice-area-left {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.Practice-area-right {
	width: 50%;
	/*background: url('http://174.129.160.230/montyramirez/wp-content/uploads/2021/06/home-bg-2.png');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #003f5e !important;
}

.Practice-area-left .Practice-content {
	width: 50%;
}

.Practice-area-left .backgroud-white-bg h3 {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 44px;
	color: #003f5e;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-align: center;
}

.Practice-area-left .backgroud-white-bg h3:after {
	content: "";
	position: absolute;
	width: 45px;
	height: 2px;
	background: #003f5e;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
}

.Practice-area-left .backgroud-white-bg p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #333;
	font-weight: 400;
	font-family: "opensans_regular";
	text-align: center;
}

.backgroud-gray-bg {
	background-color: #f1f1f1;
}

.Practice-area-left .backgroud-gray-bg p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #333;
	font-weight: 400;
	font-family: "opensans_regular";
	text-align: center;
}

.read-more a:hover {
	padding-left: 10px;
}

.hvr-bounce-to-bottom:hover .read-more:hover a {
	color: #026990;
}

.hvr-bounce-to-bottom:hover h3, .hvr-bounce-to-bottom:focus h3, .hvr-bounce-to-bottom.active h3 {
	color: #000;
}

.hvr-bounce-to-bottom:hover h3:after, .hvr-bounce-to-bottom:focus h3:after, .hvr-bounce-to-bottom.active h3:after {
	background: #000;
}

.hvr-bounce-to-bottom:hover p, .hvr-bounce-to-bottom:focus p, .hvr-bounce-to-bottom.active p {
	color: #000;
}

.hvr-bounce-to-bottom:hover .read-more a, .hvr-bounce-to-bottom:focus .read-more a, .hvr-bounce-to-bottom.active .read-more a {
	color: #000;
}

.hvr-bounce-to-bottom:hover .read-more a:after, .hvr-bounce-to-bottom:focus .read-more a:after, .hvr-bounce-to-bottom.active .read-more a:after {
	background: #000;
}

.Practice-content.hvr-bounce-to-bottom:before {
	background: #fff;
}

.hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom.active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.read-more {
	text-align: center;
}

.read-more a {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #003f5e;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.read-more:hover a {
	color: #026990;
}

.address1 p img {
	min-width: 28px;
	margin-right: 11px;
}

.address2 p img {
	min-width: 28px;
	margin-right: 11px;
}

.read-more a:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	background: #003f5e;
	left: -16%;
	top: 54%;
	transform: translate(-50%, -50%);
}

.hvr-bounce-to-bottom:hover .read-more a:after {
	transition-duration: .2s;
}

.hvr-bounce-to-bottom:hover .read-more:hover a:after {
	background: #026990;
}

.Practice-main-heading {
	padding: 85px 30px;
}

.Practice-main-heading h3 {
	line-height: 44px;
	font-weight: 400;
}

.Practice-main-heading p {
	font-weight: 400;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.slick-center .slide-h3 {
	color: #008ed6;
	border: 2px solid #008ed6;
	background-color: #fff;
}

.slider {
	max-width: 1920px;
	/* height: 150px; */
	margin: 20px auto;
	text-align: center;
}

.slider .slick-slide img {
	display: block;
}

/* .slider-image{
        width:100%
    } */
.slider-image img {
	width: 100%;
}

.slider-image {
	width: 100%;
}

.slick-center .slide-h3 .slider-image::before {
	display: none;
}

.slick-center .slide-h3 .slider-content {
	display: block;
}

.slider-content {
	display: none;
}

.slider-full {
	width: 100%;
	display: flex;
}

.slider-content {
	width: 100%;
}

.slider-image {
	width: 100%;
}

.slick-center {
	display: block;
	/* max-width: 115% !important; */
	max-height: 20% !important;
	width: 750px !important;
	opacity: 1;
}

.slider-content .Practice-content {
	width: 100%;
}

.slide-h3 {
	width: 100%;
	position: relative;
}

.slider-image::before {
	background-color: rgba(0, 0, 0, .6);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.slider {
	position: relative;
}

.slick-center {
	display: block;
	max-width: 30% !important;
	max-height: 20% !important;
	opacity: 1;
}

.slider .slick-prev {
	left: 10px;
	top: 35%;
	z-index: 200000000;
}

.slider .slick-next {
	right: 18px;
	top: 35%;
}

.attorneys {
	padding: 80px 0 0;
}

.attorneys .attorneys-heading h2 {
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #003f5e;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-align: center;
}

.attorneys .attorneys-heading p {
	width: 797px;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #333;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-align: center;
	margin: 0 auto;
}

.banner-img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #003f5e 0%, rgba(0, 63, 94, 92%) 50%, rgba(0, 63, 94, 21%) 100%);
}

.main-banner .banner-img:after {
	background: none;
}

p.sub-head {
	font-size: 24px;
}

.banner-img {
	position: relative;
	height: 250px;
}

.attorneys_new {
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
	overflow: hidden;
}

.attorneys_new_inner {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.attorneys_grid {
	width: 33.33%;
	height: 500px;
	/* border: 1px solid #000; */
	display: flex !important;
	flex-wrap: wrap;
	border-top: 1px solid #f1f1f1;
	border-bottom: 0px solid #f1f1f1;
}

.attorneys_grid_left {
	flex: 1;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
}

.attorneys_grid_right {
	flex: 1;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
}

.attorneys_grid_left {
	display: none;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
}

.slick-current .attorneys_grid_left {
	display: block !important;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
}

.attorneys_grid_right img {
	height: 500px;
	object-fit: cover;
	object-position: top;
}

.attorneys_new .slick-prev {
	left: 0;
	top: 50%;
	/* border: 1px solid #000; */
	z-index: 9;
}

.attorneys_new .slick-next {
	right: 40px;
	top: 50%;
	z-index: 9;
}

.attorneys_new_inner {
	padding-top: 30px;
}

.attorneys_new .slick-prev:before {
	position: absolute;
	left: 0;
	font-size: initial;
	font: normal normal normal 14px/1 FontAwesome;
	/* color: red; */
	line-height: 70px;
	width: 58px;
	height: 78px;
	background-color: #006990;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.attorneys_new .slick-next:before {
	position: absolute;
	left: 0;
	font-size: initial;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 70px;
	width: 58px;
	height: 78px;
	background-color: #006990;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.attorneys_grid {
	/* width:100%; */
	position: relative;
}

.attorneys_grid_right::before {
	background-color: rgba(0, 0, 0, .6);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.slick-current .attorneys_grid_right::before {
	display: none;
}

.attorneys_content p {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #003f5e;
	font-weight: 500;
	font-family: "RobotoSlab";
	text-align: center;
	padding: 3px;
}

.attorneys_content_download:after {
	content: "";
	position: absolute;
	width: 68px;
	height: 2px;
	background: #026990;
	left: 50%;
	bottom: 10%;
	transform: translate(-50%, -50%);
}

.attorneys_content {
	position: relative;
	padding: 45px 0 80px;
}

.attorneys_content_download {
	/*     border-bottom: 1px solid; */
	width: 43%;
	margin: auto;
}

.attorneys_content_para {
	padding: 0 20px;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #333;
	font-weight: 400;
	font-family: "opensans_regular";
	text-align: center;
}

.attorneys_grid_left .read-more {
	padding-top: 30px;
}

.imig .wp-block-image {
	margin-right: 0;
	margin-left: 0;
}

.imig .wp-block-image img {
	width: 100%;
	max-width: 100%;
}

.imig {
	padding: 30px 0px;
	background: linear-gradient(to right, #fff 0%, #fff 25%, #f1f1f1 25%, #f1f1f1 100%);
	padding-bottom: 30px !important;
	margin-top: 30px;
}

.page-template-default p em {
	font-style: italic;
}

.page-template-default p em strong, strong {
	font-weight: bold;
}

.page-template-default ul li em {
	font-style: italic;
}

.page-template-default h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.page-template-default p strong {
	font-weight: bold;
}

.page-id-638 .diversity-intro p em {
	font-weight: 400;
}

.innerpage_sec h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.innerpage_sec .blog-single-left h3 strong a {
	font-size: 26px;
	font-weight: 800;
}

.innerpage_sec h3 em {
	font-style: italic;
}

.page-template-default .dot-list {
	margin-bottom: 20px;
}

.location-bg {
	background-color: transparent;
	box-shadow: 0 0 4px rgba(0, 0, 0, 12%);
	padding: 30px 0;
	border-radius: 20px;
}

.location-bg:hover {
	box-shadow: 5px 5px rgba(0, 0, 0, 12%);
}

.testi-button {
	margin-top: 50px;
}

/*home page footer contact form*/

/**thank you page css***/
.thank_you h2 {
	font-size: 100px;
	color: #fff;
}

.page-id-2271 .book-consultant {
	display: none;
}

.thank_you {
	background: #006990;
	padding: 30px 20px;
	border-radius: 25px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.thank_you p {
	color: #fff;
	padding-bottom: 0;
}

/**thank you page css end***/
.contact-full .textarea-77 {
	width: 100%;
}

.contact-book-form .ajax-loader, .form-sec .ajax-loader {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.contact-book-form span.wpcf7-not-valid-tip, .form-sec span.wpcf7-not-valid-tip {
	position: absolute;
	top: -35px;
	background: red;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 1px #d8901f inset;
	-webkit-box-shadow: 0 1px 1px #d8901f inset;
	font-size: 12px;
	line-height: 20px;
	left: inherit;
	right: 0;
}

.contact-book-form span.wpcf7-not-valid-tip:after, .form-sec span.wpcf7-not-valid-tip:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid red;
	left: 10px;
	top: 27px;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.sel-box .wpcf7-form-control-wrap:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	font-size: 12px;
	color: red;
	background: transparent;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	top: 10px;
	right: 27px;
	z-index: 9;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.sel-box .wpcf7-form-control-wrap {
	z-index: 99;
}

/*blog single post*/
.single-post ul li {
	font-weight: normal;
}

.single-post .wp-block-embed iframe {
	width: 100%;
}

.menu-wrapper {
	background: #003f5d;
	box-shadow: 0px 4px 4px rgba(0, 15, 40, 26%);
}

.contact-book-form {
	text-align: center;
}

.contact-book-form .wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff;
	border: solid 1px;
}

.contact-book-form .sent .wpcf7-response-output {
	background: transparent;
	color: #fff;
	padding: 3px 20px !important;
	border-radius: 6px;
	font-weight: 600;
	display: inline;
}

.call-click i {
	line-height: 20px;
}

.call-click {
	display: none;
}

.backgroud-gray-bg p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #333;
	font-weight: 400;
	font-family: "opensans_regular";
	text-align: center;
}

.texas p {
	color: #fff;
}

.page-id-1473 .blog_sidebar {}

.page-id-1473 .blog-single-left {}

/**new style**/
.core-val .wp-block-columns .wp-block-column {
	border-right: 1px solid rgba(204, 204, 204, 24%);
	padding-right: 20px;
}

.core-val .wp-block-column.is-vertically-aligned-top {
	align-self: auto;
}

.core-val .wp-block-columns {
	align-items: stretch;
}

.page-id-1608 .innerpage_sec {
	background: url("https://montyramirezlaw.com/nitropack_static/hZnKTwUXzCmTVpFqUTDnAhZyGxVdKGYX/assets/images/optimized/rev-9bbb201/montyramirezlaw.com/wp-content/uploads/2021/10/texasnew.png") no-repeat;
	color: #fff;
	background-position: center center;
	background-size: cover;
}

banner h1 {
	font-size: 25px !important;
}

.text-banner h2 {
	font-size: 45px !important;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

.text-banner h2 span {
	font-size: 20px;
}

.d-flex {
	display: flex;
	justify-content: center;
}

.page-id-1608 .innerpage_sec.nitro-lazy {
	background: none !important;
}

.Practice-main-heading h3:after {
	/** content: "";**/
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	left: 16%;
	top: 70px;
	transform: translate(-50%, -50%);
}

.recaptcha span.wpcf7-not-valid-tip {
	display: none;
}

/* .Practice-left-full h3 {
    font-weight: 700 !important;
}
.Practice-right h3 {
    font-weight: 700 !important;
} */
.Practice-main-heading h1:after {
	/** content: "";**/
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	left: 16%;
	top: 70px;
	transform: translate(-50%, -50%);
}

.Practice-content.Practice-main-heading:hover h1:after {
	background: #006990;
}

div#text-3 {
	display: none;
}

div#text-4 {
	display: none;
}

h5#employment-labor-immigration {
	display: none;
}

h3#contact-monty-ramirez-llp {
	display: none;
}

h5#we-know-what-works {
	display: none;
}

p.has-text-align-center.contact-para {
	font-size: 25px;
}

.immagration-full {
	align-items: end;
}

.immigration h6 {
	margin-bottom: 0;
}

.section.book-tab {
	z-index: 999 !important;
}

.form-sec .submit-button {
	text-align: center;
	margin-top: 12px;
}

.wpcf7-list-item.first {
	margin-left: 0px !important;
}

.book-consultant .contact-book-form .submit-button {
	position: relative;
}

.book-consultant .contact-book-form .submit-button .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.book-consultant .contact-book-form .submit-button {
	margin-top: 0px;
}

@media screen and (max-width:767px) {
	.book-consultant .contact-book-form .submit-button .wpcf7-spinner {
		position: absolute;
		top: 100%;
		transform: translateY(-0%);
		-webkit-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		left: 0;
		right: 0;
		margin: auto;
	}
}

.immigration {
	background: #fff;
	color: rgba(0, 0, 0, 0) !important;
	margin-top: 30px;
	margin-bottom: 30px;
}

.txt-center {
	text-align: center;
}

.wrapper {
	max-width: 1410px;
	margin: 0 auto;
	padding: 0 30px;
}

.immigration h2 {
	color: #003f5e !important;
}

.Houston-Immigration p, .your-case p, .immigration p {
	font-family: "opensans_regular";
	font-size: 16px !important;
	line-height: 35px;
}

.contact-btn a {
	color: #fff;
	display: inline-block;
	margin: 10px 0 10px 0px;
	padding: 16px 16px 16px;
	background: #003f5e;
	font-size: 18px;
	font-weight: 400;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	font-family: "RobotoSlab";
	border-radius: 5px;
	transition: all .3s ease;
	cursor: pointer;
}

.two-column-row {
	background: #003f5e;
	padding: 100px 50px;
}

.wrapper-inner.text-left {
	background-color: rgba(255, 255, 255, .1);
	/* color: #fff; */
	padding: 30px;
	height: 100%;
	margin: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wrapper-inner.text-left p {
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}

.wrapper-inner.text-left h2 {
	color: #fff;
	font-size: 44px;
}

.spacing-tb {
	padding-top: 50px;
	padding-bottom: 50px;
}

.wraper-bg {
	padding-bottom: 50px !important;
	position: relative;
	margin: 50px auto;
	max-width: 100%;
	padding: 0 83px;
}

.ice_lawyers, .plan_preparate {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
}

.ice_lawyers .ice-img, .plan_preparate .plan-img {
	flex: 0 0 40%;
}

.ice-img img, .plan-img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.ice_lawyers .ice-description, .plan_preparate .plan-description {
	flex: 0 0 58%;
}

.ice-description h2, .plan-description h2, .Houston-Immigration h2 {
	color: #003f5e;
	font-weight: 500;
	font-family: "RobotoSlab";
}

.wrapper.wraper-bg:after {
	background-color: rgba(0, 63, 94, .1);
	content: "";
	position: absolute;
	height: 100%;
	right: 0px;
	width: 80%;
	top: 0px;
	z-index: -1;
}

section.wrapper.wraper-blue-bg {
	background: #003f5e;
	color: #fff;
	max-width: 100%;
	padding: 0 82px;
}

section.your-case h2 {
	color: #003f5e;
}

section.wrapper.wraper-blue-bg .plan-description p, section.wrapper.wraper-blue-bg .plan-description h2, section.wrapper.wraper-blue-bg .plan-description ul li {
	color: #fff;
}

section.wrapper.wraper-blue-bg .contact-btn a {
	background: #fff;
	color: #003f5e;
}

.plan_preparate {
	padding-bottom: 50px;
}

.text-box {
	position: relative;
}

.text-box .row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.column-50.text-content {
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-left: 70px;
	padding-right: 40px;
	padding-bottom: 50px;
}

.inner-section:before {
	background-color: rgba(0, 105, 145, .1);
	content: "";
	position: absolute;
	height: 94%;
	left: 0px;
	width: 62%;
	bottom: 0px;
}

.text-box h2 {
	font-size: 35px;
	color: #003f5e;
}

.column-50.image-content {
	padding: 0 !important;
}

.text-box .image-content img {
	width: 100%;
	height: 700px;
	display: block;
}

/* .text-box .column-50 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0 59px 10px 77px;
} */
.column-50.text-content {
	flex: 0 0 60%;
	max-width: 60%;
}

.column-50.image-content {
	flex: 0 0 50%;
	max-width: 40%;
}

h2 {
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
}

li.menu-item-has-children:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	top: -1px;
	bottom: 4px;
	margin: auto;
	right: 15px;
	transform: rotate(-135deg);
}

.Practice-main-heading {
	/* padding: 85px 30px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.plan_preparate .plan-img {
	flex: 0 0 50%;
}

.plan_preparate .plan-description {
	flex: 0 0 50%;
	padding: 30px;
}

.attorneys {
	padding: 70px 0 60px;
}

.attorneys_new_inner {
	padding-bottom: 20px;
}

/*42 Works css*/
.case-tabs {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}

.tab-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tab-buttons li {
	background: #f5f5f5;
	padding: 15px 20px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 500;
	transition: .3s ease;
}

.tab-buttons li.active {
	background: #2f4050;
	color: #fff;
}

.tab-content-wrapper {
	margin-top: 30px;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.card {
	background: #fff;
	border: 1px solid #eee;
	padding: 47px;
	margin: 10px auto;
	max-width: 600px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.card-description ul li {
	list-style-type: disc;
	text-align: left;
}

.d-none {
	dispay: none;
}

.below-btn-text {
	font-size: 14px;
}

/*42 Works css*/
.case-tabs {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}

.tab-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tab-buttons li {
	background: #f5f5f5;
	padding: 15px 20px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 500;
	transition: .3s ease;
}

.tab-buttons li.active {
	background: #2f4050;
	color: #fff;
}

.tab-content-wrapper {
	margin-top: 30px;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.card {
	background: #fff;
	border: 1px solid #eee;
	padding: 47px;
	margin: 10px auto;
	max-width: 600px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.card-description ul li {
	list-style-type: disc;
	text-align: left;
}

/**new page css**/
.page-template-page-fm .inner-banner {
	display: none;
}

.la-lay-fm-banner-section {
	position: relative;
	height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.la-lay-fm-banner-heading {
	font-weight: 400;
	font-size: 45px;
	line-height: 72px;
	letter-spacing: 1.5px;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.la-lay-fm-banner-heading span {
	font-weight: 400;
	font-size: 20px;
}

.la-lay-fm-logo-section {
	background: #e6ecef;
	padding: 85px 0px;
}

.la-lay-fm-logo-section-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px 100px;
}

.la-lay-fm-left-right-heading {
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	text-transform: uppercase;
	color: #003f5e;
}

.la-lay-fm-left-right-sub-heading {
	font-weight: 700;
	font-size: 44px;
	line-height: 120%;
	text-transform: uppercase;
	color: #003f5e;
}

.la-lay-fm-left-right-content p {
	font-weight: 400;
	font-size: 24px !important;
	line-height: 150% !important;
}

.la-lay-fm-insights-section {
	padding: 68px 0px;
}

.la-lay-fm-insights-row.la-lay-fm-insights-wrapper {
	display: flex;
	gap: 0px 79px;
}

.la-lay-fm-insights-row.la-lay-fm-insights-wrapper .la-lay-fm-insights-left {
	width: 50%;
}

.la-lay-fm-insights-row.la-lay-fm-insights-wrapper .la-lay-fm-insights-right {
	width: 50%;
}

.la-lay-fm-insights-heading {
	font-weight: 400;
	font-size: 36px;
	line-height: 120%;
	text-transform: uppercase;
	color: #003f5e;
}

hr.insights-hr {
	margin-top: 30px;
	border-color: #c9c9c9;
	border-top: 1px;
}

.latest-programs-heading {
	font-weight: 400;
	font-size: 44px;
	line-height: 70.4px;
	text-transform: uppercase;
	color: #003f5e;
}

.latest-programs-section {
	padding: 0px 0px 100px 0px;
}

.latest-program-item {
	padding: 36px 32px;
	box-shadow: 3px 3px 17.8px 0px rgba(0, 0, 0, .13);
	width: 50%;
}

.latest-programs-list {
	display: flex;
	gap: 62px;
	margin-top: 32px;
	justify-content: center;
}

.latest-program-item .latest-program-item-publish-date {
	margin-top: 28px;
	font-size: 18px;
	line-height: 150%;
	color: #555;
}

.latest-program-item-heading {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #555;
	margin-top: 10px;
}

.program-content p {
	padding: 0px;
	line-height: 1.8 !important;
}

.video-thumb {
	position: relative;
	cursor: pointer;
	max-width: 100%;
}

.video-thumb img {
	width: 100%;
	display: block;
}

.video-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.video-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .8);
}

.video-wrapper {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	background: #000;
	height: 450px;
}

.video-wrapper iframe {
	width: 100%;
	height: 100%;
}

.video-close {
	position: absolute;
	top: -35px;
	right: 0;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.load-more-btn {
	margin-top: 90px !important;
	text-align: center;
}

.load-more-btn #default-more-post {
	padding: 16px 45px;
}

.video-wrapper-manager {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width:1150px) {
	.la-lay-fm-insights-row.la-lay-fm-insights-wrapper {
		gap: 0px 40px;
	}
	
	.latest-programs-list {
		gap: 40px;
	}
	
	.la-lay-fm-logo-section-row {
		gap: 40px;
	}
}

@media (max-width:1005px) {
	.la-lay-fm-banner-heading {
		font-size: 35px;
		line-height: 50px;
	}
	
	.la-lay-fm-left-right-heading {
		font-size: 33px;
	}
	
	.la-lay-fm-left-right-sub-heading {
		font-size: 33px;
	}
	
	.la-lay-fm-insights-heading {
		font-size: 26px;
	}
	
	.latest-programs-heading {
		font-size: 33px;
		line-height: 50px;
	}
	
	.la-lay-fm-insights-section {
		padding: 68px 0px 30px 0px;
	}
	
	.latest-programs-section {
		padding: 0px 0px 60px 0px;
	}
	
	.load-more-btn {
		margin-top: 60px !important;
	}
}

@media (max-width:840px) {
	.la-lay-fm-left-right-sub-heading {
		font-size: 23px;
	}
	
	.la-lay-fm-left-right-heading {
		font-size: 23px;
	}
	
	.la-lay-fm-banner-heading {
		font-size: 22px;
	}
	
	.la-lay-fm-left-right-content p {
		font-size: 16px !important;
	}
	
	.la-lay-fm-logo-section {
		padding: 60px 0px;
	}
	
	.la-lay-fm-insights-section {
		padding: 60px 0px;
	}
	
	.la-lay-fm-insights-heading {
		font-size: 20px;
	}
	
	.latest-programs-heading {
		font-size: 23px;
		line-height: 30px;
	}
	
	.la-lay-fm-logo-section {
		padding: 60px 0px;
	}
}

@media (max-width:767px) {
	.la-lay-fm-logo-section-row {
		gap: 25px;
	}
	
	.la-lay-fm-insights-row.la-lay-fm-insights-wrapper {
		flex-direction: column;
		gap: 40px;
	}
	
	.la-lay-fm-logo-section-row {
		flex-direction: column;
	}
	
	.la-lay-fm-insights-row.la-lay-fm-insights-wrapper .la-lay-fm-insights-left {
		width: 100%;
	}
	
	.la-lay-fm-insights-row.la-lay-fm-insights-wrapper .la-lay-fm-insights-right {
		width: 100%;
	}
	
	.latest-programs-list {
		flex-direction: column;
	}
	
	.latest-program-item {
		width: 100%;
	}
	
	.video-wrapper-manager {
		top: 65%;
		left: 50%;
		transform: translate(-50%, -65%);
	}
	
	.video-wrapper {
		max-width: 95%;
		height: 225px;
	}
}

div#html5lightbox-watermark {
	display: none !important;
}
