/*
Theme Name: Title Alliance
Theme URI: http://www.titlealliance.com/
Author: Codiffy
*/
/* Font Setup
*/
@import url(//db.onlinewebfonts.com/c/547fcb026eb30833b9696544bec8e2ac?family=Baskerville+Display+PT+Web);
/* CSS Reset 
/*-----------------------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.5;
	background: transparent;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    overflow: hidden;
    width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Baskerville Display PT Web";
	color: #003366;
	letter-spacing: 2px;
}
h2 {
	font-size: 30px;
	margin-bottom: 24px;
}
h4 {
	font-family: "arial" !important;
	font-weight: 300 !important;
	font-size: 20px;
	font-style: italic;
	display: inline-block;
	background: #FFF;
	padding-right: 10px;
	z-index: 999;
	position: relative;
}
::-webkit-input-placeholder { /* Edge */
	color: #003366;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #003366;
}
::placeholder {
	color: #003366;
}
.overlay {
	position: relative;
	width: 100%;
}
.overlay:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #b0b736;
	right: 0;
	top: 15px;
}
p {
	margin-bottom: 15px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	margin-bottom: 20px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* End hide from IE Mac */
.none {
	display: none;
}
.btn {
	font-size: 12px;
	font-weight: 900;
	color: #fff !important;
	background-color: #b0b736;
	border-radius: 12px 12px 12px 12px;
	width: 230px;
	text-align: center;
	padding: 16px 0;
	display: block;
	margin: 0 auto;
}
.btn:hover {
	background: #d9e244 !important;
	color: #003366 !important;
}
.btn-light {
	font-size: 12px;
	font-weight: 900;
	color: #003366 !important;
	background-color: #B3C8E8;
	border-radius: 12px 12px 12px 12px;
	width: 230px;
	text-align: center;
	padding: 16px 0;
	display: block;
	margin: 50px auto 0;
}
.btn-light:hover {
	background: #003366 !important;
	color: #B3C8E8 !important;
}
/* End Clearfix */
/* General Setup
/*-----------------------------------------------------------------------------------*/
a:link {
	color: #B0B736;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #B0B736;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #B0B736;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #B0B736;
	outline: none;
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.top-bar {
	width: 100%;
	background: #003366;
	text-align: center;
	padding: 10px 0;
}
.top-bar a {
	color: #B3C8E8;
	text-decoration: underline;
	vertical-align: middle;
	display: inline-block;
	line-height: 0;
	margin-left: 27%;
}
.top-bar .right {
	float: right;
}
.top-bar .right a {
	margin-left: 30px;
	font-weight: bold;
	text-decoration: none;
}
.top-bar .container {
	width: 90%;
}
header {
	float: left;
	width: 100%;
	padding: 20px 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #DCDCDB;
}
header nav {
	width: 100%;
	text-align: center;
}
header nav ul li {
	float: left;
	width: calc(100% / 5);
	position: relative;
}
header nav ul li a {
	font-family: "Arial Black";
	color: #003366 !important;
	font-size: 14px;
	text-transform: uppercase;
}
header nav ul li.current-menu-item a {
    border-bottom: 2px solid #d6db76;
}
header nav ul li .sub-menu {
	display: none;
	position: absolute;
	padding: 30px 0 20px;
	background: rgba(255, 255, 255, 1);
	z-index: 99;
	width: 100%;
	left: 0;
}
header nav ul li .sub-menu li.current-menu-item  a {
    border-bottom: 2px solid #d6db76;
	display: inline-block;
}
header nav ul li:hover .sub-menu {
	display: block;
}
header nav ul li .sub-menu li {
	width: 100%;
}
header nav ul li .sub-menu li a {
	padding: 10px 0;
	display: block;
	box-sizing: border-box;
	font-family: "Arial Black";
}
.main-banner {
	float: left;
	width: 100%;
}
.main-banner .slide {
	width: 100%;
	position: relative;
}
.main-banner .slide figure, .main-banner .slide figure img {
	width: 100%;
	height: auto;
	line-height: 0;
}
.main-banner .slide .content-banner {
	position: absolute;
	left: 0%;
	top: 150px;
	overflow: hidden;
	width: 700px;
}
.main-banner .slide .content-banner .logo {
	width: 350px;
	margin: 0 auto;
	line-height: 0;
}
.main-banner .slide .content-banner .logo img {
	width: 100%;
	height: auto;
}
.main-banner .slide .content-banner .banner-text {
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	padding: 40px 50px;
	box-sizing: border-box;
	text-align: center;
}
.main-banner .slide .content-banner h1 {
	color: #003366;
	width: 100%;
	text-align: center;
	font-size: 40px;
	padding: 40px 0;
	background: rgba(179, 200, 232, 0.6);
}
.banner-bootm {
	background: #DCDCDB;
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0;
	margin-top: -7px;
}
.banner-bootm ul li {
	display: inline-block;
	margin: 0 5%;
}
.banner-bootm ul li img {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: auto;
}
.banner-bootm ul li button {
	vertical-align: middle;
	display: inline-block;
	border: none;
	background: #003366;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 12px;
	margin-left: 20px;
}
.banner-bootm ul li button:hover {
	opacity: 0.7;
}
footer {
	width: 100%;
	float: left;
	background: #B3C8E8;
	padding: 40px 0;
}
footer aside {
	width: 19%;
	float: left;
}
footer .logo {
	width: 170px;
}
footer .logo img {
	width: 100%;
	height: auto;
}
.contact-side {
	float: left;
}
.contact-side label {
	width: 120px;
	font-size: 13px;
	float: left;
	color: #003366;
}
.contact-side address {
	float: right;
	font-size: 13px;
	font-style: normal;
}
.contact-side address a {
	display: block;
	color: #003366 !important;
	font-size: 13px;
	padding: 2px 0;
}
.links-side {
	float: left;
	margin-left: 40px;
}
.no-mr {
	margin-right: 0 !important
}
.links-side label {
	float: left;
	color: #003366;
	font-size: 13px;
}
.links-side ul {
	float: right;
	margin-left: 38px;
}
.links-side ul li a {
	color: #003366 !important;
	font-size: 13px;
}
.special {
	float: left;
	width: 100%;
}
.special .left {
	width: 60%;
	padding: 5% 10%;
	float: left;
	box-sizing: border-box;
}
.special .left p {
	margin-bottom: 50px;
}
.special .right {
	float: left;
	width: 40%;
	background: #B3C8E8;
}
.special .right figure {
	line-height: 0;
}
.special .right img {
	width: 100%;
	height: auto;
}
.home-about {
	background: #e1e9f6;
	padding: 80px 0;
	width: 100%;
	float: left;
}
.home-about .container {
	width: 80%;
}
.home-about .right {
	width: 45%;
	padding: 3% 5%;
	float: left;
	box-sizing: border-box;
}
.home-about .right p {
	margin-bottom: 50px;
}
.home-about .left {
	float: left;
	width: 55%;
}
.home-about .right h4 {
	background: #e1e9f6;
}
.home-about .right .overlay:after {
	background: #B3C8E8;
}
.home-testimonials {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #DCDCDB;
}
.home-testimonials h2 {
	margin-bottom: 0;
}
.home-multi-section {
	width: 100%;
	padding: 80px 0;
	float: left;
}
.home-multi-section aside {
	width: 33.3%;
	padding: 0 40px;
	box-sizing: border-box;
	display: table-cell;
	height: 100%;
	text-align: center;
	border-right: 1px solid #B3C8E8;
}
.home-multi-section aside:last-child {
	border: none;
}
.home-multi-section aside iframe {
	margin-bottom: 40px;
}
.home-multi-section aside article {
	width: 100%;
	float: left;
	text-align: left;
}
.home-multi-section aside article figure, .home-multi-section aside article figure img {
	width: 100%;
	height: auto;
	line-height: 0;
}
.home-multi-section aside article figure {
	margin-bottom: 16px;
}
.home-multi-section aside article h2 a, .home-multi-section aside article h2 {
	font-size: 16px;
	color: #003366 !important;
	line-height: 1.2;
	font-style: italic;
	border-bottom: none;
}
.home-multi-section aside article p {
	font-size: 14px;
}
.home-multi-section aside article span {
	font-size: 14px;
	float: left;
}
.home-multi-section aside article a.link {
	float: right;
	font-size: 13px;
	font-weight: bold;
}
.home-multi-section aside h2 {
	border-bottom: 2px solid #b0b736;
	padding-bottom: 10px;
	display: inline-block;
}
.banner-what-we-can-do {
	width: 100%;
	background: url("../images/banner-what-we-can-do.jpg") no-repeat center;
	float: left;
	padding: 80px 0;
	background-size: cover !important;
}
.banner-what-we-can-do h1 {
	text-align: center;
	color: #fff;
	font-size: 100px;
	font-style: italic;
}
.special-services {
	float: left;
	width: 100%;
}
.special-services .right {
	width: 60%;
	padding: 5% 10% 0 10%;
	float: left;
	box-sizing: border-box;
}
.special-services .right p {
	margin-bottom: 50px;
}
.special-services .left {
	float: left;
	width: 40%;
	background: #b3c8e8;
	padding: 7% 10%;
	box-sizing: border-box;
}
.page-17.special-services .left {
	padding: 5% 7%;
}
.page-17.special-services .left h2 {
	color: #FFF;
	font-size: 40px;
}
.page-17.special-services .left ul li {
	text-decoration: underline;
	font-size: 18px;
	color: #003366;
	padding: 3px 0;
}
.what-offer {
	width: 100%;
	padding: 80px 0;
	float: left;
}
.what-offer main {
	width: 100%;
	padding-left: 80px;
	box-sizing: border-box;
}
.what-offer main h3 {
	font-style: italic;
	font-size: 24px;
	margin-bottom: 5px;
}
.what-offer main ul {
	padding: 0 0 0 40px;
	margin: 0 0 20px 40px;
}
.what-offer main ul li {
	list-style: disc;
	margin-bottom: 5px;
}
.banner-about-us {
	width: 100%;
	background: url("../images/about-us-header.jpg") no-repeat center;
	float: left;
	padding: 80px 0;
	background-size: cover !important;
}
.banner-about-us h1 {
	color: #fff;
	font-size: 100px;
	font-style: italic;
}
.about-top {
	float: left;
	width: 100%;
}
.about-top .right {
	width: 60%;
	padding: 5% 7% 3% 7%;
	float: left;
	box-sizing: border-box;
}
.page-id-30 .about-top .right {
	padding: 3% 4% 0 4%;
}
.page-id-30 .about-top .right h2 {
	margin-bottom: 15px;
}
.page-id-30 .about-top .right blockquote {
	background: url("../images/line.png") no-repeat left 15px;
	margin-bottom: 20px;
	padding-left: 100px;
}
.about-top .right h5 {
	font-size: 18px;
}
.about-top .left {
	float: left;
	line-height: 0;
	width: 40%;
	background: #D6DB76;
}
.about-top .left img {
	width: 100%;
	height: auto;
}
.what-offer .teams {
	float: left;
	width: calc(100% / 4);
	text-align: center;
	margin-bottom: 60px;
}
.what-offer .teams h6 {
	font-size: 20px;
	font-style: italic;
}
.click-cause {
	float: left;
	width: 100%;
	position: relative;
}
.core-value {
	width: 370px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}
.core-value img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.core-value .hid-content {
	display: none;
	position: absolute;
	width: 370px;
	background: #B0B736;
	padding: 30px;
	box-sizing: border-box;
	margin-top: -7px;
	z-index: 999;
}
.core-value.two .hid-content {
	background: #D6DB76;
}
.core-value.three .hid-content {
	background: #DCDCDB;
}
.core-value.five .hid-content {
	background: #003366;
	width: 570px;
	color: #FFF;
	top: 8px;
	min-height: 189px;
}
.core-value.four .hid-content {
	background: #B3C8E8;
	width: 570px;
	top: 8px;
	min-height: 189px;
}
.no-margin-right {
	margin-right: 0 !important;
}
.core-value.big {
	width: 570px;
	margin-right: 30px;
}
.map-img {
	width: 100%;
	margin-bottom: 50px;
	height: auto;
}
.banner-testimonials {
	width: 100%;
	background: url("../images/testimonials-header.jpg") no-repeat center;
	float: left;
	padding: 80px 0;
	background-size: cover !important;
}
.dark-brown {
	width: 100%;
	background: #B0B736;
	margin: 0;
	padding: 75px 11% 326px;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	color: #003366;
}
.dark-brown h3 {
	color: #FFF;
	font-size: 34px;
	margin-bottom: 20px;
}
.dark-brown ol {
	margin: 0 0 30px 50px;
}
.dark-brown ol li {
	list-style: number;
}
.banner-testimonials h1 {
	color: #fff;
	font-size: 90px;
	font-style: italic;
}
.testimonial-top {
	width: 100%;
	float: left;
}
.testimonial-top .left {
	width: 46%;
	padding: 10% 5% 0 5%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.testimonial-top .right {
	width: 54%;
	float: right;
}
.testimonial-top .right article {
	background-color: #B3C8E8;
	padding: 6.5% 10%;
}
.testimonial-top .right article h3 {
	font-size: 30px;
	color: #FFF;
	margin-bottom: 10px;
}
.testimonial-top .right article p {
	color: #003366;
}
.testimonial-top .right article:nth-child(even) {
	background-color: #003366;
}
.testimonial-top .right article:nth-child(even) p {
	color: #FFF;
}
.testimonial-top .right article:nth-child(even) h3 {
	color: #B3C8E8;
}
.testimonial-top .big article h3 {
	font-size: 30px;
	color: #FFF;
	margin-bottom: 10px;
}
.testimonial-top .big article p {
	color: #003366;
}
.testimonial-top .big article {
	background-color: #B0B736;
	padding: 5% 10%;
	float: left;
	width: 46%;
	box-sizing: border-box;
}
.testimonial-top .big article:nth-child(even) {
	background-color: #D6DB76;
	padding: 5% 10%;
	float: left;
	width: 54%;
	box-sizing: border-box;
}
.testimonial-top .big article:nth-child(even) p {
	color: #003366;
}
.testimonial-top .big article:nth-child(even) h3 {
	color: #B0B736;
}
.testimonial-top.faq-content .right article:nth-child(2) {
	background-color: #FFF;
}
.testimonial-top.faq-content .right article:nth-child(2) {
	color: #003366;
}
.testimonial-top.faq-content .right article:nth-child(2) h3 {
	color: #D6DB76;
}
.testimonial-top.faq-content .right article:nth-child(3) {
	background-color: #D6DB76;
}
.testimonial-top.faq-content .right article:nth-child(3) {
	color: #003366;
}
.testimonial-top.faq-content .right article:nth-child(3) h3 {
	color: #FFF;
}
.testimonial-top.faq-content .right article:nth-child(4) {
	background-color: #FFF;
}
.testimonial-top.faq-content .right article:nth-child(4) {
	color: #003366;
}
.testimonial-top.faq-content .right article:nth-child(4) h3 {
	color: #B3C8E8;
}
.testimonial-top.faq-content .right article:nth-child(5) {
	background-color: #003366;
}
.testimonial-top.faq-content .right article:nth-child(5) {
	color: #B3C8E8;
}
.testimonial-top.faq-content .right article:nth-child(5) h3 {
	color: #FFF;
}
.banner-documents {
	width: 100%;
	background: url("../images/documents-header.jpg") no-repeat center;
	float: left;
	padding: 80px 0;
	background-size: cover !important;
}
.banner-documents h1 {
	color: #fff;
	font-size: 100px;
	font-style: italic;
}
.document-top {
	float: left;
	width: 100%;
}
.document-top .left {
	padding: 5% 6% 3% 10%;
	float: left;
	width: 56%;
	box-sizing: border-box;
}
.document-top .left h3 {
	font-size: 24px;
	font-style: italic;
	margin-bottom: 10px;
	text-decoration: underline;
}
.document-top .left p {
	color: #003366;
	margin-bottom: 20px;
}
.document-top .right {
	float: right;
	width: 44%;
}
.document-top .right article {
	background: #003366;
	text-align: center;
	padding: 15% 5%;
	box-sizing: border-box;
}
.document-top .right article h3 {
	color: #B3C8E8;
	font-size: 50px;
	margin-bottom: 35px;
	line-height: 1.1;
	font-style: italic;
	letter-spacing: 2px;
}
.document-top .right article ul li {
	color: #FFF;
	font-size: 20px;
	margin-bottom: 20px;
}
.document-top .right article:nth-child(even) {
	background: #B3C8E8;
}
.document-top .right article:nth-child(even) ul li, .document-top .right article:nth-child(even) h3 {
	color: #003366;
}
.banner-agent-tools {
	width: 100%;
	background: url("../images/banner-agent-tools.jpg") no-repeat center;
	float: left;
	padding: 80px 0;
	background-size: cover !important;
}
.banner-agent-tools h1 {
	color: #fff;
	font-size: 100px;
	font-style: italic;
}
.cutomer-top {
	float: left;
	width: 100%;
	display: table;
}
.cutomer-top .right {
	width: 55%;
	padding: 5% 7% 5% 7%;
	float: left;
	box-sizing: border-box;
}
.cutomer-top .right ul li {
	margin-bottom: 18px;
	width: 100%;
}
.cutomer-top .right ul li input[type=text], .cutomer-top .right ul li input[type=tel], .cutomer-top .right ul li input[type=email] {
	font-size: 18px;
	padding: 10px 20px;
	color: #003366;
	width: 100%;
	box-sizing: border-box;
	background: #DCDCDB;
	border: none;
}
.cutomer-top .right ul li textarea {
	font-size: 18px;
	padding: 10px 20px;
	color: #003366;
	width: 100%;
	box-sizing: border-box;
	background: #DCDCDB;
	border: none;
	resize: vertical;
	height: 150px;
}
.cutomer-top .right ul li input[type=submit] {
	background: #003366;
	width: 245px;
	height: 40px;
	border-radius: 7px;
	text-align: center;
	color: #FFF;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
}
.cutomer-top .left {
	float: left;
	line-height: 0;
	width: 45%;
	background: #B3C8E8;
}
.cutomer-top .left img {
	width: 100%;
	height: auto;
}
.contact-top {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.contact-top .right {
	width: 55%;
	float: left;
	box-sizing: border-box;
}
.contact-top .right ul li {
	margin-bottom: 18px;
	width: 100%;
}
.contact-top .right ul li input[type=text], .contact-top .right ul li input[type=tel], .contact-top .right ul li input[type=email] {
	font-size: 18px;
	padding: 10px 20px;
	color: #003366;
	width: 100%;
	box-sizing: border-box;
	background: #DCDCDB;
	border: none;
}
.contact-top .right ul li textarea {
	font-size: 18px;
	padding: 10px 20px;
	color: #003366;
	width: 100%;
	box-sizing: border-box;
	background: #DCDCDB;
	border: none;
	resize: vertical;
	height: 150px;
}
.contact-top .right ul li:nth-child(4) {
	margin-bottom: 50px;
}
.contact-top .right ul li:last-child {
	margin-top: 30px;
}
.contact-top .right ul li input[type=submit] {
	background: #003366;
	width: 245px;
	height: 40px;
	border-radius: 7px;
	text-align: center;
	color: #FFF;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	float: right;
}
.contact-top .left {
	float: left;
	width: 45%;
	padding: 0 0 0 80px;
	box-sizing: border-box;
}
.contact-top .left strong {
	font-size: 18px;
	font-style: italic;
	color: #003366;
	margin-bottom: 10px;
	display: block;
}
.contact-top .left address {
	font-style: normal;
	color: #003366;
	margin-bottom: 80px;
}
.banner-customer-comment {
	width: 100%;
	background: url("../images/banner-customer.jpg") no-repeat center;
	float: left;
	padding: 80px 0;
	background-size: cover !important;
}
.banner-customer-comment h1 {
	color: #fff;
	font-size: 100px;
	font-style: italic;
}
.banner-contact-us h1 {
	color: #fff;
	font-size: 100px;
	font-style: italic;
}
.banner-order h1 {
	color: #fff;
	font-size: 100px;
	font-style: italic;
}
.banner-order {
	width: 100%;
	background: url("../images/banner-order.jpg") no-repeat center;
	float: left;
	padding: 80px 0;
	background-size: cover !important;
}
.banner-contact-us {
	width: 100%;
	background: url("../images/contactus-header.jpg") no-repeat center;
	float: left;
	padding: 80px 0;
	background-size: cover !important;
}
.banner-contact-us h1 {
	color: #fff;
	font-size: 100px;
	font-style: italic;
}
.banner-privacy {
	width: 100%;
	background: url("../images/banner-privacy.jpg") no-repeat center;
	float: left;
	padding: 80px 0;
	background-size: cover !important;
}
.banner-privacy h1 {
	color: #fff;
	font-size: 100px;
	font-style: italic;
}
.about-top .right.padding, .about-top .right.padding {
	width: 60%;
	padding: 5% 7% 5% 7%;
	float: left;
	box-sizing: border-box;
}
.banner-faq {
	width: 100%;
	background: url("../images/banner-faq.jpg") no-repeat center;
	float: left;
	padding: 80px 0;
	background-size: cover !important;
}
.banner-faq h1 {
	color: #fff;
	font-size: 90px;
	font-style: italic;
}
.last-section {
	width: 100%;
	padding: 50px 0;
	float: left;
	text-align: center;
	background: #DCDCDB;
}
.last-section h2 {
	display: inline-block;
	border-bottom: 3px solid #FFF;
	padding-bottom: 3px;
}
.last-section address {
	color: #003366;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
}
.last-section address span {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 26px;
}
.content-generic {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.order-form {
	padding: 30px 80px 0;
}
.order-form li {
	margin-bottom: 20px;
	float: left;
}
.order-form li.big {
	width: 100%;
}
.order-form li input[type=text], .order-form li input[type=tel], .order-form li input[type=email], .order-form li input[type=date] {
	font-size: 18px;
	padding: 10px 20px;
	color: #003366;
	width: 100%;
	box-sizing: border-box;
	background: #DCDCDB;
	border: none;
}
.order-form li.three {
	width: calc(100%/3 - 14px);
	margin-right: 20px;
}
.order-form li.three.last, .teoW.last {
	margin-right: 0;
}
.teoW {
	width: calc(100%/2 - 8px);
	margin-right: 15px;
}
.spacer {
	height: 30px;
	float: left;
	width: 100%;
}
.order-form li.big strong {
	display: block;
	margin-bottom: 5px;
	color: #003366;
}
.order-form li.big h3 {
	border-bottom: 2px solid #B3C8E8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.video-box {
	float: left;
	width: 60%;
}
.first-right-blog {
	float: right;
	width: 31%;
}
.first-right-blog article {
	width: 100%;
	float: left;
	text-align: left;
}
.first-right-blog article figure, .first-right-blog article figure img {
	width: 100%;
	height: auto;
	line-height: 0;
}
.first-right-blog article figure {
	margin-bottom: 16px;
}
.first-right-blog article h2 a, .first-right-blog article h2 {
	font-size: 16px;
	color: #003366 !important;
	line-height: 1.2;
	font-style: italic;
}
.first-right-blog article p {
	font-size: 14px;
	color: #003366;
}
.first-right-blog article span {
	font-size: 14px;
	float: left;
	color: #003366;
	font-weight: bold;
	font-style: italic;
}
.first-right-blog article a.link {
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.blog-list {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.blog-list li {
	float: left;
	width: calc(100% / 3 - 27px);
	margin-right: 40px;
}
.blog-list li:last-child {
	margin-right: 0;
}
.blog-list li article {
	width: 100%;
	float: left;
	text-align: left;
}
.blog-list li article figure, .blog-list li article figure img {
	width: 100%;
	height: auto;
	line-height: 0;
}
.blog-list li article figure {
	margin-bottom: 16px;
}
.blog-list li article h2 a, .blog-list li article h2 {
	font-size: 16px;
	color: #003366 !important;
	line-height: 1.2;
	font-style: italic;
}
.blog-list li article p {
	font-size: 14px;
	color: #003366;
}
.blog-list li article span {
	font-size: 14px;
	float: left;
	color: #003366;
	font-weight: bold;
	font-style: italic;
}
.blog-list li article a.link {
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.socialmedia {
	float: right;
	padding-top: 70px;
}
.socialmedia ul {
	text-align: center;
}
.socialmedia ul li {
	display: inline-block;
	margin: 0 10px;
	width: 30px;
}
.socialmedia ul li img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.container {
		width: 90%;
	}
	.overlay h4 {
		font-size: 17px !important;
	}
	h2 {
		font-size: 24px;
	}
	.what-offer .teams {
		width: 100%;
	}
	.home-testimonials h2 {
		font-size: 16px;
	}
	header nav {
		display: none;
	}
	.contact-top .left {
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}
	.contact-top .right {
		width: 100%;
	}
	.contact-top .left address {
		margin-bottom: 30px;
	}
	.contact-top .left iframe {
		width: 100%;
	}
	.document-top .right article h3 {
		font-size: 32px;
	}
	.document-top .right article ul li {
		color: #FFF;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.main-banner .slide .content-banner {
		top: 0;
		width: 100%;
	}
	.main-banner .slide .content-banner .banner-text {
		padding: 10px 30px;
	}
	.home-multi-section aside {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
		border: none;
		padding: 0;
		float: left;
	}
	.home-about .left, .special .left, .about-top .left, .cutomer-top .right, .document-top .left, .testimonial-top .left, .special-services .left {
		width: 100%;
		margin-bottom: 15px;
	}
	.home-about .right, .special .right, .about-top .right, .about-top .right.padding, .about-top .right.padding, .cutomer-top .left, .document-top .right, .testimonial-top .right, .special-services .right {
		width: 100%;
	}
	.main-banner .slide .content-banner h1 {
		font-size: 20px;
		padding: 22px 0;
	}
	.main-banner .slide .content-banner .logo {
		width: 177px;
	}
	.banner-bootm ul li button {
		min-width: 150px;
	}
	.banner-bootm ul li {
		margin: 0 5% 15px;
	}
	.home-about {
		padding: 50px 0;
	}
	.home-about .right {
		padding: 0;
	}
	footer aside, .contact-side {
		width: 100%;
		margin-bottom: 30px;
	}
	.links-side, .core-value.big, .testimonial-top .big article, .testimonial-top .big article:nth-child(even) {
		width: 100%;
	}
	.banner-about-us h1, .banner-agent-tools h1, .banner-privacy h1, .banner-customer-comment h1, .banner-documents h1, .banner-faq h1, .banner-testimonials h1, .banner-what-we-can-do h1 {
		font-size: 38px;
		line-height: 40px;
	}
	.what-offer main {
		padding-left: 0
	}
	.last-section h2 {
		font-size: 20px;
	}
	.testimonial-top .right article h3, .testimonial-top .big article h3, .page-id-17 .special-services .left h2 {
		font-size: 24px;
	}
	.order-form {
		padding: 30px 0px 0;
	}
	.order-form li.three {
		width: 100%;
	}
	.what-offer {
		padding-top: 20px;
	}
	.special-services .right {
		padding: 5% 6% 0 6%;
	}
	.home-about .left iframe {
		height: auto;
	}
	.top-bar {
		overflow: hidden;
	}
	.top-bar a {
		margin-left: 0;
	}
	.top-bar .right a {
		margin: 10px 0 10px 48px;
	}
	header {
		padding: 0;
	}
	
	.about-top .left , .special .right, .about-top .right, .about-top .right.padding, .about-top .right.padding, .cutomer-top .left, .document-top .right, .testimonial-top .right, .special-services .right {
		padding: 50px;
		box-sizing: border-box;
	}
	.links-side {
		margin: 0;
	}
	.links-side ul {
		margin: 0 0 20px 0;
		width: 68%;
	}
	.contact-side address {
		float: left;
	}
	.socialmedia {
		padding-top: 12px;
		width: 100%;
	}
	.banner-contact-us h1 {
		font-size: 50px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.container {
		width: 90%;
	}
	header nav {
		display: none;
	}
	.main-banner .slide .content-banner {
		width: 100%;
	}
	.main-banner .slide .content-banner .logo img {
		width: 74%;
	}
	.main-banner .slide .content-banner {
		top: 0;
	}
	.banner-bootm ul li {
		margin: 0 5% 26px 5%;
		width: 27%;
		text-align: left;
	}
	.special .left {
		width: 100%;
	}
	.special .right {
		width: 100%;
	}
	.home-about .left {
		width: 100%;
	}
	.home-about .right {
		width: 100%;
	}
	.home-multi-section {
		padding-bottom: 20px;
	}
	.home-multi-section aside {
		width: 100%;
		display: block;
		margin-bottom: 50px;
		float: left;
	}
	.home-multi-section aside iframe {
		margin-bottom: 40px;
		height: 325px;
	}
	.core-value {
		width: 30.3%;
	}
	.core-value.big {
		width: 100%;
		margin: 0 0 50px 0;
	}
	.about-top .left {
		width: 100%;
	}
	.about-top .right {
		width: 100%;
	}
	.page-id-30 .about-top .right {
		padding: 3% 4% 2% 4%;
	}
	.contact-top .left {
		width: 100%;
		padding: 0;
	}
	.contact-top .right {
		width: 100%;
		margin-bottom: 30px;
	}
	.contact-top .left iframe {
		width: 100%;
	}
	.contact-top .left address {
		margin-bottom: 40px;
	}
	.about-top .right.padding, .about-top .right.padding {
		width: 100%;
	}
	.banner-customer-comment h1, .banner-documents h1 {
		font-size: 60px;
	}
	.cutomer-top .right {
		width: 100%;
	}
	.cutomer-top .left {
		width: 100%;
	}
	.document-top .left {
		width: 100%;
	}
	.document-top .right {
		width: 100%;
	}
	.testimonial-top .left {
		width: 100%;
	}
	.testimonial-top .right {
		width: 100%;
	}
	.banner-what-we-can-do h1 {
		font-size: 60px;
	}
	.special-services .left {
		width: 100%;
	}
	.special-services .right {
		width: 100%;
		padding: 5% 5% 0 5%;
	}
	.what-offer main {
		padding-left: 0;
	}
	.what-offer {
		padding-top: 0;
	}
	.about-top .left , .special .right, .about-top .right, .about-top .right.padding, .about-top .right.padding, .cutomer-top .left, .document-top .right, .testimonial-top .right, .special-services .right {
		padding: 50px;
		box-sizing: border-box;
	}
	.top-bar a {
		margin-left: 0;
	}
	header {
		padding: 0;
	}
	footer aside {
		width: 30%;
	}
	.socialmedia {
		width: 100%;
	}
}
@media screen and (max-width: 3000px) and (min-width: 1025px) {
	.special .left {
		width: 60%;
		padding: 5% 10%;
		float: none;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: top;
	}
	.special .right {
		float: none;
		width: 40%;
		background: #B3C8E8;
		display: table-cell;
		vertical-align: middle;
	}
	.special .right img {
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.about-top .left {
		width: 40%;
		float: none;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
	}
	.about-top .right {
		float: none;
		width: 60%;
		display: table-cell;
		vertical-align: top;
	}
	.about-top .left img {
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.cutomer-top .left {
		float: none;
		vertical-align: middle;
		display: table-cell;
	}
	.cutomer-top .left img {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.cutomer-top .right {
		float: none;
		vertical-align: top;
		display: table-cell;
	}
	.about-top.covid .right.padding {
		float: left;
	}
	.about-top.covid .left {
		padding: 0;
		float: left;
	}
	.about-top.covid .left img {
		width: 100%;
	}
	.testimonial-top .right {
		float: none;
		vertical-align: top;
		display: table-cell;
	}
	.testimonial-top .left {
		float: none;
		vertical-align: top;
		display: table-cell;
	}
}
.post-text {
	width: 100%;
	padding: 80px;
	box-sizing: border-box;
}
.thumbnail {
	width: 100%;
}
.thumbnail img {
	width: 100%;
}
.post-title {
	color: #003366;
	font-size: 80px;
	line-height: 100px;
	text-transform: uppercase;
}
.meta-post {
	font-size: 12px;
	display: block;
	margin-bottom: 30px;
}
#menu-footer-menu {
  display: grid;
  grid-template-rows: repeat(7, min-content);
  grid-auto-flow: column;
	width:100%;
}




/************ Menu Hamburger css *******************/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.hamburger-menu {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 20px;
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    background: #FFF;
	z-index: 9999;
}
.hamburger-menu > ul {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: self-end;
    list-style: none;
    margin-top: 60px;
}
.hamburger-menu ul li {
	padding: 5px 0;
	text-align: right;
}
.hamburger-menu > ul > li > a {
    color: #003366;
    text-decoration: none;
    font-size: 20px;
	text-transform: uppercase;
}
.hamburger-menu > ul > li > .sub-menu a {
	color: #003366 !important;
}
.hamburger-menu ul li .sub-menu {
	display: none;
}
.close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #003366;
    font-size: 35px;
    text-decoration: none;
}
.ham-open {
	display: none;
}
@media screen and (max-width: 1024px)
{
	.top-bar .right {
		display: none;
	}
	.hid-content {
		width: 100% !important;
		left: 0 !important;
	}
	.core-value.big{
		position: relative;
	}
	.ham-open {
        display: block;
		height: 100%;
		line-height: 32px;
		float: right;
		color: white;
		font-size: 16px;
    }
	@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
    .hamburger-menu.active {
        display: block;
		-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    }
}