@import url(../css/animate.css);
html,
body {
    height: 100%
    
}

body {
	color: #333333;	
	background-color:#fff;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.5;
	font-size:18px;
	
}

h1 {

	font-weight: bold;
	color:#1b58a8;
	margin-bottom:10px;	 
	padding-bottom: 5px;
	text-align: center;
	line-height: 1.6;
	 text-transform: uppercase;
	   
}


.top-bar {
	background: #1b58a8;
	color: #fff;
	padding:10px;
	font-size:14px;
	text-align: center;
}
.top-bar a {

	color: #fff;
	
}
.header_area{
	background: #fff;
	box-shadow: 0 8px 6px -6px black;
	
	
}

.navbar-img img {
	width:250px;
}

.navbar {
	background:#fff;
	border:0;
	border-radius:0;    
	margin-bottom:0;  
	font-size:16px;
	font-weight:600;
}

.navbar-inverse .navbar-nav > li > a {
	
	color: #333333;
	padding:20px 15px 20px 15px;
	border-bottom: 1px solid #e0e1e2;
	text-align:center;
	
}
.navbar-inverse .navbar-nav > li > a i{	
	color: #1b58a9;		
	
}
.navbar-inverse  .navbar-nav > li.active a {
	color: #fff;	
	background: #1b58a8;
}

.navbar-inverse  .navbar-nav > li:hover a,
.navbar-inverse .navbar-nav > li:focus a {
	color: #fff;
	background: #1b58a8;
}

.navbar-inverse  .navbar-nav > li:hover a i,
.navbar-inverse .navbar-nav > li:focus a i {
	color: #fff;
	background: #1b58a8;
}
.dropdown-menu > li > a {
	font-size:16px;
	font-weight:600;
	color: #333333 !important;
	padding:10px;
	
}


.dropdown-menu > li > a {
    color: #000;
    padding:10px;
    border-bottom: 1px solid #e0e1e2;
}

.navbar-inverse  .navbar-nav > li .dropdown-toggle:hover,
.navbar-inverse  .navbar-nav > li .dropdown-toggle:focus{
  background-color: #1b58a8 !important;
  color:#fff;
}

.dropdown-menu > li > a {
    background-color: #fff !important;
    color: #000 !important;
   
  
}

.dropdown-menu > li:hover a,
.dropdown-menu > li:focus a {
   color: #ffffff !important;
   background-color: #1b58a8 !important;
}
.navbar-toggle {
	margin-top:50px;
}

.icon-bar {
	background-color:#FF0000 !important;
}

.carousel {    
	background: #fff;
}

.carousel-inner > .item > img {
	width:100%;
}

.middle_area {
	margin-bottom:20px;    
	background: #fff;
}

.middle_area h3 {
	color: #1089c8;	
	margin-bottom: 10px;
	padding-left: 10px;
}

.middle_area h4 {
	color: #1089c8;	
	margin-bottom: 10px;
}

.middle_area i {
	color: #1b58a8;
	
}

.middle_area p {	
	text-align: justify;
	font-size: 18px;
	
}

.middle_area  li {
	list-style-image: url('../images/bullet.png');
	line-height: 2;
	padding-left: 8px;
	color: #000;	
}

.title h1 {
	
	font-weight: bold;
	color:#1b58a8;
	margin-bottom:10px;	 
	padding-bottom: 5px;
	text-align: center;
}

.title span {
	font-size:25px;
	color:#f00404;
}

.progress-wrap{
	position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
	background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
	background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
	background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
	background: #db3615;
}

.progress, 
.progress-bar {
	height: 15px;
	line-height: 15px;
	background: #e6e6e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	text-align: right;
}

.progress{
	position: relative;
}

.progress .bar-width{
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	top: -30px;
	border-radius: 2px;
	margin-left: -30px;
}

.progress span{
	position: relative;
}

.progress span:before{
	content: " ";
	position: absolute;
	width: auto;
	height: auto;
	border-width: 8px 5px;
	border-style: solid;
	bottom: -15px;
	right: 8px;
}

.progress .color1 span:before{
	border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
	border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
	border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
	border-color: #db3615 transparent transparent transparent;
}

.accordion p{
	font-size:14px;
}

.panel-default{
	border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
	background-color: #e6e6e6; 
	border:0 none;
	box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
	background: #fff;
	color: #000;
}

.panel-body{
	padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
	border-radius: 0;
}

.panel-heading{
	border-radius: 0;
}

.panel-title a{
	color: #000;
	
	font-size:17px;
}

.accordion-inner img{
	border-radius: 4px;
}


.panel-heading.active{
	background: #1f1f20;
}

