@charset "utf-8";
/* CSS Document */
*
{
	box-sizing:border-box;
}
body
{
	font-family: 'Poppins', sans-serif;
}

.top-header
{
	width:100%;
	max-width:100%;
	min-height:50px;
	background-color:#29166f;
    margin:0px;
    padding:0px
}
.top-header-content
{
	display:block;
}
.top-header-content .social-menu
{
	float:left;
    padding: 0px;
}
.top-header-content .social-menu ul li 
{
	height: 5px;
    padding: 0px;
}
.top-header-content ul
{
	list-style: none;
    display: block;
    display: block;
    float: right;
	margin:0px;
    padding:0px;
    height:5px;
}
.top-header-content ul li
{
	display: inline-block;
    color: #fff;
    letter-spacing: 1px;
	line-height:50px;
	margin-right:11px;
}
.top-header-content ul li i
{
	margin-right:5px;
}
.top-header-content ul li a
{
	text-decoration:none;
	color:#fff;
    margin:0px
}



.navbar
{
	border-radius:0px;
	margin-bottom:0px;
	border:none;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.41);
	box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.41);
}
.navbar-inverse
{
	background-color: #fff;
    border-color: #fff;
}
.navbar-inverse .navbar-brand
{
	color: #28abe3;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0px;
	height:auto;
}
.navbar-inverse .navbar-brand img
{
	height:60.5px;
    padding: 0px;
}
.navbar-nav
{
	float:right;
	margin:15px 0px;
}
.navbar-inverse .navbar-nav>li>a
{
	color:#29166f;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 5px 15px;
    margin:0px
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
{
	color:#da251c;
}
.navbar-inverse .navbar-nav>li>a:hover
{
	color:#da251c;
	transition: all 0.3s ease-in;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus
{
	background-color:transparent;
	color:#da251c;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
{
	background-color:transparent;
	color:#da251c;
}

.dropdown-menu
{
	border: none;
    top: 122%;
    left: 15px;
	border-radius:0px;
}
.dropdown-menu>li>a:hover
{
	background-color: #da251c;
    color: #fff;
}
.dropdown-submenu>a:after
{
	border-left-color:#fff;
}
.dropdown-menu>li>a
{
	color: #29166f;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    text-transform: uppercase;
}

/*.dropdown1:hover .dropdown-menu
{
	display:block;
}*/




/*multilevel dropdown menu*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #29166f;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-submenu .fa
{
	margin-left:10px;
}
/*multilevel dropdown-menu*/







/*crousel css start*/
.carousel-inner>.item>img, .carousel-inner>.item>a>img
{
	height:650px;
}

.first-banner
{
	background-image:url(../images/slidder_2.jpg);
	width:100%;
	max-width:100%;
	height:500px;
	background-position:center;
	background-size:cover;
}
.second-banner
{
	background-image:url(../images/slidder_4.jpeg);
	width:100%;
	height:500px;
	background-position:center;
	background-size:cover;
}
.third-banner
{
	background-image:url(../images/slidder_5.jpeg);
	width:100%;
	height:500px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.crousel-inner-content
{
	position:absolute;
	top:20%;
	left:40%;
	right:10%;
}
.crousel-inner-content h2
{
	margin:0px;
	font-size:37px;
	color:#fff;
	font-weight:800;
	text-shadow:1px 1px 2px black;
	letter-spacing:2px;
	line-height:1.5em;
	text-transform:uppercase;
}


.crousel-inner-content p
{
	margin: 0px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.5em;
	padding:25px 0px;
}
.crousel-inner-content .btn
{
	border: 1px solid #29166f;
    color: #da251c;
    padding: 15px 15px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #29166f;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 20px 0px;
}
.crousel-inner-content .btn a
{
	 color: #fff;
}
.crousel-inner-content .btn:hover
{
	color:#FFF;
	background-color:#da251c;
	border: 1px solid #da251c;
	transition: all 0.3s ease-in;
}
.crousel-inner-content .btn:hover a
{
	color:#fff;
	text-decoration:none;
}
.owl-carousel .owl-dots
{
	text-align: center;
	margin: 10px auto 0px;
	position:absolute;
	bottom:20px;
	right:0;
	left:0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot:focus
{
	outline:none;
}
.owl-carousel .owl-nav button.owl-next span
{
	font-size: 6em !important;
    position: absolute;
    top: 24px;
    right: 20px;
    color: #fff;
	
}
.owl-carousel .owl-nav button.owl-prev span
{
	font-size: 6em !important;
    position: absolute;
    top: 24px;
    left: 20px;
    color: #fff;
}
.owl-carousel .owl-dots .owl-dot.active span
{
	width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #da251c;
    border-radius: 0%;
}
.owl-carousel .owl-dots .owl-dot span
{
	width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #29166f;
    border-radius: 0%;
    margin-right: 10px;
}
 .owl-prev, .owl-next {
    color: black !important;  /* Set the color to black */
    fill: black !important; 
  }
/*crousel css end*/


.my-content
{
	position:relative;
}
.shipment-form
{
	background-color: rgba(0,0,0,0.6);
    min-height: 58%;
    width: 30%;
    margin-left: 60px;
    position:absolute;
	top:0px;
	bottom:0px;
    z-index: 1;
}
.form-inner-content
{
	text-align: center;
    padding: 47px 0px;
}
.shipment-form .form-title
{
	color: #fff;
    margin: 0px auto;
    text-align: center;
	margin-bottom:30px;
}
.shipment-form .form-title h3
{
	font-size:25px;
	letter-spacing:1px;
}
.shipment-form .text-field
{
	width: 65%;
    min-height: 45px;
    border: none;
    margin-bottom: 15px;
	padding:0px 15px;
}
.shipment-form .submit-btn
{
	width: 65%;
    min-height: 45px;
    border: none;
    margin-bottom: 30px;
    background-color: #da251c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
.shipment-form .form-footer
{
	margin-top:30px;
}
.shipment-form .form-footer p
{
	color:#fff;
}


.my-content-1
{
	display:block;
	margin:20px 0px;
	margin-top:40px;
}
.item
{

}
.thumb-img
{
	position:relative;
}
.thumb-img a
{
	text-decoration:none;
}
.thumb-img .main-img
{
}
.thumb-img .img-content
{
	position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.7);
    height: 100%;
    width: 50%;
    color: #fff;
    /* text-align: center; */
    font-size: 15px;
    padding: 20px 25px;
}


.footer
{
	width:100%;
	max-width:100%;
	min-height:50px;
	background-color:#29166f;
}
.footer p
{
	color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 50px;
    text-align: center;
	margin:0px;
}
.footer p a
{
	color: #ffffff;
    text-decoration: underline;
}


.modal-form
{
}
.modal-form .btn1
{
	background-color:transparent;
    padding: 0px;
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 1;
    outline: none;
	border:none;
}
.modal-form .btn1 .fa{
	display:none;
	}
.modal-content
{
	background-color: #da251c;
    border: none;
    min-height: 300px;
    border-radius: 0px;
}
.modal-header
{
	border-bottom:none;
}
.modal-title
{
	color: #fff;
    padding-left: 21px;
    font-size: 20px;
}
.close
{
	opacity: 1;
    text-shadow: none;
    font-size: 33px;
    color: #fff;
}
.close:hover
{
	opacity: 1;
    color: #29166f;
}
.call-back-form
{
}
.call-back-form .input-field
{
	width: 100%;
    min-height: 45px;
    border: none;
    margin-bottom: 30px;
    padding: 0px 15px;
}
.call-back-form .input-btn
{
	width: 100%;
    min-height: 45px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #29166f;
}
.call-back-form .input-btn:hover
{
    background-color: #29166f;
    color: #fff;
}


.my-content-2
{
	display:block;
}
.my-content-2 h2
{
	margin:0px;
	padding:0px;
	line-height:300px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:40px;
	color:#fff;
}



.about-us-content
{
	display:block;
	margin-top:35px;
}

/* Style the tab */
.tab {
  float: right;
  border: none;
  background-color:transparent;
  width: 30%;
  min-height: 400px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: #da251c;
  color: #fff;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin-bottom:6px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #29166f;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #29166f;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border:none;
  width: 100%;
  border-left: none;
  min-height: 400px;
}
.tabcontent h3
{
	letter-spacing: 1px;
    text-transform: uppercase;
    color: #29166f;
    margin: 0px 0px 15px;
}
.tabcontent hr
{
	width: 20%;
    text-align: left;
    margin: 0px 0px 10px;
    border-width: 4px;
    /* color: #da251c; */
    border-color: #29166f;
}
.tabcontent p
{
	letter-spacing: 1px;
    line-height: 1.6em;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 15px;
}
.tabcontent ul
{
	padding-left: 20px;
    margin: 0px 0px 35px;
}
.tabcontent ul li
{
	font-size: 15px;
    letter-spacing: 1px;
    line-height: 2em;
}

.gst-form
{
	display:block;
}

.services-content
{
	display:block;
	margin:35px 0px;
}
.services-content h3
{
	letter-spacing: 1px;
    text-transform: uppercase;
    color: #29166f;
    margin: 0px 0px 15px;
}
.services-content hr
{
	width: 20%;
    text-align: left;
    margin: 0px 0px 20px;
    border-width: 4px;
    /* color: #da251c; */
    border-color: #29166f;
}
.service-details
{
	display:block;
}
.service-details p
{
	font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.service-details h4
{
	    color: #29166f;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.service-details ul
{
	padding-left: 20px;
    margin: 0px 0px 15px;
}
.service-details ul li
{
	font-size: 15px;
    letter-spacing: 1px;
    line-height: 2em;
}
.inner-list
{
	margin:0px !important;
}
.services-sidemenu
{
}
.services-sidemenu ul
{
	list-style: none;
    padding: 0px;
}
.services-sidemenu ul li
{
	background-color: #da251c;
    margin-bottom: 4px;
    padding: 20px 20px;
}
.services-sidemenu ul li:hover
{
	background-color:#29166f;
}
.services-sidemenu ul .active
{
	background-color:#29166f;
}
.services-sidemenu ul li a
{
	font-size: 15px;
	color:#fff;
    font-weight: 500;
    letter-spacing: 1px;
	text-decoration:none;
}
.services-sidemenu ul li:last-child
{
	margin-bottom:35px;
}

.support-form
{
	margin:40px 0px;
}
.support-form .support-text-box
{
	width: 100%;
    min-height: 55px;
    padding: 0px 10px;
	font-size:16px;
	letter-spacing:2px;
	border:1px solid #333;
}
.support-form .search-btn
{
	    background-color: #da251c;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 55px;
    font-size: 16px;
    letter-spacing: 1px;
    min-height: 55px;
    font-weight: 600;
}
.support-form .search-btn:hover
{
	background-color:#29166f;
}


.query-form
{
}
.query-form .text-field-1
{
	width: 100%;
    min-height: 50px;
    padding: 0px 15px;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0px 0px 15px;
	border:1px solid #333;
}
.query-form .text-field-2
{
	width: 100%;
    min-height: 50px;
    padding: 0px 15px;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0px 0px 15px;
	border:1px solid #333;
}
.query-form .input-btn-1
{
	    background-color: #da251c;
    border: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    width: 100%;
    min-height: 45px;
    margin-bottom: 15px;
}
.query-form .input-btn-1:hover
{
	background-color:#29166f;
}

.contact-us-details
{
	display:block;
	margin:30px 0px;
}
.contact-us-details h3
{
	margin: 0px 0px 15px;
    text-transform: uppercase;
    color: #29166f;
    letter-spacing: 1px;
}
.contact-us-details hr
{
	    width: 20%;
    text-align: left;
    margin: 0px 0px 20px;
    border-width: 4px;
    /* color: #da251c; */
    border-color: #29166f;
}
.contact-us-details ul
{
	padding: 0px;
    list-style: none;
}
.contact-us-details ul li
{
	font-size: 15px;
    letter-spacing: 1px;
    line-height: 2em;
}
.contact-us-details ul li span
{
	    color: #29166f;
    font-weight: 600;
    display: inline;
}
.contact-us-details ul li span i
{
}
.contact-us-details .text-field-3
{
	width: 100%;
    min-height: 40px;
    margin: 0px 0px 15px;
    padding: 0px 10px;
    letter-spacing: 1px;
    font-size: 14px;
	border:1px solid #333;
}
.contact-us-details .text-area
{
	width: 100%;
    min-height: 145px;
    padding: 0px 10px;
    letter-spacing: 1px;
    font-size: 15px;
	margin:0px 0px 15px;
	border:1px solid #333;
}
.contact-us-details .input-btn-2
{
	    border: none;
    background-color: #da251c;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 35%;
    min-height: 40px;
    margin: 0px 0px 30px;
}

.about-2-secs-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
 }

.about-2-secs-right img{
    margin-top: 15px;
    width: 380px;
    height: 230px;
}

.about-2-secs-right .PanIndia{
    margin-top: 8px;
    width: 300px;
    height: 230px;
}

.about-2-secs-right .Threepl{
    margin-top: 8px;
    width: 400px;
    height: 230px;
}

.about-2-secs-right .customerSupport{
    margin-top: 8px;
    width: 330px;
    height: 230x;
}

.owl-carousel{
    margin-bottom: 2px;
}

.testimonials{
    margin-top: 1px;
}

.testimonials .card {
   
    border: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

.testimonials .card-text {
    font-family: 'Poppins', sans-serif;
}

.testimonials img {
    width: 50px;
    height: 50px;
}

.card-body{
    padding:20px 10px;
    margin-bottom: 15px;
}

.w3l-footer-22 {
    background: #0a0a0a;
}

.right-side {
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 10px;
    background: var(--bg-color);
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    box-shadow: 0px -1px 41px 0px rgb(21 22 23 / 8%);
}

.w3l-footer-22 .sub-two-center h6,
.w3l-footer-22 .sub-two-right h6 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}

.w3l-footer-22 .sub-two-right ul li {
  list-style: none;
}

.w3l-footer-22 .sub-two-right ul li span {
  margin-right: 10px;
  color: #fff;
}

.w3l-footer-22 .sub-two-right p {
  font-size: 14px;
  line-height: 24px;
  color: #cecece;
}

.w3l-footer-22 ul.social li,
.w3l-footer-22 ul.jst-link li {
  display: inline-block;
  margin-right: 5px;
}

.w3l-footer-22 ul.social li a {
  color: #fff;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.06);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.w3l-footer-22 ul.social li a:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}

.w3l-footer-22 ul.social li a span {
  font-size: 15px;
  line-height: 35px;
}

.w3l-footer-22 .columns-2 {
  margin-top: 1.2em;
}

.w3l-footer-22 .columns p,
.w3l-footer-22 .columns p a {
  font-size: 15px;
  line-height: 25px;
  color: #a0a0a0;
}

.w3l-footer-22 .sub-two-right ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #cecece;
  margin: 0 0 10px 0;
  display: block;
}

.w3l-footer-22 .sub-two-right ul li a:hover {
  color: #fff;
}

.w3l-footer-22 .columns p a {
  color: #fff;
}

.w3l-footer-22 .columns p a:hover {
  color: #fff;
  text-decoration: underline;
}

.w3l-footer-22 .column2 span {
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  margin-right: 10px;
  width: 25px;
  text-align: center;
}

.w3l-footer-22 .column2 a {
  text-decoration: none;
  color: #cecece;
  line-height: 25px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}

.w3l-footer-22 .ab-right-cont {
  border-left: 1px solid rgb(64 73 82 / 51%);
}

.w3l-footer-22 .column2 a:hover {
  color: #fff;
}

.w3l-footer-22 .href2 {
  margin-top: 10px;
  padding: 10px 0;
}

.w3l-footer-22 .contact-para {
  color: #cecece;
  line-height: 25px;
  font-size: 17px;
  margin-top: 10px;
}

.contactInfo{
    color: #cecece;
    
}

.contactInfo ul{
    
}

#contact ul li span{
    color: #29166f;
    font-weight: 600;
    display: inline;
}


Footer Styles
.sb-one {
    text-align: justify; 
    color: #cecece;
}

.footer img {
    max-width: 100%; 
    height: 70px;
}

.sub-two-center {
    text-align: left; 
}

.sub-two-right h6 {
    font-size: 18px;
    font-weight: bold;
}

.sub-two-right ul {
    list-style-type: disc; 
    margin-left: 20px; 
}

.contactInfo li {
    margin-bottom: 10px; 
}


@media (max-width: 768px) {
    .sb-one-left, .sub-two-center {
        text-align: center; 
    }

    .sub-two-right ul {
        margin-left: 0; 
    }
} 

.w3l-footer-22{
    margin-top: 20px;
}

