body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
div,
table,
p,
img {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-collapse: collapse;
	text-decoration: none;
	border: none;
	font-weight: normal
}

div,
section,
h1,
h2,
h3,
h4,
h5,
h6,
table,
p,
img,
ul {
	box-sizing: border-box
}

img {
	display: block;
	border: none;
	text-decoration: none;
	outline: none
}

a {
	transition: .5s ease;
	color: #24bfee
}

a:hover {
	text-decoration: underline
}

.whitebackground {
	background: #fff !important
}

.centered {
	text-align: center
}

.red_text {
	color: #ff5e14
}

.green_text {
	color: #10C469
}

input {
	border: none;
	outline: 0
}

textarea:focus,
input:focus,
*:focus {
	outline: 0
}

input[type="button"],
button {
	cursor: pointer
}

button {
	border: none;
	padding: 0px;
	background: none
}

input[type="button"],
input[type="submit"],
.btn_add {
	cursor: pointer
}

.lfl {
	float: left
}

.rfl {
	float: right
}

.clear {
	clear: both
}

.text_right {
	text-align: right
}

.text_left {
	text-align: left
}

.text_center {
	text-align: center
}

.flex_display {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.flex_justify_start {
	justify-content: flex-start
}

.show_block {
	display: block
}

.withminheight {
	min-height: 600px
}

.message_holder {
	padding: 0;
	margin: 0
}

.message {
	display: block;
	font-size: 1rem;
	padding: 10px;
	background-color: #f9f9f9;
	color: #fff;
	line-height: 1.2rem
}

.message.error,
.message.error_message {
	background-color: #ec3b57
}

.message.success,
.message.success_message {
	background-color: #00C292
}

.message.notification,
.message.notification_message {
	background-color: #fff44a
}

.ucase {
	text-transform: uppercase
}

.ccase {
	text-transform: capitalize
}

.lcase {
	text-transform: lowercase
}

.ds_desc {
	line-height: 1.5em
}

.ds_desc2 {
	line-height: 2em
}

.content {
	width: 96%;
	max-width: 1000px;
	margin: 0px auto
}

.largetopmargin {
	margin-top: 20px
}

.mediumtopmargin {
	margin-top: 10px
}

.smalltopmargin {
	margin-top: 10px
}

.largebottommargin {
	margin-bottom: 20px
}

.mediumbottommargin {
	margin-bottom: 10px
}

.smallbottommargin {
	margin-bottom: 5px
}

.largetoppadding {
	padding-top: 20px
}

.mediumtoppadding {
	padding-top: 10px
}

.mediumrightpadding {
	padding-right: 10px
}

.largerightpadding {
	padding0-right: 20px
}

.smalltoppadding {
	padding-top: 5px
}

.largebottompadding {
	padding-bottom: 20px
}

.mediumbottompadding {
	padding-bottom: 10px
}

.smallbottompadding {
	padding-bottom: 5px
}

.margincentered {
	margin-left: auto;
	margin-right: auto
}

.smallleftmargin {
	margin-left: 5px
}

.smallrightmargin {
	margin-right: 5px
}

.mediumleftmargin {
	margin-left: 10px
}

.mediumrightmargin {
	margin-right: 10px
}

.largeleftmargin {
	margin-left: 20px
}

.verylargeleftmargin {
	margin-left: 30px
}

.largerightmargin {
	margin-right: 20px
}

.verylargerightmargin {
	margin-right: 30px
}

.noleftpadding {
	padding-left: 0
}

.norightpadding {
	padding-right: 0
}

.noleftpaddingimportant {
	padding-left: 0 !important
}

.norightpaddingimportant {
	padding-right: 0 !important
}

.noleftmarginimportant {
	margin-left: 0 !important
}

.norightmarginimportant {
	margin-right: 0 !important
}

.outer_div_f {
	position: relative;
	overflow: hidden
}

.outer_div_s {
	float: left;
	position: relative;
	left: 50%
}

.hold_in_mid {
	float: left;
	position: relative;
	left: -50%
}

.hold_all_show {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1200;
	left: 0px;
	top: 0px;
	background-image: url(../../images/main/75black.png)
}

.in_all_show {
	margin: 0px auto;
	margin-top: 8%;
	width: 560px;
	background-color: #fff;
	padding: 20px;
	position: relative
}

.in_lbox_content {
	margin: 0px auto;
	width: 560px
}

/* .close {
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	right: -10px;
	top: -10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.75)
}

.close:hover {
	text-decoration: none;
	box-shadow: 0px 0px 2px #222
} */

.menu_icon {
	display: none
}

.rel_pos {
	position: relative
}

.ds_desc ul {
	margin-left: 10px
}

.ds_desc li {
	display: list-item;
	list-style: disc;
	margin-left: 10px
}

.ds_desc ol {
	margin-left: 10px
}

.ds_desc ol li {
	display: list-item;
	list-style: decimal;
	margin-left: 10px
}

.bold {
	font-weight: 700
}

.blackbackground {
	background-color: #000
}

.vlightorangebackground {
	background-color: #FFFDF9
}

.lightorangebackground {
	background-color: #FFF1DB
}

.whitebackground {
	background-color: #fff
}

.lightgreybackground {
	background-color: #ededed
}

.smallfontsize {
	font-size: .8em
}

.mediumbigtext {
	font-size: 1.25rem
}

.bigtext {
	font-size: 1.5rem
}

.display_none {
	display: none !important
}

.hold_all_show {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 2000;
	left: 0px;
	top: 0px;
	background-image: url(../images/75black.png)
}

.in_all_show {
	margin: 0px auto;
	margin-top: 3%;
	width: 80%;
	max-width: 850px;
	background-color: #000;
	padding: 10px 10px;
	position: relative
}

.in_lbox_content {
	margin: 0px auto
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	z-index: 1
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

/* .close {
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	right: -10px;
	top: -10px;
	color: #fff;
	background: #C00;
	z-index: 100;
	position: absolute
}

.close:hover {
	text-decoration: none;
	box-shadow: 0px 0px 2px #222;
	background: #f00
} */

.tablink {
	background-color: #555;
	color: white;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 17px;
	width: 25%
}

.tablink:hover {
	background-color: #777
}

.tabcontent {
	display: none;
	padding: 100px 20px;
	height: 100%
}

.report_month {
	float: left;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px
}

.report_month p {
	line-height: 20px;
	cursor: pointer
}

.report_month h1 {
	color: #efb64c
}

.archive_link {
	cursor: pointer
}

.outer_lightbox {
	position: fixed;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	padding: 0 2%;
	z-index: 5000;
	display: none
}

.inlightbox {
	position: relative;
	margin: 0 auto;
	min-height: 200px;
	width: 100%;
	background-color: #fff;
	top: 10%;
	max-width: 700px;
	margin-bottom: 50px
}

.long_lbox {
	max-width: 900px;
	box-sizing: border-box
}

.lbox_header {
	font-size: 1.2rem;
	color: #333;
	text-transform: uppercase;
	background-color: #eee;
	padding: 0 20px;
	height: 50px;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.inlightbox_content {
	padding: 0;
	padding-bottom: 30px
}

.incontent_lb {
	padding: 20px
}

.inlightbox_content .form_submit_btn {
	margin: 0
}

.inlightbox_content .form_submit_btn:hover {
	background-color: #33cc00;
	color: #fff
}

.inlightbox_content .close_fbtn {
	background-color: #ddd;
	color: #10C469;
	margin-left: 10px
}

.inlightbox_content .delete_fbtn {
	margin-left: 10px;
	background-color: #b90000;
	color: #fff
}

.close_lbox {
	font-size: 1.3rem;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #ccc;
	z-index: 50
}

.close_lbox:hover {
	color: #df0c0c
}

.two-rows {
	width: 49%;
	margin-right: 2%
}

.two-row-c {
	width: 50%
}

.three-rows {
	width: 31%;
	margin-right: 3.5%
}

.three-rows-c {
	width: 33.33%
}

.four-rows {
	width: 23.5%;
	margin-right: 2%
}

.four-rows-c {
	width: 25%
}

.five-rows {
	width: 19%;
	margin-right: 1.25%
}

.five-rows-c {
	width: 20%
}

.six-rows {
	width: 15%;
	margin-right: 2%
}

.six-rows-c {
	width: 16.66%
}

.two-rows:nth-child(2n),
.three-rows:nth-child(3n),
.four-rows:nth-child(4n),
.five-rows:nth-child(5n),
.six-rows:nth-child(6n) {
	margin-right: 0
}

.flex-div-box {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.flex-div-box.justify-flex-start {
	justify-content: flex-start
}

.flex-div-box.justify-flex-end {
	justify-content: flex-end
}

.flex-div-box.align-items-start {
	justify-items: flex-start
}

.flex-div-box.align-flex-end {
	align-items: flex-end
}

.flex-div-box.align-content-flex-start {
	align-content: flex-start
}

.flex-div-box.align-content-flex-end {
	align-content: flex-end
}

@media all and (max-width: 960px) {

	.three-rows,
	.four-rows,
	.three-rows:nth-child(3n),
	.four-rows:nth-child(4n) {
		width: 49%;
		margin-right: 2%
	}

	.three-rows-c,
	.four-rows-c {
		width: 50%
	}

	.five-rows,
	.five-rows:nth-child(5n) {
		width: 31%;
		margin-right: 3.5%
	}

	.five-rows-c {
		width: 33.33%
	}

	.six-rows,
	.six-rows:nth-child(6n) {
		width: 23.5%;
		margin-right: 2%
	}

	.six-rows-c {
		width: 25%
	}

	.three-rows:nth-child(2n),
	.four-rows:nth-child(2n),
	.five-rows:nth-child(3n),
	.six-rows:nth-child(4n) {
		margin-right: 0
	}
}

@media all and (max-width: 640px) {

	.two-rows,
	.three-rows,
	.four-rows,
	.two-row-c,
	.three-rows-c,
	.four-rows-c,
	.three-rows:nth-child(3n),
	.four-rows:nth-child(4n),
	.three-rows:nth-child(2n),
	.four-rows:nth-child(2n),
	.two-rows:nth-child(2n) {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
		float: none;
		max-width: 480px
	}

	.two-rows.left-zero,
	.three-rows.left-zero,
	.four-rows.left-zero,
	.two-row-c.left-zero,
	.three-rows-c.left-zero,
	.four-rows-c.left-zero,
	.three-rows:nth-child(3n).left-zero,
	.four-rows:nth-child(4n).left-zero,
	.three-rows:nth-child(2n).left-zero,
	.four-rows:nth-child(2n).left-zero,
	.two-rows:nth-child(2n).left-zero {
		margin-left: 0
	}

	.two-rows.right-zero,
	.three-rows.right-zero,
	.four-rows.right-zero,
	.two-row-c.right-zero,
	.three-rows-c.right-zero,
	.four-rows-c.right-zero,
	.three-rows:nth-child(3n).right-zero,
	.four-rows:nth-child(4n).right-zero,
	.three-rows:nth-child(2n).right-zero,
	.four-rows:nth-child(2n).right-zero,
	.two-rows:nth-child(2n).right-zero {
		margin-right: 0
	}

	.five-rows,
	.six-rows,
	.five-rows:nth-child(5n),
	.six-rows:nth-child(6n) {
		width: 49%;
		margin-right: 2%
	}

	.five-rows-c,
	.six-rows-c {
		width: 50%
	}

	.five-rows:nth-child(2n),
	.six-rows:nth-child(2n) {
		margin-right: 0
	}
}

#drift-widget-container {
	display: none !important
}

#chat-bot-launcher-container {
	display: none
}

.announcement-bar-section {
	position: fixed;
	height: 50px;
	top: 0;
	left: 0;
	z-index: 201;
	width: 100%;
	background-color: #7750a0;
	transition: all ease-in-out .5s
}

.announcement-bar-section .content {
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.announcement-bar-section .content h3 a {
	font-size: 1rem;
	color: #fff;
	display: block;
	font-weight: 600
}

.announcement-bar-section .content h3 a:hover {
	text-decoration: none
}

.announcement-bar-section:hover {
	background-color: #24bfee;
	cursor: auto
}

.announcement-popup .inlightbox_content {
	padding-bottom: 0
}

.the_announcement_content {
	height: 300px;
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.8em;
	padding: 20px;
	position: relative
}

.the_announcement_content h1 {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 15px
}

.the_announcement_content .ann_pcontent {
	font-size: 1.2rem
}

.the_announcement_content .ann_contnet {
	position: relative;
	z-index: 4
}

.the_announcement_content .ann_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	z-index: 1
}

body,
html {
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	background-color: #fff;
	margin: 0 !important;
	padding: 0 !important;
	color: #000
}

body {
	padding-top: 75px !important
}

img {
	display: block;
	max-width: 100%
}

.content {
	max-width: 1180px
}

.relative-position {
	position: relative
}

.overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0
}

.onover-overlay {
	z-index: 10;
	position: relative
}

.morelink {
	color: #7750a0;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
	margin: 0;
	display: blank
}

.morecontent span {
	display: none
}

.main-title {
	text-transform: uppercase;
	color: #303030;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: 600
}

.main-title::after {
	position: absolute;
	left: calc(50% - 30px);
	top: calc(100% + 15px);
	content: " ";
	width: 60px;
	height: 2px;
	display: block;
	background-color: #24bfee
}

.main-title.white {
	color: white
}

.main-title.white::after {
	background-color: white
}

.main-title.left {
	text-align: left
}

.main-title.left::after {
	left: 0
}

.main-title.small {
	font-size: 1.3rem
}

.main-title.no-border {
	margin-bottom: 20px
}

.main-title.no-border::after {
	width: 0
}

.subdesc {
	font-size: 1.1rem;
	text-align: center;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 1.6em
}

.subdesc.big {
	font-size: 1.2rem;
	font-weight: 500
}

.subdesc.white {
	color: white
}

.subdesc.left {
	text-align: left;
	width: 100%;
	max-width: 100%
}

.main-button {
	width: 120px;
	display: block;
	text-align: center;
	border-radius: 20px;
	padding: 10px 0;
	color: #fff;
	border: solid 1px #24bfee;
	background-color: #24bfee
}

.main-button:hover {
	background-color: #fff;
	border: solid 1px #24bfee;
	color: #303030;
	text-decoration: none
}

.list_in {
	display: block;
	margin-left: 10px
}

.list_in li {
	display: block;
	padding-left: 20px;
	margin-bottom: 8px;
	position: relative
}

.list_in.tick li::before {
	position: absolute;
	display: inline-block;
	content: "\e840";
	left: 0px;
	top: 0;
	font-family: "fontello";
	font: 1.4em;
	color: #24bfee
}

.header-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	padding: 0;
	background-color: #fff;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.5)
}

