@font-face {
	font-family: 'Cera';
	font-style: italic;
	font-weight: 400;
	src: url(../fonts/Cera-Pro-Regular-Italic.otf)
}
@font-face {
	font-family: 'Cera';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/Cera-Pro-Light.otf)
}
@font-face {
	font-family: 'Cera';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Cera-Pro-Medium.otf)
}
@font-face {
	font-family: 'Cera';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Cera-Pro-Bold.otf)
}
@font-face {
	font-family: 'Cera';
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/Cera-Pro-Black.otf)
}
@font-face {
	font-family: 'Cera-bold';
	font-weight: bolder;
	src: url(../fonts/Cera-Pro-Black-Italic.otf)
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html {
	font-size: 16px
}
body {
	font-size: 1rem;
	font-family: 'Cera';
	font-weight: 400;
	overflow-x: hidden
}
a:hover {
	text-decoration: none
}
li {
	list-style: none
}
.main-body {
	width: 100%
}
.home {
	background: url(../images/home-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-bottom: 10px
}
.container {
	max-width: 1200px;
	position: relative
}
.navigation {
	padding-top: .5rem
}
.navigation .navbar-nav .nav-item .nav-link {
	color: #fff;
	font-family: var(--font-family-proxima-nova);
	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: #fff;
	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 {
	display: flex;
	justify-content: space-between;
	flex-direction: row
}
.get-quit img {
	width: 1rem;
	margin-left: 2rem
}
.get-quit p {
	font-size: .88rem;
	font-family: var(--font-family-proxima-nova);
	line-height: 35px;
	color: #fff;
	margin: 0;
	padding-left: 5px
}
.get-quit a {
	font-size: .88rem;
	font-family: var(--font-family-proxima-nova);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 36px;
	padding: 5px 12px;
	background: transparent;
	margin-left: 1rem;
	background: #fff;
	color: #0a1042
}
.mls {
	margin-top: 2rem
}
.project {
	margin: -7px 0 0 -64px
}
.one-stop {
	color: #fff
}
.one-stop .t1 {
	font-weight: 300;
	font-size: 40px;
	padding: 25px 195px 0 40px;
	line-height: 48px
}
.one-stop .t1.new{font-size: 26px; line-height: 42px; padding: 25px 157px 0 40px;}
.one-stop .t1.new h1 {font-size: 26px; line-height: 42px; font-weight:300}
.one-stop .t1 span {
	font-weight: 900
}
.one-stop .t2 {
	font-weight: 300;
	padding: 0 91px 0 40px;
	margin: 19px 0 0;
	line-height: 31px;
	font-size: 17px
}
.one-stop .t2.new{margin: 5px 0px 0px;
    font-size: 15px;
    color: rgb(255 255 255);}
	.one-stop .t2.new a {color: rgb(251 181 33);
    text-decoration: underline;
    font-weight: 600;}
.one-stop img {
	margin-top: 2rem;
	width: 80%;
	margin-left: 10%
}
.start-project {
	background-color: #fff;
	border-radius: 25px;
	padding: 1.5rem 2rem;
	position: relative;
	box-shadow: 0 8px 6px -6px #a9b5d0;

}
.start-project.Active{transform: scale(1.1); transition: .5s ease-in-out; border:4px solid #fbb521}
.start-project .form-row {
	margin-right: 0;
	margin-left: 0
}
.start-project h2 {
	font-size: 1.5rem;
	color: #141d60;
	margin-bottom: 1rem;
	margin-left: -.5rem;
	text-align: center;
	font-weight: 900
}
.start-project .form-group {
	width: 100%
}
.start-project .form-group label {
	margin: 0;
	font-size: 11px;
	font-weight: 300;
	color: red
}
.start-project .form-control {
	border: none;
	font-weight: 300;
	border-bottom: 1px solid #ACBAD8;
	border-radius: 0;
	padding: .375rem 0;
	font-size: 14px
}
.form-control:focus {
	box-shadow: none
}
.glb-btn .btn {
	width: 102%;
	margin: 9px 0 0;
	background:rgb(251 181 33) !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: -52px
}
.get-started {
	display: flex;
	flex-direction: column
}
.get-started h2 {
	font-size: 40px;
	color: #141d60;
	font-weight: 900;
	margin-top: 15px
}
.get-started h2.new{font-size: 35px; margin-top:20px;}
.get-started p {
	font-size: 19px;
	color: #313131;
	font-weight: 300;
	margin-bottom: 7px
}
.get-started p span {
	font-weight: 700
}
.get-started p.light {
	font-size: 17px;
	color: #313131;
	font-weight: 300
}
.our-customer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	flex-wrap: wrap
}
.our-customer li a {
	border: 1px solid #A1B0D1;
	background-color: #fff;
	border-radius: 100%;
	width: 110px;
	height: 110px;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .5s ease-in-out;
	transform: scale(1.1);
	margin-bottom: 23px
}
.our-customer li a:hover {
	transform: scale(1.2);
	border-color: #000
}
.our-customer li a img {
	width: 80px;
	height: auto
}
.web-dev {
	background: url(../images/webTech-bg.png) left center no-repeat;
	position: relative;
	padding: 4rem 0;
	background-color: #fbfbfb
}
.web-dev-list h2 {
	font-size: 40px;
	color: #586c86;
	position: relative;
	margin-bottom: 3rem;
	font-weight: 300;
	padding-right: 90px
}
.web-dev-list h2 strong {
	font-weight: 900;
	color: #2d425e
}
.web-dev-list h2::after {
	content: '';
	position: absolute;
	bottom: -1rem;
	width: 3.7rem;
	height: 2px;
	background-color: #7D879B;
	display: block
}
.web-dev-list p {
	color: #3D5280;
	line-height: 29px;
	font-size: 17px;
	font-weight: 300
}
.web-dev-list p strong {
	color: #2d425e
}
.web-dev-list p.big {
	font-size: 20px;
	line-height: 32px
}
.free_quote {
	color: #fff;
	background-color: #50b56f;
	border-color: #000;
	margin: 0;
	padding: 10px 20px;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase
}
.free_quote:hover {
	background-color: #2aa1ff;
	color: #fff
}
.some-ques {
	position: relative;
	padding: 4rem 0 50px
}
.que-alw h3 {
	font-size: 30px;
	line-height: 45px;
	font-weight: 300;
	color: #313131;
	margin-bottom: 1.3rem
}
.faq { width:100%; float:left}
.que-alw h3.new{font-size: 26px;margin-bottom: 0.3em;line-height: 39px;}
.que-alw h3 strong {
	font-weight: 900
}
.que-alw ul {
	display: flex;
	flex-direction: column;
	justify-content: start
}
.que-alw ul li {
	font-size: 16px;
	padding: .7rem 0 .7rem 2rem;
	background: url(../images/small_arrow.svg) left 18px no-repeat;
	font-weight: 300
}
.que-alw ul li.new{padding: 0.4rem 0px 0.4rem 2rem; background: url(../images/small_arrow.svg) left 13px no-repeat;}
.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.5rem;
	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: 164px
}
.all-web a {
	font-size: 1rem;
	color: #fff;
	background-color: transparent;
	border: 0;
	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
}
.all-web:hover {
	transform: scale(1.05)
}
.ourwork {
	text-align: center;
	margin: 40px 0;
	width: 100%;
	float: left
}
.ourwork h2 {
	font-size: 40px;
	color: #000;
	font-weight: 300
}
.ourwork h2 span {
	font-weight: 900
}

.ourwork h4 {
	font-size: 40px;
	color: #000;
	font-weight: 300
}
.ourwork h4 span {
	font-weight: 900
}
.ourwork p {
	font-size: 1.1rem;
	color: #696969;
	line-height: 2rem;
	font-weight: 300;
	padding: 0 10%
}
.we-work {
	background-color: #fff;
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 70px
}
.hww {
	text-align: center;
	margin-bottom: 2rem
}
.hww.new{    margin-bottom: 0.5rem;}
.hww h2 {
	font-size: 40px;
	color: #000;
	font-weight: 300
}
.hww h2 span {
	font-weight: 900
}
.hww p {
	font-size: 1.1rem;
	color: #696969;
	line-height: 2rem;
	font-weight: 300;
	padding: 0 10%
}
.hww2 {
	text-align: center;
	margin-bottom: 0
}
.hww2 h2 {
	font-size: 40px;
	color: #000;
	font-weight: 300
}
.hww2 h2 span {
	font-weight: 900
}
.hww2 h5 {
	font-size: 40px;
	color: #000;
	font-weight: 300
}
.hww2 h5 span {
	font-weight: 900
}
.hww2 p {
	font-size: 1.1rem;
	color: #696969;
	line-height: 2rem;
	font-weight: 300;
	padding: 0 10%
}
.my-col {
	background-color: #fbfbfb;
	margin: 0 -1rem;
	padding: 2rem 0
}
.my-col.new{    background-color: rgb(239 251 255);}
.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: #fbfbfb;
	border: 0;
	border-radius: 30px 30px 0 0;
	padding: 1rem 1rem 0;
	text-align: center
}
.new .nav-tabs .nav-item.show .nav-link, .nav-tabs .tab-list .nav-link.active{    padding: 0 1.5rem 0; background-color: rgb(239 251 255);}
.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: 70%
}
.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: 1rem
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .tab-list .nav-link p.new{ font-size: 15px;}
.tabbable .nav-tabs .nav-item .nav-link {
	display: inline-block
}
.cus-tab {
	display: flex;
	align-items: center
}
.cus-tab .card-title {
	font-size: 30px;
	color: #15003a
}
.cus-tab .card-text {
	font-size: 1.1rem;
	color: #696969;
	line-height: 2rem;
	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
}
.web-technology {
	width: 100%;
	float: left;
	background-color: #fff;
	margin: 0 0 3rem
}
.webTech {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.webTech li {
	flex-basis: 11%;
	margin: 1rem
}
.webTech li img {
	width: 50%
}
.webTech li a {
	border: 1px solid #afb3bc6e;
	border-radius: 100%;
	width: 125px;
	height: 125px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	color: #5B6987;
	font-size: .9rem;
	line-height: 2.5rem;
	transition: .5s ease-in-out
}
.webTech li a:hover {
	transform: scale(1.2);
	border-color: #000
}
.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: #fbfbfb
}
.footer_left {
	width: 50%;
	float: left;
	font-weight: 300;
	padding: 50px 70px 100px 0
}
.footer_left .t1 {
	font-size: 40px;
	font-weight: 900;
	color: #2d425e;     line-height: 45px;
}
.footer_left .t2 {
	font-size: 30px;
	font-weight: 300;
	color: #2d425e
}
.footer_left .t3 {
	font-size: 17px;
	font-weight: 300;
	margin: 20PX 0 40PX
}
.footer_left .a1 {
	width: 100%;
	float: left
}
.footer_left .a1 .f1 {
	width: 50%;
	float: left
}
.footer_left .a1 .f1 .img {
	width: 18%;
	float: left;
	padding-top: 3PX
}
.footer_left .a1 .f1 .txt {
	width: 75%;
	float: left;
	color: #2d425e
}
.footer_left .a1 .f1 .txt a {
	color: #2d425e
}
.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
}
.footer_right {
	width: 50%;
	float: right;
	background: #0d5990;
	background: linear-gradient(360deg, rgba(13,89,144,1) 0%, rgba(64,159,227,1) 100%);
	padding: 50px 30px 50px 50px;
	color: #fff
}
.footer_right .t1 {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 0
}
.footer_right .input {
	width: 45%;
	float: left;
	margin-right: 5%
}
.footer_right .error {
	font-size: 11px;
	width: 100%;
	float: left;
	color: #efff00
}
.footer_right .input input {
	width: 100%;
	-webkit-appearance: none;
	border: none;
	background: none;
	border: 2px solid #fff;
	outline: none;
	padding: 10px 18px;
	color: #fff;
	margin-top: 20px
}
.footer_right .input2 {
	width: 95%;
	float: left;
	margin-top: 20px
}
.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
}
.subbtn {
	display: inline-block;
	-webkit-appearance: none;
	border: 2px solid #fff;
	padding: 10px 40px;
	margin-top: 0;
	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-top: 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 {
	background: #fbfbfb;
	height: 450px
}
.item .cont {
	position: relative;
	height: 450px;
	width: 100%;
	float: left
}
.item .cont .fl {
	float: left;
	width: 45%;
	height: 450px;
	text-align: left;
	padding-right: 5%;
	float: left
}
.item .cont .fr {
	float: right;
	width: 55%;
	height: 450px;
	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: 40px
}
.item .cont .fl .desc {
	font-size: 23px;
	font-weight: 300;
	padding: 16px 0 10px
}
.item .cont .fr img {
	width: 93%;
	margin: 70px 0 0 7%
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
	position: absolute;
	top: 100px;
	right: 40px;
	width: 40px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff
}
.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: 80px 0 10px
}
.item h3 img {
	max-height: 38px;
	width: auto!important
}
.what_we_do {
	width: 100%;
	float: left;
	background: #000;
	padding: 200px 0 0
}
.thankyou {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #a07aeb;
	color: #fff
}
.container2 {
	margin: 50px auto 0;
	width: 700px;
	text-align: center
}
.container2 h1 {
	font-weight: 300;
	padding: 40px 0 0;
	font-size: 29PX
}
.container2 h2 {
	font-weight: 300;
	padding: 40px 0 0;
	font-size: 23PX
}
.container2 h2 a {
	color: #ff0
}
.home.inner {
	background: none
}
.about_us_top {
	width: 100%;
	float: left;
	height: 500px;
	position: relative;
	background: url(../images/about_us.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding-top: 180px
}
.about_us_top .t1 {
	font-size: 50px;
	font-weight: 300
}
.about_us_top .t1 span {
	font-weight: 900
}
.about_us_top .t2 {
	font-size: 25px;
	padding-top: 10px;
	font-weight: 300
}
.about_us_top .container {
	width: 800px
}
.home.inner header {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0
}
.home.inner header .get-quit a {
	color: #ffc60a
}
.aboutus_midd {
	width: 100%;
	float: left;
	padding: 50px 0
}
.aboutus_midd .fl {
	width: 50%;
	float: left;
	font-weight: 300
}
.aboutus_midd .fl h1 {
	font-size: 45px;
	font-weight: 300;
	margin-top: 50px
}
.aboutus_midd .fl h1 span {
	font-weight: 900;
	color: #0d5990;
	display: block
}
.aboutus_midd .fl p {
	padding-top: 15px;
	line-height: 25px
}
.aboutus_midd .fr {
	width: 45%;
	float: right
}
.aboutus_midd2 {
	padding: 40px 0;
	width: 100%;
	float: left;
	background: #fffbf0
}
.aboutus_midd2 h2 {
	font-weight: 300;
	color: #000;
	font-size: 40px;
	text-align: center
}
.aboutus_midd2 h2 span {
	font-weight: 900
}
.aboutus_midd2 ul {
	margin: 60px 0 30px;
	width: 100%;
	float: left;
	padding: 0
}
.aboutus_midd2 ul li {
	width: 25%;
	float: left;
	text-align: center
}
.aboutus_midd2 ul li img {
	width: 100px
}
.aboutus_midd2 ul li .t1 {
	font-size: 40px;
	margin-top: 10px;
	font-weight: 700
}
.aboutus_midd .fr img {
	width: 100%
}
.aboutus_midd3 {
	width: 100%;
	float: left;
	padding: 50px 0
}
.aboutus_midd3 .fl {
	width: 50%;
	float: right;
	font-weight: 300
}
.aboutus_midd3 .fl h1 {
	font-size: 45px;
	font-weight: 300;
	margin-top: 50px
}
.aboutus_midd3 .fl h1 span {
	font-weight: 900;
	font-size: 24px;
	color: #0d5990;
	display: block
}
.aboutus_midd3 .fl p {
	padding-top: 15px;
	line-height: 25px
}
.aboutus_midd3 .fr {
	width: 45%;
	float: left
}
.aboutus_midd3 .fr img {
	width: 100%
}
.new222 {
	width: 100%;
	float: left
}
.latest_tech {
	width: 100%;
	float: left;
	margin: 20px 0 30px
}
.latest_tech .owl-carousel {
	margin: 0
}
.latest_tech .new222 {
	width: 85%;
	margin: 20px 7.5% 0
}
.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 5px;
	background: #ffd9001c
}
.latest_tech .item.two {
	background: #7fe2ff1f
}
.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
}

