
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fdcc52;
  color: #ad6307;
}

a:hover,
a:focus {
  color: #fcbd20;
  color: #ad6307;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 3px;
  border-color: rgba(31, 84, 154, 0.9);
}

hr.light {
  border-color: white;
}

/*** Navbar ***/

.navbar{
  min-height: 80px;
}

.navbar-default {
  background-color: #15549a;
  border-color: rgba(21, 84, 154, 0.1);
  opacity: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  color: #fdcc52;
  padding: 8px 15px 15px 15px;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}

.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}

.navbar-nav{
  margin-top: 17px;
}

.navbar-default .nav > li > a {
  font-size: 20px;
  padding: 10px 11px;
  border:1px solid #fff;
  margin-right: 5px;
  border-radius: 4px;
  background: #15549a;
  background: none;
  font-weight: 500;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #fff;
  color: #15549a;
}

.navbar-default.affix .nav > li > a.signin, 
.navbar-default.affix .nav > li > a.signin:focus,
.navbar-default.has-menu .nav > li > a.signin, 
.navbar-default.has-menu .nav > li > a.signin:focus{
  border:1px solid #fff;
}

.navbar-default.affix .nav > li > a.signin:hover, 
.navbar-default.affix .nav > li > a.signin:focus:hover,
.navbar-default.has-menu .nav > li > a.signin:hover, 
.navbar-default.has-menu .nav > li > a.signin:focus:hover{
  color: #fdcc52;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fdcc52;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fdcc52 !important;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

.navbar-default.has-menu .navbar-header .navbar-toggle{
  padding: 12px;
  margin-top: 20px;
  margin-right:0;
}

.navbar-default.has-menu .navbar-header .navbar-toggle:hover,
.navbar-default.has-menu .navbar-header .navbar-toggle:focus{
  background-color: #fff;
  border-color: #fff;
}
.navbar-default.has-menu .navbar-header .navbar-toggle:hover .icon-bar,
.navbar-default.has-menu .navbar-header .navbar-toggle:focus .icon-bar{
  background-color: #15549A;
}

.navbar-default.has-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default.has-menu .nav > li > a{
  border:none;
  font-size: 16px;
}

.form-group .kct {
    border-top: 2px #999 dashed;
}

.form-group .forget {
    border-top: 2px #15549a solid;
    margin-top: 5px;
    color: #15549a;
    padding-top: 10px;
	text-align:center;
}

/*** Header 

header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background-attachment: fixed;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box, padding-box;
  background-position: 0 0%, center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  min-height: 740px;
}

header.pdesc{
    min-height: auto;
    height: auto;
	padding-top:200px;
}

header.signinup{
  background-image: linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/slider/s2.jpg");
  background-image: -webkit-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/slider/s2.jpg"); 
  background-image:    -moz-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/slider/s2.jpg"); 
  background-image:     -ms-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/slider/s2.jpg"); 
  background-image:      -o-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/slider/s2.jpg"); 
  background-size: cover;
}

header.signupin{
  background-image: linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/slider/s1.jpg");
  background-image: -webkit-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/slider/s1.jpg"); 
  background-image:    -moz-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/slider/s1.jpg"); 
  background-image:     -ms-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/slider/s1.jpg"); 
  background-image:      -o-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/slider/s1.jpg"); 
  background-size: cover;
}

header.demos{
  background-image: linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_demo.jpg");
  background-image: -webkit-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_demo.jpg"); 
  background-image:    -moz-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_demo.jpg"); 
  background-image:     -ms-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_demo.jpg"); 
  background-image:      -o-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_demo.jpg"); 
}

header.car_loan{
  background-image: linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_car.jpg");
  background-image: -webkit-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_car.jpg"); 
  background-image:    -moz-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_car.jpg"); 
  background-image:     -ms-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_car.jpg"); 
  background-image:      -o-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_car.jpg"); 
}

header.home_loan{
  background-image: linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_home.jpg");
  background-image: -webkit-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_home.jpg"); 
  background-image:    -moz-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_home.jpg"); 
  background-image:     -ms-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_home.jpg"); 
  background-image:      -o-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_home.jpg");
}

header.education_loan{
  background-image: linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_edu.jpg");
  background-image: -webkit-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_edu.jpg"); 
  background-image:    -moz-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_edu.jpg"); 
  background-image:     -ms-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_edu.jpg"); 
  background-image:      -o-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/header_edu.jpg");
}

header.top-slider{
  min-height: auto;
}

header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}

header.pdesc .header-content {
  padding: 0;
}

header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

header .header-content .header-content-inner h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

header .header-content .header-content-inner h2 span{
  font-size: 16px;
  font-weight: 600;
}

header .form-container {
  max-width: 300px;
  margin: 0 0 100px auto;
}
***/
.form-mockup {
  background: #fff;
  padding: 30px;
}

.form-mockup h2{
  color: #15549A;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}

.form-mockup h4{
  color: #15549A;
  text-align: left;
  margin-top: 0;
  font-weight: 300;
  font-size: 17px;
}

.form-mockup form{
  margin-top: 25px;
}

.form-mockup .form-group .form-control{
  height: 45px;
  border: 3px solid #999;
  font-size: 16px;
}

.form-mockup .form-group .form-control:hover, .form-mockup .form-group .form-control:focus, .form-mockup .form-group .form-control:active{
  border-color: #ad6307;
  color: #ad6307;
}

.quote_btn{
  display: block;
  text-align: center;
  width: 100%;
  background: #15549A;
  color: #fff;
  font-size: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 3px solid #15549A;
  border-radius: 4px !important;
  font-weight: 700;
  letter-spacing: 1px !important;
  -webkit-transition: .5s; /* For Safari 3.1 to 6.0 */
  transition: .5s;
}

.quote_btn:hover{
  background: #003E7C;
  color: #fdcc52;
  border-color: #003E7C;
}

.signin_btn{
    font-size: 13px;
    background-color: #2ab3ec;
    border-color: #fdcc52;
    padding: 4px 6px;
}

.signin_btn:hover{
  color: #2ab3ec;
    background: #fdcc52;
    border-color: #fdcc52;
    background-color: rgba(0,0,0,0);
    border-color: #fff;
}

/*** Amount Slider ***/

.slider{
  display:inline-block;
  vertical-align:middle;
  position:relative;
  float: left;
  margin-left: 5px;
}

.slider.slider-horizontal{
  width:200px;
  height:20px
}

.slider.slider-horizontal .slider-track{
  height:10px;
  width:100%;
  margin-top:-5px;
  top:50%;left:0
}

.slider.slider-horizontal .slider-selection{
  height:100%;
  top:0;
  bottom:0
}

.slider.slider-horizontal .slider-handle{
  margin-left:-10px;
  margin-top:-5px;
}

.slider.slider-horizontal .slider-handle.triangle{
  border-width:0 10px 10px 10px;
  width:0;
  height:0;
  border-bottom-color:#0480be;
  margin-top:0
}

.slider.slider-vertical{
  height:210px;
  width:20px;
}

.slider.slider-vertical .slider-track{
  width:10px;
  height:100%;
  margin-left:-5px;
  left:50%;
  top:0;
}

.slider.slider-vertical .slider-selection{
  width:100%;
  left:0;
  top:0;
  bottom:0;
}

.slider.slider-vertical .slider-handle{
  margin-left:-5px;
  margin-top:-10px;
}

.slider.slider-vertical .slider-handle.triangle{
  border-width:10px 0 10px 10px;
  width:1px;
  height:1px;
  border-left-color:#0480be;
  margin-left:0;
}

.slider.slider-disabled .slider-handle{
  background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);
  background-image:-o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);
  background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);
  background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0)
}

