@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0,73,174,20%);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0,73,174,0%);
  }
}
* {
	margin: 0;
	padding: 0;
}
body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li,
ul {
 font-family: 'Work Sans', sans-serif;   
}
header {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
#top-sec {
	position: relative;
}
.top-slide {
	height: 100vh;
	display: flex;
	align-items: center;
	align-content: center;
	background-size: cover;
	background-position: center;
}
.title-top {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	position: relative;
	padding-left: 75px;
	margin: 0;
}
.title-top::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 6px;
	font-weight: 700;
	background-color: #fff;
	width: 65px;
	height: 2px;
}
.main-title {
	color: #fff;
	font-weight: 700;
	font-size: 150px;
	line-height: 1.2;
	margin: 0;
}
.btn.btn-primary {
	background: transparent;
	border-color: #fff;
	padding: 17px 15px;
	font-size: 12px;
	font-weight: 600;
}
.top-slider-nav {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	position: absolute;
	bottom: 30px;
	left: 6%;
}
.top-slider-nav .slick-btn {
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	background-color: transparent;
	border: 0;
	margin-right: 15px;
}
#top-sec .slick-dots {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	margin: 0;
	list-style: none;
}
#top-sec .slick-dots button {
	font-size: 0;
	width: 15px;
	height: 15px;
	background-color: rgba(255,255,255,50%);
	border: 0;
	border-radius: 100px;
	margin: 0;
}
#top-sec .slick-dots .slick-active button {
	background-color: rgba(255,255,255);
}
#top-sec .slick-vertical .slick-slide {
	border: 0;
}
.navbar-nav li a {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	padding: 15px 10px !important;
	margin-left: 5px;
	outline: none !important;
}
.navbar-nav li.dropdown .dropdown-menu a {
	color: #000;
}
.navbar-nav li.mob-num a {
	font-weight: 600;
}
.navbar-nav li.get-contact a {
	background-color: #0049ae;
	border-radius: 5px;
}
#top-sec .btn.btn-primary {
	background-color: rgba(0,0,0,20%);
}
.navbar-brand img {
	max-height: 45px;
}
#industry {
	padding: 80px 0;
	position: relative;
	background-image: url('../img/industry.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.title {
	font-size: 50px;
	font-weight: 700;
	color: #1b2128;
	line-height: 1.4;
}
#industry .title {
	text-align: center;
	margin-bottom: 50px;
}
.leader-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.leader-ul li {
	flex: 0 0 20%;
	max-width: 20%;
}
.leader-box-wrap:hover {
	-webkit-box-shadow: 0px 0px 61px -11px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 0px 61px -11px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 0px 61px -11px rgba(0, 0, 0, 0.31);
}
.leader-box-wrap {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	height: 280px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	
}
.partner {
	background-image: url('../img/partners.png');
	display: block;
}
.leader-box-wrap .partner {
    transform: scale(0.9);
	transition: transform 0.2s linear;
}
.leader-box-wrap:hover .partner {
    transform: scale(1);
	transition: transform 0.2s linear;
}
.partner1 {
	width: 73px;
	height: 98px;
	background-position: -48px -17px;
}
.partner2 {
	width: 98px;
	height: 99px;
	background-position: -210px -34px;
}
.partner3 {
	width: 167px;
	height: 59px;
	background-position: -354px -59px;
}
.partner4 {
	width: 109px;
	height: 111px;
	background-position: -555px -33px;
}
.partner5 {
	width: 97px;
	height: 117px;
	background-position: -734px -29px;
}
.partner6 {
	width: 90px;
	height: 102px;
	background-position: -910px -35px;
}
.partner7 {
	width: 160px;
	height: 32px;
	background-position: -1054px -69px;
}
.partner8 {
	width: 144px;
	height: 82px;
	background-position: -1237px -41px;
}
.partner9 {
	width: 84px;
	height: 113px;
	background-position: -1442px -28px;
}
.partner10 {
	width: 144px;
	height: 63px;
	background-position: -1595px -55px;
}
#services {
	background-color: #020c16;
	padding: 80px 0;
	background-image: url('../img/services.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}
#services .title {
	color: #fff;
	margin-bottom: 80px;
	text-align: center;
}
.bnr-wrap {
	position: relative;
	margin-bottom: 10px;
}
.bnr-wrap::after {
	content: '';
	width: 300px;
	height: 300px;
	background-color: #0049ae;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: 0;
	transition: 0.3s linear;
}
.bnr-img {
	position: relative;
	z-index: 1;
}
.bnr-wrap:hover::after {
	width: 500px;
	height: 100px;
	transition: 0.3s linear;
}
.bnr-wrap:nth-child(2n)::after {
	right: 0;
	left: -10px;
	top: -10px;
}
#double-slider {
	padding: 25px 0;
	position: relative;
}
#double-slider .slide-num {
	font-size: 24px;
	color: #292a37;
	font-weight: 300;
	margin-right: 12px;
	padding-left: 12px;
}
#double-slider .slide-txt {
	font-size: 38px;
	color: #2a2b37;
	font-weight: 400;
	line-height: 1.4;
	width: max-content;
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 0 12px 0 0;
}
.double-slide {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	position: relative;
}
.double-slide {
	display: flex;
	align-items: center;
	align-content: center;
	position: relative;
	flex-direction: row;
}
.double-slide::after {
	content: '';
	position: absolute;
	width: 90%;
	height: 1px;
	background-color: #2a2b37;
	left: 40px;
}
.double-slider-2 {
	direction: rtl;
}
.double-slider-2 .double-slide {
	direction: ltr;
}
.double-slider-2 {
	margin-top: 15px;
}
#stack {
	padding: 80px 0;
}
#stack .title {
	text-align: center;
	margin-bottom: 25px;
}
#stack .title + .txt {
	text-align: center;
}
#stack {
	padding: 80px 0;
	background-image: url('../img/stack.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}
.nav-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	border: 0;
	margin-top: 25px;
	margin-bottom: 0;
}
.nav-tabs li button {
	font-size: 20px;
	font-weight: 400;
	color: #1b2128;
	line-height: 1.4;
	padding: 15px;
	border: 0;
	position: relative;
}
.nav-tabs li button:hover, 
.nav-tabs li button.active, 
.nav-tabs li button.active:hover, 
.nav-tabs li button:focus, 
.nav-tabs li button:focus-visible {
	border: 0;
	background: transparent;
}
.nav-tabs li button:hover::after, 
.nav-tabs li button.active::after, 
.nav-tabs li button.active:hover::after, 
.nav-tabs li button:focus::after, 
.nav-tabs li button:focus-visible::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #0049ae;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.working-platform {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 25px 0 0;
}
.working-wrap {
	padding: 25px 15px;
	margin: 5px;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	border-radius: 10px;
	transition: box-shadow 0.2s linear;
}
.working-img-wrap {
	min-height: 90px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.stack-tab-txt {
	margin: 15px 0 0;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	line-height: 1.4;
}
.working-wrap:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,50%);
	background-color: #fff;
	transition: box-shadow 0.2s linear;
}
.stack-video {
	margin-top: 60px;
}
.stack-video iframe {
	width: 100%;
	height: 500px;
}
#career .txt {
	font-size: 20px;
	line-height: 1.4;
}
#career .btn.btn-primary {
	background-color: #0049ae;
	border-color: #0049ae;
	min-width: 185px;
	margin-top: 15px;
}
.hash-tag {
	font-size: 24px;
	font-weight: 700;
	color: #1b2128;
	line-height: 1.4;
}
#lets {
	padding: 80px 0;
}
#lets .title {
	text-align: center;
	font-size: 180px;
	line-height: 0.8;
}
.lets-title-wrap {
	position: relative;
}
.lets-title-wrap .btn.btn-primary {
	background-color: rgba(0,73,174,80%);
	width: 120px;
	height: 120px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 400;
	border-color: rgba(0,73,174,80%);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -40px;
	animation: pulse-animation 2s infinite;
}
.blue-txt {
	color: #0049ae;
}
#newsletter {
	background-color: #020c16;
	padding: 80px 0;
}
#newsletter .title {
	color: #fff;
}
.form-group {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.form-group input {
	background-color: #fff;
	height: 65px;
	color: #1b2128;
	flex: 0 0 85%;
	max-width: 85%;
	border: 0;
	border-radius: 10px 0 0 10px;
	padding: 10px 25px;
}
.form-group button {
	height: 65px;
	flex: 0 0 15%;
	max-width: 15%;
	background-color: #0049ae;
	border-color: #0049ae;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
}
.newsletter-frm {
	margin-top: 55px;
}
footer {
	background-color: #020c16;
}
.ftr-top {
	padding: 70px 0;
	border-width: 1px 0 1px 0;
	border-color: #0c2033;
	border-style: solid;
}
.ftr-email {
	display: block;
	color: #fff !important;
	margin-top: 35px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 10px;
}
.ftr-tel {
	display: block;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
}
.ftr-title {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #0c2033;
	position: relative;
}
.ftr-title::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 120px;
	background-color: #fff;
	height: 2px;
	bottom: 0;
}
.ftr-txt {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}
.chat-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.chat-title {
	font-size: 20px;
	color: #fff;
	text-align: left;
	margin-left: 15px;
	font-weight: 700;
}
.chat-btn {
	width: 100%;
	margin-top: 35px;
	background-color: #0049ae !important;
	border-color: #0049ae !important;
	font-size: 20px !important;
}
.ftr-middle {
	padding: 45px 0;
}
.ftr-middle .ftr-title {
	border: 0;
}
.social-ul {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	list-style: none;
	margin-top: 25px;
}
.social-ul li a {
	margin-right: 10px;
}
.ftr-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ftr-nav li a {
	font-size: 16px;
	font-weight: 400;
	color: #707b86;
	line-height: 1.4;
	margin-bottom: 15px;
	display: block;
}
.row.ftr-bottom {
	margin-top: 15px;
	padding: 20px 0;
	border-top: 1px solid #0c2033;
}
.copy-right {
	margin: 0;
	text-align: center;
	font-size: 16px;
	color: #707b86;
}
.top-header-wrap {
	background-color: #ececec;
    padding: 0;
}
.top-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.top-header-nav {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-content: center;
	align-items: center;
	margin: 0;
}
.top-header-nav li a {
	color: #333;
	font-size: 12px;
	font-weight: 300 !important;
	padding: 20px 10px;
	position: relative;
	outline: none !important;
}
.top-header-left {
	flex: 0 0 10%;
	max-width: 10%;
}
.top-header-right {
	flex: 0 0 90%;
	max-width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	padding-left: 35px;
}
.top-header-nav-right li:last-child a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #1889be;
	width: 1px;
	height: 100%;
}
.bottom-header-wrap {
	background-color: #ffffff;
	padding: 10px 0;
}
.bottom-header-wrap .navbar-nav li a {
	color: #000000;
}
.bottom-header-wrap .navbar-nav li.get-contact a {
	color: #fff;
}
.inner-header {
	position: unset;
	display: block;
}
.inner-bnr-slider .main-title {
	font-size: 65px;
}
.inner-bnr-slide {
	background-image: url('../img/inner-slider1.png');
	background-size: cover;
	background-position: center;
	padding: 160px 0;
}
.inner-bnr-slide1 {
    background-image: url('../img/inner-slider1.png');
}
.inner-bnr-slide2 {
    background-image: url('../img/inner-slider2.jpg');
}
.inner-bnr-slide3 {
    background-image: url('../img/inner-slider3.jpg');
}
.inner-bnr-slide4 {
    background-image: url('../img/inner-slider4.jpg');
}
.top-header-nav-left .dropdown a:hover + .dropdown-menu {
	/*display: block;*/
}
.inner-bnr-slide .txt {
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
}
#what {
	padding: 80px 0;
}
#what .title {
	text-align: center;
	margin-bottom: 25px;
}
#what .txt {
	text-align: center;
}
#what .txt {
	text-align: center;
	width: 75%;
	margin: auto;
}
.ios-img-wrap {
	position: relative;
}
.ios-img-wrap img {
	position: absolute;
	right: 0;
}
#ios {
	padding: 80px 0;
	background-color: #f7f7f7;
}
.ios-box-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	border: 1px solid #dedede;
	padding: 30px;
	border-left: 0;
	overflow: hidden;
	min-height: 260px;
}
.ios-box-right {
	flex: 0 0 80%;
	max-width: 80%;
}
.ios-box-left {
	flex: 0 0 20%;
	max-width: 20%;
}
.ios-box-title {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.1;
	color: #333;
}
.ios-box-txt {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.ios-box-btn {
	font-size: 12px;
	font-weight: 400;
	color: #0049ae;
	text-decoration: none !important;
	transform: translateX(-75%);
	display: block;
	transition: 0.3s linear;
}
.ios-box-wrap:hover {
	background-color: white;
	box-shadow: 0px 0px 20px -2px rgba(0,73,174,0.2);
	border-color: rgba(0,73,174,0.2);
}
#ios .col-sm-4:nth-child(2) {
	padding-right: 0;
}
#ios .col-sm-4:nth-child(3) {
	padding-left: 0;
}
.ios-box-wrap:hover .ios-box-btn {
	transform: translateY(0);
	transition: 0.3s linear;
}
#ios .col-sm-4 .ios-box-wrap:first-child {
	border-top-color: transparent;
}
#ios .col-sm-4 .ios-box-wrap:last-child {
	border-bottom-color: transparent;
}
#ios .col-sm-4:last-child .ios-box-wrap {
	border-right-color: transparent;
}
#let {
	padding: 80px 0;
	background-color: #0049ae;
}
#let .title {
	color: #fff;
	text-align: center;
	font-weight: 400;
}
#let .title .bold {
	font-weight: 700;
}
.service-frm .col-sm-3 {
	flex: 0 0 20%;
	max-width: 20%;
}
.service-frm {
	margin-top: 25px;
}
.service-frm .form-group {
	margin-bottom: 0;
}
select.form-control {
	background-color: #fff;
	height: 65px;
	color: #1b2128;
	flex: 0 0 85%;
	max-width: 85%;
	border: 0;
	border-radius: 10px 0 0 10px;
	padding: 10px 25px;
}
.service-frm select.form-control, 
.service-frm .form-group .form-control {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	border-radius: 10px;
	padding: 10px 15px;
	height: 56px;
}
.service-frm .btn.btn-primary {
	width: 100%;
	border-radius: 100px;
	border: 2px solid #fff;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	padding-top: 0;
	padding-bottom: 0;
}
#discuss {
	background-color: #0049ae;
	padding: 80px 0;
}
#discuss .title {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
#discuss .row.discuss-row {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	width: 80%;
	margin: auto;
}
.btn.btn-primary.discuss-btn {
	width: 100%;
	background-color: #000000;
	border-color: #000;
	border-radius: 100px;
	font-size: 16px;
}
.discuss-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.discuss-box .discuss-box-icon {
	flex: 0 0 20%;
	max-width: 20%;
	font-size: 36px;
	color: #fff;
	padding-left: 15px;
}
.discuss-box .discuss-box-content {
	flex: 0 0 80%;
	max-width: 80%;
}
.discuss-box-num, 
.discuss-box-txt {
	text-align: right;
	display: block;
	color: #fff;
}
.discuss-box-num {
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	margin-bottom: 5px;
}
.discuss-box-txt {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
}
.discuss-box-right .discuss-box-icon {
	padding-left: 0;
	padding-right: 15px;
}
.discuss-box-right .discuss-box-num, .discuss-box-right .discuss-box-txt {
	text-align: left;
	padding-left: 15px;
}
.different-box1 {
	background-image: url('../img/defferentbox1.jpg');
}
.different-box2 {
	background-image: url('../img/defferentbox2.jpg');
}
.different-box3 {
	background-image: url('../img/defferentbox3.jpg');
}
#different {
	padding: 80px 0;
}
#different .title {
	text-align: center;
	margin-bottom: 25px;
}
.light-title {
	color: #c7d0d8;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -2px;
	font-family: 'Libre Baskerville', serif;
}
#different .txt {
	text-align: center;
	color: #7e7f7f;
	font-size: 18px;
	line-height: 1.6;
}
.row.different-row {
	margin-top: 35px;
}
.different-box {
	height: 370px;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	align-items: flex-end;
	background-size: cover;
	margin-bottom: 15px;
}
.different-box-content {
	background-color: transparent;
	padding: 15px;
	border-radius: 12px;
	transition: 0.3s;
	width: 100%;
}
.different-box-title {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}
.different-box:hover .different-box-content {
	background-color: #fff;
}
.different-box-txt {
	display: none;
	margin-bottom: 0;
	
}
.different-box:hover .different-box-content .different-box-txt {
	display: block;
}
.different-box:hover .different-box-content .different-box-title {
	color: #0049ae;
}
.leaderslider-nav,
.industries-slider-nav,
.sample-slider-nav {
	display: flex;
	margin-top: 20px;
	justify-content: flex-end;
}
.leaderslider-nav .slick-arrow,
.industries-slider-nav .slick-arrow,
.sample-slider-nav .slick-arrow {
	background-color: transparent;
	border: 0;
	font-size: 24px;
	color: #9c9696;
	margin-left: 12px;
}
.leaderslider-nav .slick-arrow:hover,
.industries-slider-nav .slick-arrow:hover,
.sample-slider-nav .slick-arrow:hover {
	color: #0049ae;
}
.leaderslider {
	margin-top: 45px;
}
#inner-bnr {
	position: relative;
}
.inner-bnr-slider-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 98%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inner-bnr-slider-nav .slick-arrow {
	background: rgba(255,255,255,0.15);
	border-radius: 50%;
	padding: 0 0;
	width: 40px;
	height: 40px;
	border: 0;
	color: #fff;
	opacity: 0;
}
.inner-bnr-slider:hover + .inner-bnr-slider-nav .slick-arrow {
	opacity: 1;
}
.top-header-right .dropdown-menu {
	margin-top: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
.top-header-nav .dropdown .dropdown-menu a {
	flex-wrap: wrap;
	display: block;
	padding: 5px;
	text-decoration: none !important;
}
.top-header-nav .dropdown .dropdown-menu a:hover {
	background-color: #0049ae;
	color: #fff;
}
.top-header-nav li:hover a {
	background-color: #fff;
	position: relative;
}
.top-header-nav li:hover a::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #0049ae;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.top-header-nav li:hover .dropdown-menu a::before {
    display:none;
}
.top-header-nav li:hover .dropdown-menu a {
    background-color: #fff;
}
.top-header-nav .dropdown .dropdown-menu a {
	padding: 10px;
}
.top-header-nav .dropdown .dropdown-menu a i {
	margin-right: 5px;
}
.top-header-nav-right li:hover a::before {
    display:none;
}
.top-header-nav-right li:hover a {
    background-color: transparent;
}
#types {
	padding: 80px 0;
}
#types .title {
	margin-bottom: 35px;
	text-align: center;
}
.types-box {
	text-align: center;
	padding: 20px 12px;
	margin-bottom: 15px;
	border-radius: 20px;
}
.types-box-icon {
	width: max-content;
	margin: auto auto 20px;
}
.types-box-title {
	font-size: 22px;
	font-weight: 400;
	color: #333;
	margin-bottom: 15px;
}
.types-box-txt {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}
.types-box:hover {
	transition: box-shadow 0.3s linear;
	box-shadow: 0 0 20px 0 rgba(0,73,174,50%);
}
.types-row {
	margin-top: 35px;
}
.case-study-slide1 {
	background-image: url('../img/iosdevpg-casestudy5.jpg');
}
.case-study-slide2 {
	background-image: url('../img/casestudy4.jpg');
}
.case-study-slide3 {
	background-image: url('../img/iosdevpg-casestudy6.jpg');
}
.case-study-slide .title,
.case-study-slide .txt {
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.4;
}
.case-study-slide {
	padding: 100px 0;
	min-height: 600px;
	display: flex;
	align-items: center;
	align-content: center;
}
#case-study {
	position: relative;
}
.case-study-slider-nav {
	position: absolute;
	left: 6%;
	bottom: 10px;
}
.case-study-slider-nav button {
	width: 45px;
	height: 45px;
	border: 0;
	background-color: rgba(255,255,255,50%);
	color: #fff;
	border-radius: 100px;
	margin-right: 10px;
}
#testimonial {
	padding: 0 0 80px 0;
	background-color: #f5f8fa;
}
#testimonial .row {
	align-items: center;
}
#testimonial .title {
	position: relative;
	color: #fff;
	padding: 69px 55px 50px 70px;
}
#testimonial .title::after {
	content: '';
	position: absolute;
	width: 120%;
	height: 100%;
	background-color: #18191a;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	margin: auto;
}
#testimonial .title span {
	position: relative;
	z-index: 1;
}
.testi-slider {
    margin-top: 190px;
}
.testi-slide {
	padding: 30px 50px;
	background-color: #fff;
}
.testi-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	color: #0049ae;
	margin-bottom: 0;
}
.testi-title-txt {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
}
.rating {
	margin: 15px 0;
}
.testi-txt {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}
.testi-ftr {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.test-user-title {
	font-size: 24px;
	color: #333;
	font-weight: 700;
	margin-bottom: 0;
}
.test-user-title-txt {
	font-size: 18px;
	font-weight: 300;
	color: #333;
	margin-bottom: 0;
}
.testi-ftr-right {
	background-color: #fff;
	padding-left: 20px;
}
.testi-ftr-left {
	background-color: #fff;
	padding-right: 20px;
}
.testi-ftr::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	height: 2px;
	background-color: #0049ae;
	z-index: 0;
}
.testi-ftr-left, 
.testi-ftr-right {
	position: relative;
	z-index: 1;
}
.testi-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	list-style: none;
	justify-content: flex-end;
	margin-top: 25px;
}
.testi-slider .slick-dots li button {
	width: 15px;
	height: 15px;
	font-size: 0;
	border-radius: 100px;
	border: 100px;
	margin-left: 7px;
}
.testi-slider .slick-dots li.slick-active button {
	background-color: #0049ae;
}
.industries-slide {
	background-color: #fff;
	min-height: 218px;
	webkit-box-shadow: 1px 1px 40px -17px #000;
	-moz-box-shadow: 1px 1px 40px -17px #000;
	box-shadow: 1px 1px 40px -17px #000;
	padding: 30px 18px;
	margin-right: 10px;
}
.industries-img {
	margin-bottom: 20px;
}
.industries-box-title {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}
.industries-box-list li {
	color: #666666;
	font-size: 13px;
	padding-left: 20px;
	padding-bottom: 0px;
	position: relative;
}
.industries-box-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.industries-box-list li::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	left: 5px;
	background-color: #0049ae;
	border-radius: 100px;
	top: 50%;
	transform: translateY(-50%);
}
.industries-slider {
	margin-top: 35px;
}
#industries {
	padding: 80px 0;
	background-image: url(../img/industry-bg.png);
	background-size: 100% 50%;
	background-repeat: no-repeat;
	background-color: #f5f8fa;
}
#industries .title {
	text-align: center;
	color: #fff;
}
#technology {
	padding: 80px 0;
}
.tech-img {
	margin-top: 50px;
}
#leaders {
	padding: 80px 0;
}
.mobile-game-different-row .different-box1 {
	background-image: url('../img/mobilegamespg-threebox-sub-img1.jpg');
}
.mobile-game-different-row .different-box2 {
	background-image: url('../img/mobilegamespg-threebox-sub-img2.jpg');
}
.mobile-game-different-row .different-box3 {
	background-image: url('../img/mobilegamespg-threebox-sub-img3.jpg');
}
.cross-platform-app-development-bnr-slide {
    background-image: url('../img/cross-platform-app-development-bnr-slide.jpg');
}
.iotapppg-bnr-slide {
    background-image: url('../img/iotapppg-bnr-slide.jpg');
}
#native {
	padding: 80px 0;
}
#native .row {
	align-items: center;
	align-content: center;
}
.native-img {
	margin-left: auto;
	display: block;
}
.react-case-study-slider .case-study-slide {
	min-height: 450px;
}
.react-case-study-slider .case-study-slide.case-study-slide1 {
	background-image: url('../img/casestudy5.jpg');
}
.react-case-study-slider .case-study-slide.case-study-slide2 {
	background-image: url('../img/casestudy6.jpg');
}
.software-inner-bnr-slider .inner-bnr-slide2 {
	background-image: url('../img/ep-banner.jpg');
}
.software-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/crm-banner.jpg');
}
.software-inner-bnr-slider .inner-bnr-slide3,
.ecommerce-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/ecom-banner.jpg');
}
.testi-profile-wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 20px;
}
.testi-slide-left {
	background-color: #f7f7f7;
	padding: 45px 25px;
}
.test-profile-name {
	font-size: 24px;
	font-weight: 600;
	color: #1b2128;
	margin-bottom: 0;
	line-height: 1.4;
}
.test-profile-txt {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 1.4;
}
.testi-rating-coment {
	font-size: 24px;
	font-weight: 500;
	color: #1b2128;
}
.rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	list-style: none;
	padding: 0;
	margin-top: 0;
}
.rating li {
	color: #f6b756;
	font-size: 24px;
	margin-right: 5px;
}
.testi-slide-right {
	background-color: #1b2128;
	padding: 45px 25px;
}
.testi-body .testi-title {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
}
.testi-body .testi-txt {
	/*color: #fff;*/
	color:#18191a;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 0;
}
#different .testi-body .testi-txt {
	color: #fff;
}
.testimonial-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	list-style: none;
	padding: 0;
}
.testimonial-slider .slick-dots button {
	font-size: 0;
	width: 15px;
	height: 15px;
	border: 0;
	box-shadow: none;
	border-radius: 100px;
	margin: 0 5px;
	background-color: #f7f7f7;
}
.testimonial-slider .slick-dots .slick-active button {
	background-color: #0049ae;
}
.testi-slide-left::after {
	content: '';
	border-top: 28px solid transparent;
	border-right: 28px solid #1b2128;
	border-bottom: 28px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
}
#competent {
	padding: 80px 0;
}
#competent .nav-tabs {
	justify-content: center;
}
#competent .nav-tabs .nav-link {
	margin: 0 15px 15px;
	color: #fff;
	background-color: rgba(0,73,174,50%);
	border-radius: 100px;
}
#competent .tab-content {
	padding: 20px;
	background-color: #fff;
	margin-top: 25px;
}
#competent {
	padding: 80px 0;
	background-image: url('../img/bap-block-img3.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#competent .title, #competent .title span {
	color: #fff;
}
#competent .nav-tabs .nav-link.active,
#competent .nav-tabs .nav-link.active:hover,
#competent .nav-tabs .nav-link:hover,
#competent .nav-tabs .nav-link:focus,
#competent .nav-tabs .nav-link:focus-visible {
	background-color: rgba(0,73,174,99%);
	border-color: transparent !important;
}
#competent .nav-tabs .nav-link.active:after,
#competent .nav-tabs .nav-link.active:hover:after,
#competent .nav-tabs .nav-link:hover:after,
#competent .nav-tabs .nav-link:focus:after,
#competent .nav-tabs .nav-link:focus-visible:after {
	display:none;
}
.competent-icon {
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-color: #0049ae;
	color: #fff;
	font-size: 60px;
	border-radius: 100px;
	margin: 20px auto;
	animation: pulse-animation 2s infinite;
}
.competent-title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #1b2128;
	line-height: 1.4;
	margin-bottom: 20px;
}
.competent-txt {
	font-weight: 400;
	color: #1b2128;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}
#competent .tab-content {
	padding: 40px 20px;
	background-color: #fff;
	width: 80%;
	margin: 25px auto auto auto;
	border-radius: 25px;
}
#platform {
	padding: 80px 0;
}
#platform .title {
	text-align: center;
	margin-bottom: 25px;
}
.bussiness-automation-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/bap-banner.jpg');
}
.workflow-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/workflows-banner.jpg');
}
.web-cms-dev-inner-bnr-slider .inner-bnr-slide1 {
    background-image: url('../img/ecommerceweb-banner.jpg');
}
.web-cms-dev-inner-bnr-slider .inner-bnr-slide2 {
    background-image: url('../img/cmsweb-banner.jpg');
}
.web-cms-dev-inner-bnr-slider .inner-bnr-slide3 {
    background-image: url('../img/b2b-and-b2c-banner.jpg');
}
.web-cms-dev-inner-bnr-slider .inner-bnr-slide4 {
    background-image: url('../img/wedevelopment-banner.jpg');
}
.sample-slide-img {
	max-width: 100%;
}
#sample {
	padding: 80px 0 10px;
}
.sample-slide .col-sm-4 {
	padding: 0 3px;
}
.sample-slide-wrap {
	margin-bottom: 6px;
	position: relative;
	transition: 0.2s linear;
}
.sample-slide-wrap::before {
    transition: 0.2s linear;
}
.sample-slide-wrap::after {
    content:'';
    width: 0;
	height: 0;
	transition: 0.2s linear;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sample-slide-wrap:hover::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,73,174,70%);
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s linear;
}
.sample-slide-wrap:hover::before {
	content: '+';
	position: absolute;
	width: 50px;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35px;
	font-weight: 700;
	z-index: 1;
	transition: 0.2s linear;
}
.sample-slide {
	margin: 0;
}
#sample .title {
	margin-bottom: 45px;
}
#how-works {
	padding: 80px 0;
	background-color: #f7f7f7;
}
.work-wrap {
	text-align: center;
}
.work-num {
	margin: 25px auto;
	width: 45px;
	height: 45px;
	background-color: #0049ae;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 100px;
	font-size: 20px;
	position: relative;
}
.work-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
}
#how-works .title {
	margin-bottom: 40px;
}
.website-developement-inner-bnr-slider .inner-bnr-slide1 {
  background-image: url('../img/wedevelopment-banner.jpg');
}
.custom-developement-inner-bnr-slider .inner-bnr-slide1 {
  background-image: url('../img/custom-development-banner.jpg');
}
.single-page-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/singlepageapp-banner.jpg');
}
.b2b-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/b2b-and-b2c-banner.jpg');
}
.cms-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/cmsweb-banner.jpg');
}
.e-com-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/ecommerceweb-banner.jpg');
}
.branding-inner-bnr-slider .inner-bnr-slide1 {
    background-image: url('../img/webdesign-banner.jpg');
}
.branding-inner-bnr-slider .inner-bnr-slide2 {
    background-image: url('../img/brandidentity-banner.jpg');
}
.branding-inner-bnr-slider .inner-bnr-slide3 {
    background-image: url('../img/animation-banner.jpg');
}
.branding-inner-bnr-slider .inner-bnr-slide4 {
    background-image: url('../img/logodesign-banner.jpg');
}
.logo-design-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/logodesign-banner.jpg');
}
.web-design-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/webdesign-banner.jpg');
}
.video-tab-inner-row {
	align-items: center;
	align-content: center;
}
.video-tabs-row {
	align-content: center;
	align-items: center;
}
.video-tab-ul {
	list-style: none;
}
.video-tab-li {
	position: relative;
	line-height: 1.6;
	padding: 12px 0 12px 25px;
}
.video-tab-li::after {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	color: #0049ae;
}
.row.video-tabs-row .nav-link.active {
	background-color: #0049ae;
	color: #fff;
	border-radius: 0;
	position: relative;
}
.row.video-tabs-row .nav-link.active:after,
.row.video-tabs-row .nav-link:hover:after,
.row.video-tabs-row .nav-link:focus-visible:after {
	display:none;
} 
.row.video-tabs-row .nav-tabs .nav-link {
	margin: 0;
	border: 0;
}
.row.video-tabs-row .nav-tabs .nav-item {
	flex: 0 0 100%;
	max-width: 100%;
}
.row.video-tabs-row .nav-tabs .nav-link {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
}
.row.video-tabs-row .nav-tabs .nav-link:hover, 
.row.video-tabs-row .nav-tabs .nav-link:active, 
.row.video-tabs-row .nav-tabs .nav-link:focus, 
.row.video-tabs-row .nav-tabs .nav-link:focus-visible {
	background-color: #0049ae;
	color: #fff;
	border-radius: 0;
}
.row.video-tabs-row .nav-tabs .nav-link:hover:after, 
.row.video-tabs-row .nav-tabs .nav-link.active:after, 
.row.video-tabs-row .nav-tabs .nav-link:focus:after, 
.row.video-tabs-row .nav-tabs .nav-link:focus-visible:after {
    content:'';
    visibility: visible;
    display: block;
}
.row.video-tabs-row .nav-tabs .nav-link:hover::after, 
.row.video-tabs-row .nav-tabs .nav-link.active::after, 
.row.video-tabs-row .nav-tabs .nav-link:focus::after, 
.row.video-tabs-row .nav-tabs .nav-link:focus-visible::after {
	content: '';
	visibility: visible;
	display: block;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	background-color: #0049ae;
	width: 10px;
	height: 25px;
	position: absolute;
	right: -10px;
	margin: 0;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
}
.video-tab-title {
	font-size: 28px;
	font-weight: 600;
	color: #1b2128;
	line-height: 1.6;
	margin-bottom: 15px;
}
.video-tab-txt {
	line-height: 1.6;
}
#inner-bnr .animation-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/animation-banner.jpg');
}
#inner-bnr .infographics-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/infographics-banner.jpg');
}
#inner-bnr .printing-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/printdesign-banner.jpg');
}
#inner-bnr .inner-bnr-slide1 {
	background-image: url('../img/smo-banner.jpg');
}
#inner-bnr .inner-bnr-slide2 {
	background-image: url('../img/ppc-banner.jpg');
}
#inner-bnr .inner-bnr-slide3 {
	background-image: url('../img/seo-banner.jpg');
}
#inner-bnr .inner-bnr-slide4 {
	background-image: url('../img/email-banner.jpg');
}
#save {
	padding: 80px 0;
}
.row.save-row {
	margin: 25px 0;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
#aparatus {
	padding: 80px 0;
}
#aparatus .apparatus-img-wrap {
	margin-top: 50px;
	text-align: center;
}
#inner-bnr .strategy-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/strategy-banner.jpg');
}
#bake {
	padding: 80px 0;
}
.bake-info-box-icon {
	color: #0049ae;
	font-size: 70px;
}
.bake-info-box-title {
	font-size: 38px;
	font-weight: 700;
}
.bake-info-box-txt {
	font-size: 18px;
	line-height: 1.6;
}
#bake .row {
	align-items: center;
}
#inner-bnr .design-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/designs-banner.jpg');
}
#inner-bnr .marketing-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/marketing-banner.jpg');
}
#inner-bnr .post-launch-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/postlaunch-banner.jpg');
}
.txt.quote-txt {
	font-style: italic;
	margin: 20px auto !important;
	color: #c7d0d8;
	font-weight: 500;
	font-size: 20px;
}
.different-box1a {
	background-image: url('../img/about-img1.jpg');
}
.different-box2a {
	background-image: url('../img/about-img2.jpg');
}
.different-box3a {
	background-image: url('../img/about-img3.jpg');
}
.different-box1b {
	background-image: url('../img/about-img4.jpg');
}
.different-box2b {
	background-image: url('../img/about-img5.jpg');
}
.different-box3b {
	background-image: url('../img/about-img6.jpg');
}
#global {
	background-color: #020c16;
	padding: 80px 0;
}
#global .title, #global .txt {
	color: #fff;
}
.row.global-row {
	background-color: #fff;
	margin-top: 35px;
	border-radius: 20px;
}
.global-box {
	text-align: center;
	padding: 20px;
	position: relative;
}
.global-box-icon {
	color: #0049ae;
	font-size: 70px;
	margin-bottom: 15px;
}
.global-box-title {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	color: #1b2128;
	line-height: 1.2;
}
#want {
	padding: 45px 0;
}
#want .row {
	align-items: center;
	align-content: center;
}
#want .btn.btn-primary {
	background-color: #0049ae;
	border-color: #0049ae;
	margin-left: auto;
	display: block;
	width: max-content;
}
#careers {
	background-color: #020c16;
	padding: 80px;
}
.career-icon {
	font-size: 50px;
	color: #fff;
}
#careers .txt, #careers .title {
	color: #fff;
}
#careers .row {
	align-items: center;
}
#inner-bnr .clients-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/client-banner.jpg');
}
#testimonials {
	padding: 80px 0;
}
#testimonials {
	padding: 80px 0;
	background-color: #f5f5f5;
}
.testi-wrap {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,25%);
	margin: 20px;
}
.testi-subject {
	color: #0049ae;
	font-size: 28px;
	font-weight: 600;
    white-space: normal;
    word-break: break-word;
}
.testi-stras {
	margin: 15px 0;
}
.testi-name {
	margin-bottom: 0;
	color: #c7d0d8;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -2px;
	font-family: 'Libre Baskerville', serif;
	text-decoration: underline;
}
.testimonials-slider {
	margin-top: 70px;
}
.testimonials-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	list-style: none;
}
.testimonials-slider .slick-dots button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	border: 0;
	background-color: #c7d0d8;
	margin: 0 5px;
}
.testimonials-slider .slick-dots .slick-active button {
	background-color: #0049ae;
}
#testimonials .title {
	margin-bottom: 45px;
}
.ranked {
	padding: 80px 0;
}
.ranked .title {
	margin-bottom: 45px;
}
.ranked-ul {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	list-style: none;
}
.ranked-ul li {
	border-right: 3px solid #f5f5f5;
}
.ranked-ul li:last-child {
	border: 0;
}