.panel-heading.active .panel-title>a{
	color:#fff;
}

a.accordion-toggle  i{
	width: 45px;
	line-height: 45px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
	background: #c52d2f;
	color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
	background: #c52d2f;
	color: #fff;
}

#conatcat-info{
	background: #fff url(../images/contact.png) no-repeat 90% 0;
	padding: 30px 0;
}


.contact-info i{
	width: 60px;
	height: 60px;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	background: #000;
	text-align: center;
	border-radius: 10px;
}

.contact-info h3{
	color: #000;
	margin-bottom:0;
	font-size:20px;
	
}

.contact-info a{
	color:#333333;
	
}

.mb30{
	margin-bottom: 30px;
}

.mb50{
	margin-bottom: 50px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt {
    margin-top: 15px;
}

.example {
	margin:auto;
	max-width:350px
}

form.example input[type=text] {
	padding:10px;
	border: 1px solid grey;
	float: left;
	width: 80%;
	background: #f1f1f1;
}

form.example button {
	float: left;
	width: 20%;
	padding: 10px;
	background: #2196F3;
	color: white;
	border: 1px solid grey;
	border-left: none;
	cursor: pointer;
}

form.example button:hover {
	background: #000;
}

form.example::after {
	content: "";
	clear: both;
	display: table;
}


input {
	border: 1px solid grey;
	font-size:15px;
	color:#000;
	padding:10px;
	width:100%;	
	margin-bottom:10px;
}

textarea {
	border: 1px solid grey;
	font-size:15px;
	color:#000;
	margin-bottom:10px;
	padding:10px;
	width:100%;
}

.mainbutton {	
	margin-bottom:15px;
	border: 1px solid #f34334;
	font-size:15px;
	background-color:#f34334;
	padding:10px;
	width:120px;
	color: #fff;
}

.footer_area {	
	padding-top:40px;
	padding-bottom:40px;
	background: #2d3e50 none repeat scroll 0 0;
	font-size:15px;	
}

.footer_area h3 {
	
	color: #fff;
}

.footer_area p{
	color: #fff;		
}

.footer_area a{
	color: #fff;
	
}

hr { 
	margin-top:10px;
}

.footer_bottom_area {
	background: #2d3e50 none repeat scroll 0 0;
}

.footer_bottom_area p {
	text-align:center;
	color: #fff;
	padding: 10px;
	font-size:15px;	
}

.modal-content {
	border:10px solid #eee;
	background-color: #2396f1;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
}

.close {
	color: #fff; 
	opacity: 1;
}

.close1 {
	line-height: 12px;
	width: 18px;
	font-size: 30px;
	margin-top: 10px;
	margin-right: 25px;
	position:absolute;
	top:0;
	right:0;
	color: red;
	background-color: transparent; 
	border: none;
	z-index: 999;
}

.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	filter:none !important;
	color: #023491;
}

.carousel-indicators li {
	background-color: #294b8a;
}

.carousel-indicators .active {
	background-color: #ec1f25;
}

.modal-dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.banner .centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	 
	font-size: 35px;
}

.light-box li {
	list-style:none;
	margin-bottom:25px;
}

.light-box img {
	margin:0;
	cursor: pointer;
}

#myModal .modal-dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border:none !important;
}

#myModal .modal-body {
	background-color: #fff !important;
	padding:0 !important;
}

#successmodal .modal-content {
	background-color: #fff;
	color: #000;
}

.modal-dialog img {
	text-align:center;
	margin:0 auto;
}

.controls {
	width:50px;
	display:block;
	font-size:11px;
	padding-top:8px;
	font-weight:bold;
}

.next {
	float:right;
	text-align:right;
}

@media only screen and (max-width: 600px) {
	.navbar-img img {
		width:320px;
	}
	.top-bar { 
		background: #294b8a;
		color: #fff;
		padding:8px;
		font-size:14px;
		text-align: center;
	}
}

.circle-wrapper {
	position: relative;
	width: 130px;
	height: 130px;
}

.icon {
	position: absolute;
	color: #fff;
	font-size: 55px;
	top: 65px;
	left: 65px;
	transform: translate(-50%, -50%);
}

.circle {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 2.5px;
	background-clip: content-box;
	animation: spin 10s linear infinite;
}

.circle-wrapper:active .circle {
	animation: spin 2s linear infinite;
}

.success1 {
	background-color: transparent;
	border: 2px dashed #0072bd;
}


@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}

.card {
	padding:30px; 
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	background-color:#fff;
	margin-top:30px;	
	border-radius:10px;
	border-left:5px solid #ffcc00;
	

}



