@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap");
/* Define standard variables and values for website */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #fff;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

body {
  width: 100%;
  float: left;
  padding: 110px 0 0 0;
  margin: 0 0 0 0;
  position: relative;
}

.bigContainer {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.heroBac {
  width: 100%;
  float: left;
}

.heroBac .heroInn {
  width: 100%;
  float: left;
  margin: 20px 0;
}

.heroBac .heroInn .heroImg {
  float: right;
  padding: 0;
}

.heroBac .heroInn .heroImg picture {
  width: 100%;
  float: left;
  height: 560px;
  position: relative;
}

.heroBac .heroInn .heroImg picture::after {
  content: 'info';
  position: absolute;
  font-family: Poppins;
  text-transform: uppercase;
  color: #FF7D0C;
  font-weight: 700;
  font-size: 77px;
  left: -63px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 180px;
  opacity: .4;
}

.heroBac .heroInn .heroImg picture span.img_01 {
  width: 85%;
  right: 0;
  position: absolute;
}

.heroBac .heroInn .heroImg picture span.img_01 img {
  width: 100%;
}

.heroBac .heroInn .heroImg picture span.img_02 {
  width: 45%;
  left: -60px;
  position: absolute;
  z-index: 99;
  bottom: 0;
}

.heroBac .heroInn .heroImg picture span.img_02 img {
  width: 100%;
}

.heroBac .heroInn .heroTxt {
  float: left;
  margin: 80px 0 0 0;
}

.heroBac .heroInn .heroTxt article {
  width: 100%;
  float: left;
}

.heroBac .heroInn .heroTxt article h1 {
  width: 100%;
  float: left;
  margin: 0 0;
  font-family: Poppins;
  color: #000;
  position: relative;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
}

.heroBac .heroInn .heroTxt article h1::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #FF7D0C;
}

.heroBac .heroInn .heroTxt article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #717171;
  margin: 53px 0 0 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
}

.heroBac .heroInn .heroTxt article a {
  width: auto;
  float: left;
  font-family: Poppins;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 5px 9px 5px 5px;
  font-weight: 600;
  color: #2c2c2c;
  border-radius: 50px;
  text-transform: capitalize;
  margin: 35px 0 0 0;
  text-decoration: none;
}

.heroBac .heroInn .heroTxt article a i {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7D0C), to(#CC3405));
  background: linear-gradient(#FF7D0C, #CC3405);
  color: #fff;
  font-size: 19px;
  padding: 10px 0;
  margin: 0 5px 0 0px;
}

header {
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 9999;
}

header nav {
  width: 100%;
  float: left;
  background: #fff;
  padding: 15px 15px;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.058);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.058);
  border-radius: 12px;
}

header nav a.topLogo {
  width: 125px;
  float: left;
}

header nav a.topLogo img {
  width: 100%;
}

header nav .navListing {
  float: right;
  padding: 0 0;
  margin: 0 0;
}

header nav .navListing li {
  float: left;
  position: relative;
  padding: 9px 15px;
  margin: 0 0;
  list-style: none;
}

header nav .navListing li a {
  float: left;
  margin: 0;
  font-family: Poppins;
  text-transform: capitalize;
  font-size: 14px;
  color: #4A4A4A;
  font-weight: 500;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header nav .navListing li a:hover {
  color: #FF7D0C;
}

header nav .navListing .active a {
  color: #FF7D0C;
}

header.stickyHeader {
  background-color: #fff;
  top: 0;
  position: fixed;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.058);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.058);
}

header.stickyHeader nav {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.aboutWrap {
  width: 100%;
  float: left;
  position: relative;
}

.aboutWrap .aboutInner {
  width: 100%;
  float: left;
  margin: 50px 0;
}

.aboutWrap .aboutInner .aboutImg {
  float: left;
  padding: 0 5px;
  margin: 70px 0 0 0;
}

.aboutWrap .aboutInner .aboutImg picture {
  width: 100%;
  float: left;
  height: 230px;
  background: #FF7D0C;
  margin: 5px 0;
}

.aboutWrap .aboutInner .aboutImg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.aboutWrap .aboutInner .aboutTxt {
  float: left;
  padding: 0 5px;
}

.aboutWrap .aboutInner .aboutTxt article {
  width: 100%;
  float: left;
  height: 590px;
  background: #F2F2F2;
  padding: 45px 35px;
}

.aboutWrap .aboutInner .aboutTxt article h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #000;
  color: #000;
  margin: 0 0 12px 0;
  font-size: 27px;
  font-weight: 600;
}

.aboutWrap .aboutInner .aboutTxt article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  font-weight: 500;
  margin: 15px 0;
  line-height: 25px;
}

.aboutWrap .aboutInner .aboutVideo {
  float: left;
  padding: 0 5px;
  margin: 30px 0 0 0;
}

