@charset "utf-8";
/* CSS Document */

.navbar-header img {
    max-height: 65px;
}

.navigation-header {
    padding-top: 10px;
    padding-bottom: 0px;
}
.text-blue-color {
    color: #0c669c;
    font-weight: 600;
}
.text-org {
    color: #f8a52a;
}
.text-white {
    color: white;
}

.text-grey {
    color: #333;
}

.mrg-top-15{margin-top:15px;}
.mrg-top-20{margin-top:20px;}
.mrg-top-30{margin-top:30px;}
.mrg-top-60{margin-top:60px;}



.standard-button-green {
    background: #37a43c !important;
   
}

.standard-button-green:hover {
    background: #2a952f !important;
   
}

.feature .icon {
   
    margin-bottom: 10px;
}
.cta-section h2 {
    margin-bottom: 10px;
}

.cta-section .color-overlay {
    padding-top: 60px;
    padding-bottom: 40px;
	
}

.feature-list-2 li {
    overflow: inherit;
}

.customize-img{ border:1px solid #ccc; overflow:hidden; padding:20px; border-radius:6px;}

.customize-img1{width:25%; padding:0px 10px;}
.customize-img2{width:40%; padding:0px 10px;}
.customize-img3{width:20%; padding:0px 10px;}
.awards-listing{}

.awards-listing .feature-list-2 li {
 
    padding-top: 6px;
    padding-bottom: 6px;
}

.awards-listing .feature-list-2 li .icon-container {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-right: 12px;
    margin-top: 3px;
 
}
.carousel-control.left {

	background-image: none;
	background-color:transparent;

}


.carousel-control.right {

	background-image: none;
	background-color:transparent;

}

.carousel-indicators li {
    border: 1px solid #0385c6 ;
   
}

.carousel-indicators .active{background-color: #0385c6;}

.carousel-indicators {
    bottom: -40px !important;
}
.benefits-section {}
.benefits-section .feature h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
.might-ask-section {
    background: url(../images/bg-image-3.jpg) no-repeat center fixed;
        background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
}
.might-ask-section-1 {
    background: url(../images/bg-image-33.jpg) no-repeat center fixed;
        background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
}
.might-ask-section .color-overlay {
    padding-top: 60px;
    padding-bottom: 40px;
}

.might-ask-section h2 {
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}



.might-ask{}
.might-ask .panel-default > .panel-heading {
    color: #333;
    background-color: #0385c6;
    border-color: #ddd;
}

.panel-title > a {
    text-decoration: none;
    color: #fff;
}

.bg-dark-blue {
    background-color: #0f5077;
    padding: 60px 0px;
}








/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/***
Content
***/
.content {
    padding: 30px 0;
}

/***
Pricing table
***/
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}

.pricing-active {
  border: 3px solid #0385c6;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #0385c6;
}

.pricing:hover h4 {
  color: #36d7ac;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #0385c6;
  border-bottom: solid 1px #41b91c;
}

.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #37a43c;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #36d7ac;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.yellow-crusta.btn {
  color: #FFFFFF;
  background-color: #f3c200;
}
.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
    color: #FFFFFF;
    background-color: #cfa500;
}






