@charset "UTF-8";

/*
Theme Name: Staufa
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.0
Requires PHP: 5.6
Version: 1.7
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.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;
}
@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri-Italic.woff2') format('woff2'),
        url('./fonts/Calibri-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri.woff2') format('woff2'),
        url('./fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri-Bold.woff2') format('woff2'),
        url('./fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri-LightItalic.woff2') format('woff2'),
        url('./fonts/Calibri-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('./fonts/Calibri-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri-Light.woff2') format('woff2'),
        url('./fonts/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Scriptina';
    src: url('./fonts/Scriptina.woff2') format('woff2'),
        url('./fonts/Scriptina.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Scriptina - Alternates';
    src: url('./fonts/Scriptina-Alternates.woff2') format('woff2'),
        url('./fonts/Scriptina-Alternates.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Trajan';
    src: url('./fonts/Trajan.woff2') format('woff2'),
        url('./fonts/Trajan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('./fonts/TrajanPro-Regular.woff2') format('woff2'),
        url('./fonts/TrajanPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('./fonts/TrajanPro-Bold.woff2') format('woff2'),
        url('./fonts/TrajanPro-Bold.woff') format('woff');
    font-weight: bold;
    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: #666666;
	line-height: 1.5;
    font-family: 'Calibri';
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #6d675d;
 opacity: 1; /* Firefox */
     font-family: 'Calibri';
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #6d675d;
     font-family: 'Calibri';
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #6d675d;
     font-family: 'Calibri';
}
.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: 'Roboto Slab';
	color: #333333;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 10px;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 22px;
}
p {
	font-size: 17px;
	color: #666666;
	line-height: 1.6;
	padding-bottom: 15px;
	font-family: 'Calibri';
}
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;
}
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;
}
textarea {
	height:140px;
}
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: 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: 15px;
    color: #0f3a5c;
    font-family: 'Calibri';
    display: inline-block;
    font-weight: bold;
	position:relative;
	width: 100%;
    transition: all 0.5s ease 0s;
}
.btn:after {
    content: "";
    font-family: 'FontAwesome';
    color: #0f3a5c;
    margin-left: 10px;
    font-size: 19px;
    position: absolute;
	left: 23%;
	transition: all 0.5s ease 0s;
}
.btn:hover {
	width: 100%;
	transition: all 0.5s ease 0s;
}
.btn:hover:after {
    left: 94%;
	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;
}
.py_7 {
	padding: 70px 0;
}
.py_8 {
	padding: 80px 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;
	bottom:3px;
	top: 0;
	left: 0;
	right: 8px;
	padding: 10px;
	background-color: #fff;
	margin-left: 10px;
	padding-right: 0
}
/* 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;
}
.middle_container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle_text {
	display: table-cell;
	vertical-align: middle;
}
main {
	position: relative;
}
.container {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Global property end */
/* header property start */
#siteheader {
	position: relative;
}
.top_header {
	display: inline-block;
	width: 100%;
}
.h_logo {
	display:inline-block;

}
.top_social_nav,
.top_nav {
	display:inline-block;
}
.top_nav li {
	display: inline-block;
    padding: 0 14px;
    border-right: 1px solid #0f3a5c;
}
.top_nav li:last-child {
	border-right:0;
}
.top_nav li a {
	display: block;
    font-size: 16px;
    color: #0f3a5c;
    text-transform: uppercase;
	font-family: 'Trajan';
}
.top_social_nav li {
	display:inline-block;
	width:20px;
    margin-left: 10px;
}
top_social_nav li a {
	display:block;
	
}
.main_header {
	display: inline-block;
	width: 100%;
	background-color:#0f3a5c;
}
.h_nav {
	    display: block;
    text-align: center;
}
.h_nav li {
    display: inline-block;
    position: relative;
    padding: 0 14px;
}
.h_nav li.current_page_item > a {
    color: #c4a062;
}
.h_nav li button {
	display:none;
}
.h_nav li:before {
	    content: "";
      display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 8px;
    vertical-align: middle;
}
.h_nav li a {
display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Trajan';
    text-transform: uppercase;
}
.h_nav li:first-child {
	padding-left:0;
}
.h_nav li:first-child:before {
	display:none;
}
.slide_nav {
	display:none;
}
.h_nav ul li ul {
	display: none;
	position: absolute;
    top: 26px;
    left: 0;
    width: 230px;
	background-color: #fff;
	z-index: 2;
	margin-top: 1px;
	box-shadow: 0 0 10px #ccc;
}
.h_nav ul li ul li {
	display: block;
	border-bottom: 1px solid #e8e9e9;
	padding:0;
}
.h_nav ul li ul li:last-child {
	border-bottom: 0px;
}
.h_nav ul li ul li a {
    padding: 10px 10px;
    display: block;
    font-size: 14px;
    color: #0f3a5c;
    text-align: left;
}
.h_nav ul li:hover ul {
	display: block;
	transition: all 0.5s ease 0s;
}
.h_nav ul > li.menu-item-has-children:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #fff;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
}




