@charset "UTF-8";
/*

Theme Name: Ankori Safe

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: 6.3

Requires PHP: 5.6

Version: 1.9

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.

 * 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.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: 18px;
	color: #424242;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #1b1c1c;
 opacity: 1; /* Firefox */
 font-family: "Open Sans", sans-serif;
}



:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #1b1c1c;
 font-family: "Open Sans", sans-serif;
}



::-ms-input-placeholder { /* Microsoft Edge */
 color: #1b1c1c;
 font-family: "Open Sans", sans-serif;
}
.row:after, .row:before {
	clear: both;
	content: "";
	display: table;
}
.col_left_1200 {
	padding-left: calc((100vw - 1200px) / 2);
}
.col_right_1180 {
	padding-right: calc((100vw - 1200px) / 2);
}
main, header, nav, article, aside, section, footer, figure, figcaption, form {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: "Oswald", sans-serif;
	color: #000;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
p {
	font-size: 18px;
	color: #424242;
	font-weight: 400;
	line-height: 1.65;
	padding-bottom: 15px;
	font-family: "Open Sans", sans-serif;
}
p:last-child {
	padding-bottom: 0;
}
p a {
	color: red;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
a i {
	font-style: normal;
	margin-right: 10px;
}
img {
	height: auto !important;
	max-width: 100%;
	vertical-align: top;
}
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: 0px 30px 20px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 30px;
}
.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;
	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;
	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
}
textarea {
	height: 120px;
	width: 100%;
}
.fa {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 18px;
	cursor: pointer;
}
.four_column, .three_column, .two_column, .one_column {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.four_column li, .three_column li, .two_column li, .one_column li {
	display: inline-block;
	line-height: 1.3;
	vertical-align: top;
}
.four_column li, .three_column li, .two_column li {
	padding-right: 20px;
}
.four_column, .three_column {
	justify-content: flex-start;
}
.one_column li {
	width: 100% !important;
}
.two_column li {
	width: 50% !important;
}
.three_column li {
	width: 33.3% !important;
}
.four_column li {
	width: 25% !important;
}
.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: 18px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	background-color: #fea10f;
	text-align: center;
	border-radius: 0;
	padding: 6px 20px;
	transition: all 0.5s ease 0s;
}
.btn:hover {
	background-color: #003457;
	transition: all 0.5s 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;
}
/*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_bold {
	font-weight: bold;
}
.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%
}
span.wpcf7-not-valid-tip {
	color: red;
	font-weight: 400;
	text-align: left;
	font-size: 15px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 8px;
	padding: 10px;
	background-color: #fff;
	margin-left: 10px;
	padding-right: 0
}
/* slick property start */

.slick_slider_bar {
	position: relative;
}
.slick_preloader {
	visibility: hidden;
}
.slick_slider_preload {
	display: block;
	position: absolute;
	left: 0;
	text-align: center;
	vertical-align: middle;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.slick_slider_preload .fa {
	color: #000 !important;
	top: 50%;
	position: relative;
}
.slick_loaded {
	visibility: visible !important;
}
/* width div property start */

.video_box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px #ccc;
}
.img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_box, .text_box {
	display: inline-block;
}
.d_flex_div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.light_bg {
	background-color: #f6fbfd;
}
.middle_container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle_text {
	display: table-cell;
	vertical-align: middle;
}
main {
	position: relative;
}
.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Global property end */

/* header property start */

nav li button {
	display: none;
}
#siteheader {
	position: relative;
}
.main_header {
	display: inline-block;
	width: 100%;
	padding: 6px 0;
}
.main_header .ddflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 15px;
}
.main_header .headernavbar {
	width: 100%;
	display: flex;
	justify-content: end;
}
.h_logo {
	display: inline-block;
}
.hphone {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 14px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}
.hphone .phoneicon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #fea10f;
}
.hphone p {
	color: #003457;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	padding: 0;
	line-height: 1.3;
	text-transform: uppercase;
}
.hphone p a {
	color: #003457;
}
.h_nav {
	display: inline-block;
}
.h_nav li {
	padding: 0 20px;
	display: inline-block;
}
.h_nav li:last-child {
	padding-right: 0;
}
.h_nav li a {
	display: block;
	color: #003457;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	font-family: "Oswald", sans-serif;
}
.h_nav li.current_page_item a, 
.h_nav li a:hover {
	color: #fea10f;
	transition: all 0.5s ease 0s;
}
.h_nav li .sub-menu {
	webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	position: absolute;
	min-width: 215px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	padding: 11px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	z-index: 3;
	text-align: left;
	transform-origin: 50% 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	border-radius: 5px;
}
.h_nav li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(100%);
	-ms-transform: scaleY(100%);
	transform: scaleY(100%);
}
.h_nav li .sub-menu li {
	width: 100%;
	padding: 0;
	display: block;
}
.h_nav li .sub-menu li a {
	padding: 6px 25px;
	display: block;
	width: 100%;
}
.h_nav li .sub-menu li a:hover {
	color: #ffa800;
}
.slide_nav {
	display: none;
}
/* header property end */

/* banner property start */

