
.ft-contact .ft-contact-bx:after {
    background-image: url(https://industry.dexignzone.com/xhtml/images/icon/right.png);
}
.site-footer.style1 .list-2 li {
    width: 100%;
    list-style-type: disc;
}
.site-footer.style1 .dlab-newsletter:after {
    background: #003366;
}
.site-footer.style1 .footer-top {
    background: #003366;
}
.ft-contact {
    background: #0086c5;
}
.site-footer.style1 .widget_subscribe .input-group .input-group-addon .site-button {
    height: 60px;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    padding: 15px 25px;
    background: #eaaa00;
}
.ft-contact .ft-contact-bx .title {
    font-weight: 700;
}
.site-footer.style1 .list-2 li a {
    text-decoration: none;
    color: white;
}
.site-footer.style1 .footer-title {
    font-weight: 600;
}
.ft-contact .ft-contact-bx {
    padding: 25px 0px 25px 120px;
}
.ft-contact .ft-contact-bx p {
    font-size: 16px;
}
.site-footer.style1 .widget_about p {
    margin-bottom: 0px;
}
.middle-bar .logo-header, .middle-bar .logo-header img {
    width: 300px;
    max-width: 300px;
}
.extra-nav {
    padding: 18px 0 18px 0px;
}
.header-nav .nav>li>a {
    padding: 16px 20px 18px 20px;
    line-height: 26px;
}
.header-curve.ext-header .extra-nav:after, .header-curve.ext-header .extra-nav:before, .header-curve.ext-header .logo-header:after, .header-curve.ext-header .logo-header:before, .social-curve:after, .social-curve:before {
    background-color: #eaaa00;
}
.header.dark, .header.dark .main-bar {
    background: #233b76;
}
.header-curve.ext-header .extra-nav:before, .social-curve:before {
    -webkit-transform: skew(
0deg
);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    /* transform: skew(
30deg
); */
    border-radius: 30px;
}
.header-curve.ext-header .logo-header:before {
    -webkit-transform: skew(
-30deg
);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(
0deg
);
    right: -45px;
    width: 100%;
    border-radius: 60px;
}
.header-curve.ext-header .middle-bar .logo-header {
    padding: 11px 0;
}
.middle-bar {
    background: #0086c5 !important;
}
.middle-area .service-list ul li i{
    color:white;
    left: 14px;
    font-size: 24px;
    line-height: 43px;
}
.header-curve.ext-header .extra-nav {
    top: 0px;
}
.header-curve.ext-header .middle-bar.bg-dark .service-list ul li .title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.header-nav .nav>li {
    font-family: "Montserrat";
}
.service-list ul li {
    margin-left: 15px;
    padding: 0 0 0 24px;
}
.service-list ul li span {
    font-size: 18px;
    color: #ded847;
    font-weight: 500;
}
.header-curve.ext-header .header-nav .nav>li.active>a, .header-curve.ext-header .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: white;
}
.icon-bx-sm {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.counter-style-1 .counter, .counter-style-2 .counter, .counter-style-3 .counter {
    font-size: 39px;
    font-weight: 700;
}
.counter-style-1 .counter-text, .counter-style-2 .counter-text {
    font-size: 19px;
    font-weight: 600;
}

</style>
<!-- Main Slider -->
<div class="rev-slider">
	<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
		<div class="carousel-inner">
			@foreach($slider as $item)
			<div class="carousel-item {{ ($loop->iteration == 1) ? 'active' : '' }}">
				<img class="d-block w-100" src="{{ $item->image }}" alt="{{ $item->name }}">
			</div>
			@endforeach
		</div>
		<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
			<span class="carousel-control-prev-icon" aria-hidden="true"></span>
			<span class="sr-only">Previous</span>
		</a>
		<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
			<span class="carousel-control-next-icon" aria-hidden="true"></span>
			<span class="sr-only">Next</span>
		</a>
	</div>
</div>  
<!-- Main Slider -->
<style>
.head1{
	margin-bottom:70px;
	margin-top:-30px
}
/* .icon-bx-sm img {
    height: 60px;
} */
.title-home{
/* line-height: 25px; */
margin-bottom: 0px;
font-weight: 700;
font-family: "Montserrat";
color: #003366
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat";

}
.intro-title{
font-weight: 500;
color: #393939 ;
max-width: 735px;
    margin-left: auto;
    margin-right: auto;
}
.service-box-5 .dlab-info .title a{
    font-weight: 700;
	color:#171039;
}
.icon-bx-sm i {
    font-size: inherit;
}
.bg-blue{
background: #0086c5;
}
.service-box-5 .dlab-info p {
    line-height: 21px;
    color: #696969;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.icon-bx-lg, .icon-bx-md, .icon-bx-sm, .icon-bx-xl, .icon-bx-xs {
    border-radius: 9px;
}
.counter-style-5:hover{
	background: #eaaa00;
}
.counter-style-5:after{
	background: #eaaa00;
}
.bg-secondry {
    background-color: #0086c5;
}
.content-bx1 h2 {
    font-weight: 700;
    color: #003366;
	text-transform: uppercase;
}
.content-about p{
	color: #696969;
}
.content-about ul li {
    margin-left: 25px;
}
.testimonial-4 {
    background-color: #003366;
}
.testimonial-4:after {
	background-color: #003366;
}
.testimonial-4 .testimonial-pic {
    border-color: #efbb20;
    border-radius: 50%;
    overflow: hidden;
}
.dlab-media, .dlab-post-media {
    background-color: #d5d5d5;
	position: relative;
    margin: 10px;
    margin-bottom: -53px;
    /* padding-top: 10px; */
}
.dlab-media img, .dlab-post-media img {
    border: 4px solid white;
}
.service-box-5 .dlab-info {
    /* margin-top: 20px; */
    background: #d8eeff;
    padding: 44px 5px 20px 10px;
    position: initial;
    border-radius: 13px 13px 10px 10px;
	border-bottom: 2px solid #003366;
}
.dlab-box, .dlab-info, .dlab-tilte, .dlab-tilte-inner {
    background: #d5d5d5;
	border-radius: 0px 0px 10px 10px;
}
.service-box-5 .icon-bx {
    border-radius: 50%;
}
.service-box-5 .dlab-info .title {
    font-size: 18px;
    margin-bottom: 5px;
	line-height: 21px;
}
.counter-style-5 .counter {
    background: transparent;
}
.service-box.style2 .title {
    font-size: 33px;
    line-height: 45px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.latest-project-info {
    padding: 60px 100px;
}
.text-consulting p{
	margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
}

.text-consulting .dlab-tilte {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 700;
	}
	.ow-entry-title, .ow-entry-title a {
    color: white;
	font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.ow-entry-content {
    background-color: #003366;
	border-color: #003366;
}
.testimonial-4 .testimonial-name {
    font-weight: 600;
}
.widget-title.style-1 {
    font-weight: 700;
}
.dlab-blog-related .dlab-info .dlab-post-title .post-title{
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.dlab-blog-related .dlab-info .dlab-post-text p {
    font-size: 14px;
    line-height: 19px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.dlab-blog-related .dlab-post-media {
        margin:0px;
}
.dlab-blog-related .dlab-post-media img{
    border:none;
}
.image-cate-new{
    height: 230px !important;
    object-fit: cover;
}
.header-nav .nav>li .sub-menu {
    width: 310px;
}
button.scroltop{
    background-color: #233b76;
}
.bg-1{
    background-color: #0086c5;
}
.bg-2{
    background-color: #eaaa00;
}
.bg-3{
    background-color: #003366;
}
@media only screen and (max-width: 991px){
.header-curve [class*=bg-] .header-nav .nav>li.active>a, .header-transparent .header-nav .nav>li>a, .header.blue .header-nav .nav>li>a, .header.box.dark .header-nav .nav>li>a, .header.box.overlay .header-nav .nav>li>a, .header.dark .header-nav .nav>li>a, .header.primary .header-nav .nav>li>a, .header.purpal .header-nav .nav>li>a, .header.red .header-nav .nav>li>a, .header.yellow .header-nav .nav>li>a {
    color: white;
}
.header-nav .nav>li .sub-menu li a{
    color:white;
}
.header-nav .nav>li .mega-menu>li ul a:after, .header-nav .nav>li .sub-menu li a:after {
    color: white;
}
}
@media only screen and (max-width: 767px){
.logo-footer img, .logo-header img {
    max-width: 130px;
}
.service-box.style2 .title {
    font-size: 29px;
}
.image-cate-new{
    height: auto !important;
}
}

@media only screen and (max-width: 1200px){
.logo-footer img, .logo-header img {
    width: 130px;
    margin-top: 0px;
    padding: 5px;
}
}