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

body{
    font-family: 'Poppins', sans-serif !important;    
      overflow-x: hidden;
}
html{
      overflow-x: hidden;
}
:root {
    --primarycolor: #01557d;
    --amberYellow: #ffc000;
    --eerieBlack: #1b1b1b;
    --lightGray: #f7f7f7;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--eerieBlack);
}
h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primarycolor);
}
.sec-shape-btn {
    display: inline-block;
    background-color: var(--primarycolor);        
    border-radius: 0;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.sec-shape-btn a.btn {    
    padding: 8px 24px;    
    font-size: 18px;
    color: #fff;
}
.sec-shape-btn a.btn span{
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--amberYellow);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    font-size: 28px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
a.side-btn {
    position: fixed;
    right: -44px;
    top: 40%;
    width: fit-content;
    height: 38px;
    background: var(--primarycolor);
    color: #fff;
    font-size: 16px;
    transform: rotate(-90deg);
    padding: 0px 16px;
    z-index: 9999;
    border: 2px solid var(--primarycolor);
    text-decoration: none;
}
p.cont-num {
    display: inline-block;
    background-color: var(--lightGray);    
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
p.cont-num a {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 40px;
    color: var(--eerieBlack);
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
header .navbar-brand img {
    width: 100px;
}
header a.nav-link {
    font-weight: 500;
    color: var(--eerieBlack);
}
header a.nav-link:hover{
    color: var(--primarycolor);
}
.banner-sec .carousel-inner img {
    height: 550px;
    object-fit: cover;
}
.banner-sec .carousel-inner{
    z-index: 0;
}
.banner-sec .carousel-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000005c;
    position: absolute;
    top: 0;
    z-index: 1;
}
.banner-sec .banner-content {
    position: absolute;
    top: 13%;
    width: 100%;
}
.banner-sec h1 {
    font-size: 48px;
    font-weight: bold;
    color: white;
}
.banner-sec h1 span{
    color: var(--amberYellow);
}
.banner-sec p.site-para {
    font-size: 20px;
	font-weight: 500;
    color: #ffc000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.banner-form {
    background-color: var(--amberYellow);
    padding: 30px;
    border-radius: 15px;
    width: 85%;
    margin: 0 auto;
}
.banner-form button,
.banner-form .wpcf7-submit{
    background-color: var(--eerieBlack);
    border: 1px solid var(--eerieBlack);
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
    width: 100%;
    transition: .2s ease-in-out;
}
.banner-form button:hover,
.banner-form .wpcf7-submit:hover{
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
}
.about-sec {
    margin: 80px 0;
    overflow-x: hidden;
}
.about-sec .about-left img {
    width: 80%;
    height: 500px;
    object-fit: cover;
}
.about-sec .hvr-shutter-in-vertical{
    background: var(--amberYellow);
}
.about-sec .hvr-shutter-in-vertical:hover a{
    color: var(--eerieBlack);
}
.about-sec .hvr-shutter-in-vertical:before{    
    background: var(--primarycolor);
}
.choose-cab-sec .sec-head p {
    font-size: 18px;
}
.choose-cab-sec .cab-box {
    background-color: var(--lightGray);
    box-shadow: 0 0 10px #00000017;
    border: 1px solid #0000001f;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}
.choose-cab-sec .cab-box img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin: 15px auto;
}
.choose-cab-sec  .sec-btn a.btn {
    display: block;
    background-color: var(--primarycolor);
    color: #fff;
    margin: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    transition: .1s ease-in-out;
}
.choose-cab-sec  .sec-btn a.btn:hover{
    color: var(--amberYellow);
    font-weight: 700;
}
.our-stats-sec {
    background-image: url('../images/pexels-paritosh-soren-1740419.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 70px 0 220px;
    z-index: 0;
}
.our-stats-sec:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000c9;
    position: absolute;
    top: 0;
    z-index: -1;
}
.our-stats-sec img.sec-featured-img {
    position: absolute;
    bottom: -80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 500px;
}
.our-stats-sec h2{
    color: var(--amberYellow);
}
.our-stats-sec i {
    font-size: 36px;
}
.our-stats-sec span.counter {
    display: block;
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0 0;
    color: var(--amberYellow);
}
.our-stats-sec h6 {
    font-size: 20px;
}
.oneway-service {
    margin: 100px 0 60px;
}
.oneway-service .sec-head h3 {
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primarycolor);
}
.oneway-service .sec-head p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.oneway-service .sec-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 60px;
    margin: 0 auto;
    background-color: var(--amberYellow);
    border-radius: 10px;
    border: 1px solid #0000003d;
}
.oneway-service .sec-icon i {
    font-size: 30px;
}
.oneway-service h5 {
    font-size: 22px;
    margin: 15px 0 6px;
}
.oneway-service p {
    font-size: 13px;
}
.testimonial-sec,
.about-us-sec{
    overflow-x: hidden;
}
.testimonial-sec h2 {
    color: var(--eerieBlack);
}
.testimonial-sec .sec-head h5{
    color: var(--amberYellow);
}
.testimonial-sec .testi-content {
    background-color: var(--primarycolor);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
}
.call-now-sec {
    background-color: #ffc000;
    padding: 50px 0;
    margin-top: 80px;
}
.call-now-sec .inner-content {
    max-width: 800px;
    margin: 0 auto;
}
.call-now-sec h2 {
    max-width: 700px;
    margin: 0 auto 10px;
}
.call-now-sec a {
    color: var(--primarycolor);
    text-decoration: none;
    font-size: 34px;
    font-weight: 600;
    transition: .2s ease-in-out;
}
.call-now-sec a:hover {
    color: var(--eerieBlack);
}

