@font-face {
  font-family: 'com_broadway';
  src: url('../fonts/com_broadway.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/com_broadway.ttf') format('truetype'), /* IE6-IE8 */
}

/*************** banner *************/
html,body {
    height:100%;
}

.banner {
  	/*height:100vh; */
  	width: 100%;
  	min-height:900px;
  	background-image:url('../img/banner.png');
  	background-size:cover;
	background-position: center center;
	background-attachment: fixed; 
}

.affix {                   /* this class added to navbar using .affix*/
    -webkit-transition:padding 0.2s ease-out;
    -moz-transition:padding 0.2s ease-out;  
    -o-transition:padding 0.2s ease-out;         
    transition:padding 0.2s ease-out;

  	background: #1f1f1f;
  	padding: 3px 10px;
    -webkit-box-shadow: 0 3px 4px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 4px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 3px 4px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0 3px 4px 2px rgba(0,0,0,0.3);
  	box-shadow: 0 3px 4px 2px rgba(0,0,0,0.3);
  	color: #fff !important;

}

@media (min-width:768px) {
    .affix-top {
      /* navbar style at top */
      background:transparent;
      border-color:transparent;
      padding: 15px 20px;
      -webkit-transition:all 0.5s ease;
      -moz-transition:all 0.5s ease; 
      -o-transition:all 0.5s ease;         
      transition:all 0.5s ease;  
    }

    .navbar-header {
    	margin-top: -15px;
    }
    
}

@media (max-width:768px) {
	nav {
		background: #1f1f1f;
  		box-shadow: 0 3px 8px 4px rgba(0,0,0,0.3);
  		color: #fff !important;
  		padding: 10px 0;
	}

	nav button {
		background: #fff !important;
	}

	nav button span {
		background: #7ed6ff; 
	}

	nav {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.nav li a {
   color: #fff;
   padding: 6px 15px;
   border-radius: 4px;
   margin-top: 5px;
   margin-bottom: 5px;
   min-height: 36px;
}

.nav li a:hover,
.nav li.active a {
	color: #fff;
	background: none;
	border-radius: 0;
	border-bottom: 4px solid #7ed6ff;
}

.nav li a:focus,
.nav li.active a:hover {
	background: none;
	border-radius: 4px;
	border-bottom: 4px solid #7ed6ff;
	border-radius: 0;
}


#myNavbar ul {
	margin-right: 32%;
}

.affix-top.navbar .nav>li>a:hover,
.affix-top.navbar .navbar-brand {
   color: #7ed6ff;
}



.contact-section-top ul {
    float: right;
    padding-left: 0;
    margin: 0;
    margin-right: -15px;
}

.contact-section-top ul li {
    float: left;
    list-style-type: none;
    position: relative;
    display: block;
}



#homePage .contact-section-top ul li a {
    display: block;
    padding: 2px 15px;
    padding-bottom: 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

/*.contact-section-top ul:last-child li:first-child a:hover {
    background: transparent;
}*/

.navbar-header {
    clear: both;
}

.contact-section-top li a:hover {
	color: #7ed6ff !important;
}




#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 49%;
  position: absolute;
  top: 50%;
	width: 100px;
	margin-top: -68px;
}

#preloader > p {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100px;
  /*margin-left: -50px;*/
}




/*************** end banner *************/

body {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
}



h2 {
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	padding-bottom: 30px;
	margin-bottom: 0;
}

section {
	padding: 30px;
}

#portfolio ul {
	width: 100%;
	display: inline-table;
	list-style-type: none;
	text-align: center;
	padding: 0;
}

#portfolio ul li {
	display: inline-block;
}

#portfolio .filter li a {
	background: #fff;
	color: #000;
	border: 2px solid #000;
	border-radius: 0;
	margin: 10px;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

#portfolio .filter li a.active {
	color: #fff;
	background: #7ed6ff;
	border-color: #7ed6ff;	
	border-radius: 0;
	text-decoration: none;
}

