body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #333;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #26264b;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #b80a24;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	/*padding: 20px;*/
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
.navbar-default .navbar-brand img{
  margin-top: -15px; 
  width: 80%;
}
.no-background {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
.no-background .navbar-brand img {
	width: 100%;
	margin-top: 0px; 
}
.no-background .navbar-nav > li > a {
	color: #fff !important;
}
@media only screen 
and (max-device-width: 765px)
 {
	 #menu.navbar-default {
		background-color: #fff;
		border-color: rgba(231, 231, 231, 0);
		box-shadow: 0 0 30px rgba(0,0,0,0.2)
	}
	.navbar-brand{
		    padding: 15px 0px 7px 1px !important;
	}

.no-background .navbar-brand img{}
.no-background {}
}


/*#menu a.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #26264b;
	text-transform: uppercase;
	letter-spacing: -1px;
}*/
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #26264b;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ce2a36;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ce2a36 !important;
	background-color: transparent;
}
#menu .phone {
	font-family: 'Montserrat', sans-serif;
	/*margin: 4px 0 0 120px;*/
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
#menu .phone span {
	font-size: 14px;
	display: block;
	color: #26264b;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #1b6d3f;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #b80a24;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #b80a24;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
	border-radius: 40px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #26264b;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	/*background: url(../img/intro-bg.jpg) center center no-repeat;*/
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.3);
}
.intro h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	/*font-size: 62px;*/
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5)
}
.intro p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: rgba(0,0,0,.45);
}
header .intro-text {
	padding-top: 350px;
	padding-bottom: 150px;
	text-align: center;
}
/* Get Touch Section */
#get-touch {
	padding: 40px 0 30px;
	color: rgba(255,255,255,.7);
	background: #26264b;
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
#get-touch .btn-custom {
	margin: 0;
	background: transparent;
	border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #26264b;
	background: #fff;
	border: 2px solid #fff;
}
/* About Section */
#about {
	padding: 110px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
	position: absolute;
	content: "";
	background-color: #b80a24;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
/*#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #26264b;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}*/
#about img {
	padding: 20px;
	width: 500px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}
/* Services Section */
#services {
	padding: 100px 0;
}
#services .service-media {
	margin: 10px;
}
#services .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#services .service-desc {
	margin: 10px 10px 20px;
}
#services h3 {
	font-weight: 700;
	padding: 5px 0;
}
#services .service-desc hr {
	margin-left: 0;
}
/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(31, 56, 110, 0.8);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	padding: 100px 0;
}
#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}
.testimonial {
	position: relative;
	padding: 20px;
}
.testimonial-image {
	float: left;
	margin-right: 15px;
}
.testimonial-image, .testimonial-image img {
	display: block;
	width: 64px;
	height: 64px;
}
.testimonial-content {
	position: relative;
	overflow: hidden;
}
.testimonial-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}
.testimonial-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #26264b;
	/*background: #b80a24;*/
	color: rgba(255,255,255,.65);
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
	color: #fff;
	margin-top: 22px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact form {
	padding-top: 20px;
}
#contact h3 {
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: #26264b;
	background: #fff;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	display: block;
}
#socialItem {
	background: #b80a24;
    color: rgba(255,255,255,.65);
}
#socialItem .social {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 35px;
	/*margin-top: 50px;*/
	text-align: center;
}
 #socialItem .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#socialItem .social i.fa {
	font-size: 24px;
	padding: 10px;
	color: rgba(255,255,255,0.6);
	transition: all 0.3s;
}
#socialItem .social i.fa:hover {
	color: #fff;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #26264b;
}
#footer a:hover {
	color: #b80a24;
}