.slider.slider-disabled .slider-track{
  background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);
  background-image:-o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);
  background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);
  background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);cursor:not-allowed
}

.slider input{
  display:none;
}

.slider .tooltip.top{
  margin-top:-36px;
}

.slider .tooltip-inner{
  white-space:nowrap;
}

.slider .hide{
  display:none;
}

.slider-track{
  position:absolute;
  cursor:pointer;
  background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
  background-image:-o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
  background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);
  background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
  -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
  border-radius:4px;
}

.slider-selection{
  position:absolute;
  background-image:-webkit-linear-gradient(top,#e0b500 0,#edc92c 100%);
  background-image:-o-linear-gradient(top,#e0b500 0,#edc92c 100%);
  background-image:linear-gradient(to bottom,#e0b500 0,#edc92c 100%);
  background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
  -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:4px;
}

.slider-handle{
  position:absolute;
  width:20px;
  height:20px;
  background-color:#3a94a5;
  background-image:-webkit-linear-gradient(top,#15549A 0,#15549A 100%);
  background-image:-o-linear-gradient(top,#15549A 0,#15549A 100%);
  background-image:linear-gradient(to bottom,#15549A 0,#15549A 100%);
  background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
  filter:none;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  opacity:1;
  border:0 solid transparent;
}

.slider-handle.round{
  border-radius:50%;
}

.slider-handle.triangle{
  background:transparent none;
}

.slider-handle.custom{
  background:transparent none;
}

.slider-handle.custom::before{
  line-height:20px;
  font-size:20px;
  content:'\2605';
  color:#726204;
}

.valueLabel {
  display: block;
  float: left;
}

.valueLabel .text_span{
  display: none;
}

/**Top Slider**/

.bs-slider{
  overflow: hidden;
  max-height: 740px;
  position: relative;
  background: #fff;
}

.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 84, 154, 0.85);
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
  min-height: 600px;
}

/*- Slide effect -*/

.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
     -moz-transition: opacity ease-in-out 1s;
      -ms-transition: opacity ease-in-out 1s;
       -o-transition: opacity ease-in-out 1s;
          transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
     -moz-transition: opacity ease-in-out 1s;
      -ms-transition: opacity ease-in-out 1s;
       -o-transition: opacity ease-in-out 1s;
          transition: opacity ease-in-out 1s;
}


/*- LEFT/RIGHT ROUND CONTROL -*/

.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
          border-radius: 100px;
}

.control-round:hover .carousel-control{
  opacity: 1;
}

.control-round .carousel-control.left {
  left: 1%;
}

.control-round .carousel-control.right {
  right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
  color: #fdfdfd;
  background: rgba(21, 84, 154, 0.9);
  border: 0px transparent;
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.25);
}

.control-round .carousel-control.left>span:nth-child(1){
  left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1){
  right: 45%;
}


/*- INDICATORS CONTROL -*/

.indicators-line > .carousel-indicators{
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}

.indicators-line > .carousel-indicators li{
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(255, 255, 255);
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
          transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  z-index: 10;
  cursor:pointer;
}

.indicators-line > .carousel-indicators li:last-child{
  margin-right: 0;
}

.indicators-line > .carousel-indicators .active{
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
     -moz-transition: box-shadow 0.3s ease;
       -o-transition: box-shadow 0.3s ease;
          transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
     -moz-transition: background-color 0.3s ease;
       -o-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}

.indicators-line > .carousel-indicators .active:before{
  transform: scale(0.5);
  background-color: #fff;
  content:"";
  position: absolute;
  left:-1px;
  top:-1px;
  width:15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
     -moz-transition: background-color 0.3s ease;
       -o-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}

/*- SLIDE CAPTION -*/

.slide_style_left {
  text-align: left !important;
}

.slide_style_right {
  text-align: right !important;
}

.slide_style_center {
  text-align: center !important;
}

.slide-text {
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px;
}

.slide-text > h1 {
  padding: 0;
  color: #ffffff;
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.slide-text > p {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.slide-text > a.btn-default{
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.25);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
          transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a.btn-primary{
  color: #ffffff;
  background: #15549A;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border: none;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
          transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a:hover,
.slide-text > a:active {
  color: #ffffff;
  background: #FDCC52;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
          transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*** Section About And Counter ***/

section.about {
  position: relative;
}

section.about h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3C4D6B;
}

section.about .about_p{
  padding: 7px 50px 0px;
  color: #777;
}

section.about hr{
  border-color: rgba(31, 84, 154, 0.9);
  margin-bottom: 50px;
}

/** Counter **/
.main_counter_content .single_counter {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #15549A;
  border-radius: 50%;
  color: #15549A;
  display: block;
  height: 190px;
  margin: 0 auto;
  width: 190px;
  font-weight: 600;
  font-size: 30px;
  padding-top: 28px;
  padding-bottom: 28px;
}

p.counter_icon{
  margin-bottom: 0;
}

p.counter_icon i{
  font-size:32px;
  position: relative;
  top: -10px;
}
.single_counter.p-y-2 > span {
  font-size: 32px;
  font-weight: 600;
}

/*** Section Features ***/

section.features{
  background: #F1F1F1;
}

section.desc{
  background: #15549A;
  padding-bottom: 0;
}

section.features .section-heading {
  margin-bottom: 100px;
  text-align: justify;
}

section.features .section-heading h2 {
  color: #3c4d6b;
  font-weight: 600;
  margin-top: 0;
}

section.features .section-heading-desc h2 {
  font-size:35px;
}

section.features .section-heading p {
  margin-bottom: 0;
  padding: 0 80px;
}

section.features .section-heading p span {
    color: #fdcc52;
  font-weight: 600;
}

section.desc .section-heading p {
    padding: 0;
    color: white;
}

section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

section.features .container-fluid{
  margin-top: 25px;
}

section.features .feature-item {
  text-align: center;
  margin-bottom: 80px;
}

section.features .feature-item h3 {
  color: #3c4d6b;
  font-size: 26px;
  font-weight: 500;
  margin-top: 30px;
}

section.features .feature-item i {
  font-size: 42px;
  color: #fff;
  background:#15549A;
  padding: 15px;
  border-radius: 15px;
}

/** Section Agents **/

#agents{
  background: #15549A;
  min-height: 400px; 
}

#agents .agents_contain {

}

section.agents h2.section-heading{
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

section.agents p.aagents_p{
  color: #ddd;
  padding: 7px 50px 0;
}

section.agents hr{
  border-color: rgba(245, 198, 28, 0.9);
  margin-bottom: 30px;
}

#agents .parent_circle {
  background: #2369AF none repeat scroll 0 0;
  border: 10px solid #054789;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: table;
  position: relative; 
}

#agents .parent_circle p{
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}

#agents .parent_circle .parent_circle_contain {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  text-align: center;
  font-weight: 600; 
}