.bannerbar {
	display: inline-block;
	width: 100%;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.bannerbar .banner_text {
	display: inline-block;
	width: 55%;
	height: 100%;
}
.bannerbar .banner_text h1 {
	text-transform: uppercase;
	line-height: 1.3;
}
.bannerbar .banner_text p {
	font-size: 18px;
	line-height: 1.8;
}
.bannerbar .banner_text .btn {
	background-color: #fea10f;
	font-size: 17px;
	color: #000;
	border-radius: 10px;
	padding: 11px 30px;
	margin: 20px 0 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.bannerbar .banner_text .btn:before {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	z-index: -1;
	transition: all 0.5s ease 0s;
}
.bannerbar .banner_text .btn:hover:before {
	width: 100%;
	transition: all 0.5s ease 0s;
}
.bannerbar .banner_text h6 a,  .bannerbar .banner_text h6 {
	font-size: 32px;
	color: #fea10f !important;
	text-transform: uppercase;
	margin: 10px 0 0;
}
/* banner property end */

/* content property start */

#content {
	position: relative;
}
.light_bg {
	background-color: #fff9f1;
}
.subtitle {
	color: #fea10f;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
}
.title {
}
.btn_div {
	display: flex;
	align-items: center;
	gap: 20px;
}
.btn_div .btn {
	min-width: 200px;
	padding: 10px 22px;
}
.btn_div .phonediv {
	display: flex;
	justify-content: start;
	gap: 20px;
	align-items: center;
}
.btn_div .phonediv .phoneicon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_div .phonediv .phone p {
	padding: 0;
	color: #fea10f;
}
.btn_div .phonediv .phone a {
	font-size: 32px;
	color: #003457;
	font-family: "Oswald", sans-serif;
	line-height: 40px;
}
.slick-dots li {
	margin: 0 !important;
}
.slick-dots li button:before {
	font-size: 30px !important;
}
/* process_widgetbar property start */

.process_widgetbar {
	display: block;
}
.process_widgetbar .processbar {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	text-align: center;
	width: 100%;
	justify-content: center;
}
.process_widgetbar .processbar .item {
	width: 23.7%;
	padding: 30px 20px;
	background-color: #f2f7fa;
	transition: all 0.5s ease 0s;
}
.process_widgetbar .processbar .item:hover {
    box-shadow: 0 0 10px #d0d0d0;
	transition: all 0.5s ease 0s;
}
.process_widgetbar .processbar .item .icon {
	display: block;
	margin: 0 0 14px;
	transition: all 0.5s ease 0s;
}
.process_widgetbar .processbar .item:hover .icon {
    scale: 1.1;
	transition: all 0.5s ease 0s;
}
.process_widgetbar .processbar .item h6 {
	line-height: 1.2;
	font-weight: 400;
}
.process_widgetbar .processbar .item p {
	line-height: 1.3;
}
/* process_widgetbar property end */

/* left image right content box property start */

.widgetbar {
	display: block;
}
.twocolumnbar {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.twocolumnbar .imgbar {
	width: 42%;
	position: relative;
	padding: 60px 0 0;
	margin: 50px 0 0px;
}
.twocolumnbar .imgbar .img_box {
	width: 90%;
	position: relative;
	float: right;
}
.twocolumnbar .imgbar .experience {
	display: inline-block;
	background-color: #fea10f;
	text-align: center;
	padding: 18px 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	border: 6px solid #fff;
}
.twocolumnbar .imgbar .experience h2 {
	line-height: 47px;
	margin: 0 0 5px;
	color: #fff;
}
.twocolumnbar .imgbar .experience p {
	color: #fff;
}
.twocolumnbar .text_box {
	width: 56%;
}
.twocolumnbar .text_box h2 {
	font-weight: 700;
}
.twocolumnbar .text_box ul li {
	display: inline-block;
	width: 48%;
	margin: 0 0 14px 0;
x  position: relative;
	padding-left: 22px;
	vertical-align: top;
	font-size: 17px;
	line-height: 1.3;
	position: relative;
}
.twocolumnbar .text_box ul li:before {
	content: "";
	display: inline-block;
	color: #fea10f;
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 3px;
}
.twocolumnbar .text_box .phonediv {
	display: flex;
	justify-content: start;
	gap: 20px;
	align-items: center;
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 20px;
}
.twocolumnbar .text_box .phonediv .phoneicon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	background-color: #fea10f;
}
.twocolumnbar .text_box .phonediv .phone {
}
.twocolumnbar .text_box .phonediv .phone p {
	padding: 0;
	color: #fea10f;
}
.twocolumnbar .text_box .phonediv .phone a {
	font-size: 32px;
	color: #003457;
	font-family: "Oswald", sans-serif;
	line-height: 40px;
}
/* left image right content box property end */

/* our services property start */

.ourservicesbar {
	display: block;
	background-color: #003457;
}
.ourservicesbar .headingbar {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.ourservicesbar .headingbar .subtitle {
	color: #fea10f;
}
.ourservicesbar .headingbar h2 {
	color: #fff;
}
.ourservicesbar .headingbar p {
	color: #fff;
}
.ourservices_widgetbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px
}
.ourservices_widgetbar .itemslide {
	width: 32%;
	background-color: #fff;
	padding: 20px 20px;
	position: relative;
	margin: 0 18px;
	position: relative;
	transition:all 0.5s ease 0s;
}
.ourservices_widgetbar .itemslide:hover {
	background-color: #ecf6fc;
	transition:all 0.5s ease 0s;
}
.ourservices_widgetbar .itemslide:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #003457;
	height: 36%;
	z-index: 1;
}
.ourservices_widgetbar .itemslide .img_box {
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
}
/*.ourservices_widgetbar .itemslide .img_box:before {

	content:"";

	position: absolute;

    top: -20px;

    left: -20px;

    right: -20px;

    width: 114%;

    background-color: #003457;

    height: 70%;

    z-index: -1;

}*/

.ourservices_widgetbar .itemslide .text_box {
	display: block;
}
.ourservices_widgetbar .itemslide .text_box h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
}
.ourservices_widgetbar .itemslide .text_box p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0;
}
.ourservices_widgetbar .itemslide .text_box .btn {
	padding: 0;
	background-color: transparent;
	color: #fea10f;
	font-size: 15px;
	text-transform: uppercase;
	margin: 14px 0 0;
	display: block;
	text-align: left;
}
.ourservices_widgetbar .itemslide .text_box .btn:after {
	content: "";
	font-size: 17px;
	font-weight: 600;
	font-family: 'FontAwesome';
	margin: 0 0px 0 10px;
}
.ourservices_widgetbar .slick-dots li {
	margin: 0;
	width: 16px;
}
.ourservices_widgetbar .slick-dots li button:before {
	font-size: 38px !important;
	color: #fff;
	opacity: 1;
}
.ourservices_widgetbar .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fea10f;
}
/* our services property end */

