
body {
	margin:0px;
	padding:0px;
font-family: 'Open Sans', sans-serif;
	overflow-x:hidden; position:relative; color:#222;
	
}
	/*font-family: 'Oswald', sans-serif;*/

a {
		color: #8c8989;
		text-decoration: none;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		
		border-color:#00b7f1;
	}
	 ul {
		list-style: none;
		margin: 0;
		padding:0;
	}
	a:focus, a:hover, a:active{ text-decoration:none;color: #5a5b5d; outline:none;}
		
	.spacer5 {
		width:100%;
		float:left;
		padding:5px;
	}
	.spacer10 {
		width:100%;
		float:left;
		padding:10px;
	}
	.spacer15 {
		width:100%;
		float:left;
		padding:15px;
	}
	.spacer20 {
		width:100%;
		float:left;
		padding:20px;
	}
	
	.affix {
      top:0;
      width: 100%;
      -webkit-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out;
	  z-index:9999;
  }
  .affix-top {
      position: static;
      top: -35px;
  }
  #scrool-top {
	background: #00b7f1 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50%;
	bottom: 50px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 40px;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	width: 40px;
	z-index: 9999;
}
#scrool-top i {
	color: #fff;
}
.show {
	display: block !important;
}
#scrool-top.show {
	opacity: 1;
}
header{background-color:#01305e;
    padding: 15px 0; border-bottom:1px solid #2f475b}
header .btn {
    border-radius: 0;
    position: relative;
    padding: 0px 20px;
    font-size: 16px;
    color: #fff;
	background: #01305e;
}	
header .btn:hover, header .btn:focus{ color:#fff;}
header .dropdown-menu{ background:#01305e;}
hr{ border-top:1px solid #dadada;}
ul.top_nav{ float:none; text-align:center;}
ul.top_nav_mail{ float:none; text-align:center;}
ul.top_nav li, ul.top_nav_mail li {
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 12px;
    line-height: 12px;
    padding-right: 5px;
    padding-left: 7px; color:#e6e4e4;
}
ul.top_nav li:first-child, ul.top_nav_mail li:first-child{ border-left:none;}

ul.top_nav li a, ul.top_nav_mail li a {
    color: #e6e4e4; font-weight:400
}
ul.top_nav li a:hover, ul.top_nav_mail li a:hover{ text-decoration:none; color:#00b7f1;}

a.openpanel {
    background-image: url(../images/openpanel-demo.png);
    background-repeat: no-repeat;
    width: 36px;
    height:186px;
    border-left: none;
    border-radius: 0 2px 2px 0;
    display: block;
    right: 0px;
    text-align: center;
    z-index: 99999;
    position: fixed;
    text-decoration: none;    margin-top: 100px;
}
.black_bg {
    background-color:#fff
}
.black_bg .navbar-nav{ float:right;margin-top:16px;}
.navbar-brand{ height:auto;padding: 4px 15px;}
.nav>li{ padding-left:22px}
.nav>li:first-child{ padding-left:0px;}

.navbar-toggle{ border:1px solid #ddd; margin-top:30px;}
.navbar-toggle .icon-bar {
	display:block;
	width:22px;
	height:2px;
	border-radius:1px;
	background-color:#888;
}
.navbar-toggle:hover {
    background-color: #ddd;}
 .navbar-nav > .active > a:before, .navbar-nav > .active > a:focus:before, .navbar-nav > .active > a:hover:before {
    content: "\f0d8";
    font-family: 'Fontawesome';
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -8px;
    font-size: 14px;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover {
    background-color: inherit;
    color: #00b7f1;
    border-bottom: solid 2px #00b7f1;
}
.navbar-nav>li>a{color: #01305e;
    padding: 10px 0px;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 600;
    text-transform: uppercase;}
	 .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>.active>a:hover{ color:#00b7f1; background-color:none;}
 .navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
	color: #00b7f1;
	border-bottom: solid 2px #00b7f1;
}
 .navbar-nav > li > a:focus:before, .navbar-nav > li > a:hover:before {
	content: "\f0d8";
	font-family: 'Fontawesome';
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -8px;
	font-size: 14px;
}

.navbar{ border-radius:0px; margin-bottom:0px; border:none;-moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, .3);
box-shadow: 0px 4px 6px rgba(0, 0, 0, .3);}

.drop-down {
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    content: "";
    opacity: 0;
    width: 250px;
    z-index: 9999;
    background: #01305e;
    list-style: none;
    font-size: 14px;
    position: absolute;
    visibility: hidden;
    border:none;
    text-transform: uppercase;
    transform: translateY(-20px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    box-shadow: 0 0 10px 1px rgba(255,255,255,.4);
    -webkit-box-shadow: 0 0 10px 1px rgba(255,255,255,.4);
}

.drop-down li{
	position: relative;
}
.drop-down li a{
	color:#fff;
	font-size: 13px;
	display:block;
	padding:10px 14px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.drop-down li a:hover,
.drop-down li.active a{
	color:#00b7f1;
	background:#033c73;
	padding:10px 10px 10px 20px;
}
.nav > li:hover .drop-down{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}

/***************end navigation*******************/
.banner {
    position: relative;
	overflow:hidden;
}

/**************  end slider**************/
.about-us {
    background: url(../images/about-wrapper-bg.jpg) repeat left top;
	width: 100%;
    float: left;
    padding: 40px 0;
}
h1.title-text{
    border-left: 6px solid #00b7f1;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    position: relative;
    color:#01305e;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
}
h1.title-text:before{top: 26%;
    left: -2px;
    content: "\f0da";
    font-family: 'Fontawesome';
    display: inline-block;
    position: absolute;
    color: #00b7f1;
    font-size: 30px;}
h1.title-text span {
    color: #00b7f1;
    font-size: 40px;
    font-weight: 600;
}
h2.title-text{
    border-left: 6px solid #00b7f1;
    padding: 0 0 0 20px;
    margin: 0 0 25px 0;
    position: relative;
    color: #00b7f1;
    text-transform: uppercase;
	 font-size: 29px;
    font-weight: 600;
   
}
h2.title-text:before{top: 26%;
    left: -2px;
    content: "\f0da";
    font-family: 'Fontawesome';
    display: inline-block;
    position: absolute;
    color: #00b7f1;
    font-size: 28px;}
h2.title-text span {
    color:#01305e ;
    font-weight: 400;
    font-size: 22px;
}
.about-us .edu-img img {
    width: 100%;
    height: auto;
    border: solid 6px #00b7f1;
	margin-bottom:30px;
}
.about-us p {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	text-align:justify;
	color:#555;
}
.about-us .callout{ margin-bottom:15px;}
.about-us .about-callouts .icon img {
    background: #fff;
    border: solid 1px #00b7f1;
    border-radius: 5px;
    padding: 0 10px;
}
.about-us .about-callouts h3 {
    color: #01305e;
    font-size: 20px;
	margin-top:0px;
	font-weight:600;
}
/***********************end home about section*******************/
.hm-apply-sec{width:100%; position:relative;  display:block;}
.left_block {
    padding: 20px 40px;
    background: url(../images/backdrop-low.jpg) no-repeat;
background-size: cover;
    background-position: center; float:left;
	height:auto;
}


.left_block .left-holder {
    margin: 0 auto;
    display: block;
    font-size: 14px;
    color: #fff;
	padding:0 3% 0 5%;
}
.left-holder h3{ text-align:center; color:#fff; margin:0 0 15px; font-weight:700; text-transform:uppercase;}

 .left-holder p{
	margin:0 0 10px;
	text-align:center; font-size:16px;
}
.left-holder span{ text-align:center; margin:5px 0; font-size:20px; font-weight:bold; display:block;}
.left-holder a{
	font-size:16px;
	color:#00b7f1;
	font-weight:bold;
}
.left-img-hld{ width:100%; float:left; text-align:center; padding:10px 25px;}
.left-img-hld img{ width:100%}

/**************start right block******************/
.right_block {
    overflow: hidden;
    padding:0;
}
.c_form{ padding: 34px 10% 33px 4%; background:#e8e8e8;}
/***************end home apply section*****************/
.course-area{position: relative;
    overflow: hidden; padding:40px 0px;}
.course-box {
    background-color: #f9f9f9;
    border-bottom: 3px solid #00b7f1;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 0px 0px 5px 5px;
}
.course-box:hover{-moz-box-shadow: 0px 4px 12px #88898a;
-webkit-box-shadow: 0px 4px 12px #88898a;
box-shadow: 0px 4px 12px #88898a;
}
.course-box:after {
	border-bottom: 3px solid #01305e;
    bottom: -3px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 0px 0px 5px 5px;
}

.course-box:hover:after {
	width: 100%;
}
.course-box .thumb img{ width: 100%;
    border-radius: 6px 6px 0px 0px;
    border-top: 3px solid #00b7f1;}
.course-box .content {
       padding: 15px 10px 20px;
	   border-left:1px solid #ddd; border-right:1px solid #ddd;
}
.course-box .content h4 {
    font-weight: 600;
    margin-top: 0; color:#01305e;
}
.course-box .content p{color: #333;
    line-height: 1.4; font-weight:400; text-align:justify}
 .profile {
    background-color:#00b7f1;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    text-transform: uppercase;
	    border-bottom: 2px solid #0691bd;
}	
	
 .profile:hover {
	background-color: #01305e;
	color: #fff;
	    border-bottom: 2px solid #02203e;
}	
.profile i {
    margin-left: 5px;
    position: relative;
    top: 0;
}	

/***********************end course box section********************/
.benefit-section {
    background: url(../images/pattern-1.jpg) left top/auto repeat local;
    padding: 40px 0;
    position: relative;
}
.benefit-section:before {
    content: "";
    background-color: rgba(230, 230, 230, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.benefit-grids .grid{position: relative;padding: 0 15px 30px 90px;border: 1px dashed #01305e; margin-bottom:30px; border-radius:6px;
-webkit-box-shadow: -4px -4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: -4px -4px 15px rgba(0, 0, 0, 0.25);}
.benefit-section .grid .icon {
    width: 58px;
    height: 58px;
    line-height: 54px;
    font-size: 30px;
    text-align: center;
    border: 2px solid #00b7f1;
    background: #fff;
    color: #00b7f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 15px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}
.benefit-section .details h3{ font-size:20px; font-weight:600;color: #01305e;}
.benefit-section .details p{ text-align:justify; color:#000;}
/************  start testimonial section  ****************/
.testimonials{ padding:40px 0; position:relative;}
.testimonials .nav-tabs {
	border-bottom: none;
}
.testimonials .nav>li {
    padding-left: 0px;
}
.testimonials .nav-tabs > li > a {
	font-size: 18px;
    color: #01305e;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 45px;
	border: solid 1px #01305e;
	margin: 0;
	border-radius: 0;
}
.testimonials .nav-tabs > li.active > a, .testimonials .nav-tabs > li.active > a:focus, .testimonials .nav-tabs > li.active > a:hover {
	background: #00b7f1;
	border: solid 1px #00b7f1;
	color: #fff;
}
.testimonials .nav > li > a:focus, .testimonials .nav > li > a:hover {
	background-color: #00b7f1;
	border: solid 1px #00b7f1;
	color: #fff;
}
.testimonials .item {
    padding: 25px 20px 0 25px; margin-bottom:30px;
}
.testimonials h3 {
	color: #01305e;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom:5px;
}

.testimonials span {
	font-weight: 600;
	font-size:15px;
	color: #00b7f1;
}
.testimonials p {
	line-height: 24px; text-align:justify; margin-top:5px;
}
.testimonials .tes-img {
	text-align: center;
	margin: 30px 0 0 0;
	background: url(../images/tes-img-border.png) no-repeat center bottom;
	padding: 0 0 45PX 0;
}
.testimonials .tes-img img {
	background: #e2e3df;
	border-radius: 50%;
}
.testimonials iframe{ width:100%;}
.testimonials .owl-theme .owl-controls .owl-pagination {
	display: none;
}
.testimonials .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	height: 36px;
	width: 36px;
	bottom: -20px;
	position: absolute;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrow-left.png) no-repeat left top;
	left: 46%;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrow-right.png) no-repeat left top;
	right: 46%;
}
.client-title{ color:#00b7f1; font-weight:600;}
.client-logo{ margin-top:15px;}
.client-logo a{ padding-right:10px;}
/*****************end testimonial section***************/
.contactus {
    padding: 30px 0 50px;
	position:relative;
	background: url(../images/pattern-1.jpg) left top/auto repeat local;
}
.contactus:before {
    content: " ";
    background-color: rgba(230, 230, 230, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contactus .contact-list {
	border: dashed 1px #01305e;
	padding: 0 26px 0 26px;
	margin: 24px 0 0 0;
	min-height: 380px;
	-webkit-box-shadow: -4px -4px 15px rgba(0, 0, 0, 0.3);
    box-shadow: -4px -4px 15px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		border-radius: 6px;
}
.contactus .contact-list:hover{-webkit-box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.3);}
.contactus .contact-list .contact-icon {
	padding: 10px;
	border: solid 1px #01305e;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	display: inline-block;
	margin: -44px 0 24px 0;
}
.contactus .contact-list i {
	color: #00b7f1;
	background: #fff;
	font-size: 42px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius: 50%;
}
.contactus .contact-list h4 {
	text-align: center;
	color: #00b7f1;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
.contactus .contact-list h5 {
	border-bottom: dashed 1px #00b7f1;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	font-weight: 600;
	color: #01305e;
}
.contactus .contact-list p {
	font-size: 14px;
	color: #58595b;
	font-weight: 400;
	margin: 0 0 25px 0;
}
.contactus .contact-list a{color:#666666}
.contactus .contact-list a:hover, .contactus .contact-list a:focus{ color:#00b7f1;}

/******************end contactus section*******************/
.ftr-top-sec{background: #01305e;
    padding: 25px 0 20px;
    width: 100%;
    float: left;
    text-align: center;border-top: 2px solid #00b7f1;
	border-bottom: 1px solid #00b7f1;
	}
.ftr-top-sec ul li{ display:inline-block;}
	
.social-icon ul li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #00b7f1;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 48px;
    line-height: 50px;
    margin-right: 11px;
    text-align: center;
    width: 48px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
}
.social-icon ul li a:hover {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    background: #00b7f1;
    color: #ffffff;
}
.ftr-link ul{ margin-top:25px;}
.ftr-link ul li{ padding:0px 10px; border-right:1px solid #00b7f1; margin-bottom:5px;}
.ftr-link ul li:first-child{border-left:1px solid #00b7f1;}
.ftr-link ul li a{ color:#fff; font-size:14px; text-transform:uppercase;}
.ftr-link ul li a:hover, .ftr-link ul li a:focus{ color:#00b7f1}
	.ftr-btm-sec{    background: #02203e;
    padding: 20px 0 10px;
    width: 100%;
    float: left;}
		.ftr-btm-sec p{ text-align:center; color:#ccc;}
/*****************start bottom2 sec***************/
.bottom2 {
    width: 100%;
    position: relative;
	border-top: 1px dashed #00b7f1;
    border-bottom: 1px dashed #00b7f1;
	-webkit-box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.2);
}
/*************start inner banner*******************/
.innerheader-wrapp {
    float: left;
    width: 100%;
    background: #f3f4f8 url(../images/hm-1.jpg) no-repeat top;
	background-size:cover;
    padding: 120px 0;
    border-bottom: 2px solid #d3d4d6;
	 border-top: 2px solid #d3d4d6;
	position:relative;
}
.innerheader-wrapp h1.title-text:before{top: 14%; font-size:24px; text-shadow:none;}
.innerheader-wrapp h1.title-text{color: #fff; font-size:34px; font-weight:600; float:left; border-left:4px solid #00b7f1;}

.innerheader-wrapp span.title-text{color: #fff; font-size:34px; font-weight:600; float:left; border-left:4px solid #00b7f1; display:block; padding: 0 0 0 20px; margin: 0 0 15px 0; position: relative; text-transform: uppercase; line-height: 1.1; font-family: 'Open Sans', sans-serif;}
.innerheader-wrapp span.title-text:before{top: 14%; font-size:24px; text-shadow:none; left: -2px;
    content: "\f0da";
    font-family: 'Fontawesome';
    display: inline-block;
    position: absolute;
    color: #00b7f1;} 
	
.innerheader-wrapp span.title-text span {
    color: #00b7f1;
    font-size: 40px;
    font-weight: 600;
    z-index: -2 !important;
}

.breadcrumb {
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    list-style: none;
    background: none;
    border-radius: 0;
	
}
.breadcrumb > li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
	font-weight:600;
}
.breadcrumb>li+li:before{ color:#fff;}
.breadcrumb > li a {
    color: #fff;
}
.breadcrumb > .active {
    color: #00b7f1;
}

a.openpanel2{  background-image:url(../images/facebook-icon.png);
    background-repeat: no-repeat;
    padding: 0px 0;
    width: 40px;
    height:40px;
    border-left: none;
    border-radius: 0 2px 2px 0;
    display: block;
    left:0px;
    text-align: center;
    z-index: 99999;
    position: fixed;
    border-left: none;
    text-decoration: none;margin-top: 70px;}
/*************start inner part************/
.inner-part{ width:100%; float:left; background-image:url(../images/bright-squares.png); background-repeat:repeat; padding:0px 0 50px; position:relative;}
.inner-cnt{width:100%; float:left; background:rgba(255,255,255,0.4);-webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.4);
    box-shadow:0px 7px 20px rgba(0, 0, 0, 0.4); border-radius:0px 0px 15px 15px; padding:30px 20px;border: 1px solid #00b7f1;
    border-top: none;}
.incnt-hd-box{ padding:15px 10px; background:rgba(0,183,241,0.15); border-left:3px solid #01305e; border-right:3px solid #01305e; margin-bottom:10px;border-radius: 10px;border-bottom:3px solid #01305e;
}
.incnt-hd-box h2{ color:#01305e; font-weight:600; margin-top:0px;}
.incnt-hd-box h1{ color:#01305e; font-weight:600; margin-top:0px; font-size: 30px;}
.incnt-hd-box p{ font-size:17px; text-align:justify;}
.incnt-hd-box2 h3{ font-weight:600; font-size:20px; border: 1px dashed #00b7f1; 
    padding: 7px 10px 10px 10px; mfx; color:#01305e; text-align:justify; background:#fff;}
.list-style-one {
    position: relative;
    margin-bottom: 10px;
}
.list-style-one li {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #444;
    font-size: 15px;
    margin-bottom: 3px;
}
.list-style-one li:before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    left: 7px;
    top: -2px;
    display: block;
    color: #00b7f1;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    z-index: 5;
    font-size: 18px;
}
.red{color: #00b7f1;
    font-weight: 700;}
	.red2{color:#00b7f1;
    font-weight: 700; font-size:18px;}
	.text-title{ font-size:18px; color:#01305e;}
	hr {
    border-top: 1px solid #aaa;
}
.acc-img{ float:left; margin-right:12px;
-webkit-box-shadow:4px 4px 0px #00b7f1;
   box-shadow: 4px 4px 0px #00b7f1;
    border: 1px solid #00b7f1; margin-bottom:5px;
}
.acc-img2{float:left; margin-right:8px;margin-bottom:5px;}
a.link{ color:#00b7f1; font-weight:500}
a.link:hover, a.link:focus{ color:#111;}
.incnt-hd-box h4{ font-size:19px; font-weight:700; color: #079ece;}
.list-style2{ list-style:inherit; padding-left:38px; margin-bottom:15px;}
.incnt-hd-box2 h4 {
    font-weight: 600;
       color: #00b7f1;
}


/*Dibyendu Editing Start*/


.campaign-ul{margin:30px 0px 15px; list-style-type:circle;}
.campaign-ul li{line-height:28px;}
.circel {position: relative; margin-top: 30px;/* box-shadow:0px 16px 10px #666; border:1px solid #666; padding:15px; min-height:450px;*/}
.circel i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #ffffff;
    color: #00b7f1;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    vertical-align: middle;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.circel i:hover{background:#00b7f1;color:#fff;box-shadow:inset 0 0 0 5px #00b7f1;-webkit-box-shadow:inset 0 0 0 5px #00b7f1;border:3px solid #00b7f1;}
.heading {
    font-weight: bold;
    color: #00b7f1;
    font-size: 20px;
    text-align: center;
    /*font-family: 'Josefin Sans',sans-serif;*/
}


.contact-list {
	border: dashed 1px #01305e;
	padding: 15px 18px;
	margin: 24px 0 0 0;
	min-height: 480px;
	-webkit-box-shadow: -4px -4px 15px rgba(0, 0, 0, 0.3);
    box-shadow: -4px -4px 15px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		border-radius: 6px;
}
.contact-list:hover{-webkit-box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.3);}


/*.circel ul li:before {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #c52d2f;
    font-size: 18px;
    position: absolute;
    /*left: 0;
}
.circel ul li {
    padding-bottom: 8px;
    padding-left: 10px;
}*/


.campaing-header-wrapp {
    float: left;
    width: 100%;
    background: #f3f4f8 url(../images/campaign-banner.jpg) no-repeat top;
	background-size:cover;
    padding: 120px 0;
    border-bottom: 2px solid #d3d4d6;
	 border-top: 2px solid #d3d4d6;
	position:relative;
}
.campaing-header-wrapp h1.title-text:before{top: 14%; font-size:24px; text-shadow:none;}
.campaing-header-wrapp h1.title-text{    color: #fff; font-size:34px; font-weight:600; float:left; border-left:4px solid #00b7f1;}
.campaing-header-wrapp .breadcrumb {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    list-style: none;
    background: none;
    border-radius: 0;
	
}
.campaing-header-wrapp .breadcrumb > li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
	font-weight:600;
}
.campaing-header-wrapp .breadcrumb>li+li:before{ color:#fff;}
.campaing-header-wrapp .breadcrumb > li a {
    color: #fff;
}
.campaing-header-wrapp .breadcrumb > .active {
    color: #00b7f1;
}




.carousel-caption h1.banner-text{
    border-left: 6px solid #00b7f1;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    position: relative;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px; text-align:left;
}

.carousel-caption h1.banner-text:before{top: 26%;
    left: -2px;
    content: "\f0da";
    font-family: 'Fontawesome';
    display: inline-block;
    position: absolute;
    color: #00b7f1;
    font-size: 30px;}
h1.title-text span {
    color: #00b7f1;
    font-size: 40px;
    font-weight: 600; z-index:-2 !important;
}

.carousel-caption .breadcrumb {
    float: left !important;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    list-style: none;
    background: none;
    border-radius: 0;
	
}
.carousel-caption .breadcrumb > li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
	font-weight:600;
}
.carousel-caption .breadcrumb>li+li:before{ color:#fff;}
.carousel-caption .breadcrumb > li a {
    color: #fff;
}
.carousel-caption .breadcrumb > .active {
    color: #00b7f1;
}

.desk-view{display:block !important;}
.mobile{display:none !important;}

/*Dibyendu Editing End*/




@media (max-width:1200px){
.nav>li {
    padding-left: 10px;
}
.navbar-nav>li>a{ font-size:12px;}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev{left: 44%;}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-next{right: 44%;}




}

@media (max-width:767px){
	}		  
			  
@media (min-width:768px) and (max-width:991px){
ul#top_nav{ float:none; text-align:center;}
ul#top_nav_mail{ float:none; text-align:center;}
.navbar-header{ float:none; text-align:center;}
.black_bg .navbar-nav{ margin:0px 0 15px;}
.nav>li{padding-left: 10px;}
.navbar-nav>li>a{font-size: 11px;}
.drop-down li a{font-size: 11px;}
.navbar-brand{ float:none;}
.navbar-brand>img{ display:inherit;}
/********end nevigation*******/

.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev{left: 44%;}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-next{right: 44%;}
/**********end slider**********/


.carousel-caption h1.banner-text{
    border-left: 6px solid #00b7f1;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    position: relative;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px; text-align:left;
}

.carousel-caption h1.title-text:before{top: 26%;
    left: -2px;
    content: "\f0da";
    font-family: 'Fontawesome';
    display: inline-block;
    position: absolute;
    color: #00b7f1;
    font-size: 30px;}
h1.title-text span {
    color: #00b7f1;
    font-size: 40px;
    font-weight: 600; z-index:-2 !important;
}

.carousel-caption .breadcrumb {
    float: left !important;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    list-style: none;
    background: none;
    border-radius: 0;
	
}
.carousel-caption .breadcrumb > li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
	font-weight:600;
}
.carousel-caption .breadcrumb>li+li:before{ color:#fff;}
.carousel-caption .breadcrumb > li a {
    color: #fff;
}
.carousel-caption .breadcrumb > .active {
    color: #00b7f1;
}

.contactus .contact-list{ margin-bottom:30px!important;}

}

@media (min-width:100px) and (max-width:767px){
	
	a.openpanel {
    background-image: url(../images/openpanel-demo-mob.png);
    background-repeat: no-repeat;
    width: 20px;
    height:98px;
    border-left: none;
    border-radius: 0 2px 2px 0;
    display: block;
    right: 0px;
    text-align: center;
    z-index: 99999;
    position: fixed;
    text-decoration: none;    margin-top: 100px;
}
ul#top_nav{ float:none; text-align:center;}
ul#top_nav_mail{ float:none; text-align:center;}
.black_bg .navbar-nav{ float:none; margin-top:15px;}
.nav>li{ padding-left:0px}
 .navbar-nav > li > a{padding: 0px 0px 10px;
    font-size: 12px;}
 .navbar-nav > li > a:focus, .navbar-nav > li > a:hover{ border-bottom:none;}
 .navbar-nav > li > a:focus:before, .navbar-nav > li > a:hover:before{ display:none;}
 .navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover{ display:none;}
  .navbar-nav > .active > a:before, .navbar-nav > .active > a:focus:before, .navbar-nav > .active > a:hover:before{ display:none;}
 
.nav>li:first-child{padding-left: 0px;}
.navbar-collapse{position: absolute;
    z-index: 9999;
    background: #f5f5f7;
    width: 100%; padding-left:40px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
	/**********end negigation***************/
	.testimonials .item, .testimonials .item p{ text-align:center}
	.testimonials .nav-tabs > li > a {
    font-size: 12px;
    padding: 10px 15px;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev{left: 35%;}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-next{right: 35%;}
.contactus .contact-list{ margin-bottom:45px;}
.social-icon ul li a{height: 40px;
    line-height: 40px;
    margin-right: 6px;
    width: 40px;}
	.left_block .left-holder{ padding:0px}
/**********end slider**********/
.inner-part .container{ padding:0px;}
.innerheader-wrapp h1.title-text{ float:none; text-align:center; border:none;}
.innerheader-wrapp h1.title-text:before{ display:none;}
	.breadcrumb{ float:none; text-align:center;}
.inner-cnt{    padding: 30px 15px;}
a.openpanel{ display:block;}
/* saf3+, chrome1+ */ @media screen and (-webkit-min-device-pixel-ratio:0) { a.openpanel { right:15px; } }
.left_block{    padding: 20px 0px;}
.left-holder h3{ font-size:18px;}
.left-holder p {margin: 0 20px 10px;font-size: 14px;}
.left-holder span{margin: 5px 20px;font-size: 15px;}
.left-holder a{font-size: 14px;}



.carousel-caption {
    right: 15%;
    bottom: 20px;
    left: 2%;
	top:0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;width:100%%;
}


.carousel-caption h1.banner-text{
 
    font-size: 14px;
}

.carousel-caption h1.banner-text:before{top: 2%;
    left: -2px;
    content: "\f0da";
    font-family: 'Fontawesome';
    display: inline-block;
    position: absolute;
    color: #00b7f1;
    font-size: 30px;}
h1.title-text span {
    color: #00b7f1;
    font-size: 40px;
    font-weight: 600; z-index:-2 !important;
}

.carousel-caption .breadcrumb {
    float: left !important;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    list-style: none;
    background: none;
    border-radius: 0;
	
}
.carousel-caption .breadcrumb > li {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0;
	font-weight:600; float:left;
}
.carousel-caption .breadcrumb>li+li:before{ color:#fff;}
.carousel-caption .breadcrumb > li a {
    color: #fff;
}
.carousel-caption .breadcrumb > .active {
    color: #00b7f1;
}
.contactus .contact-list{ margin-bottom:30px!important;min-height:400px;}

.desk-view{display:none !important;}
.mobile{display:block !important;}


}
