@charset "UTF-8";
/*

Theme Name: Easycheck

Theme URI: https://wordpress.org/themes/twentytwentyone/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.

Requires at least: 5.3

Tested up to: 5.9

Requires PHP: 5.6

Version: 1.5

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: twentytwentyone

Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready



Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org

Twenty Twenty-One is distributed under the terms of the GNU GPL.

*/



/**

 * SETTINGS

 * File-header..........The file header for the themes style.css file.

 * Fonts................Any font files, if the project needs specific fonts.

 * Global...............Project-specific, globally available variables.

 *

 * TOOLS

 * Functions............Global functions.

 * Mixins...............Global mixins.

 *

 * GENERIC

 * Normalize.css........Normalise browser defaults.

 * Breakpoints..........Mixins and variables for responsive styles

 * Vertical-margins.....Vertical spacing for the main components.

 * Reset................Reset specific elements to make them easier to style in other contexts.

 * Clearings............Clearings for the main components.

 *

 * ELEMENTS

 * Blockquote...........Default blockquote.

 * Forms................Element-level form styling.

 * Headings.............H1–H6

 * Links................Default links.

 * Lists................Default lists.

 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.

 *

 * BLOCKS

 * Audio................Specific styles for the audio block.

 * Button...............Specific styles for the button block.

 * Code.................Specific styles for the code block.

 * Columns..............Specific styles for the columns block.

 * Cover................Specific styles for the cover block.

 * File.................Specific styles for the file block.

 * Gallery..............Specific styles for the gallery block.

 * Group................Specific styles for the group block.

 * Heading..............Specific styles for the heading block.

 * Image................Specific styles for the image block.

 * Latest comments......Specific styles for the latest comments block.

 * Latest posts.........Specific styles for the latest posts block.

 * Legacy...............Specific styles for the legacy gallery.

 * List.................Specific styles for the list block.

 * Media text...........Specific styles for the media and text block.

 * Navigation...........Specific styles for the navigation block.

 * Paragraph............Specific styles for the paragraph block.

 * Pullquote............Specific styles for the pullquote block.

 * Quote................Specific styles for the quote block.

 * Search...............Specific styles for the search block.

 * Separator............Specific styles for the separator block.

 * Spacer...............Specific styles for the spacer block.

 * Table................Specific styles for the table block.

 * Verse................Specific styles for the verse block.

 * Video................Specific styles for the video block.

 * Utilities............Block alignments.

 *

 * COMPONENTS

 * Header...............Header styles.

 * Footer...............Footer styles.

 * Comments.............Comment styles.

 * Archives.............Archive styles.

 * 404..................404 styles.

 * Search...............Search styles.

 * Navigation...........Navigation styles.

 * Footer Navigation....Footer Navigation styles.

 * Pagination...........Pagination styles.

 * Single...............Single page and post styles.

 * Posts and pages......Misc, sticky post styles.

 * Entry................Entry, author biography.

 * Widget...............Widget styles.

 * Editor...............Editor styles.

 *

 * UTILITIES

 * A11y.................Screen reader text, prefers reduced motion etc.

 * Color Palette........Classes for the color palette colors.

 * Editor Font Sizes....Editor Font Sizes.

 * Measure..............The width of a line of text, in characters.

 */



/* Categories 01 to 03 are the basics. */



/* Variables */



/* Global property start */

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome.eot');
	src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('fonts/FontAwesome.woff2') format('woff2'), url('fonts/FontAwesome.woff') format('woff'), url('fonts/FontAwesome.ttf') format('truetype'), url('fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #1b1c1c;
 opacity: 1; /* Firefox */
}



:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #1b1c1c;
}



