/* Common Style */

h1 {
	/* font-size: 42px; */
	font-weight: 700;
}



/* mobile application css */

#mobileApplication {

	padding: 80px 0px 40px 0px;
	position: relative;
	background: #fcfcfc;
}

.mobile-left-site h1 {
	color: #000;
	margin-bottom: 20px;
}

.mobile-left-site p {
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	line-height: 26px;
	margin-bottom: 20px;
}

.mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-nav ul li i {
	float: left;
	padding-top: 4px;
	font-size: 10px;
	color: #fb7923;
	margin-right: 15px;
}


.mobile-nav ul li {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	color: #6c6c6c;
	margin-bottom: 10px;
}

.mobile-right-site {
	background: #fff;
	padding: 30px;
	box-shadow: -20px 20px 20px 20px #f2f2f2;
	border-radius: 10px;
	margin-bottom: -16%;
	z-index: 99;
	position: relative;
}

.btn-box-1 button {
	padding: 15px 60px;
	text-align: center;
	border: none;
	background: #fb7923;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	width: 100%;
}

.contact-right-1 form {
	margin: 0;
}

.bnr-btn-1 {
	background: #fb7923;
	padding: 15px 60px;
	color: #fff;
	border: 1px solid #fb7923;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
}

.top-dot {
	position: absolute;
	top: 8%;
	right: 5%;
}

/* Why Choose Tech css */

#whyTech {
	background: #f3f3f3;
	padding: 0px;
	position: relative;
}

.bg-clr {
	position: relative;
	background: #000;
	padding: 120px 0px;
}

.bg-clr::before {
	position: absolute;
	content: "";
	background: #000;
	top: 0;
	left: -25%;
	right: 100%;
	bottom: 0;
}

.bg-clr::after {
	position: absolute;
	content: "";
	background: #f3f3f3;
	top: 0;
	left: 60%;
	right: 0;
	bottom: 0;
}

.why-tch-left {
	position: relative;
	background: #fff;
	border-radius: 10px;
	z-index: 99;
	padding: 40px;
}

.why-tch-left h2 {
	color: #000;
	/* font-size: 42px; */
	font-weight: 700;
}

.why-tch-right {
	padding: 40px 0px;
}

.why-solution {
	display: flex;
	align-items: center;
	margin: 50px 0px 0px 0px;
}

.why-left-text {
	margin-left: 20px;
}

.why-left-text h2 {
	/* font-size: 36px; */
	font-weight: 600;
	color: #000;

}

.why-left-text h4 {
	font-size: 16px;
	font-weight: 500;
	color: #747474;
}

/* Our Work css */

#serviceArea {
	padding: 80px 0px;
}

.our-works {
	background: #fff !important;
}

.common-text-one {
	text-align: center;
	margin-bottom: 40px;
	padding: 0px 40px;
}

.common-text-one h2 {
	color: #000;
	/* font-size: 42px; */
	font-weight: 700;
	margin-bottom: 20px;
}

.common-text-one p {
	font-size: 14px;
	font-weight: 400;
	color: #6c6c6c;
	margin-bottom: 10px;
	line-height: 26px;
}

.view-more-profile {
	text-align: center;
	margin: 40px 0px 0px 0px;
}

.view-more-profile button {
	background: #fb7923;
	padding: 15px 30px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border: none;
}

/* Call to action css */

#callTo {
	background: #1d1e22;
	padding: 80px 0px;
}

.call-action-left h2 {
	/* font-size: 42px; */
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}

.call-action-left p {
	font-size: 15px;
	font-weight: 500;
	color: #c8c8c8;
	line-height: 26px;
}

.call-action-right {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	position: relative;
}

.call-action {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 20px;
}

.left-action h5 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

.left-action h5 a i{
	color: #000;
}

.left-action h5 a:hover i{
	color: #0a66c2;
}

.left-action h6 {
	font-size: 15px;
	font-weight: 500;
	color: #666;
	margin-bottom: 20px;
}

.left-action p a{
	color: #6c6c6c;
}

.left-action p a:hover{
	color: #fb7923;
	border-bottom: 1px solid #fb7923;
}

.left-action p a i{
	color: #6c6c6c;
}

.left-action p a:hover i{
	color: #fb7923;
}


.call-profile {
	display: flex;
	align-items: center;
	margin-left: 20px;
}


.profile-action-left h5 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
}