.aboutWrap .aboutInner .aboutVideo picture {
  width: 100%;
  float: left;
  height: 410px;
  background: #fff;
  position: relative;
  background-image: url(../images/vidbac.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutWrap .aboutInner .aboutVideo picture span {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7d0c9e), to(#CC3405));
  background-image: linear-gradient(#ff7d0c9e, #CC3405);
  position: absolute;
  top: 0;
  left: 0;
}

.aboutWrap .aboutInner .aboutVideo picture span b {
  width: 60px;
  height: 60px;
  position: absolute;
  background-image: url(../images/playIcn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 100%;
}

.aboutWrap .aboutInner .aboutVideo h3 {
  width: 100%;
  float: left;
  font-family: Quicksand;
  margin: 15px 0 0 0;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 700;
}

.aboutWrap .aboutInner .aboutVideo h3 b {
  width: 100%;
  float: left;
  margin: 8px 0 0 0;
  color: #FF7D0C;
}

.servicesWrap {
  width: 100%;
  float: left;
  margin: 40px 0;
  position: relative;
}

.servicesWrap::after {
  width: 65%;
  position: absolute;
  content: '';
  background-color: #FF7D0C;
  height: 200px;
  right: 0;
  top: 0;
  border-radius: 100px 0px 0px 100px;
}

.servicesWrap .serviceInn {
  width: 100%;
  float: left;
  position: relative;
  z-index: 100;
}

.servicesWrap .serviceInn .serHeading {
  float: left;
  margin: 70px 0 0 0;
}

.servicesWrap .serviceInn .serHeading span {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}

.servicesWrap .serviceInn .serHeading span i {
  float: left;
  background-color: #F2F2F2;
  color: #000;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
  margin: 0 5px;
  cursor: pointer;
}

.servicesWrap .serviceInn .serHeading span i:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7D0C), to(#CC3405));
  background: linear-gradient(#FF7D0C, #CC3405);
  color: #fff;
}

.servicesWrap .serviceInn .serHeading h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #000;
  font-size: 30px;
  margin: 0 0;
  font-weight: 600;
}

.servicesWrap .serviceInn .serHeading p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  margin: 20px 0 0 0;
  font-weight: 600;
  font-size: 15px;
}

.servicesWrap .serviceInn .seivicesBlocks {
  float: right;
  padding: 0 0;
}

.servicesWrap .serviceInn .seivicesBlocks .sbInner {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}

.servicesWrap .serviceInn .seivicesBlocks .sbInner .slideBlockWrp {
  width: 100%;
  float: left;
  padding: 30px 15px;
}

.servicesWrap .serviceInn .seivicesBlocks .sbInner .slideBlockWrp .slidInn {
  width: 100%;
  float: left;
  padding: 35px 20px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.058);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.058);
}

.servicesWrap .serviceInn .seivicesBlocks .sbInner .slideBlockWrp .slidInn picture {
  width: 95px;
  height: 95px;
  display: inline-block;
  background: #FFF0E4;
  border-radius: 100%;
}

.servicesWrap .serviceInn .seivicesBlocks .sbInner .slideBlockWrp .slidInn picture img {
  width: 50px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.servicesWrap .serviceInn .seivicesBlocks .sbInner .slideBlockWrp .slidInn h4 {
  width: 100%;
  float: left;
  font-family: Quicksand;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  margin: 16px 0 0 0;
  line-height: 22px;
}

.clientsWrapper {
  width: 100%;
  float: left;
  margin: 20px 0 70px 0;
}

.clientsWrapper .clImgWrap {
  float: left;
  position: relative;
  padding: 0 0;
}

.clientsWrapper .clImgWrap::after {
  width: 20%;
  content: '';
  height: 240px;
  position: absolute;
  top: -40px;
  left: 0;
  background: #FF7D0C;
}

.clientsWrapper .clImgWrap::before {
  content: '';
  width: 20%;
  height: 150px;
  position: absolute;
  right: -20%;
  background: #F2F2F2;
  bottom: -50px;
}

.clientsWrapper .clImgWrap picture {
  width: 80%;
  float: right;
  position: relative;
}

.clientsWrapper .clImgWrap picture::after {
  content: 'clients';
  position: absolute;
  font-family: Poppins;
  font-weight: 700;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  z-index: 9;
  bottom: 30px;
  right: -70%;
  font-size: 60px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.clientsWrapper .clImgWrap picture img {
  width: 100%;
}

.clientsWrapper .clLogoWrap {
  float: right;
  margin: 25px 0 0 0;
}

.clientsWrapper .clLogoWrap h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #000;
  font-weight: 600;
  margin: 0 0;
  font-size: 25px;
}

.clientsWrapper .clLogoWrap p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #717171;
  margin: 15px 0 0 0;
  font-weight: 600;
}

.clientsWrapper .clLogoWrap ul {
  width: 100%;
  float: left;
  padding: 0 0;
  margin: 25px 0 0 0;
}