::-ms-input-placeholder { /* Microsoft Edge */
 color: #1b1c1c;
}
.row:after, .row:before {
	clear: both;
	content: "";
	display: table;
}
.col_left_1180 {
	padding-left: calc((100vw - 1180px) / 2);
}
.col_right_1180 {
	padding-right: calc((100vw - 1180px) / 2);
}
main, header, nav, article, aside, section, footer, figure, figcaption, form {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: 'Montserrat', sans-serif;
	color: #004767;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h1 {
	font-size: 45px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
p {
	font-size: 14px;
	font-weight: 500;
	color: #404D60;
	line-height: 30px;
	padding-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}
p a {
	color: red;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
a i {
	font-style: normal;
	margin-right: 10px;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	object-fit: cover;
}
ul, ol {
	display: block;
}
ul li, ol li {
	display: inline-block;
}
.list_arrow {
	position: relative;
}
.list_arrow li {
	padding-left: 22px;
}
.list_arrow li:before {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "";
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	color: #FFA700;
	margin-left: -21px;
}
ul.square li, ul.check li {
	padding-left: 32px;
}
ul.square li:before, ul.check li:before {
	content: "";
	color: #ee1a26;
	font-size: 16px;
	font-family: 'FontAwesome';
	margin-right: 16px;
	margin-left: -32px;
}
ul.square li {
	margin-left: 29px;
	margin-bottom: 20px;
}
ul.square li:before {
	content: "";
	color: #025eb2;
	margin-left: -29px;
}
.pull_left {
	float: left;
}
.pull_right {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 16px;
}
.alignright {
	float: right;
	margin-left: 16px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_uppercase {
	text-transform: uppercase;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="file"], textarea, select {
	border: medium none;
	color: #7b7b7b;
	font-size: 14px;
	padding: 14px 15px;
	display: block;
	letter-spacing: 1px;
	transition: all 0.3s ease 0s;
}
input[type="text"]:focus, textarea:focus, select:focus, input[type="email"]:focus, input[type="tel"]:focus {
	background-color: #fff !important;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 0px 8px 0px #ccc;
}
button, .button, input[type="submit"], input[type="button"], input[type="reset"] {
	background-color: #ea564b;
	border: 2px solid #ea564b;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 0.6s ease-in 0s;
	display: block;
	letter-spacing: 1px;
	text-align: center;
}
button, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background-color: #fff;
	border: 2px solid #ea564b;
	color: #000
}
.fa {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 18px;
	cursor: pointer;
}
.four_column, .three_column, .two_column, .one_column {
	display: inline-block;
	width: 100%;
}
.one_column li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.two_column li {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
}
.three_column li {
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
}
.four_column li {
	display: inline-block;
	width: 24%;
	vertical-align: top;
	margin-right: 1.3%;
}
.two_column li:last-child, .three_column li:last-child, .four_column li:last-child {
	margin-right: 0;
}
.white_text, .white_text h1, .white_text h2, .white_text h3, .white_text h4, .white_text h5, .white_text h6, .white_text p, .white_text li, .white_text li a {
	color: #fff !important;
}
.d_flex {
	display: flex;
}
.f_wrap {
	flex-wrap: wrap;
}
.s_around {
	justify-content: space-around;
}
.s_between {
	justify-content: space-between;
}
.s_center {
	justify-content: center;
}
.item_center {
	align-items: center;
}
.item_start {
	align-items: start;
}
.item_end {
	align-items: end;
}
.d_list_item {
	display: list-item;
}
.d_inline {
	display: inline-block;
}
.d_block {
	display: block;
}
.p_relative {
	position: relative;
}
.p_absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn {
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0.3px;
	color: #fff;
	display: inline-block;
	background-color: #03BFCB;
	border-radius: 4px;
	padding: 15px 30px;
	transition: all 0.6s ease 0s;
}
.btn:hover {
	background-color: #18699b;
	transition: all 0.6s ease 0s;
}
/*padding top bottom left right property start */

.p_1 {
	padding: 10px;
}
.p_2 {
	padding: 20px;
}
.p_3 {
	padding: 30px;
}
.p_4 {
	padding: 40px;
}
.p_5 {
	padding: 50px;
}
.p_6 {
	padding: 60px;
}
/*padding top bottom property end */

/*padding top bottom property start */

.py_1 {
	padding: 10px 0;
}
.py_2 {
	padding: 20px 0;
}
.py_3 {
	padding: 30px 0;
}
.py_4 {
	padding: 40px 0;
}
.py_5 {
	padding: 50px 0;
}
.py_6 {
	padding: 60px 0;
}
.py_96 {
	padding: 96px 0;
}
/*padding top bottom property end */

/*padding left right property start */

.px_1 {
	padding: 0 10px;
}
.px_2 {
	padding: 0 20px;
}
.px_3 {
	padding: 0 30px;
}
.px_4 {
	padding: 0 40px;
}
.px_5 {
	padding: 0 50px;
}
.px_6 {
	padding: 0 60px;
}
/*padding left right property end */

/*padding top property start */

.pt_0 {
	padding-top: 0px !important;
}
.pt_1 {
	padding-top: 10px;
}
.pt_2 {
	padding-top: 20px;
}
.pt_3 {
	padding-top: 30px;
}
.pt_4 {
	padding-top: 40px;
}
.pt_5 {
	padding-top: 50px;
}
.pt_6 {
	padding-top: 60px;
}
/*padding top property end */

/*padding bottom property start */

.pb_0 {
	padding-bottom: 0px !important;
}
.pb_1 {
	padding-bottom: 10px;
}
.pb_2 {
	padding-bottom: 20px;
}
.pb_3 {
	padding-bottom: 30px;
}
.pb_4 {
	padding-bottom: 40px;
}
.pb_5 {
	padding-bottom: 50px;
}
.pb_6 {
	padding-bottom: 60px;
}
/*padding bottom property end */

/*padding left property start */

.pl_0 {
	padding-left: 0px !important;
}
.pl_1 {
	padding-left: 10px;
}
.pl_2 {
	padding-left: 20px;
}
.pl_3 {
	padding-left: 30px;
}
.pl_4 {
	padding-left: 40px;
}
.pl_5 {
	padding-left: 50px;
}
.pl_6 {
	padding-left: 60px;
}
/*padding left property end */

/*padding right property start */

.pr_0 {
	padding-right: 0px !important;
}
.pr_1 {
	padding-right: 10px;
}
.pr_2 {
	padding-right: 20px;
}
.pr_3 {
	padding-right: 30px;
}
.pr_4 {
	padding-right: 40px;
}
.pr_5 {
	padding-right: 50px;
}
.pr_6 {
	padding-right: 60px;
}
/*padding right property end */

/*margin top bottom left right property start */

.m_0 {
	margin: 0 !important;
}
.m_1 {
	margin: 10px;
}
.m_2 {
	margin: 20px;
}
.m_3 {
	margin: 30px;
}
.m_4 {
	margin: 40px;
}
.m_5 {
	margin: 50px;
}
.m_6 {
	margin: 60px;
}
/*margin all property end */

/*margin left right property start */

.mx_0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mx_1 {
	margin-left: 10px;
	margin-right: 10px;
}
.mx_2 {
	margin-left: 20px;
	margin-right: 20px;
}
.mx_3 {
	margin-left: 30px;
	margin-right: 30px;
}
.mx_4 {
	margin-left: 40px;
	margin-right: 40px;
}
.mx_5 {
	margin-left: 50px;
	margin-right: 50px;
}
.mx_6 {
	margin-left: 60px;
	margin-right: 60px;
}
/*margin left right property end */

/*margin top bottom property start */

.my_0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my_1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.my_2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.my_3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.my_4 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.my_5 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.my_6 {
	margin-top: 60px;
	margin-bottom: 60px;
}
/*margin top bottom property end */

/*margin top bottom left right property start */

/*margin top property start */

.mt_0 {
	margin-top: 0 !important;
}
.mt_1 {
	margin-top: 10px;
}
.mt_2 {
	margin-top: 20px;
}
.mt_3 {
	margin-top: 30px;
}
.mt_4 {
	margin-top: 40px;
}
.mt_5 {
	margin-top: 50px;
}
.mt_6 {
	margin-top: 60px;
}
/*margin top property end */

/*margin bottom property start */

.mb_0 {
	margin-bottom: 0 !important;
}
.mb_1 {
	margin-bottom: 10px;
}
.mb_2 {
	margin-bottom: 20px;
}
.mb_3 {
	margin-bottom: 30px;
}
.mb_4 {
	margin-bottom: 40px;
}
.mb_5 {
	margin-bottom: 50px;
}
.mb_6 {
	margin-bottom: 60px;
}
/*margin bottom property end */

/*margin left property start */

.ml_0 {
	margin-left: 0 !important;
}
.ml_1 {
	margin-left: 10px;
}
.ml_2 {
	margin-left: 20px;
}
.ml_3 {
	margin-left: 30px;
}
.ml_4 {
	margin-left: 40px;
}
.ml_5 {
	margin-left: 50px;
}
.ml_6 {
	margin-left: 60px;
}
/*margin left property end */

/*margin right property end */

.mr_0 {
	margin-right: 0 !important;
}
.mr_1 {
	margin-right: 10px;
}
.mr_2 {
	margin-right: 20px;
}
.mr_3 {
	margin-right: 30px;
}
.mr_4 {
	margin-right: 40px;
}
.mr_5 {
	margin-right: 50px;
}
.mr_6 {
	margin-right: 60px;
}
/*margin right property end */

/* width div property start */

.col_10 {
	display: inline-block;
	width: 10%;
}
.col_15 {
	display: inline-block;
	width: 15%;
}
.col_20 {
	display: inline-block;
	width: 20%;
}
.col_25 {
	display: inline-block;
	width: 25%;
}
.col_30 {
	display: inline-block;
	width: 30%;
}
.col_35 {
	display: inline-block;
	width: 35%;
}
.col_40 {
	display: inline-block;
	width: 40%;
}
.col_45 {
	display: inline-block;
	width: 45%;
}
.col_50 {
	display: inline-block;
	width: 50%;
}
.col_55 {
	display: inline-block;
	width: 55%;
}
.col_60 {
	display: inline-block;
	width: 60%;
}
.col_65 {
	display: inline-block;
	width: 65%;
}
.col_70 {
	display: inline-block;
	width: 70%;
}
.col_75 {
	display: inline-block;
	width: 75%;
}
.col_80 {
	display: inline-block;
	width: 80%;
}
.col_85 {
	display: inline-block;
	width: 85%;
}
.col_90 {
	display: inline-block;
	width: 90%;
}
.col_95 {
	display: inline-block;
	width: 95%;
}
.col_100 {
	display: inline-block;
	width: 100%;
}
.width_100 {
	width: 100%;
}
.border {
	border: 1px solid #c8c8c8;
}
.border_top {
	border-top: 1px solid #c8c8c8;
}
.border_bottom {
	border-bottom: 1px solid #c8c8c8;
}
.border_left {
	border-left: 1px solid #c8c8c8;
}
.border_right {
	border-right: 1px solid #c8c8c8;
}
.font_300 {
	font-weight: 300;
}
.font_400 {
	font-weight: 400;
}
.font_500 {
	font-weight: 500;
}
.font_600 {
	font-weight: 600;
}
.font_700 {
	font-weight: 700;
}
.font_800 {
	font-weight: 800;
}
.font_900 {
	font-weight: 900;
}
.font_bold {
	font-weight: bold;
}
/* width div property start */

.middle_container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle_text {
	display: table-cell;
	vertical-align: middle;
}
main {
	position: relative;
}
.container {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Global property end */

/* header property start */

#siteheader {
	position: relative;
	background-color: #004767;
}
.main_header {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}
.header_logo {
	display: inline-block;
}
.header_logo img {
	width: 100%;
	max-width: 243px;
	object-fit: cover;
}
.header_address {
	display: flex;
	text-align: right;
	align-items: center;
}
.header_address p {
	padding-bottom: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0.8px;/*    border-right: 1px solid #ccc;

    padding-right:30px;*/

}
.header_address .search_icon {
	margin-left: 30px;
}
.header_address .search_icon .fa {
	font-size: 21px;
	color: #fff;
	margin: 0;
}
.header_nav {
	display: block;
	border-top: 1px solid #FFFFFF40;
}
.main_nav {
	display: inline-block;
}
.main_nav li {
	padding: 0 16px;
	position: relative;
	transition: all 0.5s ease 0s;
}
.main_nav li a {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.main_nav li.active:after,  .main_nav li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	width: 0%;
	height: 3px;
	background-color: #03BFCB;
	transition: all 0.5s ease 0s;
}
.main_nav li.active:after,  .main_nav li:hover:after {
	content: "";
	width: 100%;
	transition: all 0.5s ease 0s;
}
.main_nav li.active a,  .main_nav li:hover a {
	color: #03BFCB;
	transition: all 0.5s ease 0s;
}
.header_phone {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.header_phone a {
	color: #03BFCB;
}
.header_phone a:hover {
	color: #fff;
}
.mobile_menu, .navigation {
	display: none;
}
/* header property end */

/* banner property start */

.banner_bg {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 45px;
}
.banner_bg .banner_text {
	width: 56%;
	padding-top: 50px;
}
.banner_bg .banner_text h1 {
	color: #004866;
	font-weight: 800;
	line-height: 55px;
}
.banner_bg .banner_text p {
	color: #404D60;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
}
.banner_bg .banner_text .btn {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 19px;
	letter-spacing: 0.3px;
	border-radius: 4px;
	color: #fff;
	background-color: #03BFCB;
}
.banner_bg .banner_text .btn:hover {
	background-color: #004767;
}
.banner_bg .banner_img {
	width: 36%;
}
/* banner property end */

/* content property start */

#content {
	position: relative;
}
.c_mt_top {
	margin-top: -78px;
}
.bg_light {
	background-color: #f1f5f9;
}
.small_text {
	display: block;
	color: #03BFCB;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 0;
}
.widget_sec {
	display: inline-block;
	width: 100%;
	margin-top: -30px;
}
.widget_sec_in li {
	display: inline-block;
	background-color: #fff;
	border-radius: 6px;
	padding: 30px;
	width: 23.3%;
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 15%);
	transition: all 0.5s ease 0s;
}
.widget_sec_in li .icon_img {
	display: inline-block;
	width: 70px;
	margin-bottom: 15px;
	transition: all 0.5s ease 0s;
}
.widget_sec_in li .icon_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.widget_sec_in li .text_box {
	display: block;
}
.widget_sec_in li .text_box h6 {
	font-size: 19px;
	font-weight: 700;
	line-height: 35px;
	color: #004767;
	text-transform: capitalize;
}
.widget_sec_in li .text_box p {
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
}
.widget_sec_in li:hover .icon_img {
	transform: translateY(-8px);
	transition: all 0.5s ease 0s;
}
.values_sec {
	display: inline-block;
	width: 100%;
}
.values_sec h2 {
}
.values_sec p {
	padding: 0 26% 15px;
}
.text_sec {
	display: inline-block;
	width: 100%;
}
.text_sec_list ol,
.text_sec_list ul {
	display:block;
    margin-bottom: 20px;
}
.text_sec_list ol li,
.text_sec_list ul li {
	font-size: 14px;
    font-weight: 500;
    color: #404D60;
    line-height: 1.8;
}
.text_sec_list ul li {
	display:block;
    padding: 5px 0 5px 30px;
}
.text_sec_list ul li:before {
	content:"";
	font-family:'FontAwesome';
	color: #03BFCB;
    font-size: 16px;
    margin-right: 15px;
    margin-left: -30px;
}
.text_sec_list ol li {
    padding: 6px 0;
    display: list-item;
    margin-left: 20px;
}
.text_sec_list ol li::marker {
	vertical-align:top;
}



.three_column_box li {
	padding: 15px;
	width: 33.3%;
}
.three_column_box li img {
	border-radius: 4px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.price_table {
	display: table;
}
.table_row {
	display: table-row;
	transition: all 0.5s ease 0s;
}
.table_row.table_header {
	color: #818181;
}
.table_cell {
	display: table-cell;
}
.table_row .table_cell {
	font-size: 16px;
	color: #818181;
	line-height: 1.2;
	font-weight: unset!important;
	padding: 20px;
	border-top: 2px solid #b4b4b4;
	border-right: 2px solid #b4b4b4;
}
.table_row.table_header .table_cell {
	font-size: 17px;
	color: #818181;
	line-height: 1.2;
	font-weight: 600 !important;
}
.table_row:last-child .table_cell {
	border-bottom: 2px solid #b4b4b4;
}
.table_row .table_cell:nth-child(1) {
	width: 250px;
	padding-left: 10px;
	border-left: 2px solid #b4b4b4;
}
.table_row .table_cell:nth-child(2) {
	width: 150px;
	padding-right: 30px;
}
.table_row .table_cell:nth-child(3) {
	width: 200px;
}
.table_row .table_cell:nth-child(4) {
	width: 250px;
}
.table_row .table_cell:nth-child(5) {
	width: 150px;
	padding-right: 30px;
}
.price_table, .table_row {
	width: 100%!important;
}
.call_strip {
	display: block;
	background-color: #80a3b3;
}
.call_strip p {
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.contact_sec {
	display: block;
}
.form_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form_box li {
	margin: 10px 0;
}
.form_box li label {
	font-size: 14px;
	font-weight: 600;
	color: #404D60;
}
.form_box li textarea,  .form_box li input {
	border-bottom: 1px solid #03BFCB
}
.form_box li input,  .form_box li textarea {
	width: 100%;
	padding: 6px 12px;
}
.form_box li textarea {
	height: 110px;
}
.form_box li input[type="submit"] {
	background-color: #03BFCB;
	font-size: 15px;
	padding: 12px 30px;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	border: none;
	border-radius: 4px;
}
/* content property end */

/* footer property start */

#sitefooter {
	position: relative;
}
.copyright {
	display: block;
	background-color: #004767;
}
.copyright p {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding-bottom: 0;
}
.copyright p a {
	color: #03BFCB;
}
.copyright ul li {
	line-height: initial;
	border-right: 2px solid #fff;
	margin-right: 20px;
	padding-right: 20px;
}
.copyright ul li a {
	color: #03BFCB;
	font-size: 12px;
	font-weight: 500;
}
.copyright ul li a:hover {
	color: #fff;
}
.copyright ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
/* footer property end */

/* inner page property start */

.sidebar_sec {
	display: block;
}
.sidebar_sec .text_sec {
	width: 74%;
}
.right_sidebar {
	width: 22%;
}
.right_sidebar .side_widget {
	padding: 20px 30px;
	border-radius: 3px;
	margin-bottom: 30px;
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 15%);
}
.right_sidebar .side_widget li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #0A466740;
}
.right_sidebar .side_widget li a {
	font-size: 13px;
	font-weight: 700;
	color: #004767;
}
.right_sidebar .side_widget img {
	width: 60px;
}
.right_sidebar .side_widget h6 {
	font-weight: 700;
	line-height: 35px;
	text-transform: capitalize;
	margin-top: 20px;
}
.right_sidebar .side_widget .btn {
	color: #404D60;
	background-color: transparent;
	padding: 0;
}
.right_sidebar .side_widget .btn:after {
	content: "";
	font-family: 'FontAwesome';
	color: #03BFCB;
	font-size: 26px;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 20px;
	display: inline-block;
}
.right_sidebar .side_widget .btn:hover {
	color: #03BFCB;
}
.text_sec .entry-footer {
	display:none;
}
/* inner page property end */
.yarpp-related ol li {
        display: list-item !important;
    padding: 10px 0 10px 0 !important;
    margin-left: 20px;
    line-height: 1.5 !important;
    font-size: 16px !important;
}
.yarpp-related ol li a {
	display:inline-block;
	color:#004767;
    vertical-align: top;
}
.yarpp-related ol li small {
	display:block;
}
.yarpp-related ol li::marker {
    font-size: 16px;
    font-weight: 600;
    color: #004767;
}
.add_listing_sec {
	display:block;
}
.add_listing_sec .add_listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.add_listing_sec .add_listing li {
	display:inline-block;
	width:48%;
    padding:5px 0 5px 30px;
}
.add_listing_sec .add_listing li a {
	font-size: 15px;
    font-weight: 500;
    color: #404D60;
    line-height: 1.6;
	transition:all 0.5s ease 0s;
}
.add_listing_sec .add_listing li a:hover {
	color:#ff0000;
	transition:all 0.5s ease 0s;
}
.add_listing_sec .add_listing li:before {
	content: "";
    font-family: 'FontAwesome';
    color: #03BFCB;
    font-size: 16px;
    margin-right: 15px;
    margin-left: -30px;
}

