body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    background-color: #fbfbfb;
}

.container-fluid{
    max-width: 1920px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


.container{
    max-width: 1240px !important;
    width: 100%;
    margin: 0 auto;
}

p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4B5563;
}
h3.heading_h3{
    font-size: 22px;
}

/**********HEADER**********/

.top-header{
    background-color: #fff;
    padding: 15px 0;
}

.header-left ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.header-left ul li{
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    margin-left: 20px;
}

.header-left ul li i{
    margin-right: 10px;
    font-size: 16px;
    line-height: 12px;
    color: #000;
}

.header-left ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.header-right ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.header-right ul li{
    list-style-type: none;
    display: inline-block;
}

.header-right ul li a i{
    background-color: transparent;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    margin-right: 0px;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    line-height: 24px;
    color: #000;
    border: 1px solid #000;
}
















.menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary{
    background-color: #fff !important;
    padding: 0px;
}

.navbar-expand-lg .navbar-collapse{
    border-top: 1px solid #ddd;
}

.menu-section.fixed-top{
    background-color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.menu-section.fixed-top .navbar-brand img {
    width: 80px;
    position: relative;
    top: 0px;
}

.menu-section.fixed-top .navbar-expand-lg .navbar-collapse{
    border-top: none;
}

a.navbar-brand {
    width: 190px;
}

.navbar-brand img{
    width: 170px;
    position: absolute;
    top: -70px;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 25px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 500;
    color: #000;
} 

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #F97316;
}


a.btn.btn-contact{
    border: 1px solid #F97316;
    background-color: #F97316;
    padding: 12px 20px 14px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
}

a.btn.btn-contact:hover{
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
    border-radius: 0px;
    background-color: #f8f9fa;
    border-top: 3px solid #F97316 !important;
    border: 1px solid #F97316;
}

a.dropdown-item {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
}

/*.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin: 1em auto;
  width: 280px;
  background-color: #eee;
  padding: 0.5em 0;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
  border-radius: 8px;
}*/

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: "▲";
    padding-left: 20px;
    position: absolute;
    top: -20px;
    width: 30px;
    color: #F97316;
}

a.dropdown-item:hover{
    color: #F97316;
    background-color: #fff;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #fff;
    color: #000;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

a.right-logo img{
    width: 70px;
    height: 70px;
}

.nav-logo-btn {
    position: absolute;
    top: 8px;
    right: 0%;
    z-index: 9;
}



/**********MOBILE MENU***********/

.clickmenus{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    z-index: 99;
    display: none;
    float: left;
    background-color: #F97316;
    padding: 11px 12px;
    border-radius: 50%;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #F97316;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid #d96506;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
    top: 11px;
    right: 26px;
    left: unset;
  }

  .fixed-top .clickmenus {
    top: 10px;
    z-index: 9;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}






/**********BANNER SECTION***********/


.slider-section {
  width: 100%;
  height: 720px;
}
.slider-section .carousel {
  height: 100%;
}
.slider-section .carousel .carousel-inner {
  height: 100%;
}
.slider-section .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.slider-section .carousel .carousel-inner .carousel-item .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 45%;
  transform: translate(-40%, -50%);
  color: #fff;
  z-index: 999;
}
.slider-section .carousel .carousel-inner .carousel-item .title h5 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.slider-section .carousel .carousel-inner .carousel-item .title h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #0A2635;
}

.slider-section .carousel .carousel-inner .carousel-item .title p{
    font-size: 18px;
    margin-left: 15%;
    margin-right: 15%;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.slider-section .carousel .carousel-inner .carousel-item .title .animated {
  animation-duration: 1.3s;
  animation-delay: 0.5s;
}
.slider-section .carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  height: 720px;
}

.slider-section .carousel .carousel-inner .carousel-item img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.6;
}

.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.1;
}


.carousel-item {
    transition: transform 2.s ease-in-out;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s .2s;
  }














.slider-section h2{
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.slider-section h2 span{
    color: #0A2635;
}

.slider-section h2 span.span-last{
    color: #FFD739;
    display: block;
}

.slider-section img{
    width: 100%;
}

.slider-section p{
    color: #fff;
    margin-bottom: 15px;
}

a.btn.btn-learn {
    border: 1px solid #EA6001;
    background-color: #EA6001;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 4px;
    color: #fff;
}

a.btn.btn-learn:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #EA6001;
}

a.btn.btn-learn i{
    padding-left: 10px;
}

/*.carousel-control-next {
    right: -120px;
}

.carousel-control-prev{
    left: -120px;
}*/

/************REACH SECTION*************/

.reach-section{
    background-color: #fbfbfb;
}

.reach-box{
    background-color: #fff;
    padding: 48px;
    max-width: 896px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: -120px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.reach-box h2{
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
}

.reach-box ul{
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: flex;
}

.reach-box ul li{
    list-style-type: none;
    display: inline-block;
    border-right: 2px solid #ddd;
    padding: 0 20px;
    width: 20%;
}

.reach-box ul li:last-child{
    border-right: none;
}

.reach-box ul li a{
    text-decoration: none;
}

.reach-box ul li a i{
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
}

.reach-box ul li a h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0px;
}
.reach-box ul li a:hover i,
.reach-box ul li a:hover h5{
    color: #F97316;
}

/****************RIDER SECTION***************/

.rider-section{
    padding: 50px 0;
    background-color: #fbfbfb;
}

.rider-right img{
    width: 100%;
}

.rider-box{
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-right: -160px;
    position: relative;
    z-index: 9;
    border-radius: 8px;
    margin-top: 25px;
}

.rider-box h3{
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.rider-box ul{
    padding: 0px;
    margin: 0px;
}

.rider-box ul li{
    list-style-type: none;
    display: inline-block;
    width: 48%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.rider-box ul li i{
    background-color: #e5e5e5;
    padding: 10px;
    width: 40px;
    font-size: 16px;
    text-align: center;
    color: #F97316;
    border-radius: 5px;
    margin-right: 10px;
}

a.btn.btn-grab {
    font-size: 16px;
    line-height: 22px;
    background-color: #000;
    border: 1px solid #000;
    width: 80%;
    padding: 12px 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
}

a.btn.btn-grab:hover{
    background-color: #F97316;
    border: 1px solid #F97316;
    color: #fff;
}

/************LOGISTIC SECTION***********/

.logistic-section{
    background-color: #DBEAFE;
    padding: 50px 0;
}

/*.logistic-section .row{
    background-color: #fff;
    padding: 40px 25px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
}*/

.logistic-section img{
    width: 100%;
    border-radius: 8px;
}

.logistic-right{
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: -160px;
    margin-top: 35px;
}

.logistic-section h4{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 25px;
}

.logistic-right h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.logistic-right h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}


.logistic-right p{
    margin-bottom: 40px;
}

.logistic-right p span{
    display: block;
}

.logistic-right ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
}

.logistic-right ul li{
    list-style-type: none;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #374151;
    border-radius: 8px;
    width: 48%;
}

.logistic-right ul li i{
    background-color: #e5e5e5;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
    float: left;
    position: relative;
    top: 2px;
    color: #F97316;
}

.logistic-right ul li span{
    display: block;
}

a.btn.btn-apply{
    border: 1px solid #000;
    background-color: #000;
    padding: 18px 30px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    width: 100%;
}

a.btn.btn-apply:hover{
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
} 

/**************TRANSPORT SECTION**************/

.transport-section{
    padding: 50px 0;
    background-color: #fbfbfb;
}

