@charset "utf-8";
/* CSS Document */
*
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #07043A;
	font-family: 'Roboto', sans-serif;
}
.container{
	max-width: 75% !important;
}
/*---------------nav-bar---------------------*/

#nav-bar{
	position: sticky;
	top: 0;
	z-index: 10;
}
.navbar{
	background-color: #07043a;
	padding: 0 !important;
}
.navbar-brand img{
	width: 40%;
	padding: 2%;
}
.navbar-nav li{
	padding: 0 5px;
}
.navbar-nav li a{
	font-weight: 600;
	text-decoration: none;
    font-size: .85rem;
}
.nav-link{
	opacity: 1!important;
	color: #fff!important;
}
.nav-link:hover{
	cursor: pointer;
	color: #FFB607 !important;
	opacity: 1 !important;
}
.active{
	color: #FFB607 !important;
}
.navbar-toggler{
	outline: none !important;
}
.nav-icon{
	width: 30px;
}
.nav-icon:hover{
	opacity: .9;
	background-color: #f1a905;
}
.btn-quote{
	font-weight: 600;
	font-size: .85em;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px #666666;
    -moz-box-shadow: 0px 1px 5px #666666;
    box-shadow: 0px 1px 5px #666666;
	padding: 0 15px;
	transform: rotate(-45deg) scale(1);
    animation: pulse 1.3s linear infinite;
}
.btn-quote:hover{
	color: #f1a905;
}


.modal .form-control{
	opacity: .7;
	font-size: .8em;
}


/*---------------banner---------------------*/