/* mobile responsive property start */

@media (max-width:1200px) {
.container {
	max-width: 1100px;
}
h1 {
	font-size: 42px;
}
}

@media (max-width:1100px) {
.container {
	max-width: 992px;
}
h1 {
	font-size: 36px;
}
.widget_sec_in li .text_box h6 {
	line-height: 24px;
}
.values_sec p {
	padding: 0 10% 15px;
}
.sidebar_sec .text_sec {
	width: 70%;
}
.sidebar_sec .right_sidebar {
	width: 28%;
}
}

@media (max-width:992px) {
.container {
	max-width: 768px;
}
h1 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
.banner_bg .banner_text {
	width: 66%;
}
.c_mt_top {
	margin-top: 0;
}
.widget_sec {
	margin-top: 0;
}
.three_column_box,  .widget_sec_in {
	flex-wrap: wrap;
	justify-content: space-between;
}
.widget_sec_in li {
	width: 48%;
	margin: 15px 0;
}
.three_column_box li {
	width: 50%;
}
.copyright .d_flex {
	flex-wrap: wrap;
}
.copyright p,  .copyright ul {
	text-align: center;
	width: 100%;
}
.table_row.table_header .table_cell {
	font-size: 15px;
	padding: 10px;
}
.sidebar_sec .text_sec {
	width: 60%;
}
.sidebar_sec .right_sidebar {
	width: 34%;
}
.add_listing_sec .add_listing li {
    width: 100%;
    line-height: 1.3;
}
.add_listing_sec .add_listing li a {
    line-height: 1.3;
}
}

