
* {
    margin: 0;
    padding: 0;
}

body {
     margin: 0;
     padding: 0;
     box-sizing: border-box;  
        
}

.logo-top{ text-align:center}

.top-sec {
    display: flex;
    padding: 24px 0 0 0;
    float: right;
}

.top-navbar {
    padding: 7px 0 0 0;
}

 .contact-infos {
    display: flex;
    align-items: center;
}

.contact-infos i {
    color: #ca1631;
    font-size: 17px;
    margin-right: 17px;
    border: 1px solid #ca1631;
    padding: 10px 10px;
    border-radius: 50%;
}

.contact-infos span {
    display: block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #9c9c9d;
    margin-bottom: 0;
    text-transform: capitalize;
}

 .contact-infos a {
    font-family: roboto, sans-serif;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #9b9b9b !important;
    text-decoration:none;
    /* text-transform: capitalize; */
}

.dropdown-menu:li {
    text-align: left;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
 a.navbar-brand {
    display: none;
}

.navbar-nav li.nav-item {
    padding: 10px 20px;
    font-size: 20px;
}

.navbar-nav li.nav-item:hover {
  background: #ca1631;
}

nav.navbar {
    margin: 0px 0 0 0;
    background: #FFC50F;
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    color:#fff !important;
    font-weight: 500;
}

.banner-img {
    height: 720px;
    width: 100%;
    position: relative;
}
.banner-img img{
    height:100%;
    width: 100%;
    object-fit:cover;
}
.banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55); /* black overlay 55% */
    z-index: 1;
}
.products-services {
     width: 90px;
     height: auto;
}
.products-services img {
    width: 100%;
    height: 100%;
}

.products-sec {
    padding: 20px 0;
    background:#eee;
}

.form-sec-top {
    position: absolute;
    top: 27%;
    left: 2%;
    z-index:2;
}

/* ffdgfgjhkgfhjhgf */

.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}

.py-50 {
    padding: 50px;
}

.sub-text {
    font-weight: 600;
    margin: 0 0 10px;
    display: inline-block;
    color: #c80b27;
    line-height: 28px;
    font-size: 15px;
    text-transform: uppercase;
}
.desc {
    font-weight: 500;
    text-align: justify;
}

.mt-45 {
    margin-top: 45px;
}

.readon.consultant.discover {
    padding: 15px 40px 15px 40px;
}

.readon.consultant.discover-btn {
    padding: 10px 67px;
}

.readon.consultant {
    padding: 18px 35px 18px 35px;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    background: #cf2c44;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.readon.consultant:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 300px;
    height: 200px;
    background-color: #333;
    border-color: transparent;
    border-radius: 50%;
    transform: translate(-40px, -80px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.banner-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    padding: 30px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #212529;
    background-color: #fff;
    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;
}


.features-bar {
    padding-top: 0;
    padding-bottom: 45px;
    overflow: visible;
}

.why-choose-h h2 {
    font-size: 36px;
    text-align: center;
}

.ic-service .feature-panel {
    box-shadow: 0px 0px 7px -2px grey;
    height: 340px;
    padding: 12px;
    margin-bottom: 30px;
}

.feature-panel img {
    height: 90px;
    margin: auto;
   
}

.ic-service p {
    text-align: center;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    padding: 15px 0 0 0;
}

.feature-panel:hover p {
    color:#fff;
}

.feature-panel h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 0 0 0;
}
.feature-panel:hover h6{
    color: #fff;
}

.ic-service .feature-panel:hover {
    background-color: #cf2c44;
 
}

/* services css */

 /* .case-item-warp {
    -webkit-box-shadow: 0 5px 83px 0 rgb(40 40 40 / 6%);
    box-shadow: 0 5px 83px 0 rgb(40 40 40 / 6%);
    margin-bottom: 30px;
} */


.case-img {

    overflow: hidden;
    transition: 0.5s;
    border-top-left-radius: 17px;
     border-top-right-radius: 17px;
    
}

.case-img img:hover {

    transform: scale(1.1);
    transition: 0.5s;
}



 .case-img img {
    max-width: 100%;
    width: 100%;
    transition: 0.5s;
}

.case-title {
    padding: 15px 0 11px 0;
    color: #fff;
}

.case-desc p {
    color: #fff;
}

.case-more a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}
.case-more a i {
    padding: 0 7px 0 0;
}