/* left image right content box property start */

.imagecontentbar {
	display: block;
}
.imagecontentbar .twocolumndiv {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.imagecontentbar .twocolumndiv .img_box {
	width: 46%;
	position: relative;
	padding: 8px 0 0 8px;
}
.imagecontentbar .twocolumndiv .img_box:before {
	content: "";
	background-color: #fea10f;
	position: absolute;
	width: 90%;
	height: 90%;
	left: 0;
	top: 0;
	z-index: -1;
}
.imagecontentbar .twocolumndiv .text_box {
	width: 50%;
}
.imagecontentbar .twocolumndiv .text_box h3 {
	text-transform: capitalize;
}
.imagecontentbar .twocolumndiv .text_box .btn {
	margin: 10px 0 0;
}
.imagecontentbar .twocolumndiv .text_box ul {
}
.imagecontentbar .twocolumndiv .text_box ul li {
	display: block;
	margin: 4px 0;
	position: relative;
	padding-left: 22px;
}
.imagecontentbar .twocolumndiv .text_box ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #07344e;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 11px;
}
.imagecontentbar .twocolumndiv .text_box .testimonialone {
	width: 100%;
	margin-top: 12px;
}
/* left image right content box property end */

/* service list bar property start */

.servicewidgetbar {
	display: block;
	background-image: url(images/service_widgetbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.servicewidgetbar .headingbar {
	display: block;
}
.servicewidgetbar .headingbar p,  .servicewidgetbar .headingbar h2 {
	color: #fff;
}
.servicewidgetbar .service_listitem {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.servicewidgetbar .service_listitem li {
	color: #fff;
	position: relative;
	width: 25%;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	font-size: 22px;
	font-family: "Oswald", sans-serif;
}
.servicewidgetbar .service_listitem li:before {
	content: "";
	background-image: url(images/check_arrow.png);
	display: inline-block;
	width: 40px;
	height: 33px;
	margin-right: 12px;
	background-size: contain;
	background-repeat: no-repeat;
}
.servicewidgetbar .btn_div {
	justify-content: center;
	position: relative;
	padding: 25px 0 0;
	margin: 20px 0 0;
}
.servicewidgetbar .btn_div:before {
	content: "";
	border: 1px solid #fff;
	width: 50%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.servicewidgetbar .btn_div .phonediv {
	border-left: 1px solid #fff;
	padding-left: 20px;
	margin-left: 10px;
}
.servicewidgetbar .btn_div .phonediv .phone p {
	color: #fff;
}
.servicewidgetbar .btn_div .phonediv .phone a {
	color: #fea10f;
	line-height: 28px;
}
/* service list bar property end */

/* form property start */

.form_widgetbar {
	display: block;
}
.formbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;
	padding-top: 10px;
}
.formbox ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 48%;
	margin: 12px 0;
}
.formbox ul:last-child {
	width: 100%;
}
.formbox ul li {
	width: 100%;
	text-align: left;
}
.formbox ul li:nth-last-child(2) {
	width: 100%;
}
.formbox ul li:last-child {
	width: 100%;
	text-align: center;
}
.formbox p,  .formbox ul li p {
	padding: 0;
}
.formbox ul li textarea,  .formbox ul li input {
	background-color: #fff;
	width: 100%;
	box-shadow: 0 0 5px #e5e5e5;
}
.formbox ul li textarea {
	height: 100%;
}
.formbox ul li .btn {
	width: auto;
	color: #ffff;
	padding: 10px 30px;
	margin: 0 auto;
	text-transform: capitalize;
	background-color: #fea10f;
	border-color: #fea10f;
}
.formbox ul li .btn:after {
	display: none;
}
/* form property end */

/* review property start */

.review_sec {
	display: inline-block;
	width: 100%;
	background-image: url(images/reviewimgbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}
.review_sec:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.95;
}
.review_sec .container {
	position: relative;
}
.review_sec .headingbar {
	width: 70%;
	margin: 0 auto 30px;
}
.review_sec .headingbar .starrated {
	color: #3d4d54;
	margin-bottom: 10px;
}
.review_sec .title {
	margin-bottom: 10px;
}
.review_boxes {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 0 auto;
}
.review_boxes .slick-track {
	display: flex;
	gap: 20px;
}
.review_boxes .itemwidget {
}
.review_boxes .item {
	border-radius: 4px;
	padding: 20px 20px 30px;
	box-shadow: 0 2px 10px #e9e9e9;
	margin: 4px;
	background-color: #fff;
	position: relative;
}
.review_boxes .item:after {
	content: "";
	font-size: 65px;
	color: #003457;
	opacity: 0.03;
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	bottom: -16px;
}
.review_boxes .itemwidget .imgdiv {
	display: block;
	position: relative;
	margin: 20px 0 0 20px;
}
.review_boxes .itemwidget .imgdiv img {
	width: 130px;
}
.review_boxes .item img {
	margin-bottom: 10px;
}
.review_boxes .item p {
	font-size: 16px;
}
.review_boxes .item .rname {
	margin: 10px 0 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
}
.review_boxes .item .rname strong {
}
.review_boxes .item .rname .icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #fea10f;
	border-radius: 100%;
	overflow: hidden;
}
.review_boxes .item .rname .icon img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	margin: 0;
}
.review_boxes .item .rname .text {
	margin: 0 5px;
}
.review_boxes .item .rname .text p strong {
	font-size: 16px;
	font-weight: 600;
}
.review_boxes .item .rname .text p {
	min-height: auto;
	padding: 0;
	font-size: 15px;
}
/* review property end */

/* call strip property start */

