
/* Author: Hardeep Singh Villkhu */

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


/* GLOBAL */
::-moz-selection { color: #fff;background: #0051eb;}
::selection { color: #fff;background: #0051eb; }
.textBlue {color: #030938 !important;}
.textOrange {color: #ff4c1c !important;}
.textYellow {color: #fdf101 !important;}
.textGray {color: #60697b !important;}
.poppinsBold {font-weight: 700 !important;}
.poppinsLight {font-weight: 300 !important;}
.bg-gray {background: #eceef6;}
.bgYellow {background: #fdf101;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.font24 {font-size: 24px;}
.font40 {font-size: 40px;}
.font45 {font-size: 45px;}
.letterSpacing2 {letter-spacing: 2px;}
.borderRadius4 {border-radius: 4px;}
.lineHeight28 {line-height: 28px;}
.lineHeight55 {line-height: 55px;}

.pt100 {padding-top: 100px !important;}
.pb100 {padding-bottom: 100px !important;}

.bgNeviBlue {background: #f8fafd;}

a,a:hover,a:visited{text-decoration:none !important;color:inherit;display:inline-block;cursor:pointer;}
a:focus{color:inherit;outline:none;}

.whatsapp {    bottom: 20px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    width: 64px;
    z-index: 2147483600;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.1));}





/*Buttons*/
.theme-btn-one {
      border-radius: 6px;
    position: relative;
    padding: 20px 35px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.theme-btn-one:before {position: absolute;content: '';background: #fdf101;width: 0%;height: 100%;left: 0px;top: 0px;opacity: 0;border-radius: 6px;z-index: -1;transition: all 500ms ease;}
.theme-btn-one:hover {    background: #fdf101;
    color: #373435 !important;
    border: 1px solid #fdf101;}
.theme-btn-one:hover:before {width: 100%;opacity: 1;}


.borderWhiteBtn {border:1px solid #fff;}
.borderBlackBtn {border:1px solid #373435; color: #373435 !important;}


.vincent_back_to_top.show {opacity: 1;bottom: 15px;}
.vincent_back_to_top {    border-radius: 8px;display: block;width: 50px;height: 50px;position: fixed;z-index: 9999;bottom: -100px;right: 15px;cursor: pointer;transition: all 0.2s ease-out;opacity: 0;background: rgb(253 241 1 / 70%);-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.vincent_back_to_top:hover {background-color: #fdf101;}
.vincent_back_to_to.show {display: block !important;}
.vincent_back_to_top:after {display: block;font-size: 33px;line-height: 45px;width: 100%;text-align: center;height: 45px;font-family: 'Font Awesome 5 Pro';content: "\f106";color: #373435;position: absolute;top: 50%;left: 0;margin-top: -24px;}



/*********************************************** Start Index Page Css **********************************************************/

body{font-family: 'Poppins', sans-serif;color: #373435;}
header {     width: 100%;
    position: absolute;
    z-index: 8;
    top: 0;}

.top-bar {    color: #fff;
    padding: 10px 0;
    /* margin: 0 0 -40px 0; */
    font-size: 14px;}
.top-bar .contactEmailTop {text-align: right;}



.headerWithSlide {
background: url(../img/bg-slide-1.jpg) no-repeat;
        background-position: center;
    width: 100%;
    background-size: cover;
    padding: 200px 0 125px 0;
    min-height: 500px;

}
.headerWithSlide .alignCenter {align-items: center;  }




/* Starts Pure CSS Responsive Dropdown Menu*/
.logo {
    position: relative;
    z-index: 123;
    float: left;
}
.logo a {
  
}
.logo a img {     width: 215px; }

#cssmenu ul.firstUlWrap {     float: right;  padding: 0 0 0 172px;  margin: 0;  }

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
    z-index: 10;
    margin: 0 30px;
    border-radius: 8px;
    align-items: center;
    display: block;
    justify-content: space-between;
    background: #fdf101;
    padding: 15px;
}
#cssmenu > ul > li {
  float: left;
  margin: 0 15px;
}
#cssmenu > ul > li > a {
    padding: 17px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #383435;
    font-weight: 600;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #383436;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  /*background: #e2292c !important;*/
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 25px;
  right: 17px;
  width: 8px;
  height: 2px;
  display: block;
  background: #383436;
  content: "";
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 22px;
  right: 20px;
  display: block;
  width: 2px;
  height: 8px;
  background: #383436;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #fff;
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left: auto;
  width: 250px;
}
#cssmenu li:hover > ul > li {
  height: 48px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 15px 25px;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #3e3e3e;
    font-weight: 700;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
     color: #fff;
    background: #383436;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 20px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #f5f5f5;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}



@media (min-width: 1281px) and (max-width: 1367px) {
#cssmenu ul.firstUlWrap {
    padding: 0px 0 0 40px;
}
}





@media (min-width: 1001px) and (max-width: 1280px) {

.logo a img {
    width: 180px;
}
#cssmenu ul.firstUlWrap {
    float: right;
    padding: 0 0 0 16px;
    margin: 0;
}


#cssmenu > ul > li.has-sub > a {
    padding-right: 20px;
}

#cssmenu > ul > li > a {
    padding: 17px 7px;
    font-size: 14px !important;
        letter-spacing: 0;
}

.quoteBtnTop a {
    font-size: 14px !important;}

#cssmenu > ul > li.has-sub > a:after {
    right: 5px;
}
#cssmenu > ul > li.has-sub > a:before {
    right: 8px;
}

}


@media screen and (max-width: 1000px) {
  .logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100px;
    padding: 0 0 0 15px;
    float: none;
  }
#cssmenu {    padding: 0;
    display: table;
    margin: 0 auto;
    width: 90%;}


#cssmenu ul.firstUlWrap {  
    padding: 0;  float: none;
    width: 100%;background: #fff;
}

#cssmenu > ul > li > a {
    color: #373435;
}
.quoteBtnTop {
    margin: 0 !important;
    padding: 20px;
}
.quoteBtnTop a {
    font-size: 20px !important;
background: #fdf101;
    color: #373435 !important;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    width: 100% !important;
    display: block !important;
}
header {padding: 0;}
.logo a img {
    width: 100%;
}


  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #373435;
    margin: 0;  
  }
  #cssmenu ul li:hover {
    background: #fff;
    color: #373435;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #333 !important;
  }
  #cssmenu ul ul li:hover {
    background: #4a4a4a !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
    
    background: #4a4a4a;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #030938;
    border-bottom: 2px solid #030938;
    content: "";
  }
  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #030938;
    content: "";
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #030938;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #030938;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #234552;
    height: 51px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 45px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 21px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}


