.headings,
h1,
h2,
h3,
h4 {
	font-family: "Syne", sans-serif;
	color: #fff;
	margin: 0;
}

p {
	margin: 0;
}

.orange {
	color: #F19300;
}

body {
	overflow-x: hidden;
}


.my-header {
	position: absolute;
	width: 100%;
	z-index: 2;
	margin: 15px 0;
}

.my-header .container {
	background: rgba(255, 255, 255, 0.1);
	padding: 30px 25px;
	border-radius: 50px;
}

/* Banenr Css */
.hero_banner {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/hero_banner.webp");
	background-size: cover;
	background-position: center center;
	padding: 190px 0 0 0;
}

.btn_white {
	background: #fff;
	color: #F19300;
	padding: 12px 30px 12px 30px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 20px;
}

.btn_transparent {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 25px 12px 25px;
	border-radius: 25px;
}

.brand_slider {
	overflow-x: hidden;
}

.banner_btn {
	margin-top: 30px;
}

/*Form-css*/
.our_form {
	background: rgba(255, 255, 255, 0.4);
	padding: 20px 40px 20px 40px;
	border-radius: 30px;
}

.our_form input {
	height: 45px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #fff;
	margin: 10px 0 10px 0
}

.our_form select {
	height: 45px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #fff;
	margin: 10px 0 10px 0;
}

.btn_submit {
	border: none !important;
	background: #F19300 !important;
	color: #fff;
	padding: 10px 35px 12px 35px;
	border-radius: 20px;
	font-size: 16px;
	text-transform: capitalize;
}

.our_form textarea {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #fff;
}

::placeholder {
	color: #fff !important;
}

.banner_row {
	padding: 0 0 90px 0;
}

.brand_slider {
	padding: 30px 0 30px 0;
	background: rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* About Us */
.about_sct {
	padding: 90px 0 90px 0;
}

.ceo {
	background: #F19300;
	border-radius: 15px;

}

.ceo img {
	border-radius: 150px;
}

.ceo {
	padding: 20px 25px;
}

.author_details h4 {
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
}

hr {
	margin: 10px 0;
}

.more {
	position: relative;
	bottom: 90px;
}

.quotations {
	background: #EAEAEA;
	padding: 10px;
	border-radius: 10px;
	border-left: 2px solid orange;
	margin: 15px 0;
}

.icon_heading h4 {
	font-size: 20px;
	margin-bottom: 10px
}

.more_btn a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	background: #cfcfcf;
	padding: 16px 27px;
	border-radius: 25px;
}

.design-solutions {
	margin: 30px 0;
}

.services {
	padding: 90px 0;
	background: #000;
	position:relative;
}

