/**
* Template Name: Dashboard
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{padding:0;margin:0;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:focus{outline:0 none}
a:focus{outline:0 none}
a img{border:none}
a{text-decoration:none; transition: 0.3s;}
a:hover{text-decoration:none!important}

.btn{white-space:normal;}
.btn-info.focus, .btn-info:focus{box-shadow: none;}

img,a,input,textarea,select{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}
input,textarea,select{-webkit-border-radius:0;border-radius:0;appearance:none}

input[type="checkbox"]{-webkit-border-radius:0;border-radius:0;appearance:checkbox!important}
input[type="radio"]{-webkit-border-radius:0;border-radius:0;appearance:radio!important}

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

input[type="text"]::-webkit-input-placeholder{opacity:1;color:#fff;}
input[type="text"]::-moz-placeholder{opacity:1;color:#fff;}
input[type="text"]::-ms-input-placeholder{opacity:1;color:#fff;}
input[type="email"]::-webkit-input-placeholder{opacity:1;color:#fff;}
input[type="email"]::-moz-placeholder{opacity:1;color:#fff;}
input[type="email"]::-ms-input-placeholder{opacity:1;color:#fff;}
input[type="tel"]::-webkit-input-placeholder{opacity:1;color:#fff;}
input[type="tel"]::-moz-placeholder{opacity:1;color:#fff;}
input[type="tel"]::-ms-input-placeholder{opacity:1;color:#fff;}
input[type="password"]::-webkit-input-placeholder{opacity:1;color:#fff;}
input[type="password"]::-moz-placeholder{opacity:1;color:#fff;}
input[type="password"]::-ms-input-placeholder{opacity:1;color:#fff;}
textarea::-webkit-input-placeholder{opacity:1;color:#fff;}
textarea::-moz-placeholder{opacity:1;color:#fff;}
textarea::-ms-input-placeholder{opacity:1;color:#fff;}
textarea.form-control::-webkit-input-placeholder{opacity:1;color:#fff;}
textarea.form-control::-moz-placeholder{opacity:1;color:#fff;}
textarea.form-control::-ms-input-placeholder{opacity:1;color:#fff;}

select::-ms-expand{display:none}
select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}

/* 
font-family: 'Jost', sans-serif;
font-family: 'Raleway', sans-serif;
*/

