h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-weight: inherit !important;
}

.bnr_cont {
	width: 100%;
	display: inline-block;
}

.bnr_cont .bnrTitle {
	font-weight: 700;
	font-size: 74px;
	line-height: 88px;
	color: #142E4C;
	margin-bottom: 26px;
}

.bnr_cont .bnrTitle>span {
	font-weight: 300;
	font-size: 49px;
	line-height: 68px;
	display: block;
}

.bnr_cont .mark_label {
	display: block;
	font-weight: 600;
	font-size: 21px;
	line-height: 33px;
	color: #FFF500;
	margin-bottom: 31px;
}

.bnr_cont .mark_label>span {
	display: inline-block;
	position: relative;
}

.bnr_cont .mark_label>span+span {
	margin-left: 8px;
}

.bnr_cont .mark_label>span:not(:first-child):before {
	position: absolute;
	content: '|';
	left: -10px;
	top: 0px;
}

.bnr_cont p {
	font-weight: 400;
	font-size: 21px;
	line-height: 33px;
	color: #191D1C;
	margin-bottom: 28px;
}

.trust_box_wrap {
	overflow: hidden;
	margin-top: 30px;
	max-width: 700px;
}

.trust_box_wrap h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	color: #FFF500;
	margin-bottom: 21px;
}

.trust_logo {
	margin: 0px -15px;
}

.trust_logo>li {
	width: 14.285%;
	padding: 0px 15px;
	float: left;
}

.trust_logo>li .trustImg_box {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trust_logo>li .trustImg_box img {
	max-width: 100%;
	height: auto;
}

.banner-wrap {
	display: flex;
	flex-wrap: wrap;
}

.banner-left {
	width: 64%;
}

.development_company_page_banner {
	background-color: #000000;
	background-image: url(../images/ecommerce-com-banner.png);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 68px 0;
	position: relative;
	z-index: 1;
}

.development_company_page_banner::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(7, 38, 73, 0.81);
}

.development_company_page_banner .banner-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #1470DA;
	color: #ffffff;
	width: 175px;
	height: 60px;
	border: none;
	font-weight: 700;
	font-size: 17px;
	line-height: 60px;
	border-radius: 5px;
}

.development_company_page_banner .bnr_cont .bnrTitle {
	max-width: 1025px;
	color: #fff;
}

.development_company_page_banner p {
	max-width: 786px;
	color: #B6C4D1;
}

