body {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #f7f7f7;
	font-size:14px;
	color:#727678;padding-top: 110px;
}

.white-bg{ background:#fff;}

h2, h3, h4, h5, h6 { color:#e84c3d}
p { line-height:25px;}

h2 { font-size:30px; text-transform:uppercase; font-weight:bold}
.btn-custom { background:#e84c3d; border-radius:5px; text-align:center; color:#fff;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.34);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.34);}
.btn-custom:hover { color:#fff; background:#d53323}
/*
headeer top
*/
.topbar {
	background-color: #294052;
	padding: 0;
}
.topbar .container .row {
	padding:0;
}
.topbar .container .row .col-md-12 {
	padding:0;
}
.topbar p {
	margin:0;
	display:inline-block;
}
.topbar p > i {
	margin-right:5px;
}
.topbar p:last-child {
	text-align:right;
}
header .navbar {
	margin-bottom: 0;
	
}


.dropdown-item.active, .dropdown-item:active {background-color: #e84c3d;}


.navbar {padding:1.2rem 1rem!important;}
.topbar li.topbar {
	display: inline;
	padding-right: 18px;
 transition: all .3s linear;
}
.topbar li.topbar:hover {
	color: #1bbde8;
}
.topbar ul.info i {
	color: #131313;
	font-style: normal;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: 4px;
}
.topbar ul.info li {
	float: right;
	padding-left: 30px;
	color: #ffffff;
}
.topbar ul.info i span {
	color: #aaa;
	padding-left: 18px;
}
ul.social-network {
	border:none;
	margin:0;
	padding:0;
}
ul.social-network li {
	border:none;
	margin:0;
}
ul.social-network li i {
	margin:0;
}
ul.social-network li {
	display:inline;
	margin: 0 5px;
	border: 0px solid #2D2D2D;
	padding: 5px 0 0;
	width: 32px;
	display: inline-block;
	text-align: center;
	height: 32px;
	vertical-align: baseline;
	color: #000;
}
ul.social-network {
	list-style: none;
	float: right;
}
.social-network a { color:#fff}
.social-network a:hover { color:#d53323}
li {
	list-style-type: none;
}
.bg-dark {
	background-color: #222!important;
}
.mx-background-top-linear {
	background:#ffffff;border-bottom: 1px solid #f7f7f7;
}
.mainnav li a {
	color:#294052
}
.location {
	color:#fff;
	font-size:11px;
	line-height:32px;
}
.navbar-dark .navbar-nav .nav-link {
	color:#294052!important;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color:#e84c3d!important
}

.navbar-dark .navbar-toggler { color:#294052!important}
/*------------------------------------------slider-------------------------------------------------*/
hgroup { text-align:left; width:100%;}
hgroup h2 { font-size:45px;}
hgroup p { text-transform:capitalize; color:#172530}
.fade-carousel {
	position: relative;
	height:70vh;
}


.fade-carousel .carousel-inner .carousel-item {
	height:70vh;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #e84c3d;
	border-color: #e84c3d;
	opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}
/*      Carousel Captions       */
.fade-carousel .carousel-inner .carousel-caption {
	top:55%;
	left:45%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;	
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.fade-carousel .carousel-inner .carousel-caption h1 {
	font-size:200%;
	font-weight: 800;
	margin: 0;
	padding: 0;
}
.fade-carousel .carousel-inner .carousel-caption {
	opacity: 0;
 -webkit-transition: 2s all ease-in-out .1s;
 -moz-transition: 2s all ease-in-out .1s;
 -ms-transition: 2s all ease-in-out .1s;
 -o-transition: 2s all ease-in-out .1s;
 transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .active .carousel-caption {
	opacity: 1;
 -webkit-transition: 2s all ease-in-out .1s;
 -moz-transition: 2s all ease-in-out .1s;
 -ms-transition: 2s all ease-in-out .1s;
 -o-transition: 2s all ease-in-out .1s;
 transition: 2s all ease-in-out .1s;
}

/*       Slides backgrounds     */
.fade-carousel .carousel-inner .slide-1, .fade-carousel .carousel-inner .slide-2, .fade-carousel .carousel-inner .slide-3 {
	height:70vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .carousel-inner .slide-1 {
	background-image: url(../images/homeslider/banner1.jpg);
}
.fade-carousel .carousel-inner .slide-2 {
	background-image: url(../images/homeslider/banner1.jpg);
}
.fade-carousel .carousel-inner .slide-3 {
	background-image: url(../images/homeslider/banner1.jpg);
}


@media only screen and (max-width:991px){ 
.fade-carousel {
	
	height:60vh;
} 
hgroup h2 { font-size:20px;}
.fade-carousel .carousel-inner .carousel-item {
height:60vh;
}
.fade-carousel .carousel-inner .carousel-caption { 
left:35%!important;
top:55%!important
}
}

.homeservice { padding:50px 0px;}
.icon-box-horizontal .unit-left {
  min-width: 48px;
}

.icon-box-horizontal [class*='icon-md'] {
  margin-top: -2px;
}

.icon-box-horizontal [class*='icon-lg'] {
  margin-top: -5px;
}

.icon-box-horizontal * + p {
  margin-top: 9px;
}

.icon-box-vertical * + p {
  margin-top: 9px;
}

.icon-box-vertical-sm {
  max-width: 370px;
}

.box-icon i { font-size:50px; color:#294052}
.icon-box h5 { color:#294052;}
@media (max-width: 479px) {
  .icon-box-vertical-sm {
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
 /* max-width: 400px;*/
  padding: 35px 30px;
  text-align: center;
  cursor: default;
}

.icon-box:before, .icon-box:after {
  content: '';
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  border: 1px solid #e5e7e9;
  pointer-events: none;
  transition: .33s all ease;
}

.icon-box:before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.icon-box:after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

.icon-box .divider {
  max-width: 100%;
  margin: 13px auto;
  transition: .33s all ease;
}

.icon-box .box-top,
.icon-box .box-body {
  position: relative;
  will-change: transform;
  transition: .33s all ease;
  -webkit-filter: blur(0);
}

.icon-box .box-top {
  top: 0;
}

.icon-box .box-body {
  max-width: 100%;
}

.icon-box .box-header {
  bottom: 0;
}

.icon-box .box-icon {
  min-height: 46px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-box * + .box-header {
  margin-top: 5px;
}

.icon-box.hover:before, .icon-box.hover:after, .icon-box:hover:before, .icon-box:hover:after {
  width: 100%;
  height: 100%;
  border-color: #e84c3d;
}

.icon-box.hover .box-top, .icon-box:hover .box-top {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}

.icon-box.hover .box-body, .icon-box:hover .box-body {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

.icon-box.hover .divider, .icon-box:hover .divider {
  width: 168px;
}

@media (min-width: 768px) {
  .icon-box {
    /*max-width: 308px;*/
    padding: 67px 40px 61px;
    margin-left: auto;
    margin-right: auto;
  }

}

.homeabout { background:url(../images/about-bg.jpg) no-repeat; background-size:cover; padding:50px 0px;}
.abttext { background:#fff; padding:50px;}

.testimonial { padding:30px 0px;}
.testimonial .carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.testimonial .carousel-inner { padding:0px 10%;}
.testimonial .carousel .item {
	
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.testimonial .carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.testimonial .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.testimonial .carousel .testimonial {
	padding: 30px 0 10px;
}
.testimonial .carousel .overview {	
	font-style: italic;
}
.testimonial .carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.testimonial .carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.testimonial .carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.testimonial .carousel .carousel-indicators {
	bottom:0px;
}
.testimonial .carousel-indicators li, .testimonial .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.testimonial .carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.testimonial .carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}


.footer { background:#e84c3d; padding:30px 0px; text-align:center; font-size:12px;color:#fff;}
.footer ul { text-align:center}
.footer ul li { display:inline; text-align:center;}
.footer ul li a { color:#fff; padding:0px 15px;}
@media only screen and (max-width:768px){ 
.footer ul li { display:inline-block; line-height:25px;}
  ul.social-network {display:block; text-align:center; float:none}
}




.in-content-pad {padding: 50px 0px;}

.dig-mark h4 {    font-size: 1rem;
    color: #000;}
.dig-mark ul { padding:0px;}
.dig-mark ul li i { color:#e84c3d;}

.b-bg-black {
    background-color: #000 !important;
}

.b-width-60 {
    width: 60px !important;
}

.b-height-1 {
    height: 1px;margin-bottom: 10px;
}

.img-responsive {display: block;
  max-width: 100%;
  height: auto;}

.dropdown-item {padding: 0.50rem 1rem;border-bottom: 1px dotted #e7e5e5;}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-address li {
    position: relative;
    padding-left: 33px;
    margin: 17px 0;
    color: #848484;
    font-size: 15px;
    line-height: 26px;
}

.list-address li i.fa {
    position: absolute;
    left: 0;
    top: 6px;
    color: #848484;
}