/* header property end */
/* banner property start */
.banner_bg {
	display: flex;
	width: 100%;
}
.banner_slider {
	display:inline-block;
	width:100%;
}
.banner_slider li {
	display:block;
}
.banner_slider li img {
	display:inline-block;
	width:100%;
}
.slick-arrow:before {
	background-color: rgba(0,0,0,0.5);
    padding: 0 !important;
    font-size: 26px !important;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff !important;
    justify-content: center;
}
.slick-prev {
    left: 20px !important;
}
.slick-next {
    right:20px !important;
}

/*.banner_bg .banner_text {
	display: flex;
	align-items: center;
	height: 100%;
	text-align: center;
}
*/

/* banner property end */
/* content property start */
#content {
	position: relative;
}
.blue_bg {
	background-color:#0f3a5c;
}
.title {
	font-family: 'Scriptina';
    line-height: 60px;
	    margin-bottom: 40px;
}
.product_sec {
	display:inline-block;
	width:100%;
	background-color:#f1f1f1;
}
.product_boxes {
       display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position:relative;
}
.product_boxes li {
	width: 30.8%;
    background-color: #f7f7f7;
    margin: 20px 1.26%;
	transition:all 0.5s ease 0s;
	box-shadow: 0 0 13px #cbc9c9;
}

.product_boxes li:hover {
	box-shadow: 0 0 13px 12px #cbc9c9;
	transition:all 0.5s ease 0s;
}


.product_boxes li:hover h5 {
/*    color: #fff;
    background-color: #0f3a5c;
	transition:all 0.5s ease 0s;*/
}
.product_boxes li h5 {
	    font-family: 'Roboto Slab', serif;
    color: #0f3a5c;
    font-size: 22px;
    font-weight: bold;
    background-color: #fff;
    padding: 18px 25px;
	margin: 0;
	transition:all 0.5s ease 0s;
}
.product_boxes li .img_box {
    text-align: center;
    margin: 0 auto;
    display: block;
	position:relative;
	overflow:hidden;
}
.product_boxes li .img_box img {
    width: auto;
	transition:all 0.4s ease 0s;
}
.product_boxes li:hover .img_box img {
	transform:scale(1.05);
	transition:all 0.4s ease 0s;
}
.product_boxes li .btn_div {
    /*display: block;*/
    width: 100%;
    background-color: #f9f9f9;
    padding: 10px 30px;
	display:none;
}
.product_boxes li .btn_div .btn {

}
.about_sec {
	display:inline-block;
	width:100%;
}
.about_sec h2 {
	color: #f5e4c6;
    font-weight: 500;
}
.about_sec p {
	color: #f5e4c6;
	line-height: 1.8;
}

.why_choose_sec {
	display:block;
}
.why_choose_sec .title {
	text-align:center;
}

.why_choose_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.why_choose_boxes li {
    width: 31%;
    margin: 20px 0;
    text-align: center;
	transition:all 0.5s ease 0s;
}
.why_choose_boxes li:hover .icon_box {
	background-color: #f5f5f5;
	transition:all 0.5s ease 0s;
}
.why_choose_boxes li .icon_box {
       margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background-color: #f5e4c6;
	transition:all 0.5s ease 0s;

}
.why_choose_boxes li h6 a,
.why_choose_boxes li h6 {
	font-family: 'Roboto Slab', serif;
    color: #0f3a5c;
	padding: 0 50px;
}
.our_clients_border {
}
.our_clients_border .border_top {
    border-top: 1px solid #faf3e5;
}