.case-content {
    padding: 21px 15px;
    background: #cf2c44;
     border-bottom-left-radius: 17px;
     border-bottom-right-radius: 17px;
}
.case-content:hover {
    background: #000;
}

.services-sec {
    padding: 50px 0;
}

.case-title h4 {
    font-size: 20px;
}
/* kcjscnskcnsj */

.relocation-sec {
    background: #004186;
    padding: 50px 0;
}

.relocation-text span {
    color: #fff;
    font-weight: 500;
}

.relocation-text h1 {
    color: #fff;
    font-weight: 800;
}

.relocation-text p {
    color: #fff;
    margin: 20px 0 0 0;
    font-weight: 500;
    line-height: 2;
}

.email-sec a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.phone-sec a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.email-sec {
    padding: 0 0 0px 58px;
}

.relocation-text {
    padding: 0px 0 0 30px;
}

.form-sec-top h1 {
    color: #fff;
    font-size: 56px;
}

.form-sec-top p {
    font-size: 19px;
    color: #ffff;
    font-weight: 600;
    margin: 0 0 45px 0;
}

.btn-top a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    font-size: 20px;  
}

.btn-top a:hover {
    color: #fff;
    background: #000;
}

/* hjjgjfdsJJKSFLHGFDSdfglhgdksDFGFKDS */

.color-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #1212126e;
   /*opacity: 0.6;*/
}

.sectionClass {
  padding: 20px 0px 20px 0px;
  position: relative;
  display: block;
}

.counter-sec {
    background-color: #eee;
    background-image: url(../images/digital-logistics-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    width: 100%;
    position: relative;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
    justify-content:center;
  margin-top: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

/*.projectFactsWrap .item{*/
/*  width: 25%;*/
/*  height: 100%;*/
/*  padding: 15px 0px 0 0 !important;*/
/*  text-align: center;*/
/*}*/


.projectFactsWrap .item {
    width: 20% !important;
    height: 100%;
    padding: 15px 0px 0 0 !important;
    text-align: center;
    margin: 0 13px;
}




.projectFactsWrap .item:nth-child(1){
    background: rgb(0 57 129);
}

.projectFactsWrap .item:nth-child(1):hover{
    background:#FFC50F;
}

.projectFactsWrap .item:nth-child(2){
    background: rgb(207 44 68);
}

.projectFactsWrap .item:nth-child(2):hover{
    background:#FFC50F;
}

.projectFactsWrap .item:nth-child(3){
    background: rgb(0 57 129);
}

.projectFactsWrap .item:nth-child(3):hover{
    background:#FFC50F;
}
.projectFactsWrap .item:nth-child(4){
    background: rgb(207 44 68);
}

.projectFactsWrap .item:nth-child(4):hover{
    background:#FFC50F;
}

.projectFactsWrap .item p.number{
  font-size: 25px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */


footer .authorWindow a{
  color: white;
  text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
}

/* jhchvcskadguiiufgdhsjdhufjdkdhd */

.testimonial-sec {  
    padding: 50px 0;
}

.testmoinal-box:hover {
    box-shadow: rgb(207 44 68) 0px 0px 24px -11px inset;
}

.testmoinal-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 24px -11px;
    padding: 18px 18px 40px;
}

.testmoinal-box h2 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0px;
}

.testmoinal-box ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.testmoinal-box ul li {
    display: inline;
    color: rgb(207 44 68);
    font-size: 17px;
    padding: 0px 0px 0px 7px;
}


/* hjkslshkdlkfjjdklfjgl */


.footer-sec {
    background:  0% 0% / cover rgb(18, 18, 18);
}

.footer-top {
    padding: 50px 0px;
}

.footer-top .footer-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 14px;
}

.footer-top .footer-title::after {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: -4px;
    right: 0px;
    left: 0px;
    margin-left: 0px;
    z-index: 0;
    background: rgb(207 44 68);
    border-radius: 0px;
    transition: all 0.3s ease 0s;
}

.footer-top p {
    margin: 30px 0px 0px;
}

.footer-top p {
    margin: 30px 0px 0px;
}

.footer-top .footer-social li {
    display: inline;
    /*margin-right: 5px;*/
}


.footer-top .footer-social li a i {
    font-size: 15px;
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0px;
    transition: all 0.8s ease 0s;
    background: rgb(28, 32, 36);
    border-radius: 12px;
}

.site-map {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-top .site-map li {
    margin-bottom: 15px;
}

.address-widget {
    list-style: none;
    margin: 0px;
    padding:0;

}

.footer-top .site-map li a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition:0.5s;
}