.profile-action-left h6 a{
	color: #666;
}

.profile-action-left h6 a:hover{
	color: #fb7923;
	border-bottom: 1px solid #fb7923;
}

.profile-action-left h6 {
	font-size: 15px;
	font-weight: 500;
	color: #666;
}


.profile-action-right h5 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
}

.profile-action-right h6 a{
	color: #666;
}

.profile-action-right h6 a:hover{
	color: #fb7923;
	border-bottom: 1px solid #fb7923;
}

.profile-action-right h6 {
	font-size: 15px;
	font-weight: 500;
	color: #666;
}

.profile-action-left {
	margin: 20px 20px 0px 0px;
}

.profile-action-right {
	margin: 20px 0px 0px 20px;
}

.call-border {
	position: absolute;
	content: "";
	background: #3e3e41;
	bottom: -24px;
	width: 480px;
	height: 24px;
	border-radius: 0px 0px 15px 15px;
}

.dot-nate {
	position: absolute;
	top: -14%;
	right: -6%;
	z-index: 1;
}


/* What We Do css one */

.box{
	background: #fff;
	display: table;
	margin-bottom: 60px;
}

.box-row{
	display: table-row;
}

.box-cell{
	display: table-cell;
	width: 570px;
}


#whatFive{
	background: #fff;
	padding: 80px 0px 120px 0px;
}

.what-tittle h2{
	/* font-size: 42px; */
	font-weight: 700;
	color: #000;
	margin-bottom: 40px;
}


.we-to-section {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}


.we-to-section a i {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	float: left;
	margin-right: 20px;
	font-size: 36px;
	color: #5e5e5e;
	text-align: center;

	transition: .5s;
}

.we-to-section a:hover i {
	background: #f2f2f2;
	color: #fb7923;
	transform: rotate(360deg);
	border-radius: 50%;
	
}
.we-to-section a img {
	
	float: left;
	margin-right: 20px;
	text-align: center;
	filter:saturate(0);
	transition: 1.5s;
}

.we-to-section a:hover img {
	filter:none;
	transform: rotate(360deg);
	
}
.we-to-section h5 {
	font-size: 18px;
	font-weight: 600;
	color: #5e5e5e;
	line-height: 24px;
}

.we-to-para p {
	font-size: 14px;
	font-weight: 400;
	color: #6c6c6c;
	line-height: 24px;
}

/* Cliets says css */

.clients-text-one{
	background-image: linear-gradient( #2e2f32, #1d1e22);

	text-align: center;
	padding: 30px;
	margin-top: -15%;
	margin-bottom: 40px;
	border-radius: 10px 10px 0px 0px;
}

.clients-text-one h2{
	/* font-size: 42px; */
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.clients-text-one p {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: #dadada;
}

/* Cliets says css */

#ourApproach {
	padding: 80px 0px;
}

.our-approach h2 {
	/* font-size: 42px; */
	font-weight: 700;
	color: #000;
}

.how-approach {
	display: table-cell;
}

.approach-left {
	margin-bottom: 40px;
}

.approach-top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 40px 0 20px 0px;
	
}

/* .box-one {
	background: #fb7923;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 6px;
	margin-right: 40px;
	display: inline-table;
	transform: rotate(45deg);
	text-align: center;
} */

.box-one {
	background: #fb7923;
	min-width: 70px;
	padding: 20px;
	border-radius: 6px;
	margin-right: 40px;
	display: inline-table;
	transform: rotate(45deg);
	text-align: center;
}

.num {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	transform: rotate(-45deg);
}

.box-cnt h5{
	font-size: 18px;
	font-weight: 500;
	color: #121212;
	line-height: 28px;
	margin-bottom: 20px;
}

.box-cnt p {
	font-size: 14px;
	font-weight: 400;
	color: #6c6c6c;
	line-height: 26px;
}

/* Industries we serve css */

#industriesWe{
	padding-bottom: 80px;
}

.industry-serve{
	background: #f3f3f3;
	border-radius: 10px;
	padding: 40px;
}

.industry-serve h2{
	/* font-size: 42px; */
	font-weight: 700;
	text-align: center;
	color: #000;
	margin-bottom: 40px;
	padding-bottom: 40px;
}


#industriesWe .owl-nav{
	display: none;
} 

#industriesWe .owl-dots{
	display: none;
}


/* Contact Us css */

