@charset "UTF-8";

/*
Theme Name: T-Paint-Lova-1-4100
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.4
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;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	 font-family: "Montserrat", sans-serif;
	font-weight: normal;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #282c34;
 opacity: 1; /* Firefox */
  font-family: "Montserrat", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #282c34;
  font-family: "Montserrat", sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #282c34;
  font-family: "Montserrat", 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: "Montserrat", sans-serif;
	color: #282c34;
	font-weight: 700;
	line-height: normal;
	padding-top: 15px;
}
h1 {
	font-size: 54.4px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	padding-top:0;
}
p em,
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	font-style:normal;
}
p {
	font-size: 16px;
	color: #282c34;
	line-height: 1.3;
	padding-top: 15px;
	font-family: "Inter", sans-serif;
}
p a {
	color: red;
}
p:first-child {
	padding-top:0;
}
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;
	margin-top:15px;
}
ul li:first-child , ol li:first-child  {
	margin-top:0px;
}
.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;
	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: #f59f0a;
	border: 2px solid #f59f0a;
	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
}
.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: 16px;
	color: #fff;
	display: inline-block;
	background-color: #f59f0a;
	text-align: center;
	border-radius: 8px;
	font-weight:700;
	padding: 10px 20px;
	margin-top:15px;
	transition: all 0.5s ease 0s;
}
.btn:hover {
	background-color:#dc8f09;
	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;
}
.p_7 {
	padding: 70px;
}
.p_8 {
	padding: 80px;
}
.p_9 {
	padding: 90px;
}
.p_10 {
	padding: 100px;
}
/*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;
}
.py_9 {
	padding: 90px 0;
}
.py_10 {
	padding: 100px 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;
}
.px_7 {
	padding: 0 70px;
}
.px_8 {
	padding: 0 80px;
}
.px_9 {
	padding: 0 90px;
}
.px_10 {
	padding: 0 100px;
}
/*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;
}
.pt_7 {
	padding-top: 70px;
}
.pt_8 {
	padding-top: 80px;
}
.pt_9 {
	padding-top: 90px;
}
.pt_10 {
	padding-top: 100px;
}
/*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;
}
.pb_7 {
	padding-bottom: 70px;
}
.pb_8 {
	padding-bottom: 80px;
}
.pb_9 {
	padding-bottom: 90px;
}
.pb_10 {
	padding-bottom: 100px;
}
/*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;
}
.pl_7 {
	padding-left: 70px;
}
.pl_8 {
	padding-left: 80px;
}
.pl_9 {
	padding-left: 90px;
}
.pl_10 {
	padding-left: 100px;
}
/*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;
}
.pr_7 {
	padding-right: 70px;
}
.pr_8 {
	padding-right: 80px;
}
.pr_9 {
	padding-right: 90px;
}
.pr_10 {
	padding-right: 100px;
}
/*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;
}
.m_7 {
	margin: 70px;
}
.m_8 {
	margin: 80px;
}
.m_9 {
	margin: 90px;
}
.m_10 {
	margin: 100px;
}
/*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;
}
.mx_7 {
	margin-left: 70px;
	margin-right: 70px;
}
.mx_8 {
	margin-left: 80px;
	margin-right: 80px;
}
.mx_9 {
	margin-left: 90px;
	margin-right: 90px;
}
.mx_10 {
	margin-left: 100px;
	margin-right: 100px;
}
/*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;
}
.my_7 {
	margin-top: 70px;
	margin-bottom: 70px;
}
.my_8 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.my_9 {
	margin-top: 90px;
	margin-bottom: 90px;
}
.my_10 {
	margin-top: 100px;
	margin-bottom: 100px;
}
/*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_56 {
	margin-top: 56px;
}
.mt_6 {
	margin-top: 60px;
}
.mt_7 {
	margin-top: 70px;
}
.mt_8 {
	margin-top: 80px;
}
.mt_9 {
	margin-top: 90px;
}
.mt_10 {
	margin-top: 100px;
}
/*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_56 {
	margin-bottom: 56px;
}
.mb_6 {
	margin-bottom: 60px;
}
.mb_7 {
	margin-bottom: 70px;
}
.mb_8 {
	margin-bottom: 80px;
}
.mb_9 {
	margin-bottom: 90px;
}
.mb_10 {
	margin-bottom: 100px;
}
/*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;
}
.ml_7 {
	margin-left: 70px;
}
.ml_8 {
	margin-left: 80px;
}
.ml_9 {
	margin-left: 90px;
}
.ml_10 {
	margin-left: 100px;
}
/*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;
}
.mr_7 {
	margin-right: 70px;
}
.mr_8 {
	margin-right: 80px;
}
.mr_9 {
	margin-right: 90px;
}
.mr_10 {
	margin-right: 100px;
}
/*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;
}
span.wpcf7-form-control-wrap {
	position:relative;
	overflow:hidden;
	display: inline-block;
	width: 100%
}
span.wpcf7-not-valid-tip {
    color: red;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    position: absolute;
    top: 1px;
    bottom: 0;
    width: 98%;
    height: 96%;
    left: 2px;
    padding: 9px 10px;
    background-color: #fff;
    margin-left: 0;
    padding-right: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
/* 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;
}
.imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imgbox, .text_box {
	display: inline-block;
}
.d_flex_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle_container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle_text {
	display: table-cell;
	vertical-align: middle;
}
main {
	position: relative;
}
.container {

	max-width: 1400px;
	margin: 0 auto;
	padding: 0 32px;
}
/* Global property end */
/* header property start */
nav li button {
	display:none;
}
#siteheader {
	position: relative;
}
.main_header {
	display: inline-block;
	width: 100%;
	padding: 12px 0;
	box-shadow: 0 0 10px #e9e9e9;
}
.main_header .h_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h_logo {
	display: inline-block;
	width:110px;
}
.h_phone {
	display: flex;
	align-items: center;
	gap:10px;
	font-size: 14px;
	color: #1d428b;
	font-weight: 500;
}
.h_phone svg,
.h_phone img {
	display: inline-block;
	width: 16px;
    height: 16px;
}
.h_phone a {
   color: #1d428b;
}
.h_phone:hover,
.h_phone:hover a {
	color:#f59f0a;
}
.main_header .hright {
	display: flex;
    gap: 20px;
    align-items: center;
}
.main_header .hright .h_phone .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #273d8a;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.main_header .hright .h_phone .icon svg {
    color: #fff;
    width: 22px;
    height: 22px;
}
.main_header .hright .h_phone .text p {
    font-size: 14px;
    line-height: 1;
}
.main_header .hright .h_phone .text a {
    font-size: 22px;
    color: #1d2d3b;
    font-weight: bold;
}
.main_header .btn {
	font-size:14px;
	margin:0;
}