.page-banner {
    background-image: url('../images/page-banner.jpg');    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    z-index: 0;
}
.page-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000080;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.page-banner h2 {
    font-size: 44px;
    color: #fff;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb li.breadcrumb-item.active {
    color: var(--amberYellow);
}
.about-us-sec .sec-left img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
}
.about-us-sec p.cont-num {
    background-color: #01557d;
}
.about-us-sec p.cont-num:hover a {
    color: #fff;
}
.choose-us-sec .sec-heading p {
    width: 100%;
    max-width: 840px;
    margin: 10px auto;
}

.choose-us-sec .feature h6 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: var(--eerieBlack);
}

.choose-us-sec .feature-content {
    padding: 0 20px 20px 20px;
}

.choose-us-sec .feature-icon i {
    font-size: 40px;
    color: var(--primarycolor);
}
.contact-info-sec iframe {
    width: 100%;
    height: 500px;
}
.contact-info-sec .contact {
    background-color: #F7F4ED;
    padding: 25px 15px;
    height: 100%;
}
.contact-info-sec .contact i {
    font-size: 36px;
    color: var(--amberYellow);
}
.contact-info-sec .contact p {
    font-size: 18px;
    font-weight: 600;
}
.contact-info-sec .contact p a {
    color: inherit;
    text-decoration: none;
    word-break: break-all;
}
.contact-info-sec .contact h6 {
    margin: 15px 0 10px;
    color: #74787c;
}
.contact-info-sec .contactForm {
    background-color: #f7f4ed;
    margin: 60px 0;
}
.contact-info-sec .sec-left {
    padding: 30px;
}
.contact-info-sec .sec-left h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-info-sec .sec-left h3 span{
    color: var(--amberYellow);
}
.contact-info-sec form button,
.contact-info-sec input.wpcf7-submit{
    background-color: var(--amberYellow);
    border-color: var(--amberYellow);
    border-style: solid;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border-radius: 4px;
    padding: 6px 10px;
    width: 100%;
    transition: .2s ease-in-out;
}
.contact-info-sec form button:hover,
.contact-info-sec input.wpcf7-submit:hover{
    background-color: var(--eerieBlack);
    border-color: var(--eerieBlack);
    color: #fff;
}