@media (max-width:768px) {
.container {
	max-width: 100%;
}
.py_6 {
	padding: 40px 0;
}
.header_logo {
	width: 42%;
}
.banner_bg .banner_img {
	display: none;
}
.banner_bg .banner_text {
	width: 100%;
	padding-top: 0;
}
.banner_bg .banner_text h1 {
	font-size: 22px;
	line-height: 30px;
}
.banner_bg .banner_text p {
	line-height: 25px;
}
.banner_bg .banner_text .btn {
	padding: 10px 22px;
}
.values_sec p {
	padding: 0 0% 15px;
}
.three_column_box li {
	width: 100%;
	padding: 0;
}
.contact_sec .d_flex {
	flex-wrap: wrap;
}
.contact_sec .col_45 {
	width: 100%;
}
.copyright p {
	line-height: 20px;
}
.table_row .table_cell {
	padding: 8px 6px;
	font-size: 14px;
}
.table_row .table_cell:nth-child(5) {
	padding-right: 6px;
}
.sidebar_sec .d_flex {
	flex-wrap: wrap;
}
.sidebar_sec .text_sec,  .sidebar_sec .right_sidebar {
	width: 100%;
}
/* mobile navigation property start */

.main_nav {
	display: none;
}
.mobile_menu {
	display: inline-block;
	width: 32px;
	height: 20px;
	float: right;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #dd0012;
	margin-top: 10px;
}
.mobile_menu span {
	margin: 0 auto;
	position: relative;
	top: 7px;
}
.mobile_menu span:before, .mobile_menu span:after {
	position: absolute;
	content: '';
}
.mobile_menu span, .mobile_menu span:before, .mobile_menu span:after {
	width: 30px;
	height: 3px;
	background-color: #fff;
	display: block;
}
.mobile_menu span:before {
	margin-top: -7px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.mobile_menu span:after {
	margin-top: 7px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
/* example 5 */

.example5 span {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.example5.papa span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.example5.papa span:before {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.example5.papa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}
.example5.papa span:after {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.example5.papa span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
	transition-property: margin, transform;
}
.menu-main-menu-container, .main_nav ul {
	display: block;
}
.navigation .make_Button {
	width: 100%;
}
.navigation {
	display: none;
	position: absolute;
	width: 100%;
	margin-top: 48px !important;
	z-index: 9999;
	right: 0;
	color: #fff;
	background-color: #fff;
}
.navigation ul {
	display: block;
	text-align: left;
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.navigation ul li {
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	padding: 14px 30px;
	border-bottom: 1px solid #E1E8EC;
}
.navigation ul li.contribute-li a {
	background: none !important;
	text-transform: uppercase;
	font-size: 16px !important;
	color: rgba(0, 0, 0, 0.9) !important;
}
.navigation ul li a {
	font-family: inherit;
	color: #0A334C;
	display: block !important;
	font-size: 16px;
	font-weight: 600;
}
.navigation ul li a:hover {
	color: #03BFCB;
}
.navigation ul li.menu-item-has-children a:after {
	display: none !important;
}
.navigation ul li.current_page_item ul li a {
	background-color: rgba(255, 255, 255, 0.87);
	color: #fff !important;
}
.navigation ul li.current_page_item ul li a:hover {
	background: #ccc none repeat scroll 0 0;
	border: medium none !important;
	box-shadow: none;
	color: #fff;
}
.navigation ul li ul {
	display: none;
}
.navigation ul li ul {
	display: none;
	background-color: #1aac9d;
	padding: 0 30px;
}
.navigation ul li>ul li {
	display: block;
	border-bottom: 1px dashed;
	transition: all 0.2s ease 0s;
}
.navigation ul li>ul li a {
	color: #fff !important;
	margin-left: -21px;
	padding-left: 27px;
	background-color: transparent;
}
.navigation ul li>ul li a:before {
	content: "";
	font-family: 'FontAwesome';
	color: #fff;
	padding-left: 34px;
	margin-left: -48px;
	margin-right: 16px;
}
.navigation ul li.current_page_item ul li a,  .navigation ul li.current_page_item ul li a:before {
	color: #fff !important;
}
.navigation ul li ul li a:hover {
	color: #fff !important;
}
.navigation ul li > ul li a:hover {
	background-color: transparent;
	color: #fff;
}
.navigation ul li>ul li:hover {
	padding-left: 15px;
	transition: all 0.3s ease 0s;
}
.navigation ul li.current_page_item ul li a {
	background-color: #ccc;
}
.navigation ul li.current_page_item ul li a:before {
	color: #fff;
}
.navigation ul li.current_page_item ul li a:hover:before {
	color: #fff;
}
.sub-arrow {
	position: absolute;
	right: 0;
	height: 47px;
	top: 0;
	width: 50px;
}
.sub-arrow:after {
	content: "";
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	top: 13px;
	padding: 0 20px;
	right: 0;
}
.sub-arrow.minus:after {
	content: "" !important;
}
/* mobile navigation property end */
}

@media (max-width:576px) {
.container {
	padding: 0 16px;
}
.widget_sec_in li {
	width: 100%;
}
.call_strip p br {
	display: none;
}
.call_strip p {
	font-size: 18px;
	padding-bottom: 0;
}
}

@media (max-width:500px) {
.py_2 {
	padding: 12px 0;
}
.header_logo {
	width: auto;
}
.header_address {
	display: none;
}
.header_logo img {
	max-width: 66%;
}
.yarpp-related ol li {
    font-size: 14px !important;
}
}

@media (max-width:400px) {
.table_row.table_header .table_cell {
	font-size: 13px;
	padding: 4px !important;
}
}

/*.table_row {
    display: block;
}
.table_cell {
	display: block;
}
.table_row.table_header {
	padding: 0;
	height: 0;
}
.table_row.table_header .table_cell {
	display: none;
}
.table_row {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 18px;
	padding-top: 30px;
	padding-right: 15px;
	margin: 0;
}
.table_row .table_cell {
	border: none;
	padding-left: 30px;
	padding-top: 16px;
	padding-bottom: 16px;
    border-bottom: 1px dashed #6e8af3;
}
.table_row .table_cell:before {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 13px;
	content: attr(data-title);
	min-width: 98px;
	display: block;
}
.table_row .table_cell:last-child {
	border-bottom:none;
}
.table_row .table_cell:nth-child(1) {
	padding-left: 30px
}
.table_row .table_cell {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #f5f0f0;
	line-height: 1.2;
	font-weight: unset!important
}
.price_table, .table_row, .table_cell {
	width: 100%!important
}
.price_table {
	display: block;
}*/

/* mobile responsive property end */