/* header property end */
/* banner property start */
.bannerbar {
	display:block;
	background-color:#ccc;
	position:relative;
	overflow:hidden;
}
.bannerbar .bannerimg {
	display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bannerbar .bannerimg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerbar .bannerimg:before {
	content:"";
    background-color: #1d428bcc;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bannerbar .columnbox {
	display: flex;
    justify-content: space-between;
	align-items: center;
	position: relative;
    z-index: 55;
}
.bannerbar .columnbox .bannertext {
	width:48%;
}
.bannerbar .columnbox .bannertext h1 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
	line-height:1;
}
.bannerbar .columnbox .bannertext h1 em {
	color:#f59f0a;
}
.bannerbar .columnbox .bannertext p {
	color:#fff;
	line-height: 1.5;
}
.bannerbar .columnbox .bannertext ul {
	margin-top:15px;
}
.bannerbar .columnbox .bannertext ul li {
	font-size: 18px;
    color: #fff;
    width: 100%;
    position: relative;
    padding-left: 30px;
	margin-top: 10px;
}
.bannerbar .columnbox .bannertext ul li:before {
	content:"";
	background-image:url(images/check1.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    position: absolute;
    top: 5px;
    left: 0;
}
.bannerbar .columnbox .bannerform {
	background-color: #fff;
    display: inline-block;
    width: 48%;
    padding: 32px;
    border-radius: 12px;
}
.bannerbar .columnbox .bannerform h6 {
	font-weight:700;
}
.bannerbar .columnbox .bannerform h6 em {
	font-style:normal;
	color:#f59f0a;
}
.bannerbar .columnbox .bannerform p {
	font-size:14px;
	color:#6b7280;
	padding-top: 4px;
}
.bannerbar .columnbox .bannerform .formtext {
	color:#6b7280;
	font-size:12px;
	font-weight: 500;
	padding-top:16px;
}
.bannerbar .columnbox .bannerform .formtext .fa {
	color:#f59f0a;
	margin-right:10px;
}
.bannerbar .columnbox .bannerform ul {
	margin-top: 24px;
    width: 100%;
}
.bannerbar .columnbox .bannerform ul li {
	display:block;
	width:100%;
	padding-top: 1px;
}
.bannerbar .columnbox .bannerform ul li select,
.bannerbar .columnbox .bannerform ul li input {
	width:100%;
    color: #282c34;
    font-size: 14px;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
	font-family: "Montserrat", sans-serif;
}
.bannerbar .columnbox .bannerform ul li input[type="submit"] {
	    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
}
.bannerbar .columnbox .bannerform ul li input[type="submit"]:hover {
	background-color:#dc8f09;
	border-color:#dc8f09;
}
.bannerbar .columnbox .bannerform ul li .wpcf7-spinner {
	position:absolute;
}
.ratingreview {
	display: flex;
	align-items: center;
	justify-content: start;
	color:#f59f0a;
	font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	letter-spacing:1.4px;
}
.ratingreview strong {
	margin: 0 6px;
}
.ratingreview img {
	margin-right: 10px;
}
.truestedreview {
	display: flex;
    align-items: center;
	gap: 15px;
	margin-top:32px;
}
.truestedreview .icons {
	display: inline-block;
}
.truestedreview .icons .icon {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #ffffff4d;
    background-color: #f59f0a4d;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: -12px;
}
.truestedreview .icons .icon:first-child {
	margin-left:0;
}
.truestedreview p {
	color:#ffffffb3;
	font-size:14px;
	padding:0;
}
.truestedreview p em {
	color:#f59f0a;
	font-weight:600;
}
/* banner property end */
/* content property start */
#content {
	position: relative;
}
.headingbar {
	display:block;
}
.title {
	display:block;
}
.title em {
	color:#f59f0a;
}
.lightbg {
	background-color:#f3f4f6;
}
.bluebg {
	background-color:#1d428b;
}

