@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&amp;display=swap');

*{
	margin: 0px;
    padding: 0px;
}

body{
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

a, a:hover{
	text-decoration: none;
}

button{
	border-radius: 0px;
	border:inherit;
	outline: none;
}

button:focus{
	border-radius: 0px;
	border:inherit;
	outline: none;
	box-shadow: none;
}

.btnwebsite a{
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid var(--blue);
    color: var(--blue);
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
}

.btnwebsite a:hover{
    background-color: var(--blue);
    color: #fff;
}

ul{
	margin: 0px;
	padding:0px;
}

ul li{
	list-style: none;
}

input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}


:root {
  --lightgreen: #90c247;
  --blue: #0037c5;
}

.sec-heading h3{
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.sec-heading h3 span{
    color: var(--lightgreen);
}

/*menu css start*/

.header-nav{
    background-color: var(--blue);
}

.header-nav nav ul li{
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.header-nav nav ul li:hover a{
    color: #fff!important;
}

.header-nav nav ul li .nav-link{
    color: #f5f5f5!important;
    font-size: 18px;
    font-weight: 500;
}

.header-nav nav ul li .dropdown-menu{
    border: 0px;
}

.header-nav nav ul li .dropdown-menu li{
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 0px;
}

.header-nav nav ul li .dropdown-menu li a:hover{
    background-color: inherit!important;
    color: var(--blue)!important;
}

.header-nav nav ul li .dropdown-menu li a{
    color: #000!important;
}

.header-nav nav ul li .dropdown-menu li:before{
    display: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #e9ecef;
}

.header-nav .navbar-brand img{
    width: 170px;
}

.header-nav nav ul li:before{
    position:absolute;
    content: "";  
    left:50%; top:0; width:0%; 
    height:3px; 
    background-color:var(--blue); 
    transform:translateX( -50% ); 
    -webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    -o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-nav nav ul li:hover:before{
    width:100%;
}

.header-nav .track-shipment-btn a{
    display: block;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 8px 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}

.header-nav .track-shipment-btn a:hover{
    background-color: #fff;
    color: var(--blue);
}

.header-nav .navbar-light .navbar-toggler-icon{
    background-image: url(../images/download.svg);
}

.header-nav .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgb(255 255 255);
}

.header-nav .navbar-toggler:focus{
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0.25rem;
}

/*menu css end*/

/*home-banner css start*/

.home-banner{
    padding-top: 50px;
}

.home-banner .banner-content{
    padding-right: 30px;
}

.home-banner .wb-heading{
    margin-bottom: 30px;
}

.home-banner .wb-heading h1{
    color: var(--lightgreen);
    font-size: 48px;
    font-weight: 800;
}

.home-banner .wb-heading h1 span{
   
}

.home-banner .banner-content h2{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.home-banner .banner-content h5{
    display: inline-block;
    background-color: var(--blue);
    border: 2px solid var(--blue);
    border-radius: 5px;
    padding: 8px 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 30px;
}

.home-banner .home-video-banner{
    text-align: right;
}

/*home-banner css end*/

/*numbers-speak css start*/

.numbers-speak{
    margin-top: 80px;
    background-image: url(../images/number-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

.numbers-speak:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: -webkit-radial-gradient(top, circle cover, #406efbd4 0%, #012caee3 80%);
    background-image: -moz-radial-gradient(top, circle cover, #406efbd4 0%, #012caee3 80%);
    background-image: -o-radial-gradient(top, circle cover, #406efbd4 0%, #012caee3 80%);
    background-image: radial-gradient(top, circle cover, #406efbd4 0%, #012caee3 80%);
    z-index: -1;
}

.numbers-speak .single-coutnerup {
    text-align: left;
    padding: 0px 10px;
    text-align: center;
}

.numbers-speak .single-coutnerup img{
    width: 80px;
    margin-bottom: 15px!important;
    display: block;
    margin: 0 auto;
}

.numbers-speak .single-coutnerup .count-num {
    font-size: 36px;
    font-weight: 800;
    color: var(--lightgreen);
}

.numbers-speak .single-coutnerup .count {
    font-size: 36px;
    font-weight: 800;
    color: var(--lightgreen);
}


.numbers-speak .plus {
    font-size: 36px;
    font-weight: 800;
    color: var(--lightgreen);
}

.numbers-speak .single-coutnerup h5 {
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
}

.numbers-speak .sec-heading h3{
    color: #fff;
}


/*numbers-speak css end*/

/*via-sky css start*/

.via-sky{
    margin-top: 80px;
}

.via-sky .via-sky-box{
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 5px;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.via-sky .via-sky-box-last{
    margin-bottom: 0px;
}

.via-sky .via-sky-box .sky-box-content h5{
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.via-sky .via-sky-box .sky-box-content p{
    margin-bottom: 0px;
}

.via-sky .via-sky-box .sky-box-image {
    position: relative;
    margin-right: 30px;
}

.via-sky .via-sky-box .sky-box-image:before {
    content: "";
    background-color: var(--lightgreen);
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 15px;
    transition: 0.3s ease-in-out;
}

.via-sky .via-sky-box .sky-box-image img {
    position: relative;
    width: 60px;
    transition: 0.3s ease-in-out;
}

.via-sky .via-sky-box .sky-box-image:before {
    width: 30px;
    height: 30px;
    position: absolute;
}

.via-sky .via-sky-box:hover .sky-box-image:before {
    transform: scale(1.2);
    bottom: -10px;
}

.via-sky .via-sky-box:hover .sky-box-image img {
    transform: translateY(-5px);
}

/*via-sky css end*/

/*about-us css start*/

.about-us{
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.about-us:before{
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 500px;
    height: 108px;
    background-image: url(../images/section-shap-2.webp);
    background-repeat: no-repeat;
}

.about-us .about-image{
    padding-right: 50px;
}

.about-us .about-us-content p{
    text-align: justify;
}

/*about-us css end*/

/*ndr-rto css start*/

.ndr-rto{
    margin-top: 80px;
}

.ndr-rto .sec-heading h6 {
    margin-bottom: 0px;
    font-size: 20px;
}

.ndr-rto .ndr-content ul {
    padding-left: 30px;
}

.ndr-rto .ndr-content ul li {
    list-style: disc;
    margin-bottom: 8px;
}

.ndr-rto .ndr-image{
    text-align: center;
}

/*ndr-rto css end*/

/*our-services css start*/

.our-services {
  margin-top: 80px;
  background-color: whitesmoke;
  padding: 50px 0px;
}

.our-services .sec-heading h6{
    margin-bottom: 0px;
    font-size: 20px;
}

.industry-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin-bottom: 30px;
  min-height: 250px;
  transition: 0.3s;  
}

.industry-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 50px 30px -40px rgb(0 0 0 / 10%);  
}

.industry-box.one:hover{
  background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img1.webp');
  background-position: center;
  background-size: cover;
}

.industry-box.two:hover{
  background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img2.webp');
  background-position: center;
  background-size: cover;
}

.industry-box.three:hover{
  background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img3.webp');
  background-position: center;
  background-size: cover;
}

.industry-box.four:hover{
  background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img4.webp');
  background-position: center;
  background-size: cover;
}

.industry-box.five:hover{
  background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img5.webp');
  background-position: center;
  background-size: cover;
}

.industry-box.six:hover{
  background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img6.webp');
  background-position: center;
  background-size: cover;
}

.industry-box:hover img{
  background: #fff;
}

.industry-box h5{
  color: #000;
  font-weight: 600;
}

.industry-box:hover h5{
  color: #fff;
}

.industry-box img {
  margin-bottom: 20px;
  width: 55px;
  background: transparent;
  border-radius: 3px;
  padding: 5px;
}

.industry-box h5 {
  margin-bottom: 0px;
}


/*our-services css end*/

/*our-partner css start*/

.our-partner{
    margin-top: 80px;
    margin-bottom: 240px;
}

.our-partner ul.partner-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.our-partner ul.partner-list li {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0.5rem;
    padding: 0.5rem;
}

.our-partner .sec-heading h6 {
    margin-bottom: 0px;
    font-size: 20px;
}

/*our-partner css end*/

/*why-choose-us css start*/

.why-choose-us{
    margin-top: 80px;
    position: relative;
    padding-top: 100px;
}

.why-choose-us:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 108px;
    background-image: url(../images/section-shap-1.webp);
    right: 0px;
    top: 0px;
}

.why-choose-us .choose-content h4{
    font-size: 20px;
    font-weight: 600;
    color: var(--lightgreen);
    margin-bottom: 20px;
}

.why-choose-us .choose-content ul{
    padding-left: 30px;
}

.why-choose-us .choose-content ul li{
    list-style: disc;
    margin-bottom: 8px;
}

.why-choose-us .choose-content ul li:last-child{
    margin-bottom: 0px;
}


/*why-choose-us css end*/


/*back to top button*/

#myBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background-color: var(--lightgreen);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 3px solid #eee;
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 5%);
}

#myBtn i{
	color: #fff;
	font-size: 18px;
}

/*back to top button*/

/*whatsapp css start*/

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation: ripple-out 1.5s ease-in-out infinite;
    z-index: 99;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover{
    rotate: 30deg;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover{
    color: #fff;
}

@keyframes ripple-out{
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  100% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

/*whatsapp css end*/

/*footer css start*/

.footer{
    background-color: whitesmoke;
    padding-top: 120px;
    padding-bottom: 50px;
    position: relative;
}

.footer:before{
    position: absolute;
    content: "";
    background-image: url(../images/footer-img.webp);
    width: 400px;
    height: 252px;
    top: -170px;
    left: calc(100% - 50%);
    transform: translateX(-200px);
}

.footer .fltr-footer h3{
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer .fltr-footer p{
    color: #fff;
    font-weight: 500;
}

.footer .fltr-footer{
    padding-right: 50px;
}

.footer .fltr-footer ul li i{
    margin-right: 10px;
    color: #333;
    transition: 0.3s;
    font-size: 12px;
}

.footer .fltr-footer ul li a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.footer .fltr-footer ul li{
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.footer .fltr-footer ul li:hover a{
    color: var(--lightorange);
}

.footer .fltr-footer ul li:hover i{
    color: var(--lightorange);
}

.footer .fltr-footer ul li:first-child{
    margin-top: 0px;
}

.footer .fltr-footer ul li:last-child{
    margin-bottom: 0px;
}

.footer .fltr-footer .fltr-call a{
    display: flex;
    align-items: center;
}

.footer .fltr-footer .fltr-call{
    color: var(--lightorange);
    margin-bottom: 16px;
}

.footer .fltr-footer .fltr-call i{
    margin-right: 20px;
    font-size: 24px;
    color: var(--lightorange);
}

.footer .fltr-footer .fltr-call h4{
    margin-bottom: 0px;
    font-size: 30px;
    color: var(--lightorange);
}

.footer .fltr-footer .fltr-address{
    margin-bottom: 16px;
}

.footer .fltr-footer .fltr-address ul li a{
    display: flex;
    align-items: center;
}

.footer .fltr-footer .fltr-address ul li a i{
    margin-right: 10px;
}

.footer .fltr-footer .fltr-address ul li:hover a{
    color: #fff;
}

.footer .fltr-footer .fltr-address ul li:hover i{
    color: #fff;
}

.footer .footer-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.footer .footer-social ul li a {
    display: block;
    width: 30px;
    height: 30px;
    color: #ebebeb;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ebebeb;
    border-radius: 0.15rem;
    transition: 0.3s;
    font-size: 14px;
}

.footer .footer-social ul li a i{
    margin-right: 0px;
}

.footer .footer-social ul li a:hover{
    background-color: #fff;
}

.footer .footer-social ul li a:hover i{
    color: var(--blue);
}

.footer .fltr-footer .footer-social ul li{
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer .reach-contact{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer .reach-contact-two{
    align-items: baseline;
}

.footer .reach-contact .reach-icon{
    height: 30px;
    width: 30px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.footer .reach-contact .reach-icon i{
    color: #fff;
    font-size: 14px;
}

.footer .reach-contact .reach-text a{
    color: #000;
    font-weight: 500;
    margin-right: 5px;
}

.footer .reach-contact .reach-text a:hover{
    color: var(--blue);
}

.footer .fltr-social ul{
    display: flex;
    align-items: center;
}

.footer .fltr-social ul li{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
}

.footer .fltr-social ul li a{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .fltr-social ul li a i{
    color: #000;
    font-size: 14px;
    margin-right: 0px;
}

.footer .fltr-social ul li a:hover{
    border: 1px solid var(--blue);
}

.footer .fltr-social ul li a:hover i{
    color: var(--blue);
}

.footer .reach-no-text{
    align-items: baseline;
}

.footer .reach-no-text .reach-text a{
    white-space: nowrap;
}

/*footer css end*/

/*footer_bottom css start*/

.footer_bottom{
    padding: 10px 0px;
    background-color: var(--blue);
}

.footer_bottom p{
    margin-bottom: 0px;
    color: #fff;
}

.footer_bottom .designed_by{
    text-align: right;
}

.footer_bottom .designed_by p a{
    color: #c4c4c4;
}

/*footer_bottom css end*/

/*contact page css start*/

.contact-banner{
    background-image: url(../images/contact-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    height: 300px;
    display: flex;
    align-items: center;
}

.banner-heading h1{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
}

.contact-us-pg{
    margin-top: 80px;
}

.contact-us-pg .contact-add{
    background-color: var(--blue);
    padding: 30px;
}

.contact-us-pg .contact-info{
    margin-top: 15px;
}

.contact-us-pg .contact-add h5{
    color: #fff;
}

.contact-us-pg .contact-add p{
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}

.contact-us-pg .padding-cont{
    padding-left: 45px;
}

.contact-us-pg .contact-add a{
    color: #fff;
    font-weight: 500;
    display: block;
}

.contact-us-pg .contact-box{
    display: flex;
    align-items: center;
}

.contact-us-pg .contact-box .contact-icon{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-right: 10px;
}

.contact-us-pg .contact-box .contact-icon i{
    color: var(--blue);
    font-size: 20px;
}

.contact-us-pg .contact-box h4{
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.contact-us-pg h5{
    font-weight: 600;
}

.contact-us-pg .contact-form{
    padding-left: 50px;
}

.contact-us-pg .contact-form p{
    font-weight: 500;
    color: #000;
}

.contact-us-pg .contact-form p span{
    color: red;    
}

.contact-us-pg .contact-form .fields label{
    font-weight: 500;
    color: #000;
}

.contact-us-pg .contact-form .fields label span{
    color: red;    
}

.contact-us-pg .contact-form .fields input, select, textarea{
    padding: 10px!important;
    margin-bottom: 20px;
}

.contact-us-pg .contact-form .fields input:focus, select:focus, textarea:focus{
    box-shadow: none!important;
    border: 1px solid var(--lightgreen);
}

.contact-us-pg .contact-form .fields select:focus{
    box-shadow: none!important;
    border: 1px solid var(--lightgreen);
}

.contact-us-pg .contact-form .fields textarea:focus{
    box-shadow: none!important;
    border: 1px solid var(--lightgreen);
}

.contact-us-pg .contact-form .btnwebsite a{
    background-color: var(--blue);
    color: #fff;
}

.contact-us-pg .contact-form .btnwebsite a:hover{
    background-color: var(--lightgreen);
    border-color: var(--lightgreen);
}

.submitbtn{
	background-color: var(--blue);
    color: #fff;
	padding:10px 20px;
	border:0;
	border-radius:5px;
	
}
.submitbtn hover{
	 background-color: var(--lightgreen);
    border-color: var(--lightgreen);
}

.contact-map{
    margin-top: 80px;
    margin-bottom: -10px;
}

/*contact page css end*/

/*about us page css start*/

.about-banner{
    background-image: url(../images/about-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    height: 300px;
    display: flex;
    align-items: center;
}

.vision-value{
    margin-top: 80px;
    margin-bottom: 240px;
}

.vision-value .via-sky-box{
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 5px;
    padding: 30px 15px;
    min-height: 270px;
}

.vision-value .vision-value-heading{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.vision-value .via-sky-box-last{
    margin-bottom: 0px;
}

.vision-value .via-sky-box .sky-box-content h5{
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
}

.vision-value .via-sky-box p{
    margin-bottom: 0px;
    text-align: justify;
}

.vision-value .via-sky-box .sky-box-image {
    position: relative;
    margin-right: 20px;
}

.vision-value .via-sky-box .sky-box-image:before {
    content: "";
    background-color: var(--lightgreen);
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 15px;
    transition: 0.3s ease-in-out;
}

.vision-value .via-sky-box .sky-box-image img {
    position: relative;
    width: 60px;
    transition: 0.3s ease-in-out;
}

.vision-value .via-sky-box .sky-box-image:before {
    width: 30px;
    height: 30px;
    position: absolute;
}

.vision-value .via-sky-box:hover .sky-box-image:before {
    transform: scale(1.2);
    bottom: -10px;
}

.vision-value .via-sky-box:hover .sky-box-image img {
    transform: translateY(-5px);
}

/*about us page css end*/

/*terms-conditions page css start*/

.terms-conditions-banner {
    background-image: url(../images/terms-conditions-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    height: 300px;
    display: flex;
    align-items: center;
}

.terms{
    margin-top: 80px;
    margin-bottom: 240px;
}

.terms .terms-content ul {
    margin-left: 2rem;
}

.terms .terms-content ul li {
    list-style: disc;
    margin-bottom: 8px;
    color: #000;
}

.terms .terms-content ul li:last-child{
    margin-bottom: 0px;
}

/*terms-conditions page css end*/

/*privacy-policy page css start*/

.privacy-policy-banner {
    background-image: url(../images/privacy-policy.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 300px;
    display: flex;
    align-items: center;
}

.privacy-policy{
    margin-top: 80px;
    margin-bottom: 240px;
}

.privacy-policy .privacy-policy-content ul li {
    list-style: disc;
    margin-bottom: 8px;
}

.privacy-policy .privacy-policy-content h5 {
    font-weight: 600;
}

.privacy-policy .privacy-policy-content p {
    text-align: justify;
}

.privacy-policy .privacy-policy-content p:last-child{
    margin-bottom: 0px;
}

.privacy-policy .privacy-policy-content ul li {
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
    font-weight: 500;
}

.privacy-policy .privacy-policy-content ul li:last-child{
    margin-bottom: 16px;
}

.privacy-policy .privacy-policy-content ul li i{
    color: red;
    margin-right: 5px;
}

.privacy-policy .privacy-policy-content ul li p{
    margin-bottom: 0px;
}

/*privacy-policy page css end*/

/*service page css start*/

.service-banner {
    background-image: url(../images/service-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 300px;
    display: flex;
    align-items: center;
}

.service-pg{
    margin-top: 80px;
}

.service-pg .service-image img{
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 5px;
}

.service-pg .service-image{
    padding-right: 50px;
}

.service-pg .service-content p{
    text-align: justify;
}

.service-pg .service-content ul{

}

.service-pg .service-content ul li{
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}

.service-pg .service-content ul li:last-child{
    margin-bottom: 0px;
}

.service-pg .service-content ul li p{
    margin-bottom: 0px;
    font-weight: 500;
}

.service-pg .service-content ul li i{
    margin-right: 5px;
    color: var(--lightgreen);
}

.service-name{
    background-color: whitesmoke;
    padding: 50px 0px;
}

.service-name .service-image{
    padding-left: 50px;
    padding-right: 0px;
}

.project-cargo{
    margin-bottom: 240px;
}

/*service page css end*/

/*responsive css start*/

@media (min-width: 991px){
	.header-nav nav ul li:hover .dropdown-menu{ 
       display: block; 
       position: absolute;
       padding: 0px 0px;
       box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
       border-radius: 10px;
       padding: 5px 0px;
   }
   .header-nav .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transform: translateY(20%);
      transition: all .5s;
      padding-bottom: 0px;
   }
   .header-nav .dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0%);
   }

}


@media (max-width: 1400px){
    .home-banner .home-video-banner video{
        width: 550px;
    }
    .via-sky .via-sky-box{
        min-height: 165px;
    }
}

@media (max-width: 1200px){
    .home-banner .home-video-banner video{
        width: 480px;
    }
    .via-sky .via-sky-box {
       min-height: 190px;
    }

}

@media (max-width: 991px){
    .home-banner .home-video-banner{
        margin-top: 30px;
        text-align: left;
    }
    .home-banner .home-video-banner video{
        width: 100%;
    }
    .home-banner .banner-content{
        padding-right: 0px;
    }
    .via-sky .via-sky-box{
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }
    .via-sky .via-sky-box-last{
        margin-bottom: 0px;
    }
    .about-us .about-us-content{
        margin-top: 30px;
    }
    .about-us .about-image{
        padding-right: 0px;
    }
    .footer .fltr-footer{
        margin-bottom: 30px;
    }
    .footer .fltr-footer h3{
        margin-bottom: 20px;
    }
    .footer:before{
        display: none;
    }
    .our-partner{
        margin-bottom: 80px;
    }
    .footer{
        padding-top: 50px;
    }
    .footer .fltr-footer-lst{
        margin-bottom: 0px;
    }
    .why-choose-us .rev-col{
        flex-direction: column-reverse;
    }
    .footer_bottom p{
        font-size: 14px;
    }
    .why-choose-us .choose-image{
        margin-bottom: 30px;
        text-align: left!important;
    }
    .home-banner .wb-heading{
        margin-bottom: 15px;
    }
    .home-banner .banner-content h2{
        margin-bottom: 0px;
    }
    .header-nav .track-shipment-btn a{
        display: inline-block;
    }
    .header-nav nav ul li{
        margin-left: 0px;
    }
    .header-nav .track-shipment-btn{
        margin: 0.5rem 0rem;
    }
    .testimonial .testimonial-image{
        text-align: center;
    }
    .testimonial{
        margin-bottom: 80px;
    }
    .testimonial .testimonial-image{
        padding-left: 0px;
    }
    .about-us .row{
        flex-direction: column-reverse;
    }
    .about-us .about-image{
        margin-top: 30px;
    }
    .ndr-rto .ndr-image{
        margin-top: 30px;
    }
    .via-sky .md-last-box{
        margin-bottom: 30px;
    }
    .contact-us-pg .contact-form{
        padding-left: 0px;
    }
    .contact-banner{
        height: 200px;
    }
    .about-banner{
        height: 200px;
    }
    .privacy-policy-banner{
        height: 200px;
    }
    .terms-conditions-banner{
        height: 200px;
    }
    .service-banner{
        height: 200px;
    }
    .vision-value{
        margin-bottom: 80px;
    }
    .vision-value .via-sky-box{
        min-height: auto;
        margin-bottom: 30px;
    }
    .vision-value .sky-box-last{
        margin-bottom: 0px;
    }
    .service-pg .service-image{
        padding-right: 0px;
        margin-top: 30px;
    }
    .service-name .service-image{
        padding-left: 0px;
    }
    .service-pg .row{
        flex-direction: column-reverse;
    }
    .service-name .row{
        flex-direction: inherit;!important;
    }
    .project-cargo{
        margin-bottom: 80px;
    }
    .privacy-policy{
        margin-bottom: 80px;
    }
    .terms{
        margin-bottom: 80px;
    }

}

@media (max-width: 767px){
   .footer_bottom .copyroght{
    text-align: center;
    padding-bottom: 10px;
   }
   .footer_bottom .designed_by{
    text-align: center;
   }
   .contact-banner {
     height: 100px;
   }
   .banner-heading h1 {
    font-size: 24px;
    font-weight: 600;
   }
   .about-banner{
        height: 100px;
    }
     .privacy-policy-banner{
        height: 100px;
    }
    .terms-conditions-banner{
        height: 100px;
    }
     .service-banner{
        height: 100px;
    }
    
}

@media (max-width: 575px){
    .home-banner .wb-heading h1{
        font-size: 34px;
    }
    .home-banner .banner-content h2{
        font-size: 19px;
    }
    .our-partner ul.partner-list li img{
        width: 130px;
    }
    .our-partner .sec-heading h6{
        font-size: 18px;
    }
    .our-services .sec-heading h6{
        font-size: 18px;
    }
    .ndr-rto .sec-heading h6{
        font-size: 18px;
    }
    .why-choose-us .choose-content ul li{
        text-align: justify;
    }
    .ndr-rto .ndr-content ul li{
        text-align: justify;
    }
    .about-us:before{
        width: 300px;
    }
    .why-choose-us:before{
        width: 300px;
    }
    .testimonial:before{
        width: 300px;
    }
    .testimonial .testimonial-div .item{
        margin-right: 18px;
    }
    
}

/*---------------thank-you-start----------------*/
.thank-you-page {
margin-top: 60px;
margin-bottom: 240px;
}

.thank-you {
text-align: center;
}

.thank-you-page .thank-you h1 {
font-size: 60px;
margin-top: 0px;
font-weight: 600;
color: #79b35e;
}

.thank-you-page .thank-you h5 {
font-weight: 600;
font-style: italic;
color: #000;
}
.thank-you-page .thank-you .btnwebsite a {
background-color: #0037c5;
color: #fff;
}
.thank-you-page .thank-you .btnwebsite a {
display: inline-block;
padding: 8px 12px;
border-radius: 5px;
border: 1px solid #0037c5;
color: #fff;
font-weight: 500;
font-size: 16px;
transition: 0.5s;
}
.thank-you-page .thank-you .btnwebsite a i{
margin-right: 5px;
}

.thank-you-page .thank-you p {
text-align: center;
}

.thank-you-page .thank-you .ue-btn i {
margin-left: 5px;
}
@media (max-width: 767px) {
.thank-you-page {
margin-top: 50px;
margin-bottom: 50px;
}

.thank-you-page .thank-you p {
    font-size: 14px;
}

.thank-you-page .thank-you h1 {
    font-size: 35px;
}

.thank-you-page .thank-you img {
    width: 100px;
}
}


/*---------------thank-you-end----------------*/
/*responsive css end*/

