* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

a,
a:hover {
	text-decoration: none;
	list-style: none;
	transition: 0.5s;
}

a,
ul,
ol,
p,
input,
button {
	margin: 0;
	padding: 0;
	outline: none !important;
	box-shadow: none !important;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #444444;
	line-height: 22px;
}

.wapper{
	overflow: hidden;
}

/* Navbar Section Start */

#topBar{
    background: linear-gradient(to right, #141440 0%, #000001 100%);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ed8a00;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ed8a00;
}

.follow-top ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.follow-top ul li{
    margin: 0px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.navbar-light .navbar-toggler-icon {
   
    background-color: #fff !important;
}

/* Navbar Section Start */

#mainSlider{
    background-image: url(../images/slider.png);
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.slider-left {
    text-align: right;
}

.slider-left h1{
    font-size: 46px;
    color: #fff;
    font-weight: 600;
}

.line{
    background-image: linear-gradient(to right, #000 25%, #ed8a00 75%);
    height: 10px;
    margin: 10px 0px;
}

.slider-left p{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
}

#aboutUs{
    background-image: url(../images/about.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
}

.about-left h2{
    text-align: right;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    right: 35%;
    top: 80px;
    color: #e4e5e7;
}



.about-right p{
    line-height: 22px;
    text-align: justify;
    padding-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
}

.about-right p span{
    color: #e88a00;
}

.about-right p.para-clr{
    color: #e88a00;
}

.why-us{
    background-color: #141441;
    padding: 10px 0px;
}

.whyus-item h4{
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: #ed8a00;
}

.whyus-item h4 img{
    margin-right: 10px;
}

.whyus-item p{
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    margin-top: 10px;
}

#ourServices{
    background-image: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
}

.our-services{
    text-align: right;
}

.our-services h4{
    color: #e4e5e7;
    font-size: 18px;
    font-weight: 500;
}

.our-services h3{
    color: #e4e5e7;
    font-size: 30px;
    font-weight: 600;
    color: #ed8a00;
    padding: 20px 0px;
}

.our-services p{
    line-height: 22px;
    text-align: justify;
    padding-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
}

.services-item{
    background-color: #141441;
    padding: 30px 40px;
    box-shadow: rgba(20, 20, 65, 0.16) 0px 10px 36px 0px, rgba(20, 20, 65, 0.06) 0px 0px 0px 1px;
    margin-top: 60px;
    min-height: 250px;
}


.services-item h4{
    display: flex;
    color: #ed8a00;
}

.services-item h4 img{
    margin-right: 10px;
}

.services-item h5{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px;
    text-align: center;
}

.services-item p{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}

#exposeBrand{
    background-color: #fff;
    padding: 30px 0px;
}

.brand-items{
    display: flex;
    justify-content: space-between;
}

.brans{
    text-align: center;
}

.brans h6{
    font-size: 15px;
    font-weight: 600;
    color: #ed8a00;
    padding-bottom: 10px;
}

.brans img{
    padding-bottom: 10px;
}

.tittle h3{
    font-size: 30px;
    font-weight: 600;
    color: #ed8a00;
    text-align: center;
    padding-bottom: 30px;
}


#cardSlide{
    background-color: #141441;
    padding: 60px 0px;
}

#cardSlide h4{
    color: #d9d9d9;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

/* .item-inner img{
	margin: 0 auto;
	max-width: 120px;
	max-height: 120px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin-bottom: 25px;
} */

.item{
	padding: 15px;
	outline: none;
}

.item-inner{

	border-radius: 18px;
	text-align: center;

}

.item-inner h4{
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
}

.item-inner p{
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
}

.social{
	margin-top: 50px;
}

.social a{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	border-radius: 50%;
	color: #ff6c00;
	text-align: center;
	font-size: 20px;
	margin: 0 5px;
	transition: all ease 0.5s;
}

.social a:hover{
	transform: translateY(-10px);
}

/* Background Color */
.item2 .item-inner{
	background-image: linear-gradient(45deg, #0060ff, #fe0ff0);
}

.item3 .item-inner{
	background-image: linear-gradient(45deg, #0060ff, #5ad607);
}

.item4 .item-inner{
	background-image: linear-gradient(45deg, #ffd200, #07d676);
}

.item5 .item-inner{
	background-image: linear-gradient(45deg, #0b618a, #07d6b9);
}

/* Icon Color */

.item2 .social a{
	color: #0f5cff;
}

.item3 .social a{
	color: #0c61ed;
}

.item4 .social a{
	color: #f0d207;
}

.item5 .social a{
	color: #0a698d;
}

.slick-slide{
	transform: scale(0.8);
	opacity: 0.3;
	transition: all ease 0.5s;
}

.slick-slide.slick-current{
	transform: scale(1);
	opacity: 1;
}

/* Slider Control */

.slick-arrow{
	position: absolute;
	bottom: 0;
	z-index: 10;
	background: #fff;
	border: 1px solid #666;
	padding: 8px 15px;
	border-radius: 50px;
	width: 100px;
	outline: none;
	margin: 0px 10px;
}

.slick-next{
	left: 50%;
}

.slick-prev{
	right: 50%;
}

/* .slick-list{
	padding-top: 55px !important;
	padding-bottom: 55px !important;
} */


#contactFrm{
    background-image: linear-gradient(#1a1a1a, #161633);
    padding: 60px 0px;
}

.contact-left {
    text-align: right;
}

.contact-left h4{
    color: #ccc;
    font-size: 21px;
}

.contact-left h2{
    color: #fff;
    font-size: 42px;
}

.contact-left h2 span{
    color: #ed8a00;
}

.contact-right{
    background-color: #000;
    padding: 10px;
}

label.form-label {
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ccc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-clr{
    background-color: #141440;
    color: #fff;
}

.btn-clr:hover{
    background-color: #141440;
    color: #fff;
}

#footerPart{
    background-color: #141441;
    padding: 40px 0px 20px 0px;
}

.foot-sec{
    display: flex;
}

.foot-text h5{
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 400;
}

.foot-line{
    background-color: #ed8a00;
    width: 100%;
    height: 5px;
    margin: 10px 0px;
}

.copy-left p{
    font-size: 15px;
    color: #fff;
}

.copy-right ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
}

.copy-right ul  li{
padding-right: 10px;
}

.copy-right ul  li a{
    color: #fff;
}