#agents .parent_circle .child_round_circle {
  border: 10px solid #2369AF;
  border-radius: 50%;
  height: 120px;
  left: 135px;
  position: absolute;
  top: -30px;
  width: 120px; 
}

#agents .parent_circle .child_round_circle_img1 {
  background: url("../img/agents/1.jpg");
  background-size: 100%; 
}

#agents .parent_circle .child_round_circle_img2 {
  background: transparent url("../img/agents/2.jpg") repeat scroll 0 -11px/100% auto; 
  background-position:top;
}

#agents .parent_circle .child_round_circle_img3 {
  background: url("../img/agents/3.jpg");
  background-size: 100%; 
}

#agents .parent_circle .child_round_circle_img4 {
  background: url("../img/agents/4.jpg");
  background-size: 100%; 
}

#agents .parent_circle .child_round_circle_img5 {
  background: url("../img/agents/5.jpg");
  background-size: 100%; 
}

#agents .parent_circle .child_round_circle_img6 {
  background: url("../img/agents/6.jpg");
  background-size: 100%; 
}

.padtop30 {
  padding-top: 30px; 
}

.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}

.media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #054789;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}

.media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #054789;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}

.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
  background: #333333;
}

.media-carousel img{
  width: 250px;
  height: 100px
}
  
/*** Section Social ***/

section.social_contact {
  text-align: center;
}

section.social_contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #3c4d6b;
  font-weight: 600;
}

section.social_contact h2 i {
  color: #15549A;
}

.subscribe-panel .btn.btn-info.btn-lg{
  background: transparent;
  border: 3px solid #15549A;
  color: #15549A;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: .5s; /* For Safari 3.1 to 6.0 */
  transition: .5s;
}

.subscribe-panel .btn.btn-info.btn-lg:hover{
  background: #15549A;
  color: #fff;
}

.subscribe-panel i{
  color: #15549A;
}

.subscribe-panel > p {
  font-weight: 600;
  color: #777;
}

section.social_contact ul.list-social {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 20px;
}

section.social_contact ul.list-social li a {
  border-radius: 100%;
  color: white;
  display: block;
  font-size: 28px;
  height: 57px;
  line-height: 59px;
  width: 57px;
}

section.social_contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.social_contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.social_contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.social_contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.social_contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.social_contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}


/*** Section Testimonial ***/


.slick-slider{
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus{
  outline: none;
}

.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after{
  display: table;
  content: '';
}

.slick-track:after{
  clear: both;
}

.slick-loading .slick-track{
  visibility: hidden;
}

.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide{
  float: right;
}

.slick-slide img{
  display: block;
}

.slick-slide.slick-loading img{
  display: none;
}

.slick-slide.dragging img{
  pointer-events: none;
}

.slick-initialized .slick-slide{
  display: block;
}

.slick-loading .slick-slide{
  visibility: hidden;
}

.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#testimonials {
  background-color: #f1f1f1;
}

#testimonials .section-title{
  margin-top: 0px;
  padding-top:10px;
  color: #3c4d6b;
  font-weight: 600;
}

#testimonials .testimonials-list {
  margin-top: 50px;
  margin-bottom: 30px;
}

#testimonials .testimonials-list .single-testimonial {
  -webkit-transition: all 0.25s;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  background-color: white;
  margin: 15px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder {
  padding: 25px 15px;
  padding-bottom: 0px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content {
  font-size: 18px;
  text-align: center;
  position: relative;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content .testimonial-caret {
  position: absolute;
  bottom: -46px;
  font-size: 32px;
  color: white;
  left: 40px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user {
  margin-top: 20px;
  clear: both;
  background-color: #15549A;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 40px;
  text-align: center;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image {
  float: left;
  min-width: 50px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image img {
  height: 50px;
  border-radius: 100%;
  border: 2px solid white;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name {
  float: left;
  font-weight: bold;
  color: white;
  margin-left: 15px;
  text-align: left;
  font-size: 18px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name a {
  color: #fff;
  font-size: 14px;
}

#testimonials .testimonials-list .testimonial-left-handle {
  position: absolute;
  z-index: 100;
  top: 40%;
  left: -10%;
  cursor: pointer;
  color: #15549A;
}

#testimonials .testimonials-list .testimonial-left-handle:hover {
  color: #e0b500;
}

#testimonials .testimonials-list .testimonial-right-handle {
  position: absolute;
  z-index: 100;
  top: 40%;
  right: -10%;
  cursor: pointer;
  color: #15549A;
}

#testimonials .testimonials-list .testimonial-right-handle:hover {
  color: #e0b500;
}

#testimonials .testimonials-list .slick-dots {
  bottom: -40px;
  text-align: center;
}

#testimonials .testimonials-list .slick-dots li {
  list-style-type: none;
  display: inline-block;
}

#testimonials .testimonials-list .slick-dots li button {
  background-color: #15549A;
  border-radius: 50%;
  color: #15549A;
  height: 24px;
  width: 24px;
  border: 0;
  outline: none;
  margin: 0px 3px;
}