/* services_listbar property start */
.services_listbar {
	background-color: #1d428b;
	display: block;
	padding: 18px 0;
}
.services_listbar .item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex:1;
}
.services_listbar .item img {
	margin-right: 8px;
}
.services_listbar .item p {
	padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
/* services_listbar property end */
/* three steps property start */
.threesteps_bar {
	display: inline-block;
	width: 100%;
}
.threesteps_bar p {
	color: #6b7280;
}
.threesteps_boxes {
    display: flex;
    justify-content: center;
    gap: 32px;
}
.threesteps_boxes .item {
    width: 22%;
}
.threesteps_boxes .item .icon_img {
	position: relative;
    background-color: #1d428b1a;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.threesteps_boxes .item .icon_img img {
	width:32px;
}
.threesteps_boxes .item .icon_img .number {
	background-color: #f59f0a;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -3px;
    right: -6px;
}
.threesteps_boxes .item .textbox {
	position: relative;
	display:block;
	text-align: center;
}
.threesteps_boxes .item .textbox h6 {
	font-weight: 700;
	color:#282c34;
	font-size:18px;
	margin-bottom:8px;
}
.threesteps_boxes .item .textbox p {
    font-size: 14px;
    color: #6b7280;
    padding: 0;
    font-weight: 500;
    line-height: 1.625;
}


/* three steps property end */

/* ourchoosebar property start */
.ourchoosebar {
	display:block;
}
.tablebox {
    width: 51%;
    margin: 0 auto;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.tablebox thead {
  background-color: #2f4b8f;
  color: #fff;
}
.tablebox tr {
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
}
.tablebox tr td,
.tablebox tr th {
    width: 33%;
    text-align: center;
    font-size: 14px;
    font-family: "Inter", sans-serif;
	line-height: 20px;
}
.tablebox tr th {
	font-weight:700;
}
.tablebox tr td {
	font-weight: 500;
}
.tablebox tr td img {
	width:20px;
}
.tablebox tr td:first-child,
.tablebox tr th:first-child {
	text-align:left;
}
.tablebox tbody tr:nth-child(even) {
  background-color: #f3f4f6;
}
.tablebox tbody tr:nth-child(odd) {
  background-color: #fff;
}
.tablebox td:nth-child(2) {
  color: green;
  text-align: center;
  font-size: 18px;
}
.tablebox td:nth-child(3) {
  color: red;
  text-align: center;
  font-size: 18px;
}
/* ourchoosebar property end */
/* ourservicesbar property start */
.ourservicesbar {
	display: inline-block;
	width: 100%;
}
.ourservicesbar p {
	color: #6b7280;
}
.servicesboxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 77%;
    margin: 0 auto;
}
.servicesboxes .item {
    flex: 1 1 24%;
    background-color: #fff;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    text-align: left;
}
.servicesboxes .item .icon {
	position: relative;
    background-color: #1d428b1a;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:16px;
}
.servicesboxes .item .icon img {
	width:24px;
}
.servicesboxes .item .textbox {
	position: relative;
	display:block;
}
.servicesboxes .item .textbox h6 {
	font-weight: 700;
	color:#282c34;
	font-size:18px;
	margin-bottom:8px;
}
.servicesboxes .item .textbox p {
    font-size: 14px;
    color: #6b7280;
    padding: 0;
    font-weight: 500;
    line-height: 1.625;
}
/* ourservicesbar property end */
/* ourrecent_projectssbar property start */
.ourrecent_projectssbar {
	display:block;
}
.projectboxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 77%;
    margin: 0 auto;
}
.projectboxes .item {
    flex: 1 1 24%;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    text-align: left;
}
.projectboxes .item .imgbox {
	position: relative;
    width: 100%;
    border-radius: 8px;
    display: block;
	overflow:hidden;
}
.projectboxes .item .imgbox img {
    scale: 1;
	transition:all 0.5s ease 0s;
}
.projectboxes .item .imgbox:hover img {
    scale: 1.1;
	transition:all 0.5s ease 0s;
}
.projectboxes .item .imgbox h6 {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	background-image: linear-gradient(to bottom, transparent, #2f4b8bd4);
}
/* ourrecent_projectssbar property end */
/* clientbar property start */
.clientbar {
	display:block;
}
.clientbar .headingbar .title {
	color:#fff;
}
.clientbar .star {
    width: 100px;
    margin-bottom: 10px;
}
.clientbar .headingbar p {
	color:#ffffffb3;
}
.clientbox_bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 77%;
    margin: 0 auto;
}
.clientbox_bar .item {
    flex: 1 1 24%;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    text-align: left;
	padding:24px;
}
.clientbox_bar .item > img {
    width: 100px;
}
.clientbox_bar .item p {
	color:#282c34;
	font-size:14px;
	margin-bottom:16px;
	line-height:1.625;
}
.clientbox_bar .item .reviewname {
    display: flex;
    gap: 12px;
}
.clientbox_bar .item .reviewname .icon {
	color: #1d428b;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #1d428b1a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.clientbox_bar .item .reviewname .rname {
	display:inline-block;
}
.clientbox_bar .item .reviewname .rname h6 {
	font-size: 14px;
    font-weight: 600;
}
.clientbox_bar .item .reviewname .rname p {
	padding: 0;
    font-size: 12px;
    color: #6b7280;
	margin:0;
}
/* clientbar property end */
/* faqbar property start */
.faqbar {
	display:block;
}
.faqbar .faqbox {
    width: 51%;
    margin: 0 auto;
}
.faqbox .faqboxwrapper {
	padding: 0;
	box-shadow: none;
	margin-bottom: 12px;
	padding: 16px 20px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background-color:#fff;
}
.faqbox .faqboxwrapper:last-child {
	margin-bottom:0;
}
.faqbox .faqboxwrapper .question {
	font-size: 14px;
	font-weight: 600;
	color: #282c34;
	margin-bottom: 0;
	padding-right:20px;
	cursor: pointer;
	position: relative;
}
.faqbox .faqboxwrapper .question:after {
	content: "";
	font-family: 'FontAwesome';
	color: #6b7280;
	float: right;
	font-size: 15px;
	position: absolute;
	top:2px;
	right: 4px;
}
.faqbox .faqboxwrapper .question.minus {
	transition: all 0.5s ease 0s;
}
.faqbox .faqboxwrapper .question.minus:after {
	transform: rotate(180deg);
}
.faqbox .faqboxwrapper .answer {
	display: none;
	padding: 16px 0 0;
}
.faqbox .faqboxwrapper .answer p {
	font-size:14px;
	line-height: 1.625;
}
/* faqbar property end */


