body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    padding-top: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 23px;
}

.animate-bottom {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideIn;
}
.btn.btn-theme{
    color: #fff;
    background-color: #ff9829;
    border-color: #ff9829;
}
 marquee{
	 padding:10px;
      font-size: 18px;
 
      color: #fff;
	  background-color:#1e1b54;
      
      }
/*=====================Banner==============*/
.banner .owl-carousel .owl-nav {
   position: absolute;
   width: 100%;
   top: 40%;
}
.banner .owl-carousel .owl-nav button.owl-next,
.banner .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        width: 25px;
        height: 40px;
        outline: none;
		z-index: 1;
    }
.banner .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

.banner .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }


.banner .owl-carousel .owl-nav button.owl-next i,
.banner .owl-carousel .owl-nav button.owl-prev i {
            width: 100%;
    height: 100%;
    line-height: 40px;
    color: #464646;
    background: #ffffff;
    font-size: 30px;
	opacity:0.3;
	transition:0.3s;
        }

.banner-carousel .carousel-caption .img-fluid{
box-shadow: 1px 1px 13px #00000094;
}
.banner-carousel .carousel-caption {
position: absolute;
    right:6%;
    left: inherit;
    top:30%;
	width:50%;
    bottom: inherit;
    color: #fff;
    text-align: right;
    }

        .banner-carousel .carousel-caption .img-fluid {
            animation-duration: .6s;
            -webkit-animation-duration: .6s;
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
            animation-name: slideRight;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

        .banner-carousel .carousel-caption h6 {
     font-size:1.3rem;
			font-size:22px;
    animation-duration: 0.9s;
    -webkit-animation-duration: 0.9s;
	animation-delay: .9s;
	-webkit-animation-delay: .9s;
    margin-top: 10px;
        }

        .banner-carousel .carousel-caption h5 {
			font-size: 3.35rem;
            font-weight: 600;
			animation-duration: 0.7s;
            -webkit-animation-duration: 0.7s;
			animation-delay: .7s;
			-webkit-animation-delay: .7s;
        }
		
		 .banner-carousel .carousel-caption h2 {
			font-size: 3.35rem;
            font-weight: 600;
			animation-duration: 0.7s;
            -webkit-animation-duration: 0.7s;
			animation-delay: .7s;
			-webkit-animation-delay: .7s;
        }
		.banner-mob {
    background: url(../images/banner-1.jpg) no-repeat 22% 0px;
    background-size: cover;
    width: 100%;
    height: 90vh;
    color: #fff;
    text-align: center;
    padding: 90px 30px 40px 30px;
}
.banner-mob h5{
	font-size: 2rem;
	margin-bottom: 30px;	
	}
.banner-mob h6{}

.banner-carousel .carousel-caption h5 span {
	color:#f45536;	
	}
        .banner-carousel .carousel-caption h6,
        .banner-carousel .carousel-caption h5,
		.banner-carousel .carousel-caption .img-fluid {
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
            animation-name: slideRight;
            
        }



.about-highlight h2 {
        position: relative;
        text-transform: capitalize;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 14px;
        color: #212529;
        padding-bottom: 25px;
    }


/*============== project-slider ===========*/

.product-slider{
	padding: 25px 0 15px 0;
    position: relative;
    z-index: 1;
	text-align:center;
	background-size:cover;	

}

.product-slider h2 {
        position: relative;
        text-transform: capitalize;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 14px;
        color: #212529;
        padding-bottom: 25px;
    }



	
.product-slider .owl-item{
	transition:.4s;
	position:relative;
	z-index:1;	
	}
.product-slider .owl-item:hover{
	z-index:2;	
	}
a.slide-items {
	display:block;
	text-decoration:none;
	transition:.4s;
	position:relative;
	overflow: hidden;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.34);
}
a.slide-items:hover{
	transform:translateY(-10px);
	box-shadow:0px 0px 10px #000;
}
a.slide-items .slid-img{
	position:relative;
	overflow:hidden;
}