.clientsWrapper .clLogoWrap ul li {
  width: 33.33%;
  float: left;
  margin: 20px 0 0 0;
  list-style: none;
}

.clientsWrapper .clLogoWrap ul li img {
  width: 90%;
  float: left;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .5;
}

.clientsWrapper .clLogoWrap ul li img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.clienntsVideoWrap {
  width: 100%;
  float: left;
  margin: 40px 0;
}

.clienntsVideoWrap .cvHeader {
  float: right;
  padding: 0 0;
  padding: 55px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7D0C), to(#CC3405));
  background: linear-gradient(#FF7D0C, #CC3405);
  border-radius: 12px;
  height: 500px;
}

.clienntsVideoWrap .cvHeader h3 {
  width: 100%;
  float: left;
  margin: 0 0;
  font-family: Poppins;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  font-size: 30px;
}

.clienntsVideoWrap .cvHeader h3 small {
  width: 100%;
  float: left;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 15px 0;
}

.clienntsVideoWrap .cvHeader p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 30px 0 0 0;
}

.clienntsVideoWrap .cvHeader a {
  float: left;
  font-family: Poppins;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  margin: 25px 0 0 0;
  padding: 8px 16px;
}

.clienntsVideoWrap .cvBlocks {
  float: left;
  padding: 0 10px;
}

.clienntsVideoWrap .cvBlocks .cvBlk {
  float: left;
  padding: 0 7px;
  margin: 0 0 16px 0;
  position: relative;
}

.clienntsVideoWrap .cvBlocks .cvBlk picture {
  width: 100%;
  float: left;
  height: 242px;
  background: #F2F2F2;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.clienntsVideoWrap .cvBlocks .cvBlk picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clienntsVideoWrap .cvBlocks .cvBlk picture span {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7d0c9e), to(#CC3405));
  background: linear-gradient(#ff7d0c9e, #CC3405);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 12px;
  opacity: 0;
}

.clienntsVideoWrap .cvBlocks .cvBlk picture span i {
  font-size: 25px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 11px 0;
  cursor: pointer;
}

.clienntsVideoWrap .cvBlocks .cvBlk picture:hover {
  background: #fff;
}

.clienntsVideoWrap .cvBlocks .cvBlk picture:hover span {
  left: 0;
  opacity: 1;
}

footer {
  width: 100%;
  float: left;
  margin: 20px 0 20px 0;
}

footer .footmain {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
}

footer .footmain a.footLogo {
  width: 140px;
  float: left;
}

footer .footmain a.footLogo img {
  width: 100%;
}

footer .footmain .footNavListing {
  float: right;
  padding: 0 0;
  margin: 0 0;
}

footer .footmain .footNavListing li {
  float: left;
  position: relative;
  padding: 9px 15px;
  margin: 0 0;
  list-style: none;
}

footer .footmain .footNavListing li a {
  float: left;
  margin: 0;
  font-family: Poppins;
  text-transform: capitalize;
  font-size: 14px;
  color: #4A4A4A;
  font-weight: 500;
  text-decoration: none !important;
}

footer .footBottom {
  width: 100%;
  float: left;
  padding: 20px 0;
}

footer .footBottom p {
  float: left;
  font-size: 13px;
  font-family: Quicksand;
  margin: 0 0;
  font-weight: 600;
}

footer .footBottom span {
  float: right;
}

footer .footBottom span a {
  color: #333;
  margin: 0 7px;
}

.videoWrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: none;
}

.videoWrap i {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 99;
  font-size: 20px;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #000;
  padding: 12px 0;
  cursor: pointer;
}

.videoWrap .mainVid {
  width: 755px;
  position: absolute;
  left: 50%;
  top: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 450px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

.videoWrap .mainVid iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.activeVideoWrap {
  position: fixed;
}

.activeVideoWrap .mainVid {
  top: 50% !important;
}

.toggle_icon {
  display: none;
}

.mailBlk {
  bottom: 75px !important;
}

.mailBlk b {
  background: #fff !important;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  background: url(../images/mail_img.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

.sideDraw {
  position: fixed;
  left: 0;
  bottom: 30px;
  font-family: Poppins;
  color: #fff;
  z-index: 111;
}

.sideDraw i {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 11px 0;
  font-size: 17px;
  float: left;
  cursor: pointer;
  background: #ddd;
}

.sideDraw i.fa-phone {
  background: #1a7419;
}

.sideDraw i.fa-envelope {
  background: #0e4788;
}

.sideDraw b {
  width: 152px;
  overflow: hidden;
  float: left;
  height: 40px;
  font-weight: 400;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 0;
  font-size: 14px;
  position: absolute;
  background: #000;
  top: 0;
  left: -194px;
  padding: 10px 4px 0 9px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.sideDraw:hover {
  position: fixed;
}

.sideDraw:hover b {
  opacity: 1;
  left: 40px;
}
/*# sourceMappingURL=style.css.map */