.pb-40 {
    padding-bottom: 40px;
}
.footer-top .address-widget li {
    position: relative;
    display: inline;
    padding: 0px 0px 16px 40px;
}

.desc i {
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 0px 16px 0px 0px;
}

.footer-top .address-widget li .desc a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer-top .site-map li a:hover {
     padding:0 0 0 15px;
}

.footer-bottom {
    padding: 20px 0px;
    background: rgb(207 44 68);
    margin-bottom:0px;
}

.footer-bottom .copyright p {
    color: rgb(255, 255, 255);
    margin: 0px;
}

.footer-bottom .copyright p a {
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-decoration: none;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 19rem !important;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -2% !important;
    top: 103% !important;
}


/*.bg-overlay-dark:before {*/
/*    background-image: linear-gradient(90deg, #1b1a1ae8 0%, rgba(27, 26, 26, 0) 67%);*/
/*}*/
/*.bg-overlay:before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*}*/


/*.kewards-sec {*/
/*    padding: 50px 0;*/
/*}*/


.kewards-text ul li {
    background: #cf2c44;
    margin: 7px 0;
    padding: 6px 16px;
    font-size: 15px;
    color: #fff;
}

.kewards-text ul li:hover {
    background: #004186;
    color: #fff;
}

.kewards-sec {
    background-color: #eee;
    background-image: url(../images/Trucking-Company.webp);
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    width: 100%;
    background-attachment: fixed;
    position: relative;
     /*padding: 50px 0;*/
}

.color-overlay-1 {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1212126e;
    padding: 50px 0;
    /* opacity: 0.6; */
}


.review-btn a {
    text-decoration: none;
    border: 1px solid #cf2c44;
    padding: 10px 20px;
        background: #cf2c44;
        color:#fff;
}

.review-btn a:hover {
        background: #004186;
         border: 1px solid #004186;
         color:#fff;
}

.review-btn {
    margin: 31px 0 0 477px;
}


@media screen and (max-width: 992px) {
.container{ max-width:100%!important}
.navbar-light .navbar-brand{ display: block}
}

@media screen and (max-width: 767px) {
.logo-top{ margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:10px;}
.contact-infos{ margin-bottom:20px; padding:5px; font-size:14px;}
.contact-infos i{ margin-right:5px; padding:5px; font-size:15px}
.contact-infos, .contact-infos a{ font-size:13px;}
.contact-infos:last-child{ margin-bottom:0!important}
.top-navbar .row .col-lg-9 .mb-3{ margin-bottom:0!important}
.footer-bottom{
    margin-bottom:100px;
   
}
.top-navbar {
    /*display:none;*/
}

 a.navbar-brand {
    display: block;
}
.new-menu {
    color: #fff;
}

.banner-img {
    height: 300px;
    width: 100%;
    position: relative;
}

.form-sec-top h1 {
    color: #fff;
    font-size: 28px;
}

.form-sec-top {
    position: absolute;
    top: 4%;
    left: 2%;
}

nav.navbar {
    margin: 0px 0 0 0;
    background:#FFC50F;
    padding: 0;
}

.projectFactsWrap .item {
    flex: 0 0 94%;
}

.review-btn {
    margin: 31px 0 31px 30px;
}


}

.review-img img {
    box-shadow: rgb(207 44 68) 0px 0px 24px -11px inset;
}


.resones-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resones-text ul li {
    line-height: 2;
}

.resones-text h4 {
    padding: 0 0 15px 0;
}

.resonse-sec {
    padding:30px 0;
        background: #eee;
}

.resones-text ul li i{
    color: #cf2c44;
    font-size: 18px;
    padding: 0 16px 0 0px;
}

/*hdklkjhlfjdlkdfjdk*/



