@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: "Montserrat";
}

body{
    background-color: white;
    color: black ;
}

#firstsection{
    position: relative;
    height: 100vh;
    width: 100vw;

}

video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gradient{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.498);
    display: flex;
    justify-content: left;
    align-items: center;
}

#slogan{
    font-size: 35px;
    color: white;
    font-weight: 600;
    margin-left: 60px;
}
#firstsectionpara{
    font-size: 18px;
    width: 500px;
    font-style: italic;
    margin: 5px;
}
.header{
    background-color: black;
    position: fixed;
    z-index: 2;
    width: 100vw;
    margin: 0px;
    padding:10px 20px;
    align-items: center;
}
.navbar{
    width: 100vw;
    background-color: black;
    color: white;
    padding: 0px;
    margin: 0px;
}

.nav-link{
    color: white;
    font-weight: bold;
    text-align: center;
}

.nav-link:hover{
    color: green;
}

#logo{
    height: 50px;
}

#Nevigation-items{
    list-style-type: none;
    color: rgb(227, 227, 227);
}

#Nevigation-items li{
    display: inline;
    margin: 2px 8px;
    font-weight: bold;
}

#Nevigation-items li:hover{
    color: green;
}

@media only screen and (max-width:580px){
    #firstsectionpara{
        width: auto;
    }
    #slogan{
        font-size: 28px;
    }
    #firstsection{
        height: 65vh;
    }
}

/* --------------------------------number Counter Css------------------------- */


.counte-up
{
    text-align: center;
    padding: 30px 5px;
    /* transition: all 0.7s linear; */
}

.CountCard{
  width: 350px;
  margin-left: 10px;
  border-right: 1px solid rgb(79, 78, 78);
}

.countcard1{
    border: none;
}

.count
{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: black;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width:730px){
    .CountCard{
        border:none;
    }
}


/* --------------------------------Number Counter Css end----------------------- */

/* ----------------------------------------Services Card-------------------------- */

.ServicesSection{
    padding: 10px 0;
    background-color: #fff;
    color: #434343;
    text-align: center;
    /* overflow-X: scroll; */
    
}

.inner{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;

}
.border{
    width: 160px;
    height: 5px;
    background: #6ab04c;
    margin: 26px auto;

}



.ServicesBox{
    background: #fff;
    padding: 10px;
    height: 510px;
    width: 320px;
    border: 1px solid rgb(91, 91, 91);
    box-shadow: 0px 0px 3px 0px black;
    border-radius: 15px;
    margin-bottom: 30px;
    margin-left: 20px;
}

.ServicesBox img{
  height:230px;
  width:100%;
  margin: 10px 10px 10px 0px;
  border-radius: 10px;
    /* border-radius: 50%; */
}

.name{
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(197, 193, 193); 
    font-weight: bold;
}

.stars{
    color: #6ab04c;
    margin-bottom: 20px;
}

.servicesinfo{
  text-align: justify;
}

.ServicesBox:hover{
  transform: translateY(-20px);
  transition: 0.5s;
  
}

.col:hover > .ServicesBox{
    box-shadow: 0px 0px 3px 0px black;

}


.col:hover::before, .col:hover::after, .col:focus::before, .col:focus::after {
  transform: scale3d(1, 1, 1);
}


/* ----------------------------------Services Card End---------------------------- */


/* -------------------About Us css---------------- */

img {
    max-width: 100%;
    height: auto;
    }
    section {
        padding: 60px 0;
       /* min-height: 100vh;*/
    }
    
    .sec-title{
    position:relative;
    z-index: 1;
    margin-bottom:60px;
    }
    
    .sec-title .title{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #00aeef;
    font-weight: 500;
    margin-bottom: 15px;
    }
    
    .sec-title h2{
    position: relative;
    display: block;
    font-size:40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom:18px;
    }
    
    .sec-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    background-color:#d1d2d6;
    }
    
    .sec-title .text{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
    }
    
    .sec-title.light h2{
    color: #ffffff;
    }
    
    .sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
    }
    
    .list-style-one{
    position:relative;
    }
    
    .list-style-one li{
    position:relative;
    font-size:16px;
    line-height:26px;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 12px;
    }
    
    .list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
    }
    
    .list-style-one li a:hover{
    color: #44bce2;
    }
    
    .btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: white;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    border: 1px solid black;
    letter-spacing: 0.02em;
    background-color: green;
    /* background-color: transparent; */
    }
    
    .btn-style-one:hover{
    /* background-color: green; */
    color: black;
    }
    .about-section{
    position: relative;
    padding: 120px 0 70px;
    }
    
    .about-section .sec-title{
    margin-bottom: 45px;
    }
    
    .about-section .content-column{
    position: relative;
    margin-bottom: 50px;
    }
    
    .about-section .content-column .inner-column{
    position: relative;
    padding-left: 30px;
    }
    
    .about-section .text{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    }
    
    .about-section .list-style-one{
    margin-bottom: 45px;
    }
    
    .about-section .btn-box{
    position: relative;
    }
    
    .about-section .btn-box a{
    padding: 15px 50px;
    }
    
    .about-section .image-column{
    position: relative;
    }
    
    .about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
    }
    
    .about-section .image-column .inner-column{
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
    }
    .about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    /* background: orange; */
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
    }
    .about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin: 0;
    }
    .about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 400;
    }
    .about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: 100%;
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid green;
    }
    
    .about-section .image-column .image-1{
    position: relative;
    }
    .about-section .image-column .image-2{
    position: absolute;
    left: 0;
    bottom: 0;
    }
    
    .about-section .image-column .image-2 img,
    .about-section .image-column .image-1 img{
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    border-radius: 40px;
    }
    
    .about-section .image-column .video-link{
    position: absolute;
    left: 70px;
    top: 170px;
    }
    
    .about-section .image-column .video-link .link{
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }
    
    .about-section .image-column .video-link .link:hover{
    background-color: #191e34;
    color: #fff
    }

