/* ------------------------------------------------------------------------------ 
Project Name : KITE 
Description : Responsive Style Sheet 
Author : Imran Rovan 
Created On :10 May 2018 
--------------------------------------------------------------------------------*/
 
@media screen and (min-width: 1025px) {
	#burgernav {
		display: none;
	}
	header #menu {
		width: 100%;
		position: relative;
		margin-top: 30px;
		padding-bottom: 40px;
		text-align: center;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	header #menu ul {
		float: right;
		margin-right: 90px;
		position: relative;
	}
	header nav#menu ul li {
		display:inline-block;
		/* position: relative; */
	}
	header nav#menu ul li:nth-child(4) {
		display: none !important;
	}
	header nav#menu ul li a {
		color: #fff;
		font-size: 15px;
		font-family: 'Gotham Rounded';
		margin-left: 10px;
		padding-bottom: 40px;
		position: relative;
	}
	header nav#menu ul li:last-child a {
		color:#fff !important;
		margin-left: 20px;
	}
	header nav#menu ul li:last-child a:after {
		content:'';
		background-color:#435a90;
		position:absolute;
		width:120px;
		height:35px;
		z-index:-1;
		top:-8px;
		left:-18px;
		border-radius:40px;
	}
	header.header-fixed nav#menu > ul > li > a {
		color: #333;
	}
	header nav#menu > ul > li:hover > a, header nav#menu > ul > li > ul > li > a:hover {
		color: #435a90;
	}
	header nav#menu > ul > li:nth-child(8) > a {
		color: #435a90;
	}
	header nav#menu ul li ul {
		position: absolute;
		top: 45px;
		left: 0;
		text-align: left;
		background: #fff;
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		border: none;
		padding: 0;
		width: 650px;
		border-radius: 4px;
		border-bottom: 3px solid #0e76bd;
		display: none;
		-moz-transition: all .300s ease-in-out;
		-webkit-transition: all .300s ease-in-out;
		transition: all .300s ease-in-out;
	}
	header nav#menu ul li:nth-child(6) ul {
		left: 80px;
	}
	header nav#menu ul li:hover ul {
		display: block;
	}
	header nav#menu > ul > li:nth-child(1) > a:before, header nav#menu > ul > li:nth-child(2) > a:before, header nav#menu > ul > li:nth-child(3) > a:before,
	header nav#menu > ul > li:nth-child(4) > a:before, header nav#menu > ul > li:last-child > a:before, header nav#menu > ul > li:nth-child(6) > a:before {
		content: "";
	}
	header nav#menu > ul > li:hover > a:before {
		
		border: 7px solid transparent;
		border-bottom-color: #fff;
		font-size: 0;
		line-height: 0;
		display: inline-block;
		top: 30px;
		left: 50%;
		margin-left: -8px;
		position: absolute;
		background-color: transparent;
	}
	header nav#menu > ul > li:last-child > a:before {
		display: none;
	}
	header nav#menu ul li ul li {
		padding: 25px;
		display: table-cell;
		width: 50%;
	}
	header nav#menu ul li ul li:last-child {
		background-color: #f3f3f3;
	}
	header nav#menu ul li ul a {
		margin-left: 0;
		color: #333;
		font-size: 14px;
		display: block;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px #eee solid;
	}
}
@media screen and (min-width: 1400px) {
	header nav#menu ul li a {
		font-size: 16px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 1400px) {
	.serviceblk .servicebg {
		padding: 120px 0;
	}
	.serviceblk {
		margin: 50px 0;
	}
}
@media screen and (max-width: 1250px) {
	header nav#menu ul li a {
		font-size: 14px;
		margin-left: 10px;
	}
	.logo {
		width: 200px;
	}
	.logo h1 a {
		width: 200px;
		background: transparent url(../images/logo-wh.png) no-repeat left center;
		background-size: auto 50px;
	}
}
@media screen and (max-width: 1199px) {
	.logo, .logo h1 a {
		width: 295px;
	}
	header nav#menu ul li:last-child a:after {
		content: '';
		width: 115px;
		height: 30px;
		top: -6px;
		left: -18px;
	}
	.dtlsban .dtlstext h2 {
		font-size: 48px;
		line-height: 55px;
	}
	.portDtl p {
		padding: 0px 10%;
	}
	.contact .contBlk {
		padding: 0px 70px;
	}
	.workProcess > .tabHeader > ul > li .dotcircle {
		width: 160px;
		height: 160px;
	}
	.workProcess > .tabHeader ul li .dotcircle .procsimg {
		width: 140px;
		height: 140px;
	}
	h3 {
		font-size: 28px;
		line-height: 38px;
	}
	#quotehme h4 {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	#expertise .expertiseBlk .nav-pills .nav-link {
		font-size: 16px;
		padding: 10px 8px;
	}
	.simgHov h6, .simgHov h6 b {
		font-size: 25px;
		font-weight: 400;
		margin-bottom: 10px;
	}
	.simgHov > strong {
		padding: 5px 15px !important;
	}
	.sub-ban h2 {
		font-size: 45px;
		line-height: 55px;
	}
	.process li {
		width: 130px;
		height: 130px;
		line-height: 130px;
	}
	.vision {
		padding: 20px;
	}
	.visiontitle {
		padding:20px 20px 50px  20px;
	}
	.overview .col-md-3 p {
		font-size: 18px;
		line-height: 22px;
	}
	.innernav ul li a {
		font-size: 13px;
	}
	.services h5, .abtwrap h5 {
		font-size: 25px;
		line-height: 35px;
	}
	.services h6, .abtwrap h6 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.img-erp {
		height: 500px;
	}
	.worksban .worksDtl h6 {
		padding: 15px 50px 33px 20%;
		font-size: 30px;
		line-height: 35px;
		margin-top: 70px;
	}
	.shareBtn p {
		margin-bottom: 10px;
	}
	.workimg .mockimg {
		position: absolute;
		top: 200px;
		left: 15%;
		width: 80%;
	}
	.worksban .worksDtl h6 {
		width: 115%;
	}
	.projDtls li {
		font-size: 13px;
	}
}
@media screen and (max-width: 1025px) {
	.menu-btn {
		display: none;
	}
	.hme-about .col-md-6 .padRight {
		padding-right: 0;
	}
	html, body {
		overflow: auto !important;
	}
	.navAbt, .navServ, .navSolu, .navRese {
		display: none !important;
	}
	.contact .contBlk {
		padding: 0px 25px;
	}
	.contTab .tab-content {
		padding: 0 30px;
	}
	.innerban img {
		height: 250px;
	}
	.col-md-12 .techSpec li {
		width: 33.33%;
		float: left;
	}
	.mm-listview>li:nth-child(4){display:none;}
}

