/* Scss Document */ /* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Poppins:wght@200;300;400;500;600;900&display=swap");
#home .home,
#about .about,
#mission .mission,
#vission .vission,
#founderTeam .founderTeam,
#contact .contact {
  color: #f8c31d !important;
}

.fa {
  box-shadow: none;
  outline: none !important;
}

button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

header {
  width: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 0px !important;
  z-index: 9999;
}
header .top {
  width: 100%;
  min-height: 35px;
  background: #fff;
}
header .top ul li {
  list-style: none;
  float: left;
}
header .top ul li a {
  color: #000;
  margin: 5px 15px;
  display: inline-block;
}
header .top ul li a img {
  vertical-align: middle;
  margin-right: 5px;
}
header .nav-link {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 22px;
  padding: 5px 15px;
}
header .nav-link:hover {
  color: #f8c31d !important;
}
header .btn {
  background: #f8c31d !important;
  color: #000 !important;
  margin: 0px 20px;
}
header .navbar-brand {
  max-width: 100px !important;
  background: #fff;
  padding: 6px;
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}
header .navbar-brand img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header_fixer {
  padding: 0px 0px !important;
  background: rgba(0, 0, 0, 0.8) !important;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
  position: fixed;
}
.header_fixer .nav-link {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 22px;
  padding: 5px 15px;
}
.header_fixer .navbar-brand {
  max-width: 60px !important;
  transition: 0.9s;
  height: auto;
  display: block;
}
.header_fixer .navbar-brand img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header_spacer {
  width: 100%;
  height: 0px;
}

.w-100 {
  width: 100% !important;
  padding: 0px !important;
}

@media screen and (max-width: 768px) {
  header {
    background: rgba(0, 0, 0, 0.9) !important;
  }
  header .top ul li {
    float: none;
    text-align: center !important;
  }
  header .navbar-brand {
    max-width: 100px !important;
    padding: 5px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  header .navbar-toggler {
    background: #f1f1f1 !important;
    margin-right: 15px;
  }
  header .navbar-nav {
    padding: 15px;
  }
  header .nav-item {
    border-bottom: 1px solid #f1f1f1;
  }
  header .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    right: 0px;
    position: absolute;
    top: 15px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .btn {
    margin: 10px 0px !important;
  }
  .header_spacer {
    width: 100%;
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  header {
    background: rgba(0, 0, 0, 0.9) !important;
  }
  header .top ul {
    text-align: center;
  }
  header .navbar-brand {
    max-width: 100px !important;
    padding: 5px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  header .navbar-toggler {
    background: #f1f1f1 !important;
    margin-right: 15px;
  }
  header .navbar-nav {
    padding: 15px;
  }
  header .navbar-nav .nav-item {
    border-bottom: 1px solid #f1f1f1;
  }
  header .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    top: 15px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  header .btn {
    margin: 10px 0px !important;
  }
  .header_spacer {
    width: 100%;
    height: 150px;
  }
}
/* Scss Document */ /* Scss Document */
/*owl carousel*/
.owl-carousel .item {
  z-index: 2;
}

.owl-carousel .item figure {
  overflow: hidden;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  padding: 0 0;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  text-align: center;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: inline-block;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
}

.owl-prev, .owl-next {
  opacity: 0.4;
}

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
  opacity: 1;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #aaa;
}

/* Scss Document */
/***********************************Back to top start*************************/
#back-top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 3;
  display: block;
}

#back-top .btn-default {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding: 17px 0;
  border-radius: 100%;
  line-height: inherit !important;
  color: #000;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 20px 5px rgba(112, 130, 148, 0.2);
  border: 0;
  font-size: 16px;
  transition: all linear 0.3s;
  cursor: pointer;
}
#back-top .btn-default:hover {
  background: #f8c31d;
}

#back-top .fa {
  font-size: 22px;
  font-weight: 700;
}

/***********************************structure start*************************/
/*************************font***************/
/*************************Common css start***************/
/*
*  html5resetcss
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #525252;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*************************star css start***************/
*,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*************************transiction css start***************/
.transiction-Effect {
  transition: all 0.3s ease-in-out;
}

/*************************Common css start***************/
.box-shadow1 {
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
}

.box-shadow2 {
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.7);
}

.box-shadow3 {
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.8);
}

.box-shadow4 {
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.9);
}

/*************************body css start***************/
body {
  margin: 0;
  padding: 0;
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #666;
  background: #f8f8f8;
}