#inner-bnr .inner-bnr-slide1 {
	background-image: url('../img/career-banner.jpg');
}
#reason {
	padding: 80px 0;
}
#reason .title {
	margin-bottom: 50px;
}
.reason-title {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #1b2128;
	margin: 20px auto;
}
.reason-txt {
	margin: 0;
	text-align: center;
}
#sendcv {
	padding: 15px 0;
}
#sendcv .title {
	font-size: 22px;
	text-align: center;
}
#sendcv .title a {
	text-align: center;
	background-color: #0049ae;
	color: #fff;
	width: max-content;
	margin: auto;
	display: block;
	border-radius: 100px;
	padding: 15px 30px;
}
#contactus {
	padding: 80px 0;
}
#contact-form1 .form-group input,
#contact-form1 .form-group label {
	display: block;
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
}
#contact-form1 .form-group input, 
#contact-form1 .form-group textarea {
	background: #fff;
	height: 44px;
	padding: 10px 0 10px 10px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	font-size: 12px;
	color: #666666;
}
#contact-form1 .form-group textarea {
	height: 180px;
}
#contact-form1 .btn.btn-primary {
	background-color: #0049ae;
}
#contactus #contact-form1 {
	margin-top: 50px;
}
.contact-info-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	background-color: #f2f2f2;
	padding: 15px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.contact-info-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.4;
}
.contact-info-icon {
	background-color: #0049ae;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
}
.contact-info-box-right {
	flex: 0 0 calc(100% - 60px);
	max-width: calc(100% - 60px);
	padding-left: 15px;
}
.contact-info-txt {
	margin-bottom: 0;
}
.navbar-nav li.dropdown .dropdown-menu a {
	margin-left: 0;
}
#inner-bnr .methodologies-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/methodology-banner.jpg');
}
#secrum {
	padding: 80px 0;
	background-color: #f6f7f9;
}
.secrum-row1 {
	margin-bottom: 50px;
}
.secrum-img-wrap {
	margin-top: 50px;
}
.secrum-img-wrap .img-fluid {
	margin: auto;
	display: block;
}
#waterfall {
	padding: 80px 0;
}
.row.waterfall1 {
	margin-bottom: 40px;
}
.waterfall-img-wrap {
	margin-top: 50px;
}
.waterfall-img-wrap img {
	display: block;
	margin: auto;
}
#quality {
	padding: 80px 0;
}
#quality .title {
	margin-bottom: 60px;
}
.quality-wrap {
	text-align: center;
	padding: 15px;
	border: 1px solid #c7d0d8;
	min-height: 230px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.quality-title {
	font-size: 30px;
	font-weight: 600;
	margin-top: 20px;
}
.quality-title {
	flex: 0 0 100%;
	max-width: 100%;
}
#independent {
	padding: 80px 0;
	background-color: #18191a;
}
#independent .title {
	color: #fff;
}
#independent .txt {
	color: #fff;
}
.row.independent-row {
	margin-top: 55px;
}
.independent-box {
	text-align: center;
}
.independent-img {
	margin-bottom: 20px;
}
.independent-title {
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
}
.row.independent-row .col-sm-2 {
	border-right: 1px solid #c7d0d8;
}
.row.independent-row .col-sm-2:last-child {
	border: 0;
}
#assurance {
	padding: 80px 0;
}
#assurance .title {
	margin-bottom: 60px;
}
.assurance-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.assurance-ul li {
	position: relative;
	margin-bottom: 25px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: 400;
}
.assurance-ul li::before {
	content: "\f560";
	position: absolute;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #0049ae;
}
.assurance-box {
	text-align: center;
	padding: 15px;
	background-color: #c7d0d850;
	margin-bottom: 15px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	min-height: 180px;
}
.assurance-title {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
}
#terms {
	padding: 80px 0;
}
.term-title {
	font-size: 26px;
	font-weight: 700;
}
.term-wrap {
	margin-bottom: 50px;
}
#terms .title {
	margin-bottom: 50px;
}
#breif-frm {
	background-color: #020c16;
	padding: 40px 0 80px;
}
.brief-logo-wrap {
	text-align: center;
	margin-bottom: 45px;
}
.brief-form-title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.row.frm-row {
	margin-bottom: 25px;
}
.brief-form-subtitle {
	color: #fff;
	font-size: 14px;
}
.check-wrap {
	width: 100%;
}
.check-head {
	background-color: #0049ae;
	border-radius: 9px 9px 0 0;
	padding: 12px;
}
.form-check-inline .check-head .form-check-input {
	height: auto;
}
.form-check-label {
	color: #fff;
	line-height: 1.3;
}
.check-body img {
	margin: 15px auto;
	display: block;
}
.check-wrap .check-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.check-head .form-check-input {
	flex: 0 0 30px !important;
	max-width: 30px !important;
}
.check-head .form-check-label {
	flex: 0 0 calc(100% - 35px);
	max-width: calc(100% - 35px);
}
.form-group.term-check {
	background-color: transparent;
}
.form-group.term-check .form-check-input {
	height: auto !important;
}
.brief-frm-wrap .btn.btn-primary {
	width: 80%;
	margin: 55px auto 0;
	display: block;
	font-size: 20px;
	background-color: #0049ae;
	border-color: #0049ae;
}
.brief-frm-wrap .form-group input {
	flex: 0 0 100%;
	max-width: 100%;
	background: transparent;
}
.brief-frm-wrap textarea.form-control {
	height: 200px;
}
.show-mobile {
	display: none;
}
#testimonial .testi-body .testi-title {
	color: #0049ae;
}
#inner-bnr .custom-developement-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/custom-development-banner.jpg');
}
.img-responsive {
	display: block;
	max-width: 100%;
	width: auto;
}
#aparatus .apparatus-img-wrap img {
	margin: auto;
}
#inner-bnr .social-media-marketing-inner-bnr-slider .inner-bnr-slide1 {
	background-image: url('../img/smo-banner.jpg');
}
.row.save-row .btn.btn-primary {
	background-color: #0049ae;
	border-color: #0049ae;
	box-shadow: none;
}
#inner-bnr .app-marketing-inner-bnr-slider .inner-bnr-slide4 {
	background-image: url('../img/app-banner.jpg');
}
.social-ul li a {
	display: block;
}
.navbar-toggler-icon {
  position: relative;
}
.navbar-toggler-icon::before {
	content: "\f0c9";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	color: #0049ae;
}
.top-bottom .dropdown-menu {
	top: 95%;
}
.ftr-nav li {
	flex: 0 0 100%;
	max-width: 100%;
}
.dropdown.show-mobile .dropdown-menu a {
	display: block;
}
.ftr-txt:hover {
	color: #fff;
}




















