.heading h2 { color: #cf2c44;font-size: 26px;font-weight: 500;}
.address i.fas.fa-map-marker-alt {font-size: 24px;color: #cf2c44;padding: 0 8px 0 0;}
.address h3 {color: #b1b1b1;font-size: 18px;}
.address p { font-size: 16px;color: #b1b1b1;    text-transform: capitalize;}

.email {  margin: 23px 0 0 0;}
.email i.fas.fa-envelope { font-size: 24px;color: #cf2c44; padding: 0 8px 0 0;}
 .email h3 {color: #b1b1b1;font-size: 18px;}
  .email a {text-decoration: none;color: #b1b1b1;font-size: 18px;}
.email a:hover {color: #cf2c44;}

.phone {  margin: 23px 0 0 0;}
.phone i.fas.fa-phone-square-alt {font-size: 24px;color: #cf2c44;padding: 0 8px 0 0;}
.phone h3 {color: #b1b1b1;font-size: 18px;}
.phone a {text-decoration: none;color: #b1b1b1;font-size: 18px;}
.phone a:hover {color: #cf2c44;}
.landline{text-decoration: none;color: #78a2cc;font-size: 18px;}

.web {  margin: 23px 0 0 0;}
.web i.fas.fa-globe-asia {font-size: 24px;color: #cf2c44;padding: 0 8px 0 0;}
.web h3 {color: #b1b1b1;font-size: 18px;}
.web p { font-size: 16px;color: #b1b1b1;}

.GSTIN {display: flex;    margin: 23px 0 0 0;}
.GSTIN h3 {color: #b1b1b1;font-size: 18px;}
.GSTIN p { font-size: 16px;color: gray; padding: 0 0 0 5px;}


.CIN { display: flex;    margin: 14px 0 0 0;}
.CIN h3 {color: #b1b1b1;font-size: 18px;}
.CIN p { font-size: 16px;color: gray; padding: 0 0 0 5px;}


.name { margin-top: 25px;}
span { color: red;padding: 0 6px;}

button.send { padding: 12px 31px; outline: none; border: none; background: #cf2c44;color: #fff;font-size: 20px; font-weight: 700;text-transform: capitalize; border-radius: 10px;}
button.send:hover {color:#fff;background:#000;}

button.Reset { padding: 12px 31px;outline: none; border: none;background: gray; color: #fff;font-size: 20px;font-weight: 700;text-transform: capitalize;
 border-radius: 10px;margin: 0 22px;}


hr:not([size]) {
    height: 4px !important;
    color: #cf2c44;
}

.address-sec {
    background: #eee !important;
    padding: 15px 0 15px 25px !important;
    /*width: 70% !important;*/
}

.gallery-video {
    width:100%;
    height:300px;
}

.gallery-image{
     width:100% !important;
    height:350px;
    object-fit:cover;
}


/*css start breadcream */



.page-title {
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
     padding: 72px 15px;
       background-color: #cf2c44;
    background-image: url(../images/security-banner-copy-1.jpg);
}

.page-title-text {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    color: #151515;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

.bg-default {
    background-color: #fff;
}

.breadcrumbs-custom {
    position: relative;
    vertical-align: middle;
    padding: 16px 15px;
    border-bottom: 1px solid #e8e8e8;
}

.breadcrumbs-custom li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 36px;
    font-size: 14px;
    color: black;
}

.breadcrumbs-custom a, .breadcrumbs-custom a:active, .breadcrumbs-custom a:focus {
    color: #7a8c90;
}
.breadcrumbs-custom a {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs-custom li:after {
    content: "";
    position: absolute;
    top: 55%;
    right: 9px;
    display: inline-block;
    color: #9b9b9b;
    font: 400 18px/1 'FontAwesome';
    transform: translateY(-50%);
}


/*css close breadcream */



.address-other h4 {
    font-size: 18px;
}

.address-name h3 {
    font-size: 19px;
    font-weight: 700;
}

.address-name {
    display: flex;
}
.address-other {
    display: flex;
}

 .address-other i.fa-solid.fa-user {
    padding: 0 10px 0 0;
    color: #f00;
}

.heading-location {
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 0 0 21px 0;
}

.kewards-text ul a {
    text-decoration:none;
}
.fix-footer img {
    width: 45px !important;
}

.location-h{   
    background: #014186;
    padding: 25px;
}
.location-h{ 
    color: white;
    line-height: 35px;
}
.location-h a{ 
    text-decoration:none;
    color:white;
}

.lo-phone i{
    transform: rotate(100deg);
}
.owl-dots
{
    display: none;
}

.hy-page p{
    font-size: 17px;
    line-height: 35px;
}
.hydra-para{
    width:100%;
    background: #8080800f;
}
.hydra-para h3{
    background: #014186;
    padding: 8px;
    color: white;
}
.hydra-price th{
  background: #d03e44 !important;
    color: white;  
}
.hydra-price td{
   font-size: 15px;
    line-height: 35px; 
}
.form-hydra{
    position: sticky;
    top: 10px;
}