a.slide-items .slid-img img{
	width:100%;
	transition:.4s;
}

a.slide-items:hover .slid-img img{
	transform:scale(1.15);
} 

.product-slider .carousel-wrap{}

.product-slider .carousel-wrap .item {
    padding: 10px;
}	
a.slide-items .pro-info {
	position: relative;
    width: 100%;
    float: left;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #ec2c24;
}
a.slide-items .pro-info h4{
	font-family: 'Montserrat', sans-serif;
	position:relative;
	transition:.6s;
	font-size:16px;
	padding:20px;
	z-index:10;
	color:#fff;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	}
.product-slider .owl-carousel .owl-nav {
   position: absolute;
   width: 100%;
   top: 40%;
}
.product-slider .owl-carousel .owl-nav button.owl-next,
.product-slider .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        width: 39px;
        height: 40px;
        outline: none;
		z-index: 1;
    }
.product-slider .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

.product-slider .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
.product-slider .owl-carousel .owl-nav button.owl-next i,
.product-slider .owl-carousel .owl-nav button.owl-prev i {
            width: 100%;
    height: 100%;
    line-height: 40px;
    color: #464646;
    background: #ffffff;
    font-size: 20px;
    border-radius: 50%;
	transition:0.3s;
        }
		
		
		
		
		
		
		
		.project-slider{
	padding: 25px 0 15px 0;
    position: relative;
    z-index: 1;
	text-align:center;
	background-color:#fff;
	background-size:cover;
	height:500px;	

}

.project-slider h2 {
        position: relative;
        text-transform: capitalize;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 14px;
        color: #1e1b54;
        padding-bottom: 25px;
    }


	
.project-slider .owl-item{
	transition:.4s;
	position:relative;
	z-index:1;	
	}
.project-slider .owl-item:hover{
	z-index:2;	
	}
a.slide-items {
	display:block;
	text-decoration:none;
	transition:.4s;
	position:relative;
	overflow: hidden;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.34);
}
a.slide-items:hover{
	transform:translateY(-10px);
	box-shadow:0px 0px 10px #000;
}
a.slide-items .slid-img{
	position:relative;
	overflow:hidden;
}

a.slide-items .slid-img img{
	width:100%;
	transition:.4s;
}

a.slide-items:hover .slid-img img{
	transform:scale(1.15);
} 

.project-slider .carousel-wrap{}

.project-slider .carousel-wrap .item {
    padding: 10px;
}	
a.slide-items .pro-info {
	position: relative;
    width: 100%;
    float: left;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #1e1b54;
}
a.slide-items .pro-info h4{
	font-family: 'Montserrat', sans-serif;
	position:relative;
	transition:.6s;
	font-size:16px;
	padding:20px;
	z-index:10;
	color:#fff;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	}
.project-slider .owl-carousel .owl-nav {
   position: absolute;
   width: 100%;
   top: 40%;
}
.project-slider .owl-carousel .owl-nav button.owl-next,
.project-slider .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        width: 39px;
        height: 40px;
        outline: none;
		z-index: 1;
    }
.project-slider .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

.project-slider .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
.project-slider .owl-carousel .owl-nav button.owl-next i,
.project-slider .owl-carousel .owl-nav button.owl-prev i {
            width: 100%;
    height: 100%;
    line-height: 40px;
    color: #464646;
    background: #ffffff;
    font-size: 20px;
    border-radius: 50%;
	transition:0.3s;
        }
		
		
.add-2{
	padding:30px 0;
	height:500px;
	width:100%;
	background-size:cover;
		
	}
.add-3{
	padding:20px 0;
	
	background-size:cover;	
	}
.add-3 img{
	border-radius:6px;			
	}
	
/*===============points==============*/
.about-highlight{
	padding: 50px 0px;	
	}
.about-highlight .texts{}
.about-highlight .texts h1{
	font-weight:700;
	font-size: 2.5rem;
	text-transform:uppercase;
	}