#home-banner{
	background-image: url("../images/Banner-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	padding-top: 7%;
	position: relative;
	top: 0;
	padding-bottom: 8%;
}
.carousel-indicators li{
	margin-bottom: 50px;
	background-color: #979797 !important;
	width: 20px !important;
}
.btn-demo {
  background: #222c8f;
  background-image: -webkit-linear-gradient(top, #222c8f, #222c8f);
  background-image: -moz-linear-gradient(top, #222c8f, #222c8f);
  background-image: -ms-linear-gradient(top, #222c8f, #222c8f);
  background-image: -o-linear-gradient(top, #222c8f, #222c8f);
  background-image: linear-gradient(to bottom, #222c8f, #3498db);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 5px #666666;
  -moz-box-shadow: 0px 1px 5px #666666;
  box-shadow: 0px 1px 5px #666666;
  color: #ffb607;
  font-size: 17px;
	font-weight: 500;
  padding: 8px 50px;
  text-decoration: none;
	border: none;
	transform: rotate(-45deg) scale(1);
    animation: pulse 1.3s linear infinite;
}

.btn-demo:hover {
    
	background: #110d4c;
    text-decoration: none;
	cursor: pointer;
}

@keyframes pulse{
    0% {
        transform: rotate(-45deg) scale(1);
        opacity: 0;
    }/*
    10% {
        transform: rotate(-45deg) scale(1.3);
    }
    20% {
        transform: rotate(-45deg) scale(0.9);
    }
    30% {
        transform: rotate(-45deg) scale(1.2);
    }
    40% {
        transform: rotate(-45deg) scale(0.9);
    }*/
    50% {
        transform: rotate(-45deg) scale(1.3);
        opacity: 1;
    }/*
    60% {
        transform: rotate(-45deg) scale(0.95);
    }
    70% {
        transform: rotate(-45deg) scale(1);
    } */
    100% {
        transform: rotate(-45deg) scale(1);
        opacity: 1;
    }
}







/*---------------mockup---------------------*/

#mockup{
	background-image: url("../images/Features-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	padding: 2%;
	
}
#mockup img{
	width: 100%;
}
/*---------------about---------------------*/

#about-us{
	background-image: url("../images/About-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 3% 0 3% 0;
}
.btn-more {
  background: #222c8f;
  background-image: -webkit-linear-gradient(top, #222c8f, #222c8f);
  background-image: -moz-linear-gradient(top, #222c8f, #222c8f);
  background-image: -ms-linear-gradient(top, #222c8f, #222c8f);
  background-image: -o-linear-gradient(top, #222c8f, #222c8f);
  background-image: linear-gradient(to bottom, #222c8f, #3498db);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 5px #666666;
  -moz-box-shadow: 0px 1px 5px #666666;
  box-shadow: 0px 1px 5px #666666;
  color: #ffb607;
  font-size: 17px;
	font-weight: 500;
  padding: 8px 50px;
  text-decoration: none;
	border: none;
}

.btn-more:hover {
    
	background: #110d4c;
    text-decoration: none;
	cursor: pointer;
}

/*---------------features---------------------*/

#awsome-features{
	background-image: url("../images/Features-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	margin-top: 5%;
}
.feature-icon{
	width: 85%;
}
.feature-img{
	width:  90%;
}
.features{
		font-size: 1rem;
}
.feature-text:hover{
	cursor: pointer;
	color: #FFB607 !important;
	opacity: 1 !important;
}

@keyframes hang-on-hover {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hang-on-hover-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hang-on-hover-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.hang-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hang-on-hover:hover, .hang-on-hover:focus, .hang-on-hover:active {
  -webkit-animation-name: hang-on-hover-sink, hang-on-hover;
  animation-name: hang-on-hover-sink, hang-on-hover;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}



/*---------------app-screen---------------------*/

#app-screen{
	background-image: url("../images/Pattern3.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	margin-top: 1%;
}
.appscreen-icon{
	width: 40%;
}
.appscreen-icon:hover{
	opacity: .9;
	cursor: pointer;
}
/*
.shadow-effect{
	background: #fff;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0 19px 38px rgba(255,255,255,0.08),0 19px 12px rgba(255,255,255,0.08) ;
}*/
#app .item{
	text-align: center;
	opacity: .6;
	-webkit-transform:  scale3d(0.8,0.8,1);
	transform:  scale3d(0.8,0.8,1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#app .owl-item.active.center .item{
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.owl-carousel .owl-item img{
	max-width: 100%;
	
}
#app.owl-carousel .owl-dots .owl-dot.active span,
#app.owl-carousel .owl-dots .owl-dot:hover span{
	background-color: #222c8f;
	transform: translate3d(0px, -50%, 0px) scale(0.7)	
}
#app.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#app.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
#app.owl-carousel .owl-dots .owl-dot span{
	background-color: #222c8f;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px ;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 350ms ease-out 0s;
	width: 20px;
}
.owl-nav{
	display: none;
}




/*---------------web-screen---------------------*/

#web-screen{
	background-image: url("../images/Webscreen-bg.png");
	width: 100%;
	height: 100%;
	background-size: cover;
	margin-top: 1%;
}

/*---------------benefits---------------------*/

#work{
	background-image: url("../images/Features-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	margin-top: 1%;
}

/*---------------download-app---------------------*/

#download-app{
	background-image: url("../images/Features-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	margin-top: 1%;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 1% 0 1% 0;
}

/*---------------page-banner---------------------*/

#banner{
	background-image: url("../images/Banner-bg2.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding-bottom: 5%;
}

/*----------------Feature-page-content---------------------*/

#student-list{
	background-image: url("../images/Feature-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 1% 0 1% 0;
}
#student-list img{
	width: 80%;
}

/*----------------on-boarded---------------------*/

#on-boarded{
	background-image: url("../images/Feature-bg1.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 1% 0 1% 0;
}
#on-boarded img{
	width: 80%;
}

/*----------------student-profile---------------------*/

#student-profile{
	background-image: url("../images/Features-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 4% 0 4% 0;
}
#student-profile img{
	width: 70%;
}

#mark-location
{
	background-image: url("../images/Feature-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 1% 0 1% 0;
}
#mark-location img{
	width: 80%;
}

/*-----------------parent-notification--------------------*/

#parent-notification{
	background-image: url("../images/Features-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 4% 0 6% 0;
}
#parent-notification img{
	width: 75%;
}

/*-----------------admin-dashboard--------------------*/

#admin-dashboard{
	background-image: url("../images/Pattern1.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 4% 0 6% 0;
}
#admin-dashboard img{
	width: 85%;
}

/*#admin-dashboard2{
	background-image: url("../images/Features-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 4% 0 4% 0;
}
#admin-dashboard2 img{
	width: 80%;
}*/

/*-----------------How-it-works--------------------*/

#how-work
{
	background-image: url("../images/Features-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 3% 0 3% 0;
}
#how-work img{
	width: 100%;
} 


/*---------------about-content1---------------------*/

#about-content1{
	background-image: url("../images/Pattern1.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 9% 0 7% 0;
}

/*---------------about-content2---------------------*/

#about-touchworld{
	background-image: url("../images/Pattern2.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 4% 0 5% 0;
	margin: 3% 0 0 0;
}

/*---------------about-content2---------------------*/

#mission-vision{
	background-image: url("../images/Mission-visionbg.png");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	position: relative;
	top: 0;
	left: 0;
	padding: 5% 0 5% 0;
}
#mission-vision .card{
	border-radius: 15px !important;
}
#mission-vision .card-title{
	color: #222c8f !important;
}
.vision{
	z-index: +2;
	width: 25%;
	margin: 0 33% 0;
}
.mission{
	z-index: +2;
	width: 25%;
	margin: 0 34% 0;
}