#cssmenu ul li.quoteBtnTop {margin: 0 0 0 120px;}
.quoteBtnTop a {font-size: 20px !important; padding: 15px 25px !important;}
#cssmenu > ul > li.quoteBtnTop:hover { border-radius: 10px;}

/* Ends Pure CSS Responsive Dropdown Menu*/


.leftMainText {color: #fff;}
.leftMainText h3 {     margin: 0 0 25px 0;
    color: #fdf101;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;}
.leftMainText h4 {       font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    margin: 0 0 20px 0;}

.rightSideImg {  }
.rightSideImg img {}


.companyPlacement {padding: 120px 0 80px 0;position: relative; z-index:1;
        overflow: hidden;}

.companyPlacement .column{
    position:relative;
    margin-bottom:30px;

}

.companyPlacement .column .inner{
    position:relative;
    text-align:center;

}

.companyPlacement .column .inner:before{
    position:absolute;
    content:'';
    right:-20px;
    top:95px;
    width:12px;
    height:12px;
    border-radius:50px;
    background: #ff4c1c;
}

.companyPlacement .column:last-child .inner:before{
    display:none;
}

.companyPlacement .column .inner .content {
    position: relative;
    background: -webkit-linear-gradient(top, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    background-color: #fff;
    margin: 0 30px;
    padding: 30px 0;
    border-radius: 10px;
}

.companyPlacement .column .inner .content:hover {background-color: #ecf2f6;}



.companyPlacement .column .inner .iconn{
    position:relative;
    font-size:54px;
    line-height:1em;
    font-weight: 500;
    margin-bottom:22px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: "flaticon";
    
    color:#05bcf7;
    line-height:1em;
    background-image: linear-gradient(to left, #05bcf7 0%, #0751cc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.companyPlacement .column .inner:hover .iconn{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.companyPlacement .count-outer .percentage{
    position:relative;
    font-weight:700;
    color:#000000;
    font-size:36px;
    line-height:1em;
    font-family: 'Poppins', sans-serif;
}

.companyPlacement .column .inner .count-outer{
    position: relative;
    font-weight: 700;
    color: #030938;
    font-size: 40px;
    line-height: 1em;
}

.companyPlacement .column .inner .counter-title{
    position:relative;
    color:#030938;
    font-size:24px;
    margin-top:10px;
    line-height:1.4em;
    font-family: 'Poppins', sans-serif;
}

.companyPlacement .column .inner .count-outer i{
    position:relative;
    right:-4px;
    top:-15px;
    font-style:normal;
    color:#000c3f;
    font-size:20px;
}


.content-inner-2 {
  padding: 40px 0 70px 0;
      position: relative;
}
.srMarkshape7 {
     top: -18px;
    left: -150px;
    z-index: 0;
}

.content-inner-2 .srMarkshape8 {
    left: 70px;
    top: 100px;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;
}
.content-inner-2 .srMarkshape10 {
    left: 40%;
    top: 0;
    -webkit-animation: 10s apldg_rotate_animation linear infinite;
    animation: 10s apldg_rotate_animation linear infinite;
}


.about-bx1 .dz-media {
    position: relative;
    overflow: unset;
}
.srMarkshape5 {top: 0;right: 55px;z-index: 0;-webkit-animation: Pr_mark_animation_3 15s infinite linear alternate;animation: Pr_mark_animation_3 15s infinite linear alternate;}

@-webkit-keyframes Pr_mark_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes Pr_mark_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.srMarkshape4 {
    right: 0;
    bottom: -70px;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;
}

@-webkit-keyframes Pr_mark_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes Pr_mark_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.srMarkshape6 {
    bottom: 0;
    left: 123px;
    z-index: -1;
}

.rightimggs .srMarkshape4 {
    left: 0;
    bottom: -70px;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;
}


  


.about-text-bx {
    position: relative;
    box-shadow: 0 24px 48px -15px rgb(153 161 170 / 25%);
    border-radius: 8px;
    display: flex;
        padding: 20px;
            background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
}



.teamBoxx {    margin: 0 0 0 20px;}
.teamBoxx h4 {font-size: 22px;}
.teamBoxx p {font-size: 16px;margin: 0;}


.investMore {display: flex;      margin: 50px 0 0 0;  align-items: center;}
.investMore p {margin: 0 20px 0 0;    font-weight: 700;font-size: 24px;}
.investMore .theme-btn-one {      font-size: 18px !important;
    padding: 20px 35px !important;}






.topRecruiters {padding: 80px 0;}
.topRecruiters .partnerContent {margin: 50px 0 0 0;}
.topRecruiters .partnerContent ul {margin: 0;}
.topRecruiters .partnerContent li {
    padding: 0px 20px;
        display: inline-block;
    margin-bottom: 50px;
}
.topRecruiters .partnerContent li img {
    transition: 0.4s all ease-in-out;
    filter: grayscale(1);
        border-radius: 10px;
            border: 1px solid #e0e3eb;
}
.topRecruiters .partnerContent li img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

.services {}
.wrapService {text-align: center;  
  }

.wrapService:hover h6 {
      -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);
    box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);
        background: #fdf101;
}


.wrapService .placesImg {}
.wrapService .placesImg img {border-radius: 15px;}
.wrapService h6 {    display: inline-block;
    -webkit-box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);
    box-shadow: 6.891px 24.032px 80px 0px rgb(141 141 141 / 30%);
    background: #fff;
    margin: -21px 0 0 0;
    position: relative;
    padding: 20px 15px;
    width: 200px;
    text-transform: uppercase;
    border-radius: 10px;
  -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
.sparkeffect:hover:after {width: 120%;background-color: transparent;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;}
.sparkeffect:after {content: "";position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: rgba(255,255,255,.4);-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}

.services-grid.service-style-2:hover, .services-grid.service-style-2.active {
    background-color: #ecf2f6;
}

.services-grid .thumbnail {
    margin-right: 25px;
    max-width: 85px;
}

.services-grid.service-style-2 {
    background: -webkit-linear-gradient(top, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    background-color: var(--color-white);
    margin-bottom: 30px;
}

.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 50px 40px;
    border-radius: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    padding: 50px 30px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-grid.service-style-2 .content .title a {font-weight: 700;font-size: 22px;line-height: 36px;color: #343f52;}
.services-grid.service-style-2 .content p {font-weight: 300;font-size: 16px;line-height: 28px;color: #60697b;}



.aboutSection  {    padding-bottom: 180px;}





.aboutUs {    margin: -70px 0 0 0;overflow: hidden;}
.aboutUs .container-fluid {padding:0;}
.aboutUs .container-fluid .row { }
.aboutUs .container-fluid .row .col-lg-6 {padding:0;}
.aboutUs .abtImage {    margin: 0 -30px 0 0;position: relative;z-index: 1;}
.aboutUs .abtImage img {}

.aboutUs .section-head {    background: #192329;padding: 80px 50px 70px 80px;margin: 50px 0 0 0;}
.aboutUs .section-head .sub-title { }
.aboutUs .section-head .title { }
.aboutUs .section-head p { }
.aboutUs .section-head .qut-btn {   }



.mostTrusted {
    background: url(../img/taxi-1.jpg) no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 150px 0 150px 0;
    position: relative;
    z-index: 1;
}

.mostTrusted[data-black-overlay]:before {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;z-index: -1;}
.mostTrusted[data-black-overlay]:before {background-color: #000;}
.mostTrusted[data-black-overlay="8"]:before {opacity: .5;}




.wrapBoxx {       text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 50px 30px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    min-height: 320px;
    margin: 30px 0 0 0;
    background: #fdf101;
}
.wrapBoxx:hover {    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);
    box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);
}



.wrapBoxx:hover img {    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;}
.wrapBoxx h2 {      margin: 40px 0 20px 0;
    font-size: 22px;
  }


.wrapBoxx p {
  margin: 0;
}

.wrapBoxx:hover img {    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;}

@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}




.maxiText {text-align: center;}
.maxiText h2 {font-size: 200px;}


.videoSection {}

.video-popup {
    background: url(../img/video-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 468px;
        display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.video-popup .btn-inner {
    display: inline-block;
    border-radius: 50%;
}
.video-popup a {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #fdf101;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 62px;
    font-size: 19px;
    color: #fe4c1c;
}
.video-popup a i {
    margin-left: 8%;
}
.video-popup a span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fdf101;
    z-index: 1;
    animation: circle-fade-before 2s infinite ease-in-out;
    -webkit-animation: circle-fade-before 2s infinite ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.video-popup a .circle-2 {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}





.benifits {    background: #171717;
    margin: -130px 0 0 0;    padding: 200px 0 100px 0;}


.wrapBoxx.wrapBenifits {background: transparent;min-height: auto;
    padding: 0;}
.wrapBoxx.wrapBenifits:hover {box-shadow: none !important;}

.wrapBenifits img {
  height: 60px;
}


.turnYourJourney {}
.wrapJourney {
      background: url(../img/car-bg-bottom.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 20px;
}

.wrapJourney .ptImgOne {    position: absolute;
    bottom: 0;
    left: 0;}
.wrapJourney .ptImgtwo {    position: absolute;
    right: 0;
    top: 0;}



.footer {}

.bottomlogo a img {
    width: 215px;
}

.bottomMenus {}
.bottomMenus ul {display: flex;align-items: center;justify-content: center;margin: 0;}
.bottomMenus ul li {margin: 0 20px;}
.bottomMenus ul li a {    color: #373435;}
.bottomMenus ul li a:hover, .site-footer__social a:hover {    color: #000;}






.site-footer__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    justify-content: end;
}
.site-footer__social a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #999;
    font-size: 22px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.site-footer__social a+a {
    margin-left: 36px;
}


.copyrwrite {background: #1a1919;color: #fff;border-bottom:10px solid #fdf101;}




/* ---------------------------------------- Starts Breadcurmbs ----------------------------------------------- */

.diceCape-breadcurmb-section {
  background: url(../img/Breadcrumbs-Taxi.jpg) no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
  background-color: #eceef6;
  padding: 200px 0px 80px 0;
     position: relative;
    z-index: 1;
}

.diceCape-breadcurmb-section[data-black-overlay="8"]:before {
    opacity: .5;
}
.diceCape-breadcurmb-section[data-black-overlay]:before {
    background-color: #000;
}
.diceCape-breadcurmb-section[data-black-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}


.breadcurmb-title h2 {
     margin: 0;
    font-weight: 700;
    font-size: 60px;
    font-family: 'Poppins';
    padding-bottom: 20px;
    color: #fff;
}
.diceCape-page-breadcurmb {justify-content: center;align-items: center;margin: 0;}
.diceCape-page-breadcurmb li a, .diceCape-page-breadcurmb li span  {
  margin: 0px 10px;
  font-size: 22px;
  position: relative;
   color: #fff;
}

.diceCape-page-breadcurmb li a:hover {    color: #fdf101;}

.diceCape-page-breadcurmb li a:after {
 content: '\f111';
 font-weight: 900;
 font-size: 12px;
 font-family: 'Font Awesome 5 pro';
 margin: 0 0 0 25px;
 color: #fdf101;
}
.diceCape-page-breadcurmb li:last-child a:after {display: none;}

.arrowDownImgg {    display: table;
    margin: -36px auto;}
/* ---------------------------------------- Ends Breadcurmbs ----------------------------------------------- */







/********************************************************** CONTACT US STARTS *******************************************************/


.contactForm {}

.wrapContactForm .form-group .form-control, .wrapContactForm .form-group textarea {
    padding: 12px 20px;
    border: 1px solid #cfcfcf;
    height: 50px;
}

.wrapContactForm .form-group textarea {
    height: auto !important;
}

.form-control:focus {    color: #495057;border: 1px solid #000 !important;background-color: #fff;outline: 0;box-shadow: none;}

.wrapContactForm .gj-icon {
top: 0 !important;
    left: 0 !important;
    line-height: 50px !important;
    width: 100% !important;
}

.submitBtn {}
.submitBtn .theme-btn-one {
      background: #fdf101;
    color: #373435 !important;
    border: 1px solid #fdf101;
}


.mapContact {background: #fff;height: 600px;    margin: 0 0 60px 0;}
.contactArea {background: #fff;}
.mainAddress {    -webkit-transition: 500ms all ease;
    transition: 500ms all ease; position: relative; margin-top: 30px;border: 1px solid #ebebeb;border-radius: 10px;background: #fff;padding: 54px 40px 50px;min-height: 210px;}
    .mainAddress:hover {    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);
    box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);}
.mainAddress .icon {border: 1px solid #ebebeb;width: 78px;height: 78px;color: #5c5c5c;line-height: 73px;text-align: center;border-radius: 100%;background: #fff;font-size: 28px;position: absolute;top: -43px;left: 47px;}
.mainAddress:hover .icon {    background: #fdf101;
    border-color: #fdf101;
    color: #383435;}
.mainAddress .inner h4.title {}
.mainAddress .inner p {margin-bottom: 0;}


/********************************************************** CONTACT US ENDS *******************************************************/



/********************************************************** About Page STARTS *******************************************************/




.turnYourJourney .owl-theme .owl-controls {
    text-align: center;
    width: 100%;
    margin: 40px 0 0 0;
}
.aboutUs.inAboutPage {margin: 0 !important;}


/********************************************************** About Page ENDS *******************************************************/



















/* Media Queries */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1367px) and (max-width: 1919px) {
#cssmenu ul.firstUlWrap { padding: 0 0 0 130px; }


/* ---------------------------------------- Starts Training and Internship ----------------------------------------------- */

.staffing .textBigg {
    font-size: 100px;
    margin: 0 15px;
    width: 100%;
}

/* ---------------------------------------- Ends Training and Internship ----------------------------------------------- */





}
@media (min-width: 1280px) and (max-width: 1312px) {
  #cssmenu > ul > li > a {
    padding: 17px 7px;
    font-size: 14px !important;
    letter-spacing: 0;
}

}
@media (min-width: 1199px) and (max-width: 1280px) {


}
@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 768px) and (max-width: 991px) {
.maxiText h2 {
    font-size: 50px;
}
.rightimggs .srMarkshape4 {
    left: unset;
    right: 0;
    bottom: 0;
}
.rightimggs .srMarkshape4 img {
    width: 150px;
}
.wrapService {
    margin: 0 0 30px 0;
}
.bottomlogo {
  text-align: center;
}
.bottomMenus ul {
      margin: 20px 0;
}

.bottomMenus ul li {
    margin: 0 7px;
}
.bottomMenus ul li a {
    font-size: 14px;
}
.site-footer__social {
    justify-content: center;
}
/* ---------------------------------------- Starts Breadcurmbs ----------------------------------------------- */

.diceCape-breadcurmb-section {
    padding: 140px 0px 50px 0;
}
.breadcurmb-title h2 {    font-size: 24px;}

.diceCape-page-breadcurmb li a, .diceCape-page-breadcurmb li span {
    margin: 0px 5px;
    font-size: 16px;
}
.diceCape-page-breadcurmb li a:after {margin: 0 0 0 10px;}
.arrowDownImgg {
    margin: -25px auto;
    width: 72px;
}
/* ---------------------------------------- Ends Breadcurmbs ----------------------------------------------- */








}














@media (max-width: 767px){

.whatsapp {
    bottom: 0;
    right: 0;
}
.whatsapp img {
    width: 50px;
}
.headerWithSlide {    padding: 125px 0 0 0;}
.leftMainText {text-align: center;}
.leftMainText h3 {
    margin: 20px 0 25px 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: unset;
}
.leftMainText h4 {
    font-size: 30px;
    line-height: 40px;
}

.leftMainText .paraGraphMain {
    font-size: 14px;}
.leftMainText .paraGraphMain i {
    margin: 0 10px 0 0;
}

.innerCreativeText h3 {
    font-size: 55px;
}





.top-bar {
    padding: 10px 0 35px 0;
    margin: 0 0 -25px 0;
        font-size: 14px;

}


.top-bar .contactEmailTop, .top-bar .contactPhoneTop {
    text-align: center;
        margin: 7px 0 0 0;
    font-size: 16px;
}





.rightSideImg {
    padding: 35px 20px;
}

.rightimggs .srMarkshape4 {
    left: unset;
    right: 0;
    bottom: 0;
}
.rightimggs .srMarkshape4 img {
    width: 150px;
}
.aboutSection {
    padding-bottom: 110px;
}
.aboutUs .section-head {
    text-align: center;
        padding: 40px;
}


.letterSpacing2 {
    letter-spacing: 2px;
}

.font16 {
    font-size: 14px;
}
.pb100 {
    padding-bottom: 40px !important;
}
.pt100 {
    padding-top: 40px !important;
}
.theme-btn-one {
    padding: 14px 24px;
    font-size: 13px;
  }
.lineHeight55 {
    line-height: 34px;
}
.font45, .font40 {
    font-size: 24px;
}

.maxiText h2 {
    font-size: 50px;
}

.bottomlogo {
  text-align: center;
}
.bottomMenus ul {
      margin: 20px 0;
}

.bottomMenus ul li {
    margin: 0 7px;
}
.bottomMenus ul li a {
    font-size: 14px;
}
.site-footer__social {
    justify-content: center;
}

.benifits {
    padding: 138px 0 40px 0;
}
.wrapBoxx h2 {
    margin: 20px 0 10px 0;
    font-size: 17px;
}


.mostTrusted {
    padding: 60px 0;
  }
.wrapService {
    margin: 0 0 30px 0;
}

/* ---------------------------------------- Starts Breadcurmbs ----------------------------------------------- */

.diceCape-breadcurmb-section {
    padding: 140px 0px 50px 0;
}
.breadcurmb-title h2 {    font-size: 24px;}

.diceCape-page-breadcurmb li a, .diceCape-page-breadcurmb li span {
    margin: 0px 5px;
    font-size: 16px;
}
.diceCape-page-breadcurmb li a:after {margin: 0 0 0 10px;}
.arrowDownImgg {
    margin: -25px auto;
    width: 72px;
}
/* ---------------------------------------- Ends Breadcurmbs ----------------------------------------------- */

/********************************************************** CONTACT US STARTS *******************************************************/

.mainAddress {
    min-height: auto;
}

/********************************************************** CONTACT US ENDS *******************************************************/







}




@media (min-width: 480px) and (max-width: 767px) {









}





@media (min-width: 150px) and (max-width: 479px) {


}






/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}