.callstrip {
	display: block;
	background-color: #003457;
}
.callstrip .stripbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.callstrip .stripbar .content {
	width: 64%;
}
.callstrip .stripbar .content h3 {
	font-weight: 400;
	color: #fff;
	margin: 0 0 8px;
}
.callstrip .stripbar .content p {
	color: #fff;
}
.callstrip .stripbar .btn_div {
	display: block;
	text-align: center;
}
.callstrip .stripbar .btn_div em {
	display: block;
	text-align: center;
	padding: 4px 0 0;
}
.callstrip .stripbar .btn {
	color: #000;
	background-color: #fea10f;
	font-size: 17px;
	border-radius: 10px;
}
.callstrip .stripbar .btn_div .phone {
	display: flex;
	align-items: center;
	gap: 10px;
}
.callstrip .stripbar .btn_div .phone p {
	font-size: 32px;
	color: #fea10f;
	font-family: "Oswald", sans-serif;
	padding: 0;
}
.callstrip .stripbar .btn_div .phone a {
	font-size: 32px;
	color: #fea10f;
	font-family: "Oswald", sans-serif;
}
.callstrip .stripbar h4 {
	margin: 0;
	font-weight: 400;
}
/* call strip property end */

/* faq page property start */

.faq_section {
	display: inline-block;
	width: 100%;
	background-color: #f2f7fa;
}
.faq_section .headingbar {
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}
.faq_section ul {
	text-align: left;
	width: 70%;
	margin: 0 auto;
}
.faq_section ul li {
	display: block;
	margin-bottom: 18px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px #e5e5e5;
}
.faq_section ul li .question {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	color: #343434;
	cursor: pointer;
	padding: 16px 40px 16px 20px;
	position: relative;
}
.faq_section ul li .question:after {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #c6c18d;
	display: inline-block;
	position: absolute;
	right: 22px;
	top: 30px;
}
.faq_section ul li .question:before {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #c6c18d;
	display: inline-block;
	transform: rotate(90deg);
	position: absolute;
	right: 22px;
	top: 30px;
}
.faq_section ul li .minus:after {
	background-color: #fff;
}
.faq_section ul li .question.minus {
	background-color: #c6c18d;
	color: #fff;
}
.faq_section ul li .answer {
	display: none;
	border-top: 1px solid #d4d4e1;
	padding: 20px 40px 20px 20px;
}
.faq_section ul li .answer p {
	font-size: 16px;
	line-height: 1.7;
}
.faq_section .btn_div {
}
.faq_section .btn_div .btn {
	color: #fff;
	transition: all 0.5s ease 0s;
}
.faq_section .btn_div .btn img {
	width: 22px;
	opacity: 1;
	margin: 0 0 0px 10px;
	transform: rotate(-40deg);
}
.faq_section .btn:hover {
	background-color: #000;
	transition: all 0.5s ease 0s;
}
/* faq page property end */

/* our blog property start */

.ourblogsbar {
	display: block;
	background-color: #fafbfb;
}
.ourblogsbar .headingbar {
	display: block;
}
.ourblogsbar .headingbar .title {
	line-height: 1.2;
}
.form_widgetbar .headingbar .sub_title:before,  .ourblogsbar .headingbar .sub_title:before {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ourblogs_widgetbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px
}
.ourblogs_widgetbar .itemslide {
	width: 30%;
	box-shadow: 0 0 10px #d3d3d3;
	background-color: #fff;
	margin: 12px;
}
.ourblogs_widgetbar .itemslide .img_box {
	position: relative;
	width: 100%;
	display: block;
}
.ourblogs_widgetbar .itemslide .img_box .date {
	font-size: 14px;
	background-color: #fea10f;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 12px;
	font-weight: 500;
}
.ourblogs_widgetbar .itemslide .text_box {
	display: block;
	padding: 20px;
}
.ourblogs_widgetbar .itemslide .text_box h5 {
	font-weight: 500;
	margin-bottom: 4px;
}
.ourblogs_widgetbar .itemslide .text_box p {
	font-size: 16px;
	line-height: 1.5;
}
.ourblogs_widgetbar .itemslide .text_box .link {
	font-size: 14px;
	color: #fea10f;
	position: relative;
	text-transform: uppercase;
}
.ourblogs_widgetbar .itemslide .text_box .link:after {
	content: "";
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-left: 10px;
}
/* our blog property end */





/* content property end */

/* footer property start */