/*************************container css start***************/
.container {
  max-width: 1200px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .container {
    max-width: 90%;
  }
}
/***************main*****************/
.welcomeBg {
  width: 100%;
  padding: 60px 0px;
  background: #fff;
}
.welcomeBg h1 {
  text-align: center;
  margin: auto;
  font-size: 30px;
  font-weight: 100;
  color: #424242;
}
.welcomeBg h1 span {
  color: #ffac00;
}
.welcomeBg .mt25 {
  margin-top: 35px;
}
.welcomeBg a {
  display: inline-block;
  background: #f8c31d;
  color: #fff;
  padding: 15px 35px;
  border-radius: 5px;
  margin-top: 30px;
  text-align: left;
}
.welcomeBg .sideImg {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.welcomeBg .sideImg img {
  width: 100%;
  border-radius: 5px;
}
.welcomeBg .sideText {
  width: 100%;
  text-align: left !important;
  padding: 100px 20px 60px;
}
.welcomeBg .sideText h1 {
  text-align: left;
  font-size: 24px !important;
  line-height: 28px;
  color: #f8c31d;
  font-weight: 600;
}
.welcomeBg .sideText p {
  font-size: 16px;
  color: #707070;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  margin-top: 30px;
}
.welcomeBg .what-we-do {
  padding: 60px 0px;
}

.productBg {
  width: 100%;
  padding: 60px 0px;
  background: #fff;
}
.productBg h1 {
  text-align: center;
  margin: auto;
  font-size: 30px;
  font-weight: 600;
  color: #424242;
}
.productBg h1 span {
  color: #ffac00;
}
.productBg .probox {
  width: 100%;
  min-height: 400px;
  border: 1px solid #f1f1f1;
  margin-top: 40px;
}
.productBg .probox .box {
  width: 100%;
  background: #fff;
  padding: 25px 20px;
}
.productBg .probox .box h2 {
  text-align: center;
  margin: 20px auto 0px;
  font-size: 16px;
  font-weight: 600;
  color: #424242;
}
.productBg .probox .box h2 span {
  color: #ffac00;
}
.productBg .probox .box p {
  font-size: 14px;
  color: #707070;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  margin: 15px;
}
.productBg .probox .box a {
  display: inline-block;
  background: #f8c31d;
  color: #fff;
  padding: 15px 35px;
  border-radius: 30px;
  margin-top: 10px;
}

.carBg {
  width: 100%;
  height: 261px;
  background: url(../images/roadimg.jpg) center center;
}
.carBg .textBg {
  width: 100%;
  text-align: center;
  padding: 70px 0px;
}
.carBg .textBg h1 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.carBg .textBg ul a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
}
.carBg .textBg ul a .btnBg {
  background: #fff;
  color: #424242;
  padding: 10px 30px;
  border-radius: 30px;
}

