
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html {
	font-size: 16px
}
body {
	font-size: 1rem;
	font-family: sans-serif;
	font-weight: 400;
	width: 100%;
	float: left;
	overflow-x: hidden
}
a:hover {
	text-decoration: none
}
li {
	list-style: none
}
.main-body {
	width: 100%;
	overflow-x: HIDDEN;
	float: left
}
.home {
	background: url(../images/home-bg.jpg) center top no-repeat;
	background-color: #dee3f9;
	background-size: cover;
	padding-bottom: 2rem
}
.container {
	max-width: 1200px
}
.navigation {
	padding-top: .5rem
}
.navbar-brand {
	width: 180px
}
.navbar-light .navbar-toggler {
	border: 1px solid #fff
}
.navbar-light .navbar-toggler img {
	width: 25px
}
.navbar-collapse {
	z-index: 10000;
	position: absolute;
	padding: 10px;
	background: #fff;
	right: 15px;
	top: 63px;
	width: 171px;
	border-radius: 5px
}
.navigation .navbar-nav .nav-item .nav-link {
	color: #0b1143;
	text-align: right;
	font-size: .88rem;
	letter-spacing: 1px;
	margin: 0 .5rem;
	position: relative;
	font-weight: 400
}
.navigation .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-nav .nav-item .nav-link.active {
	color: #0b1143;
	font-weight: 600
}
.navigation .navbar-nav .nav-item .nav-link:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-moz-transition: -moz-transform .3s cubic-bezier(0.61, 0, 0.405, 1.63);
	-o-transition: -o-transform .3s cubic-bezier(0.61, 0, 0.405, 1.63);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0.61, 0, 0.405, 1.63);
	transition: transform .3s cubic-bezier(0.61, 0, 0.405, 1.63)
}
.navigation .navbar-nav .nav-item .nav-link.active:after {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
.get-quit {
	text-align: right
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	margin-top: 0!important
}
.get-quit img {
	width: 1rem;
	margin-left: 2rem
}
.get-quit p {
	font-size: .88rem;
	line-height: 35px;
	color: #fff;
	margin: 0;
	padding-left: 5px
}
.get-quit a {
	font-size: .88rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 36px;
	padding: 5px 12px;
	background: transparent;
	margin-left: 1rem;
	background: #fff;
	color: #0b1143
}
.mls {
	margin-top: 2rem
}
.project {
	background: #f7f7f7
}
.one-stop {
	color: #fff
}
.one-stop .t1 {
	font-weight: 300;
	font-size: 27px;
	padding: 11px 0 0;
	line-height: 36px;
	text-align: center
}
.one-stop .t1.new {
	font-size: 22px;
	line-height: 34px
}
.one-stop .t1 span {
	font-weight: 900
}
.one-stop .t2 {
	font-weight: 300;
	padding: 0;
	margin: 7px 0 0;
	line-height: 27px;
	font-size: 15px;
	text-align: center
}
.one-stop img {
	width: 128%;
	margin-left: -25px;
	max-width: initial;
	margin-top: 13px
}
.form-control:focus {
	box-shadow: none
}
.glb-btn .btn {
	width: 102%;
	margin: 9px 0 0;
	background: #ff9800!important;
	outline: NONE;
	border: NONE;
	padding: 8PX 0
}
.glb-btn .btn-reset {
	color: #031B4E;
	border-color: #919EBC
}
.glb-btn .btn-reset:hover {
	color: #fff;
	background-color: #919EBC
}
.glb-btn .btn-submit {
	color: #fff;
	background-color: #000;
	border-color: #000
}
.glb-btn .btn-submit:hover {
	background-color: #656262;
	border-color: #656262
}
.pro-cartoon {
	position: absolute;
	top: 32%;
	left: 67%
}
.get-started-main {
	margin-top: -76px;
	text-align: center
}
.get-started {
	display: flex;
	flex-direction: column
}
.get-started h2 {
	font-size: 30px;
	color: #0b1143;
	font-weight: 900;
	margin-top: 54px
}
.get-started p {
	font-size: 15px;
	color: #313131;
	font-weight: 300;
	margin-bottom: 7px
}
.get-started p span {
	font-weight: 700
}
.get-started p.light {
	font-size: 15px;
	color: #313131;
	font-weight: 300
}
.our-customer {
	display: block;
	justify-content: space-between;
	align-items: center;
	margin: 0
}
.our-customer li {
	width: 22%;
	margin: 0 1.5% 13px;
	float: left
}
.our-customer li a {
	border: 1px solid #A1B0D1;
	background-color: #fff;
	border-radius: 100%;
	width: 100%;
	height: 77px;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .5s ease-in-out;
	transform: scale(1.1);
	padding: 2px
}
.navbar {
	padding: .5rem 0
}
.our-customer li a:hover {
	transform: scale(1.2);
	border-color: #000
}
.our-customer li a img {
	width: 90%;
	height: auto
}
.web-dev {
	position: relative;
	padding: 30px 0 35px;
	text-align: center;
	background-color: #fbfbfb
}
.web-dev-list h2 {
	color: #586c86;
	position: relative;
	margin-bottom: 3rem;
	font-weight: 300;
	padding-right: 0;
	width: 100%;
	font-size: 25px;
	line-height: 35px
}
.web-dev-list h2 strong {
	font-weight: 900;
	color: #2d425e
}
.web-dev-list h2::after {
	content: '';
	position: absolute;
	bottom: -1rem;
	width: 3.7rem;
	left: 42%;
	height: 2px;
	background-color: #7D879B;
	display: block
}
.web-dev-list p {
	color: #3D5280;
	line-height: 25px;
	font-size: 15px;
	font-weight: 300
}
.web-dev-list p.big {
	font-size: 19px;
	line-height: 29px
}
.free_quote {
	color: #fff;
	background-color: #50b56f;
	border-color: #000;
	margin: 0;
	padding: 10px 20px;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 5px;
	display: inline-block;
	text-transform: uppercase
}
.free_quote:HOVER {
	background-color: #2aa1ff;
	color: #fff
}
.some-ques {
	position: relative;
	padding: 27px 0 0;
	overflow: hidden;
	width: 100%
}
.some-ques .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px
}
.que-alw h2 {
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
	color: #313131;
	margin-bottom: 1.3rem
}
.que-alw h2 strong {
	font-weight: 900
}
.que-alw ul {
	display: flex;
	flex-direction: column;
	justify-content: start;
	margin: 0
}
.que-alw ul li {
	font-size: 15px;
	padding: .7rem 0 .7rem 2rem;
	background: url(../images/small_arrow.svg) left 18px no-repeat;
	font-weight: 300
}
.ser-dev1 {
	background-color: #e65d33
}
.ser-dev2 {
	background-color: #cbaa1f
}
.ser-dev3 {
	background-color: #c1d64b
}
.ser-dev {
	background-color: #ffc107
}
.bran-ser {
	background-color: #409fe3
}
.dev-mob {
	background-color: #f86c5e
}
.mar-ser {
	background-color: #12cdca
}
.con-sta {
	background-color: #2cbb71
}
.all-web {
	padding: 2rem;
	display: flex;
	flex-direction: column
}
.all-web .dev-ser {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 120px
}
.all-web .dev-ser h1 {
	font-size: 1.4rem;
	color: #fff;
	margin-left: 1rem;
	font-weight: 400
}
.all-web p {
	font-size: 1rem;
	color: #fff;
	line-height: 2rem;
	margin: 2rem 0;
	font-weight: 300;
	line-height: 25px;
	height: 160px
}
.all-web a {
	font-size: 1rem;
	color: #fff;
	background-color: transparent;
	border: 0;
	max-width: 220px;
	margin-top: 1rem
}
.all-web a img {
	margin-left: 1rem
}
.web-list .dev-ser h1 {
	color: #fff
}
.web-list .dev-ser h1 span {
	white-space: nowrap
}
.web-list p {
	color: #fff;
	font-weight: 300;
	font-size: 16px
}
.web-list button {
	color: #fff
}
.all-web p.good-desi {
	margin: 1.4rem 0
}
.all-web p.good-desi1 {
	margin: 1.7rem 0
}
.all-web {
	transition: .5s ease-in-out
}
.ourwork {
	text-align: center;
	margin: 40px 0;
	width: 100%;
	float: left
}
.ourwork.amp {
	text-align: center;
	margin: 40px 0px 0px 0px;
	width: 100%;
	float: left
}
.ourwork h2 {
	font-size: 30px;
	color: #000;
	font-weight: 300
}
.ourwork h2 span {
	font-weight: 900
}
.ourwork p {
	font-size: 16px;
	color: #696969;
	line-height: 26px;
	font-weight: 300;
	padding: 0
}
.we-work {
	background-color: #fff;
	width: 100%;
	float: left;
	margin-top: 0;
	margin-bottom: 40px
}
.hww {
	text-align: center;
	margin-bottom: 7px
}
.hww h2 {
	font-size: 25px;
	line-height: 35px;
	color: #000;
	padding: 0 20px;
	font-weight: 300
}
.hww h2 span {
	font-weight: 900
}
.hww p {
	font-size: 14px;
	color: #696969;
	line-height: 23px;
	font-weight: 300;
	padding: 8px 4% 0
}
.hww2 {
	text-align: center;
	margin-bottom: 7px
}
.hww2 h2 {
	font-size: 25px;
	line-height: 35px;
	color: #000;
	padding: 0 20px;
	font-weight: 300
}
.hww2 h2 span {
	font-weight: 900
}
.hww2 p {
	font-size: 14px;
	color: #696969;
	line-height: 23px;
	font-weight: 300;
	padding: 8px 4% 0
}
.my-col {
	background-color: #F0F5FF;
	margin: 0 -1rem;
	padding: 2rem 0
}
.tabbable-responsive {
	display: block;
	min-width: 100%;
	overflow-x: auto;
	overflow-y: hidden
}
.tabbable {
	min-width: 100%
}
.tabbable .nav-tabs {
	white-space: nowrap;
	display: inline-block;
	min-width: 100%;
	text-align: center
}
.tabbable .nav-tabs .nav-item {
	display: inline-block
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs {
	border-bottom: none
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .tab-list .nav-link.active {
	background-color: #F0F5FF;
	border: 0;
	border-radius: 15px 15px 0 0;
	padding: 1rem 1rem 0;
	text-align: center
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .tab-list .nav-link {
	border: 0;
	padding: 1rem 1rem 0;
	text-align: center
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .tab-list .nav-link img {
	width: 40px;
	height: 40px
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .tab-list .nav-link img.cust1 {
	width: 56%
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .tab-list .nav-link p {
	color: #5B6987;
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 5px
}
.tabbable .nav-tabs .nav-item .nav-link {
	display: inline-block
}
.cus-tab {
	display: flex;
	align-items: center
}
.cus-tab .col-md-6 {
	padding: 0
}
.cus-tab .card-title {
	font-size: 22px;
	color: #15003a;
	margin-top: -27px
}
.cus-tab .card-text {
	font-size: 16px;
	color: #696969;
	margin: 1rem 0;
	font-weight: 300
}
.hastag-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.btn-hastag {
	color: #5B6987;
	background-color: #CDF;
	border-color: #4A90E2;
	margin: 0 .5rem;
	font-size: 12px;
	margin-bottom: 11px
}
.web-technology {
	background-color: #fff;
	margin: 0 0 3rem;
	width: 100%;
	float: left
}
.webTech {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.webTech li {
	flex-basis: 5%;
	margin: .3rem
}
.webTech li img {
	width: 50%;
	margin-top: 13px
}
.webTech li a {
	border: 1px solid #AFB3BC;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	color: #5B6987;
	font-size: .7rem;
	line-height: 2rem;
	transition: .5s ease-in-out
}
.webTech li a:hover {
	transform: scale(1.2);
	border-color: #000
}
.portfolio .container {
	margin: 0;
	padding: 0
}
.port_con {
	width: 100%;
	float: left;
	height: 400px;
	position: relative
}
.port_con .container {
	z-index: 10000;
	position: relative
}
.port_con .fl {
	width: 45%;
	float: left
}
.port_con .fr {
	width: 55%;
	float: left;
	overflow: hidden;
	height: 400px
}
.footer {
	width: 100%;
	float: left;
	background: #409fe30d
}
.footer_left {
	width: 100%;
	float: left;
	font-weight: 300;
	padding: 30px 0 100px
}
.footer_left .t1 {
	font-size: 26px;
	font-weight: 900;
	color: #0d5990;
	text-align: center
}
.footer_left .t2 {
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	color: #0d5990
}
.footer_left .t3 {
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	margin: 20PX 0 40PX
}
.footer_left .a1 {
	width: 100%;
	float: left
}
.footer_left .a1 .f1 {
	width: 40%;
	margin-right: 10%;
	float: left
}
.footer_left .a1 .f1.one {
	margin-left: 5%;
	width: 43%;
	margin-right: 0
}
.footer_left .a1 .f1 .img {
	width: 16%;
	float: left;
	padding-top: 3PX
}
.footer_left .a1 .f1 .img img {
	width: 100%
}
.footer_left .a1 .f1 .txt {
	width: 75%;
	float: left;
	color: #0d5990;
	font-size: 12px;
	padding-left: 9px;
	font-weight: 600
}
.footer_left .a1 .f1 .txt a {
	color: #0d5990
}
.footer_left .a1 .f1 span {
	display: block;
	font-weight: 600
}
.footer_left .t4 {
	width: 100%;
	float: left;
	margin-top: 30px
}
.footer_left .t4 .txt2 {
	font-weight: 600;
	padding: 0 0 10px
}
.footer_left .t4 .img {
	float: left;
	padding-right: 10px
}
.footer_left .t4 .txt {
	float: left;
	padding-top: 7px;
	font-size: 14px;
	width: 85%;
	font-size: 12px;
	margin-top: -3px
}
.footer_right {
	width: 109%;
	float: right;
	background: #409fe3;
	padding: 30px 20px 50px 26px;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px
}
.footer_right .t1 {
	text-align: center;
	font-size: 19px;
	font-weight: 900;
	margin-bottom: 20PX
}
.footer_right .input {
	width: 95%;
	float: left;
	margin-right: 5%
}
.footer_right .input input {
	width: 100%;
	-webkit-appearance: none;
	border: none;
	background: none;
	border: 2px solid #fff;
	outline: none;
	padding: 7px 18px;
	color: #fff;
	margin-bottom: 20px;
	font-size: 14px
}
.footer_right .input2 {
	width: 95%
}
.footer_right .input2 textarea {
	width: 100%;
	-webkit-appearance: none;
	border: none;
	background: none;
	border: 2px solid #fff;
	outline: none;
	padding: 10px 18px;
	color: #fff;
	margin-bottom: 20px;
	height: 100px;
	font-size: 14px
}
.subbtn {
	width: 100%;
	display: inline-block;
	-webkit-appearance: none;
	border: 2px solid #fff;
	padding: 10px 40px;
	background: #fff;
	color: #409fe3
}
.footer_right .input select {
	width: 100%;
	-webkit-appearance: none;
	border: none;
	background: none;
	border: 2px solid #fff;
	outline: none;
	padding: 10px 18px;
	color: #fff;
	margin-bottom: 20px
}
.footer_right .input option {
	background: #409fe3
}
.footer_right .input input::-webkit-input-placeholder {
color:#fff
}
.footer_right .input input:-ms-input-placeholder {
color:#fff
}
.footer_right .input input::placeholder {
color:#fff
}
.footer_right .input2 textarea::-webkit-input-placeholder {
color:#fff
}
.footer_right .input2 textarea:-ms-input-placeholder {
color:#fff
}
.footer_right .input2 textarea::placeholder {
color:#fff
}
.item .cont {
	position: relative;
	height: auto;
	width: 100%;
	float: left;
	background: #fafafa
}
.item .cont .fl {
	width: 100%;
	height: auto;
	text-align: left;
	padding-right: 5%;
	float: left;
	padding-left: 5%
}
.item .cont .fr {
	float: right;
	width: 100%;
	height: auto;
	color: #fff;
	position: relative;
	z-index: 30;
	float: left;
	overflow: hidden
}
.item .cont .bg {
	position: absolute;
	width: 1600px;
	height: 450px;
	left: 45%;
	z-index: 20
}
.owl-carousel {
	margin-top: 10px
}
.item .cont .fl .desc {
	font-size: 16px;
	font-weight: 300;
	padding: 16px 0 10px;
	text-align: center
}
.hashtag {
	text-align: center;
	margin-bottom: 30px
}
.item .cont .fr img {
	width: 87%;
	margin: 28px 7% 7%
}
.item .cont .container {
	padding: 0
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 14px
}
.item .link {
	padding-top: 10px
}
.item .link img {
	float: left
}
.item .link span {
	float: left;
	font-weight: 300;
	cursor: pointer
}
.item h3 {
	height: 38px;
	margin: 30px 0 10px;
	text-align: center
}
.item h3 img {
	max-height: 38px;
	width: auto!important;
	display: inline-block!important
}
.fix_foo {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100000
}
.fix_foo ul {
	margin: 0;
	padding: 0
}
.fix_foo ul li {
	background: #50b56f;
	color: #fff;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 13px;
	padding: 10px 0
}
.fix_foo ul li a {
	color: #fff
}
.some-ques .owl-carousel .owl-item img {
	display: inline;
	width: auto
}
.start-project {
	border-radius: 25px;
	padding: 1.5rem 10PX;
	margin-top: -1rem;
	position: relative
}
.start-project .form-row {
	margin-right: 0;
	margin-left: 0
}
.start-project h2 {
	font-size: 1.5rem;
	color: #0b1143;
	margin-bottom: 1rem;
	margin-left: -.5rem;
	text-align: center;
	font-weight: 900;
	padding: 0 11PX
}
.start-project .form-group {
	width: 100%
}
.start-project .form-group label {
	margin: 0;
	font-size: .8rem;
	color: #1A1A1A
}
.start-project .form-control {
	border: none;
	font-weight: 300;
	border: 1px solid #ACBAD8;
	border-radius: 0;
	padding: 5PX 10PX;
	font-size: 14px;
	-webkit-appearance: NONE
}
.form-control:focus {
	box-shadow: none
}
.glb-btn .btn {
	width: 102%;
	margin: 9px 0 0;
	background: #ff9800!important;
	outline: NONE;
	border: NONE;
	padding: 8PX 0
}
.glb-btn .btn-reset {
	color: #031B4E;
	border-color: #919EBC
}
.glb-btn .btn-reset:hover {
	color: #fff;
	background-color: #919EBC
}
.glb-btn .btn-submit {
	color: #fff;
	background-color: #000;
	border-color: #000
}
.glb-btn .btn-submit:hover {
	background-color: #656262;
	border-color: #656262
}
.thankyou {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #a07aeb;
	color: #fff
}
.container2 {
	margin: 50px auto 0;
	width: 300px;
	text-align: center
}
.container2 h1 {
	font-weight: 300;
	padding: 40px 0 0;
	font-size: 19PX
}
.container2 h2 {
	font-weight: 300;
	padding: 40px 0 0;
	font-size: 16PX
}
.container2 h2 a {
	color: #ff0
}
.latest_tech {
	width: 100%;
	float: left;
	margin: 20px 0 30px
}
.latest_tech .owl-carousel {
	margin: 0
}
.latest_tech .new222 {
	width: 85%;
	margin: 0 7.5%
}
.latest_tech h3 {
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
	margin: 0
}
.latest_tech .img {
	width: 100%;
	text-align: center
}
.latest_tech .item {
	padding: 20px 10px;
	height: 379px;
	border: 1px solid #f5f4f4;
	margin: 0;
	background: #ffd9001c
}
.latest_tech .item.two {
	background: #7fe2ff1f
}
.latest_tech .item.new{height:420px;}

.latest_tech .txt
.latest_tech .item.three {
	background: #ffd9001c
}
.latest_tech .img img {
	width: auto;
	float: none;
	margin: 0 auto
}
.latest_tech .txt {
	font-size: 15px;
	color: #696969;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
	padding-top: 20px;
	line-height: 27px
}

.latest_tech .item.new .txt {font-size: 13px;     line-height: 21px;}
.faq_new{ width:100%; float:left; margin-bottom:70px;}
.faq_new h5 {   font-size: 23px;
    text-align: center;
    margin-bottom: 35px;
    color: rgb(0, 0, 0);
    font-weight: 300;}
.faq_new .fl { width:100%; float:left}
.faq_new .fr { width:100%; float:right}
.faq_new .ques{background: #d6dcfe;
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 14px;
    padding: 8px 29px 8px 16px; margin-bottom:15px; cursor:pointer}
.faq_new .ans{ font-size: 14px; font-weight:300; padding:0 16px 16px 16px; display:none; width:100%; float:left; }
.faq_new li  { width:100%; float:left; position:relative}
.faq_new li span {    float: right;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 38px;}
@media (max-width:575.98px) {
.get-started {
	margin: 2rem 0 1rem
}
.hww {
	display: block
}
.cus-tab {
	display: block
}
}

@media (min-width:576px) and (max-width:767.98px) {
.get-started {
	margin: 2rem 0
}
.hww {
	display: block
}
.cus-tab {
	display: block
}
}

@media (min-width:768px) and (max-width:991.98px) {
.get-started {
	margin: 2rem 0
}
}

@media (min-width:992px) and (max-width:1199.98px) {
.navbar-nav {
	flex-wrap: wrap
}
.nav-item {
	white-space: nowrap
}
.get-quit {
	width: 58%
}
}