#testimonials .testimonials-list .slick-dots li.slick-active button {
  background-color: white;
  color: white;
  border: 3px solid #15549A;
}


/*** Section FAQ ***/

.faq_title{
  color: #3c4d6b;
  font-size: 26px;
  font-weight: 500;
}

.faq_icon{
  font-size: 60px;
  color: #15549A;
}

#accordion .panel-default > .panel-heading{
  background: #f1f1f1;
    background: #15549a;
    padding: 0 15px;
}

#accordion .panel-default > .panel-heading a{
  padding: 10px 0;
  display: block;
  text-decoration: none;
  font-weight:500;
  color: #454444;
  color: #fff;
}

#accordion .panel-default > .panel-heading a:hover{
  text-decoration: none;
  color: #E7BF18;
}

.panel-heading [data-toggle="collapse"]:after {
  font-family: 'fontawesome';
  content: "\f054"; /* "play" icon */
  float: right;
  color: #FDC949;
  font-size: 18px;
  line-height: 22px;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #15549A;
  color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #15549a;
    color: #15549a;
}
.faq .btn.btn-primary.page-scroll {
  font-weight: 600;
  padding: 15px;
  background: transparent;
  color:#15549A;
  border: 2px solid #15549a;
  -webkit-transition: .5s; /* For Safari 3.1 to 6.0 */
  transition: .5s;
}

.faq .btn.btn-primary.page-scroll:hover{
  background: #15549a;
  color: #fff;
}

/*** Section Blog ***/

#blog .setion-title {
  color: #3c4d6b;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
}

.blog_worp{
  border:1px solid #ddd;
  background: #fff;
  transition: all 0.5s ease 0s;
}

.blog_worp:hover{
  box-shadow:0 4px 26px 3px rgba(75, 75, 75, .25);
  margin-top: -5px;
}

.blog_worp .blog_content{
  padding: 20px 20px 30px 20px;
}

.blog_worp .blog_content > h4 {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #15549A;
  font-weight: bold;
}

.blog_content a {
  font-weight: 500;
}

.blog_worp .blog_content h2{
  margin-top: 0;
  margin-bottom: 5px;
}

.blog_worp .blog_content h2 a.title{
  font-size: 24px;
  color: #3c4d6b;
  font-weight: 500;
  text-decoration: none;
}

.blog_worp .blog_content p{
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.blog_worp .blog_content a.btn-link{
  font-size: 16px;
  color: #15549A;
  font-weight: 600;
  border-bottom: 2px solid #15549A;
  padding-bottom: 4px;
  text-decoration: none;
}

.blog_worp .blog_content a.btn-link:hover{
  color: #FDC63E;
  border-color: #FDC63E;
}

/*** Section Brand Logo ***/

#brand_logo{
  
}

#brand_logo .setion-title{
  color: #3c4d6b;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
}

#brand_logo .list-logo{
  margin-left: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

#brand_logo .list-logo li{
  width: 12.5%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
  float: left;
}

#brand_logo .list-logo li a{
  display: block;
  overflow: hidden;
}

#brand_logo .list-logo li a img{
  width: 100%;
  border: 1px solid #fff;
  -webkit-transition: 1s; /* For Safari 3.1 to 6.0 */
  transition: 1s;
}

#brand_logo .list-logo li a img:hover{
  border:1px solid #B7B6B6;
}

/*** Section Contact Us ***/

#contact{
  background: #15549A;
}

#contact h2{
  margin-top: 0;
  margin-bottom: 35px;
  color: #fff;
  font-weight: 600;
}

#contact form .form-control{
  background: #15549A;
  border:2px solid #fff;
  height: 45px;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

#contact form textarea.form-control{
  height: auto !important;
}

#contact form .form-control::-moz-placeholder{
  color: #ddd;
}

#contact form span.input-group-addon{
  background: #15549A;
  color: #fff;
  padding: 6px 15px;
  border:2px solid #fff;
  border-left: none;
  border-radius:0 4px 4px 0;
}

#contact form .btn{
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  border:2px solid;
  -webkit-transition: .5s; /* For Safari 3.1 to 6.0 */
  transition: .5s;
}

#contact form .btn:hover{
  background:#FDCC52;
  border-color: #FDCC52;
}

address{
  color: #fff;
  font-weight: 500;
  display: block;
  overflow: hidden;
  width: 100%; 
  margin-top: 15px;
}

.address_icon i{
  color: #fff;
  font-size: 65px;
}

address p{
  margin-bottom: 5px;
}

/*** Footer ***/

footer {
  background-color: #07498C;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-top: 1px solid #2C5F8F;
}

footer p {
  font-size: 13px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}

/** Common CSS **/

.mr_top_10{
  margin-top: 10px;
}

.big{
  font-size: 30px;
}

.bigger{
  font-size: 68px
}

.super{
  font-size: 72px;
}

.hyper{
  font-size: 96px;
}

.black{
  color: #000;
  font-weight: 500;
}

.bold{
  font-weight: 700;
}

.regular{
  font-weight: 500;
}

.light{
  font-weight: 400;
}

.hairline{
  font-weight: 300;
}

.text-caps{
  text-transform: uppercase;
}

.text-lowercase{
  text-transform: lowercase;
}

.text-italic{
  font-style: italic;
}

.normal{
  font-style: normal;
}