/*---------------contact-page---------------------*/

#contact{
	background-image: url("../images/Pattern3.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	padding: 5% 0 5% 0;
}
#contact .form-control{
	border-top: medium #fff !important;
	border-left: medium #fff !important;
	border-right: medium #fff !important;
	opacity: .7;
}

/*---------------contact-details---------------------*/

#contact-details{
	background-image: url("../images/Pattern1.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	padding: 5% 0 0;
}
.detail-icon{
	width: 90%;
}

/*---------------contact-details---------------------*/

#contact-location{
	background-image: url("../images/Mission-visionbg.png");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 20%;
    background-position-y: 20%;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	padding: 5% 0 0;
}

/*---------------map---------------------*/

.map-container-4{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	border-radius: 2%;
}
.map-container-4 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



/*---------------footer---------------------*/



#footer{
	background-image: url("../images/Footer-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 1%;
	padding: 10% 0 5% 0;
}
.contact{
	margin: 35% 0 0;
	
}
#footer .form-control{
	border-top: medium #fff !important;
	border-left: medium #fff !important;
	border-right: medium #fff !important;
	opacity: .7;
}
.footer-icon{
	width: 80%;
}





/*------------------------------------*/

@media only screen and (max-width: 1354px){
	#about-us{
		background: none;
	}
}
@media only screen and (max-width: 1000px){
	.features{
		font-size: .90rem;
	}
	#footer{
		background: none;
		margin: none;
	}
	.contact p{
		color: black !important;
	}
}
@media only screen and (max-width: 992px){
	.btn-quote{
	    font-weight: 600;
	    font-size: .85em;
	    text-decoration: none;
	    border: none;
	    -webkit-border-radius: 3;
        -moz-border-radius: 3;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 5px #666666;
        -moz-box-shadow: 0px 1px 5px #666666;
        box-shadow: 0px 1px 5px #666666;
	    padding: 10px 15px;
    }
	.nav-icon{
	    width: 40px;
		margin-top: 10px;
		
    }
	.navbar{
	    padding-bottom: 10px!important;
    }
	.feature-icon{
		width: 100%;
	}
	.footer-icon
	{
		width: 50%;
	}
	#student-list{
		background: none ;
	}
}
@media only screen and (max-width: 768px){
	.appscreen-icon
	{
		display: none;
	}
	.appscreen-img2{
		display: none;
	}
	.mission, .vision{
		display: none !important;
	}
	.contact p{
		font-size: .8rem!important;
	}
	#student-list{
		background: none ;
	}
	#driver-dashboard{
		background: none ;
	}
	#mark-location{
		background: none ;
	}
	.content{
		display: none;
	}
	/*br{
		display: none;
	}*/
	.feature-icon{
		width: 25%;
	}
	.footer-icon
	{
		width: 60%;
	}
	.dot-icon{
		width: 50%;
	}
	.container{
	max-width: none !important;
    }
	#student-profile img{
	width: 90%;
    }
	#parent-notification img{
	width: 90%;
    }
	#home-banner{
		background: none;
	}
	.download-icon{
		width: 80%;
	}
}
@media only screen and (min-width: 768px){
	.contact p{
		font-size: 1.3rem!important;
	}
}
@media only screen and (min-width: 1000px){
	.contact p{
		font-size: 1rem!important;
	}
}