/* ----------------About Us Css End----------------------- */

/* ----------------------Delivery Excellence Css---------------------- */

.choose {
    /* margin-top: 90px; */
    background-color: #0b3500;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    /* padding: 90px 0 190px 0; */
    /* position: relative; */
    padding: 30px 25px 0px 25px;
    justify-content: center;

}



.choose .titlepage {
    text-align: left;
    padding-bottom: 0;
}

.choose .titlepage h2 {
    color: #fff;
}
.choose_img {
    /* background-color: #fff; */
    /* padding: 20px; */
    margin-left: 30px;
    margin-right: 40px;
   
}

.choose_img figure {
    margin: 0;
    margin-left: -50px;
    /* height: 600px; */
}
.padding_with {
    max-width: 653px;
    float: right;
    /* width: 100%; */
}

.choose_box {
    display: flex;
}
.padding_bottom {
    padding-bottom: 30px;
}

#DeliveryExcellenceContent{
    color: wheat; 
    text-align: justify; 
    padding-right: 30px; 
    font-size: 18px;
}

#DeliveryExcellenceTitle{
    color: white;
    font-weight: bold;
}

#Delivery_Excellence_SideImg{
    width: 350px; 
    height: 550px;
}

#Delivery_Excellence_Content{
    width: 450px;
     margin-right: 40px;
}
#imageee{
    width: 400px;
    height: 600px;
}

@media only screen and (max-width:785px){
    #Delivery_Excellence_SideImg{
        display: none;
    }

    #Delivery_Excellence_Content{
        width: 90%;
        margin: 0px;
        padding-top: 30px;
        /* text-align: center; */
    }
    
    #DeliveryExcellenceContent{
        padding-right: 0px;
        text-align: center;
    }

    #DeliveryExcellenceTitle{
        text-align: center;
    }
}

/* --------------------Delivery Excellence End---------------------- */


/* -------------------------Why Choose Us css----------------- */

.WhyChooseUsContainer{
    padding: 30px 20px;
}

.whychoosecard{
    width: 350px;
    height: 390px;
    border: 1px solid rgb(91, 91, 91);
    border-radius: 20px;
    padding: 15px 20px;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 3px 0px black;
}



/* ----------------------Why choose us css end------------------ */


/* -------------------testimonials css ---------------- */
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel-item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #db584e;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 58px;
	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;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.testimonial{
    color: #171717;
    font-size: 15px;
}


/* -------------------------testimonials css end------------ */

/* -----------------------------Contact Us Form css---------------------- */
#contactUs{
    padding: 5px 20px;
}
.inputname{
	border:none;
    border-bottom:1px solid #E0E0E0;
    width: 500px;
	outline: transparent;
    margin-bottom: 40px;

}
#textarea{
	border:none;
    border-bottom:1px solid #E0E0E0;
	width: 86vw;
    outline: none;
	height: 100px;
}
#SubmitButton{
	height: 40px;
	width: 150px;
	border: none;
	color: white;
	background-color: green;
	justify-content: center;
}
.inputname:focus{
    outline: transparent;
}


/* -----------------------------Contact Us Form css end---------------------- */

footer{
    background-color: black;
    padding: 30px 20px;
}

#footerlogo{
    width: 200px;
    height: 100px;
}

.FooterContent{
    width: 250px;
    text-align: left;
    color: rgb(235, 235, 235);
    margin-bottom: 20px;
}
.footerborder{
    width: 50px; 
    background-color: green; 
    height: 3px; 
    margin-bottom: 10px;
    margin-top: 5px;
}

.FooterContent ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.FooterContent ul li{
    margin: 0px;
    gap: 1px;
}

#SocialMediaIcons{
    /*font-size: 30px;*/
    color: white;
        display: flex;
}

#SocialMediaIcons a{
    background-color: white;
    font-size: 28px;
    margin: 5px 6px;
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    padding: 5px 10px;
    border-radius: 50%;
    text-decoration: none;
}

#SocialMediaIcons a:hover{
    transform: scale(1.05);
    background-color:green;
    color: white;
    transition: 0.5s;
    
}


@media only screen and (max-width:550px){
    .FooterContent{
        text-align: center;
    }

    .footerborder{
        margin: auto;
    }
}