input, textareabody{
	color:#747474;
	box-sizing: border-box;
}
h2{
	font-size: 42px;
	padding: 8px 0;
	color: white;
}
.col-sm-6{
	width: 50% !important;
}
i.fa.fa-caret-down {
    font-size: 16px;
    color: black;
}
/*p{
	text-align:justify;
}*/
.rowPadd{
	padding: 40px 0;
}
.fa, .fas, .fab {
    font-weight: 900;
    color: #017bb3;
    font-size: 32px;
}
.btn a{
	z-index: 9;
	color: white;
	text-decoration: none;
}
.btn {
    background-color: #017bb3;
    color: #fff;
    border: none;
    padding: 13px 30px 15px;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.p-3 {
  padding: $spacer !important;
}
/*Navigation Bar*/
		ul{
			list-style-type: none;
			padding:0;
			margin: 0;
		}
		.desktopMenu ul{
			display: flex;
			justify-content: space-around;
		}
		.burgerMenu{
			display: none;
		}
		.mobileMenu{
			list-style-type: none;
						display: none;
			background: #f2f2f2;
   			margin: 15px 0;
   			position: absolute;
   			left: 0;
   			z-index: 9;
   			top:70px;
		}
		.dropdown{
			position: absolute;
		    flex-direction: column;
		    z-index: 9;
		    padding: 5px 15px 25px;
		    margin-top: 10px;

		}
		.dropdown-mobile{
			padding: 5px 15px 25px;
		    margin-top: 10px;
		}
		.dropdown-mobile li a{
			color: #424141;
		}
		.dropdown li a{
			color: #ccc;
		}
		.dropdown li a:hover{
			color: white;
		}
		@media (max-width:768px){
			.desktopMenu{
				display: none;
			}
			.burgerMenu{
				display: block;
				position: absolute;
			    right: 25px;
			    top: 25px;
			}
		}
		@media (min-width: 769px){
			.mobileMenu{
			list-style-type: none;
			display: none !important;
			background: #f2f2f2;
   			margin: 15px 0;
		}
		}
		i.fas.fa-bars {
		    color: white;
		    background-color: #013952;
		    font-size: 18px;
		    padding: 10px;
		    border-radius: 50%;
		}
		a:hover{
			text-decoration: none;
			color: #424141;
		}
		nav{
			padding: 10px 0;
		} 
		nav ul li{
			padding-top: 15px;
		}
		.nav-link{
			color:#424141;
			border-bottom: 1px solid #f1f1f1 ;
		}
		.menuBorder{
			position: relative;
			color: #424141;
		}
		.menuBorder:before{
			content: "";
			position: absolute;
			top: 25px;
			left: 0;
			width: 100%;
			background-color: #017bb3; 
			transition: all 0.2s linear;	
		}
		.menuBorder:hover:before{
			/*width: 100%;*/
			transform: scale(1.2);
			height: 1.2px;
		}
/*Intro Content*/
.intro{
	background:#f7f7f7;
	padding: 15px;
	text-align:center;
}
.intro i{padding:20px 0;}
/*Our Services*/
.service{
	background:#f7f7f7;
}
.card{
	margin-bottom: 30px;
}

/*Stats CSS*/
.stats{
	background-color: #2c2e3d;
}
.stats .colum{
	background:#222431;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px;
}
/*Working Process CSS*/
.icon{
	float: left;
}
.content {
  margin-top: 0px;
  margin-left: 60px;
}
/*Locate Us CSS*/

h4{
    font-weight: 600;
    color: #2c2e3d;
    margin-bottom: 35px;
}
/*Footer CSS*/
footer {
    background: #262727;
    padding: 50px 0;
}
.f-heading{
	text-transform: uppercase;
	color: white;
	margin-bottom: 25px;
}
footer p{
	text-align:justify;
	color: #bfbfbf;
    font-size: 16px;
}
footer a{
	color: #bfbfbf;
	text-decoration: none;
}
footer a:hover{
	text-decoration: none;
	color:#bfbfbf;
}
footer ul{
	list-style-type: none;
    padding-inline-start: 0;
}
footer ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    color: #bfbfbf;
    border-top: 1px solid #bbbbbb;
    padding: 8px 0;
}
footer ul li:nth-child(1){
	border-top:none;
}
.copyright{
	background:#363839;
	padding: 30px;
}
.copyright p{
	color: white;
	font-size: 15px;
}
/*---------------------------------*/
/* About US CSS*/
.breadcrumb {
    padding: 1rem 1rem 0.7rem;
}    
.breadcrumb-item{
	float:right;
}
.breadcrumb h3{
	line-height: 50px;
}
.heading{
	color: #747474;
	margin-bottom: 20px;
}
.green{
	padding-top: 90px;
    padding-right: 60px;
    padding-bottom: 90px;
    padding-left: 60px;
    background-color: #21CE9A;
    color: white;
    position: relative;
}
.green h3{
	padding-bottom: 30px;
}
.green h3:before{
	content: "";
	position: absolute;
	left:60px;
	top:140px;
	width:70px;
	height:2px;
	background-color: white;
}
.black{
	padding-top: 90px;
    padding-right: 60px;
    padding-bottom: 90px;
    padding-left: 60px;
    background-color: rgba(0,0,0,0.69);
    color: white;
}
 .black h3{
	padding-bottom: 30px;
}
.black h3:before{
	content: "";
	position: absolute;
	left:60px;
	top:140px;
	width:70px;
	height:2px;
	background-color: white;
}
/*---------------------------------------------------------------------------------------*/
/*Web Development*/
.bg-white{
	background:#f7f7f7;
	padding: 15px;
	text-align:center;
	margin-bottom: 20px;
	height: 300px;
}
/*Mobile App Development*/
.tranImg{
	background-color: black;
    border-radius: 26px;
}
.iconImage{
	padding: 40px 0 0 0;
	display: flex;
	justify-content: space-around;
}
.apph3{
	padding-top:60px;
}
/*Contact Us*/
.border1{
	border: 1.5px solid #017bb3;
	padding: 30px;
	height: 180px;
}
input, textarea{
	width: 100%;
	padding: 5px 10px;
	margin:5px;
	background-color: #e8e8e8;
	border: 3px solid #fbfbfb;
}
/* Portfolio */
.center{
	display: flex;
	justify-content: center;
}
.center button{
	margin: 0 5px;
}
.portItem{
	position: relative;
	width: 370px;
	height: 270px;
	margin-bottom:25px; 
	box-sizing: border-box;
}
.portItem .portImg{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.portItem .portImg img{
	width: 100%;
	height: inherit;

}
.portItem .details{
	position: absolute;
	top:0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background:rgba(0,0,0,.8);
	transform: scaleY(0);
	transition: transform 0.5s;
}
.portItem:hover .details{
	transform: scaleY(1);
}
.portItem .details .data{
	position: absolute;
	padding:30px;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
	color: white;	
	overflow: auto;
	height: 100%;
}
.portItem .details .data h6{
	color: white;
	padding:10px 0 0 ;
}
.btn-primary{
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
}
   
/*Contact Us media query */
@media (max-width: 768px){
    .rowPadd{
	padding: 60px 18px !important;
}
	.border1{
		height: 200 !important;
		padding: 5px;
		margin-bottom: 10px;
	}
	.breadcrumb {
    	padding: 1rem 0rem 0.7rem !important;
	}
	.carousel-item{
		height: auto!important;
	}
	.portItem{
	    width:100% !important;
	    height:auto !important;
	}
	.center button{
	    margin:0 1px !important;
	}
	.bg-white{
	    height:355px!important;
	}
	h2 {
        font-size: 22px;
	    
	}
}
.carousel-item{
	height: 600px;
}
.carousel-caption{
	top:55% !important;
	left: 50% !important;
	right: unset !important;
	transform:translate(-50%, -50%);
}
.carousel-caption h2 {
    font-size: 42px;
    padding: 8px 30px !important;
    color: white;
    background-color: rgba(44, 46, 61, 0.9);
    }
 .carousel-caption p{
 	font-size: 18px;
    font-weight: 600;
    background-color: rgba(44, 46, 61, 0.9);
 }
 /*Header CSS*/
 .dropbtn {
  color: #424141;
/*  padding: 16px;*/
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block; width: 250px;}
/*
.dropdown:hover .dropbtn {background-color: #3e8e41;}*/
 /*Header CSS End*/