/********** Template CSS **********/
:root {
    --primary: #34AD54;
    --secondary: #88c658;
    --light: #F6FFF2;
    --dark: #263A4F;
}

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

.btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #1971AF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1c4477;
    border-radius: 30px 30px 30px 30px;
    padding: 17px 35px 17px 35px;
}
.world-bg {
	
	background:url(../img/1-4.png);
	background-size:cover;
	background-attachment:fixed;
	background-position:center;
}
.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f7ae2c;
    border-color: #f7ae2c;
}
.p1 p {
    font-size: 17px;
    font-weight: 700;
}
.fax {
    color: #f7ae2c;
    border-color: #F7AE2C;
    font-size: 38px;
    --icon-box-icon-margin: 10px;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #231f20b5;
    border-color: #231f20b5;
}
.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
      padding: 9px 0px 0px 0px;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}


.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: #1971af;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: url(../img/banner.jpg) top right no-repeat;
    background-size: cover;
	height: 190px;
	    background-position: center center;
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
}
h3.display-1.text-white.mb-md-4 {
    font-size: 48px;
    margin: 0px 0px 0px 0px;
	text-align:center;
}

p {
    
    color: #000;
}
a {
    color: #f7ae2c;
    text-decoration: none;
}
a:hover {
	color:#f7ae2c;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.bg-vegetable {
   background: linear-gradient(#34ad5400, #34ad5400), url(../img/vegetable.png) bottom right no-repeat;
}

.bg-fruit {
        background: linear-gradient(#ff993300, #ff993300), url(../img/fruit.png) bottom right no-repeat;
}

.service-item {
    box-shadow: 0 0 45px #EDEDED;
    transition: .5s;
        min-height: 430px !important;
}
.icnbrdr img {
border: 3px solid #f7ae2c;
    border-radius: 50%;
    padding: 7px;
}
.about i,
.service-item i {
    background-image: linear-gradient(var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}



.service-item:hover i {
    background-image: linear-gradient(var(--light), var(--secondary));
}

.service-item:hover h4 {
    transition: .5s;
}

i.fa.fa-map-marker {
    fill: #F7AE2C;
    color: #F7AE2C;
    border-color: #F7AE2C;
    display: inline-block;
    font-size: 50px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
.d-flex p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #54595F;
padding: 0px 0px 0px 26px;
}
.product-item {
    padding: 0 30px 30px 30px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: 0;
    opacity: 1;
}

.hadoop-content img {
    margin-right: 10px;
    width: 2%;
}
.border{
	border-bottom:1px solid black;
	margin: -11px 0px 0px 0px;
    width: 95%;
}
.check{
	border-bottom:1px solid #44554455;
	margin: -11px 0px 0px 0px;
    width: 95%;
}
.leader-1 {
	font-size: 60px;
	margin: 32px auto;
    width: 90%;
    max-width: 90%;
	text-align: center;
	
	font-weight: 600;
	line-height: 1.4;
	font-family: inherit;
	font: inherit;
	font-style: inherit;
}
.leader-1, h1{
	color:#f7ae2c !important;
}
.bottom{
	margin-bottom:margin-bottom: 1.75em;
	margin: 32px auto;
    width: 90%;
    max-width: 90%;
	border-bottom: none;
    height: 1px;
	max-width: 700px;
	opacity: .4;
	margin:1px 0px 0px 0px;
}

.product-item h5 {
    transition: .5s;
}

.product-item:hover h5 {
    opacity: 0;
}

.product-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    background: url(../img/bg-product-1.png) left bottom no-repeat, url(../img/bg-product-2.png) right bottom no-repeat;
    background-size: contain;
    background-color: var(--primary);
    z-index: -1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
        background: #34ad5400;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
.bg-light {
    background-color: #ffffff !important;
}
.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

.blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), #000);
    z-index: 1;
}

.bg-footer {
  /*  background: linear-gradient(rgba(52, 173, 84, .7), rgba(52, 173, 84, .7)), url(../img/footer.png) center bottom no-repeat; */
    background-size: cover;
    background-image:url(/img/footer.jpg);
}
.learn{
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
    fill: #1c4477;
    color: #1c4477;
    background-color: rgba(86,88,219,0);
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}

a.link:hover {
    color: #13aff0;
}

i.fa.fa-clock-o:hover {
    background: #2f5596;
    color: #fff;
}
i.far.fa-file-pdf:hover {
	background: #2f5596;
    color: #fff;
}

i.fas.fa-file-invoice-dollar:hover {
	background: #2f5596;
    color: #fff;
}
i.fas.fa-unlock:hover{
	background: #2f5596;
    color: #fff;
}
i.far.fa-life-ring:hover{
	background: #2f5596;
    color: #fff;
}
.service-4 i:hover {
color: #2F5596;
}
.box-20 a:hover{
	color:#2F5596
}
.box-30 a:hover{
	color:#2F5596
}
a.over {
    color: #2F5596;
}

a.over:hover{
    color: #f7ae2c;
}
.cont,h6{
	color: #F7AE2C;
	line-height: 26px;
	
}
	

	

.contract-four-box-wrapper, h5{
	margin-top:32px !important;
}
.service-3{
	fill: #F7AE2C;
    color: #F7AE2C;
    border-color: #F7AE2C;
    text-align: center;
	width: 82%;
    font-size: 50px;
    margin: 0px -1px -33px 28px;
	 padding:20px 30px 30px 20px;
}
.service-competncy{
fill: #F7AE2C;
    color: #F7AE2C;
    border-color: #F7AE2C;
    text-align: center;
	width: 82%;
    font-size: 50px;
    margin: 0px -1px -33px 28px;
	 padding:20px 30px 30px 20px;
}

.service-8{
	fill: #F7AE2C;
    color: #F7AE2C;
    border-color: #F7AE2C;
    text-align: center;
	width: 82%;
    font-size: 50px;
    margin: -2px 65px -34px 24px;
    padding: 26px 30px 30px 20px;
}
.service-33{
	fill: #F7AE2C;
    color: #F7AE2C;
    border-color: #F7AE2C;
    text-align: center;
	width: 82%;
    font-size: 50px;
    
	 padding:20px 30px 30px 20px;
margin: 0px 51px -35px 15px;
}
.data-icon{
	
    fill: #F7AE2C;
    color: #F7AE2C;
    border-color: #F7AE2C;
    margin-right: var(--icon-box-icon-margin,15px);
    margin-left: 0;
    margin-bottom: unset;
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    width: 82%;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /* color: #818a91; */
    font-size: 50px;
    text-align: center;
    padding: 0px 110px 5px 0px;
	margin: 26px 0px 0px 35px;
}
.data-icon1{
	
    padding: 28px 20px 20px 0px;
    margin: 0px 0px 0px -114px;
}



.data-warehouse {
    box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.06);
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
}
.tech{
/*box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.06);*/
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
padding:20px 20px 20px 20px;
}
.tech-3{
/*box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.06);*/
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
padding:20px 20px 20px 20px;
}
.tech-2{
/*box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.06);*/
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
padding:20px 20px 20px 20px;
}
.tech-1{
/*box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.06);*/
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
padding:20px 20px 20px 20px;
}
.tech-1.contract-four-box-block {
	min-height:200px;
	}