.contact-left h2 {
    margin: 20px 0px;
    /* font-size: 42px; */
    font-weight: 700;
    color: #000;
}

/* Testimonial css */

.testimonial-left h2 {
    margin: 0px 0px;
    /* font-size: 42px; */
    font-weight: 700;
    color: #000;
}


/* Technology css */

#technologyWe{
	padding-bottom: 80px;
}

.Technology-we{
	justify-content: space-around;
}

.Technology-we img{
	margin: 0px 6px;
}


/* Contact Us css */

#contactUs{
	background: #fafafa;
}



/* Accordions css */

#accordionPart{
	padding: 80px 0px;
}

.accordian-tittle h2{
	/* font-size: 42px; */
	font-weight: 700;
	color: #000;
	margin-bottom: 40px;
}

.card,.card-header{
	background: transparent !important;
	border: none !important;
	margin-bottom: 10px;
	
}

.card{
	border: 1px solid #e4e4e7 !important;
	
}


.btn-link{
	width: 90%;
	color: #000;
	font-weight: 500;
	text-decoration: none !important;
	text-align: left;
	font-size: 18px;
}

.card-body{
	background: #f6f6f6;
	text-align: justify;
	
}

.btn-link::after{
	content: "\2212";
	width: 34px;
	font-size: 25px;
	text-align: center;
	border-radius: 5px;
	right: 20px;
	top: 30px;
	position: absolute;
	background: #f6f6f6;
}

.btn-link.collapsed::after{
	content: "\002B";
}

/* Our Blog css */

.blog-left h2 {
    margin: 20px 0px;
    /* font-size: 42px; */
    font-weight: 700;
    color: #000;
}

/* Footer css */



/* ======== /== ABOUT US CSS START ==/ ======= */


/* About css Start */

#aboutUsone {
	background: #fafafa;
	padding: 60px 0px;
}

.about-one-tittle h1 {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
}

.about-one-left p {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #6c6c6c;
	margin-bottom: 10px;
}

/* About css End */

/* Main skills css Start */

#industriesWe {
	padding: 60px 0px 60px 0px;
}

.industry-serve h2 {
	margin-bottom: 0px !important;
}

.industry-serve p {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

/* Main skills css End */

/* Development css Start */

#developmentArea{
	padding: 60px 0px;
}

.development-left h5{
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 30px;
	line-height: 30px;
}

.develop-list{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.develop-left{
	background: #fafafa;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fb7923;
	margin-right: 10px;
	box-shadow: 2px 0px 2px 2px #efefef;
}


.develop-right h6{
	font-size: 15px;
}

.development-right h5{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
	line-height: 27px;
}

.develop-item{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.develop-right-item h6{
	font-size: 15px;
	margin: 0px 20px;
}

.develop-left-item h6{
	font-size: 15px;
	margin: 0px 20px;
}


/* Development css End */

#ourApproach{
	background: #f3f3f3;
}

/* IT Service css Start */

#itService{
	padding: 60px 0px;
}

.it-service-tittle h2{
	/* font-size: 42px; */
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
}

.it-service-left p{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 10px;
}

/* IT Service css End */

#missonValue{
	padding: 60px 0px;
}

.our-mission h3{
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}

.our-mission p{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 26px;
}

.our-value h3{
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin: 60px 0px 20px 0px;
}

.our-value h6{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 10px 0px;
}

.our-value p{
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0px;
	line-height: 26px;
}

.our-value ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.our-value ul li{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}



/* ======== /== ABOUT US CSS END ==/ ======= */


/* Policy css Start */

#privacyPolicy{
	padding: 60px 0px;
	background: #fcfcfc;
}

.policy-tittle h1{
	font-size: 42px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
}

.policy-para p{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 10px;
}

.policy-para p i{
	color: #fb7923;
	margin-right: 5px;
}

.policy-four h4{
	font-size: 30px;
	font-weight: 600;
	color: #2b2b2b;
	margin: 20px 0px;
}

.policy-four h6{
	font-size: 15px;
	color: #343434;
	margin-bottom: 20px;
}

.policy-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.policy-list ul li{
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}

.policy-list ul li i{
	color: #fb7923;
	margin-right: 10px;
}

.policy-five h5{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}
/* Policy css End */

/* Career page */