.why_te_cont {
	background: linear-gradient(180deg, #114EEC 0%, #0639B8 100%);
}

.why_te_cont .hireBtn {
	background: #FB1717;
	border-color: #FB1717;
}

.expert_section .sec_title {
	/* margin-bottom: 20px; */
	margin-left: auto;
	margin-right: auto;
}

.expert_section .sec_title strong {
	display: inline;
}

.cstm_col_20_percent {
	width: 20%;
}

.services_we_offer_section .cstm_row {
	margin: 0px -11px;
	justify-content: center;
}

.services_we_offer_section .cstm_col_20_percent {
	padding: 0px 11px;
	display: flex;
	float: left;
	margin-bottom: 30px;
}

.services_we_offer_section .cstm_col_4 {
	padding: 0px 11px;
	display: flex;
	float: left;
	margin-bottom: 30px;
}

.services_we_offer_section .exprt_cont_col {
	padding: 40px 15px 50px;
	justify-content: flex-start;
}

.services_we_offer_section .exprt_cont_col .icon_box {
	width: 68px;
	height: 68px;
	padding: 17px;
}

.services_we_offer_section .exprt_cont_col h4 {
	font-size: 17px;
	min-height: 63px;
}

.why_choose_us_section {
	padding: 100px 0 80px;
	background: linear-gradient(180deg, #EBF2FF 0%, rgba(235, 242, 255, 0) 100%);
}

.why_choose_us_section .sec_title {
	margin-bottom: 50px;
	line-height: 60px;
}

.why_choose_us_section .sec_title strong {
	display: block;
}

.why_choose_us_section .sub_title {
	margin-bottom: 30px;
}

.why_choose_us_section .cstm_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
	justify-content: center;
}

.why_choose_us_section .cstm_col_4 {
	padding: 0 16px;
	margin-bottom: 40px;
	display: flex;
}

.why_choose_us_cont_col {
	padding: 40px;
	background: #FFFFFF;
	background: #FFFFFF;
	border: 1px solid #BACEF9;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.why_choose_us_cont_col .icon_box {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	margin: 0px 0 30px;
	background: #1470DA;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 18px;
}

.why_choose_us_cont_col .content {
	width: calc(100% - 86px);
	padding-left: 30px;
}

.why_choose_us_cont_col h4 {
	font-size: 20px;
	font-weight: 800 !important;
	margin-bottom: 15px;
	color: #0C236E;
}

.why_choose_us_cont_col p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

.hire_our_dedicated_section {
	padding: 61px 0 93px;
	background-color: #F4F4F4;
}

.hire_our_dedicated_section h2 {
	margin: 0px auto;
	margin-bottom: 90px;
	line-height: 68px;
}

.hire_our_dedicated_row {
	display: flex;
	flex-wrap: wrap;
}

.hire_our_dedicated_figure {
	width: 58%;
}

.hire_our_dedicated_content {
	width: 42%;
}

.hire_our_dedicated_figure img {
	width: 90%;
}

.hire_our_dedicated_steps_btns {
	display: flex;
	flex-wrap: wrap;
}

.hire_our_dedicated_steps_btns a {
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	padding: 20px 10px;
	border-radius: 10px;
	display: block;
	max-width: 250px;
	flex: 0 0 250px;
	text-align: center;
}

.hire_our_dedicated_steps_btns a+a {
	margin-left: 16px;
}

.hire_our_dedicated_steps_btns a.discuss_your_project_link {
	background-color: #FB1717;
}

.hire_our_dedicated_steps_btns a.hire_developers_link {
	background-color: #0B60C2;
}

ul.steps_list {
	margin-bottom: 50px;
}

ul.steps_list li {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background-color: #fff;
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
	padding: 20px 30px;
}

ul.steps_list li:last-child {
	margin-bottom: 0;
}

ul.steps_list li .icon_box {
	width: 90px;
	height: 90px;
	background-color: #DDF2FF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.step_cont_info {
	width: calc(100% - 90px);
	padding-left: 20px;
	padding-top: 16px;
}

.step_cont_info h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 20px;
}

.step_listItm {
	display: block;
	padding-left: 33px;
	position: relative;
}

.step_listItm p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #5F6471;
}

.step_listItm>strong {
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #242938;
	display: block;
	margin-bottom: 10px;
}

.step_listItm+.step_listItm {
	margin-top: 18px;
}

.step_listItm::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/check-icon.png) no-repeat;
	background-size: 100% 100%;
	left: 0px;
	top: 2px;
}

.send_us_message_section {
	padding: 130px 0;
}

.send_us_message_content {
	text-align: center;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 70px 0;
}

.web_security_section {
	width: 100%;
	display: inline-block;
	padding: 60px 0px 39px;
}

.web_security_section .sec_title>strong {
	display: block;
}

.web_security_section .cstm_row {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -21px 0px;
}

.web_security_section .cstm_col_4 {
	padding: 0px 21px;
	display: flex;
}

.security_col {
	display: flex;
	background: #FFFFFF;
	border: 1px solid #BACEF9;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	overflow: hidden;
}

.count_box {
	width: 85px;
	padding: 35px 10px;
	text-align: center;
	background: #1470DA;
	font-weight: 800;
	font-size: 27px;
	line-height: 24px;
	color: #FFFFFF;
}

.security_cont {
	width: calc(100% - 85px);
	padding: 37px 24px 72px;
}

.security_cont h4 {
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	color: #0C236E;
	margin-bottom: 24px;
}

.security_list li {
	display: block;
	padding-left: 33px;
	position: relative;
}

.security_list li p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #5F6471;
}

.security_list li+li {
	margin-top: 18px;
}

.security_list li::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/check-icon.png) no-repeat;
	background-size: 100% 100%;
	left: 0px;
	top: 0px;
}