/*.bg-yellow {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}
*/
.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  color: #15549a;
  background-color: #fdcc52;
  border-color: #fdcc52;
}

.btn {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}

.btn-xl {
  padding: 15px 45px;
  font-size: 13px;
}

.btn-primary {
/*    background-color: #944c03;
    border-color: #be6307;
*/}

.btn-primary.focus, .btn-primary:focus{
  border-color: #286090;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  webkit-tap-highlight-color: #222222;
}

a .single_demo{
  background: #f8f8f8;
  padding: 20px 20px 10px 20px;
  transition:all 0.5s ease 0s ;
  color: #14549B;
  border-radius: 4px;
}

.single_demo img{
  width: 100%;
}

.single_demo p{
  margin-bottom: 0;
  padding: 10px 0;
}

a .single_demo:hover{
  box-shadow:0 4px 26px 3px rgba(75, 75, 75, .25);
}

#mainNav.icap {
    background-color: transparent;
    border-color: transparent;
    background-color: rgba(21, 84, 154,.8);
    background-color: rgba(255, 255, 255,.8);
}

#mainNav.zcap {
    background-color: transparent;
    border-color: transparent;
}

#mainNav.icap .nav > li > a {
    padding: 7px 10px;
    margin-right: 13px;
    border: none;
    font-size: 15px;
    font-weight: bold;
}

#mainNav.icap .nav > li > a:hover {
	color: #15549a;
    color: #fff;
    color: #fdcc52;
}

#mainNav.icap .nav > li > a.signin, #mainNav.icap .nav > li > a.signin:focus {
    border: none;
    background-color: #fff;
    background: none;
    color: #15549a;
}

#mainNav.icap .nav > li > a.signin:hover, #mainNav.icap .nav > li > a.signin:focus:hover {
    background-color: #15549a;
    background: none;
    color: #fff;
    color: #fdcc52;
}

footer.icap {
    background: none;
    color: #15549a;
    color: #fff;
    border: none;
    font-weight: bold;
/*  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
*/  -webkit-text-shadow: 1px 2px rgba(0,0,0,0.6);
  text-shadow: 1px 2px rgba(0,0,0,0.6);
}

footer.icap ul li a {
    color: rgba(21, 84, 154,.8);
    color: rgba(255, 255, 255,.8);
    font-weight: bold;
}

#page_top.icap {
    height: 100%;
}

#page_top.icap #top-slider {
    max-height: none;
    height: 100%;
}

#page_top.icap #top-slider > .carousel-inner > .item > img, #page_top.icap #top-slider > .carousel-inner > .item > a > img {
    min-height: 655px;
}

/*header .header-content .header-content-inner.mcap {
    background-color: rgba(255,255,255,.6);
    padding: 0 15px 15px;
}

header .header-content .header-content-inner.mcap h1 {
    background-color: rgba(255,255,255,.4);
    color: #ee8f17;
    padding: 5px 10px;
    font-size: 30px;
    margin-bottom: 5px;
}

header .header-content .header-content-inner.mcap p {
    font-size: 20px;
}*/


header .header-content .header-content-inner.mcap {
    background-color: rgba(255,255,255,.3);
    background-color: rgba(0,0,0,.8);
    background-color: rgba(21, 84, 154,.7);
    padding: 20px 25px 25px;
    border-radius: 5px;
}

header .header-content .header-content-inner.mcap2 {
	transform: unset;
	top: auto;
	margin: 100px auto 0;
}

header .header-content .header-content-inner.mcap h1 {
    color: #ee8f17;
    font-size: 35px;
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
  -webkit-text-shadow: 3px 3px rgba(21, 84, 154, 1);
  text-shadow: 3px 3px rgba(21, 84, 154, 1);
}

header .header-content .header-content-inner.mcap ul li {
    color: #245b9b;
    font-size: 17px;
    padding: 2px 10px;
    color: #fff;
	/*font-weight:bold;*/
}

/*header .header-content .header-content-inner.mcap .btn {
    border-color: #245b9c;
    color: #245b9b;
}
*/
.mcap ul {
    margin-bottom: 25px;
}

#page_top.kct {
    background-image: url("../img/slider/s1.jpg");
	overflow-x: hidden;
}

#page_top.vcfp {
    background-image: url("../img/slider/s2.jpg");
}

#page_top.s3c {
    background-image: url("../img/slider/s3.jpg");
}

#page_top.cap {
    background-image: url("../img/slider/s4.jpg");
}

#page_top.staff {
    background: url("../img/slider/st1.jpg");
	background-size: cover;
}

#page_top.signin {
    background-image: url("../img/slider/ss.jpg");
}

.kct .form-mockup {
    background-color: rgba(255,255,255,.9);
    padding-top: 10px;
}

.kct .but.but-inverse.noback{
    background-color: unset;
    background: none;
}

.spmhidip{display:none;width:10px;height:3px;}
.vcfp label {
    color: transparent;
    color: #15549a;
    font-weight: normal;
    font-size: 13px;
/*	display:none;
*/}

.kct label.lsho {
	display:block;
}

.kct div.detitle {
    color: #15549a;
    font-weight: normal;
	margin-bottom: 10px;
}

.kct .form-mockup h4 {
    color: red;
}

.kct .form-container.enroll .form-mockup h4 {
    color: #15549A;
    font-size: 13px;
}

.kct .but, div.form-group.but{
    margin-top: 15px;
    text-align: right;
}
div.sclose {
    margin-bottom:10px;
	margin-top:10px;
}
div.sclose #formsClose {
    margin-top: 0;
}
div.sclose #close, .kct .but #cancel, .kct .but #cancel1, .kct .but #cancel2, .kct .but #cancel3, .kct .but #cancel4, .kct .but #cancel5, .register-block-form #fcancel {
    background: #900;
    border-color: #900;
}
div.sclose #close:hover, .kct .but #cancel:hover, .kct .but #cancel1:hover, .kct .but #cancel2:hover, .kct .but #cancel3:hover, .kct .but #cancel4:hover, .kct .but #cancel5:hover, .register-block-form #fcancel:hover {
    background: #600;
    border-color: #600;
}
.kct .but #modify, .kct .but #modify1, .kct .but #modify2, .kct .but #modify3, .kct .but #modify4, .kct .but #modify5{
    background: #090;
    border-color: #090;
}
.kct .but #modify:hover, .kct .but #modify1:hover, .kct .but #modify2:hover, .kct .but #modify3:hover, .kct .but #modify4:hover, .kct .but #modify5:hover{
    background: #060;
    border-color: #060;
}
.kct span.tc {
    color: #15549a;
    font-size: 15px;
}