.transport-section h4{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.transport-section h4 a{
    color: #fff;
    text-decoration: none;
}

.transport-left-box{
    background: url(../images/transport-vehicle.png) top center no-repeat;
    width: 100%;
    background-size: cover;
    height: 517px;
    position: relative;
    border-radius: 8px;
}

.transport-box{
    position: absolute;
    bottom: 0;
    padding: 30px 20px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(0deg, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0) 100%);
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.transport-right-box{
    background: url(../images/b2b-partnership.png) top center no-repeat;
    width: 100%;
    background-size: cover;
    height: 517px;
    position: relative;
    border-radius: 8px;
}

.transport-section ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.transport-section ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.transport-section ul li i{
    font-size: 14px;
    padding-right: 5px;
    color: #F97316;
}

a.btn.btn-fleet {
    border: 1px solid #F97316;
    background-color: #F97316;
    padding: 8px 20px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}


/****************MISSION SECTION**************/

.mission-section{
    padding: 50px 0;
}

.mission-section h4{
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 20px;
}

.mission-section h4 span{
    display: block;
}

.mission-left{
    background: url("../images/mission-img.png") top center no-repeat;
    width: 100%;
    background-size: cover;
    height: 517px;
    position: relative;
    border-radius: 8px;
}

.mission-left h5{
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.mission-left h5 span{
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.mission-box {
    background-color: #EFF6FF;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.mission-box h5{
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #111827;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mission-box h6{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0px;
}

.mission-box1 {
    background-color: #0A2635;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 30px;
    color: #fff;
}

.mission-box1 h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.mission-box1 ul{
    padding: 0px;
    margin: 0px;
}

.mission-box1 ul li{
    list-style-type: none;
    display: inline-block;
    padding-bottom: 20px;
    width: 48%;
}

.mission-box1 ul li i{
    float: left;
    margin-right: 10px;
    position: relative;
    top: 10px;
    margin-bottom: 10px;
}

.mission-box1 ul li h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}


.mission-box1 ul li p{
    color: #DBEAFE;
    margin-bottom: 0px;
    padding-left: 29px;
}

/***************LAUNCH SECTION*************/

.launch-section{
    padding: 50px 0;
    background-color: #DBEAFE;
}

.launch-section h4{
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}

p.launch-content{
    margin-bottom: 30px;
}

.market-box {
    background-color: #EFF6FF;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.market-box img{
    width: 48px;
    height: 44px;
    float: left;
    margin-right: 25px;
    position: relative;
    top: 20px;
}

.market-box h6{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.market-box p{
    padding-left: 71px;
    margin-bottom: 0px;
}

.launch-left button.accordion-button.border-bottom.fw-semibold{
    background-color: #EFF6FF;
    border-radius: 8px 8px 0 0;
}

.launch-left button.accordion-button.border-bottom.fw-semibold img{
    width: 26px;
    margin-right: 10px;
}

.launch-left .accordion-item{
    margin-bottom: 20px;
}

.launch-left .accordion-body{
    background-color: #EFF6FF;
    padding: 32px;
    border-radius: 0 0 8px 8px;
}

.launch-left .accordion-body p{
    margin-bottom: 0px;
}

.lunch-right{
    background: url("../images/launch-img.png") top center no-repeat;
    width: 100%;
    background-size: cover;
    height: 485px;
    margin-top: 80px;
    position: relative;
}

.lunch-right a{
    text-decoration: none;
}

.lunch-right a img{
    position: absolute;
    top: 40%;
    left: 43%;
}

.lunch-right a img:hover{
    filter: opacity(0.5) drop-shadow(0 0 0 #F97316);
}

.launch-popup .modal-dialog{
    max-width: 900px;
}

/***************STORY SECTION***************/

.story-section{
    background-color: #0A2635;
}

.story-section img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.story-right{
    padding: 130px 140px 100px 60px;
}

.story-right h4{
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.story-right p{
    color: #fff;
    margin-bottom: 30px;
}

.story-right h6{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
} 

.story-right h6 span{
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

a.btn.btn-story {
    border: 1px solid #F97316;
    background-color: #F97316;
    padding: 14px 30px;
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

a.btn.btn-story i{
    padding-left: 10px;
}

a.btn.btn-story:hover{
    border: 1px solid #F97316;
    background-color: transparent;
    color: #F97316;
}



/*****************LOCATION SECTION****************/

.location-section{
    padding: 50px 0;
}

.location-section h3{
    background-color: #0A2635;
    padding: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.location-section .accordion-item {
    background-color: transparent !important;
    border: none;
    margin-bottom: 10px;
}

.location-section .accordion-body {
    background-color: #fff;
}

.location-section .accordion-body a{
    display: block;
    color: #F97316;
    font-weight: 500;
    text-decoration: none;
}

.location-section button.accordion-button {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}




/****************TESTIMONAIL SECTION**************/

.partner-section{
    padding: 50px 0;
}

.partner-section h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.partner-section .owl-carousel.owl-drag .owl-item{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(209 209 209 / 80%);
    margin-bottom: 10px;
    border: 1px solid #eee;
    text-align: center;
}

.partner-section .owl-one .item img{
    width: 50px !important;
    height: 40px;
    margin: 0 auto;
    display: block;
    opacity: .5;
}

.partner-section .owl-carousel.owl-drag .owl-item:hover img{
    opacity: 1;
}

.partner-section button.owl-prev {
    position: absolute;
    left: -25px;
    top: 40%;
    margin: 0px !important;
    background-color: #666666 !important;
    padding: 0px 15px !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

.partner-section button.owl-next {
    position: absolute;
    right: -25px;
    top: 40%;
    margin: 0px !important;
    background-color: #666666 !important;
    padding: 0px 15px !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

.partner-section button.owl-next span {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

.partner-section button.owl-prev span {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

.partner-section .owl-nav{
    display: none;
}

/*****************BLOG SECTION****************/

.blog-section{
    padding: 50px 0;
}

.blog-section h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

p.blog-text{
    text-align: center;
    margin-bottom: 30px;
}

.blog-section img{
    width: 100%;
    height: auto;
}

.blog-content{
    padding: 24px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.blog-content h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-content h5 a{
    color: #000;
    text-decoration: none;
}

.blog-content h5 a:hover{
    color: #F97316;
}

.blog-content p{
    margin-bottom: 15px;
}

.blog-content a.readmores{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.blog-content a.readmores:hover{
    color: #F97316;
}

/**************FOOTER**************/

footer{
    background-color: #0f2337;
}

.top-footer{
    padding: 40px 0;
}

.top-footer h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.top-footer p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
.top-footer p a{
    color: inherit;
    text-decoration: none;
}
.top-footer p a:hover{
    text-decoration: underline;
}

.top-footer ul{
    padding: 0px;
    margin: 0px;
}

.top-footer ul li{
    list-style-type: none;
    display: inline-block;
}

.top-footer ul li a i{
    background-color: transparent;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-right: 0px;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #fff;
}

.middle-footer .row{
    border-top: 2px solid #626262;
    border-bottom: 2px solid #626262;
    padding: 40px 0;
}

.middle-footer h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.middle-footer ul{
    padding: 0px;
    margin: 0px;
}

.middle-footer ul li{
    list-style-type: none;
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
}

.middle-footer ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.middle-footer ul li a:hover{
    color: #F97316;
}

.bottom-footer{
    padding: 20px 0;
    text-align: center;
}

.bottom-footer p{
    color: #fff;
    margin-bottom: 10px;
}

.bottom-footer ul{
    padding: 0px;
    margin: 0px;
}

.bottom-footer ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.bottom-footer ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.bottom-footer ul li a:hover{
    color: #F97316;
}

.support-footer{ color: #ffffff; }
.support-footer .row{
    border-top: 2px solid #626262;
    border-bottom: 2px solid #626262;
    padding: 40px 0;
}
.support-footer .fs-item{border-left: 6px #325374 solid; padding-left: 10px;}
.support-footer .fs-item h4{ font-family: 'Roboto'; font-size: 18px; color: #ff9b56;}
.support-footer .fs-item a{ text-decoration: none; font-size: 14px; color: #dbdbdb; }
.support-footer .fs-item a:hover{ text-decoration: underline; }


/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #1d219f;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}




/**************ABOUT US PAGE START HERE*************/

.page-banner{
  background: url("../images/page-banner.jpg") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 200px;
  text-align: center;
}

.page-banner .overlay{
  background-color: rgb(0 0 0 / 65%);
  height: 200px;
  padding: 50px 0;
  display: table-cell;
  vertical-align: bottom;
}

.page-banner h1{
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}


.page-banner ul.breadcrumb {
    background: transparent;
    padding: 10px 0 0;
    margin: 0 auto;
    display: block;
    border-radius: 0px;
}

.page-banner ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.page-banner ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.page-banner ul.breadcrumb li a:hover{
  color: #fff;
  text-decoration: underline;
}

.page-banner ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.about-section{
    padding: 50px 0;
}

.about-section h5{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-left img{
    width: 100%;
}

.about-section h2{
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

p.about-content{
    margin-bottom: 20px;
}

.about-section ul{
    padding: 0px;
    margin: 0px;
}

.about-section ul li{
    list-style-type: none;
    padding-bottom: 20px;
}

.about-section ul li i{
    background-color: #c7c7c7;
    padding: 10px;
    font-size: 16px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
}

.about-section ul li h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.about-section ul li p{
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
    margin-bottom: 0px;
    padding-left: 50px;
}

a.btn.btn-know {
    border: 1px solid #F97316;
    background-color: #F97316;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-right: 15px;
}

.about-section h6{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}

.about-section h6 span{
    font-weight: 400;
    display: block;
}

.about-section h6 img{
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 10px;
}

.company-section{
    padding: 50px 0;
}

.company-section h4 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}

p.company-content{
    text-align: center;
    margin-bottom: 30px;
}

.company-left {
    background-color: #F3F4F6;
    padding: 30px;
    border-radius: 8px;
}

.company-left h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.company-inside{
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
}

p.inside-content{
    background-color: #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

p.inside-content1{
    background-color: #EFF6FF;
    border-left: 2px solid #0A2635;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

p.inside-content2{
    background-color: #fbfbfb;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.company-inside ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.company-inside ul li{
    list-style-type: none;
    display: inline-block;
    padding: 15px;
    background-color: #e5e5e5;
    width: 48%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-right: 15px;
    border-radius: 10px;
}

.company-inside ul li:last-child{
    margin-right: 0px;
}

.company-inside ul li span{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    display: block;
}

a.btn.btn-licence {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(90deg, #000000 0%, #2563EB 100%);
    padding: 12px 30px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #F3F4F6;
    border-radius: 5px;
}

.company-right{
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.company-right h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.company-right ul{
    padding: 0px;
    margin: 0px;
}

.company-right ul li{
    list-style-type: none;
    padding: 15px;
    background-color: #e5e5e5;
    margin-bottom: 22px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 18px;
    color: #022e46;
    font-weight: 600;
}

.company-right ul li i{
    color: #ff9f5e;
    padding-right: 5px;
}

.core-section{
    padding: 50px 0;
}

.core-section h4 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}

p.company-content{
    text-align: center;
    margin-bottom: 30px;
}

.core-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.core-box i{
    color: #000;
    margin-bottom: 15px;
}

.core-box h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
}

.core-box p{
    margin-bottom: 0px;
}


section#counter-stats {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.stats {
    text-align: center;
    background-color: #fff;
    font-size: 30px;
    font-weight: 700;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    color: #000;
}

.stats i{
    color: #F97316;
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
}

.stats .counting{
    display: inline-block;
    margin-bottom: 10px;
}

.stats h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}

.journey-section{
    padding: 50px 0;
    background-color: #4B5563;
    text-align: center;
}

.journey-section h4 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.journey-section p{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 25px;
    padding-left: 290px;
    padding-right: 290px;
}

a.btn.btn-contacts {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 8px 24px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}

a.btn.btn-services {
    border: 1px solid #fff;
    background-color: #F97316;
    padding: 8px 24px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

/***********SERVICES PAGE START HERE***********/

.service-section{
    padding: 50px 0;
}

.service-section h2{
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.service-section h3{
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    color: #004c74;
    text-align: center;
    margin-bottom: 10px;
}

.servicebox {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    min-height: 329px;
}

.servicebox img{
    width: 100%;
    border: 2px dashed #ccc;
    margin-bottom: 15px;
    height: 140px;
}

.servicebox h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.servicebox h4 a{
    color: #111827;
    text-decoration: none;
}

.servicebox h4 a:hover{
    color: #F97316;
}

.servicebox p{
    margin-bottom: 0px;
}

.servicebox p a{
    display: block;
    text-align: right;
    color: #0A2635;
    text-decoration: none;
}

.servicebox p a:hover{
    color: #F97316;
}

.whyus-section{
    padding: 50px 0;
    background-color: #EFF6FF;
    text-align: center;
}

.whyus-section h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

p.whyus-content{
    text-align: center;
    margin-bottom: 30px;
}

.why-img{
    width: 60px;
    height: 60px;
    background-color: #ccc;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.why-img img{
    width: 40px;
    height: 40px;
}

.whyus-section h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
}

/************JOBS PAGE START HERE*************/

.job-form-section{
    padding: 50px 0;
}

.job-form-section .search-bar {
    max-width: 100%;
    width: 100%;
    border: none;
    position: relative;
    height: 40px;
}

.job-form-section #searchBarInput {
    position: relative;
    background: transparent;
    padding: 6px 24px 6px 34px;
    border-radius: 0px;
    border: 2px solid #ddd;
    width: 100%;
}


.job-form-section i.fa-search {
  position: relative;
  left: 10px;
  top: -32px;
  color: #686565;
}

.job-form-section select{
    width: 100%;
    border-radius: 0px;
    border: 2px solid #ddd;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;

}

.available-section{
    padding: 50px 0;
}

.available-section h2{    
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.available-section p{
    text-align: center;
    margin-bottom: 25px;
}

.available-box{
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.available-box img{
    width: 40px;
    margin-bottom: 10px;
}

.available-box span.new {
    float: right;
    background-color: #DCFCE7;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 30px;
    color: #166534;
}

.available-box span.new1 {
    float: right;
    background-color: #FEF9C3;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 30px;
    color: #854D0E;
}

.available-box h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.available-box h3 a{
    color: #111827;
    text-decoration: none;
}

.available-box h3 a:hover{
    color: #F97316;
}

.available-box ul{
    padding: 0px;
    margin: 0px;
}

.available-box ul li{
    list-style-type: none;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #6B7280;
}

.available-box ul li span{
    float: right;
}

a.btn.btn-applynow {
    border: 1px solid #000;
    background-color: #000;
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
}

a.btn.btn-applynow:hover{
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

a.btn.btn-load {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
    padding: 8px 20px;
    border-radius: 4px;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-load:hover{
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

.join-section{
    padding: 50px 0;
    text-align: center;
}

.join-section h4{    
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.join-section img{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.join-section h5{    
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.join-section p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

/*************INVESTMENT PAGE START HERE*************/

.invest-section{
    padding: 50px 0;
    text-align: center;
}

.invest-section h2{    
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.invest-section img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    /* border: 2px dashed #ccc; */
}

.invest-section p{
    padding-left: 200px;
    padding-right: 200px;
    margin-bottom: 0px;
}

.invest-lists{
    padding: 50px 0;
}

.invest-box{
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    min-height: 359px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.invest-box img{
    width: 100%;
    height: 180px;
    border: 2px dashed #ccc;
    margin-bottom: 15px;
    object-fit: cover;
}

.invest-box h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.invest-box h3 a{
    text-decoration: none;
    color: #111827;
}

.invest-box h3 a:hover{
    color: #F97316;
}

.invest-box p{
    margin-bottom: 0px;
}

.value-section{
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
}

.value-section h4{    
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 15px;
}

.value-section p{
    /* padding-left: 200px; */
    /* padding-right: 200px; */
    margin-bottom: 0px;
}

.inquiry-section{
    padding: 20px 0;
}

.inquiry-section form{
    background-color: #fff;
    padding: 32px;
    max-width: 672px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.inquiry-section form h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 20px;
}

.inquiry-section form label{
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}

.inquiry-section form input.form-control {
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    height: 40px;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
}

.inquiry-section form textarea {
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    height: 100px;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
}

.inquiry-section form button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 10px 20px;
    width: 100%;
    border-radius: 2px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.inquiry-section form button.btn.btn-primary:hover{
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

.inquiry-section form p{
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    margin-bottom: 0px;
    text-align: center;
}

/*************CONTACT US PAGE START HERE************/

.message-section{
    padding: 50px 0;
}

.message-section h2{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}

.message-section h5{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
}

.message-left{
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
}

.message-left h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.message-left ul{
    padding: 0px;
    margin: 0px;
}

.message-left ul li{
    list-style-type: none;
    padding-bottom: 20px;
}

.message-left ul li:last-child{
    padding-bottom: 0px;
}

.message-left ul li i{
    font-size: 16px;
    color: #000;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.message-left ul li h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.message-left ul li p{
    color: #4B5563;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 23px;
}

.message-left ul li p span{
    display: block;
}
.message-left ul li p a{
    text-decoration: none;
    color: inherit;
}
.message-left ul li p a:hover{
    text-decoration: underline;
    color: #0077B5;
}

.message-right form{
    background-color: #fff;
    padding: 32px;
    border-radius: 8px;
}

.message-right form label{
    font-size: 14px;
    line-height: 20px;
    color: #374151;
    font-weight: 500;
}

.message-right form input.form-control {
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    height: 40px;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
}

.message-right form textarea {
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    height: 100px;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
}

.message-right form button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 10px 20px;
    width: 100%;
    border-radius: 2px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.message-right form button.btn.btn-primary:hover{
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

/************DRIVER PAGE START HERE**********/

.driver-section{
    padding: 50px 0;
    background-color: #fff;
    position: relative;
}

.driver-section img{
    width: 100%;
}

.driver-section h2{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.driver-section h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.driver-section ul{
    padding: 0px;
    margin: 0px;
    position: relative;
}

.driver-section ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4B5563;
    padding-left: 20px;
}

.driver-section ul li i{
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 0;
    margin-top: 5px;
    color: #000;
}
.driver_support li{
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
}
.driver_support li strong{
    color: #eb680e;
}

a.btn.btn-now {
    border: 1px solid #000;
    background-color: #000;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-now:hover{
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

.benefit-section{
    padding: 50px 0;
}

.benefit-section h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.benefit-box {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    min-height: 198px;
}

.benefit-box i{
    font-size: 20px;
    margin-bottom: 15px;
}

.benefit-box h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.benefit-box p{
    margin-bottom: 0px;
}

.eligible-section{
    padding: 50px 0;
}

.eligible-section h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.eligible-box{
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.eligible-box h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.eligible-box ul{
    padding: 0px;
    margin: 0px;
    position: relative;
}

.eligible-box ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4B5563;
    padding-left: 20px;
}

.eligible-box ul li:last-child{
    padding-bottom: 0px;
}

.eligible-box ul li i{
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 0;
    margin-top: 5px;
    color: #000;
}

.conduct-section{
    padding: 50px 0;
}

.row.conduct-rows{
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.row.conduct-rows h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.conduct-box {
    background-color: #EEF2FF;
    padding: 24px;
    min-height: 206px;
    border-radius: 8px;
}

.conduct-box i{
    font-size: 17px;
    float: left;
    margin-right: 10px;
    color: #000;
    position: relative;
    top: 5px;
}

.conduct-box h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.conduct-box p{
    padding-left: 25px;
    margin-bottom: 0px;
}

.conduct-box1 {
    background-color: #FEF2F2;
    padding: 24px;
    min-height: 206px;
    border-radius: 8px;
}

.conduct-box1 i{
    font-size: 17px;
    float: left;
    margin-right: 10px;
    color: #DC2626;
    position: relative;
    top: 5px;
}

.conduct-box1 h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.conduct-box1 p{
    padding-left: 25px;
    margin-bottom: 0px;
}

.conduct-box2 {
    background-color: #F0FDF4;
    padding: 24px;
    border-radius: 8px;
    min-height: 206px;
}

.conduct-box2 i{
    font-size: 17px;
    float: left;
    margin-right: 10px;
    color: #16A34A;
    position: relative;
    top: 5px;
}

.conduct-box2 h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.conduct-box2 p{
    padding-left: 25px;
    margin-bottom: 0px;
}

.row.quality-rows{
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.row.quality-rows h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.quality-box{
    border: 1px solid #ddd;
    padding: 24px;
    border-radius: 8px;
}

.quality-box i{
    font-size: 17px;
    float: left;
    margin-right: 10px;
    color: #000;
    position: relative;
    top: 5px;
}

.quality-box h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.quality-box p{
    padding-left: 25px;
    margin-bottom: 0px;
}

.row.payment-rows{
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.row.payment-rows h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.row.payment-rows ul{
    padding: 0px;
    margin: 0px;
}

.row.payment-rows ul li{
    list-style-type: none;
    padding: 15px;
    border-radius: 8px;
    background-color: #F9FAFB;
    margin-bottom: 15px;

}

.row.payment-rows ul li i{
    float: left;
    margin-right: 10px;
    position: relative;
    top: 6px;
    font-size: 18px;
    color: #000;
}

.row.payment-rows ul li h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.row.payment-rows ul li p{
    padding-left: 30px;
}

.row.payment-rows ul li p{
    margin-bottom: 0px;
}

.row.suspension-rows{
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.row.suspension-rows h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.suspension-box{
    border: 1px solid #FECACA;
    background-color: #FEF2F2;
    padding: 24px;
    border-radius: 8px;
    min-height: 184px;
}

.suspension-box i{
    color: #DC2626;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 7px;
}

.suspension-box h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.suspension-box p{
    padding-left: 30px;
    margin-bottom: 0px;
}

.suspension-box1{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    min-height: 184px;
}

.suspension-box1 i{
    color: #000;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 7px;
}

.suspension-box1 h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.suspension-box1 p{
    padding-left: 30px;
    margin-bottom: 0px;
}

.partnership-section{
    padding: 50px 0;
}

.partnership-section h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.row.responsible-rows{
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.row.responsible-rows h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.row.responsible-rows ul{
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
}

.row.responsible-rows ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding-bottom: 15px;
}

.row.responsible-rows ul li i{
    padding-right: 10px;
}

.row.support-rows{
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.row.support-rows h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.techno-box {
    border: 1px solid #E5E7EB;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 30px;
    min-height: 175px;
}

.techno-box i{
    font-size: 16px;
    margin-bottom: 15px;
}

.techno-box h6{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
}

.techno-box p{
    margin-bottom: 0px;
}

.row.recruit-rows{
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.row.recruit-rows h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.row.recruit-rows ul{
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
}

.row.recruit-rows ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
}

.row.recruit-rows label{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #374151;
    padding-top: 12px;
}

.row.recruit-rows form input.form-control {
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    height: 40px;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
}

.row.recruit-rows form textarea {
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    height: 100px;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
}

.row.recruit-rows form button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 10px 20px;
    width: 100%;
    border-radius: 2px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.row.recruit-rows form button.btn.btn-primary:hover{
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

.easypartner-section{
    padding: 50px 0;
}

.easypartner-section h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

p.easypartner-content{
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.easypartner-rows{
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.easypartner-box {
    background-color: #F9FAFB;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 30px;
    min-height: 221px;
}

.easypartner-box i{
    font-size: 16px;
    margin-bottom: 15px;
}

.easypartner-box h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
}

.easypartner-box  p{
    margin-bottom: 0px;
}

/*****************VEHICLE PAGE START HERE***************/

.vehicle-section{
    padding: 50px 0;
}

p.vehicle-content{
    text-align: center;
    margin-bottom: 30px;
}

.vehicle-section h2{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}






.vehicle-section .vehicle-tabs .card{
    border: none;
}

.vehicle-section .vehicle-tabs .nav-tabs .nav-link{
    width: 50%;
    color: #606060;
    border: none;
    padding: 10px;
}

.vehicle-section .vehicle-tabs .nav-tabs .nav-link:hover{
    border: none;
}

.vehicle-section .vehicle-tabs .nav-tabs .nav-link.active{
    border: none;
    color: #000;
    border-bottom: 2px solid #000;
}

.vehicle-tabs h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.vehicle-tabs-left ul{
    padding: 0px;
    margin: 0px;
}

.vehicle-tabs-left ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.vehicle-tabs-left ul li i{
    color: #00b300;
    padding-right: 10px;
}

.vehicle-tabs-right ul{
    padding: 0px;
    margin: 0px;
}

.vehicle-tabs-right ul li{
    list-style-type: none;
    display: inline-block;
    width: 47%;
    margin-right: 10px;
}

.vehicle-tabs-right ul li a{
    background-color: #ededed;
    display: block;
    padding: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.vehicle-tabs-right ul li a i{
    font-size: 16px;
    margin-bottom: 10px;
}

.vehicle-tabs-right ul li a h6{
    margin-bottom: 0px;
}

.cate-box{
    background-color: #ededed;
    padding: 16px;
    border-radius: 5px;
}

.cate-box i{
    font-size: 16px;
    margin-bottom: 10px;
}

.cate-box h6{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.cate-box p{
    margin-bottom: 0px;
}

.document-section{
    padding: 50px 0;
}

.document-section h4{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.document-section .row{
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
}

.document-section h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.document-section h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.document-section ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.document-section ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.document-section ul li i{
    padding-right: 5px;
}

a.btn.btn-applynows {
    border: 1px solid #000;
    background-color: #000;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    max-width: 136px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

a.btn.btn-applynows:hover {
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

.document-section p{
    text-align: center;
    margin-bottom: 0px;
}

.document-section p a{
    color: #4B5563;
    text-decoration: none;
}

.terms-section{
    padding: 50px 0;
}

.terms-section .row{
    background-color: #fff;
    padding: 30px 215px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
}

.terms-section h4 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.terms-section h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.terms-section p{
    margin-bottom: 25px;
}

.term-box {
    background-color: #ededed;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.term-box h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.term-box p{
    margin-bottom: 0px !important;
}

.partnergrab-section{
    padding: 50px 0;
}

.partnergrab-section h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.partnergrab-section .row{
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
}

.withus-box{
    background-color: #ededed;
    padding: 15px;
    border-radius: 8px;
}

.withus-box h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.withus-box ul{
    padding: 0px;
    margin: 0px;
}

.withus-box ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.withus-box ul li i{
    padding-right: 5px;
}

/****************PHOTO GALLRY PAGE START HERE***************/

.gallery-section{
    padding-top: 30px;
    padding-bottom: 10px;
}

.gallery-section h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}


.gallery-section .search-bar {
    max-width: 300px;
    width: 100%;
    border: none;
    position: relative;
    height: 40px;
    float: right;
}

.gallery-section #searchBarInput {
    position: relative;
    background: transparent;
    padding: 6px 24px 6px 34px;
    border-radius: 0px;
    border: 2px solid #ddd;
    width: 100%;
}


.gallery-section i.fa-search {
  position: relative;
  left: 10px;
  top: -32px;
  color: #686565;
}









.portfolio{
  padding-bottom: 50px;
}
.row.content-rows{
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
/*.portfolio p{
  color: rgba(255,255,255,.6);
  margin: 20px 40px;
  letter-spacing: 1px;
  line-height:1.5em;
}*/

/*start tabs*/
.portfolio input[type="radio"]{
  display: none;
}
.portfolio .tabs label{
  display: inline-block;
  color: #6B7280;
  text-align: center;
  padding: 10px 12px;
  cursor: pointer;
}
.portfolio .tabs .all{
  display: none;
  transform-origin: 10% 50%;
}
.portfolio .tabs .content {
  margin-bottom: 29px;
  position: relative;
  overflow: hidden;
}
.portfolio .tabs .content img {
  height: 320px;
  width: 100%;
}
.portfolio .tabs label:not(:first-of-type){
  margin-left: -4px;
}
.portfolio input[id="all"]:checked ~ .content .all{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="websiteDesign"]:checked ~ .content .websiteDesign{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="PHOTOGRAPHY"]:checked ~ .content .PHOTOGRAPHY{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="graphicDesign"]:checked ~ .content .graphicDesign{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="customerService"]:checked ~ .content .customerService{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[type="radio"]:checked + label{
  background-color: transparent;
  border-bottom: 2px solid #000;
  cursor: default;
  font-weight: 600;
  color: #000;
}
.portfolio .tabs .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top:100%;
  padding-top: 10%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: rgba(0,0,0,.5);
  left: 0;
  transition: all .5s;
  transition: all .5s linear;

}
.portfolio .tabs .all .content:hover .overlay{
  top: 0;
}
.portfolio .tabs .overlay span{
  padding: 2px 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}
.portfolio .tabs .overlay span:hover{
  background: #5CC05C;
  border-color: #5CC05C;
}
@keyframes animateTabe{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.classic-list{
  list-style-type: none;
}

















.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75vh;
  height:75vh;
  width:100%;
  max-width: 1000px;}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}
.modal_inner_image {
    min-height: 400px;
    z-index: 1000;}
.modal-content {
    width: 100%;}


.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {
    /*padding-top:65%;*/
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  /*position:absolute;
  top:0;*/
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100vw;
height:100vh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;

  font-size:50px;
}

.lightbox-btn:focus {
  outline:none;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); 
box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}

.content-rows video{
    height: 260px;
    width: 100%;
}
    
a.btn.btn-loadmore {
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    padding: 8px 20px;
    max-width: 122px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
    
a.btn.btn-loadmore:hover{
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

.gallery-content h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.gallery-content h4 a{
    color: #000;
    text-decoration: none;
}

.gallery-content h4 a:hover{
    color: #F97316;
}

.gallery-content p{
    margin-bottom: 5px;
}

.gallery-content ul{
    padding: 0px;
    margin: 0px;
}

.gallery-content ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #6B7280;
}

.gallery-content ul li i{
    padding-right: 5px;
}

.video-section{
    padding: 50px 0;
    position: relative;
}

.video-section h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 10px;
}

.video-section p{
    padding-left: 250px;
    padding-right: 250px;
    margin-bottom: 40px;
    text-align: center;
}

.video-section .search-bar {
    max-width: 300px;
    width: 100%;
    border: none;
    position: absolute;
    height: 40px;
    right: 6%;
    bottom: -17%;
}

.video-section #searchBarInput {
    position: relative;
    background: transparent;
    padding: 6px 24px 6px 34px;
    border-radius: 0px;
    border: 2px solid #ddd;
    width: 100%;
}


.video-section i.fa-search {
  position: relative;
  left: 10px;
  top: -32px;
  color: #686565;
}

/************MOTOBIKE REQUIREMENT PAGE START HERE*************/

/*.motor-section{
    padding: 50px 0;
}

.motor-section h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}

.row.motor-rows{
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 8px;
}*/

.motor-lefts ul{
    padding: 0px;
    margin: 0px;
}


.motor-lefts ul li{
    list-style-type: none;
    padding-bottom: 15px;
}


.motor-lefts ul li i{
    background-color: #ccc;
    padding: 10px;
    border-radius: 50%;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 17px;
    float: left;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.motor-lefts ul li h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.motor-lefts ul li p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.motor-right-box {
    background-color: #F9FAFB;
    padding: 24px;
    border-radius: 8px;
}

.motor-right-box h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.motor-right-box i{
    background-color: #fff;
    padding: 30px;
    font-size: 20px;
    float: left;
    margin-right: 15px;
}

.motor-right-box h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 10px;
}

.motor-right-box p{
    font-size: 14px;
    line-height: 20px;
}

.prefer-box {
    background-color: #F9FAFB;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.prefer-box h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.prefer-box ul{
    padding: 0px;
    margin: 0px;
}

.prefer-box ul li{
    list-style-type: none;
    display: inline-block;
    width: 32%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
}

.prefer-box ul li i{
    padding-right: 5px;
}

.notes-box {
    background-color: #F9FAFB;
    padding: 24px;
    border-radius: 8px;
}

.notes-box h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.notes-box ul{
    padding: 0px;
    margin: 0px;
}

.notes-box ul li{
    list-style-type: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
}

.notes-box ul li i{
    padding-right: 5px;
    color: green;
}

/**************DRIVER DELIVERY PAGE START HERE***************/

.delivery-section{
    padding: 50px 0;
}

.delivery-section .row{
    background-color: #fff;
    padding: 15px 0;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #E5E7EB;
}

.delivery-section h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.delivery-title ul{
    padding: 0px;
    margin: 0px;
}

.delivery-title ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #4B5563;
}

.delivery-title ul li i{
    padding-right: 5px;
}

a.btn.btn-nows {
    border: 1px solid #000;
    background-color: #000;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    float: right;
    margin-top: 12px;
}

a.btn.btn-nows:hover{
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

.range-box {
    background-color: #F9FAFB;
    padding: 16px;
    border-radius: 8px;
}

.range-box p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #6B7280;
    margin-bottom: 5px;
}

.range-box h4,
.range-box h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.delivery-section h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.delivery-list-rows ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.delivery-list-rows ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #4B5563;
}

.delivery-list-rows ul li i{
    font-size: 6px;
    padding-right: 5px;
    position: relative;
    top: -5px;
}

.howto{
    background-color: #F9FAFB;
    padding: 16px;
    border-radius: 8px;
}

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

.howto ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #4B5563;
}

.howto ul li i{
    font-size: 16px;
    padding-right: 5px;
    position: relative;
    color: #000;
    top: 2px;
}

.deadline-section{
    padding: 15px 0;
    background-color: #fff;
}

.deadline-section p{
    margin-bottom: 0px;
    line-height: 40px;
}

.delivery-right{
    text-align: right;
}

a.btn.btn-save {
    border: 1px solid #F3F4F6;
    background-color: #F3F4F6;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #374151;
}

a.btn.btn-share {
    border: 1px solid #F3F4F6;
    background-color: #F3F4F6;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #374151;
}

a.btn.btn-apply-now{
    border: 1px solid #000;
    background-color: #000;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}


/**************JOB DASH PAGE START HERE************/

.deliverydetail-section{
    padding: 50px 0;
}


.deliverydetail-rows{
    background-color: #fff;
    padding: 15px 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.salary-box{
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.salary-box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #6B7280;
    margin-bottom: 5px;
}

.salary-box h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.row.benefit-rows{
    padding: 24px 9px;
    background-color: #fff;
    border-radius: 8px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.row.benefit-rows nav{
    border-bottom: 1px solid #ddd !important;
}

.row.benefit-rows .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none !important;
    color: #000 !important;
}
.row.benefit-rows .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none !important;
    color: #000 !important;
    border-bottom: 2px solid #000 !important;
}

.row.benefit-rows .nav-tabs{
    border-bottom: none !important;
    color: #6B7280;
}

.row.benefit-rows .nav-tabs .nav-link{
    color: #6B7280;
}

.row.delivery-list-rows{
    padding: 24px 9px;
    margin-left: 0px;
    margin-right: 0px;
}

.delivery-list-rows h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.delivery-list-rows ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.delivery-list-rows ul li {
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #4B5563;
}

.delivery-list-rows ul li i {
    font-size: 6px;
    padding-right: 5px;
    position: relative;
    top: -5px;
}

.notes-box {
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;    
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.notes-box h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.range-box{
    background-color: #fff;
    padding: 16px;
    border-radius: 8px; 
    text-align: center;   
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.share-box{
    background-color: #fff;
    padding: 16px;
    border-radius: 8px; 
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.share-box h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

a.btn.btn-linkedin {
    border: 1px solid #D1D5DB;
    background-color: transparent;
    padding: 8px 14px 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #374151;
    border-radius: 4px;
}

a.btn.btn-linkedin i{
    color: #0077B5;
    padding-right: 5px;
}

a.btn.btn-email {
    border: 1px solid #D1D5DB;
    background-color: transparent;
    padding: 8px 14px 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #374151;
    border-radius: 4px;
}

a.btn.btn-email i{
    color: #000;
    padding-right: 5px;
}

.employ-box{
    background-color: #fff;
    padding: 16px;
    border-radius: 8px; 
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.employ-box h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.employ-box ul{
    padding: 0px;
    margin: 0px;
}

.employ-box ul li{
    list-style-type: none;
    padding-bottom: 10px;
    height: 50px;
}

.employ-box ul li:last-child{
    padding-bottom: 0px;
}

.employ-box ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.employ-box ul li a img{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.cates-box{
    background-color: #fff;
    padding: 16px;
    border-radius: 8px; 
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.cates-box h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.cates-box ul{
    padding: 0px;
    margin: 0px;
}

.cates-box ul li{
    list-style-type: none;
    padding-bottom: 10px;
}

.cates-box ul li:last-child{
    padding-bottom: 0px;
}

.cates-box ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4B5563;
    text-decoration: none;
}

.cates-box ul li a span{
    float: right;
}

.relate-box{
    background-color: #fff;
    padding: 16px;
    border-radius: 8px; 
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.relate-box h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.relate-box ul{
    padding: 0px;
    margin: 0px;
}

.relate-box ul li{
    list-style-type: none;
    padding-bottom: 10px;
}

.relate-box ul li:last-child{
    padding-bottom: 0px;
}

.relate-box ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.relate-box ul li a span{
    float: right;
    color: #6B7280;
    font-weight: 400;
}

.relate-box ul li p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.sidebar-area img{
    max-width: 100%;
}

/****************BLOG DETAIL PAGE***************/

.blog-detail-section{
  padding: 50px 0;
}

.blog-detail-left img{
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}

.blog-detail-left h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.blog-detail-left h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.blog-left-icon ul{
  padding: 0px;
  margin: 0px;
    margin-bottom: 10px;
}

.blog-left-icon ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
}

.blog-left-icon ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.blog-left-icon ul li a:hover{
  color: #F97316;
}

.blog-left-social ul{
  padding: 0px;
  margin: 0px;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 20px;
}

.blog-left-social ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
}

.blog-left-social ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.blog-left-social ul li a:hover{
  color: #F97316;
}

.blog-detail-right h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.blog-detail-right ul{
  padding: 0px;
  margin: 0px;
}

.blog-detail-right ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.blog-detail-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-detail-right ul li a{
  text-decoration: none;
}

.blog-detail-right ul li a img{
  width: 80px;
  height: 70px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
}

.blog-detail-right ul li a h5{
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.blog-detail-right ul li a h5:hover{
    color: #F97316;
}

.blog-detail-right ul li p{
  font-size: 14px;
  line-height: 18px;
  color: #777;
  margin-bottom: 0px;
}

/******************FAQS PAGE START HERE*******************/

.faqs-section{
    padding: 50px 0;
}

.faqs-section h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #003a58;
}
ul.accordion-list li h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #Fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #000000;
}

/*************TEAM PAGE START HERE************/







.speakers-section-three a,
.speakers-section-three a:hover,
.speakers-section-three a:focus,
.speakers-section-three a:active {
  text-decoration: none;
  outline: none;
}
.speakers-section-three a {
  font-style: normal;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.speakers-section-three a,
.speakers-section-three a:active,
.speakers-section-three a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.speakers-section-three ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.speakers-section-three img {
  max-width: 100%;
  height: auto;
}
.sec-title {
  position: relative;
  margin-bottom: 70px;
}
.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: linear-gradient(
    to left,
    rgba(247, 0, 104) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068',endColorstr='#441066',GradientType=1);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}
.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px;
}
.sec-title.light h2,
.sec-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit;
}
.speakers-section-three {
  position: relative;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.speaker-block-three {
  position: relative;
  margin-bottom: 50px;
}
.speaker-block-three .inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 5px 5px rgb(17 51 114 / 22%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}
.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url(https://i.ibb.co/LSL9C6r/shape-5.png);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}
.speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border: 4px solid #34178e;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0;
}
.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: #34178e;
}
.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
  background-color: #34178e;
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}
.speaker-block-three .info-box .name {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
}
.speaker-block-three .info-box .name a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block-three .info-box .name a:hover {
  color: #fff;
}
.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}
.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px;
}
.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px);
}
.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block-three .social-links li a:hover i {
  color: #fff;
  background: #34178e;
}

/*************SERVICE DETAIL PAGE START HERE************/

.service-detail-section{
    padding: 50px 0;
}

.service-detail-section h2{
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}

a.btn.btn-start {
    border: 1px solid #000;
    background-color: #000;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-learnmore {
    border: 1px solid #000;
    background-color: transparent;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

.service-detail-section img{
    width: 100%;
}

.key-section {
    padding: 50px 0;
    background-color: #fff;
}

.key-section h3{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 15px;
}

p.key-content{
    text-align: center;
    margin-bottom: 30px;
}

.key-box {
    background-color: #F9FAFB;
    padding: 24px;
    border-radius: 8px;
}

.key-box i{
    background-color: #000;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
    line-height: 20px;
}

.key-box h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
}

.key-box p{
    margin-bottom: 0px;
}

.work-section{
    padding: 50px 0;
}

.work-section img{
    width: 100%;
}

.work-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
    padding-top: 150px;
}

.work-section ul{
    padding: 0px;
    margin: 0px;
}

.work-section ul li{
    list-style-type: none;
    padding-bottom: 25px;
}

.work-section ul li span{
    background-color: #000;
    padding: 5px;
    border-radius: 50%;
    float: left;
    font-size: 14px;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.work-section ul li h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

.work-section ul li p{
    color: #6B7280;
    padding-left: 38px;
    margin-bottom: 0px;
}

.start-section {
    padding: 64px 0;
    background-color: #111827;
    text-align: center;
}

.start-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.start-section p{
    color: #D1D5DB;
    margin-bottom: 15px;
}

a.btn.btn-app {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #111827;
}

/*************PARTNERSHIP PAGE START HERE************/

.industry-section{
    padding: 50px 0;
}

.industry-section h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.industry-section img{
    width: 100%;
    background-color: #fff;
    padding: 15px;
    height: 155px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.industry-section h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.howwork-section{
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
}

.howwork-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.howwork-section h6{
    background-color: #000;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.howwork-section h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.howwork-section p{
    margin-bottom: 0px;
}

.operation-section{
    padding: 50px 0;
}

.operation-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

p.operation-content{
    text-align: center;
    margin-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
}

.operation-section form{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.operation-section form label{
    font-size: 15px;
    color: #959595;
    padding-bottom: 3px;
    padding-top: 12px;
}
.operation-section form input.form-control {
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    padding: 25px 10px;
    font-size: 17px;
    height: 40px;
    color: #222222;
    width: 100%;
    margin-bottom: 5px;
}

.operation-section form button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 10px 20px;
    width: 100%;
    max-width: 240px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    display: block;
}

.operation-section form button.btn.btn-primary:hover {
    border: 1px solid #F97316;
    background-color: #F97316;
    color: #fff;
}

/***************LOGIN PAGE***************/

.login-page h3{
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
}

.login-logo{
  width: 300px;
  margin-bottom: 20px;
}

.form-right{
  background-color: #eaeaff;
}

button.btn.btn-primary{
  background-color: #000;
  border: 1px solid #000;
}

button.btn.btn-primary:hover{
  background-color: #F97316;
  border: 1px solid #F97316;
}

.login-page a {
    text-decoration: none;
    font-size: 14px;
}

.login-page h2{
    color: #000;
}

.login-page .col-sm-6,
.login-page .col-12{
  margin-top: 15px;
}
.login-page {
    width: 100%;
    padding: 60px 0;
    display: inline-block;
    display: flex;
    align-items: center;
}
.form-right i {
    font-size: 100px;
}

.login-page p{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
}

.login-page input{
  font-size: 14px;
}
.login-page label{
  font-size: 14px;
  margin-bottom: 0px;
}

.form-check-label{
  padding-left: 5px !important;
}

a.btn.btn-facebook {
    border: 1px solid #316FF6;
    background-color: transparent;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #316FF6;
    font-weight: 600;
}

a.btn.btn-facebook:hover{
    border: 1px solid #316FF6;
    background-color: transparent;
    color: #316FF6;
}

a.btn.btn-facebook i{
  padding-right: 10px;
}

a.btn.btn-google {
    border: 1px solid #e72929;
    background-color: transparent;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #e72929 !important;
    font-weight: 600;
}

a.btn.btn-google svg{
  padding-right: 10px;
  width: 24px;
}

a.btn.btn-google:hover{
    border: 1px solid #e72929;
    background-color: transparent;
    color: #e72929 !important;
}

/***********JOB PROFILE PAGE START HERE**********/


.bg-teal-500{
    background-color: #000 !important;
}

.bg-teal-500{
    background-color: #000 !important;
}

.bg-teal-500:hover{
    background-color: #F97316 !important;
}

.text-teal-500{
    border: 1px solid #000 !important;
    color: #000 !important;
}

.text-teal-500:hover{
    background-color: #F97316 !important;;
    border: 1px solid #F97316 !important;
    color: #fff !important;
}

/*************JOB LISTING PAGE START HERE************/

.joglisting-section{
    padding: 50px 0;
}

.company-details {
  box-shadow: 0 2px 70px 0 rgba(110, 130, 208, 0.18);
  border-radius: 5px;
  margin-bottom: 20px;
}

.job-update {
  background: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.job-update h4 strong {
  font-size: 30px;
}

.job-update .fa {
  margin-top: 5px;
  margin-right: 10px;
  color: #000;
}

.price {
  color: #018f62;
}

.location {
  color: red;
}

/* .description {
  display: none;
}
.company-details :hover .description {
  display: block;
}
 */


.description {
    overflow: hidden; 
    height: 0; opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}
.company-details :hover .description{
    height: auto; opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
}


.bookmark{
  color: #000 !important;
  float: right;
  display: inline-flex;
  font-size: 20px;
  cursor: pointer;
}

.bookmark p{
  margin-left: 5px;
    font-size: 20px;
    cursor: pointer;

}
.fa-heart-o:before {
    content: "\f08a";
    margin-right: 8px;
      font-size: 20px;
      cursor: pointer;
      
    color: rgb(33, 33, 226) !important;

}
.fa-heart-o:before .bookmark{
  color: rgb(33, 33, 226) !important;
}
.fa-heart:before {
    content: "\f004";
    margin-right: 8px;
      font-size: 20px;
      cursor: pointer;
      color: rgb(33, 33, 226) !important;
}




.job-update small {
  background: #efefef;
  padding: 1px 5px;
  margin: 0 5px;
}

.job-update small:hover {
  cursor: pointer;
  background: #23c0e9;
  z-index: 2;
  transition: all 200ms ease-in;
  transform: scale(1.1);
  color: white;
}

.job-update p {
  margin-bottom: 0 !important;
}

.job-update a {
  text-decoration: none !important;
  color: #b6bed2;
  float: right;
}

.job-update a:hover {
  text-decoration: none !important;
  color: rgb(0, 95, 238);
  float: right;
}

.apply-btn {
  height: 40px;
  background-image: linear-gradient(to right, #F97316, #321501);
  padding: 5px;
  border-radius: 0 0 5px 5px;
}

.apply-btn .btn-primary {
  padding: 0 30px;
  float: right;
  box-shadow: none !important;
  background: transparent;
  border: 1px solid #fff;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #f36969;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
}

.pagelink li {
  height: 25px;
  list-style: none;
  width: 25px;
  display: inline-block;
  cursor: pointer;
}

.pagelink li:hover,
.activa {
  color: #fff;
  background-image: linear-gradient(to right, #F97316, #321501);
}

.left-arrow {
  color: #999;
}

.right-arrow {
  color: #000;
}

/* site-stats */

#site-stats {
  padding: 100px 0;
}

#site-stats {
  margin-bottom: 30px;
}

.stats-box {
  padding: 30px;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 2px 40px 0 rgba(110, 130, 208, 0.18);
}

.stats-box:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  border: 1px solid #cccccc;
  background-color: #00838d;
  transform: scale(1.1);
}

.stats-box:hover p {
  transition: all 0.3s ease-out;
  color: #ffffff;
}

.stats-box:hover i {
  transition: all 0.3s ease-out;
  color: #ffffff;
}

.stats-box:hover small {
  transition: all 0.3s ease-out;
  color: #ffffff;
}

.stats-box .fa {
  font-size: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/************JOB APPLY PAGE START HERE*************/

.jobapply-section{
    padding: 50px 0;
}

.jobapply-section h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.form-container {
    max-width: 800px;
    margin: 3rem auto;
    padding: 2.5rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.form-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.form-header {
    margin-bottom: 2rem;
}

.form-step {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.form-step.active {
    display: block;
}

.progress {
    height: 6px;
    background-color: #e2e8f0;
    border-radius: 100px;
    margin-bottom: 3rem;
    overflow: hidden;
}

.progress-bar {
    background-color: #F97316;
    transition: width 0.4s ease-in-out;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    position: relative;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.step-circle.active {
    background-color: #F97316;
    color: white;
    transform: scale(1.1);
}

.step-circle.completed {
    background-color: #059669;
    color: white;
}

.step-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e2e8f0;
    transform: translateY(-50%);
    z-index: 0;
}

.step-line.completed {
    background-color: #059669;
}

.form-label {
    font-weight: 500;
    color: #475569;
    margin-bottom: 0.5rem;
}

.form-control {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #F97316;
    box-shadow: 0 0 0 4px rgb(37 99 235 / 0.1);
}

.form-control.is-invalid {
    border-color: #ef4444;
    box-shadow: none;
}

.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-primary {
    background-color: #F97316;
    border: none;
}

.btn-primary:hover {
    background-color: #F97316;
    transform: translateY(-1px);
}

.btn-secondary {
    background-color: #e2e8f0;
    border: none;
    color: #475569;
}

.btn-secondary:hover {
    background-color: #cbd5e1;
    color: #1e293b;
}

.btn-success {
    background-color: #059669;
    border: none;
}

.btn-success:hover {
    background-color: #047857;
    transform: translateY(-1px);
}

.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.skill-tag {
    background-color: #e2e8f0;
    color: #475569;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.skill-tag.selected {
    background-color: #F97316;
    color: white;
}

.file-upload {
    border: 2px dashed #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.file-upload:hover {
    border-color: #F97316;
    background-color: rgb(37 99 235 / 0.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/**************PROFILE PAGE START HERE*************/

.profiles-section{
    padding: 50px 0;
}

.user-box {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.user-box img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 50%;
}

.user-box h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.user-box h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.user-box p{
    font-size: 14px;
    margin-bottom: 10px;
}

.user-box ul{
    padding: 0px;
    margin: 0px;
}

.user-box ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
}

.user-box ul li a i{
    font-size: 16px;
    color: #444;
}

.personals-box{
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.personals-box h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.personals-box ul{
    padding: 0px;
    margin: 0px;
}

.personals-box ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #212529;
    padding-bottom: 15px;
}

.personals-box ul li span{
    text-align: right;
    color: #767676;
    float: right;
}

.personals-box ul li a{
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #767676;
    text-decoration: none;
    float: right;
}

.skills-box{
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.skills-box h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.skills-box .media-title{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.skills-box .progress{
    margin-bottom: 15px;
}

.profiles-right-box{
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    padding: 24px;
    border-radius: 10px;
}

.profiles-right-box h4,
.profiles-right-box h3,
.profiles-right-box h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.profiles-right-box ul{
    padding: 0px;
    margin: 0px;
}

.profiles-right-box ul li{
    list-style-type: none;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}









/*****************MEDIA QUERY***************/

@media(max-width: 1340px){
    .header-right ul li a i {
        width: 35px;
        height: 35px;
        font-size: 14px;
        padding: 10px 8px;
        line-height: 14px;
    }
    .header-left ul li{
        margin-left: 5px;
        line-height: 40px;
    }
    .navbar-brand img{
        top: -60px;
    }
    .header-left ul li,
    .header-left ul li a{
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px;
    }
    .header-left ul li i {
        margin-right: 5px;
        font-size: 12px;
    }
}

@media(max-width: 1260px){
    .company-inside ul li{
        width: 46%;
    }
}

@media(max-width: 1200px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px 6px;
        font-size: 15px;
    }
    .slider-section,
    .slider-section .carousel .carousel-inner .carousel-item img{
        height: 620px;
    }
}

@media(max-width: 1125px){
    .story-right {
        padding: 120px 140px 100px 60px;
    }
}

@media(max-width: 1024px){
    .top-header{
        display: none;
    }
    .navbar-brand img {
        top: 0px;
        position: relative;
        width: 80px;
    }
    .navbar-expand-lg .navbar-collapse{
        border-top: none;
    }
    a.navbar-brand {
        width: 90px;
    }
    .slider-section h2 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .title h5 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .logistic-section h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .logistic-right{
        padding: 40px;
    }
    .transport-section img{
        height: 320px;
    }
    .mission-section h4 span{
        display: unset;
    }
    .story-right {
        padding: 100px 40px 100px 20px;
    }
    .video-section .search-bar{
        position: relative;
        right: unset;
    }
    .video-section p{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
}

@media(max-width: 991px){
    .nav-logo-btn{
        right: 6%;
    }
    button.navbar-toggler.collapsed {
        display: none;
    }  
    .top-footer img{
        width: 100%;
    } 
    .launch-section h4,
    .reach-box h2{
        font-size: 38px;
        line-height: 42px;
    }
    .rider-box{
        margin-right: 0px;
        margin-top: 0px;
    }
    .mission-box1 ul li,
    .rider-box ul li{
        width: 100%;
    }
    .transport-section img{
        height: 240px;
    }
    .story-section img{
        height: 500px;
    }
    .story-right {
        padding: 50px 20px;
    }
    a.btn.btn-know{
        padding: 10px;
    }
    p.operation-content,
    .invest-section p,
    .value-section p,
    p.easypartner-content,
    .journey-section p{
        padding-left: 0px;
        padding-right: 0px;
    }
    .blog-detail-right ul li a h5{
        font-size: 14px;
        line-height: 18px;
    }
    .logistic-right{
        margin-left: 0px;
        margin-top: 0px;
    }
    .invest-box img{
        height: 240px;
    }
    .invest-box{
        margin-bottom: 30px;
    }
    .howwork-section p{
        margin-bottom: 20px;
    }
    .work-section h4{
        padding-top: 50px;
    }
    .terms-section .row{
        padding: 30px 15px;
    }
}

@media(max-width: 834px){
    .blog-section img{
        height: auto;
    }
    .work-section h4{
        padding-top: 0px;
    }
    .vehicle-tabs-right ul li{
        width: 45%;
    }
}

@media(max-width: 768px){
    .nav-logo-btn {
        right: 10%;
    }
    .blog-section img{
        height: auto;
    }
    a.btn.btn-know{
        margin-right: 5px;
    }
    .about-section h6{
        font-size: 13px;
    }
    .company-inside ul li{
        width: 45%;
    }
    a.btn.btn-licence{
        padding: 12px 10px;
        font-size: 14px;
    }
    a.btn.btn-linkedin{
        padding: 8px 10px 6px;
    }
}

@media(max-width: 767px){
    .reach-box{
        margin-top: 0px;
    }
    .reach-section{
        padding-top: 50px;
    }
    .slider-section, .slider-section .carousel .carousel-inner .carousel-item img {
        height: 440px;
    }
    .stats,
    .about-left img,
    .core-box,
    div#accordionExample,
    a.btn.btn-now,
    .mission-left,
    .logistic-section img,
    .rider-box{
        margin-bottom: 30px;
    }
    .logistic-right {
        padding: 0px 15px;
    }
    .blog-section img,
    .transport-section img {
        height: auto;
    }
    .easypartner-box,
    .conduct-box2,
    .conduct-box1,
    .conduct-box,
    .benefit-box,
    .transport-box {
        min-height: auto;
        margin-bottom: 30px;
    }
    .lunch-right{
        margin-top: 30px;
    }
    .middle-footer h4,
    .top-footer h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .slider-section h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .title h5 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .blog-detail-right ul li{
        height: 82px;
    }
    a.btn.btn-nows{
        float: none;
    }
    .key-box,
    .notes-box,
    .transport-left-box,
    .suspension-box,
    .quality-box{
        margin-bottom: 30px;
    }
    .delivery-right{
        text-align: left;
    }
    .deadline-section p{
        margin-bottom: 10px;
    }
    .transport-box{
        margin-bottom: 0px;
    }
    .invest-box img{
        height: 200px;
    }
    .invest-section img{
        height: auto;
    }
    .job-form-section select,
    .job-form-section .search-bar{
        margin-bottom: 15px;
    }
    .cate-box,
    .work-section img,
    .join-section p{
        margin-bottom: 20px;
    }
    .gallery-section .search-bar{
        float: none;
    }
    .service-detail-section img{
        margin-top: 20px;
    }
    .prefer-box ul li{
        width: 45%;
    }
}

@media(max-width: 600px){
    .rider-box h3,
    .story-right h4,
    .logistic-section h4,
    .blog-section h4,
    .partner-section h4,
    .company-section h4,
    .message-section h2,
    .journey-section h4,
    .driver-section h2,
    .mission-section h4,
    .available-section h2,
    .partnership-section h4,
    .job-update h4,
    .service-detail-section h2,
    .job-update h4 strong,
    .core-section h4,
    .join-section h4,
    .invest-section h2,
    .benefit-section h4,
    .page-banner h1,
    .terms-section h4,
    .easypartner-section h4,
    .row.conduct-rows h4,
    .row.suspension-rows h4,
    .key-section h3,
    .row.quality-rows h4,
    .vehicle-section h2,
    .row.payment-rows h4,
    .eligible-section h4,
    .industry-section h2,
    .faqs-section h2,
    .service-section h2,
    .service-section h3,
    .blog-detail-left h2,
    .whyus-section h4,
    .video-section h2,
    .document-section h4,
    .profiles-right-box h4, .profiles-right-box h3, .profiles-right-box h2,
    .jobapply-section h2,
    .launch-section h4, .reach-box h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .story-right {
        padding: 30px 20px;
    }
    .reach-box{
        padding: 20px;
    }
    .reach-section{
        padding-top: 30px;
    }
    .form-container{
        margin: 0px;
    }
    .about-section,
    .partnergrab-section,
    .partnership-section,
    .key-section,
    .video-section,
    .whyus-section,
    .document-section,
    .industry-section,
    .profiles-section,
    .eligible-section,
    .howwork-section,
    .service-section,
    .terms-section,
    .operation-section,
    .conduct-section,
    .invest-section,
    .middle-footer .row,
    .top-footer,
    .blog-detail-section,
    .join-section,
    .jobapply-section,
    .vehicle-section,
    .benefit-section,
    .invest-lists,
    .login-page,
    .service-detail-section,
    .value-section,
    .inquiry-section,
    .blog-section,
    .journey-section,
    .partner-section,
    section#counter-stats,
    .location-section,
    .deliverydetail-section,
    .driver-section,
    .faqs-section,
    .joglisting-section,
    .job-form-section,
    .delivery-section,
    .work-section,
    .start-section,
    .message-section,
    .launch-section,
    .easypartner-section,
    .mission-section,
    .company-section,
    .transport-section,
    .core-section,
    .logistic-section,
    .rider-section{
        padding: 30px 0;
    }
    .row.responsible-rows,
    .row.support-rows,
    .row.recruit-rows,
    .row.suspension-rows,
    .easypartner-rows,
    .row.quality-rows,
    .row.conduct-rows,
    .logistic-section .row{
        padding: 20px 5px;
    }
    .about-section h5,
    .about-section h2,
    .story-right p,
    .market-box,
    p.easypartner-content,
    p.launch-content,
    .logistic-right p{
        margin-bottom: 15px;
    }
    div#accordionExample, .mission-left, .logistic-section img, .rider-box{
        margin-bottom: 15px;
    }
    .slider-section, .slider-section .carousel .carousel-inner .carousel-item img {
        height: 350px;
    }
    .reach-box ul li i {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .reach-box ul li h5 {
        font-size: 14px;
        line-height: 18px;
    }
    .reach-box ul li{
        padding: 0 10px;
    }
    .blog-content,
    .company-right,
    .company-inside,
    .message-left,
    .quality-box,
    .easypartner-box,
    .inquiry-section form,
    .techno-box,
    .suspension-box,
    .suspension-box1,
    .row.payment-rows,
    .form-container,
    .conduct-box,
    .eligible-box,
    .key-box,
    .benefit-box,
    .message-right form,
    .mission-box1,
    .salary-box,
    .mission-box,
    .company-left,
    .market-box,
    .rider-box{
        padding: 15px;
    }
    .form-left.h-100.py-5.px-5{
        padding: 15px !important;
    }
    a.btn.btn-grab{
        width: 100%;
    }
    .story-section img{
        height: auto;
    }
    .slider-section h2 span{
        display: block;
    }
    .about-section ul li{
        padding-bottom: 15px;
    }
    .company-left h5,
    .company-right h5{
        margin-bottom: 10px;
    }
    footer .container-fluid{
        padding: 0 15px;
    }
    .delivery-list-rows ul{
        margin-bottom: 0px;
    }
    .suspension-box1{
        min-height: auto;
    }
    .portfolio .tabs .content img{
        height: 180px;
    }
    .content-rows video{
        height: 140px;
    }
}

@media(max-width: 575px){
    .servicebox img,
    .invest-box img{
        height: auto;
    }
    .row.delivery-list-rows{
        margin-left: -15px;
        margin-right: -15px;
    }
    .row.benefit-rows .nav-tabs .nav-link,
    .row.benefit-rows .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        font-size: 12px;
        padding: 5px;
    }
    .content-rows video,
    .industry-section img{
        height: auto;
    }
}

@media(max-width: 500px){
    .reach-box ul li {
        padding: 0 0px;
    }
    .mission-left{
        height: 400px;
    }
    .nav-logo-btn {
        right: 15%;
    }
}

@media(max-width: 450px){
    .reach-box ul{
        display: unset;
    }
    .reach-box ul li{
        width: 100%;
        width: 49%;
        margin-bottom: 20px;
    }
    .prefer-box ul li,
    .vehicle-tabs-right ul li{
        width: 100%;
    }
}

@media(max-width: 420px){
    .slider-section .carousel .carousel-inner .carousel-item .title h5 {
        font-size: 15px;
        line-height: 20px;
    }
    a.btn.btn-learn {
        padding: 10px 14px;
        font-size: 16px;
        line-height: 20px;
    }
    .logistic-right ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .logistic-right ul{
        margin-bottom: 10px;
    }
    .launch-left ul li{
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    a.btn.btn-contact{
        padding: 8px 10px 8px;
    }
    .nav-logo-btn {
        right: 17%;
        top: 14px;
    }
    a.btn.btn-story {
        padding: 14px 10px;
        font-size: 16px;
    }
}

@media(max-width: 400px){
    a.btn.btn-know{
        float: none;
        margin-bottom: 10px;
    }
    .company-inside ul li{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0px;
    }
    .company-inside ul{
        margin-bottom: 0px;
    }
}














































