#portfolio .filter li a:hover {
	text-decoration: none;
}


@media (max-width: 767px) {
	#portfolio .portfolio-result img {
		margin-bottom: 10px;
	}
	section {
		padding: 15px 0;
	}
	#services {
		padding: 0px 0;
	}
}

.pad-bottom30 {
	padding-bottom: 30px;
}

.pad-top20 {
	padding-top: 20px;
}

#services {
	text-align: center;
}

#services .wrapper img {
	display: inline;
	margin-bottom: 10px;
}

#services h2 {
	margin: 0;
	padding-top: 20px;
}

.services-text {
	background: #7ed6ff;
	color: #fff;
	font-size: 13px;
	padding: 15px 19px;
	text-align: justify;
}

.services-text  h4 {
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.services-text  p {
	letter-spacing: 1px;
	margin: 0;
}

.services-text-2{
	padding: 15px 27px 15px 28px;
}

.services-text-3 {
	padding: 15px 20px 51px 20px;
}

.wrapper .border-rad-left .services-text {
	border-bottom-left-radius: 8px;
}

.wrapper .border-rad-right .services-text {
	border-bottom-right-radius: 8px;
}

h3 {
	letter-spacing: 1px;
}


.wrapper {
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 7px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 7px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 1px 7px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 7px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 7px 2px rgba(0,0,0,0.3);
}

.pad0 {
	padding: 0;
}	

.pad-left0 {
	padding-left: 0;
}

.pad-right0 {
	padding-right: 0;
}



@media (max-width: 767px) {
	#services .pad0 {
		padding: 0 15px;
	}

	#services .pad-left0 {
		padding-left: 15px;
	}

	#services .pad-right0 {
		padding-right: 15px;
	}

	.wrapper {
		box-shadow: none;
	}

	.services-box {
		background: #7ed6ff;
		margin-bottom: 30px;
		padding-top: 30px;

		-webkit-box-shadow: 0 3px 8px 4px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 3px 8px 4px rgba(0,0,0,0.3);
		-ms-box-shadow: 0 3px 8px 4px rgba(0,0,0,0.3);
		-o-box-shadow: 0 3px 8px 4px rgba(0,0,0,0.3);
		box-shadow: 0 2px 6px 2px rgba(0,0,0,0.3);
	}

}


@media (min-width: 767px) {

	#services {
		position: absolute;
		width: 100%;
		top: 728px;
	}

	#services .wrapper {
		background: #fff;
	}

	#about {
		padding-top: 400px;
	}

}

@media (max-width: 991px) and (min-width: 768px) {
	.services-text {
		height: 500px;
	}

	#about {
		padding-top: 600px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.services-text-2 {
		padding-bottom: 33px;
	}
}

.thumbnail-new {
	text-align: center;	
	padding: 20px 15px;
	border-radius: 8px;
	margin: 20px 5px;

	-webkit-box-shadow: 0 3px 9px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 9px 1px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 3px 9px 1px rgba(0,0,0,0.4);
	-o-box-shadow: 0 3px 9px 1px rgba(0,0,0,0.4);
	box-shadow: 0 3px 9px 1px rgba(0,0,0,0.4);
}

.thumbnail-new h4 {
	font-weight: bold;
	margin-top: 20px;
}

.thumbnail-new img {
	margin-bottom: 20px;
	width: 100px;
}

.bg-white {
	background: #fff;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	color: red;
}

.carousel-control {
	opacity: 1;
}

.shadow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
    background: #fff;


    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}

.left .shadow {
	right: 70%;
	padding-right: 4px;
}

.right .shadow {
	left: 70%;
	padding-left: 4px;
}

@media(max-width: 767px) {
	.thumbnail-new {
		min-height: 380px;
	}
}

section#footer {
	background: #363636;
	text-align: center;
	padding: 0 0 10px;
}

#footer p {
	color: #8c8c8c;
	letter-spacing: 1px;
	font-size: 14px;
}
#footer p span {
	color: #fff;
}