.header-section .content {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.has-announcement .header-section {
	top: 50px
}

.logo {
	display: block;
	margin-left: 0;
	margin-right: auto
}

.logo img {
	display: block;
	width: auto;
	max-height: 75px
}

.menu_icon {
	margin-right: 0;
	margin-left: auto;
	position: relative;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	display:none;
}

.menu_icon span {
	transition: all ease-in-out .4s;
	display: block;
	width: 35px;
	height: 2px;
	margin: 3px 0;
	background-color: #24bfee
}

.menu_icon span:nth-child(2) {
	width: 25px;
	margin-left: 10px
}

.menu_icon:hover span {
	width: 25px;
	margin-left: 10px;
	background-color: #7750a0
}

.menu_icon:hover span:nth-child(2) {
	width: 35px;
	margin-left: 0px
}

.hold-main-navigation {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: auto
}

.hold-main-navigation .main-navigation {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.hold-main-navigation .main-navigation li {
	position: relative;
	margin-left: 50px
}

.hold-main-navigation .main-navigation li a {
	display: block;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	height: 80px;
	text-transform: capitalize;
	font-weight: 400;
	color: #24bfee;
	font-size: 0.9rem
}

.hold-main-navigation .main-navigation li a .alternative {
	color: #7750a0
}

.hold-main-navigation .main-navigation li a i {
	height: 35px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 2rem
}

.hold-main-navigation .main-navigation li a span {
	margin-top: 3px
}

.hold-main-navigation .main-navigation li a:hover {
	color: #303030;
	text-decoration: none
}

.hold-main-navigation .main-navigation li.active a {
	color: #7750a0
}

.hold-main-navigation .main-navigation li:hover ul {
	display: block
}

.hold-main-navigation .main-navigation li ul {
	transition: all ease-in-out .2s;
	display: none;
	overflow: hidden;
	position: absolute;
	left: -100px;
	top: 100%
}

.hold-main-navigation .main-navigation li ul div {
	width: 200px;
	background-color: #fff;
	border-top: solid 2px #7750a0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)
}

.hold-main-navigation .main-navigation li ul li {
	height: auto;
	display: block;
	margin: 0;
	padding: 0
}

.hold-main-navigation .main-navigation li ul li a {
	display: block;
	line-height: normal;
	width: auto;
	padding-bottom: 0;
	margin: 0;
	height: auto;
	padding: 12px 15px;
	border-bottom: solid 1px #f0f0f0;
	margin-left: 0;
	font-size: 0.9rem
}

.hold-main-navigation .main-navigation li ul li a:hover {
	background-color: #f9f9f9
}

.home-image-section {
	background-color: #eeeeee;
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}

.home-image-section .overlay {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0
}

.home-image-section .content {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 20;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.4)
}

.home-image-section .content h1 {
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: uppercase
}

.home-image-section .content h4 {
	font-size: 1.3rem;
	font-weight: 500;
	margin: 20px auto;
	display: block
}

.home-image-section .content a {
	display: block;
	font-weight: 700;
	width: 200px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 1.3rem;
	color: #fff;
	text-transform: uppercase;
	background: #7750a0;
	text-shadow: none
}

.home-image-section .content a:hover {
	text-decoration: none;
	background: #24bfee
}

.services-section {
	padding: 50px 0
}

.all-services {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.all-services .one-service {
	border: solid 1px #ddd;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative
}

.all-services .one-service .loader_seve {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 20;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 1.5em;
	display: none
}

.all-services .one-service .service_img {
	display: block;
	height: 170px;
	background-color: #eee;
	width: 100%;
	background-size: cover;
	background-position: center
}

.all-services .one-service .hos_desc {
	position: relative;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	z-index: 10
}

.all-services .one-service .hos_desc h2 {
	line-height: 40px;
	font-size: 0.9rem;
	text-transform: uppercase;
	position: relative
}

.all-services .one-service .hos_desc h2 a {
	font-weight: 700;
	letter-spacing: 0.005em;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	overflow: hidden;
	position: relative;
	display: block;
	padding: 0 10px;
	padding-right: 10%;
	box-sizing: border-box
}

.all-services .one-service .hos_desc h2 a i {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all ease-in-out .3s;
	position: absolute;
	margin-right: 0;
	top: 0;
	height: 100%;
	margin-left: auto;
	right: 5%;
	font-size: 1.5rem;
	color: #fff
}

.all-services .one-service .hos_desc h2 a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #7750a0
}

.all-services .one-service .hos_desc h2 a:hover i {
	right: 2%
}

.all-services .one-service:hover .hos_desc h2 a {
	color: #fff;
	text-decoration: none;
	background-color: #7750a0
}

.all-services .one-service:hover .hos_desc h2 a i {
	right: 2%
}

.all-services .one-service:hover .service_img {
	opacity: 0.7
}

.all-services .one-service .hold_serv_btns {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
	box-size: border-box;
	position: absolute;
	top: 0;
	left: 0
}

.all-services .one-service .hold_serv_btns .serv_btn {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	display: block;
	padding: 9px 15px;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #24bfee;
	margin-right: auto;
	margin-left: 0
}

.all-services .one-service .hold_serv_btns .serv_btn.right_servbtn {
	margin-right: 0;
	margin-left: auto
}

.all-services .one-service .hold_serv_btns .serv_btn:hover {
	text-decoration: none;
	background-color: #7750a0
}

.yall-services {
	padding-top: 20px
}

.yall-services .yall_top_services {
	margin-bottom: 40px
}

.yall-services .yall_top_services .yall_main_title a {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #303030
}

.yall-services .yall_top_services .yall_main_title a:hover {
	text-decoration: none;
	color: #7750a0
}

.yall-services .yall_top_services .yall_main_subdesc {
	font-size: 0.9rem;
	margin-top: 8px;
	line-height: 1.6em
}

.yall_higlight {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.6em
}

.yall_inservices {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}

.yall_inservices .yall_one_service {
	margin-bottom: 15px
}

.yall_inservices .yall_one_service:nth-child(4n) {
	margin-right: 0
}

.yall_inservices .yall_one_service .yall_serv_img {
	height: 135px;
	display: block;
	background-color: #ccc;
	width: 100%;
	margin: 0;
	background-position: center;
	background-size: cover
}

.yall_inservices .yall_one_service .hold_yall_serve_name {
	position: relative;
	overflow: hidden
}

.yall_inservices .yall_one_service .hold_yall_serve_name .yall_serv_name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-transform: capitalize;
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	background-color: #eee;
	padding: 0 10px;
	line-height: 35px;
	box-sizing: border-box;
	position: relative;
	z-index: 1
}