.vehicles{
margin:0px 0px 0px 101px;
}
.master{
border-bottom: 1px solid #f3efef;
}
.bg-dark {
    background-color: #000 !important;
}

@media (min-width: 991.98px) {
    .bg-footer {
        margin-top: 90px !important;
    }
}
.bg-primary {
    background-color: #F7AE2C !important;
}


/****** Media Queries ****/
@media only screen and (max-width: 768px){
   
   
   .logo1 img {
    width: 88%;
    height: auto;
}
.contract-four-box-block1 {
	    min-height: 147px;
}
.contract-four-box-block2 {
	    min-height: 80px;
}

.service-4 i {
	    margin: 35px -170px -24px 58px;
}
.service-5 i {
	margin: 35px -151px -24px 46px;
}
.service-6 i {
	margin: 35px -151px -24px 30px;
}

}








.mdp-st button.btn.btn-primary {
    padding: 11px 20px;
    background: #f7ae2c;
    border: 1px solid #fff;
}

.modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
.mdp-st .modal-body p a {
    color: #f7ae2c;
    font-size: 16px;
    font-weight: 600;
}    
.mdp-st .modal-title {
    color: #f7ae2c;
}
.mdp-st button.btn.btn-primary:hover {
    background: #000000;
    border: 1px solid #ffff;
}