#footer .copyright-text {
	margin: 20px 0 0;
	color: #fff;
}

.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  z-index: 999999;
}

.hiddenDiv {
	display: none;
}

#myCarousel-welcome {
	top: 180px;
}
.welcome-text {
	text-align: right;
}

.welcome-text h1 {
	font-size: 40px;
	letter-spacing: 1px;
	color: #7ed6ff;
}

.welcome-text h1 span {
	font-size: 50px;
	color: #fff;
}

.back-to-top {
    position: fixed;
    bottom: 1.5em;
    right: 20px;
    text-decoration: none;
    color: #fff;
    background: #7ed6ff;
    font-size: 12px;
    display: none;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 100%;
}

.custom-nav-except-homePage {
	margin-bottom: 0;
	background: #1f1f1f;
	padding: 3px 10px;

	-webkit-box-shadow: 0 3px 9px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 9px 1px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 3px 9px 1px rgba(0,0,0,0.4);
	-o-box-shadow: 0 3px 9px 1px rgba(0,0,0,0.4);
	box-shadow: 0 3px 9px 1px rgba(0,0,0,0.4);
}

.custom-nav-except-homePage .navbar-nav a {
	color: #fff;
	padding: 6px 15px;
	border-radius: 4px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.contact-section-top ul a {
	color: #fff;
}

#aboutPage, #contactPage, #servicesPage {
	margin-top: 65px;
}

#aboutPage {
	text-align: justify;
}

#dexterity {
	background: #fff5b2;
}


.custom-nav-except-homePage .contact-section-top ul:first-child {
	margin-left: 50px;
}

.custom-nav-except-homePage .contact-section-top ul a {
	padding: 3px 10px;
}

#map {
	padding: 0;
}

.contact-info p {
	margin-bottom: 3px;
}


.get-social {
	margin-top: 30px;
}

.get-social li a {
	display: block;
	border: 1px solid #000;
	padding: 5px;
	width: 40px;
	text-align: center;
	color: #000;
}

.get-social li a:hover  {
	background: #7ed6ff;
	color: #fff;
	border: none;
}

.bg-1 {
	background: #252525;
}

.bg-2 {
	background: #000000;
}

.bg-3 {
	background: #252525;
}

.bg-4 {
	background: #b2ebf2;
}

.bg-5 {
	background: rgba(0, 188, 212, 0.39);
}

.services {
	color: #fff;
	text-align: justify;
}



.services h2 {
	margin-bottom: 30px;
}
.thumbnail {
	max-width: 240px;
	margin: 20px auto 0;
	padding: 0;
	border-radius: 0;
	text-align: left;
}

.thumbnail img {
	width: 100%;
	border-top: 10px solid #24c17d;
}

.thumbnail-text p {
	font-size: 18px;
	font-weight: bold;
	color: #404040;
	padding: 10px;
}

hr {
	border-width: 3px;
	border-color: #24c17d;
	width: 160px;
	margin-top: 50px;
}

#e-learning hr, #e-learning .thumbnail img {
	border-color: #ffcc00;
}

#mobile-app hr, #mobile-app .thumbnail img {
	border-color: #ee4b4b;
}

@media (min-width: 768px) {
	.thumbnail-wrapper {
		/*position: relative; */
		overflow: hidden;
		margin-top: 0px;
		bottom: -50px;
	}
	.img-top {
		position: absolute;
		top: 0;
		right: 40px;
	}	
	.thumbnail {
		margin: 69px auto 0;		
	}
}

@media (max-width:1199px) {
	.img-top {
		right: 0;
	}
}

@media (max-width:991px) {
	.img-top {
		right: 15px
	}
	.thumbnail {
		max-width: 200px;
		margin: 69px 0 0;		
	}
}

@media (max-width: 767px) {
	.img-top {
		display: none;
	}

	.thumbnail {
		max-width: 200px;
		margin: 69px auto 0;		
	}
}


#contactPage form input.form-control, #contactPage form textarea.form-control {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