.contactBg {
  width: 100%;
  background: #f8c31d url(../images/cb.jpg) no-repeat center center;
  background-attachment: fixed;
  padding: 60px 0px;
}
.contactBg .titleBg {
  width: 100%;
  text-align: center;
}
.contactBg .titleBg h2 {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  display: block;
}
.contactBg .connectBg {
  width: 60%;
  padding: 30px 30px;
  background: #fff;
  margin: 30px auto;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.contactBg .connectBg .form-control {
  font-size: 12px;
}
.contactBg .connectBg .btn-primary {
  display: inline-block;
  background: #f8c31d;
  color: #fff;
  padding: 5px 35px;
  border-radius: 30px;
  margin-top: 10px;
  border: 0px;
}

@media screen and (max-width: 991px) {
  .contactBg .connectBg {
    width: 90%;
    padding: 60px 30px;
    background: #f1f1f1;
    margin: 30px auto;
  }
  .contactBg .connectBg .form-control {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .contactBg .connectBg {
    width: 90%;
    padding: 60px 30px;
    background: #f1f1f1;
    margin: 30px auto;
  }
  .contactBg .connectBg .form-control {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .contactBg .connectBg {
    width: 90%;
    padding: 60px 30px;
    background: #f1f1f1;
    margin: 30px auto;
  }
  .contactBg .connectBg .form-control {
    font-size: 12px;
  }
}
/***************************footer Strat***************************/
footer {
  width: 100%;
  min-height: 300px;
  background: #000 !important;
  padding: 40px 0 40px;
}
footer .social {
  width: 100%;
  text-align: left;
}
footer .social li {
  display: inline-block;
  text-align: center !important;
  margin-top: 30px;
}
footer .social li a {
  color: #fff;
  margin: 20px 15px;
}
footer .menuList {
  padding: 0px 0px;
  margin-top: 60px;
}
footer .menuList a {
  display: block;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-top: 6px;
  color: #fff;
}
footer .menuList h1 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
footer .menuList p {
  font-size: 13px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-top: 10px;
}
footer .menuList .fa {
  margin-right: 10px;
}
footer .footText {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}
footer .footText a {
  color: #f8c31d;
}

.footText p {
  margin-top: 40px;
}

.location {
  position: relative;
  padding-right: 15px;
}

.location:before {
  content: "\f276";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: -20px;
  font-family: FontAwesome;
  color: #fff;
}

@media screen and (max-width: 991px) {
  footer {
    height: auto !important;
    background-image: linear-gradient(to right, #2a4d9e, #b63c61);
    margin: 0px;
    padding: 30px 0px;
  }
  footer .social {
    width: 100%;
    text-align: center;
    margin: 15px auto !important;
  }
  footer .social li {
    display: inline-block;
    text-align: center !important;
    margin-top: 30px;
  }
  footer .social li a {
    color: #fff;
    margin: 0px 10px !important;
  }
  footer .menuList {
    text-align: center !important;
    padding: 15px 0px;
    margin-top: 0px;
  }
  footer .menuList a {
    text-align: center;
    line-height: 29px;
    border-bottom: 1px solid #906179;
    padding: 6px 0px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    height: auto !important;
    background-image: linear-gradient(to right, #2a4d9e, #b63c61);
    margin: 0px;
    padding: 30px 0px;
  }
  footer .menuList {
    text-align: center !important;
    padding: 15px 0px;
    margin-top: 0px;
  }
  footer .menuList a {
    text-align: center;
    line-height: 29px;
    border-bottom: 1px solid #1f1f1f;
    padding: 6px 0px;
  }
  footer .social {
    width: 100%;
    text-align: center;
    margin: 15px auto !important;
  }
  footer .social li {
    display: inline-block;
    text-align: center !important;
    margin-top: 30px;
  }
  footer .social li a {
    color: #fff;
    margin: 0px 10px !important;
  }
}
@media screen and (max-width: 480px) {
  footer {
    height: auto !important;
    background: #505050 !important;
    margin: 0px;
    padding: 0px;
    text-align: center !important;
  }
  footer .menuList {
    padding: 30px 0px;
    margin-top: 0px;
  }
  footer .menuList a {
    text-align: center;
    border-bottom: 1px solid #1f1f1f;
    margin: 0px;
    padding: 6px 0px;
  }
  .social {
    width: 100%;
    text-align: center;
    margin: 15px auto !important;
  }
  .social li {
    display: inline-block;
    text-align: center !important;
    margin-top: 30px;
  }
  .social li a {
    color: #fff;
    margin: 0px 10px !important;
  }
}
/********************************* CMS AREA START ********************************************/
/**********About Us*****************/
.cmsBg {
  width: 100%;
  min-height: 300px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  margin-top: 150px;
  margin-bottom: 60px;
  padding: 30px;
}
.cmsBg h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #f8c31d;
  margin-bottom: 30px;
  border-bottom: 2px solid #f8c31d;
  padding-bottom: 15px;
}
.cmsBg h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 30px;
  padding-bottom: 5px;
}
.cmsBg h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #f8c31d;
}
.cmsBg img {
  max-width: 300px;
  margin-left: 30px;
  margin-bottom: 10px;
  float: right;
}
.cmsBg p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 15px;
}
.cmsBg i {
  font-size: 15px;
  color: #f8c31d;
  font-weight: 600;
}
.cmsBg .listText {
  padding: 20px;
}
.cmsBg .listText li {
  font-size: 15px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  padding: 0px 0px 10px 0px;
}
.cmsBg .cardImg {
  width: 100%;
  min-height: 150px;
  background: #f1f1f1;
  padding: 15px;
  margin-top: 10px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .cmsBg {
    margin-top: 7px;
  }
  .cmsBg img {
    max-width: 100%;
    float: none;
    margin: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .cmsBg {
    margin-top: 7px;
  }
  .cmsBg img {
    max-width: 100%;
    margin: 0px !important;
    float: none;
  }
}
/**********About Us End*****************//*# sourceMappingURL=template.css.map */