table.sgstatus{width:100%;font-size:14px;margin-top:5px;margin-bottom:5px;/*border-top:1px #fff dashed;border-left:1px #fff dashed*/}table.sgstatus td{/*border-right:1px #fff dashed;border-bottom:1px #fff dashed;*/padding:5px;padding-top:10px;padding-bottom:10px}table.sgstatus .hd, table.sgstatus .r1 td.hd, table.sgstatus .r2 td.hd, table.sgstatus .tt td.hd, table.sgstatus .ts td.hd{font-weight:700;color:#fff;background-color:#15549a}table.sgstatus tr.bl td{border-right:1px #fff solid;border-bottom:1px #fff solid;}table.sgstatus tr.bl td.hdtit{text-align: center;font-size: 16px;background: #ccc;color: #15549a;}table.sgstatus .ts, table.sgstatus .tt{font-weight:700;color:#333;background-color:#fff;}table.sgstatus .tt{border-bottom:1px #15549a solid;border-top:1px #15549a solid;}table.sgstatus .r1{font-weight:normal;color:#333;background-color:#bfd5ed}table.sgstatus .r2{font-weight:normal;color:#333;background-color:#98b5d5}
.strike {
    text-decoration: line-through;
}
.admin-content-wrapper {
    color: #333;
}
.admin-section-title {
    padding-bottom: 20px;
    color: #15549a;
}
header#page_top.staff {
    min-height: 100%;
}
header#page_top.staff2 {
    background: #ddd;
}




.mm .button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  background-color:rgb(41,127,184);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.mm .button span {
  position: absolute;
  left: 0;
  width: 50px;
  background-color:rgba(0,0,0,0.5);
  
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
text-align:center;
}

.mm .button:hover span, .mm .button.active span {
  background-color:rgb(0,102,26);
  border-right: 1px solid  rgba(0,0,0,0.3);
}

