@charset "UTF-8";

/*
Theme Name: Applicance Repair
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

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

/* Variables */

/* Global property start */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome.eot');
	src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('fonts/FontAwesome.woff2') format('woff2'), url('fonts/FontAwesome.woff') format('woff'), url('fonts/FontAwesome.ttf') format('truetype'), url('fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 18px;
	color: #2b2b2b;
	line-height: 1.7;
	 font-family: "Roboto", sans-serif;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #323232;
 opacity: 1; /* Firefox */
  font-family: "Roboto", sans-serif;
}

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

::-ms-input-placeholder { /* Microsoft Edge */
 color: #323232;
 font-family: "Roboto", sans-serif;
}
.row:after, .row:before {
	clear: both;
	content: "";
	display: table;
}
.col_left_1200 {
	padding-left: calc((100vw - 1250px) / 2);
}
.col_right_1200 {
	padding-right: calc((100vw - 1250px) / 2);
}
main, header, nav, article, aside, section, footer, figure, figcaption, form {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: "Rajdhani", sans-serif;
	color: #192433;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 10px;
}
h1 {
	font-size: 52px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 32px;
}
h5 {
	font-size: 26px;
}
h6 {
	font-size: 20px;
}
p {
    font-size: 18px;
    color: #2b2b2b;
    line-height: 1.7;
	padding-bottom: 15px;
	font-family: "Roboto", sans-serif;
}
p a {
	color: red;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
a i {
	font-style: normal;
	margin-right: 10px;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
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;
	width: 100%;
	border: 1px solid #ccc;
	font-family: "Roboto", sans-serif;
	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: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #07344e;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 56px;
    border-radius: 100px;
    font-family: "Rajdhani", sans-serif;
    transition: all 0.5s ease 0s;
}
/*.btn:after {
	content:"";
	background-image:url(images/buttonarrow.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    width: 26px;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 6px;
}*/
.btn:hover {
	background-color:#41a3fb;
	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: 10px;
	left: 0;
	right: 8px;
	padding: 3px;
	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: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Global property end */
/* header property start */
#siteheader {
	position: relative;
}
.main_header {
	display: block;
	width: 100%;
	background-color:#07344e;
	padding: 12px 0;
}
.main_header .h_flex {
	position:relative;
}
.main_header .h_flex > div {
display: flex;
    justify-content: space-between;
    align-items: center;
    width: 68%;
    float: right;
}
.main_header .h_logo {
    display: inline-block;
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 6;
}
.main_header p {
	color:#fff;
	padding-bottom: 0;
}
.h_phone {
	display: flex;
	align-items: center;
	color: #d6d6d6;
    gap: 5px;
}
.h_phone a {
	color: #fff;
	font-weight: 500;
	font-size:20px;
}
/* header property end */
/* banner property start */
.banner_bg {
	display: flex;
	width: 100%;
	position: relative;
	background-color:#a3c1d0;
	overflow:hidden;
}
.banner_bg .d_flex {
    align-items: end;
}
.banner_bg .bannerimg {
    width: 55%;
    position: relative;
    right: -181px;
}
.banner_bg .bannerimg .img_box {
	
}
.banner_bg .bannerimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner_bg .bannerimg:before {
   content: "";
    position: absolute;
     top: 0;
    bottom: 0;
    left: -200px;
    background-image: url(http://venusappsolutions.com/staging/appliances11CW/wp-content/uploads/2024/10/banner_shape1.png);
    width: 400px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
.bannertext {
    display: inline-block;
    width: 45%;
	padding-bottom: 80px;
}
.bannertext .subtitle {
    padding: 0 0 0 8px;
	font-weight: 500;
}
.bannertext .subtitle:before {
	content:"";
    width: 18px;
    display: inline-block;
    height: 2px;
    background-color: #414c66;
    position: relative;
    top: -4px;
    left: -8px;
}
.bannertext h1 {
    color: #fff;
	font-weight: 500;
    line-height: 1.1;
}
.bannertext h1 strong {
	font-weight: bold;
	color:#07344e;
}
.bannertext p {
	font-size:20px;
	color: #fff;
	font-weight: 500;
}
.bannertext .btn_div {
    display: block;
    text-align: center;
    width: 66%;
    margin-top: 30px;
}
.bannertext .btn_div .phone {
	display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Rajdhani", sans-serif;
    color: #07344e;
    font-weight: bold;
	font-size: 22px;
	text-transform:uppercase;
}
.bannertext .btn_div .phone a {
	font-size: 32px;
    color: #07344e;
    font-weight: bold;
}
.bannertext .btn {
    margin: 0 0 10px;
}

/* banner property end */
/* content property start */
#content {
	position: relative;
}
.title {
	color: #192433;
	text-transform:capitalize;
	margin-bottom:30px;
}
.title strong {
	color: #DB001E;
}
 .subtitle {
    color: #41a3fc;
    font-size: 17px;
    text-transform: uppercase;
	font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}
.d_flex_div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.light_bg {
	background-color: #f7fcfe;
}
.btn_div {
    display: flex;
    align-items: center;
    gap: 20px;
	margin-top:20px;
}
.btn_div {
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn_div .btn {
    min-width: 200px;
    padding: 10px 22px;
}
.btn_div .phone {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #07344e;
	font-family: "Rajdhani", sans-serif;
	margin:0 !important;
	text-transform:uppercase;
}
.btn_div .phone a {
	font-size: 32px;
	 color: #07344e;
}

.brandservicebar {
	display:block;
	background-color:#f9f9f9;
}
.brandservicebar .brandslide {
    width: 100%;
/*    display: flex;
    justify-content: space-between;*/
    margin: 0 auto;
}
.brandservicebar .brandslide li {
    display: flex;
    align-items: center;
    width: 25%;
    text-align: center;
    justify-content: center;
}
.brandservicebar .brandslide li img {
 max-width: 130px;
}
/* process_stepbar property start */
.process_stepbar {
	display:inline-block;
	width:100%;
}
.process_stepbar .d_flex_div {
	align-items: start;
}
.process_stepbar .contentbox {
    width: 52%;
}
.process_stepbar .contentbox h2 strong {
	color:#41a3fc;
}
.process_stepbar .contentbox p {
	margin-right:10%;
}
.process_stepbar .processbar {
	    width: 42%;
}
.process_stepbar .processbar .item {
    display: flex;
    align-items: center;
    gap: 20px;
	padding-bottom:30px;
}
.process_stepbar .processbar .item .icon {
    background-color: #07344e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border-radius: 100%;
}
.process_stepbar .processbar .item .icon:before {
	content:"";
	background-color: #07344e;
    width: 5px;
    height: 100%;
    top: 80%;
    position: relative;
    left: 26px;
    z-index: -1;
}
.process_stepbar .processbar .item:last-child .icon:before {
	display:none;
}
.process_stepbar .processbar .item h3 {
	margin: 0;
    color: #07344e;
    font-size: 32px;
    font-weight: bold;
}
/* process_stepbar property end */
/* servicesbar property start */
.servicesbar {
	display:block;
	background-color:#07344e;
}
.servicesbar h2 {
	text-align:center;
	margin-bottom:30px;
}
.servicesboxesbar {
	display:block;
/*	display: flex;
	justify-content: space-between;*/
}
.servicesboxesbar li {
	flex: 1;
    text-align: center;
}
.servicesboxesbar li .icon {
	position: relative;
	width: 120px;
	margin: 0 auto 10px auto;
}
.servicesboxesbar li .icon img {
	margin:0 auto;
}
.servicesboxesbar li h6 {
	font-weight: 400;
	margin:0;
    font-size: 22px;
    font-family: "Roboto", sans-serif;
}
/* servicesbar property end */
/* three steps property start */
.three_steps_sec {
	display: inline-block;
	width: 100%;
}
.three_steps_sec .stepbar {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.three_steps_sec .stepbar .headingbar {
    width: 32%;
}
.three_steps_sec .stepbar .headingbar h2 {
	font-weight: bold;
	color:#000000;
}
.three_steps_sec .stepbar .headingbar h2 strong {
	color:#41a3fc;
}
.three_steps_sec .stepbar .headingbar .btn_div {
    flex-wrap: wrap;
    gap: 10px;
	margin-top:10px;
}
.three_steps_boxes {
    width: 63%;
}
.three_steps_boxes li {
    width: 50%;
    display: inline-block;
}
.three_steps_boxes li .item {
    padding: 20px 20px;
    background-color: #f4f5f9;
    margin: 20px;
    border-radius: 10px;
}
.three_steps_boxes li .ttbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.three_steps_boxes li:nth-child(2) {
    float: right;
    margin: 20% 0 0 0;
}
.three_steps_boxes li .number {
    font-size: 42px;
    color: #07344e;
    font-weight: bold;
    font-family: "Rajdhani", sans-serif;
}
.three_steps_boxes li .icon_img {
	position:relative;
}
.three_steps_boxes li h5 {
    font-weight: bold;
    padding: 10px 0 10px;
    margin: 10px 0 0;
    border-top: 1px solid #e6e6e6;
}
.three_steps_boxes li p {
	font-size: 16px;
	font-weight:400;
}
/* three steps property end */
/* our services property start */
.ourservicesbar {
	display:block;
	background-color:#f4f5f9;
}
.ourservicesbar .headingbar {
	display:block;
}
.ourservices_widgetbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 30px
}
.ourservices_widgetbar .itemslide {
	width: 30%;
    text-align: center;
}
.ourservices_widgetbar .itemslide .img_box {
    margin: 0 0 10px
}
.ourservices_widgetbar .itemslide .text_box {
	display:block;
}
.ourservices_widgetbar .itemslide .text_box p {
	font-size: 16px;
    line-height: 1.5;
}

/* our services property end */
/* img slider property start */
.image_gallerybar {
	display:block;	
}
.image_galleryslider {
	display:inline-block;
	width:100%;
    justify-content: space-between;
}
.image_galleryslider .slick-arrow {
	width: 60px;
    height: 60px;
    padding: 0;
    background-color: #41a3fcbd;
    border-radius: 100%;
}
.image_galleryslider .slick-arrow:before {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.image_galleryslider .slick-disabled {
	opacity: 0.2;
}
.image_galleryslider .slick-next {
	right:0;
}
.image_galleryslider .slick-prev {
	left:0;
}
.image_galleryslider .item {
	padding: 0 30px;
}
/* img slider property end */
/* left image right content box property start */
.serviceswidgetbar {
	display:block;
}
.contentflexbar {
    display: flex;
    flex-wrap: wrap;
}
.contentflexbar .twocolumndiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.contentflexbar .twocolumndiv:last-child {
	margin-bottom: 0px;
}
.contentflexbar .twocolumndiv:nth-child(2n) {
    flex-direction: row-reverse;
}
.contentflexbar .twocolumndiv:nth-child(2n) .img_box {
    padding: 0px 12px 12px 0px;
}
.contentflexbar .twocolumndiv:nth-child(2n) .img_box:before {
	right: 0;
    left: inherit;
    top: inherit;
    bottom: 0;
}
.contentflexbar .twocolumndiv .img_box {
    width: 46%;
    position: relative;
    padding: 12px 0 0 12px;
}
.contentflexbar .twocolumndiv .img_box:before {
	content:"";
background-color: #07344e;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 0;
    top: 0;
    z-index: -1;
}
.contentflexbar .twocolumndiv .text_box {
    width: 50%;
}
.contentflexbar .twocolumndiv .text_box h3 {
	text-transform:capitalize;
}
.contentflexbar .twocolumndiv .text_box ul {
}
.contentflexbar .twocolumndiv .text_box ul li {
    display: block;
    margin: 4px 0;
    position: relative;
    padding-left: 22px;
}
.contentflexbar .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;
}
.contentflexbar .twocolumndiv .text_box .testimonialone {
    width: 100%;
    margin-top: 12px;
}
/* left image right content box property end */
/* form property start */
.form_widgetbar {
	display:block;
	background-color:#07344e;
}
.form_widgetbar .wpcf7 form .wpcf7-response-output {
	color: #fff;
    margin-top: 0;
}
.formbox {
	display:block;
    text-align: center;
}
.formbox h2 {
	color:#fff;
    margin-bottom: 20px;
}
.formbox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    width: 80%;
    margin: 0 auto;
}
.formbox ul li {
    width: 31%;
    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;
}
.formbox ul li .btn {
    color: #ffff;
    padding: 10px 30px;
    margin: 0 auto;
    text-transform: capitalize;
    background-color: #41a3fc;
    border-color: #41a3fc;
    border-radius: 30px;
}
.formbox ul li .btn:after {
	display:none;
}
/* form property end */
/* review property start */
.review_sec {
	display: inline-block;
	width: 100%;
}
.review_boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
}
.review_boxes .slick-track {
    display: flex;
    gap: 20px;
}
.review_boxes .item {
    border-radius: 10px;
    padding: 20px 20px 30px;
    box-shadow: 0 2px 10px #e9e9e9;
    margin: 15px;
	text-align:center;
}
.review_boxes .item .fa {
    font-size: 65px;
    color: #41a3fc;
    opacity: 0.17;
}
.review_boxes .item img {
	margin-bottom:10px;
}
.review_boxes .item p  {}
.review_boxes .item .rname {
    margin: 10px 0 0px;
    display: block;
    text-align: center;
}
.review_boxes .item .rname strong {}
.review_boxes .item .rname .imgdiv {
    text-align: center;
    display: inline-block;
    margin: 10px auto 0;
}
.review_boxes .item .rname .imgdiv img {
	margin:0;
}
.review_boxes .item .rname .text {
	margin: 0 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.review_boxes .item .rname .text p {
	min-height: auto;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 14px;
}
.review_boxes .item .rname .text p img {
	margin:0 10px 0 0;
}
/* review property end */

.slickbottomdotsarrow .slick-dots {
	bottom:-12px;
    background-color: transparent;
    width: auto;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}
.slickbottomdotsarrow .slick-dots li {
	padding: 0;
    border: 0;
    margin: 0;
	width:25px;
    background-color: transparent;
}
.slickbottomdotsarrow .slick-dots li button {
}
.slickbottomdotsarrow .slick-dots li button:before {
    width: 12px;
    height: 12px;
    border: 1px solid #192433;
    border-radius: 100%;
    color: #fff;
    background-color: #fff;
}
.slickbottomdotsarrow .slick-dots li.slick-active button:before {
	background-color: #41a3fc;
	border: 1px solid #41a3fc;
    border-radius: 8px;
    color: #41a3fc;
}




/* content property end */
/* footer property start */
#sitefooter {
	position: relative;
}
.footerstrip {
    display: block;
    background-color: #07344e;
    position: relative;
}
.footerstrip .footer_img {
	background-image: url(images/footer_strip_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.footerstrip .container {
	position:relative;
}
.footerstrip .content {
	position:relative;
}
.footerstrip .content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
	    margin: 10px 0 20px;
}
.footerstrip .content ul li {
	flex:1;
	
}
.footerstrip .content ul li img {
    width: 24px;
    margin-right: 10px;	
}
.footerstrip .content .btn_div {
	    position: relative;
    padding: 20px 0;
    margin: 30px 0 0;
}
.footerstrip .content .btn_div:before {
    content: "";
    display: inline-block;
    width: 40%;
    height: 1px;
    background-color: #fdfdfd;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.footerstrip .content .btn_div .btn {
    background-color: #41a3fc;
    padding: 5px 30px;
    min-width: 260px;
}
.footerstrip .content .btn_div p {
	    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
	    font-family: "Rajdhani", sans-serif;
}
.footerstrip .content .btn_div .phone {

	    display: block;
    text-align: left;
}
.footerstrip .content .btn_div .phone span {
    color: #41a3fc;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
}
.footerstrip .content .btn_div .phone a {
	color: #fff;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
}
.starrated {
	display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    margin-top: 10px;
	font-size:16px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}
.starrated img {
    margin-right: 10px;
}
.starrated strong {
	margin:0 5px;
	color:#41a3fc;
}

.copyright {
	display: inline-block;
	width: 100%;
	padding: 16px 0;
	    background-color: #052f48;
}
.copyright p {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0;
    color: #fff;
}
.copyright p .fa {
	color:#fff;
	margin-right:10px;
}
.copyright p a {
	color:#192433;
}

/* footer property end */

/* mobile responsive property start */
@media (max-width:1250px) {
.container {
	max-width: 1100px;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 19px;
}
.main_header .h_logo {
	width:120px;
}
.bannertext {
    position: relative;
    z-index: 333;
}
.bannertext .btn_div {
	width: 80%;
    margin-top: 20px;
}
.banner_bg .bannerimg {
    width:50%;
	right: -66px;
}
.banner_bg .bannerimg:before {
    left: -130px;
}
.banner_bg .bannerimg .img_box {
    width: 101%;
}


.process_stepbar .processbar .item h3 {
    font-size: 26px;
}
.contentflexbar .btn_div .btn {
    min-width: 180px;
	padding:6px 20px;
}
 .btn_div .phone {
    gap: 8px;
    font-size: 20px;
}
.btn_div .phone a {
    font-size: 26px;
}


}
@media (max-width:1100px) {
.container {
	max-width: 992px;
}
h1 {
    font-size:36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 26px;
}
.title {
    margin-bottom: 10px;
}
.subtitle {
    padding-bottom: 0;
}
.bannertext {
    padding-bottom: 40px;
}
.process_stepbar .contentbox .btn_div {
        flex-wrap: wrap;
        margin: 0;
        gap: 10px;
}
.three_steps_sec .stepbar .headingbar {
    width: 30%;
}
.three_steps_boxes {
    width: 66%;
}
.three_steps_boxes li .item {
    margin: 10px;
}
.contentflexbar .twocolumndiv .text_box .btn_div {
	flex-wrap: wrap;
    gap: 10px;
}
.footerstrip .content ul li {
    font-size: 16px;
}



}

@media (max-width:992px) {
.container {
	max-width: 768px;
}
.four_column li, .three_column li {
	width: 50% !important;
}
.py_6 {
    padding: 40px 0;
}
h1 {
 font-size: 30px;
}

.main_header .h_flex > div {
    width: 78%;
}
.main_header p {
    font-size: 14px;
}
.bannertext {
    width: 40%;
   padding-bottom: 30px;
}
.bannertext p {
    font-size: 14px;
}
.bannertext .btn_div {
        width: 100%;
        margin-top: 10px;
}
.bannertext  .btn_div .btn {
    min-width: auto;
    padding: 2px 30px;
	font-size: 17px;
}
.bannertext .btn_div .phone {
    gap: 10px;
    font-size: 18px;
}
.bannertext .btn_div .phone a {
    font-size: 21px;
}
.banner_bg .bannerimg {
     width: 50%;
    right: -112px;
}
.banner_bg .bannerimg .img_box {
        width: 100%
}
.process_stepbar .d_flex_div {
    flex-wrap: wrap;
	gap: 40px;
}
.process_stepbar .contentbox {
    width: 100%;
}
.process_stepbar .processbar {
    width: 100%;
}
.process_stepbar .processbar .item:last-child {
	padding-bottom:0;
}
.servicesboxesbar li .icon_img {
    width: 96px;
}
.servicesboxesbar li h6 {
    font-size: 18px;
}
.three_steps_sec .stepbar {
    flex-wrap: wrap;
}
.three_steps_sec .stepbar .headingbar {
        width: 100%;
		text-align:center;
}
.three_steps_sec .stepbar .headingbar .btn_div {
    justify-content: center;
}
.three_steps_boxes {
        width: 100%;
}
.image_galleryslider .item {
    padding: 0 10px;
}
.image_galleryslider .slick-arrow {
    width: 30px;
    height: 30px;
}
.image_galleryslider .slick-arrow:before {
    font-size: 22px;
}
.contentflexbar .twocolumndiv {
    flex-wrap: wrap;
	    gap: 30px;
}
.contentflexbar .twocolumndiv .img_box,
.contentflexbar .twocolumndiv .text_box {
    width: 100%;
}
.formbox ul {
    gap: 20px;
    width: 100%;
}
.review_boxes {
    width: 100%;
}
.footerstrip .content ul {
    flex-wrap: wrap;
	gap: 10px;
}
.footerstrip .content ul li {
   font-size: 16px;
   flex: auto;
}

}

@media (max-width:768px) {
.container {
	max-width: 100%;
}
.four_column li, .three_column li, .two_column li {
	width: 100% !important;
}
.main_header .h_flex > div {
        width: 70%;
        flex-wrap: wrap;
        justify-content: end;
} 
.banner_bg .container {
	padding:0;
}
.banner_bg .d_flex {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
}

.banner_bg .bannerimg {
    width: 100%;
    right: 0;
}

.banner_bg .bannerimg .img_box {
        width: 100%;
}
.banner_bg .bannerimg:before {
        left: 0;
		display:none;
}
.bannertext {
        width: 100%;
        padding: 20px 15px;
        text-align: center;
}
.bannertext .btn_div .phone {
    justify-content: center;
}
.servicesboxesbar {
    flex-wrap: wrap;
}
.servicesboxesbar li {
	flex: auto;
    width: 20%;
}
.ourservices_widgetbar {
    flex-wrap: wrap;
    gap: 20px;
}
.ourservices_widgetbar .itemslide {
    width: 48%;
    box-shadow: 0 0 10px #edeef3;
    padding: 15px;
}
.contentflexbar .twocolumndiv {
   margin-bottom: 30px;
}
.formbox ul li {
    width: 100%;
}
footerstrip .content ul li {
     width: 100%;
}
.copyright .d_flex_div {
	    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}


}

@media (max-width:576px) {
.container {
	padding: 0 16px;
}
.btn_div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.starrated {
    flex-wrap: wrap;
}
.main_header .h_flex > div {
        width: 58%;
}
.main_header p {
        font-size: 14px;
        line-height: 1.1;
}
 .process_stepbar .processbar .item h3 {
        font-size: 20px;
}
.process_stepbar .processbar .item .icon {
    width: 50px;
    height: 50px;
    padding: 6px;
}
.three_steps_boxes li {
    width: 100%;
}
.three_steps_boxes li:nth-child(2) {
    margin: 0% 0 0 0;
}
.ourservices_widgetbar .itemslide {
        width: 400px;
		max-width:100%;
		margin:0 auto;
}
.copyright p {
    font-size: 12px;
}
}

@media (max-width:400px) {
body {
    font-size: 16px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
li,
p {
    font-size: 16px;
}
.btn_div .btn {
    min-width: auto;
    padding: 8px 36px;
	    font-size: 16px;
}
.main_header .h_logo {
    width: 90px;
}
 .main_header p {
        display: none;
}
.h_phone a {
    font-size: 16px;
}
.process_stepbar .contentbox p {
    margin-right: 0;
}
.review_boxes .slick-track {
    gap: 0;
}
}

/* mobile responsive property end */