@media (max-width:1199px) {
    .main-title {
        font-size: 70px;
    }
    .top-slider-nav .slick-btn {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        background-color: transparent;
        border: 0;
        margin-right: 15px;
    }
    #top-sec .btn.btn-primary {
	padding: 10px 15px;
}
#top-sec .slick-dots button {
	width: 12px;
	height: 12px;
}
#industry,
#services,
#stack,
#newsletter,
.ftr-top {
	padding: 50px 0;
}
.title {
	font-size: 40px;
}
.leader-box-wrap {
	height: 200px;
}
#double-slider .slide-txt {
	font-size: 26px;
}
.nav-tabs li button {
	font-size: 16px;
}
#career .txt {
	font-size: 18px;
}
#lets .title {
	font-size: 100px;
}
.lets-title-wrap .btn.btn-primary {
	background-color: rgba(0,73,174,80%);
	width: 100px;
	height: 100px;
	font-size: 14px;
	bottom: -60px;
}
.newsletter-frm {
	margin-top: 35px;
}
.ftr-nav li a {
	font-size: 14px;
}
.ftr-middle {
	padding: 15px 0;
}
.top-header-nav li a {
	padding: 10px 2px;
}
.top-header-nav-right {
	display: none;
}
.top-header-nav-right li:last-child a::after {
	display: none;
}
.navbar-nav li a {
	font-size: 14px;
	padding: 15px 5px !important;
}
.inner-bnr-slide {
	padding: 80px 0;
}
.inner-bnr-slider .main-title {
	font-size: 55px;
}
#let {
	padding: 50px 0;
	background-color: #0049ae;
}
#what {
	padding: 50px 0;
}
.ios-box-btn {
	transform: translateX(-100%);
}
.top-header-right {
	justify-content: flex-end;
}
#types {
	padding: 50px 0;
}
#types .title {
	margin-bottom: 25px;
}
.case-study-slide {
	padding: 60px 0;
	min-height: 500px;
}
.case-study-slide .title, .case-study-slide .txt {
	margin-bottom: 15px;
}
.case-study-slider-nav button {
	width: 30px;
	height: 30px;
}
#different {
	padding: 50px 0;
}
#testimonial .title {
	padding: 79px 55px 100px 70px;
}
#industries,
#technology,
#leaders {
	padding: 50px 0;
}
.global-box-title {
	font-size: 26px;
}
}