/* industry */
.industry_we_serve_section {
    padding: 91px 0px 29px;
    background: #F4F4F4;
}
.industry_we_serve_section .sec_title {
    margin-bottom: 60px;
}
.industry_we_serve_section .cstm_row {
    margin: 0px -20px;
    display: flex;
    flex-wrap: wrap;
}
.industry_we_serve_section .cstm_col_4 {
    padding: 0px 20px;
    display: flex;
    margin-bottom: 50px;
}
.industry_col {
    width: 100%;
    padding: 35px 27px 29px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
}
.industry_col .industryIcon {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background: #1470DA;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
.industryIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.industry_col h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    color: #0C236E;
    margin-top: 20px;
}
.industry_col p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5F6471;
    margin-top: 20px;
}
.industry_col p + p {
    margin-top: 15px;
}
/* industry */

@media screen and (max-width: 1400px) {
	ul.steps_list li {
		font-size: 20px;
		padding: 20px;
	}

	ul.steps_list li .icon_box {
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}

	.hire_our_dedicated_steps_btns a {
		max-width: calc(50% - 8px);
		flex: 0 0 calc(50% - 8px);
	}

	.security_cont {
		padding: 28px 19px 42px;
	}	

    /* industry */        
    .industry_we_serve_section .cstm_row {
        margin: 0px -15px;
    }
    .industry_we_serve_section .cstm_col_4 {
        padding: 0px 15px;
        margin-bottom: 35px;
    }
    /* industry */
}

@media screen and (max-width: 1150px) {
	.development_company_page_banner {
		margin-bottom: 0;
	}

	.development_company_page_banner .bnr_cont .bnrTitle {
		font-size: 54px;
		line-height: 62px;
	}

	.bnr_cont p {
		font-size: 18px;
		line-height: 28px;
	}

	.services_we_offer_section .cstm_col_20_percent {
		width: 25%;
	}

	.services_we_offer_section .exprt_cont_col {
		padding: 30px 15px;
	}

	.services_we_offer_section .exprt_cont_col h4 {
		font-size: 16px;
	}

	.why_choose_us_cont_col {
		padding: 30px;
	}

	.why_choose_us_section .cstm_row {
		margin: 0 -10px;
	}

	.why_choose_us_section .cstm_col_4 {
		padding: 0 10px;
		margin-bottom: 25px;
	}

	.why_choose_us_cont_col h4 {
		font-size: 19px;
	}

	.why_choose_us_cont_col .icon_box {
		width: 80px;
		height: 80px;
	}

	.hire_our_dedicated_figure {
		width: 50%;
	}

	.hire_our_dedicated_content {
		width: 50%;
	}

	ul.steps_list {
		margin-bottom: 30px;
	}

	ul.steps_list li {
		font-size: 18px;
	}

	ul.steps_list li .icon_box {
		width: 70px;
		height: 70px;
	}

	ul.steps_list li .icon_box img {
		height: 40px;
	}

	.hire_our_dedicated_steps_btns a {
		font-size: 18px;
	}

	.web_security_section .cstm_row {
		margin: 40px -15px 0px;
	}

	.web_security_section .cstm_col_4 {
		padding: 0px 15px;
	}

	.count_box {
		width: 65px;
	}

	.security_cont {
		width: calc(100% - 65px);
	}

	.security_cont h4 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.security_list li+li {
		margin-top: 12px;
	}

	.security_list li {
		padding-left: 25px;
	}

	.security_list li::before {
		width: 16px;
		height: 16px;
		top: 3px;
	}

	.hire_our_dedicated_section {
		padding: 55px 0px;
	}

	.why_choose_us_section {
		padding: 55px 0px 30px;
	}
}