.mm .button:active {
  margin-top: 2px;
  margin-bottom: 13px;

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

.mm .button.orange {
  background: #FF7F00;
}

.mm .button.purple {
  background: #8e44ad;
}

.mm .button.turquoise {
  background: #1abc9c;
}

.mm .button.red {
  background: #e74c3c;
}

.mm .button {
    display: inline-table;
    height: 77px;
    line-height: inherit;
    padding-right: 30px;
    padding-left: 106px;
    position: relative;
    background-color: rgb(41,127,184);
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: none;
    letter-spacing: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
    font-size: 16px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    width: 240px;
	font-weight: bold;
}
.mm .button span {
    position: absolute;
    left: 0;
    width: 77px;
    background-color: rgba(0,0,0,0.5);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid rgba(0,0,0,0.15);
    text-align: center;
    line-height: 57px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0px;
    font-size: 45px;
}
.mm .button span.menutext {
    font-size: 16px;
    position: relative;
    background: unset;
    border: unset;
    width: auto;
    border-radius: unset;
    line-height: unset;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
.propix .nav.navbar-nav.navbar-right {
    margin-top: 6px;
}

.propix .img-circle {
    height: 60px;
}

.propix .dropdown {
    line-height: 60px;
    padding-right: 30px;
	font-size: 15px;
}

#mainNav.icap .propix .nav > li > a {
    margin-top: 10px;
}


table.message_tab {
	width: 100%;
	margin: 0 0 10px 0;
}
table.message_tab tr.heading th, table.message_tab tr.heading td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	color: #FFFFFF;
	background-color: #000066;
}
table.message_tab tr.heading th a, table.message_tab tr.heading td a {
	text-decoration:none;
}
table.message_tab tr.heading th a:hover, table.message_tab tr.heading td a:hover {
	text-decoration:underline;
}
table.message_tab tr.tailer th, table.message_tab tr.tailer td {
	padding: 5px 0;
	background-color: #006;
}
table.message_tab tbody th {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
table.message_tab tbody td {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
table.message_tab tbody td, table.message_tab tbody th {
	padding: 3px;
}
table.message_tab tbody tr.even td, table.message_tab tbody tr.even th {
	background: #FAFAFA;
	height:30px;
	color:#000;
}
table.message_tab tbody tr.odd td, table.message_tab tbody tr.odd th {
	background: #f1f1f1;
	height:30px;
	color:#000;
}
table.message_tab tbody th a, table.message_tab tbody td a {
	font-size: 11px;
	color:#000;
	text-decoration:none;
}
table.message_tab tbody th a:hover, table.message_tab tbody td a:hover {
	color:#00f;
	text-decoration:underline;
}
table.message_tab td, table.message_tab th {	
	border-right: 1px solid #FFFFFF;
}

table.tabnav {
    font-size: 12px;
}

.pdetimg img {
    width: 100%;
    max-width: 120px;
    max-height: 148px;
	border:7px solid #15549a;
	box-shadow: 3px 3px #ccc;
}

.pdetimg.kchild img {
	border:7px solid #666;
	box-shadow: 3px 3px #ccc;
}

.kct .but.but-inverse.alnr {
    text-align: right;
}

.bgap100 {
    margin-bottom: 100px;
}

.bgap40, div.admin-content-wrapper.bgap40 {
    margin-bottom: 40px;
}

.row.gap-20.bgap40.r1 {
    background: #bfd5ed;
    padding: 20px;
}
.row.gap-20.bgap40.r2 {
    background: #98b5d5;
    padding: 20px;
}
.row.gap-20.bgap40.r3, .row.gap-20.bgap40.r4{
    padding: 20px;
    color: #333;
    font-size: 15px;
}
.row.gap-20.bgap40.r3 {
    background: #bfd5ed;
}
.row.gap-20.bgap40.r4 {
    background: #98b5d5;
}
.kct .sidebar {
    position: relative;
    padding: 21px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgba(206, 206, 206, 1);
}
.sidebar .main-title {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.sidebar h5, .sidebar .h5 {
    color: #333;
}
.sidebar .sidebar-thumbnail {
    margin: 0 auto 30px auto;
    padding: 4px;
    text-align: center;
    border: 1px solid #eaeaea;
}
.sidebar .sidebar-thumbnail img{
    width: 309px;
}
.sidebar .single-category {
    color: #333;
}
.sidebar .sidebar-information {
    position: relative;
}
.sidebar .sidebar-information ul {
    margin: 0px;
    padding: 0px;
}
.sidebar .sidebar-information ul li {
    padding: 0px;
    list-style: none;
}
.sidebar .sidebar .sidebar-information .single-category .title {
    margin: 0px 0 5px 0;
    font-size: 14px;
    padding-right: 0px;
    font-weight: normal;
    line-height: 26px;
}
.sidebar .sidebar-information .single-category .subtitle {
    display: block;
    color: #999999;
    font-size: 13px;
    font-weight: normal;
	word-wrap: break-word;
	margin-top: 6px;
}
.sidebar .sidebar-information .single-category .subtitle.hasimg {
    margin: 0 auto 30px auto;
    padding: 4px;
    text-align: center;
    border: 1px solid #eaeaea;
	width: auto;
}
.sidebar .sidebar-information .single-category .subtitle.hasimg img{
    width: 140px;
	height: 195px;
}
.network h4, .network ,h4 {
    margin-top: 0px;
/*    font-size: 24px;
*/    color: #333;
}
.network .nav-tabs {
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.network .nav-tabs li {
    margin-right: 3px;
    display: inline-block;
    box-shadow: -1px -1px 2px rgba(206, 206, 206, 0.5);
}
.network .nav-tabs li.active a, .blue .network .nav-tabs li.active a, .blue-inverse .network .nav-tabs li.active a{
    color: #fff;
    background: #0099ff;
}
.network .nav-tabs li a {
    font-size: 16px;
    text-transform: none;
    padding: 15px 25px;
}
.network .nav-tabs li a {
    display: inline-block;
    text-align: center;
    min-width: 112px;
    background: #fff;
    color: #666666;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.network .tab-content .tab-pane.active {
    display: inline-block;
    width: 100%;
}
.network .tab-content .net-work-in {
    background: #fff;
    padding: 25px;
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(206, 206, 206, 1);
}
.net-work-in .main-mem {
    background: #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.net-work-in .main-mem .head {
    background: #ededed;
    padding: 12px;
}
.main-mem .head button {
    border: 1px solid #cccccc;
    color: #787878;
    background: none;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 10px;
}
.main-mem .head form {
    position: relative;
    margin-bottom: 24px;
}
.main-mem .head input {
    font-size: 12px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    margin: 0px;
    float: right;
}
.main-mem .head form button {
    background: none;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 36px;
    z-index: 2;
    border: none;
    font-size: 12px;
    padding: 0px;
}
.main-mem .head button {
    color: #787878;
    display: inline-block;
    border-radius: 4px;
    margin-right: 10px;
}
.main-mem .tittle {
    background: #f4f4f4;
    padding: 10px 40px;
}
.main-mem .tittle ul {
    padding: 0px;
    margin-bottom: 0px;
}
.main-mem .tittle ul li {
    list-style: none;
    font-size: 14px;
    color: #333333;
    margin: 0px;
}
.main-mem .folow-persons ul {
    padding: 0px;
    margin: 0 0 24px;
    font-family: 'Montserrat', sans-serif;
}
.main-mem .folow-persons li:nth-child(2n+1) {
    background: #f9f9f9;
}
.main-mem .folow-persons li {
    list-style: none;
    padding: 25px 40px;
    padding-bottom: 0px;
    min-height: 96px;
    vertical-align: middle;
}
.main-mem .folow-persons .checkbox {
    position: absolute;
    left: -15px;
    padding: 0px;
    line-height: 15px;
    margin: 0px;
    top: 5px;
    height: 20px;
    z-index: 99;
}
.main-mem .folow-persons .fol-name {
    position: relative;
    padding-left: 48px;
}
.main-mem .folow-persons .avatar {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    position: absolute;
    left: 0px;
    overflow: hidden;
    margin-right: 10px;
}
.main-mem .folow-persons .avatar img{
	width:38px;
	height:38px;
}
.main-mem .folow-persons h6 {
    font-weight: normal;
    margin: 0px;
    font-size: 14px;
}
.main-mem .folow-persons span {
    font-size: 13px;
    width: 100%;
    float: left;
    font-weight: normal;
}
a.navbar-brand.page-scroll .pull-right {
    font-size: 25px;
    color: #15549a;
    padding: 0 0 0 15px;
    line-height: 60px;
    font-weight: bold;
}
a.navbar-brand.page-scroll img {
	width:65px;
 }
.kct .pt100{
	padding-top:100px;
}
.kct .pt50{
	padding-top:50px;
}
.kct .pb100{
	padding-bottom:100px;
}
.kct .mt100{
	margin-top:100px;
}
.kct .mt180{
	margin-top:180px;
}
.kct .pb50{
	padding-bottom:50px;
}
.kct .instdet {
    font-size: 15px;
    line-height: 30px;
    color: #333;
    text-align: justify;
}
.kct .instdet.protit {
    font-size: 22px;
	color:#900;
}
.kct .blue .instdet .but.but-inverse, .kct .sidebar .single-category .but.but-inverse{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}
.kct .blue .but.but-inverse, .kct .but.but-inverse {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
}
.kct .blue .but.but-inverse input[type="submit"], .kct .but.but-inverse input[type="submit"], .kct .but.but-inverse input[type="button"], .kct .but.but-inverse input[type="file"]{
    font-size: 11px;
}
.kct .blue .sidebar {
    background: #f6f6f6;
    background: #ddd;
	box-shadow: 0 0 10px #666;
}
.blue .sidebar .main-title {
    color: #09f;
    border-bottom: 1px solid #bbb;
}
.blue .sidebar .sidebar-information .single-category .subtitle {
    color: #2962a1;
}
.blue .network .nav-tabs li a, .blue-inverse .network .nav-tabs li a {
    background: #ddd;
    color: #333;
	font-size: 14px;
}
.blue .sidebar .sidebar-information .single-category .subtitle.hasimg {
    border: 1px solid #09f;
}
.blue .network .tab-content .net-work-in {
    background: #eee;
    box-shadow: 0 0 5px #666;
}
.kct .form-mockup .blue .network h4 {
    font-size: 16px;
}
.kct .blue-inverse .sidebar {
    background: #2962a1;
    box-shadow: none;
}
.blue-inverse .sidebar .main-title {
    color: #fff;
}
.blue-inverse .sidebar .single-category {
    color: #fff;
}
.blue-inverse .sidebar .sidebar-information .single-category .subtitle {
    color: #6cf;
}
.urea header.kct .form-container {
    margin-top: 66px;
}
header .form-container .ureamenu {
    font-size: 12px;
    line-height: 28px;
}
.urea a.navbar-brand.page-scroll img {
    width: 45px;
}
.urea a.navbar-brand.page-scroll .pull-right {
    line-height: 40px;
}
.urea .propix .img-circle {
    height: 35px;
    width: 30px;
    border-radius: unset;
    margin-top: 5px;
    margin-left: 10px;
}
.urea .navbar {
    min-height: 66px;
}
.urea header .form-container .ureamenu .navbar-nav {
    margin-top: 0px;
}
.urea .ureamenu .navbar-nav > li > a {
    padding: 5px 30px;
    color: #15549a;
    font-size: 13px;
}
.urea .navbar-nav > li > p{
	font-size: 14px;
	width: 305px;
	text-align: right;
}
.urea .navbar-nav > li > p > span{
	color: #090;
	font-weight:bold;
}
.urea .navbar-nav > li > p > b{
	color: #900;
	font-size: 12px;
}
.urea header.kct .form-container.enroll {
    margin-top: 86px;
}
table.sgstatus td input[type="submit"].ttdet{font-size:11px;padding:4px 5px;}
div.almess{max-width:500px;font-size:13px;}
div.almess.tnc{max-width:700px;max-height:400px;overflow-y:scroll;text-align:justify;padding:30px;}
input[type="file"].dline {
    display: inline;
}
#navbar-collapse-3.navbar-collapse.collapse {
    padding-left: 0;
    padding-right: 0;
}
#navbar-collapse-3 .navbar-nav > li > a {
    font-size: 14px;
    background: #ccc;
    margin: 0 1px;
    color: #333;
    padding: 5px 30px;
    border: 1px solid #333;
}
#navbar-collapse-3 .navbar-nav > li > a:hover {
    background: #333;
    color: #ccc;
}
div span.passrule {
    font-size: 13px;
    color: #900;
}
.blue .acpro {
    color: #333;
}
.blue .acpro .acprodat {
    color: #fff;
    background: #060;
    padding: 2px 5px;
    border-radius: 8px;
}
.blue .acpro h6, .blue .acpro h6 span {
    font-size: 11px;
    text-transform: capitalize;
}
.kct.staff.staff2 #capsearch {
    margin-bottom: 24px;
    float: left;
}
.kct.staff.staff2 .form-mockup #capsearch .form-group .form-control {
    font-size: 12px;
    height: 33px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  width:350px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}