#sitefooter {
	position: relative;
}
.footerbar {
	display: block;
	background-color: #00406b;
}
.footer_widgetbar {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	background-color: #003457;
	padding: 20px 30px;
}
.footer_widgetbar .footer_itembar {
	flex: 1;
}
.footer_widgetbar .footer_itembar h4 {
	font-weight: 400;
}
.footer_widgetbar .footer_itembar .f_logo {
	display: inline-block;
	margin-bottom: 20%;
}
.footer_widgetbar .footer_itembar .social_icon {
	display: flex;
	justify-content: start;
	gap: 20px;
}
.footer_widgetbar .footer_itembar .social_icon li {
	width: 46px;
	height: 46px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.footer_widgetbar .footer_itembar .social_icon li img {
}
.footer_widgetbar .footer_nav li {
	display: block;
	font-size: 18px;
	padding: 0px 0 8px 20px;
	position: relative;
}
.footer_widgetbar .footer_nav li:before {
	content: "";
	font-family: 'FontAwesome';
	color: #fea10f;
	position: absolute;
	left: 0;
	top: 0px;
}
.footer_widgetbar .footer_nav li a {
	color: #fff;
}
.footer_widgetbar .footer_nav li:hover:before {
	color: #fea10f !important;
}
.footer_widgetbar .footer_nav li:hover a {
	color: #fea10f !important;
}
.footer_widgetbar .footer_address {
}
.footer_widgetbar .footer_address p {
	position: relative;
	font-size: 18px;
	padding: 0px 0 16px 30px;
}
.footer_widgetbar .footer_address p .fa {
	color: #fff;
	position: absolute;
	left: 0;
	top: 6px;
}
.footer_widgetbar .footer_address a {
	color: #fff;
}
.copyright {
	display: inline-block;
	width: 100%;
	background-color: #003457;
	padding: 10px 0;
	margin-top: 15px;
}
.copyright p {
	font-size: 15px;
	color: #fff;
	line-height: normal;
	padding-bottom: 0;
}
/* footer property end */



/* crushed page property start */



.inner_banner {
	display: block;
	background-color: #8c7b25;
}
.inner_banner {
	display: block;
}
.inner_banner h1 {
	margin: 0;
	color: #fff;
}
/* Contact Page property start */

.contact_page_form_sec {
	display: inline-block;
	width: 100%;
}
.contact_page_form_sec .d_flex_div {
	align-items: start;
}
.contact_page_form_sec .text_box {
	width: 45%;
}
.contact_page_form_sec .text_box p {
}
.contact_page_form_sec .text_box .address_box {
	padding: 4px 0 20px;
	display: block;
	width: 60%;
}
.contact_page_form_sec .text_box .address_box p {
	padding: 0 0 16px 40px;
	width: 100%;
	position: relative;
}
.contact_page_form_sec .text_box .phone_box .fa,  .contact_page_form_sec .text_box .address_box .fa {
	background-color: #f5f5f5;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	color: #fea10f;
	float: left;
	margin: 0 18px 0 0;
	position: absolute;
	left: 0;
	top: 0px;
}
.contact_page_form_sec .text_box .phone_box {
	padding: 10px 0 20px;
	display: block;
	width: 60%;
	border-top: 1px solid #efefef;
}
.contact_page_form_sec .text_box .address_box h4,  .contact_page_form_sec .text_box .phone_box h4 {
	color: #fea10f;
	margin-bottom: 10px;
}
.contact_page_form_sec .text_box .phone_box p {
	padding: 0 0 16px 40px;
	width: 100%;
	position: relative;
}
.contact_page_form_sec .text_box .phone_box a {
	color: #515151;
	line-height: 1.5;
	font-weight: 600;
}
.contact_page_form_sec .form_box {
	display: inline-block;
	background-color: #c6c18d;
	padding: 30px;
	border-radius: 10px;
	width: 50%;
}
.contact_page_form_sec .form_box ul {
}
.contact_page_form_sec .form_box ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.contact_page_form_sec .form_box ul li:last-child {
	margin: 10px 0 0 0;
}
.contact_page_form_sec .form_box ul li label {
	color: #000;
	font-size: 16px;
	margin-bottom: 4px;
	display: block;
	padding: 0;
}
.contact_page_form_sec .form_box ul li textarea,  .contact_page_form_sec .form_box ul li input {
	font-size: 16px;
	width: 100%;
	border-radius: 4px;
	background-color: #fff;
	font-weight: 500;
	box-shadow: 0 0 2px #c3c3c3;
}
.contact_page_form_sec .form_box ul li textarea {
	height: 150px;
}
.contact_page_form_sec .form_box ul li input[type="submit"] {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	background-color: #fea10f;
	text-align: center;
	padding: 13px 30px;
	border: 0;
	text-transform: capitalize;
	width: auto;
}
.map_wigetbar {
	display: block;
	background-color: #ce8b27;
}
.map_wigetbar iframe {
	width: 100%;
	height: 450px;
}
/* contact page property end */



/* single blog page property start */

.singleblog {
	display: block;
}
.singleblog h2, .singleblog h3, .singleblog h4, .singleblog h5 {
	font-weight: 500;
}
.singleblog p {
	padding-bottom: 25px;
	line-height: 1.7;
}
.singleblog ul {
	padding-bottom: 25px;
	display: inline-block;
	width: 100%;
}
.singleblog ul li {
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
	padding-left: 25px;
	line-height: 1.7;
	position: relative;
}
.singleblog ul li:before {
	content: "";
	font-family: 'FontAwesome';
	font-size: 14px;
	top: 3px;
	cursor: pointer;
	position: absolute;
	color: #e48d0a;
	left: 0;
}
.singleblog figure {
	display: block;
	width: 80%;
	margin: 0 auto 30px;
	text-align: center;
}
.singleblog .btn_div {
	justify-content: end;
	margin: 30px 0 0;
}
.singleblog .btn_div .btn {
	font-size: 16px;
}
/* single blog page property end */











/* Blog Page property start */

.custom_blog_bar {
	display: inline-block;
	width: 100%;
	padding: 60px 0;
}
.custom_blog_bar .blog_wrapper_full {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 20px 2%;
}
.custom_blog_bar .blog_wrapper_full li {
	width: 32%;
	position: relative;
	background-color: #f8f8f8;
	transition: all .2s linear 0s;
}
.custom_blog_bar .blog_wrapper_full li:hover {
	box-shadow: 0 0 8px 2px #00000026;
	transition: all .2s linear 0s;
}
.custom_blog_bar .blog_wrapper_full li.no_result {
	display: block;
	width: 100%;
	padding: 20px;
}
.custom_blog_bar .blog_wrapper_full li.no_result p {
	padding: 0;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img {
	position: relative;
	height: 200px;
	background-color: #f8f8f8;
	transition: all .2s linear 0s;
	overflow: hidden;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img img {
	transform: scale(1);
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: all .2s linear 0s;
}
.custom_blog_bar .blog_wrapper_full li:hover .blog_box_img img {
	transform: scale(1.2);
	transition: all .2s linear 0s;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img .cat {
	width: 90%;
	position: absolute;
	bottom: 16px;
	left: 0;
	background-color: #000;
	padding: 6px 16px;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img .cat span {
	margin-right: 4px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img .cat span:after {
	content: ",";
	font-size: 22px;
	line-height: 14px;
	display: inline-block;
	vertical-align: inherit;
	font-weight: 100;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img .cat span:last-child {
	margin-right: 0;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img .cat span:last-child:after {
	display: none;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content {
	padding: 20px 20px 50px 20px;
	display: block;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat {
	font-size: 16px;
	color: #939393;
	line-height: 1.1;
	padding: 0 0px 12px 80px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat:before {
	content: "Category:";
	display: inline-block;
	margin: 0 2px 0 -80px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat span {
	/*	font-size: 14px;*/

	color: #939393;
	padding-right: 4px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat span:after {
	content: ",";
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat span:last-child {
	padding-right: 0;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat span:last-child:after {
	display: none;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_date {
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_date span {
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content h4,  .custom_blog_bar .blog_wrapper_full li .blog_box_content h5 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 14px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content h5 a {
	color: #000;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	padding: 0 20px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author_img {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #e9eaf0;
	border-radius: 100%;
	overflow: hidden;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author {
	width: 74%;
	display: flex;
	align-items: center;
	justify-content: start;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .blog_date,  .custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .name {
	line-height: normal !important;
	padding: 0 10px 0 0px;
	margin-right: 10px;
	font-size: 16px;
	color: #939393;
	border-right: 1px solid #c7c7c7;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .blog_date {
	border-right: 0;
}
/* pagination property start */

.pgntn-page-pagination1 {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.pgntn-page-pagination1 .pgntn-page-pagination-block .page-numbers,  .navigation.pagination .page-numbers {
	padding: 3px 10px;
	background-color: #f9f9f9;
	border-radius: 3px;
	color: #000;
}
.pgntn-page-pagination1 .pgntn-page-pagination-block .page-numbers.current,  .navigation.pagination .page-numbers.current {
	background-color: #ce8b27;
	color: #fff;
}
.post-navigation .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.post-navigation .nav-links .nav-next,  .post-navigation .nav-links .nav-previous {
}
.post-navigation .nav-links > div {
	border-right: 1px solid #ccc;
}
.post-navigation .nav-links > div:last-child {
	border: 0;
}
.post-navigation .nav-links .meta-nav {
	display: flex;
	align-items: center;
	color: #4c1130;
	padding: 0 10px;
}
.post-navigation .nav-links .meta-nav svg {
	color: #fff;
	background-color: #4c1130;
	border-radius: 4px;
	margin: 0 10px;
}
.pgntn-page-pagination1 .pgntn-page-pagination-block {
	display: block;
	text-align: center;
}
/* pagination property end */
/* about page property start */
.text_box .phonediv {
	display: flex;
	justify-content: start;
	gap: 20px;
	align-items: center;
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 20px;
}
.text_box .phonediv .phoneicon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	background-color: #fea10f;
}
.text_box .phonediv .phone {
}
.text_box .phonediv .phone p {
	padding: 0;
	color: #fea10f;
}
.text_box .phonediv .phone a {
	font-size: 32px;
	color: #003457;
	font-family: "Oswald", sans-serif;
	line-height: 40px;
}
.aboutcontentbar {
	display: inline-block;
	width: 100%;
	background-color: #f2f7fa;
}
.aboutcontentbar .text_box ul {
	margin: 20px 0 0;
}
.aboutcontentbar .text_box ul li {
	display: inline-block;
	width: 32%;
	margin: 0 0 14px 0;
	padding-left: 22px;
	vertical-align: top;
	font-size: 17px;
	line-height: 1.3;
	position: relative;
}
.aboutcontentbar .text_box ul li:before {
	content: "";
	display: inline-block;
	color: #fea10f;
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 3px;
}
.about_page_listbar {}
.about_page_listbar .btndiv {
	border-top: 1px solid #000;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.about_page_listbar .btndiv .btn {
	background-color: #003457;
    border-radius: 4px;
}
.about_page_listbar .btndiv .btn:hover {
	background-color: #fea10f;
}
.about_page_listbar .btndiv .phonediv {
	border-top: 0;
    padding-top: 0px;
    margin-top: 0px;
}
.about_page_listbar .btndiv .phonediv .phoneicon {
    width: 60px;
    height: 54px;
    border-radius: 4px;
}
/* about page property end */
/* service page property start */
.service_pagebar {
    background-color: #fff;
}
.service_pagebar .headingbar .title {
    color: #000;
}
.service_pagebar .headingbar p {
	color: #424242;
}
.service_pagebar .ourservices_widgetbar {
    flex-wrap: wrap;
    justify-content: start;
}
.service_pagebar .ourservices_widgetbar .itemslide {
    background-color: #003457;
	margin:0;
}
.service_pagebar .ourservices_widgetbar .itemslide:before {
	background-color: #fff;
}
.service_pagebar .ourservices_widgetbar .itemslide .text_box h5 {
	color:#fff;
}
.service_pagebar .ourservices_widgetbar .itemslide .text_box p {
	color:#fff;
}

/* service page property end */
/* service single page property start */
.full_content {
	display:block;
}
.full_content ol,
.full_content ul {
    padding: 0 0 0 26px;
	margin: 0 0 20px 0;
}
.full_content ol li,
.full_content ul li {
	    display: list-item;
    width: 100%;
    margin: 0 0 8px;
    font-size: 18px;
    color: #424242;
    font-weight: 400;
}
.full_content ol {
	
}
.full_content ol li  {
	
}


/* service single page property end */

/* mobile responsive property start */

@media (max-width:1230px) {
.container {
	max-width: 1100px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 23px;
}
h5 {
	font-size: 21px;
}
.h_nav li {
	padding: 0 12px;
}
.bannerbar .banner_text {
	width: 70%;
}
.process_widgetbar .processbar {
	gap: 27px;
}
.process_widgetbar .processbar .item {
	width: 23%;
}
.process_widgetbar .processbar .item p {
	line-height: 1.5;
	font-size: 15px;
}
}

@media (max-width:1100px) {
.container {
	max-width: 992px;
}
.py_6 {
	padding: 50px 0;
}
.pt_6 {
	padding-top: 50px;
}
.pb_6 {
	padding-bottom: 50px;
}
.process_widgetbar .processbar {
	gap: 20px;
}
.footer_widgetbar .footer_nav li,  .footer_widgetbar .footer_address p,  .footer_widgetbar .footer_address a {
	font-size: 15px;
}
.custom_blog_bar .blog_wrapper_full li {
	width: 49%;
}
.service_pagebar .ourservices_widgetbar .itemslide {
    width: 31.9%;
}
}

@media (max-width:992px) {
.container {
	max-width: 768px;
}
.four_column li, .three_column li {
	width: 50% !important;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
.title {
	margin-bottom: 15px;
}
.h_logo {
	width: 190px;
}
.h_nav li {
	padding: 0 6px;
}
.h_nav li a {
	font-size: 15px;
}
.bannerbar .banner_text {
	width: 90%;
}
.process_widgetbar .processbar .item {
	width: 48%;
}
.widgetbar .twocolumnbar {
	flex-wrap: wrap;
}
.twocolumnbar .text_box,  .twocolumnbar .imgbar {
	width: 100%;
}
.ourservicesbar .headingbar {
	width: 100%;
}
.ourservices_widgetbar {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.imagecontentbar .twocolumndiv {
	flex-wrap: wrap;
	gap: 30px;
}
.imagecontentbar .twocolumndiv .img_box {
	width: 74%;
	margin: 0 auto 0px;
}
.imagecontentbar .twocolumndiv .text_box {
	width: 100%;
}
.servicewidgetbar .service_listitem li {
	width: 49%;
}
.servicewidgetbar .btn_div:before {
	width: 90%;
}
.formbox {
	width: 100%;
}
.callstrip .stripbar {
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.callstrip .stripbar .content,  .callstrip .stripbar .btn_div {
	width: 100%;
	text-align: center;
}
.callstrip .stripbar .btn_div {
	display: flex;
	justify-content: center;
}
.callstrip .stripbar .btn_div .phone {
	justify-content: center;
}
.footerbar {
	padding: 15px 0px !important;
}
.footer_widgetbar {
	flex-wrap: wrap;
	gap: 0;
	padding: 0;
}
.footer_widgetbar .footer_itembar {
	flex: auto;
	width: 50%;
	padding: 30px;
	border-right: 1px solid #264e69;
	border-top: 1px solid #264e69;
}
.footer_widgetbar .footer_itembar:first-child,  .footer_widgetbar .footer_itembar:nth-child(2) {
	border-top: 0;
}
.footer_widgetbar .footer_itembar:nth-child(2n) {
	border-right: 0;
}
.footer_widgetbar .footer_itembar .f_logo {
	margin-bottom: 20px;
}
.footer_widgetbar .footer_itembar h4 {
	font-size: 30px;
}
/* About Page property start */
.aboutcontentbar .text_box ul li {
    width: 49%;
}


/* About Page property end */
.service_pagebar .ourservices_widgetbar .itemslide {
     width: 48.6%;
}
.faq_section ul {
    width: 96%;
}
.contact_page_form_sec .text_box .address_box {
    width: 100%;
}
}

@media (max-width:768px) {
.container {
	max-width: 100%;
}
.four_column li, .three_column li, .two_column li {
	width: 100% !important;
}
.py_6 {
	padding: 40px 0;
}
.pt_6 {
	padding-top: 40px;
}
.pb_6 {
	padding-bottom: 40px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
p {
	font-size: 16px;
}
.full_content ol li,
.full_content ul li {
	font-size: 16px;
}
.title {
	margin-bottom: 15px;
	line-height: 1.2;
}
.bannerbar .banner_text {
	width: 90%;
	padding: 0;
}
.bannerbar .banner_text h6 {
	font-size: 28px;
	margin: 1px 0 0;
}
.bannerbar .banner_text .btn {
	font-size: 15px;
	padding: 8px 14px;
}
.ourservices_widgetbar .itemslide {
	padding: 0 14px 20px 14px;
	margin: 0 10px;
}
.ourservices_widgetbar .itemslide:before {
	height: 18%;
}
.callstrip .stripbar .btn_div {
	flex-wrap: wrap;
	gap: 2px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img {
	height: 150px;
}
/* about page property start */
.about_page_listbar .btndiv {
    flex-wrap: wrap;
    gap: 20px;	
}
.aboutcontentbar .text_box ul li {
    font-size: 16px;
    font-weight: 400;
}
/* about page property end */
.service_pagebar .ourservices_widgetbar .itemslide {
    width: 48%;
}


}

@media (max-width:768px) {
.h_nav {
	display: none;
}
.slide_nav nav ul {
	text-align: left;
}
.slide_nav {
	display: block;
}
.h_top_text {
	margin-top: 20px;
}
.h_top_text li:after {
	display: none;
}
.slide_menu_icon {
	display: flex;
	width: 40px;
	float: right;
	margin-left: 24px;
}
.slide_nav .menu_icon span:after, .slide_nav .menu_icon span:before {
	background-color: #fff;
}
.menu_icon {
	display: inline-block;
	width: 40px;
	height: 30px;
	cursor: pointer;
}
.menu_icon span {
	margin: 0 auto;
	position: relative;
	top: 12px
}
.menu_icon span:after, .menu_icon span:before {
	position: absolute;
	content: ''
}
.menu_icon span, .menu_icon span:after, .menu_icon span:before {
	width: 40px;
	height: 3px;
	background-color: #8c7b25;
	display: block;
	border-radius: 2px
}
.menu_icon span:before {
	margin-top: -9px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon span:after {
	margin-top: 9px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span {
	background-color: rgba(0,0,0,0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.menu_icon.papa span:before {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s
}
.menu_icon.papa span:after {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s;
	transition-property: margin, transform
}
.header-slide-menu button {
	display: none;
}
.slide_overlay {
	display: none;
	width: 100%;
	background-color: #00000085;
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
}
.slide_nav {
	position: fixed;
	width: 100%;
	z-index: 102;
	right: -380px;
	color: #fff;
	height: 100%;
	max-width: 380px;
	overflow-y: scroll;
	padding-top: 28px;
	background-color: #333;
	top: 0;
}
.slide_nav .menu_icon {
	float: right;
	margin-right: 14px;
}
.slide_nav nav {
	display: inline-block;
	width: 100%;
	transition: all 0.5s ease 0s;
	padding: 38px 25px;
}
.slide_nav nav .menu-main-menu-container {
	width: 100%;
}
.slide_nav nav ul {
	display: inline-block;
	width: 100%;
}
.slide_nav nav ul li {
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.slide_nav nav ul li button {
	display: none;
}
.slide_nav nav ul li a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	padding-right: 28px
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow {
	position: absolute;
	right: 0;
	width: 28px;
	height: 28px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow:after {
	content: "";
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	position: absolute;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow.drowp_down_minus:after {
	content: "" !important;
}
.slide_nav nav ul li:last-child {
	margin-bottom: 0;
	border-bottom: medium none
}
.slide_nav nav ul li.current_page_item > a {
	transition: color .2s linear 0s;
	margin-top: 0;
	color: #f5821f;
}
.slide_nav nav ul li ul {
	display: none;
	margin-left: 0;
	width: 100%;
	margin-top: 6px;
	background-color: #3e3e3e;
}
.slide_nav nav ul li ul li {
	margin-bottom: 5px
}
.slide_nav ul li ul li a {
	padding: 6px 0 6px 10px;
	text-transform: inherit;
	font-size: 14px;
}
.slide_nav nav ul li ul li ul {
	background-color: #4e4b4bd9;
	padding: 0 10px;
}
.slide_nav nav ul li ul li ul li a {
	font-size: 14px;
}
}

@media (max-width:576px) {
.container {
	padding: 0 16px;
}
.bannerbar .banner_text {
	width: 100%;
}
.bannerbar .banner_text h1 {
	font-size: 26px;
}
.bannerbar .banner_text p {
	font-size: 16px;
}
.bannerbar .banner_text .btn {
	margin: 0;
}
.process_widgetbar .processbar {
	gap: 10px;
}
.process_widgetbar .processbar .item {
	width: 48%;
	padding: 20px 10px;
}
.twocolumnbar .text_box ul li {
	width: 100%;
	margin: 0 0 12px 0;
}
.imagecontentbar .twocolumndiv .img_box {
	width: 94%;
}
.servicewidgetbar .service_listitem li:before {
	width: 32px;
	height: 26px;
}
.servicewidgetbar .service_listitem li {
	width: 100%;
	font-size: 20px;
}
.servicewidgetbar .btn_div {
	flex-wrap: wrap;
}
.servicewidgetbar .btn_div .phonediv {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
.formbox {
	flex-wrap: wrap;
}
.formbox ul {
	gap: 16px;
	width: 100%;
}
.formbox ul li textarea {
	height: 100px;
}
.review_sec .headingbar {
	width: 100%;
}
.footer_widgetbar .footer_itembar {
	flex: auto;
	width: 100%;
	border-right: 0;
}
.footer_widgetbar .footer_itembar .f_logo {
	margin-bottom: 14px;
}
.footer_widgetbar .footer_itembar:nth-child(2n) {
	border-top: 1px solid #264e69;
}
.custom_blog_bar .blog_wrapper_full li {
	width: 400px;
    margin: 0 auto;
    max-width: 100%;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img {
     height: auto;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .blog_date {
    font-size: 15px;
}

/* About page property start */
.aboutcontentbar .text_box ul li {
  width: 100%;
}
/* About page property end */
.service_pagebar .ourservices_widgetbar .itemslide {
   width: 380px;
   max-width: 100%;
   padding: 0 22px 22px;
}
.ourservices_widgetbar .itemslide:before {
    height: 34%;
}
.custom_blog_bar {
    padding: 30px 0;
}
.singleblog figure {
    width: 100%;
    margin: 0 auto 20px;
}
.singleblog .btn_div .btn {
	font-size: 14px;
    min-width: auto;
    padding: 6px 14px;
}
.singleblog .btn_div {
    margin: 10px 0 0;
}
.contact_page_form_sec .d_flex_div {
    flex-wrap: wrap;
}
.contact_page_form_sec .form_box,
.contact_page_form_sec .text_box {
    width: 100%;
}
}

@media (max-width:410px) {
h1 {
   font-size: 28px;
   line-height: 1.3;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 20px;
}
p {
	font-size: 15px;
	line-height: 1.5;
}
.py_6 {
    padding: 30px 0;
}
.full_content ol li,
.full_content ul li {
	font-size: 15px;
}
.btn {
	font-size: 16px;
	padding: 8px 30px;
}
.hphone .phoneicon {
	width: 40px;
	height: 40px;
	padding: 6px
}
.main_header .ddflex {
	gap: 8px;
}
.h_logo {
	width: 90px;
}
.hphone p {
	font-size: 13px;
}
.bannerbar .banner_text p {
	font-size: 14px;
}
.bannerbar .banner_text h6 a, .bannerbar .banner_text h6 {
	font-size: 26px;
}
.process_widgetbar .processbar .item {
	width: 100%;
}
.twocolumnbar .text_box ul li {
	font-size: 16px;
}
.servicewidgetbar .btn_div .phonediv .phone a,  .twocolumnbar .text_box .phonediv .phone a {
	font-size: 24px;
}
.callstrip .stripbar .btn_div .phone p,  .callstrip .stripbar .btn_div .phone a {
	font-size: 26px;
}
.footer_widgetbar .footer_itembar h4 {
    font-size: 24px;
}
.footer_widgetbar .footer_address p {
	font-size: 15px;
}
.footer_widgetbar .footer_nav li {
	font-size: 15px;
}
.copyright p {
	font-size: 14px;
}
.aboutcontentbar .text_box ul {
    margin: 0px 0 0;
}
.aboutcontentbar .text_box ul li {
   font-size: 15px;
}
.ourservices_widgetbar .itemslide .text_box p {
    font-size: 15px;
}
}