@media screen and (max-width: 1024px) {
	.development_company_page_banner .bnr_cont .bnrTitle {
		font-size: 48px;
		line-height: 54px;
	}

	.development_company_page_banner .banner-btn {
		width: 130px;
		height: 45px;
		font-size: 15px;
		line-height: 45px;
	}

	/* .services_we_offer_section .cstm_col_3 {
		width: 33.33%;
	} */

	.security_cont {
		padding: 25px 10px 20px;
	}

	.security_cont h4 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 991px) {
	.development_company_page_banner .bnr_cont .bnrTitle {
		font-size: 36px;
		line-height: 42px;
	}

	.bnr_cont p {
		font-size: 16px;
		line-height: 24px;
	}

	.services_we_offer_section .cstm_col_20_percent {
		width: 33.33%;
	}

	.why_choose_us_cont_col {
		padding: 20px;
	}

	.why_choose_us_cont_col h4 {
		font-size: 18px;
	}

	.why_choose_us_cont_col .icon_box {
		width: 70px;
		height: 70px;
		padding: 15px;
	}	

    .industry_we_serve_section .cstm_col_4 {
        width: 50%;
    }
}

@media screen and (max-width: 880px) {
	.why_choose_us_section .cstm_col_4 {
		width: 50%;
	}

	.web_security_section {
		padding: 55px 0px 10px;
	}

	.web_security_section .cstm_col_4 {
		width: 50%;
		margin-bottom: 25px;
	}

	.security_col {
		width: 100%;
	}

	.hire_our_dedicated_figure {
		width: 100%;
		display: inline-block;
	}

	.hire_our_dedicated_figure img {
		width: auto;
		max-width: 65%;
		margin: 0px auto;
	}

	.hire_our_dedicated_content {
		width: 100%;
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	.development_company_page_banner .bnr_cont .bnrTitle {
		font-size: 30px;
		line-height: 36px;
	}

	.bnr_cont p,
	.why_choose_us_cont_col p {
		font-size: 14px;
		line-height: 20px;
	}

	.services_we_offer_section .cstm_col_20_percent,
	.services_we_offer_section .cstm_col_4 {
		width: 50%;
	}

	.why_choose_us_cont_col h4 {
		font-size: 17px;
	}

	.hire_our_dedicated_section h2 {
		margin-bottom: 35px;
	}

	.hire_our_dedicated_steps_btns a {
		font-size: 16px;
	}

	.hire_our_dedicated_row {
		display: block;
	}

	.hire_our_dedicated_figure {
		width: 100%;
		margin-bottom: 50px;
	}

	.hire_our_dedicated_content {
		width: 100%;
	}

	.hire_our_dedicated_figure img {
		width: auto;
		max-width: 100%;
	}
}

@media screen and (max-width: 575px) {
	.bnr_cont .mark_label {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.trust_box_wrap h4 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 14px;
	}

	.why_choose_us_section .cstm_row {
		display: block;
	}

	.why_choose_us_section .cstm_col_4 {
		width: 100%;
		text-align: center;
	}

	.why_choose_us_section .sm_border {
		margin: 8px auto;
	}

	.why_choose_us_cont_col .icon_box {
		margin: 0 auto 30px;
	}

	.why_choose_us_section .cstm_col_4:last-child {
		margin-bottom: 0;
	}

	ul.steps_list li {
		flex-direction: column;
	}

	.step_cont_info {
		width: 100%;
		padding-left: 0;
	}

	.web_security_section .cstm_col_4 {
		width: 100%;
		margin-bottom: 15px;
	}
	
    .industry_we_serve_section .cstm_col_4 {
        width: 100%;
        margin-bottom: 25px;
    }
    .industry_col .industryIcon {
        width: 60px;
        height: 60px;
    }
    .industry_col h4 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 480px) {
	.development_company_page_banner {
		padding: 40px 0px 20px;
	}

	.bnr_cont {
		text-align: center;
	}

	.development_company_page_banner .bnr_cont .bnrTitle {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.bnr_cont .mark_label {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 15px;
	}

	.development_company_page_banner .banner-btn {
		display: block;
		text-align: center;
		margin: 0px auto;
	}

	.trust_logo {
		text-align: center;
	}

	.trust_logo>li {
		width: calc(25% - 3px);
		padding: 0px 10px;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 10px;
		float: none;
	}

	.services_we_offer_section .cstm_col_20_percent,
	.services_we_offer_section .cstm_col_4 {
		width: 100%;
	}
	.services_we_offer_section .exprt_cont_col h4 {
		min-height: auto;
	}

	.hire_our_dedicated_steps_btns a {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.hire_our_dedicated_steps_btns a+a {
		margin-left: 0;
		margin-top: 12px;
	}
}