@media (max-width:991px) {
    .main-title {
        font-size: 55px;
    }
    #industry, #services, #stack, #newsletter, .ftr-top {
	padding: 25px 0;
}
.leader-box-wrap {
	height: 150px;
}
.partner3 {
	background-size: 1710px auto;
	background-position: -289px -42px;
}
.partner7 {
	background-size: 1710px auto;
	background-position: -855px -54px;
}
.partner8 {
	background-size: 1710px auto;
	background-position: -1000px -31px;
	height: 67px;
}
.bnr-wrap::after {
	width: 220px;
	height: 110px;
	right: -5px;
	bottom: -5px;
}
.bnr-wrap:hover::after {
	width: 200px;
	height: 100px;
}
#double-slider .slide-txt {
	font-size: 18px;
}
#stack .title + .txt br {
	display: none;
}
.stack-video iframe {
	width: 100%;
	height: 300px;
}
#lets .title {
	font-size: 60px;
}
.lets-title-wrap .btn.btn-primary {
	width: 80px;
	height: 80px;
	bottom: -60px;
}
.ftr-logo {
	max-width: 100%;
}
.ftr-email, .ftr-tel {
	display: block;
	white-space: normal;
	word-break: break-all;
}
.chat-title {
	font-size: 15px;
	color: #fff;
	margin-left: 12px;
}
.chat-head {
	flex-wrap: unset;
}
.chat-btn {
	margin-top: 20px;
	font-size: 16px !important;
	padding: 12px !important;
}
.top-header-wrap {
	position: fixed;
	height: 100%;
	width: 280px;
	top: 0;
	left: -280px;
	z-index: 99;
	overflow-y: auto;
	scrollbar-width: thin;
}
.top-header-wrap .container-fluid {
	padding: 0;
}
.top-header {
	display: block;
	padding: 20px;
	height: 100%;
}
.top-header-left, .top-header-right {
	max-width: 100%;
}
.top-header-right {
	padding: 0;
	margin-top: 25px;
}
.top-header-nav li {
	flex: 0 0 100%;
	max-width: 100%;
}
.top-toggle {
	position: absolute;
	width: 24px;
	height: 50px;
	background-color: #0049ae;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #fff;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
#let {
	padding: 30px 0;
}
.service-frm .col-sm-3 {
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 10px;
}
.service-frm .col-sm-3:last-child {
	flex: 0 0 100%;
	max-width: 100%;
}
.ios-box-wrap {
	padding: 12px;
}
.ios-box-right {
	padding-left: 8px;
}
#discuss {
	padding: 40px 0;
}
#discuss .row.discuss-row {
	width: 100%;
}
#different {
	padding: 50px 0;
}
#leaders {
	padding: 40px 0;
}
.navbar-toggler {
	color: #0049ae;
	border: 1px solid #fff;
	background-color: #fff;
}
.navbar-toggler i {
	color: #0049ae;
}
#navbarSupportedContent {
	background-color: #0049ae;
	padding: 15px;
}
.show-desktop {
	display: none;
}
.navbar-nav li.get-contact a {
	background-color: #fff;
	color: #0049ae;
}
.inner-bnr-slide {
	padding: 50px 0;
}
.inner-bnr-slider .main-title {
	font-size: 38px;
}
.inner-bnr-slide .txt {
	margin-top: 20px;
}
#different .txt br {
	display: none;
}
.types-box-title {
	font-size: 18px;
	margin-bottom: 12px;
}
#testimonial .title {
	padding: 25px;
}
#testimonial .title {
	font-size: 35px;
}
#testimonial .testi-slide {
	padding: 15px 20px;
}
#testimonial .testi-body .testi-title {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}
#testimonial .testi-body .testi-txt {
	font-size: 14px;
}
#testimonial .testi-ftr-left {
	padding-right: 10px;
}
#testimonial .test-user-title {
	font-size: 20px;
}
#testimonial .test-user-title-txt {
	font-size: 14px;
	font-weight: 300;
}
.testi-slider .slick-dots {
	margin-top: 10px;
}
#testimonial {
	padding: 0 0 50px 0;
}
.industries-box-list li {
	padding-left: 10px;
}
.industries-box-list li::after {
	left: -5px;
}
.global-box-icon {
	font-size: 40px;
}
.global-box-title {
	font-size: 20px;
}
#global {
	padding: 35px 0;
}
.row.global-row {
	margin-top: 20px;
}
.global-box {
	padding: 10px;
}
#want {
	padding: 30px 0;
}
.title {
	font-size: 30px;
	line-height: 1.2;
}
.bottom-header-wrap .navbar-nav li a {
	color: #fff;
}
.bottom-header-wrap .navbar-nav li.get-contact a {
	color: #0049ae;
	text-align: center;
}
.show-mobile {
	display: block;
}
}