/* content property end */
/* footer property start */
#sitefooter {
	position: relative;
}
.mainfooter {
	background-color:#122f68;
	display:block;
}
.mainfooter .ratingreview {
    justify-content: center;
    color: #f59f0a;
    margin: 0;
}
.mainfooter .title {
	color: #fff;
	font-weight: 800;
}
.mainfooter p {
	color:#ffffffb3;
	margin-bottom:32px;
}
.mainfooter .btnbar {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.mainfooter .btnbar .btn {
    margin: 0;
    padding: 16px 32px;
    border: 2px solid #f59f0a;
}
.mainfooter .btnbar .phone {
	font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 16px 32px;
    border: 2px solid #ffffff4d;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mainfooter .btnbar .phone svg {
	width: 20px;
}
.copyright {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	padding: 32px 32px 0px 32px;
	border-top:1px solid #ffffff1a;
}
.copyright p {
	color: #ffffff80;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/* footer property end */

/* mobile responsive property start */
@media (max-width:1400px) {
.container {
	max-width: 1200px;
}
h1 {
  font-size: 48px;
}

.tablebox {
    width: 70%;
}




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

.threesteps_boxes .item {
    width: 28%;
}
.clientbox_bar,
.projectboxes,
.servicesboxes {
    width: 100%;
}
.faqbar .faqbox {
    width: 70%;
}

}
@media (max-width:1100px) {
.container {
	max-width: 992px;
}
h1 {
    font-size: 39px;
}
.bannerbar .columnbox .bannertext ul li {
    font-size: 16px;
}



}

@media (max-width:992px) {
.container {
	max-width: 768px;
}
.four_column li, .three_column li {
	width: 50% !important;
}
.py_9 {
    padding: 50px 0;
}
.py_8 {
    padding: 50px 0;
}
.pt_5 {
    padding-top: 30px;
}
.mt_6 {
    margin-top: 30px;
}
h2 {
    font-size: 32px;
}
.bannerbar .columnbox {
	flex-wrap: wrap;
    gap: 30px;
}
.bannerbar .columnbox .bannerform,
.bannerbar .columnbox .bannertext {
    width: 100%;
}
.services_listbar .d_flex_div {
    flex-wrap: wrap;
    gap: 20px;
}
.services_listbar .d_flex_div .item {
    flex: 1 1 36%;
}
.threesteps_boxes .item {
     width: 31%;
}
.faqbar .faqbox,
.clientbox_bar, .projectboxes, .servicesboxes,
.tablebox {
    width: 100%;
}
.copyright {
    flex-wrap: wrap;
	gap: 10px;
}
.copyright p {
    width: 100%;
}
}

@media (max-width:768px) {
.container {
	max-width: 100%;
}
.four_column li, .three_column li, .two_column li {
	width: 100% !important;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
.h_logo {
    width: 90px;
}
.main_header .hright {
    flex-wrap: wrap;
    gap: 10px;
    align-items: end;
    justify-content: end;
}
.threesteps_boxes {
    flex-wrap: wrap;
}
.threesteps_boxes .item {
	width: 46%;
}
.servicesboxes .item {
    flex: 1 1 47%;
}
.mainfooter .title br {
	display:none;
}
.mainfooter .btnbar .btn {
    margin: 0;
    padding: 12px 20px;
}
.mainfooter .btnbar .phone {
    padding: 12px 20px;
}


}



@media (max-width:576px) {
.container {
	padding: 0 16px;
}
.mt_5 {
    margin-top: 30px;
}
.pt_5 {
    padding-top: 30px;
}
p {
	padding-top:10px;
}
.py_9 {
    padding: 40px 0;
}
p br {
	display:none;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

.bannerbar .columnbox .bannertext ul li {
    font-size: 14px;
     margin-top: 5px;
}
.truestedreview {
    flex-wrap: wrap;
}
.threesteps_boxes .item {
    width: 100%;
}
.tablebox tr td:first-child, .tablebox tr th:first-child {
    width: 50%;
}
.tablebox tr td, .tablebox tr th {
    width: 13%;
}
.mainfooter .btnbar {
   flex-wrap: wrap;
}
.copyright {
    width: 100%;
    padding: 20px 0 0px 0;
}
}

@media (max-width:420px) {
.main_header .hright .h_phone .icon {
    width: 30px;
    height: 30px;
}
.main_header .hright .h_phone .icon svg {
    width: 18px;
    height: 18px;
}
.main_header .hright .h_phone .text p {
    font-size: 14px;
}
.main_header .hright .h_phone .text a {
    font-size: 18px;
}
.main_header .btn {
	display:none;
}




}








/* mobile responsive property end */
