/*

TemplateMo 565 Onix Digital

https://templatemo.com/tm-565-onix-digital


------------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}
.part-img{
  margin-left: 90px;
  width:1000px;
  height: auto;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Roboto';
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.responsive-cell-block {
  min-height: 75px;
}
.container1{
  padding-left: 80px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: space-evenly;
}

.outer-container {
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  /* background-color: rgb(244, 252, 255); */
}

.inner-container {
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.section-head-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  color: rgb(0, 135, 177);
  margin: 0 0 10px 0;
}

.section-subhead-text {
  font-size: 25px;
  color: rgb(153, 153, 153);
  line-height: 35px;
  max-width: 470px;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.img-wrapper {
  width: 100%;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media-links {
  /* width: 5px; */
  display: flex;
  justify-content: space-between;
}
.cost{
  display: inline-block !important;
  padding: 5px;
}
.currency{
  font-size: 35px;
    color: rgb(3, 2, 2);
    font-weight: 600;
    /* margin-top: -55px !important; */
}
.amount{
  font-size: 45px;
    color: rgb(3, 2, 2);
    font-weight: 700;
    display: block;
    margin-top: -5px;
    font-family: 'Lexend Deca', sans-serif;
}
.name {
  font-size: 19px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: -50px !important;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.position {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.team-img {
  width: 100%;
  height: 100%;
}

.team-card-container {
  /* width: 230px; */
  /* margin: 0 0 40px 0; */
}

@media (max-width: 500px) {
  .outer-container {
    padding: 10px 20px 10px 20px;
  }

  .section-head-text {
    text-align: center;
  }
}

#about {
  /* margin-top: -120px; */
}
.aboutus-bg{
  background-color: #ececec;
  /* background-image: url(../images/aboutus-bg.png);
  background-repeat: no-repeat;
  background-position: center center; */
  /* background-size: cover; */
  /* width:1200px; */
  /* height: 500; */

}
.iffco{
  padding-right: 30px !important;
}
.bajaj{
  padding-right: 30px !important;
}
.patners{
  /* padding-left: 50px;
  padding-right: 50px; */
  padding-bottom: 20px;
  padding-left: 30px;
  margin-top: -35px;
}
.patners img{
  padding-left: 30px;
}
.paterns-bg{
  /* padding-top: 100px; */
}
.text-red{
  color: #ff0404;
  font-weight: 600;
}
.text-black{
  color: #000000;
  font-weight:600;
}
.text-align{
  text-align: justify;
  /* padding: 5px; */
}
.side-text{
  font-size:4.9em;
  font-weight: thin;
  padding-left: 50px;
  /* font-family: 'Lexend Deca', sans-serif !important; */

}
.about-us {
  background-color: #f5f4f4;

  /* background-image: url(../images/about-bg.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* margin-bottom: -110px !important; */
  /* margin-top: -20px !important; */
  /* padding: 140px 0px 120px 0px; */
}
.heading-new-about{
  margin-top: -60px;
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 800;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
  /* border-bottom: 5px solid red; */
}
.heading-new-services{
  margin-top: 40px !important;
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 800;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}
.meet-heading{
  margin-top: 40px !important;
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 800;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}
.heading-new-faq{
  margin-top: 40px !important;
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 900;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
  padding: 30px;
}
.heading-patners{
  /* margin-top: 40px !important; */
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 900 !important;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
  padding: 30px;
}
.heading-contact{
  font-size: 28px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 900 !important;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  /* margin-bottom: -5px; */
  /* padding: 30px;  */
}
.heading-refund{
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 900 !important;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
padding-top: 120px !important;
  padding: 30px;
}
.heading-deliver{
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 900 !important;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
padding-top: 120px !important;
  padding: 30px;  
}
.border-bottom-deliver{
  border-bottom: 5px solid red !important;
  width: 185px;
}
.heading-blogs{
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 900 !important;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
padding-top: 120px !important;
  padding: 30px;  
}
.border-bottom-blogs{
  border-bottom: 5px solid red !important;
  width: 75px !important;
}
.heading-service{
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 900 !important;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
padding-top: 120px !important;
  padding: 30px;  
}
.banner-img{
  width:700px !important;
  height:350px !important;
  
}
.banner-img1{
  /* width:600px !important; */
  height:350px !important;
}
.heading-privacy{
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 900 !important;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
padding-top: 120px !important;
  padding: 30px;  
}
.heading-terms{
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 900 !important;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
padding-top: 120px !important;
  padding: 30px;  
}
.border-bottom-terms{
  border-bottom: 5px solid red !important;
  width: 290px !important;
}
.border-bottom-privacy{
  border-bottom: 5px solid red !important;
  width: 180px !important;
}
.border-bottom-services{
  border-bottom: 5px solid red !important;
  width: 200px !important;
}
.border-bottom-refund{
  border-bottom: 5px solid red !important;
  width: 175px;
}
.border-bottom-contact{
  border-bottom: 5px solid red !important;
  width: 162px;
}
.border-bottom-patners{
  border-bottom: 5px solid red !important;
  width: 190px;
}
.border-bottom-about{
  border-bottom: 5px solid red !important;
  width: 90px;
}
.border-bottom-services{
  border-bottom: 5px solid red !important;
  width: 120px !important;
}
.border-bottom-team{
  border-bottom: 5px solid red !important;
  width: 225px;
}
.border-bottom-faq{
  border-bottom: 5px solid red !important;
  width: 92px;
}
.about-us .left-image {
  padding-left: 60px;
  margin-top: -100px;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  color: #fff;

}
.our-services {
  /* margin-top: -90px !important; */
  /* padding-top: 120px; */
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #03a4ed;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}


a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Roboto';
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: red;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
}

.section-heading span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: red;
  opacity: 0.15;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-blue-button-hover a:hover {
  background-color: red;
}

.main-red-button a {
  display: inline-block;
  background-color: red;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button-hover a {
  display: inline-block;
  background-color: red;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 80px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}
.main-white-button-hover a{
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color:red !important;
  text-transform: capitalize;
  padding: 5px 80px;
  border-radius: 10px;
  letter-spacing: 0.25px;
  transition: all .3s;
}
.custom-checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* Style the tick icon inside the right mark */
.custom-checkmark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px; /* Adjust the size of the tick mark */
  height: 6px; /* Adjust the size of the tick mark */
  border-bottom: 2px solid #e60404; /* Color and thickness of the tick mark */
  border-right: 2px solid #fff; /* Color and thickness of the tick mark */
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

/* Style the right mark when it is checked (for checkboxes or radio buttons) */
.custom-checkmark input:checked + .custom-checkmark::after {
  transform: translate(-50%, -50%) rotate(-45deg); /* Rotate the tick mark to form a check mark */
}
.main-red-button-hover a:hover {
  background: rgb(235, 54, 4);
  /* background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%); */
  /* height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2; */
}
.check{
  width:24px !important;
  height: 26px !important;
}

.our-portfolio {
  /* padding-top: 20px; */
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 100px;
}



.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: red;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: red !important;
}

.background-header .nav li a.active {
  color: red !important;
}

.header-area {
  
  background-color: #ff0404;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background-color: #ff0404;
  /* box-shadow: 1px 1px 1px 0px black; */
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {

  padding-left: 20px;
  /* padding-right: 20px; */
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li:last-child .main-red-button-hover a:hover,
.background-header .main-nav .nav li:last-child .main-red-button-hover a:hover {
  background-color: #03a4ed !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff !important;

}

.header-area .main-nav .nav a,
.header-area .main-nav .nav li a.active {
  color: #fff !important;
  border-bottom: 3px solid #fff;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff !important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: red;
  color: #fff !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  background-color: #ff0404 !important;
  min-height: 80px;
  
}
.side-heading1{
color:#ff0404;
font-size: 1.8em;
font-weight: 700;
}
.side-heading2{
  color:#2a2a2a;
font-size: 1.8em;
font-weight: 700;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fff !important;
  margin-bottom: 3px solid #fff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
     .part-img{
    margin-left: 0px !important;
    width:100% !important;
    height: auto;
  }
  .patners img{
    padding-left: 0px;
  }
  .heading-patners{
    text-align: center;
    padding-left: 25%;
  }
  .heading-new-about{
    text-align: center;
    padding-left: 35%;
    margin-top: -150px;
  }
  .heading-new-services{
    text-align: center;
    padding-left: 35%;
    margin-top: 20px !important;
    margin-bottom: -25px;
  }
  .border-bottom-patners {
    width:145px !important;
  }
  .boder-left {
    display: none;
  }
  .our-videos .naccs .menu div {
    margin-bottom: 25px !important;
  }
  .our-videos {
    padding-top: 0px !important;
  }
  .fuelcard {
    width:100% !important;
    height:100% !important;
     margin-left:-5px;
  }
  .banner-img{
    width:100% !important;
    height: 100% !important;
  }
  .banner-img1{
    width:100% !important;
    height: 100% !important;
  }
  .about-us .left-image {
    display: none;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: red !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: red !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: red;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: red;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 110px 0px 30px 0px;
  position: relative;
  overflow: hidden;
}
.bookings-div{
  background-color: #ececec;
  padding: 20px;
}
.download-container {
  /* display: flex; */
  align-items: center; /* Center items vertically */
}

.download-text {
  margin-right: 10px; /* Adjust spacing between text and icons as needed */
}

.inline-flex {
  display: flex;
}
.app-icon1{
  margin-top: -120px;
}
.app-icon {
  margin-left: 10px !important; /* Adjust spacing between icons as needed */
}
.main-banner:after {
  content: '';
  /* background-image: url(../images/baner-dec-left.png); */
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 267px;
  height: 532px;
}
.google{
   height: 80px !important; 
  width: 180px;
  /* margin-top: -20px; */
}
.main-banner:before {
  content: '';
  /* background-image: url(../images/LC-demo1.png); */
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 100px;
  width: 819px;
  height: 674px;
}

.main-banner .item {
  margin-right: 45px;
}

.main-banner .item h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: red;
  margin-bottom: 15px;
}

.main-banner .item h2 {
  font-size: 35px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 62px;
}

.main-banner .item h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .item h2 span {
  color: red;
}

.main-banner .item p {
  margin: 20px 0px;
}
.margin-top{

}
.main-banner .item .down-buttons {
  display: inline-flex;
}
.down-buttons1{
  display: inline-flex;
  padding-bottom:20px ;
}

.main-banner .item .down-buttons .call-button i {
  margin-right: 5px;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  color: #fff;
  font-size: 20px;
}

.call-whatsapp{
  margin-right: 5px;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background:#3AC371;
  background: linear-gradient(105deg,#3AC371, 0%, #3AC371 100%);
  color: #fff;
  font-size: 20px;
  position: relative;
  
}
.heading-main{
  color: #0c0c0c;
  /* line-height: 1px; */
  margin-top: -30px !important;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 2.5em;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
}
.heading-main1{
  /* line-height: 2px; */
  color: #ff0404;
  margin-bottom: 10px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 600;
  font-size: 3.0em;
}
.heading-main2{
  color: #ff0404;
  margin-bottom: 10px;
  /* font-family: 'Lexend Deca', sans-serif; */
  font-weight: 500;
  font-size: 2.4em;
}
.heading-main3{
  color: #0c0c0c;
  margin-bottom: 10px;
  /* font-family: 'Lexend Deca', sans-serif; */
  font-weight: 500;
  font-size: 2.4em;
}
.call-whatsapp i{
font-size: 25px !important;
  color: #fff;
 
}
 .call-whatsapp {
            margin-right: 5px;
            width: 46px;
            height: 46px;
            display: inline-block;
            text-align: center;
            line-height: 46px;
            border-radius: 50%;
            background: #27d045;
            background: linear-gradient(105deg, #27d045, 0%, #27d045 100%);
            color: #fff;
            font-size: 20px;
            position: relative;
            box-shadow: 0px 5px 20px rgba(22, 21, 21, 0.5);
        }

        /* WhatsApp image styles */
        .call-whatsapp img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

.whatsapp-container {
  background-color: #27d045;
  padding-right: 60px !important;
  margin-right: -60px !important;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 6px;
  color: #fff;
  position: fixed;
  top: 62%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
}


.main-banner .item .down-buttons .call-button a {
  color: red;
  font-size: 15px;
  font-weight: 500;
  margin-left: 30px;
}

.main-banner .owl-dots {
  /* margin-top: -15px; */
  counter-reset: dots;
}
.hyperlink {
  color: rgb(255, 0, 21); /* Set link color */
  text-decoration: underline !important; /* Add underline to links */
  cursor: pointer !important; /* Change cursor to pointer on hover */
}
.main-banner .owl-dot:before {
  /* margin-top: -55px; */

  /* counter-increment:dots;
  content: counter(dots); */
  content: '●';
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
  color: #2a2a2a;
  width: 15px;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all .5s;
}
.img-left{
  /* margin-top: -40px;
  margin-left: -150px; */
}

.main-banner .active:before {
  color: red ;
  border-bottom: 3px solid red ;
}
.call-button1{
  margin-right: 5px;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: rgb(255, 104, 95);
    background: linear-gradient(105deg, rgba(255, 104, 95, 1) 0%, rgba(255, 144, 104, 1) 100%);
    color: #fff;
    font-size: 20px;
}
.linked-in{
  margin-right: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 20%;
  background: #0097d3;
  background: linear-gradient(105deg, #0097d3 0%, #0097d3 100%);
  color: #fff;
  font-size: 20px;
}
.facebook{
  /* margin-right: 5px; */
  width: 29x;
  height: 29px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 20%;
  background: #465993;
  background: linear-gradient(105deg, #465993 0%, #465993 100%);
  color: #fff;
  font-size: 20px;
}
.instagram{
    margin-right: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 20%;
  background: #465993;
  background: linear-gradient(105deg, #465993 0%, #465993 100%);
  color: #fff;
  font-size: 20px;
}
.insta{
  /* margin-right: 5px; */
  width: 38px !important;
  height: 40px !important;
  margin-top: -18px !important;
}
.youtube{
  width: 27px !important;
  height: 25px !important;
  margin-top: -16px !important;
}


.youtube{
  margin-right: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 20%;
  background: #e60000;
  background: linear-gradient(105deg, #e60000 0%, #e60000 100%);
  color: #fff;
  font-size: 20px;

}
.linked-in i{
  color:#fff;
}

.call-button1 i{
  color:#fff;
}
.copyright{
  color: #c4c4c4;
  padding: 10px;
  font-weight: lighter;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
/* cursor: pointer; */
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/
/* .bookings{
  border-left:5px solid red;
  height: 50px;
} */
/* .banner-down{
  margin-top: -100px;
} */
.bookings-text{
  font-size: 1.5rem;
  font-weight: 100;
  font-family: 'Lexend Deca', sans-serif !important;
  /* margin-top: -15px !important; */
  color:#2a2a2a;
}
.goolepay{
  width:100px !important;
}
.bookings-left{
  /* margin-top:-15px !important; */
  background-image: url(../images/border-left5.svg);
  background-repeat: no-repeat;
  padding-left: 20px;
}
.bookings-amt{
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 700;
  margin-top: -5px;
  font-size:1.3rem;
}
.bookings{
  background-image: url(../images/border-left1.png);
  margin-top:30px;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size:1.5rem !important;
  /* height:80px; */
  /* border-left: 5px solid red;
  height: 40px;
  margin-top:30px;
  padding-left: 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 10px; */
}
.booking-amt{
    margin-top:-20px !important;
}
.trips{
  background-image: url(../images/border-left1.png);
  margin-top:30px;
    font-size:1.5rem !important;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.customers{
  background-image: url(../images/border-left1.png);
  margin-top:30px;
    font-size:1.5rem !important;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.vehicles{
  background-image: url(../images/border-left1.png);
  margin-top:30px;
    font-size:1.5rem !important;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.our-services .services-left-dec img {
  width: 387px;
  height: 638px;
  left: -80px;
  top: -140px;
  position: absolute;
  z-index: 1;
}

.our-services .services-right-dec img {
  width: 305px;
  height: 305px;
  right: 25px;
  bottom: -120px;
  position: absolute;
  z-index: 1;
}

.our-services .container {
  position: relative;
}

.our-services {
  position: relative;
  margin-top: 0px;
  /* padding-top: 120px; */
}

.our-services .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.our-services .section-heading h2 {
  margin: 0px 60px;
  margin-bottom: -10px;
}

.our-services .item {
  text-align: center;
  margin: 15px;
  border-radius: 20px;
  /* background-color: #fff; */
  /* padding: 10px; */
  /* box-shadow: 0px 0px 15px rgba(0,0,0,0.05); */
}

.our-services .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
  line-height: 30px;
}

.our-services .item .icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.our-services .item p {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.our-services .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.our-services .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
  margin-bottom: 40px;
}

.our-services .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}


/* 
---------------------------------------------
About
--------------------------------------------- 
*/

.about-us {
  margin-top: 0px;
  padding-top: 120px;
}
.about-us p{
  font-size: 16px;
}
.about-us .section-heading h2 {
  margin-right: 60px;
}

.about-us .section-heading p {
  margin-top: 50px;
}

.about-us .fact-item .icon {
  width: 45px;
  height: 45px;
}

.about-us .fact-item {
  margin-top: 45px;
}

.about-us .fact-item .count-digit {
  font-size: 48px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 5px;
}

.about-us .fact-item .count-title {
  font-size: 15px;
  color: red;
}

.about-us .fact-item p {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.parterns{
  margin-top: -100px;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio .portfolio-left-dec img {
  width: 342px;
  height: 311px;
  left: 45px;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.our-portfolio {
  padding-top: 40px;
  margin-top: 0px;
  position: relative;
}

.our-portfolio .section-heading {
  text-align: center;
  /* margin-bottom: 60px; */
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.our-portfolio {
  margin: 0px 15px;
}

.our-portfolio .item .thumb {
  position: relative;
}

.our-portfolio .item .thumb:hover .hover-effect {
  bottom: 30px;
}

.our-portfolio .item .thumb:hover img {
  opacity: 0.7;
}

.our-portfolio .item .hover-effect {
  position: absolute;
  background-image: url(../images/hover-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
  bottom: -240px;
  right: 30px;
  width: 239px;
  height: 210px;
}

.our-portfolio .item .hover-effect .inner-content {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: right;
}

.our-portfolio .item .hover-effect .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.our-portfolio .item .hover-effect .inner-content span {
  font-size: 15px;
  color: #fff;
}

.our-portfolio .item .thumb img {
  border-radius: 20px;
  transition: all .3s;
}

.owl-portfolio .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.owl-portfolio .owl-nav .owl-prev {
  position: absolute;
  left: 25px;
}

.owl-portfolio .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.owl-portfolio .owl-nav .owl-prev span {
    color: transparent;
}

.owl-portfolio .owl-nav .owl-prev span:hover::after{
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-prev span:after {
  width: 46px;
  height: 46px;
  background-color: red;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: '\f104';
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.5;
}

.owl-portfolio .owl-nav .owl-next span {
    color: transparent;
}

.owl-portfolio .owl-nav .owl-next span:hover::after{
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-next span:after {
  width: 46px;
  height: 46px;
  background-color: red;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: '\f105';
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.5;
}

.owl-portfolio .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-portfolio .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.owl-portfolio .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

/* 
---------------------------------------------
Pricing
--------------------------------------------- 
*/

.pricing-tables .tables-left-dec img {
  width: 418px;
  height: 851px;
  left: 0;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.pricing-tables .tables-right-dec img {
  width: 359px;
  height: 848px;
  right: 0;
  top: 45px;
  position: absolute;
  z-index: 1
}
.card-heading{
  padding: 20px;
}
.princing-heading{
  color:#fff;
  border-bottom: 5px solid #fff;
  width:95px;
  /* padding: 5px; */
}
.sub-heading-price{
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}
.pricing-tables {
  background-color: #fd0a0a;
  background-image: url(../Logos/Watermark02.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  position: relative;
  padding-bottom: 30px;
  margin-top: 0px;
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-tables .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.pricing-tables .item {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 10px;
  margin-bottom: 40px;

}

.pricing-tables .item h4 {
  font-size: 18px;
  /* font-weight: 700; */
  color: #2a2a2a;
}

.pricing-tables .item em {
  color: red;
  font-size: 15px;
  display: block;
  margin-top: 25px;
  text-decoration: line-through;
  font-style: normal;
}

.pricing-tables .item span {
  font-size: 44px;
  color: rgb(3, 2, 2);
  font-weight: 700;
  display: block;
  margin-top: -5px;
}

.pricing-tables .item ul {
  margin-top: 30px;
}

.pricing-tables .item ul li {
  display: block;
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 20px;
}

.pricing-tables .item .main-blue-button {
  margin-top: 40px;
}

.pricing-tables .first-item {
  background-color: #fff;
  /* background-image: url(../images/first-plan-bg.png); */
}

.pricing-tables .second-item {
  /* background-image: url(../images/image-Photoroom.png); */
}

.pricing-tables .third-item {
  /* background-image: url(../images/image-Photoroom.png); */
}
.aboutbg{
  background-image: url(../images/laboutus.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.tab {
  overflow: hidden;
  background-color: red;
  color:#fff !important;
  padding: 20px;
  padding-left: 200px;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  /* padding: 10px 10px; */
  transition: 0.3s;
  font-size: 20px;
  color: #fff;
}

.accordion {
  background-color: #ececec;
  color: #000000;
  cursor: pointer;
  padding: 28px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 700;
  /* font-size: 15px; */
  transition: 0.4s;
  /* border-bottom: 1px solid black; */
}
/* .active, .accordion:hover {
  background-color: #ccc;
  color:Black !important;
} */

.faq{
  padding-bottom: 30px;
  padding-bottom: 30px;
}

.active, .accordion:hover {
  /* background-color: #ccc; */
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 50px;
  background-color: #ececec;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid black;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgb(255, 10, 10);
}

/* Create an active/current tablink class */
.tab button.active {
  /* background-image: url(../images/border-left2.png);
  background-repeat: no-repeat; */
border-bottom: 4px solid #fff;
  
  /* height: 50px; */
  /* background-color: #ccc; */
  /* border-bottom: 5px solid red; */
  /* width:60px; */
  /* margin-left: 120px; */

}
.tablinks{
  padding-left: 10px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px;
  /* padding: 16px 25px; */
  /* border: 1px solid #ccc; */
  border-top: none;
  /* padding-left: 80px; */
}
/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  /* margin-top: 120px; */
}

.subscribe .inner-content {
  background-image: url(../images/subscribe-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 0px;
  width: 100%;
  position: relative;
}

.subscribe .inner-content:after {
  content: '';
  background-image: url(../images/subscribe-dec.png);
  position: absolute;
  width: 195px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center center;
  right: -20px;
  top: -20px;
}

.subscribe .inner-content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.subscribe .inner-content form {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
}

.subscribe .inner-content form input {
  width: 50.5%;
  margin-top: 20px;
  line-height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-size: 15px;
  color: #2a2a2a;
}

.subscribe .inner-content form input#website {
  border-right: 1px solid #eee;
}

.subscribe .inner-content form input::placeholder {
  color: #afafaf;
}

.subscribe .inner-content form button {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  width: 20%;
  margin-right: 10px;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  text-align: center;
  transition: all .3s;
}

.subscribe .inner-content form button:hover {
  background-color: red;
}


/* 
---------------------------------------------
Video
--------------------------------------------- 
*/

.our-videos .videos-left-dec img {
  width: 220px;
  height: 471px;
  left: 0;
  top: 120px;
  position: absolute;
}

.our-videos .videos-right-dec img {
  width: 730px;
  height: 523px;
  right: 0;
  top: 45px;
  position: absolute;
}

.our-videos {
  position: relative;
  margin-bottom: -30px;
  padding-top: 40px;
  margin-top: 0px;
}

.our-videos .naccs {
  position: relative;
}

.our-videos .naccs .menu div {

  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos .naccs .menu div {
  transition: all 0.3s;
}
.our-videos .naccs .menu div {


  /* transition: all 0.3s;
  background: rgb(255, 104, 95);
    background: linear-gradient(105deg, rgba(255, 104, 95, 1) 0%, rgba(255, 144, 104, 1) 100%);
    border-top-left-radius: 23px;
    border-bottom-right-radius: 23px;
    left: 0;
    top: 0;
    padding: 5px 10px;
    transition: all 0.3s */
}
.ser-up{
  margin-top: -50px;
}

.our-videos .naccs .menu div.active .thumb .inner-content {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 23px;
}
.boder-left {
  height: 70px;
  border-left: 8px solid #a6a6a6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 55px;
  border-top-left-radius: 20px;
  border-top-right-radius: 55px;
}

/* Adjust the selector to target the .thumb element when it's active */
.our-videos .naccs .menu div.active .thumb.active .boder-left {
  border-left-color: red;
}

.our-videos .naccs .menu div.active .thumb h4 {
  position: relative;
  color: red !important;
}
.boder-left {
  height: 70px;
  border-left: 7px solid #a6a6a6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 30px;
}

/* Set the border color for .boder-left when its parent .thumb is active */
.our-videos .naccs .menu div.active .thumb .boder-left {
  border-left-color: red;
}

/* Style the h4 text when active */
.our-videos .naccs .menu div.active .thumb h4 {
  position: relative;
  color: red !important;
}

.our-videos .naccs .menu div.active .thumb .inner-content h4 {
  /* top: 40%; */
  /* transform: translateY(-55%); */
  /* position: relative; */
  color:red !important;
}

.our-videos .naccs .menu div.active .thumb .inner-content span {
  display: block;
  position: relative;
  top: 55%;
  transform: translateY(-55%);
}

.our-videos ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.our-videos ul.nacc li {
  width: 100%;
}

.our-videos .nacc .thumb {
  position: relative;
  border-radius: 23px;
}

.our-videos .nacc .thumb iframe {
  border-radius: 23px;
  height: 675px;
}

.our-videos .nacc .thumb .overlay-effect {
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  padding: 35px 30px;
  text-align: center;
}

.our-videos .nacc .thumb .overlay-effect h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.our-videos .nacc .thumb .overlay-effect span {
  font-size: 15px;
  color: #fff;
}

.our-videos .menu .thumb {
  position: relative;
}

.our-videos .menu .thumb .inner-content {
  background: #ff0404;
  /* background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%); */
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 30px;
  transition: all 0.3s;
 
}

.our-videos .menu .thumb .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}
.fuelcard{
  background-image: url(../images/services-right-side.png);
  background-repeat: no-repeat;
  /* color: black; */
  width:600px;
  height:300px;
  padding: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: justify;
}
.fuelcard span{
  padding-bottom: 20px;
  top:60px;
}
.fuelcardBen{
  background-image: url(../images/services-benefits-img.png);
  background-repeat: no-repeat;
  color: black;
  width:600px;
  height:450px;
  padding: 50px;
  /* border-top-left-radius: 50px;
  border-bottom-right-radius: 50px; */
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.benefits{
  padding-bottom: 10px !important;
  
}
.fuelcard h4{
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  /* margin-bottom: -5px; */

}
.fuelcardBen h4{
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  /* margin-bottom: -5px; */

}
.our-videos .menu .thumb .inner-content span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: none;
  transition: all 0.3s;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-dec img {
  position: absolute;
  z-index: 1;
  width: 459px;
  height: 702px;
  right: 0;
  bottom: -400px;
}

.contact-left-dec img {
  position: absolute;
  z-index: 1;
  width: 174px;
  height: 319px;
  left: 0;
  top: 120px;
}

.contact-us {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
}

.contact-us .section-heading h2 {
  margin-right: 100px;
  margin-bottom: 40px;
}

.contact-us #map iframe {
  border-radius: 23px;
  position: relative;
  z-index: 2;
}

.contact-us .info {
  margin-top: 30px;
  position: relative;
  z-index: 5;
  display: inline-flex;
}

.contact-us .info span {
  opacity: 1;
  display: inline-flex;
  margin-right: 30px;
}

.contact-us .info span i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.contact-us .info span a {
  color: red ;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
}

form#contact {
  margin-left: -100px;
  position: relative;
  z-index: 2;
  background-image: url(../images/contact-form-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 60px 120px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #9bdbf8;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 0px;
  margin-bottom: 35px;
}

form#contact input::placeholder {
  color: #afafaf;
}

form#contact button {
  display: inline-block;
  background-color: red;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #03a4ed;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-dec {
  width: 100%;
  margin-top: 160px;
}
.haeding1{
color:#fff;
padding: 10px;
font-weight: 600;
font-size: 25px;
}
.haeding2{
  color:#fff;
  padding: 10px;
}

footer {
  background-color: #000000;
  margin-top: -50px;
  z-index: 2;
  position: relative;
}
.footer .section-heading{
  margin: 10px;
  padding: 10px !important;
}

footer .footer-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
}

footer .about .logo img {
  width: 89px;
  margin-bottom: 30px;
}

footer .about a {
  color: #afafaf;
  font-weight: 300;
}

footer .about ul {
  margin-top: 20px;
}

footer .about ul li {
  display: inline-block !important;
  margin-right: 5px;
}

footer .about ul li a {
  width: 32px;
  height: 32px;
  background-color: #03a4ed;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  font-size: 15px;
}

footer .about ul li a:hover {
  background-color: red;
}

footer .footer-item ul li {
  display: block;
  margin-bottom: 12px;
}

footer .footer-item ul li:last-child {
  margin-bottom: 0px;
}

footer .footer-item ul li a {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

footer .footer-item ul li a:hover {
  color: red;
}

footer .footer-item p {
  font-size: 15px;
  color: #afafaf;
  margin-top: -5px;
}

footer .footer-item form {
  /* background-color: #03a4ed; */
  /* height: 46px; */
  border-radius: 23px;
  position: relative;
  margin-top: 15px;
}

footer .footer-item form input[type="text"],
footer .footer-item form textarea {
  line-height: 46px;
  background-color: transparent;
  border: 1px solid #c8c8c8;
  border-radius: 7px;
  font-size: 14px;
  padding: 0 15px; /* Adjust padding as needed */
  margin-bottom: 20px;
  outline: none;
  width: 100%; /* Make the textarea full width */
  box-sizing: border-box; /* Include padding and border in width calculation */
}
footer .footer-item form textarea {
  height: 150px; /* Set the desired height in pixels */
}

footer .footer-item form input , textarea ,text{
  color:#c8c8c8;
    font-size: 14px;
}
.address{
  font-size:17px !important;
  /* font-weight: 100; */
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue";
  padding: 10px;
  color:#fff !important;
  letter-spacing: 0.40px;
}
.address-links{
  padding-left: 10px !important;
}
.address-links a{
  font-size:17px !important;
  font-weight: 500;
  padding: 2px;
  color:#fff !important;
  letter-spacing: 0.40px;
}
.address-links a:hover{
  
  color:red !important;
  opacity: 0.9 !important;
}
.footer-item p{
  margin-bottom: 5px;
}
.social-media-icons{
  display: inline-block;
  padding-left: 10px !important;
  
}
.social-media-icons img{
  /* width:30px !important; */
}
.footer-facebook{
  width:40px !important; 
}
.footer-insta{
  width:38px !important; 
}
.footer-linkedin{
  width:40px !important;   
}
.footer-youtube{
  width:35px !important;
}

footer .footer-item form  textarea {
  /* width:500px; */
  /* margin-left:10px; */
}
footer .footer-item form textarea::placeholder{
  color: #818181 !important;
}

footer .footer-item form input::placeholder {
  color: #818181;
  font-weight: lighter;
  font-size: 1.5em;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
}

footer .footer-item form button {
  /* position: absolute; */
  /* display: inline-block; */
  /* background-color: red;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 30px;
  border-radius: 10px;
  letter-spacing: 0.70px;
  transition: all .3s; */

}
.btn-danger {
  color: #fff;
  background-color: #ff0404;
  border-color: #fd0a0a;
  padding: 8px 30px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 30px;
  border-radius: 8px;
  letter-spacing: 0.70px;
}
.btn-danger:hover{
   color: #fff;
  background-color: #e60404;
  border-color: #e60404;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 30px;
  border-radius: 8px;
  letter-spacing: 0.70px;
}

footer .copyright p {
  text-align: center;
  border-top: 1px solid #eee;
  color: #afafaf;
  margin-top: 50px;
  padding: 20px 0px;
  font-weight: 300;
}

footer .copyright p a {
  color: red;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 1240px) {
  .main-banner::before {
    width: 640px;
    height: 526px;
  }

}

@media (max-width: 992px) {

  .main-banner::before {
    display: none;
  }
  .main-banner .item {
    margin-right: 0px;
  }
  .main-banner  {
    padding-bottom: 0px;
  }
  .about-us .section-heading h2 {
    margin-right: 0px;
  }
  .fact-item {
    text-align: center;
  }
  .fact-item .icon {
    margin: 0 auto;
  }
  .our-portfolio .section-heading h2,
  .pricing-tables .section-heading h2 {
    margin: 0px;
  }
  .pricing-tables .item {
    margin-bottom: 30px;
  }
  .subscribe .inner-content {
    padding: 60px 30px;
  }
  .our-videos ul.nacc {
    margin-bottom: 30px;
  }
  .our-videos .naccs .menu div img {
    border-radius: 50px;
  }
  .our-videos .menu .thumb .inner-content {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .contact-us .section-heading h2 {
    margin-right: 0px;
    text-align: center;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .our-videos .nacc .thumb iframe {
    height: 500px;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 60px;
  }
  form#contact {
    padding: 45px 30px;
  }
  .footer-item {
    margin-bottom: 45px;
  }
  .subscribe-newsletters {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .img-left{
    margin-left: 0px !important;
  }
  .footer .footer-item form textarea {
    height: 20vh; /* Set the height relative to the viewport height */
  }
  .heading-main2 {
    font-size:1.8em;
  }
  .heading-main3 {
    font-size:1.8em;
  }
  .resp-img{
    margin-top: -60px;
  }
  .hide-res{
    display: none;
  }
  .header-area .main-nav .logo {
    width:150px !important;
  }
  .fuelcardBen{
    width:100% !important;
    height:450px !important;
    margin-bottom: 50px;
    margin-left:-10px;
  }
  .benefits {
    padding-bottom: 0px !important;
}

.card-heading{
  text-align: center;
  padding-left: 38%;
  margin-top: -60px;
}
.meet-heading {
  text-align: center;
  padding-left: 24%;
  margin-top: -30px !important;
}
.border-bottom-team {
  width:190px;
}
.inner-container {
 margin-top: 0px;
}

.heading-new-faq {
  text-align: center;
  padding-left: 38%;
  margin-top: -60px;
}
.heading-contact {
  text-align: center;
  padding-left: 30%;
  margin-top: -60px;
}
.border-bottom-contact {
  width:130px;
}
.border-bottom-faq {
  width:75px;
}
footer .footer-item form textarea {
  /* width: 300px; */
}
.footer-item {
  margin-bottom: 0px;
}
.tab {
  padding-left: 37% !important;
}
  .main-banner .item .down-buttons {
    display: inline-block;
  }
  .main-banner .item .down-buttons .main-blue-button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .main-banner .item .down-buttons .call-button a {
    margin-left: 0px;
  }
  .subscribe .inner-content:after {
    z-index: -1;
  }
  .subscribe .inner-content {
    padding: 60px 30px 100px 30px;
  }
  .subscribe .inner-content form input {
    width: 49%;
  }
  .subscribe .inner-content form button {
    width: 100%;
    background-color: red;
    margin-top: 30px;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .contact-left-dec {
    display: none;
  }
  .contact-us .info {
    display: inline-block;
  }
  .contact-us .info span {
    margin-bottom: 20px;
  }
}