@media (max-width:767px) {
    .top-slide {
	padding-left: 30px;
}
.top-slider-nav {
	margin-left: 30px;
}
.title {
	font-size: 32px;
	line-height: 1.3;
}
#industry .title {
	margin-bottom: 30px;
}
.partner3 {
	background-size: 1350px auto;
	background-position: -231px -30px;
}
.partner7 {
	background-size: 1350px auto;
	background-position: -677px -37px;
}
.partner4 {
	background-size: 1350px auto;
	background-position: -337px 2px;
}
.partner8 {
	background-size: 1350px auto;
	background-position: -790px -17px;
}
.partner10 {
	background-size: 1350px auto;
	background-position: -1016px -23px;
}
#services .title {
	margin-bottom: 30px;
}
.nav-tabs li button {
	font-size: 15px;
	padding: 10px 8px;
}
#career .btn.btn-primary {
	margin-top: 10px;
	margin-bottom: 20px;
}
.form-group button {
	flex: 0 0 35%;
	max-width: 35%;
}
.form-group input {
	flex: 0 0 65%;
	max-width: 65%;
}
.ftr-nav {
	flex-direction: column;
	width: 100%;
}
.ftr-nav li a, .ftr-nav li {
	width: 100%;
}
.ios-img-wrap img {
	position: unset;
	max-width: 300px;
	margin: auto auto 25px;
	display: block;
}
#ios {
	padding: 35px 0;
}
.ios-box-wrap {
	min-height: auto;
}
#discuss {
	padding: 30px 0;
}
.discuss-box-num, .discuss-box-txt {
	text-align: left;
}
.btn.btn-primary.discuss-btn {
	margin: 25px auto !important;
}
.discuss-box-right .discuss-box-num, 
.discuss-box-right .discuss-box-txt {
	text-align: right;
}
.different-box {
	height: auto;
	min-height: 150px;
	border-radius: 8px;
	overflow: hidden;
}
.case-study-slide {
	padding: 40px 0;
	min-height: auto;
}
.case-study-slider-nav button {
	width: 20px;
	height: 20px;
	font-size: 12px;
}
}