.about-highlight .texts h1 span{
	color:#f45536;	
	}
.about-highlight .texts h5{
	margin-bottom: 10px;
	}
.about-highlight p{
	font-size: 1rem;
	text-align: justify;	
	}
.about-highlight .imgs img{
	width:100%;	
	}
	
	.vm-bg1{
	margin-top:100px;
	background: linear-gradient(#efefef,#fff0);	
	}
 .vm-bg1 {
    background: #232063;
	color:#fff;
	
}
.vm-bg1 p{
	color:#fff;	
	}
	
	
	
.points{
	padding:30px 0;	
	
	}
.points .box{
	text-align:center;	
	}
.points .box > div{
	background:#e6e3e3;
	border-radius:6px;
	padding:20px;
	transition:.3s;	
	}
.points .box i{
	width:130px;
	height:130px;
	border-radius:50%;
	background:#333;
	display:inline-block;
	position:relative;
	margin-bottom:20px;
	transition:.6s;	
	}
.points .box i.icon-1{
	background:#e62c23 url(../images/icon-1.png) no-repeat center center;	
	}
.points .box i.icon-2{
	background:#e62c23 url(../images/icon-2.png) no-repeat center center;	
	}
.points .box i.icon-3{
	background:#e62c23 url(../images/icon-3.png) no-repeat center center;	
	}
.points .box i.icon-4{
	background:#e62c23 url(../images/icon-4.png) no-repeat center center;	
	}
.points .box h5{
	font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;	
	}
.points .box p{
	font-weight: 500;	
	}
.points .box > div:hover{
	 transform: translateY(-5px);	
	}
.points .box > div:hover i{
	 transform: translateY(-5px);	
	}
/*---------------------------------------------*/


.page{
	padding:40px 0;	
	}
.partner-logo-list{
	position: relative;
    z-index: 1;
    margin-bottom: -55px;
    margin-top: 10px;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
		
	}
.partner-logo-list .container{
	background:#fff;
	box-shadow: 0px 0px 20px #00000075;	
	}
.partner-logo-list .item{
	padding:20px;	
	}
.partner-logo-list .owl-carousel .owl-nav {
   position: absolute;
   width: 100%;
   top: 40%;
}
.partner-logo-list .owl-carousel .owl-nav button.owl-next,
.partner-logo-list .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        width: 40px;
        height: 40px;
        outline: none;
		z-index: 1;
    }
.partner-logo-list .owl-carousel .owl-nav button.owl-next {
        right:-35px;
    }

.partner-logo-list .owl-carousel .owl-nav button.owl-prev {
        left:-35px;
    }
.partner-logo-list .owl-carousel .owl-nav button.owl-next i,
.partner-logo-list .owl-carousel .owl-nav button.owl-prev i {
            width: 100%;
    height: 100%;
    line-height: 40px;
    color: #464646;
    background: #ffffff;
    font-size: 20px;
    border-radius: 50%;
	transition:0.3s;
	box-shadow: 0px 0px 9px #0000006b;
        }
		
		.partner-logo-list h2 {
        position: relative;
        text-transform: capitalize;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 14px;
        color: #1e1b54;
        padding-bottom: 25px;
    }


	.contact ul li {
        position: relative;
        padding-left: 81px;
        margin: 20px 0;
        min-height: 75px;
    }

.contact ul li i {
            font-size: 28px;
            margin-top: 3px;
            color: #de7004;
            width: 70px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            border: 1px solid #ddd;
        }
.contact ul li h6 {
	font-weight: bold;	
	}
	.lightGallery a {
    padding: 10px;
    transition: .3s;
	max-height: 250px;
    min-height: 250px;
}

    .lightGallery a:hover {
        transform: translateY(-8px);
    }

    .lightGallery a .img-fluid {
        max-width: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }
/*-----------------------------------------------------*/
@media (max-width: 767px) {
    body {
        padding-top: 55px;
    }

   
@media (max-width: 500px) {
   .client {
        padding-left: 150px;
    }