.yall_inservices .yall_one_service .hold_yall_serve_name .yall_serv_name:hover {
	color: #24bfee;
	text-decoration: none
}

.yall_inservices .yall_one_service .hold_yall_serve_name .yall_sbook {
	position: absolute;
	right: -100%;
	top: 0;
	line-height: 35px;
	color: #fff;
	z-index: 10;
	padding: 0 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9rem;
	box-sizing: border-box;
	background: #24bfee
}

.yall_inservices .yall_one_service .hold_yall_serve_name .yall_sbook:hover {
	background-color: #7750a0;
	text-decoration: none
}

.yall_inservices .yall_one_service:hover .yall_sbook {
	right: 0
}

.how-it-works-section {
	padding: 50px 0;
	background-color: #f9f9f9
}

.how-it-works-section .how-it-works {
	padding-top: 30px;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}

.how-it-works-section .how-it-works .one_hiw {
	text-align: center
}

.how-it-works-section .how-it-works .one_hiw .hiw_icon {
	display: block
}

.how-it-works-section .how-it-works .one_hiw .hiw_icon i {
	font-size: 3em;
	color: #24bfee
}

.how-it-works-section .how-it-works .one_hiw .hiw_title {
	display: block;
	font-size: 1.3rem;
	color: black;
	font-weight: 500;
	text-transform: uppercase;
	margin: 10px 0
}

.how-it-works-section .how-it-works .one_hiw .hiw_desc {
	display: block;
	line-height: 1.6em;
	font-size: 1rem
}

.how-it-works-section .how-it-works .one_hiw:nth-child(2) {
	margin-bottom: 0
}

.why-section {
	padding: 60px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative
}

.why-section .content {
	position: relative;
	z-index: 20
}

.why-section .all_reasons_icons {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: white
}

.why-section .all_reasons_icons .one_reason_icon {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin: 0 15px;
	margin-bottom: 20px
}

.why-section .all_reasons_icons .one_reason_icon i {
	display: block;
	text-align: center;
	font-size: 3em
}

.why-section .all_reasons_icons .one_reason_icon span {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0.1em
}

.why-section .all_reasons_icons .one_reason_icon:hover {
	color: #f5f5f5
}

.why-section .all_reasons_details {
	margin: 0 auto;
	margin-top: 40px;
	height: 150px;
	width: 90%;
	max-width: 768px
}

.why-section .all_reasons_details .one_reason_detail {
	color: #fff;
	display: none;
	text-align: center;
	line-height: 1.6em
}

.why-section .all_reasons_details .one_reason_detail p {
	margin: 8px 0
}

.why-section .all_reasons_details .one_reason_detail:nth-child(1) {
	display: block
}

.google-reviews-section {
	padding: 50px 0;
	background-color: #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.google-reviews-section .content {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	color: #fff;
	position: relative;
	flex-direction: column
}

.all-testimonials {
	margin-top: 30px;
	position: relative;
	width: 100%;
	height: 300px
}

.inall-testimonials {
	position: relative;
	height: 100%
}

.one-testimonial {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column
}

.one-testimonial .the_testimonial {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8em
}

.one-testimonial .testimonial_rating {
	margin-top: 10px;
	color: #e3c007;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1.4rem
}

.one-testimonial .testimonial_rating i {
	margin: 0 3px
}

.one-testimonial h2 {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 20px 0 5px 0
}

.one-testimonial .tes_date {
	font-size: 0.9rem
}