.faq_new{ width:100%; float:left; margin-bottom:70px;}
.faq_new h5 {    font-size: 40px; text-align:center; margin-bottom:35px;     color: rgb(0, 0, 0);    font-weight: 600;}
.faq_new .fl { width:48%; float:left}
.faq_new .fr { width:48%; float:right}
.faq_new .ques{background: #d6dcfe;
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 17px;
    padding: 8px 16px; margin-bottom:15px; cursor:pointer}
.faq_new .ans{ font-size: 17px; 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
}
.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%
}
}
.count-particles {
	background: #002;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700
}
.js-count-particles {
	font-size: 1.1em
}
#stats, .count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden
}
.count-particles {
	border-radius: 0 0 3px 3px
}
#particles-js {
	width: 100%;
	height: 100%;
	background-image: url();
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	opacity: .3;
	left: 0;
	top: 0
}
.lalest_list {
	width: 100%;
	float: left;
	padding: 0 5%
}
.lalest_list ul {
	margin: 0;
	padding: 0
}
.lalest_list ul li {
	width: 30.3%;
	float: left;
	margin: 0 1.5%;
	padding: 20px 10px;
	height: 418px;
	border: 1px solid #f5f4f4;
	background: #ffd9001c;
	text-align: center;
	height: 330px;
	margin-top: 15px
}
.lalest_list ul li.new{height: 510px;}
.lalest_list ul li.new p { color:#000; line-height:25px; padding:0 10px;}
.lalest_list ul li.new p a { font-weight:600; text-decoration:underline}
.lalest_list ul li.two {
	background: #7fe2ff1f
}
.lalest_list ul li .title {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px
}