.new-bg {
    background: url(../img/career.png) no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #060606;
    opacity: 1;
}
.career-head h4 {
    font-size: 40px;
    padding: 50px 0;
    color: #fff;
    line-height: 1.6;
}
.career-head h4 .site-color {
    color: #f77824;
    font-size: 50px;
}
.career{
	padding: 80px 0px;
}
.title-section {
    position: relative;
}
.title-section {
    text-align: center;
    margin-bottom: 50px;
}
.title-section h2 {
    /* font-size: 32px; */
}
.bottom-line1:before {
    height: 2px;
    display: block;
    width: 125px;
    background: #222;
    border-right: 1px #fff;
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bottom-line:before {
    height: 2px;
    display: block;
    width: 125px;
    background: #222;
    border-right: 1px #fff;
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media(max-width:767.9px){
	.bottom-line:before {
		height: 2px;
		display: block;
		width: 125px;
		background: #222;
		border-right: 1px #fff;
		content: '';
		position: absolute;
		top: 60px !important;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.bottom-line1:before {
		height: 2px;
		display: block;
		width: 125px;
		background: #222;
		border-right: 1px #fff;
		content: '';
		position: absolute;
		top: 100px !important;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.title-section .dark-bottom:before {
		height: 2px;
		display: block;
		width: 125px;
		background: #fff;
		border-right: 1px #fff;
		content: '';
		position: absolute;
		top: 60px !important;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
@media(max-width:430.9px){
	.title-section .dark-bottom:before {
		height: 2px;
		display: block;
		width: 125px;
		background: #fff;
		border-right: 1px #fff;
		content: '';
		position: absolute;
		top: 100px !important;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
@media(max-width:353.9px){
	.bottom-line:before {
		height: 2px;
		display: block;
		width: 125px;
		background: #222;
		border-right: 1px #fff;
		content: '';
		position: absolute;
		top: 100px !important;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
.intro-desc p {
    color: #1e252b80;
    font-size: 20px;
    padding-bottom: 20px;
}
.intro-desc p a {
    color: #f77824;
}
.why-we.bg-dark {
    background-color: #343a40!important;
    padding: 80px 0;
}
.title-section .dark-bottom {
    color: #fff;
}
.title-des p {
    max-width: 100%;
    font-size: 20px;
    text-align: center;
    color: #ffffff80;
}
.title-section .dark-bottom:before {
    height: 2px;
    display: block;
    width: 125px;
    background: #fff;
    border-right: 1px #fff;
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.icon-why {
    margin: 80px 0 0;
}
.img-hold img {
    max-width: 100%;
    max-height: 100%;
    color: #fff;
}
.img-hold {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.img-overall.text-center {
    position: relative;
}
.img-desc p {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
}
.border-overall {
    border: 1px solid rgb(52 58 65 / 30%);
    border-radius: 10px;
    padding: 30px 0;
	margin-top: 15px;
}
.des p {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    color: rgb(52 58 65 / 50%);
}
.imge-hold {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.overlay.simple-overlay {
    display: none;
}
.overlay.simple-overlay .btn.btn-primary {
    background: #fff;
    color: #222;
    border-color: #fff;
}
.border-overall:hover .overlay.simple-overlay {
    top: 12px;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    height: 95%;
    background-color: #2f2f2fb8;
    text-align: center;
    display: block;
    position: absolute;
    padding: 90px 15px 0 15px!important;
    box-shadow: 0 1px 6px 0 #8e8e8e;
}
.imge-hold img {
    max-width: 100%;
    max-height: 100%;
}
.modal-content {
    padding: 1.5rem;
}
.modal-content.bg-w {
    background: #fff;
}
.modal.rel {
    top: 0;
    padding: 0px 15px!important;
}
.modal.rel .modal-header {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    padding-top: 0;
}
.modal.rel .close {
    padding: 0 !important;
    color: #f77824;
    float: right;
    text-align: right;
}
.modal.rel .modal-title {
    color: #222;
}
.expert {
    color: rgb(52 58 65 / 50%);
    font-size: 18px;
}
.site-color {
    color: #f77824;
}
.jobs-head {
    color: #222;
    margin-bottom: 15px;
}
.jobs-desc.p-3 {
    padding-left: 0 !important;
}
ul.my-list {
    padding-left: 2rem;
}
ul.my-list li {
    color: #222;
}
.modal.rel .modal-lg.modal-dialog-centered {
    max-width: 800px !important;
}



/* Portfolio css Start */

#portfolioWork{
	padding: 60px 0px;
}

.portfolio-style h1{
	font-size: 42px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 9999;
}


.portfolio-tittle-now{
	max-width: 1200px;
	text-align: center;
	margin: 0px 50px 10px 50px;
}

.portfolio-tittle-now h6{
	line-height: 26px;
}


.recent-list{
	position: relative;
	padding: 20px 0px;
	/*left: 50%;
	transform: translateX(-50%);
	top: 15%;
	background: #fff;
	
	z-index: 999;
	width: 100%;*/
}
.recent-list.affix_top {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    background: #fff;
    top: 30px;
}

#port-top{
	
}

.recent-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.recent-list ul li{
	font-size: 16px;
	font-weight: 400;
	color: #151313;
	cursor: pointer;
	background: transparent;
	padding: 10px 30px;
	margin: 0px 5px;
	border-radius: 30px;
}

.recent-list ul li.mixitup-control-active{
	color: #fff;
	background: linear-gradient(to top, #fb7923 0%, #c44e00 100%);
	box-shadow: 0 0 5px 2px #ffd5ba;
	
}


.work-item img{
	max-width: 100%;
	width: 100%;
}

.work-item {
	position: relative;
}

.work-hover{
	position: absolute;
	content: "";
	background: rgba(251,121,35,0.7);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: scale(0);
	border-radius: 12px;
	transition: 0.5px;
}

.work-hover span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
}

.work-hover h6{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
}

.work-item:hover .work-hover{
	transform: scale(1);
}

.d-none{
	display: none;
}

.pad{
	padding: 10px;
}

.work-hover h6{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.work-item h5{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin: 20px 0px;
	text-align: center;
}

.pad h5{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin: 20px 0px;
	text-align: center;
}

.porfolio-btn-btm {
	text-align: center;
	margin-top: 30px;
}

.porfolio-btn-btm a{
	padding: 15px 30px;
	background: #fb7923;
	color: #fff;
	border-radius: 50px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	transition: 0.5s;
}

.porfolio-btn-btm a:hover{
	background: #fff;
	color: #fb7923;
	border: 1px solid #fb7923;
}

/* Portfolio css End */

.mobile-right-site-one {
	background: #fff;
	padding: 20px;
	box-shadow: -5px 5px 5px 5px #f2f2f2;
	border-radius: 5px;
	margin-bottom: 0;
	z-index: 99;
	position: relative;
    border: 2px solid #f7f7f7;
}

.mobile-nav-one ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-nav-one ul li i {
	float: left;
	padding-top: 4px;
	font-size: 10px;
	color: #fb7923;
	margin-right: 15px;
}


.mobile-nav-one ul li {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	color: #6c6c6c;
	margin-bottom: 10px;
}

.form-content h4{
    font-size: 24px;
    font-weight: 600;
    color: #fb7923;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
    line-height: 30px;
}

.form-content h4::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background: #fb7923;
    left: 15px;
    top: 5px;
    bottom: 0;
    right: 0;
}

.form-content h4 span{
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px
}

.form-content p{
    color: #000;
}

#newSection{
    background: #444444;
    padding: 40px 0px;
    text-align: center;
}

.cnt-section h2{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

#accordionPart .btn-link:hover{
    color: #fb7923;
}

.btn-link.collapsed::after {
    content: "\002B";
    top: 50%;
    transform: translateY(-50%);
}

.maxi-height {
    max-width: 100%;
    height: auto;
    max-height: 80%;
    display: block;
    width: auto;
    margin: 0px auto;
}

/* What We Css */

#what-we{
	padding: 80px 0px 140px 0px;
	background: #f3f3f3;
	margin-top: 36px;
}

.common-style h2{
    /* font-size: 42px; */
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.common-style p{
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    margin-bottom: 10px;
    line-height: 26px;
}

.we-item{
	margin: 10px 0px;
}

.we-item i{
	font-size: 24px;
	font-weight: 600;
	color: #fb7923;
}

.we-item h4{
	font-size: 18px;
    font-weight: 600;
    color: #121212;
    line-height: 28px;
    margin-bottom: 20px;
	position: relative;
}

.we-item h4::after{
	position: absolute;
	bottom: -8px;
	left: 0;
	background: #000;
	content: "";
	width: 50px;
	height: 2px;
}

.we-item p{
	font-size: 13px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 26px;
}

.we-right{
	margin-top: 40px;
}