#initiative {
	background: #cef9e0;
}

#adaptibility {
	background: #ffe6e6;
}

#initiative img, #dexterity img, #adaptibility img {
	display: inline;
	margin-top: 20px;
}

@media (min-width: 768px) {
	#initiative img, #dexterity img, #adaptibility img {
		margin-top: 25px;
	}
}

#entujn-iot-platform ul {
	list-style-type: square;
}

.contact-section-top ul:last-child li a {
	font-size: 13px !important;
}

#contact hr {
	border-top: 1px solid #ddd;
	width: 100%;
}

#contact .contact-info p {
	color: #737988;
}

#contactDetails textarea {
	resize: none;
}
.partner-slider img {
	margin-top: 20px;
}

.partner-slider .carousel-indicators li{
	background: #fff;
	border-color: #fff;
}
.partner-slider .carousel-indicators .active {
	background: #7ed6ff;
	border-color: #7ed6ff;
}

.partner-slider {
	margin-top: 20px;
}

.client-slider {
	margin-top: 50px;
}

.client-slider .item {
	padding:0 50px; 
}

.client-slider .carousel-control {
	width: 5%;
}

.client-slider .carousel-control span {
	font-size: 20px;
}

.carousel-control.left, .carousel-control.right {
	color: #7ed6ff;
}

.partner-slider .item img {
    max-width: 100%;
    max-height: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

.client-slider .item img {
    max-width: 100%;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
}

#partnerClient {
	padding: 0;
}

#partner, #client {
	min-height: 170px;
}

#partner h3, #client h3 {
	margin: 0;
	padding: 20px 0 10px;
}


@media (max-width: 767px) {
	.partner-slider .item img,
	.client-slider .item img {
		margin-right: auto;
		margin-left: auto;
	}	
	
	#partner h3, #client h3 {
		margin: 0;
	}

	#client {
		border-top: 2px solid #ddd;
	}
}

@media (min-width: 768px) {
	#client {
		border-left: 2px solid #ddd;
	}
}




#testinomial .thumbnail-new hr {
    border-width: 1px;
    border-color: #7ed6ff;
    width: 160px;
    margin-top: 20px; 
}

.quote {
	font-style: italic;
}

/*************NEW PORTFOLIO IN V1.4****************/
.filter{
    text-align: center;
    margin-bottom: 30px;
}
.filter li a.active{
    color:#3498db;
    border-color: #3498db;
}
.filter li a{
    display: inline-block;
    margin: 3px 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-style: normal;
    color: #bbb;
    font-weight: 400;
    padding: 4px 12px;
    border: 2px solid #f5f5f5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.filter li a:hover{
    color:#3498db;
    border-color: #3498db; 
}

.col-4-space .project-post{
    width:25%;
    padding: 15px;
}
.col-4-no-space .project-post{
    width:25%;
    padding: 15px;
    margin: 0;
}
.col-5-no-space .project-post{
    width:20%;
    padding: 0;
    margin: 0;
}

@media(max-width:767px){
    .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post{
        width:50%;
    } 
}
@media(max-width:568px){
    .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post{
        width:100%;
    } 
}
/***new icon overlay***/
.img-icon{
    position: relative;
    /*overflow: hidden; */
}
.img-icon img{
    width:100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.img-icon-overlay{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,0.6);
}
.img-icon-overlay p{
    position: absolute;
    width:100%;
    margin-top: -20px;
    top: 50%;
    text-align: center;
}
.img-icon-overlay p a{
    display: inline-block;
    background-color: rgba(255,255,255,0.99);
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    text-align: center;
    color:#333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.img-icon-overlay p a img{
    width: 20px;
    height: auto;
}
.img-icon-overlay p a:hover{
    color:#3498db;
}
.img-icon:hover .img-icon-overlay{
    opacity: 1;
}
.img-icon:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.img-icon-overlay p a {
	display: none;
}
.img-icon-overlay p a:first-child {
	display: inline-block;
}