footer {
    background-color: var(--eerieBlack);
    padding-top: 60px;
    color: #fff;
}
footer .footer-content {
    padding: 0 30px;
}
footer h6 {
    font-size: 20px;
    color: var(--amberYellow);
    margin-bottom: 15px;
}
footer .social-accounts i {
    font-size: 24px;
    margin-right: 10px;
}
footer .copyright a {
    color: var(--amberYellow);
}
footer a:hover{
    color: var(--amberYellow) !important;
}
footer .udyam h6 {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
footer .copyright {
    padding: 30px 0 15px;
}
footer .copyright p {
    font-size: 13px;
}

/****** RESPONSIVE START ******/
@media screen and (min-width: 1900px){
.banner-sec h1 {
    font-size: 60px;    
}
.banner-sec .banner-content {    
    top: 25%;    
}
.banner-sec .carousel-inner img {
    height: 850px;    
}
.page-banner {    
    padding: 150px 0;
}
}
@media screen and (max-width: 1024px){
.banner-form {    
    width: 85%;
    margin: 0 auto 0 0;
}
}
@media screen and (max-width: 991px){
header .navbar-collapse {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 20px;
    z-index: 99;
    border-radius: 15px !important;
    border: 3px solid #02557d;
}
.banner-form {    
    width: 100%;    
}
.about-sec .about-right {
    text-align: center;
}
footer .footer-content {
    padding: 0;
}
}
@media screen and (max-width: 767px){
.banner-sec .banner-content {    
    text-align: center;
}
.banner-sec .banner-content {    
    top: 20%;
}
.banner-sec .carousel-inner img {
    height: 70vh;    
}
.banner-form {
    margin-top: 15px;
}
.about-sec {
    margin: 30px 0;
}
.choose-cab-sec .cab-box {    
    padding: 20px;    
}
.call-now-sec {    
    margin-top: 50px;
}
.oneway-service {
    margin: 80px 0 30px;
}
.about-us-sec {
    text-align: center;
}
.contact-info-sec .sec-left h3 {
    font-size: 30px;    
    text-align: center;
}
}
@media screen and (max-width: 600px){
a.side-btn,
.float,
.our-stats-sec img.sec-featured-img{
    display: none;
}
h2 {
    font-size: 36px;    
}
.banner-sec h1 {
    font-size: 40px;    
}
.banner-sec p.cont-num a {
    font-size: 16px;
}
.banner-sec p.site-para {
    font-size: 18px;   
}
.about-sec .about-left img {
    width: 100%;
    height: 350px;    
}
.our-stats-sec {    
    padding: 50px 0;    
}
.our-stats-sec span.counter {    
    font-size: 28px;    
}
.our-stats-sec h6 {
    font-size: 15px;
}
.our-stats-sec i {
    font-size: 30px;
}
.oneway-service {
    margin: 50px 0 30px;
}
.oneway-service h5 {
    font-size: 18px;
}
.testimonial-sec .testi-content{
    text-align: center;
}
.call-now-sec h2 {
    font-size: 28px;    
}
.call-now-sec h4 {
    font-size: 18px;
}
.call-now-sec {    
    padding: 30px 0;    
}
.page-banner {    
    padding: 50px 0;    
}
.page-banner h2 {
    font-size: 30px;    
}
.about-us-sec .sec-left img {    
    height: auto;    
}
.choose-us-sec .feature h6 {
    font-size: 18px;    
    padding-bottom: 0;    
}
.contact-info-sec .contactForm {    
    margin: 40px 0;
}
.contact-info-sec iframe {    
    height: 350px;
}
footer {    
    padding-top: 40px;
    text-align: center;    
}
footer .footer-content {
    margin-bottom: 15px;
}
footer .social-accounts i {    
    margin: 0 10px;
}
}
@media screen and (max-width: 360px){
.banner-sec .carousel-inner img {
    height: 55vh;
}
.banner-sec h1 {
    font-size: 32px;
}
}
/****** RESPONSIVE END ******/
.mainFormDiv p{
    margin: 0;
    padding:0
}
.logo img{
	width: 107px;
    height: auto;
}