
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

body,
p {
	font-size: 17px;
	line-height: 1.5;
  font-weight: 400;
	color: #000;
  font-family: "Montserrat", sans-serif;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
}

/*================== Header Area ==================== */



/*================= START ALL BTN css =================== */
h1,
.heading1{
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
h2,
.heading2{
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
span {
  font-size: 18px;
  line-height: 1.5;
}

.btn {
	background-color: #000000;
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 12px 24px;
	text-align: center;
	transition: all .3s;
}
.orange_btn {
	background-color: #E14715;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.black_btn {
	background-color: #000000;
}
.orange_btn:hover {
	color: #fff;
	background-color: #E14715;
}
.black_btn:hover {
	color: #fff;
	background-color: #000000;
}



/*================= End ALL BTN css =================== */
/*================= End New Global css =================== */


/*================= New BAnner css =================== */
.banner-area {
	background-image: url(../img/hero.jpg);
	background-color: #cccccc;
	min-height: 80vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.banner-area:before {
	background: #000000DE;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.banner_inner {
	max-width: 960px;
	margin: 20px auto;
	text-align: center;
}

.banner-area .title1 {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
	color: #FFFFFF;
}

.banner-area .title2 {
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 38px;
	color: #FFFFFF;
	font-weight: 700;
}

.banner-area p {
	margin-bottom: 15px;
	color: #FFFFFF;
}

.banner-area a.btn {
	margin-top: 25px;
}

/*================= New buttons_sec css =================== */
.buttons_sec {
	padding: 40px 0px;
}

.buttons_sec .logo {
	margin-bottom: 20px;
}

.buttons_sec h2 {
	padding-bottom: 20px;
}

/* .buttons_sec p {
	font-size: 18px;
	font-weight: 400;
} */

.buttons_sec .heading {
	margin-bottom: 35px;
	text-align: center;
}


.buttons_sec-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1070px;
	margin: auto;
}

.buttons_sec-inner .btn_item {
	margin: 0;
	padding: 10px;
}

.buttons_sec-inner .btn_item .btn {
	margin: 0;
	background-color: #FFFFFF;
	list-style: 1;
	font-weight: 600;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 0px 0px 0px 0px;
	padding: 12px 24px;
}

.buttons_sec-inner .btn_item .btn_style1 {
	fill: #091AD8;
	color: #091AD8;
	border-color: #091AD8;
}

.buttons_sec-inner .btn_item .btn_style2 {
	fill: #9CCE06;
	color: #9CCE06;
	border-color: #9CCE06;
}

.buttons_sec-inner .btn_item .btn_style3 {
	fill: #D92A80;
	color: #D92A80;
	border-color: #D92A80;
}

.buttons_sec-inner .btn_item .btn_style4 {
	fill: #17C4BF;
	color: #17C4BF;
	border-color: #17C4BF;
}

.buttons_sec-inner .btn_item .btn_style5 {
	fill: #D31215;
	color: #D31215;
	border-color: #D31215;
}

.buttons_sec-inner .btn_item .btn_style6 {
	fill: #0B964F;
	color: #0B964F;
	border-color: #0B964F;
}

.buttons_sec-inner .btn_item .btn_style7 {
	fill: #D9622A;
	color: #D9622A;
	border-color: #D9622A;
}

.buttons_sec-inner .btn_item .btn_style8 {
	fill: #912AD9;
	color: #912AD9;
	border-color: #912AD9;
}


/*---------------------------------------------------
            About area css
---------------------------------------------------*/
.about-area {
	padding: 60px 0;
	padding-top: 40px;
	background-image: url(../img/app_bg-scaled.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.about_item_right {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.about_right1 {
	/* margin-right: 50px; */
	padding: 10px;
}
.about_right1 a {
	display: inline-block;
}

.about_right2 img {
	max-width: 188px;
}

.about_right2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: end;
}


.about-area .heading {
	margin-bottom: 40px;
	text-align: center;
}

.about-area .heading3 {
	margin: 20px 0;
	font-weight: 700;
	color: #192734;
}

.about-area .sub_title {
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #0E0E0E;
}

.about-area h5 {
	color: #2511fb;
	margin-bottom: 16px;
	text-align: center;
}

.about-inner {
	align-items: center;
}



/* promo-section */

.promo-section {
	padding: 70px 0;

}

.promo-section .container {
	background: #ECEDEE;
	padding: 25px;
}

.promo-image img {
	max-width: 400px;
	height: auto;
	border-radius: 8px;
}

.promo-content {
	flex: 1;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.promo-content .btn {
	align-self: flex-start;
}

.promo-content h2 {
	margin-bottom: 15px;
}

.promo-content p {
	margin-bottom: 20px;
}


/*================= STart house-area  css =================== */
.house-area {
    margin-bottom: 60px;
}
.house-area .heading {
    margin-bottom: 60px;
	text-align: center;
}

.house-area h2 {
    padding: 20px 0;
}
.house-area h2 a {
	color: #0225ee;
	text-decoration: underline;
}

.service-item {
	padding: 5px;
	margin-bottom: 10px;
}

.service-inner p {
	margin-bottom: 35px;
}

.service-item img {
	max-width: 100%;
}


/* powered-section */

.powered-section {
    background-color: #192734;
    padding: 70px 0;
    text-align: center;
}

.powered-section h2 {
    color: #CECECE;
    padding: 20px 0;
}

.powered-section p {
    color: #CECECE;
    padding-bottom: 35px;
    font-size: 16px;
}

.powered-section span {
	text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #CECECE;
	display: block;
	margin-bottom: 55px;
}



/*======================= End Footer area =========================== */

.scrollTop {
	position: fixed;
	right: 0;
	bottom: 10px;
	background-color: #E14715;
	padding: 10px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 999;
}

.scrollTop:hover {
	background-color: #E14715;
}

.scrollTop i.fa {
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}