.card h1{
        margin-top:0;  
	color:#2e549f;
	font-weight;bold;
		
	
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-2 {
	padding:30px; 
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	background-color:#1b58a8;
	margin-top:30px;	
	border-radius:10px;
	border-left:5px solid #ffcc00;
	color:#fff;
	

}



.card-2 h1{
        margin-top:0;	
	font-weight;bold;
	line-height:1.5;
	color:#fff;
	
	
}

.card-2:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-3 {	
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	background-color:#fff;
	margin-top:30px;	
	border-radius:10px;
	border-left:5px solid #ffcc00;
}
.card-3:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-4 {	
	
	transition: 0.3s;
	background-color:#fff;
	margin-top:20px;
	border-left:5px solid #ffcc00;
	padding:10px 30px 30px 30px;
}

.card1 {
	padding:10px;	
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	border-radius:10px;
	height:330px; 
	background-color:#1b58a8;
	color:#fff;
	border-left:5px solid #ffcc00;
	   transition: all 0.3s ease;
}

.card1:hover {
	 transform: translateY(-10px);
	 box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.card1 i{
	
	color: #ffcc00; 
}
.card1 h1{
	text-align:center;
	font-weight;bold;
	color:#fff;
	
}
.card1 h4{
	font-weight:bold;
	text-align:center;
}

.card1 p{
	font-size:13px;	
	color:#fff; 
}

.card1 span{
	 color:#0000FF;
	 text-decoration:underline; 
}

.green{
	background-color:#009486;
}

.light-green{
	background-color:#49ae52;
}

.parrot-green{
	background-color:#cbd93b;
}

.red{
	background-color:#f34334;
}

.purple{
	background-color:#9d29ae;
}

.blue{
	background-color:#4151b1;
}

.light-blue{
	background-color:#2396f1;
}

.sky-blue{
	background-color:#04bad2;
}

.yellow{
	background-color:#fdeb43;
}

.orange{
	background-color:#febf1a;
}

@media only screen and (max-width: 600px) {
	.card1 {  
		height:auto; 
	}
}


.download-broucher {
	position: fixed;
	z-index: 99999999;
	bottom:180px; 
	right:0px; 
}
.course-offered {    
    padding:20px 0;
    background-image: url(../images/low-poly-banner-design-vector.jpg); background-repeat:
    
}
.blink {
    -webkit-animation: blink 1000ms step-end infinite;
	    animation: blink 1000ms step-end infinite;
	    padding: 1px 10px;
	    font-weight: bold;
}
@-webkit-keyframes blink { 50% { background-color: #ffcc00; color: #000; padding: 1px 10px; border-radius: 5px; font-weight: bold; }}
	@keyframes blink { 50% { background-color: #ffcc00; color: #000; padding: 1px 10px; border-radius: 5px; font-weight: bold;}}




@property --from {
  syntax: '<integer>';
  initial-value: 0;
  inherits: false;
}

.counter {
  transition: --from 1s;
  counter-reset: int var(--from);
  animation: counter var(--time, 1000) forwards ease-in-out;
}

.counter::after {
  content: counter(int);
}

@keyframes counter {
  to {
    --from: var(--to, 100);
  }
}

.mb-3{
margin-bottom:30px;
}
.mb-5{
    margin-bottom:50px;
}
.banner {
position: relative;
background: linear-gradient(rgba(46, 84, 159, 0.6), rgba(46, 84, 159, 0.6)),
url('../images/banner.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: white;
padding: 30px 0;
}

.banner h1 {
color: white;
position: relative;
z-index: 2;
padding:40px;
font-weight:bold;
}

.banner .text-center {
position: relative;
z-index: 2;
}


.why-choose-section {
position: relative;
background: linear-gradient(rgba(46, 84, 159, 0.9), rgba(46, 84, 159, 0.9)),
url('../images/why-choose.jpeg');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: white;
padding: 30px 0;
}

.why-choose-section h1 {
color: white;
position: relative;
z-index: 2;
}

.why-choose-section .text-center {
position: relative;
z-index: 2;
}

.why-choose-section h4 {
color: white;
font-weight: bold;

}
.why-choose-section h3 {
	color: white;
	font-weight:bold;
}
.why-choose-section h2 {
	color: white;
	font-weight:bold;
}
.why-choose-section p {
color: rgba(255,255,255,0.9);

}

.why-choose-section i {
color: #ffd700 !important; /* Gold color for icons */
filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}
 /* Why Choose Us items */
	.why-choose-section .col-md-3 {
		transition: transform 0.3s ease;
}

.why-choose-section .col-md-3:hover {
		transform: translateY(-10px);
}
.chatbot {
  position: fixed;
  z-index: 99999999;
  bottom:30px; 
  right:10px; }