header#page_top.pdettext {
    max-height: 300px;
    color: #fff;
	font-size:30px;
	padding-top: 110px;
	-webkit-text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 3px 3px rgba(0, 0, 0, 0.5);	
	background:none;
	background-size: contain;
}

header#page_top.about {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,0.5))), url("../img/bg/about.jpg");
    background-image: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,0.5) 100%), url("../img/bg/about.jpg");
    background-image: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,0.5) 100%), url("../img/bg/about.jpg");
}
header#page_top.board {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,0.5))), url("../img/bg/board.jpg");
    background-image: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,0.5) 100%), url("../img/bg/board.jpg");
    background-image: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,0.5) 100%), url("../img/bg/board.jpg");
}

section.features .section-heading.nmain p {
    padding: 0;
}
section.features .section-heading p span.heading {
	color: #15549a;
	font-weight: normal;
	font-size: 24px;
}
section.features .section-heading.nmain p img.abt1 {
	float:right;
	width:500px;
	height:auto; 
	margin-left:100px; 
	margin-bottom:30px;
}
section.features .section-heading.nmain p img.abt2 {
	float:left;
	width:500px;
	height:auto; 
	margin-right:100px; 
	margin-bottom:30px;
}
section.features .section-heading.nmain p img.abt3 {
	float:right;
	width:280px;
	height:auto; 
	margin-left:100px; 
	margin-bottom:50px;
}
section.features .section-heading.nmain p img.mssn1 {
	float:right;
	width:500px;
	height:auto; 
	margin-left:100px; 
	margin-bottom:30px;
}
section.features .section-heading.nmain p img.mssn2 {
	float:left;
	width:500px;
	height:auto; 
	margin-right:100px; 
	margin-bottom:100px;
}
section.features .container .boardp {
    width: 90%;
    margin: 0 auto;
}
section.features .leaderItem {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    padding-bottom: 50px;
}
section.features .leaderItem img {
    width: 100%;
}
section.features .leaderItem .nameInfo {
    position: absolute;
    bottom: 0px;
    height: 103px;
    width: 100%;
    background: url(../img/bg/pbg.png) repeat;
    background: #fff;
    color: #fff;
    color: #333;
	text-align:center;
    padding: 5px 5px;
    font-size: 12px;
}
section.features .leaderItem:hover .nameInfo, section.features .leaderItem.active .nameInfo {
    background: none;
        background-color: rgba(0, 0, 0, 0);
    background-color: #0080b9;
}
#contact.contactn{
    background: #fff;
}
#contact.contactn h2, #contact.contactn .address_icon i, #contact.contactn address {
    color: #15549A;
}
#contact.contactn form .form-control, #contact.contactn form span.input-group-addon, #contact.contactn form .btn {
    background: #fff;
    border: 2px solid #15549A;
    color: #15549A;
}
#contact.contactn form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #15549A;
    opacity: 1; /* Firefox */
}

#contact.contactn form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #15549A;
}

#contact.contactn form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #15549A;
}
.form-group .addonext{
	float: left;
	margin-bottom: 10px;
}
.form-group .addonext .input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
}
.navbar-default .navbar-toggle {
    background-color: #666;
}
.navbar-default .navbar-toggle:hover {
    border-color: #ddd;
}