@media (max-width:550px) {
    .main-title {
	font-size: 35px;
	margin-bottom: 15px;
}
.title {
	font-size: 28px;
}
#industry .title {
	margin-bottom: 20px;
}
#industry, #services, #stack, #newsletter, .ftr-top {
	padding: 15px 0;
}
.leader-ul li {
	flex: 0 0 100%;
	max-width: 100%;
}
.partner3 {
	background-size: 1350px auto;
	background-position: -227px -30px;
	width: 107px;
}
.partner7 {
	width: 103px;
}
.partner8 {
	width: 96px;
}
.partner10 {
	width: 104px;
}
.bnr-wrap::after {
	width: 170px;
	height: 40px;
}
.nav-tabs {
	justify-content: center;
}
.stack-video iframe {
	height: 200px;
}
#lets {
	padding: 30px 0 60px;
}
#lets .title {
	font-size: 40px;
	line-height: 1.1;
}
.lets-title-wrap .btn.btn-primary {
	width: 70px;
	height: 70px;
	bottom: -50px;
	font-size: 12px;
}
.top-slide {
	height: 80vh;
}
.inner-bnr-slide {
	padding: 35px 0;
}
.inner-bnr-slider .main-title {
	font-size: 26px;
}
.inner-bnr-slide .txt {
	font-size: 14px;
}
.service-frm select.form-control, 
.service-frm .form-group .form-control {
	border-radius: 5px;
	height: 40px;
	font-size: 14px;
}
#what {
	padding: 35px 0;
}
#what .txt {
	width: 100%;
}
#different .txt {
	font-size: 14px;
}
.different-box-title {
	font-size: 18px;
}
.different-box-txt {
	font-size: 14px;
}
#leaders {
	padding: 20px 0;
}
.types-row {
	margin-top: 15px;
}
.case-study-slide {
	min-height: 315px;
}
#testimonial {
	padding: 40px 0;
}
#testimonial .title {
	font-size: 22px;
	text-align: center;
}
#testimonial .title::after {
    width: 100%;
}
.testi-slider {
	margin-top: 0;
}
#industries, #technology, #leaders {
	padding: 30px 0;
}
.industries-slide {
	min-height: auto;
	padding: 12px 15px;
}
#native {
	padding: 25px 0;
}
.react-case-study-slider .case-study-slide {
	min-height: auto;
}
#testimonial .testi-body .testi-title {
	color: #18191a;
}
.tech-img {
	margin-top: 15px;
}
#different {
	padding: 15px 0;
}
#types {
	padding: 30px 0;
}
#different .testi-slide-left {
	padding: 20px 15px;
}
#different .test-profile-name {
	font-size: 18px;
}
#different .test-profile-txt {
	font-size: 14px;
}
#different .testi-profile-wrap {
	align-items: center;
	margin-bottom: 10px;
}
#different .testi-rating-coment {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 5px;
}
#different .rating li {
	font-size: 16px;
}
#different .rating {
	margin-bottom: 0;
}
#different .testi-slide-right {
	padding: 15px;
}
#different .testi-body .testi-title {
	font-size: 22px;
	line-height: 1.2;
}
#different .testi-slide-left::after {
	display: none;
}
#competent {
	padding: 30px 0;
}
#competent .nav-tabs .nav-link {
	margin: 0 0 10px;
	font-size: 14px;
	padding: 6px 10px;
}
#competent .nav-tabs .nav-item {
	flex: 0 0 100%;
	max-width: 100%;
}
#competent .nav-tabs .nav-item button {
	max-width: 100%;
	min-width: 100%;
}
#competent .tab-content {
	padding: 20px 10px;
	width: 100%;
	margin: 15px auto auto auto;
	border-radius: 25px;
}
.competent-icon {
	width: 80px;
	height: 80px;
	font-size: 40px;
	margin: 10px auto;
}
.competent-title {
	font-size: 22px;
	margin-bottom: 5px;
}
.competent-txt {
	font-size: 15px;
	line-height: 1.4;
}
#platform {
	padding: 25px 0;
}
#platform .title {
	margin-bottom: 15px;
}
.navbar-toggler-icon::before {
	content: "\f0c9";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	color: #0049ae;
}
.navbar-toggler-icon {
	position: relative;
}
.bottom-header-wrap .navbar-nav li a {
	color: #fff;
}
.bottom-header-wrap .navbar-nav li.get-contact a {
	color: #0049ae;
	text-align: center;
}
#how-works {
	padding: 40px 0;
}
.row.video-tabs-row .nav-tabs .nav-item button {
	text-align: center;
	border: 1px solid #0049ae;
	margin-bottom: 5px;
	font-size: 14px;
	border-radius: 100px;
}
.row.video-tabs-row .nav-tabs {
	margin-bottom: 25px;
}
.row.video-tabs-row .nav-tabs .nav-link:hover::after, 
.row.video-tabs-row .nav-tabs .nav-link.active::after, 
.row.video-tabs-row .nav-tabs .nav-link:focus::after, 
.row.video-tabs-row .nav-tabs .nav-link:focus-visible::after {
	display: none;
}
.video-tab-title, .video-tab-txt {
	text-align: center;
}
.video-tab-li {
	padding: 2px 0 2px 20px;
}
.testi-slide {
	padding: 10px 15px;
}
.row.video-tabs-row .nav-tabs .nav-link:hover, 
.row.video-tabs-row .nav-tabs .nav-link:active, 
.row.video-tabs-row .nav-tabs .nav-link:focus, 
.row.video-tabs-row .nav-tabs .nav-link:focus-visible {
	border-radius: 100px;
}
.video-tab-title {
	font-size: 22px;
}
.video-tab-txt {
	line-height: 1.6;
	font-size: 14px;
}
.print-design-sample .sample-slide-wrap {
	width: max-content;
	margin: auto auto 5px;
}
#aparatus {
	padding: 30px 0;
}
#aparatus .apparatus-img-wrap {
	margin-top: 30px;
}
.social-ul li a {
	display: block;
}
.service-frm .col-sm-3 {
	padding-left: 2px;
	padding-right: 2px;
}
.service-frm .row {
	margin: 0;
}
#save {
	padding: 25px 0;
}
#contactus {
	padding: 25px 0;
}
#contactus #contact-form1 {
	margin-top: 20px;
}
#contact-form1 .btn.btn-primary {
	margin: 20px auto;
	width: 100%;
}
#what .title br {
	display: none;
}
#bake {
	padding: 25px 0;
}
.bake-info-box-title {
	font-size: 26px;
}
.bake-info-box-txt {
	font-size: 15px;
	line-height: 1.6;
}
#bake .bake-row:nth-child(2n) {
	flex-direction: column-reverse;
}
.inner-bnr-slide .txt br {
	display: none;
}
.row.global-row {
	width: 95%;
	margin: 20px auto;
}
#want .btn.btn-primary {
	margin: 20px auto 0;
}
#want .title {
	text-align: center;
}
#careers {
	padding: 25px 0;
}
#careers .btn.btn-primary {
	margin-bottom: 30px;
}
#testimonials {
	padding: 30px 0;
}
#testimonials .title {
	margin-bottom: 20px;
}
.testimonials-row .testimonials-slider {
	margin-top: 10px;
}
.testi-subject {
	font-size: 20px;
	white-space: normal;
	word-break: break-word;
}
.testimonials-row .testimonials-slider .testi-txt {
	font-size: 14px;
}
.testimonials-row .testimonials-slider .testi-name {
	font-size: 16px;
}
.ranked {
	padding: 25px 0;
}
.ranked .title br {
	display: none;
}
.ranked .title {
	margin-bottom: 30px;
}
.leaderslider-nav, .industries-slider-nav, .sample-slider-nav {
	margin-top: 10px;
}
.leaderslider {
	margin-top: 25px;
}
#reason {
	padding: 25px 0;
}
#reason .title {
  margin-bottom: 30px;
}
#reason .title br {
  display: none;
}
.reason-wrap {
	margin-bottom: 20px;
}
.bake-img-wrap img {
	margin-bottom: 20px;
}
#sendcv .title a {
	padding: 12px 15px;
	font-size: 18px;
	font-weight: 500;
}
#sendcv {
	padding: 0 0;
}
#ios .col-sm-4:nth-child(3) {
	padding-left: 15px;
}
#ios .col-sm-4:nth-child(2) {
	padding-right: 15px;
}
.top-slide {
	height: 300px;
}
.top-slider-nav .slick-btn {
	font-size: 14px;
}
.top-slider-nav {
	bottom: 10px;
}
.title-top {
	font-size: 12px;
}
.main-title {
	font-size: 26px;
	margin-bottom: 10px;
}
#top-sec .btn.btn-primary {
	padding: 5px 10px;
	font-size: 11px;
}
}