img{display: block; max-width: 100%; height: auto; }
a{color: #1E1E1E; transition: 0.3s;}
a:hover, a:active, a:focus{ text-decoration: none; color: inherit; color: #000;}
h1, h2, h3, h4, h5, h6, ol, ul, li, a, p{ margin: 0;padding:0; list-style-type: none;}
strike {text-decoration: line-through; }
.form-control:focus{box-shadow: none;}

ul, ol { list-style-position: inside; }

html{text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased!important;}
body{margin: 0; padding: 0; font-size: 18px; ; color: #000; font-weight: 300; font-family: 'Raleway', sans-serif; line-height: normal; overflow-x: hidden;}

.container{width: 90%; max-width: 1690px; padding: 0 15px;}

h1,h2,h3,h4,h5,h6 {color: #000;}
h1 { font-size: 32px; font-weight: 600; font-family: 'Jost', sans-serif;}
h2 { font-size: 26px; font-weight: 600; font-family: 'Jost', sans-serif;}
h3 { font-size: 22px; font-weight: 400;}
h6 { font-size: 20px; font-weight: 400; line-height: 24px; margin: 0 0 30px; }

.slicknav_menu { display: none }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; }
.loader { width: 60px; display: flex; justify-content: space-evenly; }
.ball { list-style: none; width: 12px; height: 12px; border-radius: 50%; background-color: #000; }
.ball:nth-child(1) { animation: bounce-1 2.1s ease-in-out infinite; }

@keyframes bounce-1 {
  50% {
    transform: translateY(-90px);
    scale: 0.3;
  }
}

.ball:nth-child(2) {
  animation: bounce-3 2.1s ease-in-out 0.3s infinite;
}

@keyframes bounce-2 {
  50% {
    transform: translateY(-90px);
    scale: 0.3;
  }
}

.ball:nth-child(3) {
  animation: bounce-3 2.1s ease-in-out 0.6s infinite;
}

@keyframes bounce-3 {
  50% {
    transform: translateY(-90px);
    scale: 0.3;
  }
}

/* For WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 10px; /* width of the scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* color of the thumb */
  border-radius: 6px; /* roundness of the thumb */
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* color of the track */
}

/* For Firefox */
/* Note: Firefox currently only supports scrollbar styling in the dark theme. */
/* You may need to enable it manually in about:config by setting 'ui.systemUsesDarkTheme' to 1. */
/* Refer to Firefox documentation for the latest updates. */

/* width of the scrollbar */
html, .awards-list {
  scrollbar-width: thin;
}

/* color of the thumb */
html, .awards-list {
  scrollbar-color: #888 #f1f1f1;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn{transition: 0.4s; position: relative;} .btn i{transition: 0.4s;}

.btn.btn-primary { display: inline-block; font-size: 16px; font-weight: 600; line-height: 22px; padding: 12px 30px; background: #24BC4A; color: #fff; border-radius: 5px; border: 0; text-transform: capitalize; }
.btn.btn-primary:hover, .btn.btn-primary:focus{background: #055177; color: #fff;}

.btn.btn-outline { display: inline-block; font-size: 16px; font-weight: 600; line-height: 22px; padding: 12px 30px; background: #fff; color: #000; border-radius: 5px; border: 1px solid #FFC700; text-transform: capitalize; }
.btn.btn-outline:hover, .btn.btn-outline:focus{background: #000; color: #fff;}

.btn.btn-text { display: inline-block; font-size: 16px; font-weight: 600; line-height: 22px; padding: 12px 30px; background: #fff; color: #000; border-radius: 5px; border: 0; text-transform: capitalize; }
.btn.btn-text:hover, .btn.btn-text:focus{background: #000; color: #fff;}

@media only screen and (max-width: 991.98px) { 
  
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-main { position: fixed; top: 0; left: 0; width: 100%; height: auto; z-index: 99; transition: all 0.3s;}
.header-top { background: #ff0000; padding: 12px 0; color: #fff; }
.header-top ul{gap: 50px;}
.header-top p, .header-top ul li a{ font-size: 15px; line-height: 20px; color: #fff; font-weight: 400;}
.header-top ul li a:hover{color: #000;}

.header {padding: 30px 0;}
.header ul li { display: inline-block; margin: 0 22px; }
.header ul li a { display: block; font-size: 17px; line-height: 96px; text-transform: uppercase; color: #fff; font-weight: 600; font-family: 'Jost', sans-serif; }
.header ul li a:hover{color: #ff0000;}
.header ul li.current-menu-item a:hover{color: #ff0000;}
.header-main.header-scrolled .header {
	padding: 10px 0;
	background: #000; transition: all 0.3s;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.hero-banner { position: relative; }
.banner-inner { position: absolute; top: 0; left: 0; width: 100%; margin-top: 13%; }
.banner-inner h3 { font-size: 35px; line-height: 45px; color: #ffffff; font-weight: 300; margin: 0 0 40px; }
.banner-inner h1 { font-size: 52px; line-height: 80px; text-transform: uppercase; color: #ffffff; font-weight: 300; }

.hero-banner .slick-arrow { position: absolute; bottom: 53px; left: 290px; background: no-repeat; font-size: 18px; line-height: 19px; text-transform: uppercase; color: #ffffff; font-weight: 400; z-index: 1; width: 119px; height: 119px; border: 1px solid #fff; border-radius: 50%; }
.hero-banner .slick-next.slick-arrow { margin-left: 250px; border-color: #c6ec26; color: #c6ec26; }
.hero-banner .slick-prev.slick-arrow {font-size: 0; width: auto; border: 0;}
.hero-banner .slick-prev.slick-arrow::after { content: 'PREV'; font-size: 18px; line-height: 19px; text-transform: uppercase; color: #ffffff; font-weight: 400; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.hero-banner .slick-next.slick-arrow::after { content: ''; position: absolute; top: 50%; left: -212px; width: 200px; height: 1px; background: #fff; transition: all 0.3s; }
.hero-banner .slick-dots { display: none !important; }
.banner-slider img { width: 100%; min-height: 100vh; object-fit: cover; }
.hero-banner .slick-next.slick-arrow:hover { background: #48570a; color: #fff; font-weight: 700; }
.hero-banner .slick-prev.slick-arrow:hover::after{color: #c6ec26; font-weight: 600;}

.hero-banner .pagingInfo { position: absolute; bottom: 103px; left: 80px; z-index: 2; display: flex; font-size: 27px; line-height: 19px; text-transform: uppercase; color: #f6cf0f; font-weight: 300; gap: 3px;}
.hero-banner .pagingInfo .fcount{color: #5c5c5c;}

.social-block { position: absolute; right: 0; top: 50%; width: 118px; height: 391px; margin-top: -196px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 50px; background: url(assets/img/social-block.png) left top no-repeat; }
.social-block a{font-size: 26px; color: #cecfcf;}
.social-block a:hover{color: #f00;}

/* Our Mission */
.mission{ padding: 170px 0 290px; position: relative; background-image: url(assets/img/about-bg.jpg); background-attachment: fixed; background-position: top center; background-repeat: no-repeat; background-size: cover; overflow: hidden;}
/* .mission::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color:  rgba(0, 0, 0, 0.5);} */
.mission-inner { position: relative; z-index: 1;}
.mission-heading h4 { font-size: 30px; letter-spacing: 3px; line-height: 23px; text-transform: uppercase; font-weight: 400; margin: 0 0 20px;}
.mission-heading h2 {font-size: 69px; letter-spacing: 7px; line-height: 100%; text-transform: uppercase; color: #000000; font-weight: 300; margin: 0 0 140px;}
.mission-info-wrapper .mission-info-inner {border: 1px solid #ffffff; background-color: rgba(0,0,0,0.25); padding: 50px 10px; transition: all 0.2s ease; cursor: pointer; }
.mission-info-wrapper .mission-info-inner:hover, .mission-info-wrapper .mission-info-inner.active{ transform: scale(1.1); filter: drop-shadow(0px 5px 8px rgba(0,0,0,0.6)); background-color: #ff0000; border: 1px solid transparent; padding: 20px 10px;}
.mission-info-wrapper .mission-info-inner h3{font-size: 23px; line-height: 46px; text-transform: uppercase; color: #ffffff; font-weight: 300; }
.mission-info-wrapper .mission-info-inner h4{ color: #ffffff; font-weight: 300; position: relative; font-size: 35px; text-transform: uppercase;
margin-bottom: 60px; transition: all 0.2s ease;}
.mission-info-wrapper .mission-info-inner h4::after { position: absolute; bottom: -30px; content: ''; left: 50%; transform: translateX(-50%); background-color: #afafaf; height: 2px; width: 30%;}
.mission-info-wrapper .mission-info-inner p{font-size: 18px; line-height: 100%; color: #ffffff; }
.mission-info-wrapper .mission-info-inner img{ transition: all 0.2s ease; height: 0;}
.mission-info-wrapper .mission-info-inner:hover img, .mission-info-wrapper .mission-info-inner.active img{  opacity: 1; height: 73px;}
.mission-info-wrapper .mission-info-inner:hover h4, .mission-info-wrapper .mission-info-inner.active  h4{ margin-bottom: 40px;}
.mission-info-wrapper .mission-info-inner:hover h4::after, .mission-info-wrapper .mission-info-inner.active h4::after{ background-color: #ffffff; height: 5px; bottom: -20px; width: 40%; border-radius: 10px;}
.mission-info-wrapper .row > div:last-child .mission-info-inner { border-right: 1px solid #fff !important; }
.mission-right-wrapper { right: 0; top: 100px; position: absolute; height: 100%; width: 35%; background-color: rgba(255, 255, 255, 0.878); clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%); border-right: 20px solid #8cc20a; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; z-index: 2; padding: 0 140px;}
.mission-right-wrapper h3 { font-size: 39px; line-height: 49px; text-transform: uppercase; color: #ff0000; font-weight: 300; margin: 0 0 25px; }
.mission-right-wrapper ul li { font-size: 24px; line-height: 35px; color: #000; margin: 20px 0; position: relative; padding-left: 20px; }
.mission-right-wrapper ul li i{ font-size: 11px;color: #000000;}
.mission-right-wrapper ul li::before { content: ''; width: 10px; height: 10px; background: #000; border-radius: 50%; position: absolute; top: 14px; left: 0; }

/* Our Strength */
.strength{ padding: 100px 0; position: relative;}
.strength::before { content: ''; width: 100%; height: 72%; position: absolute; left: 0; top: 50%; transform: translateY(-49%); background-color: #333333;}
.strength-inner{ position: relative; z-index: 1;}
.strength-heading{ margin: 120px 0 75px;}
.strength-heading h2 { font-size: 72px; letter-spacing: 8px; line-height: 100px; text-transform: uppercase; color: #ffffff; font-weight: 400; font-family: 'Raleway', sans-serif; /*margin-left: -165px;*/ }
.strength-inner ul li { font-size: 21px; letter-spacing: 2px; line-height: 40px; color: #f6f7f9; font-weight: 400; padding-left: 20px; position: relative; }
.strength-inner ul li i{ color: #8bc109; font-size: 11px;}
.strength-inner ul li::before { content: ''; width: 10px; height: 10px; background: #80bd3b; border-radius: 50%; position: absolute; left: 0; top: 16px; }
.strength-center ul { margin: 0 0 110px 45px;}
.strength-right {margin: 120px 0 0;}
.strength-right ul{ margin: 0 0 60px;}
.strength_img{ 
  position: absolute; 
  right: 0; 
  bottom: -120px;
  width: 22%;
 }
.strength-center article ul{
  margin: 0;
}
.strength-center article{
  /* border: 2px solid #8cc20a;
  padding: 20px; */
}
.strength-center article .article_inner_panel{
  border: 14px solid #ed2024;
  background-color: #fff;
  padding: 20px;
}
.strength-center article .article_inner_panel li{
  color: #000;
}
.strength-center article .article_inner_panel li::before{
  background: #000;
}
.strength-center article h4{
  color: #afdb43;
  margin-bottom: 20px;
}
.articleTop_1{
  margin: 100px 0 0 0;
}
.articleTop_2{
  margin: 30px 0 0 0;
}
.articleTop_3{
  margin: -60px 0 0 0;
}
.articleTop_4{
  margin: -140px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .articleTop_1, .articleTop_2, .articleTop_3, .articleTop_4{
    margin: 15px 0;
  }
  .strength_img{
    bottom: 0;
  }
}



/* Partnership */
.partnership { background-color: #d0d0d0; padding: 110px 0px 140px; }
.partnership h4 { font-size: 30px; letter-spacing: 3px; line-height: 100%; text-transform: uppercase; color: #000000; font-weight: 400; font-family: 'Raleway', sans-serif; margin-bottom: 25px; }
.partnership h2 { font-size: 69px; letter-spacing: 7px; line-height: 100%; text-transform: uppercase; color: #000000; font-weight: 300; font-family: 'Raleway', sans-serif; margin-bottom: 28px; }
.partnership h6 { font-size: 20px; letter-spacing: 2px; line-height: 26px; color: #ff0000; font-weight: 600; margin-bottom: 22px; }
.partnership p { font-size: 20px; line-height: 29px; color: #353535; font-weight: 400; }
.partnership-list { padding: 70px 90px 100px 90px; background-color: #ffffff; margin-top: -155px; }
.partnership-list ul li { padding-bottom: 28px; padding-left: 20px; position: relative; }
.partnership-list ul li::before { content: ''; width: 10px; height: 10px; background: #8cc20a; border-radius: 50%; display: inline-block; position: absolute; left: 0; top: 6px;} 
.partnership-list .row > div:nth-child(1) ul li::before { background: #ff1d2e;}
.partnership-list ul li .red-dot { width: 11px; height: 11px; border-radius: 5px; background-color: #ed2024; display: inline-block; margin-top: 4px; position: absolute; left: 0px; }
.partnership-list ul li .green-dot { width: 11px; height: 11px; border-radius: 6px; background-color: #8cc20a; display: inline-block; margin-top: 4px; position: absolute; left: 0px; }
.partnership-list ul li p { line-height: 100%; font-weight: 500; }
.partnership-list ul li p span { font-family: 'Jost', sans-serif; }
.partnership-list-image { gap: 138px; margin-bottom: 70px; }
.partnership-list-image span { font-size: 69px; letter-spacing: 7px; text-transform: uppercase; color: #000000; font-weight: 300; }

/* Our Approach */
.approach { background: url(./assets/img/approach-bg.jpg) top center no-repeat; background-size: cover; background-attachment: fixed; position: relative; padding: 95px 0px 170px; }
.approach::before { width: 100%; height: 100%; position: absolute; content: ''; top: 0px; left: 0px; opacity: 0.902; background-color: #2d2d2d; }
.approach-inner { position: relative; z-index: 1; }
.approach h4 { font-size: 20px; letter-spacing: 9px; line-height: 23px; text-transform: uppercase; color: #ffffff; font-weight: 300; font-family: 'Raleway', sans-serif; margin-bottom: 30px; }
.approach h2 { font-size: 58px; letter-spacing: 3px; line-height: 100%; text-transform: uppercase; color: #ffffff; font-weight: 300; font-family: 'Raleway', sans-serif; margin-bottom: 95px; }
.approach h3 { font-size: 33px; line-height: 100%; text-transform: uppercase; color: #ffffff; font-weight: 500; font-family: 'Raleway', sans-serif; margin-bottom: 70px; }
.approach h5 { font-size: 20px; line-height: 29px; color: #000000; font-weight: 700; margin-bottom: 12px; font-family: 'Raleway', sans-serif; }
.approach p { font-size: 18px; line-height: 29px; color: #000000; font-weight: 400; margin-bottom: 25px; font-family: 'Raleway', sans-serif; }
.approach h6 { font-size: 17px; line-height: 100%; color: #000000; font-weight: 700; margin-bottom: 12px; font-family: 'Raleway', sans-serif; }
.approach p:last-child{margin: 0;}
.approach-box-wrapper { width: 100%; max-width: 333px; }
.execute h3 { color: #afdb43; }
.execute .approach-box { border: 14px solid #8cc20a;}
.execute .approach-box::before { opacity: 1; }
.sustain h3 { color: #afdb43; }
.sustain .approach-box { border: 14px solid #ed2024; opacity: 0.859; background: url(./assets/img/approach-boxes-img-2.jpg) center no-repeat; background-size: cover; }
.sustain .approach-box::after { width: 100%; height: 100%; position: absolute; content: ''; top: 0px; left: 0px; opacity: 0.859; opacity: 1; background-color: #fff; }

/* .approach-box { background: url(assets/img/approach-boxes-img-1.jpg) center no-repeat; background-size: cover; padding: 40px 30px; position: relative; border: 14px solid rgba(255,255,255,0.89);} */
.approach-box { background: #fff; padding: 20px; position: relative; border: 14px solid rgba(0,0,0,.1); }
.approach-box::before { width: 100%; height: 100%; position: absolute; content: ''; top: 0px; left: 0px; opacity: 0.859; background-color: #ffffff; }
.approach-box-inner { position: relative; z-index: 1; }
.approach-box-inner ul li { position: relative; margin: 0 0 15px; position: relative; padding-left: 15px; font-size: 18px; line-height: 26px;}
.approach-box-inner ul li::before { content: ''; width: 10px; height: 10px; background: #000; border-radius: 50%; display: inline-block; position: absolute; top: 9px; left: 0; }
.approach-box-inner ul li p { margin-bottom: 12px; }

/* Discover */
.discover { padding: 120px 0; position: relative; background-image: url(assets/img/discover-bg.jpg); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;}
.discover::before{ content: ''; top: 0; left: 0; position: absolute; background-color: rgba(0,0,0,0.541); width: 100%; height: 100%;}
.discover-main{ padding: 70px 150px 115px; filter: drop-shadow(0 0 31.5px rgba(0,0,0,0.12)); background-color: #eceae8; max-width: 1028px; margin-left: 460px;}
.discover-heading { margin-bottom: 35px; }
.discover h2 { font-size: 36px; line-height: 46px; text-transform: uppercase; color: #121212; font-weight: 300; font-family: 'Raleway', sans-serif;}
.discover-heading p { font-size: 24px; line-height: 46px; color: #000000; margin: 10px 0 0;}
.digital-chain-list ul { margin: 0 0 50px;}
.discover-tab-section h3 { font-size: 24px; line-height: 34px; font-weight: 600; margin: 0 0 40px; font-family: 'Raleway', sans-serif;}
.digital-chain-list ul li { font-size: 20px; line-height: 46px; font-weight: 400; position: relative; padding-left: 20px; }
.digital-chain-list ul li::before { content: ''; width: 10px; height: 10px; background: #000; border-radius: 50%; position: absolute; left: 0; top: 19px; }
.gather-data-info p { font-size: 20px; line-height: 28px; color: #353535; font-weight: 400; margin: 0 0 25px; }
.digital-chain-list ul li i{ font-size: 10px; color: #000;}
.discover-left { position: absolute; left: 0; top: 180px; }
.discover-left-box { padding: 36px 22px 36px 22px; background-color: #020f1d; position: absolute; right: -90px; top: 65px;}
.discover-left-box p { font-size: 30px; line-height: 40px; text-transform: uppercase; color: #ffffff; font-weight: 400; text-align: left;}
.discover-right { position: absolute; top: 300px; right: 0; }
.gather-data-info ul li::after{display: none;}
.gather-data-info ul li{font-size: 20px; line-height: 28px;padding: 0; margin: 0 0 10px; list-style-type: disc;  list-style-position: inside;}

/* Our Discover */
.our-discover{ padding: 125px 0 148px; background-color: #d0d0d0;}
.our-discover-heading h3 { font-size: 30px; letter-spacing: 3px; line-height: 100%; text-transform: uppercase; font-weight: 400; margin: 0 0 30px; }
.our-discover-heading img{ margin: 0 0 30px;}
.our-discover-heading p { font-size: 18px; line-height: 29px; color: #353535; font-weight: 400; }
.our-discover-heading { margin: 0 0 100px; }
.our-discover .our-discover-list {width: 430px;}
.our-discover .our-discover-content { width: calc(100% - 430px); }
.our-discover .our-discover-list{ padding-right: 25px;}
.our-discover .our-discover-list ul li {margin: 0 0 20px;}
.our-discover .our-discover-list ul li a { display: flex; align-items: center; gap: 24px;}
.our-discover .our-discover-list ul li a img { padding: 6px; border: 2px solid transparent; border-radius: 4px; width: 91px; height: 70px; object-fit: cover; }
.our-discover .our-discover-list .ui-state-active a img, .our-discover .our-discover-list .ui-state-hover a img{ border: 2px solid #ff0000;}
.our-discover .our-discover-list a span{ font-size: 18px; line-height: 29px; color: #353535; font-weight: 500; }
.our-discover .discover-content-text h2{ font-size: 58px; line-height: 77px; text-transform: uppercase; color: #353535; font-weight: 300; font-family: 'Raleway', sans-serif; margin: 0 0 50px;}
.our-discover .discover-content-text p{font-size: 17px; line-height: 29px; color: #353535; font-weight: 400; margin: 0 0 25px;}

/* Awards */
.awards {padding: 140px 0; background-color: #1e1e1e;}
.awards-heading h2{font-size: 58px; line-height: 79px; text-transform: uppercase; color: #ffffff; font-weight: 300; margin: 0 0 130px; position: relative;}
.awards-heading h2::before{ content: ''; position: absolute; left: 0; bottom: -45px; width: 32%; height: 2px; background-color: #e6e6e6; }
.awards-heading h2::after{ content: ''; position: absolute; left: 34%; bottom: -46px; width: 7px; height: 7px; border-radius: 50%; background-color: #ffffff;}
.awards-list { height: 700px; overflow-y: auto; }
.awards-list ul li { font-size: 20px; line-height: 30px; color: #fff; font-weight: 400; margin: 20px 0; position: relative; padding-left: 20px; }
.awards-list ul li i{ font-size: 11px; color: #8cc20a;}
.awards-list ul li::before { content: ''; width: 10px; height: 10px; background: #8cc20a; border-radius: 50%; position: absolute; left: 0; top: 10px; }

/* Clients */
.clients{padding:100px 0;background-image:url(assets/img/clients-bg.jpg);background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}
.clients::before{content:'';left:0;top:50%;transform:translateY(-50%);position:absolute;background-color:#333;width:100%;height:70%;z-index:1}
.clients-inner{position:relative;z-index:1}
.clients .clients-left{padding:115px 60px 65px;background:url(assets/img/clients-left.jpg) no-repeat center;background-size:cover}
.clients-inner-heading{width:410px;margin:0 auto 75px}
.clients-inner-heading h4{font-size:30px;letter-spacing:3px;line-height:100%;text-transform:uppercase;color:#fff;font-weight:400}
.clients-inner-heading h2{font-size:69px;letter-spacing:8px;line-height:108px;text-transform:uppercase;color:#fff;font-weight:300;text-align:left}
.clients .clients-brand{padding:100px 55px;background-color:#0c1a25}
.clients-brand .brand-slider-element img{object-fit:contain;padding:15px;border:1px solid transparent;height:112px;margin:0 auto}
.clients-brand .brand-slider-element img:hover{border:1px solid #e70011}
.clients-brand .slick-dots{display:flex;justify-content:center}
.clients-brand .slick-dots button{font-size:0;height:3px;background-color:rgba(240,241,241,0.2);width:42px;border:0}
.clients-brand .slick-dots li.slick-active button{background-color:#97d700}
.clients-profile-element p{font-size:20px;line-height:30px;color:#f6f7f9;font-weight:400;margin:0 0 30px}
.clients-profile-element .quotation{margin:0 0 40px}
.clients-profile-element .clients-profile-photo img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 0 25px}
.clients-profile-element .clients-profile-info h3{font-size:19px;letter-spacing:2px;line-height:100%;text-transform:uppercase;color:#e2bb53;font-weight:700}
.clients-profile-element .clients-profile-info h4{font-size:13px;letter-spacing:1px;line-height:24px;text-transform:uppercase;color:#fff;font-weight:500}
.clients-profile-slider button.slick-prev{position:absolute;bottom:-90px;left:235px;font-size:0;border:0}
.clients-profile-slider button.slick-next{position:absolute;bottom:-90px;right:345px;font-size:0;border:0}
.clients-profile-slider button.slick-prev::before{content:'';left:0;top:-60px;background:url(assets/img/arrow-left.png) no-repeat center;width:121px;height:28px;position:absolute}
.clients-profile-slider button.slick-next::before{content:'';left:0;top:-60px;background:url(assets/img/arrow-right.png) no-repeat center;width:121px;height:28px;position:absolute}
.clients-right .slick-dots{display:none!important}
.clients-right{position:relative}
.clients-right .pagingInfo{position:absolute;bottom:-52px;left:50%;display:flex;align-items:center;justify-content:center;font-size:19px;letter-spacing:2px;line-height:20px;text-transform:uppercase;color:#fff;font-weight:400;margin-left:-22px;background: #333; z-index: 2;}
.clients-right .pagingInfo .fcount{color:#f6bf07}

/* Enquire */
.enquire { background: url(assets/img/enquire-bg.jpg) top center no-repeat; background-size: cover; background-attachment: fixed; position: relative; padding-top: 235px; }
.enquire-inner { max-width: 1028px; opacity: 0.929; filter: drop-shadow(0px 12px 39px rgba(0,0,0,0.44)); background-color: #365ead; padding: 130px 130px 120px; }
.enquire h4 { font-size: 29px; letter-spacing: 3px; line-height: 23px; text-transform: uppercase; color: #ffffff; font-weight: 300; padding-bottom: 35px; }
.enquire h2 { font-size: 69px; letter-spacing: 8px; line-height: 100%; text-transform: uppercase; color: #ffffff; font-weight: 300; padding-bottom: 125px; }
.enquire .input-group { border-bottom: 1px solid rgba(255, 255, 255, 0.5); margin-bottom: 65px; }
.enquire .input-group .form-control { background-color: transparent; color: #ffffff; text-transform: none; }
.enquire .input-group .form-control:focus ~ label {  opacity: .65; transform: scale(.85) translateY(-1.5rem) translateX(.15rem) }
.enquire .input-group input { max-width: 373px; border: none; font-size: 20px; letter-spacing: 2px; line-height: 100%; text-transform: uppercase; color: #ffffff; font-weight: 300; }
.enquire label { font-size: 20px; letter-spacing: 2px; line-height: 100%; text-transform: uppercase; color: #ffffff; font-weight: 300; }
.enquire textarea.form-control { width: 100%; background-color: transparent; border: none; font-size: 20px; letter-spacing: 2px; line-height: 100%; text-transform: uppercase; color: #ffffff; font-weight: 300; resize: none; height: 130px; }
.enquire .enquire-form-btn { font-size: 20px; letter-spacing: 2px; line-height: 26px; text-transform: uppercase; color: #ffffff; font-weight: 700; text-align: center; background: transparent; width: 151px; height: 47px; border-radius: 24px; border: 1px solid #ffffff; margin-top: 20px; transition: all 0.3s;}
.enquire .enquire-form-btn:hover{background: #f00; color: #fff; border-color: #f00;}

/* Footer */
.footer{background:url(assets/img/footer-bg.jpg) center no-repeat;background-size:cover;position:relative;padding-top:100px;}
.footer::before{width:100%;height:100%;background-color:#000;position:absolute;content:'';top:0;left:0;opacity:.702;z-index:0}
.footer-inner{position:relative;z-index:2}
.footer .footer-logo{display:block;margin-bottom:63px}
.footer h3{font-size:29px;letter-spacing:3px;line-height:39px;text-transform:uppercase;color:#fff;font-weight:400;border-bottom:1px solid #97d700;display:inline-block;padding-bottom:20px;margin-bottom:40px}
.footer ul{margin:0;padding:0;list-style-type:none}
.footer ul li{margin:0 0 30px;padding:0;font-size:20px;letter-spacing:2px;line-height:26px;text-transform:uppercase;color:#fff;font-weight:300;opacity:.7}
.footer ul li a{font-size:20px;letter-spacing:2px;line-height:26px;text-transform:uppercase;color:#fff;font-weight:300;opacity:.7}
.footer ul li a:hover{color: #f00;}
.footer h4{font-size:20px;letter-spacing:2px;line-height:30px;text-transform:uppercase;color:#95d600;font-weight:600;margin:0 0 35px}
.footer .address-block{margin-bottom:30px}
.footer .address-block li{font-size:20px;line-height:38px;color:#b7b7b8;font-weight:400;opacity:.8;margin:0 0 10px;text-transform:none}
.footer .address-block li a{font-size:20px;line-height:38px;color:#b7b7b8;font-weight:400;opacity:.8;margin:0 0 10px;text-transform:none}
.follow-block h3{border-color: #f3d711; margin-bottom: 35px;}
.follow-block p { display: flex; align-items: center; gap: 26px; font-size: 32px; }
.follow-block p a{color: #cecdcd;}
.follow-block p a:hover{color: #f00;}

.footer .copyright { border-top: 1px solid #ffffff; padding: 55px 0px 30px; text-align: center; position: relative; z-index: 2; margin-top: 60px; }
.footer .copyright .copyright-arrow { width: 56px; height: 56px; background-color: #050403; border: 1px solid #ffffff; position: absolute; content: ''; top: -30px; left: 50%; transform: translateX(-50%); font-size: 30px; color: #ffffff; cursor: pointer; }
.footer .copyright p { opacity: 0.400; font-size: 20px; letter-spacing: 2px; line-height: 26px; color: #ffffff; font-weight: 300; margin: 0px; }

.wpcf7-form-control-wrap { position: relative; width: 100%; display: block; }
.wpcf7-not-valid-tip { position: absolute; width: 100%; left: 0; bottom: -20px; font-size: 13px !important; font-weight: 500 !important; }
.wpcf7 form .wpcf7-response-output{color: #fff;}

#discover-tabs li a { font-size: 20px; line-height: 46px; font-weight: 400; position: relative; padding-left: 20px; }
#discover-tabs li{position: relative;}
#discover-tabs li::after{content: ''; width: 10px; height: 10px; background: #000; border-radius: 50%; position: absolute; left: 0; top: 19px;}
#discover-tabs li.ui-state-active a { font-weight: 600; color: #ff0000; text-decoration: underline !important; }
#discover-tabs li:hover a {color: #ff0000;}

.quick-links ul { display: flex; flex-wrap: wrap; align-items: flex-start; }
.quick-links ul li { width: 50%; }

.hero-banner .pagingInfo {display: none !important;}
.hero-banner .slick-arrow{display: none !important;}
.banner-content-inner { padding: 60px; background: rgba(0,0,0,0.7); max-width: 65%; }





@media only screen and (max-width: 1600.98px) {
  .container { max-width: 1370px; }
  .header { padding: 20px 0; }
  .banner-inner{margin-top: 20%;}
  .mission-info-wrapper .mission-info-inner h4{font-size: 29px;}
  .mission-right-wrapper{padding: 0 90px;}
  .mission-right-wrapper h3{font-size: 50px; line-height: 58px;}
  .partnership-list{margin-top: -80px;}
  .discover-right{right: -120px; top: 150px; max-width: 350px;}
  .our-discover .discover-content-text h2 { font-size: 46px; line-height: 58px; margin: 0 0 15px; }
  .discover { overflow-x: hidden; }
  .header ul li{margin: 0 16px;}
}

@media only screen and (max-width: 1440.98px) {
  .logo { display: block; max-width: 190px; } .header ul li a { font-size: 16px; line-height: 20px; font-weight: 500; }
  .social-block { width: 80px; height: 260px; margin-top: -130px; gap: 35px; background-size: contain !important; }
  .social-block a { font-size: 18px;}

  .banner-inner h3 { font-size: 28px; line-height: 38px; margin: 0 0 20px; }
  .banner-inner h1 { font-size: 40px; line-height: 50px; }
  .hero-banner .pagingInfo{bottom: 60px; left: 20px;}
  .hero-banner .slick-arrow{bottom: 10px; left: 175px;}

  .banner-inner { margin-top: 17%; }
  .mission-heading h4{font-size: 28px;}
  .mission { padding: 80px 0 160px; }
  .mission-right-wrapper h3 { font-size: 42px; line-height: 54px; margin: 0; }
  .mission-right-wrapper ul li { font-size: 18px; line-height: 30px; margin: 10px 0; }
  .mission-right-wrapper ul li::before{top: 6px;}
  .mission-right-wrapper { width: 34%; justify-content: flex-start; padding: 117px 80px; }
  .mission-heading h2 { margin: 0 0 35px; font-size: 60px; }
  .mission-info-wrapper .mission-info-inner h3{font-size: 19px; line-height: 29px;}
  .mission-info-wrapper .mission-info-inner h4 { font-size: 25px; }

  .strength { padding: 60px 0 0; }
  .strength-heading h2 { font-size: 50px; line-height: 60px; } .strength-heading { margin: 70px 0 20px; }
  .strength-inner ul li { font-size: 18px; letter-spacing: 2px; line-height: 40px; color: #f6f7f9; font-weight: 400; display: flex; align-items: center; gap: 10px; }
  .partnership h4 { font-size: 26px; margin-bottom: 10px; }
  .partnership h2 { font-size: 55px; margin-bottom: 10px; }
  .partnership h6 { font-size: 18px; letter-spacing: 1px; line-height: 26px; color: #ff0000; font-weight: 600; margin-bottom: 10px; }
  .partnership-list { padding: 100px 50px 50px; }

  .partnership-list-image { gap: 85px; margin-bottom: 45px; }
  .partnership-list-image img { height: 55px; }
  .partnership-list ul li { padding-bottom: 24px; padding-left: 20px; }
  .partnership-list ul li p{font-size: 18px;}
  .partnership{padding: 60px 0;}

  .approach{padding: 60px 0;}
  .approach h4 { font-size: 18px; letter-spacing: 5px; line-height: 23px; margin-bottom: 15px; }
  .approach h2 { font-size: 45px; letter-spacing: 2px; margin-bottom: 50px; }
  .approach h3 { font-size: 23px; margin-bottom: 18px; }
  .approach h6, .approach h5 { font-size: 17px; line-height: 27px; font-weight: 600; }
  .approach p, .approach-box-inner ul li { font-size: 16px; line-height: 26px; margin-bottom: 15px; }
  .approach-box-inner ul li::before{top: 8px;}

  .discover { padding: 60px 0;}
  .discover-left{width: 32%;}
  .discover-main { padding: 60px 150px; max-width: 900px; margin-left: 360px; }
  .discover-left-box { padding: 20px; right: -50px;}
  .discover-left-box p{font-size: 25px;} .discover h2 { font-size: 30px; line-height: 40px;}
  .discover-heading { margin-bottom: 0; }
  .discover-tab-section h3 { font-size: 20px; line-height: 30px; margin: 0 0 10px; }
  .digital-chain-list ul li { font-size: 18px; line-height: 28px; gap: 10px; margin: 0 0 15px; } .digital-chain-list ul { margin: 0 0 30px; }
  .digital-chain-list ul li::before{top: 10px;}
  .gather-data-info p { font-size: 16px; line-height: 26px; margin: 0 0 15px; }
  .gather-data-info ul li { font-size: 16px; line-height: 26px; margin: 0 0 10px; }
  .our-discover { padding: 60px 0; }
  .our-discover-heading h3 { font-size: 26px; margin: 0 0 15px; }
  .our-discover-heading img { margin: 0 0 15px; height: 55px; }
  .our-discover-heading { margin: 0 0 30px; }

  .our-discover .our-discover-list ul li a { gap: 10px; }
  .our-discover .our-discover-list a span { font-size: 15px; line-height: 25px; }

  .awards { padding: 60px 0;}
  .awards-heading h2 { font-size: 45px; line-height: 55px; margin: 0 0 80px; }
  .awards-list ul li { font-size: 18px; line-height: 28px; gap: 18px; margin: 18px 0; }
  .awards-list { height: 555px; }

  .clients { padding: 60px 0; }
  .clients .clients-left { padding: 60px;}
  .clients .clients-brand{padding: 50px;}
  .clients-profile-element .quotation { margin: 0 auto 20px; max-width: 60px; }
  .clients-profile-element p { font-size: 17px; line-height: 27px; margin: 0 0 20px; }
  .clients-profile-element .clients-profile-photo img { width: 80px; height: 80px; margin: 0 0 10px; }

  .clients-profile-slider button.slick-prev { position: absolute; bottom: -30px; left: 0; font-size: 0; border: 0; }
  .clients-profile-slider button.slick-prev::before { content: ''; left: 0; top: 0; background: url(assets/img/arrow-left.png) no-repeat center; width: 121px; height: 28px; position: absolute; }
  .clients-profile-slider button.slick-next { position: absolute; bottom: -30px; right: 0; font-size: 0; border: 0; }
  .clients-profile-slider button.slick-next::before { content: ''; right: 0; top: 0; background: url(assets/img/arrow-right.png) no-repeat center; width: 121px; height: 28px; position: absolute; left: auto;}

  .enquire{padding-top: 100px;}
  .enquire-inner { max-width: 840px; padding: 60px; }
  .enquire h4 { font-size: 25px; letter-spacing: 2px; padding-bottom: 15px; }
  .enquire h2 { font-size: 57px; letter-spacing: 7px; padding-bottom: 40px; }
  .enquire .form-floating{margin-bottom: 35px;}

  .footer{padding-top: 60px;}
  .footer h3 { font-size: 22px; letter-spacing: 2px; line-height: 32px; padding-bottom: 5px; margin-bottom: 30px; }
  .footer ul li { margin: 0 0 15px; font-size: 17px; letter-spacing: 2px; line-height: 26px; opacity: 1; }
  .footer ul li a { font-size: 18px; letter-spacing: 2px; line-height: 22px; opacity: 1; }
  .footer .address-block li { font-size: 17px; line-height: 27px; opacity: 1; }
  .footer h4{font-size: 17px; margin: 0;}
  .footer .footer-logo { margin-bottom: 30px; max-width: 170px; }
  .follow-block p a{font-size: 30px;}
  .footer .copyright { padding: 35px 0px 15px; margin-top: 30px; }
  .footer .copyright p { opacity: 1; font-size: 17px;}
  .footer .copyright .copyright-arrow{font-size: 21px;}
}

@media only screen and (max-width: 1360.98px) {
  .mission-info-wrapper .mission-info-inner p{font-size: 17px;}
  .banner-inner { margin-top: 25%; }
  .header ul li a { font-size: 16px; line-height: 20px; font-weight: 400; }
  .header ul li{margin: 0 12px;}

  .mission-info-wrapper .mission-info-inner h3{font-size: 16px;}
  .mission-info-wrapper .mission-info-inner h4 { font-size: 19px; }
  .mission-info-wrapper .mission-info-inner{padding: 40px 10px;}
  .mission-info-wrapper .mission-info-inner p { font-size: 14px; text-align: center; }
  .mission-right-wrapper { padding: 110px 50px; }

  .mission-right-wrapper h3 { font-size: 30px; line-height: 40px; }
  .mission-right-wrapper ul li { font-size: 16px; line-height: 20px; margin: 14px 0; }
  .partnership-list { padding: 35px 50px 30px; margin-top: -35px; }

  .discover-right { right: 0; top: 0; max-width: 250px; }
  .our-discover .our-discover-list { width: 270px; padding-right: 15px; }
  .our-discover .our-discover-content { width: calc(100% - 270px); }
  .our-discover .discover-content-text h2 { font-size: 35px; line-height: 45px; }
  .our-discover .row.g-5 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; }
  .clients-inner-heading h4 { font-size: 17px;}
}

@media only screen and (max-width: 1280.98px) {
  .discover-main{margin-left: 305px;}
}

@media only screen and (max-width: 1170.98px) {
  .discover-main{margin-left: 230px;}
  .header ul li { margin: 0 6px; }
  #discover-tabs li a { font-size: 15px; line-height: 24px; }
  #discover-tabs li{margin-bottom: 10px;}
  #discover-tabs li::after{top: 7px;}

  .approach-inner .row > div { width: 50%; margin-bottom: 35px; }
  .approach-box-wrapper { width: 100%; max-width: unset; }
  .approach { padding: 60px 0 0; }

  .banner-content-inner{padding: 1170px;}
  .banner-inner h1 { font-size: 30px; line-height: 40px; }
}

@media only screen and (max-width: 991.98px) {
	.js #menu { display:none; }
	.js .slicknav_menu { display:block;z-index: 999999;}
	.slicknav_menu{ position:absolute; top:11px; left:0; width:100%; z-index:99999; pointer-events:none; }
	.slicknav_btn {pointer-events: all; top: 7px; background: #ed4a4b !important; margin: 0 10px 0 0 !important; }
	.slicknav_nav{pointer-events: all;background: #2c2e2f;  margin-top: 52px !important;border: 0 !important;}
  .slicknav_nav a{text-transform: uppercase;}
	.slicknav_nav a:hover{color: #ed4a4b !important;}

  .header-top { display: none; }
  .header-main.header-scrolled { position: absolute; background: none; }
  .mission-right-wrapper { position: relative; clip-path: unset; width: 100%; margin: 60px 0 0 0; padding: 60px; top: auto; bottom: auto; right: auto; left: 0; }
  .mission { padding: 60px 0 0 0; }
  .mission-info-wrapper .mission-info-inner:hover { transform: unset; border: 1px solid #f00; padding: 14px; }
  .partnership-top-right img { margin: 20px auto; max-width: 480px; }
  .partnership-list-image { justify-content: center; }
  .strength-heading { margin: 0; }
  .strength-center ul { margin: 0; }
  .strength-heading h2 { font-size: 32px; line-height: 36px; margin-bottom: 10px; }
  .approach-box-wrapper { max-width: unset; }
  .approach-box{padding: 20px; margin: 0 0 30px;}
  .discover-main { margin: 0; padding: 30px; }
  .discover-left { position: relative; left: 0; top: auto; width: 50%; margin: 15px auto 0; }
  .our-discover .our-discover-list { width: 100%; padding: 0; margin: 0 0 15px; }
  .our-discover .our-discover-content{width: 100%;}
  .our-discover-inner { flex-direction: column; } .awards-heading h2 { font-size: 33px; line-height: 38px; margin: 0 0 60px; }
  .awards-heading img { height: 50px; }
  .awards-heading h2::before{bottom: -15px;}
  .awards-heading h2::after{bottom: -17px;}
  .awards-list ul li { font-size: 16px; line-height: 25px; gap: 8px; margin: 18px 0; }
  .clients::before { content: ''; left: 0; top: auto; transform: unset; position: absolute; background-color: #333; width: 100%; height: 70%; z-index: 1; bottom: 0; }
  .clients { padding: 60px 0 90px; }
  .footer{text-align: center;}
  .footer .footer-logo { margin: 0 auto 30px; max-width: 170px; }
  .footer .address-block { text-align: center; }
  .footer ul{margin: 0 0 30px;}
  .follow-block p{justify-content: center; margin: 0 0 30px;}
  .mission-inner .row > div.col-lg-8 { width: 100% !important; }
  .digital-chain-list ul li::before{top: 10px;}
  .awards-list ul li::before{top: 8px;} 
  .partnership-list-image { display: none !important; }
  .gda_mobile.d-none { display: block !important; margin: 30px 0; max-width: 140px; }
  .banner-content-inner { padding: 20px 15px; width: 70%;}
  .banner-inner h3 { font-size: 24px; line-height: 34px; margin: 0 0 10px; }
  .banner-inner h1 { font-size: 26px; line-height: 36px; }
}


@media only screen and (max-width: 767.98px) { 
  .logo { max-width: 105px; }
  .banner-inner h3 { font-size: 18px; line-height: 28px; margin: 0 0 15px; }
  .banner-inner h1 { font-size: 24px; line-height: 34px; }
  .social-block { width: 63px; height: 200px; margin-top: -100px; gap: 14px; background-size: contain !important; }
  .banner-inner { margin-top: 25%; }
  .hero-banner .pagingInfo { bottom: 10px; left: 10px; }
  
  .hero-banner .slick-arrow { bottom: 50px; right: 10px; width: 60px; height: 60px; font-size: 14px; margin: 0 !important; padding: 0; left: auto; }
  .hero-banner .slick-prev.slick-arrow { font-size: 0; width: auto; border: 0; left: 30px; }
  .hero-banner .slick-prev.slick-arrow::after{font-size: 14px; top: 1px;}

  .mission{background-attachment: unset; background-position: left center;}
  .mission-heading h4 { font-size: 20px; letter-spacing: 0; margin: 0; }
  .mission-heading h2 { margin: 0 0 35px; font-size: 50px; letter-spacing: 0; }

  .mission-info-wrapper .mission-info-inner { border: 1px solid #ffffff !important; }
  .mission-right-wrapper{padding: 20px;}

  .strength-img-left { margin: 0 auto; max-width: 480px; }
  .strength-heading h2 { font-size: 28px; line-height: 36px; margin: 15px 0 20px; padding: 0; }
  .strength-right { margin: 0; }
  .strength-right ul { margin: 0 0 15px; }
  .partnership h4 { font-size: 22px; margin-bottom: 10px; letter-spacing: 1px; }
  .partnership h2 { font-size: 36px; margin-bottom: 10px; letter-spacing: 2px; }
  .partnership p { font-size: 17px; line-height: 27px; }
  .partnership-list-image { gap: 20px; }
  .partnership-list-image img { height: 35px; }
  .partnership-top-right img { margin: 20px auto; max-width: 100%; }
  .partnership-list-image span { font-size: 45px;}
  .partnership-list { padding: 20px; margin: 0; }
  .approach h2 { font-size: 32px; margin-bottom: 35px; }
  .approach h4 { font-size: 16px; letter-spacing: 2px; line-height: 23px; margin-bottom: 15px; }

  .discover-inner.position-relative { display: flex; flex-direction: column; }
  .discover-right { right: auto; top: auto; max-width: 100%; width: 100%; position: relative; order: -1; }
  .discover h2 { font-size: 22px; line-height: 32px; }
  .discover-heading p { font-size: 20px; line-height: 25px; margin: 14px 0; }
  .discover-left{width: 100%;}
  .discover-left-box { right: 0; }
  .our-discover .discover-content-text h2 { font-size: 25px; line-height: 35px; }
  .awards-heading img { height: 40px; }
  .awards-list { height: 510px; }
  .clients .clients-left { padding: 20px; }
  .clients-inner-heading { width: unset; margin: 0 0 15px; }
  .clients-inner-heading h2 { font-size: 59px; letter-spacing: 4px; line-height: 76px; }

  .enquire-inner { padding: 20px; }
  .enquire h2 { font-size: 36px; letter-spacing: 2px; padding-bottom: 20px; }
  .enquire h4 { font-size: 15px; letter-spacing: 0; padding-bottom: 0; font-weight: 400; }
  .footer h3 { font-size: 18px; letter-spacing: 1px; line-height: 28px; padding-bottom: 5px; margin-bottom: 15px; }
  .footer ul li{margin: 5px 15px; display: inline-block;}
  .footer ul li a { font-size: 14px; letter-spacing: 0; font-weight: 400; }
  .clients { overflow-x: hidden; }
  .approach-box-inner ul li::before{top: 8px;}  
  html, body{overflow-x: hidden;}
  .discover-content-img { margin: 0 0 15px; }

  .approach-inner .row > div { width: 100%; }
  .quick-links ul li { width: auto; }
  .quick-links ul { align-items: center; justify-content: center; }

  .banner-content-inner { max-width: 85%; padding: 0; background: none; }
  .banner-inner h1 { font-size: 17px; line-height: 29px; }





}