.our_clients_sec {
	display:block;
}
.our_clients_sec .title {
	text-align:center;
}
.our_clients_sec p {
	color:#353535;
}
.our_clients_boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.our_clients_boxes li {
   width: 16%;
    text-align: center;
}
.our_clients_boxes li img {
	margin: 0 auto !important;
}
.our_clients_boxes .slick-arrow:before {
	    background-color: #f5e4c6a6;
    color: #00000082 !important;
}
.our_clients_boxes .slick-prev {
    left: 0px !important;
}
.our_clients_boxes .slick-next {
    right:0px !important;
}

/* widget_section property start */
.widget_section {
	display: inline-block;
	width: 100%;
}
/* widget_section property end */


/* content property end */
/* footer property start */
#sitefooter {
	position: relative;
}
.main_footer {
	display:inline-block;
	width:100%;
	background-color:#c4a062;
}
.main_footer .f_div {
	display: flex;
    justify-content: space-between;
}
.f_widget_box {
	    width: 50%;
}

.f_widget_box h6 {
        color: #fff;
    font-family: 'Trajan';
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}
.f_widget_box p {
    color: #000;
    font-family: 'Trajan';
    font-size: 13px;
    font-weight: 600;
}
.f_widget_list {
    display: flex;
    flex-wrap: wrap;
}
.f_widget_list li {
    color: #fff;
    font-family: 'Trajan';
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.f_widget_list li a {
	color:#fff;
}
.f_widget_list li:before {
	content:"";
	    background-image: url(images/icon-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px;
}
.f_widget_list li:first-child:before {
	display:none;
}
.f_widget_address_box {
	    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.f_widget_address_box .address_box {
	       margin-bottom: 10px;
    width: 33%;
}
.f_widget_address_box  h4
{
	color:#fff;
}
.f_widget_address_box .address_box h6 {
	    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
	margin-bottom:5px;
}
.f_widget_address_box .address_box p {
	color: #fff;
    font-size: 14px;
}
.f_widget_address_box .f_contact_box {
	
}
.f_widget_address_box .f_contact_box li {
	display: flex;
    align-items: center;
	margin-bottom: 4px;
}
.f_widget_address_box .f_contact_box li label {
	font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Trajan';
    margin-right: 8px;
}
.f_widget_address_box .f_contact_box li a {
    color: #fff;
}
.copyright {
	display: inline-block;
	width: 100%;
}
.copyright p {
	font-size: 15px;
    color: #000;
    line-height: normal;
    padding-bottom: 0;
	font-family: 'Roboto Slab', serif;
}
/* footer property end */
/* single product page property start */
.inner_banner {
	display:inline-block;
	width:100%;
	background-image:url(images/Onboarding_Kit_banner.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	padding:10% 0;
}

.inner_banner .banner_text {
	display:inline-block;
	width:100%;
	text-align:center;
}
.inner_page {
	display:inline-block;
	width:100%;
}
.inner_page_content {
	display:inline-block;
	width:100%;
	background-color: #f5e4c6;
	margin-top:-50px;
}
.inner_page_content .title {
	text-align:center;
}
.relative_product_list {
	display:inline-block;
	width:100%;
}
.relative_product_list li {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    padding-right: 22px;
    margin-bottom: 12px;se;
	position:relative;
}
.relative_product_list li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #3c3c3c;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.single_product_slider {
	display:inline-block;
    width: 64%;
    margin: 30px auto;
}
.single_product_slider li {
	width: 100%;
    display: inline-block;
    background-color: #fff;
}
.single_product_slider li img {
	margin:0 auto;
}
.single_product_slider .slick-arrow:before {
	background-color:transparent;
	color:#000 !important;
	font-weight: 700;
}
/* single product page property end */
/* contact page property start */
.contact_form {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.contact_form ul {
	width: 60%;
    margin: 0 auto;
}
.contact_form ul li {
    width: 100%;
	margin:10px 0;
}
.contact_form ul li p {
	padding:0;
}
.contact_form ul li span.wpcf7-not-valid-tip {
	background-color: #f5e4c6;
	margin: 0;
}
.contact_form ul li textarea,
.contact_form ul li input {
	width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #6e6e6e;
    padding: 10px 0;
	font-size:18px;
}
.contact_form ul li input:focus, 
.contact_form ul li textarea:focus {
    background-color: transparent !important;
    box-shadow: none;
    outline: 0;
}
.contact_form ul li input[type="submit"] {
    border: 0;
    background-color: #333;
    padding: 14px 20px;
}
.contact_form ul li input[type="submit"]:hover {
	 background-color: #000;
	 color:#fff;
}
.contact_address_boxes {
    display: block;
    margin-top: 40px;
}
.contact_address_box {
	display: block;
    margin-top: 30px;
}
.contact_address_box li {
	display: inline-block;
    width: 25%;
}
.contact_address_box li .icon_box {
	    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #000;
    margin: 0 auto 15px auto;
}
.contact_address_box li .icon_box .fa {
	font-size: 36px;
}
.contact_address_box li h5 {
	    text-transform: uppercase;
    text-align: center;
    color: #a3844d;
    font-size: 20px;
	    margin-bottom: 4px;
}
.contact_address_box li a {
	color: #000;
	font-size:17px;
}
/* contact page property end */
/* Blog page property start */
.blog_page_widget_sec {
	display:inline-block;
	width:100%;
}
.post_wrapper_boxes {
	display:inline-block;
	width:100%;
}
.post_wrapper_box {
      width: 66%;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
}
.post_wrapper_box h4 {
	text-transform:uppercase;	
}
.post_wrapper_box:first-child {
	padding-top:0;
}
.post_wrapper_box:last-child {
	padding-bottom:0;
	border-bottom:0;
}
.post_wrapper_box p {
    text-align: justify;
}
.post_wrapper_box .btn {
	    display: inline-block;
    width: auto;
    border: 1px solid #979393;
    padding: 6px 16px;
    font-size: 17px;
    font-weight: 500;
}
.post_wrapper_box .btn:after {
	display:none;
}
.post_wrapper_box .post_admin_info {
	   margin-bottom: 16px;
}
.post_wrapper_box .post_admin_info li {
    text-transform: uppercase;
    font-size: 15px;
    color: #919191;
    border-left: 1px solid #ccc;
    line-height: 18px;
    padding: 0 14px;
}
.post_wrapper_box .post_admin_info li:first-child {
	padding-left:0;
	border-left:0;
}
.post_wrapper_box .img_box_div {
	display: flex;
    justify-content: space-between;
	    margin: 20px 0;
}
.post_wrapper_box .img_box_div img {
	    width: 50%;
    padding: 10px;
}







/* Blog page property end */
/* 404 page property start */
.error_404_sec {
	display: block;
	background-color: #fff;
}
.error_404_sec .error_404 {
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding: 50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f4f7+0,edf2ee+100 */
	background: rgb(240,244,247); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(240,244,247,1) 0%, rgba(237,242,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(240,244,247,1) 0%, rgba(237,242,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(240,244,247,1) 0%, rgba(237,242,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f7', endColorstr='#edf2ee', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.error_404_sec .error_404 .banner_big_text {
	    font-size: 120px;
    line-height: normal;
    background: -webkit-linear-gradient(45deg, #6c6c6c, #f89831 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.error_404_sec .error_404 .btn {
    display: inline-block;
    background-color: #c4a062;
    width: auto;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 20px;
    color: #fff;
}
.error_404_sec .error_404 .btn:after {
	display:none;
}
/* 404 page property end */

/* pagination property start */

.pgntn-page-pagination1 {
	display: inline-block;
	width: 100%;
	padding-top: 26px;
	text-align: center;
}
.pgntn-page-pagination1 .pgntn-page-pagination-intro {
	display: none;
}
.pgntn-page-pagination1 .page-numbers, .pgntn-page-pagination1 a {
	font-size: 18px;
	padding: 2px 12px;
	border-radius: 4px;
	color: #000 !important;
	font-weight: 500;
	border: 1px solid #000 !important;
	display: inline-block;
	text-align: center;
	margin-left: 0.3rem;
	background: #fff;
}
.pgntn-page-pagination1 a:hover {
	background: #b7b7b726;
}
.pgntn-page-pagination1 .current {
	background-color: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;
}
/* pagination property end */












/* mobile responsive property start */
@media (max-width:1370px) {
.why_choose_boxes li h6 a, .why_choose_boxes li h6 {
    padding: 0 32px;
}
	
	
}
@media (max-width:1200px) {
.h_nav li {
    padding: 0 10px;
}
.product_boxes li h5 {
   padding: 12px 20px;
}
.why_choose_boxes li h6 a, .why_choose_boxes li h6 {
    padding: 0 20px;
}
	
	
	
	
}


@media (max-width:1100px) {
.container {
	max-width: 992px;
}
.h_nav li {
    padding: 0 6px;
}
.h_nav li a {
    font-size: 13px;
}
.h_nav ul li ul {
    right: 0;
    left: auto;
}

.f_widget_address_box {
    width: 30%;
}
.why_choose_boxes li h6 a, .why_choose_boxes li h6 {
    padding: 0 10px;
    font-size: 20px;
}
.product_boxes li h5 {
    font-size: 19px;
}




}

@media (max-width:992px) {
.container {
	max-width: 768px;
}
.py_8 {
    padding: 60px 0;
}
h6 {
    font-size: 19px;
}
.four_column li, 
.three_column li {
	width:50% !important;
}
.product_boxes li {
    width: 48%;
        margin: 8px 1%;
}
.why_choose_boxes li {
    width: 48%;
}
.f_widget_address_box {
    width: 36%;
}
.f_widget_list li {
    font-size: 11px;
}
.f_widget_list li:before {
    width: 20px;
    height: 20px;
}
.f_widget_box p {
    font-size: 12px;
}
.why_choose_boxes li h6 br {
	display:none;
}
.btn:after {
    left: auto;
}
.h_nav ul > li.menu-item-has-children:after {
	display:none;
}
.slide_nav nav ul li .sub-menu {
	position: relative;
    top: 0;
    background-color: #fff;
	    transition: auto;
}

.slide_nav .top_nav {
	margin-top: 20px;
}
.contact_form ul {
    width: 100%;
}
.contact_address_boxes {
    margin-top: 10px;
}

.contact_address_box li {
    width: 32%;
}
.contact_address_box li .icon_box {
    width: 84px;
    height: 84px;
}
.contact_address_box li .icon_box .fa {
    font-size: 28px;
}
}


@media (max-width:992px) {
.main_header {
    display: none;
}
.h_nav_div {
	display:none;
}
.h_top_text {
    display: none;
}
.h_nav li:before {
	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: 16px;
}
.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: #333;
	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: 9999;
	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;
    text-align: right;
    margin-right: 14px;
    top: 10px;
    position: relative;
}
.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: 14px;
	width: 100%;
	padding:0;
}
.slide_nav nav ul li button {
	display:none;
}
.slide_nav nav ul li a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
    line-height: 1.2;
	padding-right: 0px
}
.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: #f5e4c6;
}
.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:768px) {
.container {
	max-width: 100%;
}
.mb_3 {
    margin-bottom: 10px;
}
.four_column li, 
.three_column li, 
.two_column li {
	width:100% !important;
}
.product_boxes li h5 {
    padding: 10px 20px;
	font-size: 18px;
}
.main_footer .f_div {
    flex-wrap: wrap;
}
.f_widget_box {
    width: 100%;
}
.f_widget_address_box {
    width: 100%;
	margin-top: 20px;
}
.f_widget_address_box .address_box {
    margin-bottom: 10px;
    width: 49%;
}
.copyright p {
    font-size: 13px;
}

.single_product_slider {
    width: 100%;
}
.inner_page_content {
    margin-top: -10px;
}
.contact_address_box li {
    width: 100%;
    margin: 10px 0;
}
.post_wrapper_box {
    width: 94%;
}
}

@media (max-width:576px) {
.container {
	padding: 0 16px;
}
.p_5 {
    padding: 20px;
}
.py_6 {
    padding: 40px 0;
}

h2 {
    font-size: 40px;
}
.top_nav {
    display: none;
}
.product_boxes li {
    width: 100%;
    margin: 8px 0;
}
.why_choose_boxes li {
    width: 100%;
}

.contact_address_boxes p br {
	display:none;
}
.post_wrapper_box {
    width:100%;
}


}

@media (max-width:400px) {
h2 {
    font-size: 30px;
}



}








/* mobile responsive property end */