.test_nav {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.test_nav a {
	margin: 0 5px;
	display: block;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	border: solid 2px #fff
}

.test_nav a:hover {
	border-color: #24bfee
}

.test_nav a.active {
	background-color: #fff
}

.rmotest {
	display: block;
	margin: 20px auto 0 auto;
	border: solid 1px #fff;
	color: #fff;
	padding: 8px 15px
}

.top-footer-section {
	background-color: #444
}

.top-footer-section .contact-phones {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.top-footer-section .contact-phones .one-phone {
	padding: 20px 7px;
	border-right: solid 1px #555555;
	display: block;
	color: white;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.top-footer-section .contact-phones .one-phone span {
	margin-left: 7px
}

.top-footer-section .contact-phones .one-phone:hover {
	text-decoration: none;
	color: wheat
}

.footer-section {
	padding: 50px 0;
	background-color: #303030
}

.footer-section .content {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}

.footer-section .one-footer {
	width: 18%
}

.footer-section .one-footer:nth-child(1),
.footer-section .one-footer:nth-child(4) {
	width: 27%
}

.footer-section .one-footer:nth-child(1) {
	margin-right: 7%
}

.footer-section .one-footer:nth-child(3) {
	margin-left: 3%
}

.footer-section .one-footer h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
	color: white;
	margin-bottom: 15px;
	font-weight: 600
}

.footer-section .footer_desc {
	color: #fff;
	line-height: 1.6em;
	text-align: justify;
	font-size: 0.9rem
}

.footer-section .footer-nav li a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 0.9rem
}

.footer-section .footer-nav li a:hover {
	color: whitesmoke
}

.footer-section .cont_info {
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.5em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #444;
	display: block
}

.footer-section .cont_info i {
	margin-right: 5px
}

.the-fixed-button {
	position: fixed;
	bottom: 5%;
	height: 60px;
	width: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 2.5em;
	z-index: 150;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.the-fixed-button:hover {
	text-decoration: none;
	opacity: 0.7;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8)
}

.chat-button {
	right: 3%;
	border-radius: 5px;
	background-color: #24bfee
}

.whatsapp-button {
	left: 3%;
	background-color: #20b038
}

.main-title-image-section {
	height: 350px;
	background-color: #eee
}

.msubabt {
	line-height: 1.6em;
	font-size: 1.3rem;
	margin-bottom: 10px
}

.maboutdesc {
	line-height: 1.5em;
	padding-bottom: 20px
}

.top-about-section {
	padding: 50px 0
}

.top-about-section .content {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.top-about-section .left_abt {
	margin-left: 0;
	margin-right: auto;
	width: 50%;
	height: 500px;
	background-color: #ccc;
	background-size: cover;
	background-position: center
}

.top-about-section .right_abt {
	margin-left: auto;
	margin-right: 0;
	width: 48%
}

.top-about-section .right_abt .oneabdiv {
	margin-bottom: 20px
}

.about-two-section {
	padding: 30px 0;
	background-color: #eee
}

.allabout_list {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.allabout_list .oneabt_list {
	width: 30%;
	min-width: 200px;
	margin: 0 1.5%;
	padding: 0px 15px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	height: 200px;
	line-height: 1.3em;
	background-color: #fff
}

.allabout_list .oneabt_list span {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #eee;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.allabout_list .oneabt_list span i {
	color: #24bfee;
	font-size: 2rem
}

.allabout_list .oneabt_list h2 {
	font-size: 1.1rem;
	text-transform: font-size;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 600
}

.allabout_list .oneabt_list h4 {
	font-size: 1rem;
	text-align: center
}

.about-three-section {
	padding: 80px 0
}

.about-three-section .content {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.about-three-section .left_abthree {
	width: 100%;
	margin-right: 0%
}

.about-three-section .all_three_list {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 30px
}

.about-three-section .all_three_list .otreelist {
	width: 49%;
	margin-right: 0;
	margin-left: auto
}

.about-three-section .all_three_list .otreelist:nth-child(1) {
	margin-left: 0;
	margin-right: auto
}

.about-three-section .all_three_list .otreelist span {
	display: block;
	font-size: 4em;
	color: #24bfee
}

.about-three-section .all_three_list .otreelist h2 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 10px 0
}

.about-three-section .all_three_list .otreelist .otreedesc {
	line-height: 1.6em
}

.about-three-section .right_abthree {
	width: 31%
}

.about-three-section .right_abthree .the_image_abt_right {
	height: 400px;
	width: 100%;
	background-color: #ccc
}

.call-us-section {
	height: 300px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative
}

.call-us-section .overlay {
	position: absolute;
	left: 0;
	background-color: #000;
	opacity: 0.9;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%
}

.call-us-section .content {
	position: relative;
	z-index: 10;
	text-align: center
}

.call-us-section .content h3 {
	font-size: 1.8rem;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 0 2px #333;
	margin-bottom: 20px
}

.call-us-section .content a {
	display: block;
	font-weight: 700;
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1.3rem;
	color: #fff;
	text-transform: uppercase;
	background: #7750a0;
	text-shadow: none
}

.call-us-section .content a:hover {
	text-decoration: none;
	background: #24bfee
}

.content-default-section {
	padding: 50px 0
}

.content-default-section h3 {
	margin: 15px 0;
	font-size: 1.2rem;
	font-weight: 700
}

.faqs-section .content h1 {
	margin: 30px 0;
	font-size: 2rem;
	color: #666
}

.faqs-section .content h2 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 20px 0
}

.main-service-image-section {
	height: 400px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.main-service-image-section .content {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 20
}

.main-service-image-section .content h1 {
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 700
}

.main-service-image-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1
}

.main-info-section {
	padding: 10px 0;
	padding-top: 0
}

.main_serv_desc {
	max-width: 840px;
	width: 90%;
	text-align: justify;
	line-height: 1.7em;
	margin: 0 auto;
	font-size: 1.1rem
}

.altser_holder {
	width: 100%;
	max-width: 1024px;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.altser_holder .altserv_img {
	display: block;
	width: 50%;
	height: 400px;
	position: relative;
	background-color: #eee;
	z-index: 5;
	background-size: cover;
	background-position: center
}

.altser_holder .hold_altserv {
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	border-box: box-sizing;
	text-align: center;
	position: relative;
	z-index: 10;
	height: auto
}

.altser_holder .hold_altserv h2 {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px
}

.altser_holder .hold_altserv .altserv_desc {
	line-height: 1.7em;
	font-size: 1rem
}

.altser_holder .hold_altserv .altserv_desc p {
	margin: 10px 0
}

.altser_holder.alternate_sb .altserv_img {
	margin-right: 0;
	margin-left: auto
}

.altser_holder.alternate_sb .hold_altserv {
	margin-left: 0;
	margin-right: auto
}

.hightlight-information-section {
	padding: 30px 0
}

.anhold_ser_sbtn {
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 5001
}

.hold_serv_sbtns .sone_btn {
	background-color: #7750a0;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	height: 70px;
	width: 70px;
	margin: 0;
	display: block;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	font-size: 0.6rem;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	border-left: solid 1px rgba(255, 255, 255, 0.3)
}

.hold_serv_sbtns .sone_btn:first-child {
	border-top: solid 1px rgba(255, 255, 255, 0.3)
}

.hold_serv_sbtns .sone_btn i {
	margin-bottom: 6px;
	display: block;
	font-size: 1.8rem
}

.hold_serv_sbtns .sone_btn:hover {
	text-decoration: none;
	background-color: #24bfee
}

.hold_serv_sbtns.sub_services_btns {
	justify-content: flex-start
}

.hold_serv_sbtns.sub_services_btns .sone_btn {
	box-shadow: none;
	margin: 0;
	margin-right: 20px;
	padding: 15px 25px
}

.sub-services-section {
	padding-bottom: 50px
}

.sub-services-section .all-services {
	padding: 0
}

.img_bx {
	width: 100%;
	margin-bottom: 15px
}

.img_bx img {
	width: 100%
}

.contact-us-section {
	padding: 50px 0
}

.contact-us-section .hcontact_info {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.contact-us-section .hcontact_info .one_cont_info {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0px 15px;
	padding-top: 30px;
	height: 320px;
	border: solid 1px #ddd;
	border-right: none;
	flex-direction: column
}

.contact-us-section .hcontact_info .one_cont_info .icon_stuff {
	font-size: 3rem;
	color: #24bfee;
	margin-bottom: 20px;
	position:relative;
	left:150px;
}

.contact-us-section .hcontact_info .one_cont_info:last-child {
	border-right: solid 1px #eee
}

.contact-us-section .hcontact_info .one_cont_info h1 {
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	    position: relative;
    left: 100px;
}
.contact-us-section .hcontact_info .one_cont_info .lasthead {
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	    position: relative;
    left: 35px;
}

.contact-us-section .hcontact_info .one_cont_info .attcontadd {
	margin-bottom: 5px;
	font-size: 0.9rem;
	line-height: 1.7em
}

.contact-us-section .hcontact_info .one_cont_info .attcontadd a {
	display: block;
	color: #000;
	font-weight: 700
}

.contact-us-section .hcontact_info .one_cont_info .cont_num {
	display: flow-root;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
	color: #222;
	font-weight: 600
}

.contact-us-section .hcontact_info .one_cont_info .cont_num span {
	color: #666;
	font-size: 0.9rem;
	font-weight: 400;
	width: 55px
}

.contact-us-section .hcontact_info .one_cont_info .cont_num:hover {
	color: #7750a0;
	text-decoration: none
}

.contact-us-section .hcontact_info .one_cont_info .attcont {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
	color: #222;
	font-weight: 600
}

.contact-us-section .hcontact_info .one_cont_info .attcont span {
	width: 223px;
	font-weight: 400;
	font-size: 0.9rem;
	color: #666
}

.contact-us-section .hcontact_info .one_cont_info .infocad {
	margin-top: 10px;
	font-size: 0.9rem;
	color: #000;
	font-weight: 700
}

.contact-us-section .hcontact_info .one_cont_info .list_cserv {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}

.contact-us-section .hcontact_info .one_cont_info .list_cserv li {
	padding-right: 7px;
	margin-right: 7px;
	border-right: solid 1px #eee;
	text-transform: capitalize;
	font-size: 0.8rem
}

.more-information-section {
	padding: 0;
	border: solid 1px #eee;
	margin-bottom: 10px;
	background-color: #f0f0f0
}

.all-more-inform {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.all-more-inform .one_more_inform {
	padding: 30px 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f9f9f9;
	margin: 0 0.5px
}

.all-more-inform .one_more_inform .bainform {
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	color: #333
}

.all-more-inform .one_more_inform .bainform i {
	color: #7750a0;
	margin-bottom: 10px;
	font-size: 2.2rem
}

.all-more-inform .one_more_inform .bainform:hover {
	text-decoration: none
}

.all-more-inform .one_more_inform:hover {
	background-color: #ccc;
	text-decoration: none
}

.abktitle {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #7750a0
}

.bank_infor {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column
}

.bank_infor div {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 10px
}

.bank_infor div span {
	display: block;
	width: 160px;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase
}

.contact-form-section {
	padding-top: 30px
}

.contbox_hold {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	border: none 1px #ddd
}

.left_cont_box {
	width: 50%;
	border-right: 1px none #ddd
}

.hold_input_c {
	padding: 10px 10px
}

.hold_input_c:last-child {
	border-bottom: none
}

.hold_input_c span {
	line-height: 30px;
	color: #000;
	display: block;
	text-transform: uppercase;
	font-size: 0.9rem
}

.hold_input_c input,
.hold_input_c textarea,
.hold_input_c select {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	padding: 10px 10px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	border: solid 1px #ccc;
	resize: none;
	box-sizing: border-box;
	background-color: #fff
}

.hold_input_c input[type="file"] {
	padding: 0px
}

.hold_input_c textarea {
	height: 400px;
	line-height: 1.5em
}

.right_cont_box {
	width: 50%
}

.cont_btn_c {
	margin: 40px 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.cont_btn_c .hcaptu {
	margin-right: auto;
	margin-left: 0
}

.cont_btn_c .cont_btn {
	margin-right: 0;
	margin-left: auto;
	padding: 12px 25px;
	width: auto;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.1rem;
	transition: all ease-in-out .3s
}

.map-section {
	padding: 50px 0
}

.map-section .hold_map {
	height: 450px;
	width: 100%;
	background-color: #ddd
}

.gallery-section {
	padding: 70px 0
}

.all_gallery {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.all_gallery .one_gallery {
	position: relative
}

.all_gallery .one_gallery .gal_img {
	display: block;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #999;
	height: 250px
}

.all_gallery .one_gallery .gal_img.with_gal_img {
	height: auto
}

.all_gallery .one_gallery .gal_img i {
	font-size: 4rem;
	color: #ddd
}

.all_gallery .one_gallery .gal_img:hover {
	text-decoration: none
}

.all_gallery .one_gallery h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.all_gallery .one_gallery h2 a {
	display: block;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	font-size: 0.9rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	padding: 15px 0
}

.all_gallery .one_gallery h2 a:hover {
	background-color: #7750a0;
	text-decoration: none
}

.all-a-gallery-images-section {
	position: fixed;
	top: 0;
	z-index: 5000;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	overflow-y: scroll;
	overflow-x: hidden
}

.hold-one-gallery-title {
	position: fixed;
	top: 0;
	left: 0%;
	height: 70px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 30px;
	background-color: #222
}

.gname {
	color: #fff;
	font-weight: 600;
	font-size: 1.7rem
}

.goneclose {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: 0;
	height: 100%;
	padding: 0 15px;
	background-color: #333
}

.goneclose:hover {
	background-color: #777;
	color: #fff
}

.onegallery_images {
	padding: 15px 0;
	padding-top: 100px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.onegallery_images a {
	height: 150px;
	background-color: #eee;
	margin-bottom: 10px;
	border: solid 1px #111;
	box-sizing: border-box;
	background-position: center;
	background-size: cover
}

.mser-title {
	font-size: 1.1rem;
	color: #333;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase
}

.servlb_desc {
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.6em;
	overflow: hidden
}

.servlb_desc p {
	margin: 10px 0
}

.ssubserv_list li {
	display: block;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 8px 12px;
	border: solid 1px #eee
}

.ssubserv_list li:hover {
	color: #7750a0;
	background-color: #f9f9f9
}

.ssubserv_list li:hover div {
	opacity: 1
}

.ssubserv_list li span {
	margin-left: 0;
	margin-right: auto;
	color: #333;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.ssubserv_list li span i {
	font-size: 1.5rem;
	margin-right: 10px
}

.ssubserv_list li div {
	margin-left: auto;
	margin-right: 0;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all ease-in-out .3s;
	opacity: 0
}

.ssubserv_list li div a {
	margin-left: 10px;
	font-weight: 600;
	padding: 5px 15px;
	font-size: 0.9rem;
	border-radius: 3px;
	background-color: #7750a0;
	color: white
}

.ssubserv_list li div a:hover {
	text-decoration: none;
	background-color: #24bfee
}

.aservice-section {
	padding: 0px 0;
	padding-bottom: 70px
}

.a_all_services {
	padding-top: 20px
}

.a_all_services .all-services {
	justify-content: flex-start
}

.ao_serv_desc {
	padding: 0px 0;
	line-height: 1.8em
}

.ao_serv_desc p {
	margin: 10px 0
}

.a_one-service {
	display: block;
	border: solid 1px #ccc;
	border-bottom: none
}

.a_one-service:last-child {
	border-bottom: solid 1px #ccc
}

.a_oservice_title {
	background-color: #eee;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 55px;
	padding: 0 20px
}

.a_oservice_title .left_a_serv_title {
	margin-left: 0;
	margin-right: auto
}

.a_oservice_title .left_a_serv_title span,
.a_oservice_title .left_a_serv_title a {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1rem
}

.a_oservice_title .left_a_serv_title span i,
.a_oservice_title .left_a_serv_title a i {
	font-size: 1.8rem;
	margin-right: 7px
}

.a_oservice_title a {
	margin-right: 0;
	margin-left: auto
}

.a_oservice_sserv {
	display: none;
	padding: 10px 30px
}

.title-option-two {
	padding: 40px 0;
	background-color: #eee
}

.main-two-title {
	font-size: 1.2rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700
}

.calculator-section {
	padding: 50px 0;
	background-color: #fff
}

.left_scalc {
	width: 70%
}

.one_calc_sect {
	padding: 0;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.one_calc_sect h2 {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 400;
	margin-bottom: 25px;
	color: #7750a0
}

.list_ocs {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.list_ocs li {
	margin: 0 1%;
	margin-bottom: 15px;
	position: relative;
	width: 31%
}

.list_ocs li a {
	text-transform: capitalize;
	display: block;
	padding: 0;
	height: 55px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	color: #666;
	font-size: 1rem;
	font-weight: 600;
	border: solid 1px #ddd;
	background-color: #f9f9f9;
	box-sizing: border-box
}

.list_ocs li a:hover {
	background-color: #ddd;
	color: #000;
	text-decoration: none
}

.list_ocs li a.active {
	background-color: #7750a0;
	color: #fff
}

.list_ocs.sm_list_ocs li {
	width: 23%;
	margin-right: 1%;
	margin-left: 1%
}

.spec_services {
	display: none;
	margin-top: -30px;
	background-color: #f0f0f0;
	padding: 20px 10px
}

.spec_services h4 {
	text-transform: uppercase;
	font-size: 1rem;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600
}

.spec_services .list_ocs {
	justify-content: center
}

.spec_services .list_ocs li {
	width: 180px;
	margin: 10px 7px
}

.spec_services .list_ocs li a {
	background-color: #fff
}

.spec_services .list_ocs li a.active {
	background-color: #24bfee
}

.docl {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.docl li {
	width: 10.0%;
	min-width: 70px;
	margin: 0 0.5%;
	margin-bottom: 10px
}

.docl li a {
	display: block;
	height: 40px;
	border: solid 1px #ddd;
	color: #333;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-family: Arial
}

.docl li a:hover {
	background-color: #ddd;
	color: #000;
	text-decoration: none
}

.docl li a.active {
	font-weight: 600;
	background-color: #7750a0;
	color: #fff
}

.docl.hours li {
	width: 8.5%;
	margin: 0 0.29%;
	margin-bottom: 3px;
	min-width: 70px
}

.docl.weekdays li {
	width: 13%;
	min-width: 100px
}

.docl.the_time li {
	min-width: 100px
}

.sepecalc {
	padding-top: 20px;
	margin-top: 20px
}

.hold_incalhourst {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.hold_incalhourst span {
	text-transform: capitalize;
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 190px;
	color: #666;
	font-size: 1rem;
	font-weight: 600;
	border: solid 1px #ddd;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer
}

.hold_incalhourst span:hover {
	background-color: #ddd;
	color: #000;
	text-decoration: none
}

.hold_incalhourst span.active {
	background-color: #7750a0;
	color: #fff
}

.right_scalc {
	width: 28%;
	box-sizing: border-box
}

.close_pricing {
position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px 20px;
    background-color: #7750a0;
    color: #fff;
    font-size: 1.1rem;
    display: none;
    z-index: 99999;
}

.res_price_d {
	position: fixed;
	bottom: 60px;
	left: 0;
	width: 100%;
	background-color: #24bfee;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	display: none;
	z-index: 20
}

.res_price_d div,
.res_price_d a {
	width: 50%;
	display: block;
	box-sizing: border-box;
	text-align: center;
	border-right: solid 1px rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	height: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 1rem;
	font-weight: 600
}

.res_price_d a {
	background-color: #7750a0;
	color: #fff;
    margin: 2px 0;
}

.res_price_d a:hover {
	text-decoration: none;
	background-color: #333
}

.res_price_d a.full {
	width: 100%
}

.inrscalc {
	background-color: #f0f0f0;
	padding: 0;
	border: solid 1px #ccc;
	box-sizing: border-box;
	
}
.inrscalc1 {
	background-color: #f0f0f0;
	padding: 0;
	border: solid 1px #ccc;
	box-sizing: border-box
}
.est-title {
	font-size: 1.2rem;
	padding: 15px;
	font-weight: 600;
	border-bottom: solid 1px #ccc;
	text-transform: uppercase;
	position: relative
}

.cost_t {
	display: block;
	font-size: 1.3rem;
	border-top: solid 1px #ccc;
	padding: 15px;
	font-family: "Arial";
	font-weight: 500
}

.sele_list {
	padding: 25px 15px;
	position: relative;
	min-height: 0.5px
}

.sele_list li {
	/* margin-bottom: 10px; */
	font-size: 0.9rem;
	color: #000;
	text-transform: none;
	display: flex !important;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.sele_list li.small {
	font-size: 0.8rem;
	font-weight: 600
}

.sele_list li i {
	width: 30px;
	display: block;
	color: #24bfee
}

.sele_list li span {
	width: calc(100% - 30px)
}

.sele_list li span::first-letter {
	text-transform: uppercase
}
.sele_list1 {
	padding: 25px 15px;
	position: relative;
	min-height: 0.5px
}

.sele_list1 li {
	/* margin-bottom: 10px; */
	font-size: 0.9rem;
	color: #000;
	text-transform: none;
	display: flex !important;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.sele_list1 li.small {
	font-size: 0.8rem;
	font-weight: 600
}

.sele_list1 li i {
	width: 30px;
	display: block;
	color: #24bfee
}

.sele_list1 li span {
	width: calc(100% - 30px)
}

.sele_list1 li span::first-letter {
	text-transform: uppercase
}

.cal_month {
	font-size: 1rem;
	text-align: center;
	color: #666;
	margin-bottom: 20px;
	text-transform: uppercase
}

.cal_vals {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.cal_vals span {
	width: calc(100%/7);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-right: solid 1px #ccc;
	height: 40px;
	border-bottom: solid 1px #ccc
}

.cal_vals span:nth-child(7n),
.cal_vals span:last-child {
	border-right: 0
}

.cal_vals.cal_days {
	font-weight: 600
}

.cal_vals.cal_dates {
	justify-content: flex-start;
	font-weight: 500
}

.cal_vals.cal_dates span {
	cursor: pointer
}

.cal_vals.cal_dates span.active {
	background-color: #7750a0;
	color: #fff
}

.cal_vals.cal_dates span.inactive,
.cal_vals.cal_dates span.active_inactive {
	color: #999;
	cursor: auto
}

.show_cleaning_materials {
	display: none
}

.material_info {
	display: none;
	background-color: #fff;
	padding: 20px
}

.material_info ul li {
	margin-bottom: 5px;
	font-size: 0.8rem;
	color: #000
}

.minimum_hours_text {
	font-weight: 600;
	color: #7750a0;
	font-size: 0.8rem;
	text-transform: uppercase;
	text-align: center;
	display: none;
	padding-right: 35px;
	box-sizing: border-box
}

.hid_times {
	width: 100% !important;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	display: none
}

.hid_times li {
	width: 10.0%;
	margin-left: 0.5%;
	margin-right: 0.5%
}

.hours li {
	width: 8.5%;
	margin-right: 0.59%;
	margin-bottom: 3px
}

.saltimes {
	display: block;
	margin: 10px auto;
	width: 150px;
	text-align: center;
	color: #000;
	font-weight: 600;
	font-size: 0.9rem;
	border: solid 1px #eee;
	padding: 5px 0
}

.contact_pric_info {
	padding: 10px 10px;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #ddd;
	/* display: none */
}

.contact_pric_info span {
	text-align: center;
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
	color: #333;
	margin: 5px 0
}

.contact_pric_info div {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px
}

.contact_pric_info div a {
	display: block;
	background-color: #24bfee;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	margin: 0 7px;
	text-transform: uppercase;
	padding: 10px 10px;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.contact_pric_info div a i {
	margin-right: 4px;
	/* font-size: 1.3rem */
}

.contact_pric_info div a:hover {
	text-decoration: none;
	opacity: 0.8
}

.contact_pric_info div a:nth-child(2) {
	background-color: #25D366
}

.is_one_off,
.is_weekly,
.adivserv {
	display: block
}

.widetails {
	padding: 10px 15px;
	font-size: 0.9rem;
	color: #000;
	font-weight: 600;
	line-height: 1.7em
}

.careers-section {
	padding: 50px 0;
	text-align: center
}

.mcatitle {
	font-size: 1.8rem;
	font-weight: 600
}

.mcasubtitle {
	margin-top: 15px;
	font-size: 1.2rem
}

.mcasubtitle a {
	color: #7750a0
}

.careers-form-section {
	padding: 50px 0;
	background-color: #f9f9f9
}

.careers-form-section h2 {
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 600
}

.carers_form {
	max-width: 800px;
	width: 90%;
	margin: 0 auto
}

.input_iads {
	margin: 0;
	border: solid 3px #ccc;
	padding: 15px 15px;
	width: 100%;
	display: block;
	max-width: 500px;
	width: 90%;
	background-color: #f9f9f9;
	font-size: 1rem;
	box-sizing: border-box
}

.input_iads.long_input {
	width: 100%;
	max-width: none
}

.input_iads:focus {
	background-color: #fff;
	border-color: #24bfee;
	color: #000
}

.title-option-three {
	background: none
}

.title-option-three .content {
	padding-top: 50px;
	padding-bottom: 0
}

.title-option-three .main-two-title {
	color: #7750a0;
	text-transform: capitalize;
	font-size: 2rem;
	font-weight: 600
}

.chat-page {
	background: #f7f2f8
}

.chat-page-section {
	background: none
}

.chat-page-section .one_calc_sect {
	background-color: #fff;
	padding: 20px 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px
}

.chat-page-section .one_calc_sect h2 {
	font-size: 1.1rem;
	text-align: left;
	color: #000;
	font-weight: 600
}

.chat-page-section .list_ocs {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}

.chat-page-section .list_ocs li {
	margin: 0 1%;
	margin-bottom: 15px;
	position: relative;
	width: 31%
}

.chat-page-section .list_ocs li a {
	text-align: center;
	color: #000;
	height: auto;
	padding: 10px 0;
	font-size: 0.9rem;
	font-weight: 500;
	border: solid 1px #ccc;
	background-color: #fff
}

.chat-page-section .list_ocs li a:hover {
	background-color: #ddd;
	color: #000;
	text-decoration: none
}

.chat-page-section .list_ocs li a.active {
	background-color: #7750a0;
	color: #fff
}

.chat-page-section .list_ocs.sm_list_ocs li {
	width: 23%;
	margin-right: 1%;
	margin-left: 1%
}

.chat-page-section .docl {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}

.chat-page-section .docl li {
	width: 11.0%;
	margin-bottom: 10px
}

.chat-page-section .docl li a {
	height: auto;
	padding: 7px;
	border: solid 1px #ccc
}


.chat-page-section .docl.hours li {
	width: 10%;
	margin: 0 0.5%;
	margin-bottom: 10px
}

.chat-page-section .docl.weekdays li {
	width: 13%
}

.chat-page-section .sepecalc {
	padding-top: 0;
	margin-top: 0
}

.onright_info {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	padding: 20px 15px
}

.onright_info h2 {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
	opacity: 0.8
}

.info_category {
	padding-top: 30px;
	margin-top: 30px;
	position: relative
}

.info_category::after {
	content: "";
	position: absolute;
	height: 2px;
	max-width: 100px;
	width: 90%;
	display: block;
	left: 0;
	top: 0;
	background-color: #24bfee
}

.all_selection h3 {
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #7750a0
}

.main_slection_box li {
	display: block;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap
}

.main_slection_box li span {
	display: block;
	font-size: 0.9rem;
	text-transform: capitalize
}

.main_slection_box li span:first-child {
	width: 35%;
	color: #7750a0;
	opacity: 0.7
}

.main_slection_box li span:nth-child(2) {
	width: 65%;
	text-align: right;
	color: #000
}

.information_div ul li {
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #333;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-wrap: nowrap
}

.information_div ul li i {
	color: #24bfee;
	margin-right: 5px
}

@media all and (max-width: 1024px) {
    .fixed-element {
	    width:265px !important;
	}
	.header-section {
		z-index: 1200
	}

	.hold-main-navigation {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		background-color: #fff;
		overflow: scroll
	}

	.hold-main-navigation .main-navigation {
		display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
		min-height: 100%;
		float: none
	}

	.hold-main-navigation .main-navigation li {
		height: auto;
		margin: 0;
		display: block;
		margin-bottom: 0px;
		width: 100%;
		margin-bottom: 0;
		padding: 0
	}

	.hold-main-navigation .main-navigation li a {
		margin-left: 0;
		font-size: 1.1rem;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		border-bottom: solid 1px #eee;
		width: 100%;
		padding: 0 15px;
		height: 60px;
		box-sizing: border-box
	}

	.hold-main-navigation .main-navigation li a i {
		width: 30px;
		height: 30px;
		margin-right: 15px
	}

	.hold-main-navigation .main-navigation li.active a {
		color: #7750a0
	}

	.hold-main-navigation .main-navigation li:hover ul {
		display: none
	}

	.hold-main-navigation .main-navigation li ul {
		transition: all ease-in-out .2s;
		display: none;
		overflow: visible;
		position: relative;
		margin-top: 0;
		width: auto;
		padding: 0;
		background-color: #f1f1f1;
		left: 0
	}

	.hold-main-navigation .main-navigation li ul div {
		width: auto;
		background: none;
		border-top: solid 1px #7750a0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1)
	}

	.hold-main-navigation .main-navigation li ul li {
		height: auto;
		display: block;
		margin: 0
	}

	.hold-main-navigation .main-navigation li ul li a {
		padding: 12px 20px;
		border-bottom: solid 1px #ccc;
		margin-left: 0;
		font-size: 1.1rem;
		font-weight: 400
	}

	.hold-main-navigation .main-navigation li ul li a:hover {
		background-color: #f9f9f9
	}

	.menu_icon {
		display: flex;
		z-index: 2500
	}

	.menu_icon.active span {
		position: absolute;
		top: 10px;
		right: 20px;
		transform: rotate(45deg)
	}

	.menu_icon.active span:nth-child(3) {
		transform: rotate(-45deg)
	}

	.menu_icon.active span:nth-child(2) {
		display: none
	}

	.menu_icon.active:hover span {
		width: 35px;
		margin-left: 0
	}
}

@media all and (max-width: 960px) {

	html,
	body {
		font-size: 15px
	}

	.main-title {
		font-size: 1.8rem
	}

	.logo img {
		max-height: 65px
	}

	.home-image-section {
		height: 350px
	}

	.home-image-section .content h1 {
		font-size: 2.2rem
	}

	.home-image-section .content h4 {
		font-size: 1.2rem;
		margin: 15px auto
	}

	.home-image-section .content a {
		width: 180px;
		margin: 0 auto;
		padding: 12px 0;
		font-size: 1.2rem
	}

	.yall_inservices .yall_one_service .yall_serv_img {
		height: 135px
	}

	.contact-phones {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap
	}

	.contact-phones .one-phone {
		padding: 20px 30px;
		font-size: 1.1rem;
		width: 50%;
		border-bottom: solid 1px #555;
		box-sizing: border-box
	}

	.contact-phones .one-phone:nth-child(1) {
		display: none
	}

	.contact-phones .one-phone:nth-child(2n+1) {
		border-right: none
	}

	.footer-section .one-footer {
		width: 48%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #444;
		min-height: 280px
	}

	.footer-section .one-footer:nth-child(1),
	.footer-section .one-footer:nth-child(4) {
		width: 48%
	}

	.footer-section .one-footer:nth-child(1) {
		margin-right: 4%
	}

	.footer-section .one-footer:nth-child(3) {
		margin-left: 0%;
		margin-right: 4%
	}

	.main-title-image-section {
		height: 320px
	}

	.msubabt {
		font-size: 1.2rem
	}

	.top-about-section .left_abt {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: 300px;
		margin-bottom: 20px
	}

	.top-about-section .right_abt {
		margin-left: auto;
		margin-right: auto;
		width: 100%
	}

	.about-three-section .left_abthree {
		width: 100%;
		margin-right: 0%
	}

	.about-three-section .all_three_list .otreelist {
		width: 49%
	}

	.about-three-section .all_three_list .otreelist:nth-child(1) {
		margin-left: 0;
		margin-right: auto
	}

	.about-three-section .all_three_list .otreelist span {
		font-size: 3.7em
	}

	.about-three-section .all_three_list .otreelist h2 {
		font-size: 1.2rem
	}

	.about-three-section .right_abthree {
		display: none
	}

	.altser_holder {
		display: block
	}

	.altser_holder .altserv_img {
		width: 100%;
		height: 300px;
		margin: 0 auto
	}

	.altser_holder .hold_altserv {
		width: 100%;
		display: block;
		position: relative;
		height: auto;
		margin: 0 auto
	}

	.left_scalc {
		width: 100%
	}

	.right_scalc {
		/*position: fixed !important;*/
		bottom: 0;
		left: -100%;
		height: 100%;
		top: auto !important;
		width: 100% !important;
		z-index: 10000;
		background-color: #eee;
		overflow-y: auto;
		box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	}

	.right_scalc.white_background {
		background-color: #fff
	}

	.right_scalc .onright_info {
		box-shadow: none
	}

	.res_price_d {
		display: flex;
		bottom: 0
	}

	
}

@media all and (max-width: 768px) {
    .contact-us-section .hcontact_info .one_cont_info .icon_stuff {
	
	position:relative;
	left:120px;
}
.contact-us-section .hcontact_info .one_cont_info h1 {

	    position: relative;
    left: 65px;
}
.contact-us-section .hcontact_info .one_cont_info .lasthead  {

	    position: relative;
    left: 6px;
}

    .inrscalc{
        display:none;
    }
    .onright_info{
        display:none;
    }
    .contact-us-section .hcontact_info .one_cont_info .attcont span {
    width: 150px;
	}
	.home-image-section {
		height: 300px
	}

	.home-image-section .content h1 {
		font-size: 2rem
	}

	.home-image-section .content h4 {
		font-size: 1.1rem;
		margin: 15px auto
	}

	.home-image-section .content a {
		width: 160px;
		padding: 10px 0;
		font-size: 1rem
	}

	.yall_inservices .yall_one_service {
		width: 49%;
		margin-right: 2%
	}

	.yall_inservices .yall_one_service:nth-child(4n),
	.yall_inservices .yall_one_service:nth-child(2n) {
		margin-right: 0%
	}

	.yall_inservices .yall_one_service:nth-child(3n) {
		margin-right: 2%
	}

	.yall_inservices .yall_one_service .yall_serv_img {
		height: 135px
	}

	.top-about-section .left_abt {
		height: 250px
	}

	.call-us-section {
		height: 250px
	}

	.call-us-section .content h3 {
		font-size: 1.4rem
	}

	.call-us-section .content a {
		font-weight: 700;
		width: 150px;
		padding: 10px 0;
		font-size: 1.1rem
	}

	.anhold_ser_sbtn {
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		right: auto
	}

	.hold_serv_sbtns {
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap
	}

	.hold_serv_sbtns .sone_btn {
		font-weight: 600;
		height: 60px;
		width: 20%;
		box-sizing: border-box;
		margin: 0;
		border-bottom: none 1px rgba(255, 255, 255, 0.3);
		border-top: none 1px rgba(255, 255, 255, 0.3);
		border-left: solid 1px rgba(255, 255, 255, 0.3)
	}

	.hold_serv_sbtns .sone_btn i {
		font-size: 1.3rem
	}

	.oneabt_list {
		margin-bottom: 20px !important
	}

	.res_price_d {
		bottom: 60px
	}

	.list_ocs li {
		margin: 0 2%;
		min-width: 200px
	}

	.list_ocs.sm_list_ocs li {
		min-width: 200px
	}
	
}

@media all and (max-width: 640px) {
	.logo img {
		max-height: 55px
	}

	.main-title {
		font-size: 1.6rem
	}

	.home-image-section {
		height: 220px
	}

	.home-image-section .content h1 {
		font-size: 1.8rem
	}

	.home-image-section .content h4 {
		font-size: 1rem;
		margin: 15px auto
	}

	.home-image-section .content a {
		width: 150px;
		padding: 7px 0
	}

	.yall_inservices .yall_one_service {
		width: 100%;
		max-width: 350px;
		margin-right: auto;
		margin-left: auto
	}

	.yall_inservices .yall_one_service:nth-child(4n),
	.yall_inservices .yall_one_service:nth-child(2n),
	.yall_inservices .yall_one_service:nth-child(3n) {
		margin-right: auto
	}

	.yall_inservices .yall_one_service .yall_serv_img {
		height: 135px
	}

	.how-it-works-section .how-it-works .left_hiw {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px
	}

	.how-it-works-section .how-it-works .left_hiw .one_hiw {
		text-align: center
	}

	.how-it-works-section .how-it-works .right_hiw {
		width: 100%;
		text-align: center
	}

	.contact-phones {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap
	}

	.contact-phones .one-phone {
		padding: 15px 0px;
		font-size: 1rem;
		width: 100%;
		border-bottom: solid 1px #555;
		box-sizing: border-box
	}

	.footer-section .one-footer {
		width: 100%;
		min-height: 0
	}

	.footer-section .one-footer:nth-child(1),
	.footer-section .one-footer:nth-child(4) {
		width: 100%
	}

	.footer-section .one-footer:nth-child(1) {
		margin-right: 0%
	}

	.footer-section .one-footer:nth-child(3) {
		margin-left: 0%;
		margin-right: 0%
	}

	.about-three-section .all_three_list .otreelist {
		width: 100%;
		margin: 10px 0
	}

	.about-three-section .all_three_list .otreelist:nth-child(1) {
		margin-left: 0;
		margin-right: 0
	}

	.about-three-section .all_three_list .otreelist span {
		font-size: 3.3em
	}

	.about-three-section .all_three_list .otreelist h2 {
		font-size: 1rem
	}
		

}

@media all and (max-width: 480px) {
	.logo img {
		max-height: 45px
	}

	.home-image-section {
		height: 200px
	}

	.home-image-section .content h1 {
		font-size: 1.8rem
	}

	.home-image-section .content h4 {
		font-size: 1rem;
		margin: 15px auto
	}

	.home-image-section .content a {
		width: 150px;
		padding: 7px 0
	}

	.top-about-section .left_abt {
		height: 180px
	}
	
}
.col_white_amrc { color:#FFF;}
        footer { width:100%; background-color:#303030; min-height:auto; padding:10px 0px 25px 0px ;}
        .pt2 { padding-top:40px ; margin-bottom:20px ;}
        footer p { font-size:13px; color:#CCC;  margin-bottom:8px;text-align:center;padding: 4px;}
        .mb10 { padding-bottom:15px ;}
        .footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
        .footer_ul_amrc li {padding:0px 0px 5px 0px;text-align:center;}
        .footer_ul_amrc li a{ color:#CCC;text-align:center;}
        .footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
        .fleft { float:left;}
        .padding-right { padding-right:10px; }
        
        .footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
        .footer_ul2_amrc li p { display:table; }
        .footer_ul2_amrc li a:hover { text-decoration:none;}
        .footer_ul2_amrc li i { margin-top:5px;}
        
        .bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
        .foote_bottom_ul_amrc {
                list-style-type:none;
                padding:0px;
                display:table;
                margin-top: 10px;
                margin-right: auto;
                margin-bottom: 10px;
                margin-left: auto;
        }
        .foote_bottom_ul_amrc li { display:inline;}
        .foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}
        
        .social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
        .social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
        .social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
        .social_footer_ul li i {  width:20px; height:20px; text-align:center;}
        @media(max-width:990px)
        {
            footer p {
                    width: 100% !important;
                    text-align: justify !important;
                    padding: 15px;
            }
        }
        
                    #ouibounce-modal .modal {
                            width: 600px;
                            height: 600px;
                            background-color: transparent;
                            z-index: 1;
                            position: absolute;
                            margin: auto;
                            top: 0;
                            right: 0;
                            bottom: 0;
                            left: 0;
                                                          display: flex;
                                                          overflow: visible;
                                                          opacity: 1;
                                                          max-width: 85%;
                                                          max-height: 85%;
                            border-radius: 4px;
                            -webkit-animation: popin 1.0s;;
                                                -moz-animation: popin 1.0s;;
                                                -o-animation: popin 1.0s;;
                            animation: popin 1.0s;;
                                                align-items: center;justify-content: center;
                          }#ouibounce-modal .modal .modal-body *:not(iframe) {
                    max-width: 100%;
                    height: auto;
                    max-height: 99%;
                }
                #ouibounce-modal .modal .modal-body iframe {
                            display: flex;
                            align-items: center;
                            margin-bottom: 0;
                }
                   .fixed-element {
    width: 400px;
}
.fixed-element.fixed {
   position: fixed;
    top: 100px;
}
.fixed-element.bottom {
    position: absolute;
    top:auto; 
}
.fixed-div {
    width: 400px;
}
.fixed-div.fixed {
    position: fixed;
    top: 90px;
}
.fixed-div.bottom {
    position: absolute;
    bottom: 600px; 
}
/*# sourceMappingURL=main.css.map */