body{
	margin:0px;
	padding:0px;
}
div,h1,h2,h3,h4,h5,h6,p,img,a,ul,li{
	margin:0px ;
	padding:0px;
}
a{
	text-decoration:none !important;
	-webkit-transition:300ms;
	-moz-transition:300ms;
	-ms-transition:300ms;
	-o-transition:300ms;
	transition:300ms;
}
a:hover{
	text-decoration:none !important;
}

ul{
	list-style-type:none;
}
.clear{
	clear:both;
}

.kbanner{
	background: linear-gradient(120deg,#3c5fec,#260d7b);
}

.banner{
	margin:0px 0px 0px 0px;
	padding:20px 0px 90px 0px;
	background: linear-gradient(120deg,#3c5fec,#260d7b);
	width:100%;
	overflow:hidden;
}
.banner-row {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.banner-text{
	margin:60px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    width: 580px;
	float:left;
}

.details-row {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:'Poppins', sans-serif;
	font-size:20px;
	color:#ffffff;
}
.details-row th {
	font-family:'Poppins', sans-serif;
	font-size:20px;
	color:#ffffff;
}
.details-row td {
	font-family:'Poppins', sans-serif;
	font-size:16px;
	color:#ffffff;
}
.banner-row h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:'Poppins', sans-serif;
	font-size:40px;
	color:#fff;
}
.banner-row p {
    margin:15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}

.banner-row p1 {
    margin:15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}
.panel-body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.panel-title {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 24px;
}
.panel-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 24px;
    background: #b0cff7;
}

.banner-row p2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    margin:15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}
.banner-row p2:hover {
font-weight: bold;
}
.banner-row p2 a {
font-weight: bold;
}
.banner-row p3 {
    padding-bottom: 2px;
    margin:15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.form{
	margin:50px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.space{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
input.search {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color:  #000099;
//    color: #a4a4a4;
    border:0px solid #bfbfbf;
    border-radius: 40px 0px 0px 40px;
    line-height: 61px;
    width:420px;
    height:61px;
    float: left;
    box-shadow: inset 2px 2px 4px 0px rgba(19, 56, 98, 0.35);
}

input.btn {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
//    text-transform: uppercase;
    border: 0px solid #0339ff;
    border-radius: 0px 40px 40px 0px;
    height:61px;
    line-height: 61px;
    width: 160px;
    float: right;
    background: #0339ff;
	box-shadow: inset -2px 2px 4px 0px rgba(19, 56, 98, 0.35);
	-webkit-transition:300ms;
	-moz-transition:300ms;
	-ms-transition:300ms;
	-o-transition:300ms;
	transition:300ms;
}

input.btn:hover{
	color:#0339ff;
	background: #fff;
	box-shadow: inset -2px 3px 5px 0px rgba(19, 56, 98, 0.35);
}

input.btn:focus{
	color:#0339ff;
	background: #fff;
	box-shadow: inset -2px 3px 5px 0px rgba(19, 56, 98, 0.35);
}


.banner-pic{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	width:530px;
	position:relative;
}
.banner-pic img{
	margin:0px 0px 0px 50px;
	display:block;
}
	
.header{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:transparent;
	width:100%;
	overflow:hidden;
}
.header-row{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.header-row ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.header-row ul li.logo{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.header-row ul li.about{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}
.header-row ul li.logo a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#fff;
	display:block;
}
nav .navbar-nav li a{
  	color: white !important;
	font-family: 'Poppins', sans-serif;
  }
.navbar .navbar-brand{
  	color: white !important;
	font-size:24px;
	font-family: 'Poppins', sans-serif;
  }

.header-row ul li.about a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:17px;
	color:#fff;
	display:block;
}
.header-row ul li.about a:hover{
	color:#cbe8ff;
}
.header-row ul li.logo a:hover{
	color:#cbe8ff;
}
		
.info{
	margin:0px 0px 0px 0px;
	padding:70px 0px 70px 0px;
	background:#fff;
	overflow:hidden;
	width:100%;
}
.info h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #000;
    text-align: center;
//    text-transform: capitalize;
}
.border {
    margin: 15px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border-top: 2px solid #030303;
    width: 100px;
}
.info-row{
	margin:60px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.about1 {
    margin: 0px 0px 0px 0px;
    padding: 33px 15px 32px 15px;
    overflow: hidden;
    border-radius: 8px;
    height: 600px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,.20);
}
.about2 {
    margin: 0px 0px 0px 0px;
    padding: 33px 15px 32px 15px;
    overflow: hidden;
    border-radius: 8px;
   // height: 430px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,.20);
}

.about1 h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #4b4b4b;
}
.about1 p {
    margin: 18px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #242424;
    line-height: 28px;
}
.about1 a.view {
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
//    text-transform: capitalize;
    border-radius: 5px;
    background:#0339ff;
    line-height: 37px;
    width: 125px;
    float: none;
	border:1px solid #0339ff;
}
.about1 a.view:hover{
	color: #0339ff;
	background:#fff;
}
.about1 a.view:focus{
	color: #0339ff;
	background:#fff;
}
.about2 a.view {
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
//    text-transform: capitalize;
    border-radius: 5px;
    background:#0339ff;
    line-height: 37px;
    width: 125px;
    float: none;
        border:1px solid #0339ff;
}
.about2 a.view:hover{
        color: #0339ff;
        background:#fff;
}
.about2 a.view:focus{
        color: #0339ff;
        background:#fff;
}
		
.about1 ul{
    margin:23px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border:1px solid #ddd;
	border-radius:5px;
	overflow:hidden;
}
.about1 ul li{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.about1 ul li a{
    margin: 0px 0px 0px 0px;
    padding: 10px 12px 10px 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size:15px;
    color: #000;
	display:block;
	border-bottom:1px solid #ddd;
	overflow: hidden;
}
.about1 ul li a:hover{
	background:#0339ff;
	color:#fff;
}
.about1 ul li a span.one{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	float:left;
	width: 234px;
}
.about1 ul li a span.two{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	float:right;
	font-weight:normal;
}
.about1 ul li.last a{
	border:none;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}


.input-lg {
	color: #6daae0;
	font-size: 18px;
    letter-spacing: 6px;
    font-weight: bold;
}

.navbar-brand {
    color: white;
   font-size: 24px;
    font-family:'Poppins', sans-serif;
}
.nav-link {
    color: white;
   font-size: 24px;
    font-family:'Poppins', sans-serif;
}
.nav-item {
    color: white;
   font-size: 24px;
    font-family:'Poppins', sans-serif;
}

.card-body {
    font-family:'Poppins', sans-serif;
	font-size: 16px;
}

.card-header{
    font-family:'Poppins', sans-serif;
	font-size: 28px;
}

.navbar-brand:hover {
    color: #6daae0;
    font-family:'Poppins', sans-serif;
}

.navbar-nav>li>a {
    color: white;
    font-family:'Poppins', sans-serif;
}


li.dropdown a:hover { color: #6daae0 !important; 
    font-family:'Poppins', sans-serif;
    font-size: 24px;
}

.badge 
{
	background-color: white;
	color:black;
	font-family: 'Lato', sans-serif;
        font-family: 'Raleway', sans-serif;
}

//.navbar .nav > li.dropdown.open > a
//{
 //  color: white;
 //  background-color:  #333333;
 //  border-color: blue;
//}

h4::before { 
  display: block; 
  content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
  pointer-events: none;
}

body {
	font-family: :'Poppins', sans-serif;
 }

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.uf {
  font-size: 15px
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -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;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -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;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -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;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -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;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -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;
}


@media (max-width :1199px) and (min-device-width :992px){
.about1 {
    padding:10px;
    height: 550px;
}
.about1 ul li a span.one {
    width: 174px;
}	
.banner-row {
    margin: 10px 0px 0px 0px;
}
.banner-text {
	margin: 10px 0px 0px 0px;
    width: 506px;
}
.banner-row h1 {
	font-size: 58px;
}
input.search {
    width: 346px;
 //   height: 61px;
}
.banner-pic {
    width: 424px;
}
.banner-pic img {
    margin: 0px 0px 0px 0px;
}
}
@media (max-width :991px) and (min-device-width :768px){

.banner-text {
	margin: 20px 0px 0px 0px;
    width:390px;
}
.banner-row h1 {
    font-size: 46px;
}
.banner-row p {
    font-size: 20px;
    line-height: 30px;
}
input.search {
    padding: 0px 10px 0px 23px;
    width: 230px;
}
.banner-pic {
    width:280px;
}
.banner-pic img {
    margin: 0px 0px 0px 0px;
}
	
.about1 {
    padding: 10px;
    height:350px;
}
.about1 h4 {
    font-size: 16px;
}
.about1 p {
	margin:10px 0px 0px 0px;
    font-size: 13px;
    line-height: 19px;
}
.about1 ul li a {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}
.about1 ul li a span.one {
    width: 115px;
}
.about1 a.view {
    margin: 15px 0px 0px 0px;
}
	
}

@media (max-width :767px) and (min-device-width :576px){
.col-sm-4 {
    -ms-flex:100% !important;
    flex:100% !important;
    max-width:100% !important;
}
	
}
@media (max-width :767px) and (min-device-width :280px){
	
.header-row ul li.logo a {
    font-size: 20px;
}
.header-row ul li.about a {
    font-size: 15px;
}

.banner {
    padding: 10px 0px 60px 0px;
}
.banner-row {
    margin: 70px 0px 0px 0px;
    width: 100%;
}
.banner-text{
	margin:30px 0px 0px 0px;
	width: 100%;
	float:none;
}
.banner-row h1 {
    font-size: 37px;
}
.banner-row p {
    margin: 12px 0px 0px 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.form {
    margin: 30px 0px 0px 0px;
}
input.search {
    padding: 0px 10px 0px 15px;
    font-size: 14px;
    line-height: 45px;
    width:73%;
}
button.btn.btn-link {
    font-size: 20px;
    font-family:'Poppins', sans-serif;
}

input.btn {
    font-size: 14px;
    line-height: 45px;
    width: 27%;
}
.banner-pic{
	display:none;
}
	
.info {
    padding: 40px 0px 20px 0px;
}
.info h3 {
    font-size: 26px;
}
.about1 {
    margin: 0px 0px 20px 0px;
	height:auto;
}

h2 {
    font-family:'Poppins', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #091f2f;
 //   text-transform: uppercase;
}
.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #b0cff7;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-size:24px;
    font-style: italic;
    font-size: 1.5rem;
    font-family:'Poppins', sans-serif;
}
//.accordion-section .panel-default .panel-title a:after {
//    font-family: 'FontAwesome';
//    font-style: normal;
//    font-size: 3rem;
//    content: "\f106";
//    color: #1f7de2;
//    float: right;
//    margin-top: -12px;
//}
//.accordion-section .panel-default .panel-title a.collapsed:after {
//    font-family: 'FontAwesome';
//    font-style: normal;
//    font-size: 3rem;
//    content: "\f107";
//}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}
