/********** General **********/
html {
   overflow-x: hidden;
}
html * {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
div.site,
div#page {
   overflow: hidden;
   position: relative;
}
body *:focus {
   outline: none!important;
}
body * {
   box-sizing: border-box;
}
html {
   -webkit-tap-highlight-color:transparent;
}
body a {
   transition: all .3s ease-in-out !important;
   text-decoration: none;
   color: #7E838B;
}
body a:hover,
body a:focus {
   color: #161616;
}
body {
   margin: 0;
   position: relative;
   font-family: 'Mona Sans', sans-serif;
   color: #161616;
   font-size: 20px;
   line-height: 150%;
   font-weight: 400;
   width: 100%;
   overflow-x: hidden;
   box-sizing: border-box;
   padding-top: 96px;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ol,
body ul,
body li {
   margin-top: 0;
   margin-bottom: 0;
   font-weight: 400 !important;
   font-family: 'Mona Sans', sans-serif;
   transition: all .3s ease-in-out !important;
}
body button,
body input {
   font-family: 'Mona Sans', sans-serif;
}
body p:not(:last-child),
body h1:not(:last-child),
body h2:not(:last-child),
body h3:not(:last-child),
body h4:not(:last-child),
body h5:not(:last-child),
body h6:not(:last-child) {
   margin-bottom: 24px;
}
body h1 {
   font-size: 56px;
   font-weight: 600 !important;
   line-height: 120%;
   background: linear-gradient(to bottom, #08090A, #6D6D6D);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
body h2 {
   font-size: 48px;
   line-height: 120%;
}
body h3 {
   font-size: 40px;
   line-height: 120%;
}
body h4 {
   font-size: 32px;
   line-height: 130%;
}
body h5 {
   font-size: 24px;
   line-height: 140%;
}
body h6 {
   font-size: 20px;
   line-height: 140%;
}
body ul {
   padding-left: 23px;
}
body ul li {
   margin-bottom: 0;
   position: relative;
   list-style: none;
   line-height: 150%;
}
body ul li:before {
   content: "";
   position: absolute;
   top: 12px;
   left: -15px;
   width: 5px;
   height: 5px;
   background-color: #3D3D3D;
   border-radius: 50%;
}
body ul li:last-child {
   margin-bottom: 0;
}
body p {
   line-height: 150%;
}
.ast-container {
   max-width: 1256px;
   width: 100%;
   padding-left: 20px;
   padding-right: 20px;
   margin-left: auto;
   margin-right: auto;
   box-sizing: border-box;
   position: relative;
}
   /********** Button **********/
   .btn {
      padding: 7px 23px;
      border: 1px solid #B0B0B0;
      border-radius: 8px;
      color: #161616;
      font-size: 16px;
      line-height: 150%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      transition: all .3s ease-in-out;
   }
   .btn:hover,
   .btn.active {
      border-color: #FFA333;
      background-color: #FFA333;
   }
   .btn.white {
      border-color: #ffffff;
      border: 1px solid #ffffff;
      color: #ffffff;
   }
   .btn.white:hover {
      border-color: #FFA333;
      background-color: #FFA333;
      color: #161616;
   }
   .btn.black {
      border-color: #231F20;
      border: 1px solid #231F20;
      color: #ffffff;
   }
   .btn.black:hover {
      border-color: #231F20;
      background-color: #231F20;
      color: #FFA333;
   }
   /********** Button End **********/
   .fs14 {
      font-size: 14px;
   }
   .fs16,
   .fs16 > a,
   .fs16 > div {
      font-size: 16px;
   }
   .fs18,
   .fs18 > * {
      font-size: 18px;
   }
   .fs20,
   .fs20 > * { 
      font-size: 20px;
   }
   .glob-padding {
      padding-top: 120px;
      padding-bottom: 120px;
   }
   .glob-padding2 {
      padding-top: 120px;
      padding-bottom: 100px;
   }
   .glob-padding3 {
      padding-top: 120px;
      padding-bottom: 80px;
   }
   .glob-padding4 {
      padding-top: 175px;
      padding-bottom: 175px;
   }
   .glob-padding5 {
      padding-top: 146px;
      padding-bottom: 146px;
   }
   .glob-padding6 {
      padding-top: 160px;
      padding-bottom: 160px;
   }
/********** General End **********/


/********** Header **********/
header {
   border-bottom: 1px solid #D1D1D1;
   padding: 27.5px 0;
   background-color: #ffffff;
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   z-index: 999;
}
header .header-sec {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
header .header-logo {
   max-width: 109.6px;
}
header .header-logo a {
   display: flex;
   align-items: center;
   justify-content: center;
}
header .header-logo img {
   width: 100%;
}
header .header-link {
   display: flex;
   align-items: center;
}
header .header-link a {
   margin-left: 16px;
   margin-right: 16px;
}
header .header-link a:first-child {
   margin-left: 0;
}
header .header-link a:last-child {
   margin-right: 0;
}
header .header-link a.active {
   color: #161616;
}
/********** Header End **********/


/********** Home **********/
.home-banner-sec {
   max-height: 704px;
   position: relative;
}
.home-banner-sec .logo-video video {
   width: 100vw;
   max-height: 704px;
   position: absolute;
   top: 0;
   left: 0;
}
.home-banner-sec .banner-inner {
   width: 100%;
   margin: 0 auto;
   opacity: 0;
   transform: translateY(20px);
   animation: fadeUp 1s ease-out 3.2s forwards;
   pointer-events: none;
}

@keyframes fadeUp {
   to {
      opacity: 1;
      transform: translateY(0);
      pointer-events: all;
   }
}

.home-banner-sec .bg-video video {
   width: 100vw;
   max-height: 704px;
}
.home-banner-sec .banner {
   max-width: 592px;
   margin: auto;
   display: flex;
   text-align: center;
   flex-direction: column;
   align-items: center;
   justify-content: center;

   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
}
.home-wedo-sec > div {
   display: flex;
   justify-content: space-between;
}
.home-wedo-sec .home-wedo-left {
   max-width: 568px;
   margin-right: 20px;
}
.home-wedo-sec .home-wedo-left p {
   color: #08090A;
}
.home-wedo-sec .home-wedo-right {
   max-width: 495px;
}
.home-wedo-sec .home-wedo-wrap {
   display: flex;
   align-items: center;
   padding: 16px 32px;
}
.home-wedo-sec .home-wedo-wrap:not(:last-child) {
   margin-bottom: 24px;
}
.home-wedo-sec .home-wedo-wrap img {
   max-width: 48px;
   margin-right: 24px;
   transition: all .3s ease-in-out;
}
.home-wedo-sec .home-wedo-wrap:hover img {
   transform: rotate(10deg);
}
.home-wedo-sec .home-wedo-wrap h5 {
   color: #4F4F4F;
}
.home-why-partner-sec .home-partner-top {
   max-width: 592px;
   margin-bottom: 64px;
}
.home-why-partner-sec .home-partner-btm {
   display: flex;
   margin-left: -16px;
   margin-right: -16px;
}
.home-why-partner-sec .home-partner-btm > div {
   width: calc(33.33% - 32px);
   margin-left: 16px;
   margin-right: 16px;
   padding: 40px;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
}
.home-why-partner-sec .home-partner-btm img {
   max-width: 64px;
   margin-bottom: 44px;
   transition: all .3s ease-in-out;
}
.home-why-partner-sec .home-partner-btm > div:hover img {
   transform: translateY(-10px);
}
.home-why-partner-sec .home-partner-btm p:nth-child(2) {
   margin-bottom: 16px;
   font-weight: 600 !important;
   color: #231F20;
}
/********** Home End **********/


/********** About Us **********/
.abt-banner-sec .abt-banner-wrap {
   max-width: 592px;
}
.abt-value-sec {
   background-color: #F2F2F2;
}
.abt-value-sec > div {
   display: flex;
}
.abt-value-sec .abt-value-left {
   position: relative;
   width: 45%;
   height: auto;
}
.abt-value-sec .abt-value-left .bg-img {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url(../images/about/about-img.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.abt-value-sec .abt-value-right {
   width: 55%;
   padding-left: 136px;
   padding-right: 112px;
}
.abt-value-sec .abt-value-right > div {
   max-width: 592px;
}
.abt-value-sec .abt-value-right .abt-value-wrap {
   display: flex;
   flex-wrap: wrap;
   margin-top: 60px;
   margin-left: -16px;
   margin-right: -16px;
}
.abt-value-sec .abt-value-right .abt-value-wrap > div {
   display: flex;
   width: calc(50% - 32px);
   margin-left: 16px;
   margin-right: 16px;
   margin-bottom: 40px;
}
.abt-value-sec .abt-value-right .abt-value-wrap img {
   max-height: 40px;
   object-fit: contain;
   object-position: top;
   margin-right: 24px;
   transition: all .3s ease-in-out;
}
.abt-value-sec .abt-value-right .abt-value-wrap > div:hover img {
   transform: translateX(10px);
}
.abt-value-sec .abt-value-right .abt-value-wrap h5 {
   margin-bottom: 8px;
   color: #1A1A1A;
}
.abt-value-sec .abt-value-right .abt-value-wrap p {
   color: #3D3D3D;
}
.abt-trust-sec .abt-trust-top {
   max-width: 592px;
   margin-bottom: 64px;
}
.abt-trust-sec .abt-trust-btm {
   display: flex;
   flex-wrap: wrap;
   margin-left: -16px;
   margin-right: -16px;
}
.abt-trust-sec .abt-trust-btm > div {
   width: calc(25% - 32px);
   margin-left: 16px;
   margin-right: 16px;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   padding: 29.17px;
}
.abt-trust-sec .abt-trust-btm img {
   max-width: 68px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 44px;
   transition: all .3s ease-in-out;
}
.abt-trust-sec .abt-trust-btm > div:hover img {
   transform: translateY(-10px);
}
.abt-trust-sec .abt-trust-btm p:first-child {
   font-weight: 600 !important;
   margin-bottom: 16px;
   color: #231F20;
}
/********** About Us End **********/


/********** Services **********/
.svc-banner-sec {
   background-image: url(../images/services/services-banner-bg.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.svc-banner-sec .svc-banner-wrap {
   max-width: 744px;
}
.services-sec .services-wrap {
   display: flex;
   justify-content: space-between;
   padding: 64px 0;
}
.services-sec .services-wrap:not(:last-child) {
   border-bottom: 1px solid #D1D1D1;
}
.services-sec .services-wrap h4 {
   color: #FFA333;
   margin-bottom: 0;
}
.services-sec .services-wrap > div {
   max-width: 577px;
   color: #3D3D3D;
}
/********** Services End **********/


/********** Industries **********/
.industries-sec .industries-banner {
   max-width: 880px;
   display: flex;
   text-align: center;
   margin: auto;
   margin-bottom: 157px;
}
.industries-sec .industries-inner {
   display: flex;
   justify-content: center;
}
.industries-sec .industries-inner > div {
   margin-left: -28px;
   margin-right: -28px;
   max-width: 1032px;
   display: flex;
   flex-wrap: wrap;
}
.industries-sec .industries-inner .industries-left,
.industries-sec .industries-inner .industries-right {
   margin-left: 28px;
   margin-right: 28px;
   width: calc(50% - 56px);
}
.industries-sec .industries-right {
   margin-top: 176px;
}
.industries-sec .industries-wrap {
   background-color: #F2F2F2;
   border-radius: 20px;
   padding: 70px 40px;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}
.industries-sec .industries-wrap:not(:last-child) {
   margin-bottom: 56px;
}
.industries-sec .industries-left .industries-wrap img,
.industries-sec .industries-right .industries-wrap img {
   max-width: 195px;
   max-height: 195px;
   object-fit: contain;
   object-position: center;
   margin-top: 60px;
}
.industries-sec .industries-wrap h4 {
   color: #FFA333;
   margin-bottom: 16px;
}
.industries-sec .industries-wrap p {
   color: #3D3D3D;
}
/********** Industries End **********/


/********** Contact **********/
.contact-sec {
   background-image: url(../images/contact/contact-banner-bg.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.contact-sec h1 {
   margin-bottom: 40px;
}
.contact-sec .content {
   max-width: 466px;
   margin-bottom: 48px;
}
.contact-sec .contact-inner {
   max-width: 676px;
   margin-left: -16px;
   margin-right: -16px;
   display: flex;
}
.contact-sec .contact-wrap {
   display: flex;
   align-items: center;
   max-width: 322px;
   width: 100%;
   margin-left: 16px;
   margin-right: 16px;
}
.contact-sec .contact-wrap img {
   max-width: 24px;
   margin-right: 16px;
}
.contact-sec .contact-wrap > div p:first-child {
   color: #1A1A1A;
   font-weight: 600 !important;
   margin-bottom: 0;
}
.contact-sec .contact-wrap > div p:last-child,
.contact-sec .contact-wrap > div p:last-child a {
   color: #3D3D3D;
}
.contact-sec .contact-wrap > div p:last-child a {
   text-decoration: underline;
   transition: all .3s ease-in-out;
}
.contact-sec .contact-wrap > div p:last-child a:hover {
   color: #FFA333;
}
/********** Contact End **********/


/********** Privacy and Terms & Conditions **********/
.privacy-terms-sec > div {
   display: flex;
   justify-content: space-between;
   padding-top: 64px;
   padding-bottom: 64px;
}
.privacy-terms-sec h4 {
   color: #4F4F4F;
}
.privacy-terms-sec .privacy-terms-content {
   color: #3D3D3D;
   max-width: 577px;
   margin-left: 20px;
}
.privacy-terms-sec .privacy-terms-content p {
   margin-bottom: 0;
}
.privacy-terms-sec .privacy-terms-content p strong {
   font-weight: 600;
}
.privacy-terms-sec .privacy-terms-content > div {
   margin-top: 24px;
}
.privacy-terms-sec .privacy-terms-content a {
   text-decoration: underline;
   transition: all .3s ease-in-out;
   color: #3D3D3D;
}
.privacy-terms-sec .privacy-terms-content a:hover {
   color: #FFA333;
}
/********** Privacy & Terms & Conditions End **********/


/********** Footer **********/
footer {
   background-color: #ffffff;
}
footer .footer-upper {
   background-color: #08090A;
}
footer .footer-upper > div {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}
footer .fot-up-content {
   max-width: 867px;
   margin-right: 20px;
   margin-bottom: 20px;
}
footer .fot-up-content h4 {
   color: #FFA333;
}
footer .fot-up-content + a {
   margin-bottom: 20px;
}
footer .footer-bottom {
   padding-top: 80px;
   padding-bottom: 80px;
   background-color: #161616;
   color: #ffffff;
}
footer .footer-bottom > div {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
footer .footer-link {
   display: flex;
   align-items: center;
}
footer .footer-link a {
   margin-left: 12px;
   margin-right: 12px;
   color: #ffffff;
}
footer .footer-link a:hover {
   color: #FFA333;
}
footer .footer-link a:first-child {
   margin-left: 0;
}
footer .footer-link a:last-child {
   margin-right: 0;
}
/********** Footer End **********/


/********** 1299px and below **********/
@media only screen and (max-width: 1299px) {
   .about-value-sec .about-value-right {
      padding-left: 80px;
      padding-right: 80px;
   }
   .about-value-sec .about-value-right .about-value-wrap img {
      margin-right: 12px;
   }
}
/********** 1299px and below End **********/