@media screen and (max-width: 768px) {
	.sub-ban h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.hme-about {
		background: #f5f6f9 url(../images/mob-about.jpg) no-repeat top right;
	}
	.workProcess > .tabHeader > ul > li .dotcircle {
		width: 140px;
		height: 140px;
	}
	.workProcess > .tabHeader ul li .dotcircle .procsimg {
		width: 120px;
		height: 120px;
	}
	.workProcess > .tabHeader > ul > li:nth-child(2) {
		padding-top: 80px;
	}
	.workProcess > .tabHeader > ul > li:nth-child(3) {
		padding-top: 50px;
	}
	.processDtls .row .col-md-6:first-child {
		width: 70%;
	}
	.processDtls .row .col-md-6:last-child {
		width: 30%;
	}
	h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.servGrid li span {
		font-size: 20px;
		line-height: 24px;
	}
	footer .footnav ul {
		display: none;
	}
	.footnav .social {
		float: none;
		margin: 0 auto;
		width: 240px;
		padding: 20px;
		height: 75px;
	}
	#quotehme h4 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	#quotehme form input[type="text"] {
		width: 100%;
		float: none;
		border-right: 1px #ccc solid;
		margin-bottom: 10px;
	}
	#quotehme form input[type="submit"] {
		width: 100%;
	}
	.footads ul {
		float: none;
		width: 100%;
	}
	.footads ul li {
		width: 47%;
		margin-bottom: 25px;
	}
	.copyrights {
		float: right;
		width: 50%;
		margin-top: -150px;
		background-size: contain;
	}
	.workProcess > .tabHeader {
		padding: 0;
	}
	.workProcess > .tabHeader > ul {
		height: 260px;
	}
	.content .col-md-6, .visionwrap .col-md-4, .visionwrap .col-md-8, .content .col-md-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.process {
		margin-bottom: 20px;
		text-align: center;
	}
	.process li {
		float: none;
		display: inline-block;
	}
	.visionwrap:before {
		background: #fff;
	}
	.visiontitle {
		padding: 20px;
	}
	.vision {
		padding: 15px;
	}
	.visiontitle h6 {
		font-size: 25px;
		line-height: 40px;
		margin: 10px 0 10px;
	}
	.visiontitle h6 span {
		font-size: 55px;
	}
	.visionwrap .col-md-8 p {
		margin-left: 0;
	}
	.mgt50 {
		margin-top: 0;
	}
	.missionBlk p {
		padding: 0 10%;
	}
	.missionBlk h2 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.missionBlk p {
		margin-bottom: 0;
	}
	.overview {
		padding: 25px 0;
	}
	.overview h6 {
		font-size: 30px;
		line-height: 45px;
	}
	.overview .col-md-3 img {
		margin-bottom: 15px;
		width: 50px;
	}
	.overview .col-md-3 h5 {
		font-size: 40px;
		line-height: 45px;
	}
	.overview .col-md-3 {
		padding-right: 15px;
	}
	.overview .col-md-3 p {
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
	}
	.services h5, .abtwrap h5 {
		padding: 0 5%;
	}
	.cmsList li {
		width: 100%;
		float: none
	}
	.serviceblk .servicebg {
		padding: 80px 0;
	}
	.serviceblk .servicebg h2 {
		font-size: 35px;
	}
	.innernav {
		display: none !important;
	}
	.dtlsban .dtlstext {
		width: 100%;
		float: none;
		padding: 30px 60px;
	}
	.dtlsban .dtlstext h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.dtlsban .dtlstext h6 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.dtlsban {
		padding: 90px 0 50px 0;
	}
	.dtlsimg {
		width: 55%;
		float: right;
	}
	.erp {
		background: url(../images/erp-shape.png) no-repeat bottom 100px right;
		background-size: 55% auto;
	}
	.works .col-md-4.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.worksban {
		display: block;
		width: 100%;
	}
	.worksban .worksDtl {
		width: 100%;
		display: block;
		background: #866077;
	}
	.worksban .worksDtl h6, .shareBtn p {
		color: #fff;
	}
	.worksban .workimg {
		width: 100%;
		display: block;
	}
	.innerban img {
		/*height: auto;*/
	}
	.mockimg img, .workimg img {
		height: auto;
	}
	.workimg .mockimg {
		top: 200px;
		left: 3%;
		width: 95%;
	}
	.workimg .mockimg {
		position: inherit;
		top: -100px;
		left: 3%;
		width: 95%;
	}
	.worknav {
		height: 40px;
	}
	.projDtls li {
		display: block;
		width: 33%;
		float: left;
	}
	.worksban .worksDtl h6 {
		width: 100%;
		position: inherit;
		margin: 0;
		padding-top: 120px;
		background: transparent;
		padding: 120px 20px 20px 20px;
		text-align: center;
	}
	.shareBtn {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.worksban .worksDtl h6 a {
		position: relative;
		bottom: 0;
		left: 0;
		display: block;
		margin: 20px auto 0;
		width: 180px;
		height: 40px;
	}
	.contact .contactwrap {
		display: block;
	}
	.contact .contBlk {
		width: 100%;
	}
	.contact:before {
		display: none;
	}
	.saleswrap.contact:before {
		display: block;
	}
	.contTab {
		margin-top: 85px;
	}
	.saleswrap .contTab {
		margin-top: 0px;
	}
	.saleswrap .contBlk.contForm {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	.salesform .formfield {
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.salesform .formfield label.ar {
		position: absolute;
		top: 0;
		right: 0;
	}
	#map {
		position: relative;
		top: 20px;
	}
	.contact {
		margin-bottom: 10px;
	}
	.projForm .col-md-7.float-right, .projForm .col-md-5.float-left  {
		float: none !important;
	}
}


@media screen and (max-width: 767px) {
	header {
		background-color: #fff;
		height: 55px;
	}
	header.header-fixed #burgernav, #burgernav {
		top: 15px;
	}

	.logo {
		width: 250px;
		margin: 0 0 0 10px;
	}
	.logo h1 a {
		background: transparent url(../images/logo.png) no-repeat center center;
		background-size: contain;
		width: 250px;
		margin: 0px;
		height: 50px;
	}
	#burgernav span {
		background-color: #bf1e2e;
	}
	.banner-section {
		padding-top: 50px;
	}
	.sub-ban {
		padding:0 100px;
	}
	.sub-ban h2 {
		font-size: 17px;
		line-height: 22px;
	}
	.sub-ban p {
		font-size: 14px;
		line-height: 20px;
		color: #fff;
	}
	.ls-bottom-nav-wrapper {
		display: none;
	}
	.imgabthme {
		height: 300px;
	}
	.servHme h2, .servHme h3 {
		padding: 0 0%;
	}
	.servGrid li:first-child, .servGrid li:nth-child(2), .servGrid li:nth-child(3), .servGrid li:nth-child(4),
	.servGrid li:nth-child(5) {
		width: 100%;
		border: 0;
		margin: 0 0 15px 0;
		height: 250px;
		overflow: hidden;
	}
	.servGrid li img {
		height: 250px;
		width: auto;
	}
	.servGrid li:nth-child(2) img, .servGrid li:nth-child(3) img {
		width: 100%;
		height: auto;
		margin-top: -180px;
	}
	#expertise .col-md-9 {
		float: none;
		padding: 0;
	}
	#expertise .expertiseBlk {
		height: auto;
		padding: 20px 0px;
	}
	.expertiseBlk .tab-pane p {
		display: none;
	}
	#pills-web:before {
		display: none;
		opacity: 0;
	}
	#expertise {
		background-color: #3b538a;
	}
	#expertise .expertiseBlk .nav-pills .nav-link {
		font-size: 14px;
		padding: 5px;
	}
	.expertiseBlk .tab-pane ul li {
		width: 33%;
	}
	#workshme h3, #quotehme h4 {
		padding: 0 3%;
		font-size: 18px;
		line-height: 22px;
	}
	.copyrights {
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.footads ul li {
		display: none;
	}
	.services h5, .abtwrap h5 {
		font-size: 20px;
		line-height: 25px;
	}
	.services h6, .abtwrap h6 {
		font-size: 25px;
	}
	.innerban img {
		height: 170px;
		position: relative;
	}
	.innerban:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.5);
		z-index: 9; 
	}
	.innerban .banDtls {
		padding-top:80px;
	}
	.banDtls h1 {
		font-size: 35px;
		line-height: 50px;
		margin-bottom: 10px;
		padding-bottom: 0px;
	}
	.serviceblk .servicebg img {
		height: 50px;
	}
	.serviceblk .servicebg h2 {
		font-size: 28px;
		padding: 0 10px;
	}
	.innerban {
		position: relative;
		padding-top: 50px;
	}
	.datacyber .col3, .datacyber .col7 {
		width: 100%;
		float: none;
		padding: 0;
	}
	.dtlsban .dtlstext {
		padding: 0 15px;
	}
	.dtlsimg {
		width: 100%;
		margin-top: 55px;
	}
	.erp {
		background: url(../images/erp-shape.png) no-repeat bottom 100px right;
		background-size: 85% auto;
	}
	.img-erp {
		height: 350px;
		transform: rotate(0deg);
	}
	.portDtl {
		display: none;
	}
	.innerban .port:before {
		opacity: 0.3;
	}
	.works .col-md-4.col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.worksban {
		display: block;
		width: 100%;
		position: relative;
		z-index: 9;
	}
	.worksban .worksDtl h6 {
		padding: 30px 20px 20px 20px;
	}
	.workimg > img {
		display: none;
	}
	.workimg .mockimg  {
		top:0;
	}
	.workimg .mockimg  img {
		width: 100%;
		height: auto;
		margin: 25px 0 0 0;
	}
	.projDtls {
		margin-top: 0px;
		padding-top: 0px;
		border-top: 0px #eee solid;
	}
	.projDtls li {
		width: 100%;
		float: none;
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px #eee solid;
	}
	.content {
		width: 100%;
		padding: 40px 0;
	}
	.formfield label {
		float: none;
		height: 25px;
		width: 100%;
		line-height: 25px;
	}
	.formfield input[type="text"], .formfield input[type="email"] {
		float: none;
		height: 35px;
		width: 100%;
		line-height: 35px;
		border: 0px #ddd solid !important;
		padding: 0 !important;
	}
	.formfield textarea {
		float: none;
		width: 100%;
		border: 0px #ddd solid!important;
		padding: 0 !important;
	}
	.formfield {
		border-bottom: 1px #ddd solid;
		margin-bottom: 20px;
	}
	.contact .contact-form {
		padding: 25px;
	}
	.contTab ul.nav {
		padding-left: 0;
	}
	.contTab ul.nav li a {
		padding: 10px 8px;
		font-size: 14px;
	}
	.contTab .tab-content {
		padding: 0 10px;
	}
	.footnav .social {
		padding: 10px;
		height: 55px;
	}
	.process li {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 12px;
	}
	.missionBlk p {
		width: 100%;
	}
	.overview .col-md-3 {
		padding: 10px 20px !important;
	}
	.overview .col-md-3 img {
		float: left;
		margin-right: 20px;
		margin-top: 0px;
	}
	.overview .col-md-3 h5 {
		font-size: 35px;
		line-height: 35px;
	}
	.serviceList {
		padding: 0px;
	}
	.serviceList h2 {
		margin-top: 15px;
	}
	.techSpec li {
		width: 50%;
		float: left;
	}
	.techSpec li a {
		margin: 5px;
	}
	#menu .mm-listview li:nth-child(5) {
		display: none;
	}
	#mm-1 .mm-listview li a:nth-child(2), #mm-1 .mm-listview li a:last-child {
		display: none;
	}
	.processDtls .row {
		display: block;
		width: 100%;
	}
	.processDtls .row .col-md-6:first-child, .processDtls .row .col-md-6:last-child {
		width: 100%;
		display: block;
	}
	.workProcess > .tabHeader ul li .dotcircle .procsimg {
		width: 55px;
		height: 55px;
	}
	.workProcess > .tabHeader > ul > li .dotcircle {
		width: 70px;
		height: 70px;
		padding: 5px;
	}
	.workProcess ul li .dotcircle .procsimg h2 {
		font-size: 13px;
		bottom: -40px;
	}
	.procsimg img {
		width: 70%;
		padding-top: 10px;
	}
	.workProcess > .tabHeader > ul {
		height: 150px;
		margin-bottom: 30px;
	}
	.workProcess > .tabHeader > ul > li .dotcircle {
		-webkit-animation: ripple1 1s linear infinite !important;
		animation: ripple1 1s linear infinite !important;
	}
	.workProcess > .tabHeader > ul > li:nth-child(2) {
		padding-top: 60px;
	}
	.workProcess > .tabHeader > ul > li:nth-child(3) {
		padding-top: 30px;
	}
	.processDtls .row .col-md-6:first-child {
		width: 100%;
	}
	.processDtls .row .col-md-6:last-child {
		width: 100%;
	}
	.clntList li {
		width: 100%;
	}
	.processDtls.tabContent {
		display: none;
	}
	.servhome {
		padding-top: 20px;
	}
	#quotehme h5 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.copyrights img {
		height: 45px;
	}
	.footads {
		padding: 15px 0;
	}
	.copyrights p {
		margin-bottom: 0;
	}
	.worknav .btnfot a {
		font-size: 0;
	}
	.worknav .btnfot.next {
		right: 5%;
	}
	.worknav .btnfot.prev {
		left: 5%;
	}
	.visionwrap .col-md-8 p {
		padding-top: 20px;
		min-height: 85px;
		height: auto;
		padding-bottom: 10px;
	}
	.visionwrap .col-md-8 p:nth-child(2), .visionwrap .col-md-8 p:nth-child(3) {
		padding-top: 15px;
	}
	.contTab ul.nav li a {
		padding: 10px 6px;
		font-size: 13px;
	}
	.contact .contBlk {
		padding: 0px 15px;
	}
	.col-md-12 .techSpec li, .col-md-6 .techSpec li {
		width: 100%;
		float: none;
	}
}

header nav#menu ul li:first-child ul li a:nth-child(2),
.menuServ .row .col-md-4:first-child ul li:nth-child(2)  {
	display: none !important;
}