@media (max-width: 768px) {
#about img {
	margin: 50px 0;
}
}
.section-title h3 {
    margin-top: 0;
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.page-banner {
	padding-top: 175px;
    padding-bottom: 0px;
}

/* Work Process */

.work-process {
	background-image: url(../img/whychoose.jpg);
	padding-top: 75px;
    padding-bottom: 100px;
}

.work-process .overlay {
	background-color:#26264be6
}

.work-process .section-title {
    color:#fff;
}

.work-proces {
	padding: 0 35px;
}

.process-image {
	margin-top: -80px;
	text-align:center;
}

.process-icon {
	float: left;
	margin-right: 30px;
	margin-top:35px;
}

.left-content .process-icon {
	float: right;
	margin-right: 0;
	margin-left: 35px;
}

.work-process .process-info {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 15px;
	overflow: hidden;
}

.process-info h4 {
	/*font-family: 'montserratsemi_bold';	*/
	color: #ffff;
    font-weight: bold;
    font-size: 20px;
}

.image-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.overlay-process {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #03337d;
    z-index: -1;
}
.overlay-head{
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #00000080;
    z-index: -1;
}

@media screen and (max-width: 767px) {
  .butn {
    padding: 12px 24px;
    font-size: 13px
  }
}

.top-bar-info {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 5px 0 0 0;
}

.top-bar-info ul {
  margin-bottom: 0
}

.top-bar-info li {
  color: #fff;
  list-style-type: none;
  padding-right: 10px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px
}

.top-bar-info li:last-child {
  padding-right: 0
}

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  background: #fe982f;
  padding: 8px 0
}

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle
}

.top-social-icon {
  padding: 0;
  margin: 5px 0 0 0
}

.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding-right: 10px
}

.top-social-icon li:last-child {
  padding-right: 0
}

.top-social-icon li:last-child a {
  padding-right: 0
}

.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  font-size: 16px;
  padding: 0 3px
}

.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65)
}

@media screen and (max-width: 767px) {
	.top-bar-info {
    float: left
  }
  .top-bar-info li {
    padding: 0 5px 0;
    font-size: 12px;
    letter-spacing: 0
  }
  .top-bar-info li i {
    font-size: 14px
  }
}

}
  .info-box {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
}
/*.top-bar {
    background-color: #283949;
    padding: 8px 0;
    font-size: 15px;
    color: #ddd;
    border-top: 1px solid #f3cc29;
}*/
.top-bar{
  display: block;
    position: relative;
    z-index: 999;
    background: #b80a24;
    padding: 8px 0;
}
.cta-section{
	background: #26264b;
	color: #fff;
}

.btn-theme {
	color: #fff;
    background-color: #ee1515;
    border-color: #ee1515;
    text-transform: uppercase;
    /*border-top-right-radius: 1.5625rem;
   border-bottom-left-radius: 1.5625rem;*/
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 40px;
}
.service-box{
	background-color: #03337d;
	    text-align: center;
    padding: 0px;
    color: #fff;
}
.service-box .service-icon {
    border-radius: 50%;
    background: #ffcb05;
    width: 125px;
    height: 125px;
    position: relative;
    margin: auto;
}
.service-box .service-icon img {
    display: inline-block;
    padding-top: 10px;
}
.service-box .col-md-4 {
    padding: 45px 45px;
}
.service-box h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.service-box .highlight {
    background: #b80a24;
}

#about .item {
    padding: 0px;
}
#about .item ul {
    margin-top: 10px;
    padding: 0px;
}
 #about .item ul li{
 	    list-style-type: none;
    font-size: 15px;
    font-weight: 700;
    color: #727272;
    margin-bottom: 7px;
 }
 #about .item ul li i {
    font-size: 25px;
    margin-right: 15px;
    color: #b80a24;
    padding: 10px;
    width: 48px;
    text-align: center;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.carousel .arrow-icon {
	 position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    color: #fff !important;
}

@media (min-width: 576px) {
  .intro h1 {
    font-size: 30px !important;
  }
   @media (min-width: 768px) {
    .intro h1 {
    font-size: 3.5rem;
  }
 @media (min-width: 992px) {
  
  .intro h1 {
    font-size: 4.5rem !important;
  }
 
  }
 
 
  }
  
}
/* old
 theme color #
#1f386e  #e52f3c
exsiting 
#ee1515 , blue #26264b

cut #c02025  #366a9e  b80a24
*/