.text-theme-colored{
	color: #144287;
}

.text-theme-colored2 {
    color: #f2902b !important;
}

.btn-submit{
	background-color: #f2902b;
	border:1px solid #f2902b;
}
.btn-submit:hover{
	color: #fff;
    background-color: #144287;
    border-color: #144287;
}
/* Header */

.header_color{
  	background: #ffe3c6 !important;
 }  
  
.breadcrumb > li + li::before {
    content: "\f22d" !important;
    font-family: fontawesome;
    font-size: 9px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #144287 !important;
    content: "/\00a0";
}

.title_header{
    color: #144287 !important;
}

.line-bottom {
    position: relative !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;

}

@media only screen and (max-width: 991px){
.pt-150 {
    padding-top: 22px !important;
	}
}

@media only screen and (max-width: 991px){
section > .container  {
    padding-top: 22px !important;
    padding-bottom: 30px !important;
}
}

.card {
    float: left;
    min-height: 0px;
    padding-bottom: 0%;
    position: relative;
    width: 100%;
}
/* Header End*/


/* Calculator */
.toggle {
    background: url(../img/toggle-closed.png) no-repeat scroll 50% 50% rgba(0,0,0,0);
    cursor: pointer;
}
.toggle-open {
    background: url(../img/toggle-open.png) no-repeat scroll 50% 50% rgba(0,0,0,0);
    cursor: pointer;
}
.slider {
    width: 100% !important;
    box-shadow: none !important;
    margin-top: 10px;
}
.slider-track {
    background-color: #eee !important;
    background-image: none !important;
}
.slider-selection {
    background: #f2902b !important;
}
.slider-handle {
    opacity: 1 !important;
}

.slider-handle{
	background-color: #fff;
    border: 2px solid #f2902b;
}

/*Calculator end*/



/* Services */

.single-service{
	border:1px solid #144287;
	border-radius:10px;
	padding:20px;
	background:#eef5ff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Services End*/

.contact{
	background-color:#f2902b !important;
	color:#fff !important;
	border-color:#f2902b !important;

}
/*.contact:hover{
 
  
  background-color:#fff !important;
  color:#144287 !important;
  border-color:#144287 !important;
  border-radius:30px;
}*/