.services::before
{
	position:absolute;
	content:"";
	background-image:url('../images/service_nut.png');
	background-size:contain;
	background-repeat: no-repeat;
	top:unset;
	bottom:-78px;
	left:0;
	right:unset;
	width:250px;
	height:250px;
	z-index:1;
}
.brand_identity {
	background: rgba(255, 255, 255, 0.1);
	padding: 20px 20px;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.pd-0 {
	padding: 0px !important;
}

.br-tl {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.br-tr {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.brand_identity img {
	margin-bottom: 10px;
}

.brand_identity h2 {
	font-size: 22px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}

.brand_identity p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.brand_image {
	margin: 20px 0 10px 0 !important;
}

.what_we_do {
	padding: 90px 0 90px 0;
}

.we_do_content h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
}

.we_do_content {
	padding: 0 15px 0 0;
}

.we_do_content span img {
	margin-bottom: 03px;
}

.we_do_content p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

.why_us {
	padding: 90px 0 90px 0;
	background: #FFF8ED;
	position:relative;	
}

.why_us::before
{
	content:"";
	position:absolute;
	background-image:url("../images/why_us_image.png");
	background-size:contain;
	background-repeat: no-repeat;
	top:unset;
	bottom:0;
	left:unset;
	right:0;
	width:250px;
	height:250px;
}

.choose_us_heading h2 {
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	width: 65%;
	margin: 0 auto;
}

.tailored {
	background: #fff;
	padding: 20px 20px 20px 20px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.tailored h4 {
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
	margin: 10px 0 5px 0;
}

.why_choose_picture img {
	display: block;
	margin: 0 auto;
	width: 90%;
}

.sct_project {
	padding: 90px 0 90px 0;
}

.our_project_headings h2 {
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	width: 75%;
	margin: 0 auto;
}

.gallery_slider {
	margin-top: 50px;
}

.gallery_slider_item {
	padding: 10px 10px;
}

.how_works {
	padding: 90px 0 90px 0;
	background-color: #000;
	position:relative;
}

.how_works::before
{
	position:absolute;
	content:"";
	background-image:url('../images/magnet.png');
	width:250px;
	height:250px;
	background-size:contain;
	background-repeat: no-repeat;
	bottom:usnet;
	top:70px;
	right:unset;
	left:0;
}
.how_working {
	background: #f19300;
	width: fit-content;
	padding: 08px 17px;
	border-radius: 10px;
	font-size: 15px !important;
	font-weight: 600;
	border-radius: 10px;
	color: #000;
}

hr {
	margin: 16px 0;
	border-color: #fff;
}

.my_list_items {
	font-size: 17px;
	line-height: 55px;
}

.my_list_items img {
	margin: 0 0 01px 0;
	padding: 0 08px 0 0;
}

.faqs {
	padding: 60px 0 90px 0;
	position:relative;
}

.faqs::before
{
	position:absolute;
	content:'';
	background-image: url('../images/cone.png');
	height:200px;
	width:200px;
	background-size:contain;
	background-repeat: no-repeat;
	left:unset;
	right:0;
	bottom:0;
	top:60px;
}

.faq_headings h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
}


.accordion-item {
	margin: 0 0 10px 0 !important;
	border: none !important;

}

.accordion-button,
.accordion-body {
	background: #f2f2f2;
	color: #000;
	font-size: 17px;
	font-weight: 600;
}

.accordion-button:not(.collapsed) {
	background: #F19300 !important;
	color: #000;
	font-weight: 600;
	font-size: 17px;
}
.contact_details
{
  position:absolute;
  top:unset;
  bottom:30px;
  z-index:1;
  padding: 0 70px 0 30px;
  width: 85%;
}
.contact_details a 
{
    color:#f19300 !important;
    font-size:18px;
    line-height:22px;
    font-weight:600;
    
}
.contact_details h2
{
    font-weight:700;
    font-size:28px;
    line-height:38px;
    margin:0 0 20px 0;
}

.reviews
{
	padding: 90px 0 120px 0;
	background:url('../images/reviews_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	position:relative; 
}

.reviews::before
{
	position:absolute;
	content:"";
	background-image: url("../images/circle.png");
	background-size:contain;
	background-repeat: no-repeat;
	height:200px;
	width:200px;
	right:unset;
	left:0;
	bottom:unset;
	top:50px;

}
.testi_heading h2
{
    font-size:50px;
    font-weight:700;
    line-height:60px;
}

.review_slider_item {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 20px;
    margin:0 10px;
}
.review_slider
{
	margin:20px 0 0 0 ;
}
.review_body
{
	padding:20px 0 20px 0;
}
.review_body
{
	font-size:16px;
	font-weight:400;
	line-height:25px;
}
.collaborate_text h2
{
	font-size:55px;
	font-weight:700;
	line-height:65px;
	margin:0 auto;
	width:80%;
	
}


.reviews::after
{
	position:absolute;
	content:"";
	background-image:url('../images/arch.webp');
	background-size: contain;
	background-repeat: no-repeat;
	height:250px;
	width:250px;
	top:unset;
	bottom:50px;
	left:unset;
	right:-20px;
}
.collaborate_text img
{
    position:absolute;
    left:unset;
    right:0;
    transform:translate(-170%,-40%);
    width:120px;
}
.footer
{
	padding:60px 0 0px 0;
	background:url('../images/footer_bg.png');
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}
.footer_form {
    padding: 10px 52px 10px 0px;
}
.footer_form h2 
{
font-size:30px;
font-weight:700;
line-height:40px;
}

.my_form
{
	padding:30px 0 0 0;
}

.my_form input
{
background:none!important;
width:100% !important;
border:1px solid #fff;
height:55px;
border-radius:50px !important;
padding:0 0 0 15px;
}
.btn_sumbit {
    position: absolute;
    left: unset;
    transform: translate(-48px, 7px);
}
.social_icons
{
	padding-top:40px;
}
.social_icons li
{
    border:1px solid #fff;
    border-radius:50px;
    height:40px;
    width:40px;
    display:flex;
    justify-content:center;
    align-items:center
}

.email_text a
{
	font-size:17px;
	font-weight:700;}

	.bottom
	{
		padding:30px 0 10px 0;
		border-top:1px solid #fff;
	}

	.top_footer
	{
		padding:0 0 40px 0;
	}
	.slider_image img {
    min-height: 250px;
    object-fit: cover;
}

.plans
{
	padding: 90px 0 30px 0;
	background:#f8f8f8;
}

.pricing_item
{
	background:#E9E9E9;
	padding: 30px 30px 30px 30px;
	margin:0 10px 0 10px;
	border-radius:15px;
}
.basic h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.basic p
{
	font-size:16px;
	line-height:25px;
	font-weight:400;
}
.package_list ul li {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.package_list ul li img {
    object-fit: contain;
    width: 16px;
	display: flex;
	justify-content: center;
	align-items: cetner;
	margin-right:10px;
}

.my_hr hr
{
	border-color:#000 !important;
}
.advance p 
{
    background:#000;
    padding:05px 15px;
    border-radius:10px;
    color:#f19300;
    font-size:30px;
    font-weight:700;
    line-height:35px;    
}
.standard p{
	 background:#f19300;
    padding:05px 15px;
    border-radius:10px;
    color:#000;
    font-size:30px;
    font-weight:700;
    line-height:35px;    
}

.my-switch {
    margin: 0 auto;
    width: 0%;
    padding: 20px 0 30px  0;
}
.form-switch input
{
	font-size:30px;
}
.number span a {
    font-weight: 600;
}
.accordion-body {
    font-weight: 400;
    font-size: 16px;
}
.btn_gray
{
	text-decoration:none;
	background: #c4c4c4;
	color:#000;
	font-size:16px;
	line-height:22px;
	text-transform: capitalize;
	width: 100%;
	border-radius: 50px;
	padding:12px 90px;
	font-weight: 600;
}
.price_btn
{
	margin:40px 0 0 0;
}
.btn_orange
{
	text-decoration:none;
	background: #F19300;
	color:#fff;
	font-size:16px;
	font-weight: 600;
	line-height:22px;
	text-transform: capitalize;
	width: 100%;
	border-radius: 50px;
	padding:12px 90px;
}
.trial_sct
{
	padding:50px 0 50px 0;
}
.trial_sct ul li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.trial_sct img
{
    width:22px;
    margin-bottom:03px
}

.years
{
	padding:20px 0;
}
.form-check {       
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:0;
}
.form-switch .form-check-input {   
    margin-left: 0px !important;    
}

.years_text p
{
    font-size:17px;
    line-height:25px;
    font-weight:600;
}
.price_headings h2
 {
font-size:50px;
font-weight:700;
line-height:65px;
width:60%;
margin:0 auto;
 }

 .slider_two
 {
	display: none;
 }

 .social-text {
    position: relative !important;   
    bottom: 40px;
}

.social-text p
{
	font-size:17px;
	font-weight:500;
	text-shadow: 2px 2px #000;
	letter-spacing: 1px;

}

.form-control
{
	color:#fff;
}
option
{
	background:rgba(255,255,255,0.1);
}
.services_heading h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    width: 65%;
    margin:0 auto
}

.form-check-input:checked {
    background-color: #f19300;
    border-color: #f19300;
}
.banner_inner_content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
}
.about_us_content h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight:700;
}
/* Fixes */
.contact_detalis
{
    justify-content:flex-end;
}

.reviews
{
    overflow-x:none !important;
}

.review_slider
{
    overflow-x:none !important;
}
.ceo {
    padding: 20px 25px;
    margin-top: 15px;
} 
.happy_customers p {
    margin-top: 14px;
}