@charset "utf-8";
/* CSS Document */

/* CSS Document © 2025 ENVINTO */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Regular.eot');
  src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
      url('../fonts/SourceSansPro-Regular.woff') format('woff'),
      url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
      url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

::-moz-selection{ background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family:'Source Sans Pro';}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#000000; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; overflow-y: scroll; scroll-behavior: smooth;}
:root { --primary: #000000; --secondary:#42464B; --global: #F4F4F4;}
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: 'Source Sans Pro';}
p, p span { font-family:'Source Sans Pro';}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--secondary-color);
}
::-moz-placeholder { 
  color:var(--secondary-color);
}
:-ms-input-placeholder {
  color:var(--secondary-color);
}
:-moz-placeholder {
  color:var(--secondary-color);
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}

.container{width: 94%; max-width: 1420px; margin: 0 auto;}

.common-anchor {position: absolute; width: 100%; height: 100%; left: 0; top: 0;}


/* --------banner-wrapp---------- */
.banner-wrapp{position: relative;}
.video-slider-container {position: relative;width: 100%; height: 100vh; overflow: hidden; background: #000;}
.video-slider {position: relative; height: 100%;}
.video-slide { position: absolute; width: 100%;height: 100%; opacity: 0; pointer-events: none; transition: opacity 0.4s ease;}
.video-slide.active { opacity: 1; pointer-events: auto; z-index: 2;}
.video-slide video { width: 100%; height: 100%; object-fit: cover;}
.video-nav-list { position: absolute; bottom: 35px; left: 30px; display: flex; gap: 10px;  list-style: none;  padding: 0; z-index: 10;}
.video-nav-item { position: relative; width: 45px;  height: 24px; text-align: center; line-height: 18px; font-size: 12px; font-weight: bold; color: #000; cursor: pointer; user-select: none; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.video-nav-item .video-progress-bar { position: absolute; bottom: -12px;  left: 0; width: 100%;  height: 3px;  background: rgba(255, 255, 255, 0.3); overflow: hidden; border-radius: 2px;}
.video-nav-item .progress-fill { height: 100%; background: #fff; width: 0%;  transition: width 0.2s linear;}
.banner-wrapp .banner-row1 { width: 94%; position: absolute;  top: 0;  left: 0;  right: 0;  margin: 0 auto;  padding: 15px 0;  text-align: right; z-index: 9;}
.banner-wrapp .banner-row1 .banner-col1 { width: fit-content; margin: 0 0 0 auto;}
.banner-wrapp .banner-row1 .banner-col1 h3 { width: fit-content; font-size: 16px;  color: var(--secondary);  display: inline-block;}
.banner-wrapp .banner-row1 .banner-col1 h3 span { background: var(--global); padding: 0 10px 3px;  display: inline-block;}
.banner-wrapp .banner-row1 .banner-col1 .icon { display: inline-block;  width: 12px;  margin-left: 15px; position: relative;}
.banner-wrapp .banner-row1 .banner-col1 .icon img { width: 100%;  transition: all .25s ease-in-out;}
.banner-wrapp .banner-row1 .banner-col1 .icon  .hover-icon { position: absolute;  width: 100%;  height: 100%; top: 0;  left: 0;  opacity: 0;  transition: all .25s ease-in-out;}
.banner-wrapp .banner-row1 .banner-col1 a { display: flex; align-items: center;}
.banner-wrapp .banner-row1 .banner-col1 a:hover .icon .hover-icon { opacity: 1;}
.banner-wrapp .banner-row1 .banner-col1 a:hover .icon > img { opacity: 0;}
.banner-wrapp .banner-row2 {width: 94%; position: absolute; top: 50%; transform: translateY(-50%);  left: 0; right: 0; margin: 0 auto;  z-index: 9;}
.banner-wrapp .banner-row2 .banner-col2 { width: fit-content; display: flex; flex-wrap: wrap; align-items: center; position: absolute;  left: -95px; top: 0; transform: rotate(270deg);}
.banner-wrapp .banner-row2 .banner-col2 h3 { font-size: 20px; text-transform: uppercase; color: var(--secondary); font-weight: 700; letter-spacing: 1px;}
.banner-wrapp .banner-row2 .banner-col2 ul { width: auto; display: flex;flex-wrap: wrap;}
.banner-wrapp .banner-row2 .banner-col2 ul li { display: inline-block; margin: 0 0 0 14px;}
.banner-wrapp .banner-row2 .banner-col2 ul li a { display: inline-block;}
.banner-wrapp .banner-row2 .banner-col2 ul li .icon { width: 25px; height: 25px;  display: inline-block; position: relative;}
.banner-wrapp .banner-row2 .banner-col2 ul li .icon img { width: 100%; height: 100%; object-fit: contain; transition: all .25s ease-in-out; display: block;}
.banner-wrapp .banner-row2 .banner-col2 ul li .icon  .hover-icon { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.banner-wrapp .banner-row2 .banner-col2 ul li .icon:hover .hover-icon { opacity: 1;}
.banner-wrapp .banner-row2 .banner-col2 ul li .icon:hover > img { opacity: 0;}

.banner-wrapp .banner-row1 .banner-col1 h3  .coloured { background: none; padding: 0 3px;}
.banner-wrapp .banner-row1 .banner-col1 h3 .coloured span { margin: 0 3px; background: #BF4109; color: #fff; padding: 0 5px 3px;}
.banner-wrapp .banner-row1 .banner-col1 h3 .coloured span:nth-child(2) {background: #D56E00;}
.banner-wrapp .banner-row1 .banner-col1 h3 .coloured span:nth-child(3) { background: #EAAC04;}
.banner-wrapp .banner-row1 .banner-col1 h3 .coloured span:nth-child(4) {background: #7FBAD5;}


/* ----------header-wrapp-------- */
.header-wrapp { width: 100%; padding: 15px 0; background: var(--global); position: relative; top: 0; z-index: 10; transition: transform 0.3s ease; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.header-wrapp .header-row { width: 100%;  display: flex;  flex-wrap: wrap;  justify-content: space-between;  align-items: center;}
.header-wrapp .logo {width: 290px;}
.header-wrapp  .header-right {width: auto;}
.header-wrapp  .menu-btn { width: auto;}
.header-wrapp .menu-btn a.menu-toggle { background: none; border: none; color: var(--secondary); font-size: 16px; font-weight: 500; display: flex; flex-wrap: wrap;  align-items: center; cursor: pointer;  margin: 0 0 12px auto; width: fit-content;}
.header-wrapp .menu-btn a.menu-toggle .icon { width: 30px;  margin: 0 0 0 10px;  display: flex;}
.header-wrapp .menu-btn a.menu-toggle .icon span { display: inline-block; width: 10px;  height: 15px; animation: animate 2s infinite;background: url(../images/arrow1.svg) no-repeat center / 100%;}
.header-wrapp .menu-btn a.menu-toggle .icon span:nth-child(2) { animation-delay: -0.2s;}
.header-wrapp .menu-btn a.menu-toggle .icon span:nth-child(3) { animation-delay: -0.4s;}
.header-wrapp .lang-btn { width: auto;}
.header-wrapp .lang-btn .icon { width: 22px; margin: -2px 5px 0 0;}
.header-wrapp .lang-btn a { background: none; border: none; color: var(--secondary); font-size: 16px;  font-weight: 500;  display: flex; flex-wrap: wrap;  align-items: center; cursor: pointer;}

.header-wrapp.sticky {position: fixed;z-index: 9; animation: .7s slide-down;}


@keyframes slide-down {
  0% {
      transform: translateY(-100%)
  }

  100% {
      transform: translateY(0)
  }
}

@keyframes animate{
    0%{
        opacity: 0;
        transform: translate(-10px, 0);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(10px, 0);
    }
}


/* ----------inner-banner--------- */

.inner-banner { position: relative;}
.inner-banner .bg-slider {  width: 100%;}
.inner-banner .bg-slider .slick-track { display: flex; flex-wrap: wrap;}
.inner-banner .bg-slider .slick-track .slick-slide { height: inherit;}
.inner-banner .bg-slider .slick-track .slick-slide > div { width: 100%; height: 100%;}
.inner-banner  .bg-img { width: 100%; height: 100%; position: relative;}
.inner-banner .bg-img img { width: 100%; height: 100%; object-fit: cover;}
.inner-banner .bg-img:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0;  left: 0; background: rgb(0 0 0 / 40%);}
.inner-banner .inner-content { width: 100%;  position: absolute; top: 50%; left: 0; text-align: center; z-index: 1; transform: translateY(-50%);}
.inner-banner h1 { font-size: 51px; font-weight: 600; color: var(--global);}
.inner-banner .banner-video { width: 100%;}
.inner-banner .banner-video video { width: 100%; height: 100%; object-fit: cover;}



/* --------whoweare-wrapp--------- */
.whoweare-wrapp { background: var(--global); padding: 80px 0; text-align: center;}
.whoweare-wrapp h2 { font-size: 46px; font-weight: 600; color: #f92d18; text-transform: uppercase; position: relative; margin: 0 0 20px;}
.whoweare-wrapp h4 { font-size: 32px; font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.whoweare-wrapp h5 { font-size: 20px;font-weight: 600;  color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.whoweare-wrapp .whoweare-row { width: 100%; display: flex; flex-wrap: wrap;}
.whoweare-wrapp .whoweare-col1 {width: 31%; margin: 0 3.5% 0 0;}
.whoweare-wrapp .whoweare-col1:last-child { margin-right: 0;}
.whoweare-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); text-align: justify; margin: 0 0 20px;}



/* --------artboard-wrapp--------- */
.artboard-wrapp { position: relative;}
.artboard-wrapp .artboard-slider { width: 100%;}
.artboard-wrapp .artboard-slider .slick-track {display: flex;flex-wrap: wrap;}
.artboard-wrapp .artboard-slider .slick-track .slick-slide { height: inherit;}
.artboard-wrapp .artboard-slider .slick-track .slick-slide > div { width: 100%; height: 100%;}
.artboard-wrapp .artboard-col1 { width: 100%; height: 100%;}
.artboard-wrapp .artboard-col1 img { width: 100%; height: 100%; object-fit: cover;}



/* ---------content-wrapp-------- */
.content-wrapp { width: 100%; padding: 80px 0 0; background: var(--global);}
.content-wrapp .content-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.content-wrapp .content-col1 { width: 32%; background: #fafafa; padding: 20px 20px 0;}
.content-wrapp h5 { font-size: 20px; font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.content-wrapp h5 .flag { display: inline-block; width: 40px; margin: 0 10px -5px 0;}
.content-wrapp h5 .flag img { width: 100%;}
.content-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); text-align: justify; margin: 0 0 20px;}



/* -----------couter-wrapp-------- */
.couter-wrapp { background: var(--global);  padding: 80px 0 50px; text-align: center;}
.couter-wrapp .couter-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.couter-wrapp  .couter-col1 { width: 24%;  margin: 0 1.33% 30px 0;}
.couter-wrapp  h1 { font-size: 50px; color: var(--secondary); font-weight: 900; margin: 0 0 10px;}
.couter-wrapp  h3 { color: var(--secondary); font-size: 16px; line-height: 1.56;}
.couter-wrapp .couter-col1:nth-child(4n) {margin-right: 0;}



/* -----------ceo-wrapp--------- */
.ceo-wrapp {padding: 80px 0 0;}
.ceo-wrapp .ceo-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid #dedede; padding: 0 0 50px;}
.ceo-wrapp .ceo-col1 { width: 40%; padding: 0 0 50px;}
.ceo-wrapp h1 { font-size: 65px; color: var(--secondary); text-transform: uppercase; position: relative; padding: 50px 0 16px; margin: 0 0 20px;}
.ceo-wrapp h1 span { color: #f92d18;}
.ceo-wrapp h2 { font-size: 30px; text-transform: uppercase; color: #f92d18; font-weight: 600; margin: 0 0 10px;}
.ceo-wrapp h3 { font-size: 18px;}
.ceo-wrapp .ceo-col1 .quote-slider { width: 100%;}
.ceo-wrapp .ceo-col1 .ceo-quote {  width: 100%;}
.ceo-wrapp .ceo-col2 { width: 55%;}
.ceo-wrapp .ceo-col2 img { width: 100%;}


/* ---------stability-wrapp--------- */
.stability-wrapp {padding: 80px 0 60px;}
.stability-wrapp h2 { font-size: 32px; font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.stability-wrapp  .stability-row { width: 100%; display: flex; flex-wrap: wrap;}
.stability-wrapp  .stability-col1 { width: 23.5%; margin: 0 2% 20px 0; box-shadow: 0 1px 15px rgb(0 0 0 / 10%); padding: 20px; border-radius: 10px; overflow: hidden; position: relative; cursor: pointer;}
.stability-wrapp .stability-col1:nth-child(4n) { margin-right: 0;}
.stability-wrapp .stability-col1 .stability-icon { width: 55px; margin: 0 0 15px;}
.stability-wrapp .stability-col1 .stability-icon img { width: 100%;}
.stability-wrapp h3 { font-size: 18px; font-weight: 600; color: var(--secondary);}
.stability-wrapp .stability-col1:after {  content: ''; position: absolute; width: 100%; height: 100%; top: 60%; left: 0; -webkit-border-radius: 50%; border-radius: 50%;  filter: blur(100px); opacity: 0; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; background: linear-gradient(90deg, rgba(249, 45, 24, 1) 0%, rgba(229, 106, 33, 1) 100%);  z-index: -1;}
.stability-wrapp .stability-col1:hover:after { opacity: 1;}
.stability-wrapp .stability-conten { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 60px 0 0;}
.stability-wrapp .conten-row { width: 48%;}
.stability-wrapp .conten-row .stability-img { width: 100%; margin: 0 0 30px;}
.stability-wrapp .conten-row .stability-img img { width: 100%; height: 385px; object-fit: cover;}
.stability-wrapp .stability-conten h3 { font-size: 18px; margin: 0 0 12px;}
.stability-wrapp .stability-conten h4 { font-size: 16px; font-weight: 600; color: var(--secondary); margin: 0 0 10px;}
.stability-wrapp .stability-conten p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}




/* ----------clients-wrapp---------- */
.clients-wrapp { padding: 80px 0; background: var(--global);}
.clients-wrapp .clients-row { width: 100%; position: relative;}
.clients-wrapp .clients-row1 { width: 100%; padding: 30px; max-width: 800px; margin: 0 auto; position: relative; z-index: 1;}
.clients-wrapp .clients-row1 .clients-slider { width: 100%;}
.clients-wrapp .clients-row1 .clients-slider .slick-track { display: flex; flex-wrap: wrap;}
.clients-wrapp .clients-row1 .clients-slider .slick-track .slick-slide { height: inherit;}
.clients-wrapp .clients-row1 .clients-slider .slick-track .slick-slide > div { width: 100%; height: 100%;}
.clients-wrapp .clients-row1  .clients-col1 { width: 100%; position: relative; padding-right: 28%; height: 100%;}
.clients-wrapp .clients-row1 .clients-col1 .clients-col2 { width: 100%; height: 100%;}
.clients-wrapp .clients-row1 .clients-col1 .clients-col3 { position: absolute; right: 0; top: 50%;  transform: translateY(-50%); width: 200px; padding: 10px; border: 2px solid var(--secondary); background: var(--global);}
.clients-wrapp .clients-row1 .clients-col1 .clients-col3 img { width: 100%;}
.clients-wrapp .clients-row1:after { content: ""; position: absolute; width: 85%; height: 100%; top: 0; left: 0; border: 4px solid var(--secondary); z-index: -1;}
.clients-wrapp h2 { font-size: 32px;  color: var(--secondary); font-weight: 600; margin: 0 0 30px;}
.clients-wrapp h3 { font-size: 20px;  color: var(--secondary); margin: 0 0 10px; text-transform: uppercase;}
.clients-wrapp h4 { font-size: 18px;  color: var(--secondary); margin: 0 0 12px;}
.clients-wrapp p { font-size: 16px;  color: var(--secondary);  line-height: 1.56; margin: 0 0 20px;}
.clients-wrapp .clients-row1 .clients-slider .slick-next {top: inherit; transform: none; right: -105px; width: 45px; height: 44px; bottom: 0; background: url(../images/silver-arrow.svg) no-repeat center / 100%;}
.clients-wrapp .clients-row1 .clients-slider .slick-next:before{display: none;}

.clients-wrapp .clients-row2 { width: 100%; margin: 70px 0 0;}
.clients-wrapp .clients-row2 .slick-track { display: flex; flex-wrap: wrap;}
.clients-wrapp .clients-row2 .slick-track .slick-slide {height: inherit;}
.clients-wrapp .clients-row2 .slick-track .slick-slide > div {width: 90%; height: 100%; margin: 0 auto;}
.clients-wrapp .clients-row2 .clients-col4 { width: 100%; height: 100%;}
.clients-wrapp .clients-row2 .clients-col4 img {width: 100%; height: 100%; object-fit: contain; max-height: 90px;}


.clients-wrapp .testi-slider {width: 100%; margin: 80px 0 0;}
.clients-wrapp .testi-slider .slick-track {display: flex; flex-wrap: wrap;}
.clients-wrapp .testi-slider .slick-track .slick-slide {height: inherit;}
.clients-wrapp .testi-slider .slick-track .slick-slide > div {width: 90%; height: 100%; margin: 0 auto;}
.clients-wrapp .testi-slider .testi-col1 { width: 100%; background: #e0e0e0; padding: 30px 30px 81px; position: relative; border-radius: 20px;}
.clients-wrapp .testi-slider .testi-col1 .arrow { display: block; width: 35px; margin: 0 0 15px;}
.clients-wrapp .testi-slider .testi-col1 .author-detail { position: absolute; bottom: 30px; right: 0; background: #f92d18; padding: 6px 10px; width: 80%; text-align: right; border-radius: 20px 0 0 20px;}
.clients-wrapp .testi-slider .testi-col1 .author-detail h5 { color: #fff; font-size: 14px; margin: 0 0 3px;}
.clients-wrapp .testi-slider .testi-col1 .author-detail h6 { font-size: 14px; color: #fff;}


/* ----------news-wrapp----------- */
.news-wrapp { padding: 80px 0;}
.news-wrapp .news-row { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.news-wrapp  .news-col1 { width: 60%;}
.news-wrapp .news-col2 { width: 36%;}
.news-wrapp h2 { font-size: 32px; font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.news-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.news-wrapp .news-row1 { width: 100%; margin: 50px 0 0; padding: 0 50px;}
.news-wrapp .news-row1 .slick-track { display: flex; flex-wrap: wrap;}
.news-wrapp .news-row1 .slick-track .slick-slide { height: inherit;}
.news-wrapp .news-row1 .slick-track .slick-slide > div { width: 94%; margin: 0 auto;}
.news-wrapp .news-row1 .news-col3 { width: 100%; display: flex !important; flex-wrap: wrap; justify-content: space-between;}
.news-wrapp .news-row1 .news-col3 .news-col4 { width: 36%;}
.news-wrapp .news-row1 .news-col3 .news-col5 { width: 60%;}
.news-wrapp .news-row1 .news-col3 .news-col4 img { width: 100%; height: 100%; object-fit: cover;}
.news-wrapp .news-row1 .news-col3 .news-col5 p { font-size: 13px; line-height: 1.3; margin: 0 0 5px;}
.news-wrapp .news-row1 .slick-prev { width: 45px; height: 45px; background: url(../images/left-arrow.png) no-repeat center / 100%; opacity: .5; left: 0;}
.news-wrapp .news-row1 .slick-prev:before{display: none;}
.news-wrapp .news-row1 .slick-next {width: 45px; height: 45px; background: url(../images/right-arrow.png) no-repeat center / 100%; opacity: .5; right: 0;}
.news-wrapp .news-row1 .slick-next:before{display: none;}
.news-wrapp .main-news-slider { width: 100%;}
.news-wrapp .news-box { width: 100%;  display: flex !important; flex-wrap: wrap;  align-items: center;  justify-content: space-between;}


/* ---------team-wrapp------- */
.team-wrapp {padding: 80px 0; background: var(--primary);}
.team-wrapp .team-row {width: 100%;}
.team-wrapp .team-row img { width: 100%; max-height: 540px; object-fit: cover;}
.team-wrapp .team-slider { width: 100%; margin: 50px 0 0;}
.team-wrapp .team-slider .team-col1 { width: 100%;}
.team-wrapp .team-slider .team-col1 .team-img { width: 100%;  margin: 0 0 10px;}
.team-wrapp .team-slider .team-col1 .team-img img { width: 100%;}
.team-wrapp .team-slider .team-col1 h3 { font-size: 13px; line-height: 1.3; color: #fff; text-align: center;}
.team-wrapp .team-slider .slick-slide > div { width: 94%; margin: 0 auto;}



/* ---------footer-wrapp--------- */
.footer-wrapp {padding: 50px 0 20px; background: var(--global);}
.footer-wrapp .footer-head {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0 0 30px;}
.footer-wrapp  .logo { width: 250px;}
.footer-wrapp .logo img { width: 100%;}
.footer-wrapp .social-icons { width: auto;}
.footer-wrapp .social-icons ul { width: 100%;}
.footer-wrapp .social-icons ul li { display: inline-block; margin: 0 0 0 10px;}
.footer-wrapp .social-icons ul li .icon { display: block; width: 30px; height: 30px; position: relative; background: var(--secondary); padding: 6px; border: 1px solid var(--secondary);  border-radius: 50%;  transition: all .25s ease-in-out;}
.footer-wrapp .social-icons ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.footer-wrapp .social-icons ul li .icon > img { opacity: 0;}
.footer-wrapp .social-icons ul li .icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 6px; transition: all .25s ease-in-out;}
.footer-wrapp .social-icons ul li .icon:hover .hover-icon { opacity: 0;}
.footer-wrapp .social-icons ul li .icon:hover { background: none;}
.footer-wrapp .social-icons ul li .icon:hover > img { opacity: 1;}
.footer-wrapp .footer-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer-wrapp .footer-col1 { width: auto;}
.footer-wrapp  h3 { font-size: 22px; color: var(--secondary); margin: 0 0 16px; text-transform: uppercase;}
.footer-wrapp ul {width: 100%;}
.footer-wrapp ul li { font-size: 18px; line-height: 1.96;}
.footer-wrapp ul li a { color: var(--secondary);}
.footer-wrapp ul li a:hover { color: #f92d18;}
.footer-wrapp .footer-col1.newsletter { width: 32%;}
.footer-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.footer-wrapp .footer-col1.newsletter .text-fields {width: 100%; display: flex; flex-wrap: wrap;}
.footer-wrapp .footer-col1.newsletter input { width: 100%; height: 48px;  background: none; border: 1px solid var(--secondary); border-radius: 8px; padding: 10px 12px; color: var(--secondary);  flex: 1 0 0;}
.footer-wrapp .footer-col1.newsletter .submit { display: inline-block; padding: 14px 26px; background: var(--secondary); border: 1px solid var(--secondary); border-radius: 8px;  font-size: 16px; color: var(--global); margin: 0 0 0 10px; font-weight: 500; transition: all .25s ease-in-out; cursor: pointer;}
.footer-wrapp .footer-col1.newsletter .submit:hover { color: var(--secondary); background: none;}
.footer-wrapp .footer-row1 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 20px 0 0; padding: 20px 0 0;border-top: 1px solid var(--secondary);}
.footer-wrapp .footer-row1 p { margin: 0 0 0;}
.footer-wrapp .footer-row1 p a { color: #f92d18;}
.footer-wrapp .footer-row1 p a:hover { color: var(--secondary);}
.footer-wrapp .footer-col1.newsletter .tnp-subscription { margin: 0 0 0;}
.footer-wrapp .footer-col1.newsletter .tnp-subscription form { display: flex; flex-wrap: wrap;}
.footer-wrapp .footer-col1.newsletter .tnp-subscription form .tnp-field-email {width: 100%; flex: 1 0 0; margin: 0 0 0;}
.footer-wrapp .footer-col1.newsletter .tnp-subscription form .tnp-field-email label { display: none;}
.footer-wrapp .footer-col1.newsletter .tnp-subscription form .tnp-field-button { margin: 0 0 0 10px;}
.footer-wrapp .footer-col1.newsletter .tnp-subscription form .tnp-field-button .tnp-submit { display: inline-block; padding: 13px 16px 15px; background: var(--secondary); border: 1px solid var(--secondary); border-radius: 8px; font-size: 16px; color: var(--global); margin: 0 0 0;  font-weight: 500; transition: all .25s ease-in-out; cursor: pointer;}
.footer-wrapp .footer-col1.newsletter .tnp-subscription form .tnp-field-button .tnp-submit:hover { color: var(--secondary); background: none;}




/* ------------project-wrapp--------- */
.project-wrapp { width: 100%; padding: 70px 0 40px;}
.project-wrapp .project-head { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;  margin: 0 0 70px;  align-items: center;}
.project-wrapp h2 {font-size: 32px; font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative;}
.project-wrapp .project-head .project-filter { width: 190px;}
.project-wrapp .project-head .project-filter select { width: 100%;  height: 52px;  border: 1px solid #f92d18;  padding: 14px 25px 14px 14px; color: #f92d18; font-family: 'Source Sans Pro'; outline: none; cursor: pointer; background: transparent url(../images/down-arrow.png) no-repeat center / 22px; background-position-x: 95%;}
.project-wrapp .project-row1 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0 0 60px;}
.project-wrapp .project-col1 { width: 62%;}
.project-wrapp .project-col1 img { width: 100%;}
.project-wrapp .project-col2 { width: 34%;}
.project-wrapp h3 { font-size: 28px; font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.project-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.project-wrapp  .project-row2 { width: 100%; display: flex; flex-wrap: wrap;}
.project-wrapp .project-row2 .project-col3 { width: 32%; margin: 0 2% 30px 0;  position: relative;  perspective: 1000; cursor: pointer;}
.project-wrapp .project-row2 .project-col3 .projects-cont { height: 100%; width: 100%; transform-style: preserve-3d;  transition: all 1s;}
.project-wrapp .project-row2 .project-col3 .projects-cont .projects-front { position: relative; height: 100%; width: 100%; backface-visibility: hidden;}
.project-wrapp .project-row2 .project-col3 .projects-cont .projects-front .projects-img { width: 100%; margin: 0 0 20px;}
.project-wrapp .project-row2 .project-col3 .projects-cont .projects-front .projects-img img { width: 100%;}
.project-wrapp .project-row2 .project-col3  .projects-back { position: absolute; width: 100%; background: var(--global); box-sizing: border-box; text-align: left; position: absolute; width: 99%; height: 99%; top: 50%;   left: 50%; transform: translate(-50%, -50%) rotateY(180deg); padding: 30px; display: flex; flex-direction: column; justify-content: center; background: var(--global); z-index: -1; opacity: 0; transition: all .5s ease-in-out; overflow-y: auto;}
.project-wrapp .project-row2 .project-col3:hover .projects-back { opacity: 1;}
.project-wrapp .project-row2 .project-col3:hover .projects-cont { transform: rotateY(-180deg); box-shadow: 0px 10px 10px #ffffff;}
.project-wrapp .project-row2 .project-col3:nth-child(3n) { margin-right: 0;}
.project-wrapp .project-slider { width: 100%;}
.project-wrapp .project-slider .slick-track { display: flex; flex-wrap: wrap;}
.project-wrapp .project-slider .slick-track .slick-slide { height: inherit;}
.project-wrapp .project-slider .slick-track .slick-slide > div { width: 100%; height: 100%;}
.project-wrapp .project-slider .slick-track .slick-slide .project-img { width: 100%; height: 100%;}
.project-wrapp .project-slider .slick-track .slick-slide .project-img img { width: 100%; height: 100%; object-fit: cover;}


/* ---------Strength-banner-------- */
.Strength-banner {padding: 80px 0; position: relative;}
.Strength-banner .bg-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.Strength-banner .bg-img img { width: 100%; height: 100%; object-fit: cover;}
.Strength-banner .banner-from { position: relative; width: 100%;}
.Strength-banner .banner-from .form-wrapp { width: 40%; background: #fff; border-radius: 20px; margin: 0 0 0 auto;}
.Strength-banner .banner-from .form-wrapp .form { width: 100%; padding: 40px 30px 30px;}
.Strength-banner .banner-from .form-wrapp .form .text-fields { width: 100%;}
.Strength-banner .banner-from .form-wrapp input { width: 100%; height: 52px; border: 2px solid #c2c2c2; margin: 0 0 20px; padding: 10px 15px; border-radius: 10px; font-family: 'Source Sans Pro';}
.Strength-banner .banner-from .form-wrapp .form-btn { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 10px; background: #47B85D; border: 1px solid #47B85D;  font-size: 16px;  color: #fff; border-radius: 10px; transition: all .25s ease-in-out; cursor: pointer; font-family: 'Source Sans Pro';}
.Strength-banner .banner-from .form-wrapp .form-btn .icon { width: 31px; margin: 0 10px 0 0;}
.Strength-banner .banner-from .form-wrapp .form-btn .icon img { width: 100%;}
.Strength-banner .banner-from .form-wrapp .form-btn:hover { background: none; color: #47B85D;}
.Strength-banner .banner-from .form-wrapp .logo-icons { width: 100%; background: var(--primary); border-radius: 0 0 19px 19px; display: flex; flex-wrap: wrap; align-items: center; padding: 10px;}
.Strength-banner .banner-from .form-wrapp .logo-icons .logo-icon { width: 25%;  padding: 0 10px;}
.Strength-banner .banner-from .form-wrapp .logo-icons .logo-icon img { width: 100%;}



/* -----------strength-wrapp--------- */
.strength-wrapp { padding: 135px 0; position: relative; background: var(--global); z-index: 1;}
.strength-wrapp .strength-row { width: 96%;display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.strength-wrapp .strength-col1 { width: 70%; display: flex; flex-wrap: wrap; background: #ffffff; padding: 10px 10px 0;}
.strength-wrapp  .strength-col2 { width: 25%;}
.strength-wrapp .strength-col3 { width: 32.5%; margin: 0 1.2% 10px 0; position: relative;}
.strength-wrapp .strength-col3:nth-child(3n) { margin-right: 0;}
.strength-wrapp .strength-col3 img { width: 100%; height: 100%; object-fit: cover;}
.strength-wrapp .strength-col3 .strength-name { width: 100%; position: absolute; bottom: 0; left: 0; background: rgba(64, 64, 64, 0.412); padding: 10px;}
.strength-wrapp .strength-col3 .strength-name h3 { font-size: 20px; font-weight: 500; color: #ffffff;}
.strength-wrapp .strength-col2 .arrow { width: 55px; display: block; margin: 0 0 12px;}
.strength-wrapp .strength-col2 .arrow img { width: 100%;}
.strength-wrapp p {font-size: 16px; line-height: 1.56; color: #ffffff; margin: 0 0 20px;}
.strength-wrapp:after {content: ""; position: absolute; width: 95%; height: 88%; background: var(--primary); top: 50%;  left: 0; transform: translateY(-50%); z-index: -1; border-radius: 0 40px 40px 0;}




/* ----------strength-wrapp2------- */
.strength-wrapp2 { width: 100%; padding: 70px 0; background: var(--global);}
.strength-wrapp2 .strength-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.strength-wrapp2 .strength-col1 { width: 35%;}
.strength-wrapp2 .strength-col2 { width: 60%;}
.strength-wrapp2 h3.highlight { font-size: 16px; padding: 10px 20px;  background: #f92d18; display: inline-block; margin: 0 0 20px; border-radius: 80px; color: #fff;}
.strength-wrapp2 h2 { font-size: 28px; font-weight: 600; font-size: 28px;font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.strength-wrapp2 p {font-size: 16px; line-height: 1.56;color: var(--secondary);margin: 0 0 20px; animation-iteration-count: infinite; font-style: italic;}
.strength-wrapp2 h4 {font-size: 16px; font-style: italic; color: var(--secondary);}
.strength-wrapp2  video {width: 100%;}
.strength-wrapp2 .strength-col2 .project-vdo { width: 100%;}
.strength-wrapp2 .strength-col2 .project-vdo .videoWrapper {width: 100%; position: relative; padding-bottom: 62.3%;}
.strength-wrapp2 .strength-col2 .project-vdo .videoWrapper iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0;}


/* ---------com-wrapp------- */
.com-wrapp {width: 100%; padding: 70px 0;}
.com-wrapp h2 { font-size: 32px; font-weight: 600; text-transform: uppercase; color: var(--secondary); margin: 0 0 50px; text-align: center;}
.com-wrapp .com-row { width: 100%; display: flex; flex-wrap: wrap;}
.com-wrapp .com-col1 { width: 48%; margin: 0 4% 30px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.com-wrapp .com-col1:nth-child(2n) { margin-right: 0;}
.com-wrapp .com-col1 .com-col2 { width: 48%;}
.com-wrapp .com-col1 .com-col3 { width: 48%;}
.com-wrapp .com-col1 .com-col2 img { width: 100%;}
.com-wrapp h3 { font-size: 22px; font-weight: 600; text-transform: uppercase; margin: 0 0 5px; color: var(--secondary);}
.com-wrapp h4 { font-size: 14px; color: #fff; background: #f92d18; padding: 5px 15px; clip-path: polygon(100% 0%, 95% 100%, 0% 100%, 0% 0%); margin: 0 0 10px; text-transform: uppercase;}
.com-wrapp p { font-size: 14px; line-height: 1.56;color: var(--secondary);}



/* ---------feature-wrapp--------- */
.feature-wrapp {width: 100%; padding: 0 0 0;}
.feature-wrapp .feature-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0 0 0; padding: 70px 0; background: var(--global);}
.feature-wrapp .feature-col1 {width: 45%;}
.feature-wrapp .feature-col2 { width: 48%;}
.feature-wrapp .feature-col1 video { width: 100%;}
.feature-wrapp .feature-col1  img { width: 100%;}
.feature-wrapp h2 { font-size: 32px; font-weight: 600; text-transform: uppercase; color: var(--secondary); margin: 0 0 20px;}
.feature-wrapp p {font-size: 16px; line-height: 1.56;  margin: 0 0 15px;}
.feature-wrapp .feature-row:nth-child(2n) { flex-direction: row-reverse; background: none;}
.feature-wrapp .feature-slider { width: 100%;}
.feature-wrapp .feature-slider .slick-track { display: flex; flex-wrap: wrap;}
.feature-wrapp .feature-slider .slick-track .slick-slide { height: inherit;}
.feature-wrapp .feature-slider .slick-track .slick-slide > div { width: 100%; height: 100%;}
.feature-wrapp .feature-slider .feature-img { width: 100%; height: 100%;}
.feature-wrapp .feature-slider .feature-img img { height: 100%; object-fit: cover;}
.feature-wrapp .feature-col1 .project-vdo {width: 100%;}
.feature-wrapp .feature-col1 .project-vdo .videoWrapper { width: 100%; padding-bottom: 62.3%; position: relative;}
.feature-wrapp .feature-col1 .project-vdo .videoWrapper iframe { position: absolute; width: 100%; height: 100%;}
.feature-wrapp .feature-row .feature-row-box { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.feature-wrapp .feature-row:nth-child(2n) .feature-row-box { flex-direction: row-reverse;}


/* ------loc-wrapp------ */
.loc-wrapp {padding: 80px 0 70px; width: 100%; background: var(--global); position: relative; z-index: 1;}
.loc-wrapp .loc-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0 0 70px;}
.loc-wrapp .loc-row:last-child{margin: 0 0 0;}
.loc-wrapp  .loc-col1 { width: 25%;}
.loc-wrapp  .loc-col2 { width: 65%;  display: flex; flex-wrap: wrap;}
.loc-wrapp h3.highlight {font-size: 16px; padding: 10px 20px; background: #f92d18; display: inline-block; margin: 0 0 20px; border-radius: 80px; color: #fff;}
.loc-wrapp h2 { font-size: 32px; font-weight: 600; text-transform: uppercase; color: var(--primary); margin: 0 0 20px;}
.loc-wrapp ul { width: 100%;}
.loc-wrapp ul li { display: block; font-size: 22px; color: var(--primary); margin: 0 0 20px;}
.loc-wrapp ul li .icon { width: 32px; display: inline-block; margin: 0 12px -10px 0;}
.loc-wrapp ul li .icon img { width: 100%; filter: invert(1);}
.loc-wrapp .loc-col2 .loc-col3 { width: 100%; margin: 0 0 0;}
.loc-wrapp .loc-col2 .loc-col3:nth-child(3n) {margin-right: 0;}



/* -------cta-wrapp--------- */
.cta-wrapp {width: 100%; position: relative; padding: 80px 0;}
.cta-wrapp .bg-img {position: absolute; width: 100%; height: 100%;top: 0; left: 0;}
.cta-wrapp .bg-img img { width: 100%; height: 100%; object-fit: cover;}
.cta-wrapp .bg-img:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 90%);}
.cta-wrapp .cta-row { position: relative; width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.cta-wrapp .cta-col1 { width: 60%;}
.cta-wrapp h2 {font-size: 50px; color: #fff; font-weight: 500; margin: 0 0 20px;}
.cta-wrapp h2 span { display: block;}
.cta-wrapp p { font-size: 16px; line-height: 1.56; color: #ffff;}
.cta-wrapp  .cta-col2 { width: 35%;}
.cta-wrapp  .cta-btn { width: fit-content; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 15px 28px 16px; background: #f92d18; border: 1px solid #f92d18;  font-size: 16px;  color: #fff;  border-radius: 6px; transition: all .25s ease-in-out; cursor: pointer; font-family: 'Source Sans Pro';}
.cta-wrapp .cta-btn:hover { background: none; color: #f92d18;}



/* ----------contact-wrapp--------- */
.contact-wrapp {padding: 80px 0;}
.contact-wrapp .contact-row {width: 100%; max-width: 900px; margin: 0 auto; background: #fff; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 10px; overflow: hidden;}
.contact-wrapp .contact-row .tabs { width: 100%; display: flex; flex-wrap: wrap; border-bottom: 1px solid #c2c2c2;}
.contact-wrapp .contact-row .tabs li { width: 33.33%;}
.contact-wrapp .contact-row .tabs li .tab-btn { width: 100%; display: flex; flex-direction: column; padding: 30px; align-items: center; position: relative; cursor: pointer; text-align: center;}
.contact-wrapp .contact-row .tabs li .tab-btn .icon { width: 25px; height: 25px; transition: all .25s ease-in-out; position: relative; margin: 0 0 10px;}
.contact-wrapp .contact-row .tabs li .tab-btn .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.contact-wrapp .contact-row .tabs li .tab-btn .icon .active-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.contact-wrapp .contact-row .tabs li .tab-btn.active .icon > img { opacity: 0;}
.contact-wrapp .contact-row .tabs li .tab-btn.active .icon .active-icon { opacity: 1;}
.contact-wrapp .contact-row .tabs li .tab-btn  h3 { font-size: 18px; margin: 0 0 10px;}
.contact-wrapp .contact-row .tabs li .tab-btn.active { color: #f92d18; background: #f92d181a;}
.contact-wrapp .contact-row .tabs li .tab-btn p { font-size: 14px; color: var(--secondary);}
.contact-wrapp .contact-row .tabs li .tab-btn:after {content: ""; position: absolute; width: 100%; height: 3px; background: #f92d18; left: 0; bottom: -1px; transition: all 0.25s ease-out 0s; opacity: 0;}
.contact-wrapp .contact-row .tabs li .tab-btn.active:after { opacity: 1;}
.contact-wrapp .contact-row .tab-content { padding: 30px;}
.contact-wrapp h2 {font-size: 32px; font-weight: 600; text-transform: uppercase; color: var(--primary); margin: 0 0 10px;}
.contact-wrapp p {font-size: 16px; line-height: 1.56; margin: 0 0 15px;}
.contact-wrapp .contact-row .tab-content .text-fields {width: 100%; display: flex;flex-wrap: wrap; justify-content: space-between; margin: 0 0 10px;}
.contact-wrapp .contact-row .tab-content .text-fields .text-field {width: 48%; position: relative; margin: 0 0 10px;}
.contact-wrapp .contact-row .tab-content input { width: 100%; height: 52px; border: 2px solid #c2c2c2; margin: 0 0 10px; padding: 10px 15px; border-radius: 10px; font-family: 'Source Sans Pro';}
.contact-wrapp .contact-row .tab-content textarea { width: 100%; height: 120px; border: 2px solid #c2c2c2; margin: 0 0 10px; padding: 10px 15px; border-radius: 10px; font-family: 'Source Sans Pro'; resize: none;}
.contact-wrapp .contact-row .tab-content .text-fields .text-field:last-child { width: 100%;}
.contact-wrapp .contact-row .tab-content .form-btn { width: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 12px 26px 12px 64px; background: #47B85D url(../images/whatsapp.png) no-repeat center; background-position-x: 32px; background-size: 31px; border: 1px solid #47B85D; font-size: 16px; color: #fff; border-radius: 10px; transition: all .25s ease-in-out; cursor: pointer; font-family: 'Source Sans Pro'; margin: 0 0 0;}
.contact-wrapp .contact-row .tab-content .form-btn .icon { width: 31px; margin: 0 10px 0 0;}
.contact-wrapp .contact-row .tab-content .form-btn:hover { background-color: transparent; color: #47B85D;}
.contact-wrapp .contact-row .tab-content input[type="file"] { width: 100%; height: calc(100% - 10px); position: absolute; opacity: 0; top: 0; left: 0;}
.contact-wrapp .contact-row .tab-content .text-fields .text-field .file-upload { width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; border: 2px dashed #c2c2c2;  padding: 20px; border-radius: 6px; margin: 0 0 10px; text-align: center;}
.contact-wrapp .contact-row .tab-content .text-fields .text-field .file-upload .icon { width: 30px; margin: 0 auto 12px; display: block;}
.contact-wrapp .contact-row .tab-content .text-fields .text-field .file-upload .title { font-size: 14px;  font-weight: 600; color: var(--primary); margin: 0 0 6px; display: block;}
.contact-wrapp .contact-row .tab-content .text-fields .text-field .file-upload .note { font-size: 14px; color: var(--secondary); display: block;}
.contact-wrapp .contact-row .tab-content .submit-btn {font-size: 16px; padding: 12px 32px; background: #f92d18; display: inline-block; border-radius: 6px;  color: #fff; border: 1px solid #f92d18; font-family: 'Source Sans Pro'; transition: all .25s ease-in-out; cursor: pointer; width: fit-content;}
.contact-wrapp .contact-row .tab-content .submit-btn:hover { color: #f92d18; background: none;}
.contact-wrapp .contact-row .tab-content select { width: 100%; height: 52px; border: 2px solid #c2c2c2; margin: 0 0 10px; padding: 10px 15px; border-radius: 10px; font-family: 'Source Sans Pro'; outline: none; cursor: pointer; font-size: 16px;}
.contact-wrapp .contact-row .tab-content .tab-pane {width: 100%; display: none;}
.contact-wrapp .contact-row .tab-content .text-fields .text-field p {margin: 0 0 0;}
.contact-wrapp .contact-row .tab-content .wpcf7 p { margin: 0 0 0;}
.contact-wrapp .contact-row .tab-content .text-fields .text-field .file-upload br { display: none;}
.contact-wrapp .contact-row .tab-content .text-fields .text-field .wpcf7-form-control-wrap { position: static;}



body.menu-open {
        overflow: hidden;
    }

    .header-menu {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #424447;
        z-index: 9999;
        transition: right 0.3s ease-in-out;
        padding: 50px;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
    }

    .header-menu.active {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .header-menu .close-btn {
        display: block;
        text-align: left;
        font-size: 20px;
        margin-bottom: 50px;
        color: #fff;
        cursor: pointer;
    }

    .header-menu .close-btn img {
    display: inline-block;
    width: 22px;
    margin: 0 4px -8px 0;
}

    /* Main menu list left side */
    .header-menu>ul {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .header-menu>ul>li>a {
        color: #ffffff80;
        font-size: 32px;
        font-weight: 600;
        padding: 10px 0;
        text-decoration: none;
        display: block;
        position: relative;
        padding-left: 5rem;
        z-index: 9;
        opacity: 0;
        transform: translateY(30px);
        transition: opacity .5s ease, transform .5s ease, color .3s ease;
    }

    .header-menu.active>ul>li>a{
        opacity: 1;
        transform: translateY(0);
    }

    .header-menu>ul>li:hover>a {
        color: #fff;
    }

    /* Submenu wrapper right side */
    .header-menu>ul>li {
    display: block;
    margin: 0 0 50px;
    width: fit-content;
    }

    .header-menu>ul>li .sub-menu {
        display: none;
    }

    .header-menu>ul>li.active  .sub-menu {
        display: flex;
    }

    /* Column headings (AL AMEEN GROUP, STRENGTH) */
    .header-menu .sub-menu>li>a {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 10px;
    }

    /* If AL AMEEN GROUP should be clickable */
    .header-menu .sub-menu>li.al-ameen-group>a {
        pointer-events: auto;
        text-transform: uppercase;
    }

    /* Submenu items under columns */
    .header-menu .sub-menu li ul {
        margin-top: 10px;
    }

    .header-menu .sub-menu li ul li a {
        font-weight: 300;
        font-size: 18px;
        color: #bfbfbf;
        text-transform: none;
        pointer-events: auto;
    }

    .header-menu .sub-menu li ul li a:hover {
        color: #fff;
    }


  .header-menu>ul>li>a:before {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0;height: 2px;background-color: var(--global);transition: width .3s ease;}

.header-menu>ul>li.active>a:before {
    width: 3rem;
}

.header-menu>ul>li.active>a {
    color: var(--global);
}

.header-menu>ul>li > .sub-menu {
    position: absolute;
    padding-left: 400px;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding-top: 15px;
}

.header-menu>ul>li.active > .sub-menu > li {
    width: 48%;
}

.header-menu>ul>li.active > .sub-menu > li > a {
    display: block;
}

.header-menu>ul>li.active > .sub-menu .sub-menu {
    display: block;
}

.header-menu .sub-menu li ul li {
    display: block;
    margin: 0 0 11px;
}

.header-menu ul li.no-click > a {
    pointer-events: none !important;
}


.header-menu>ul>li:first-child>a{ transition-delay: .05s;}
.header-menu.active>ul>li:first-child>a{transition-delay: .3s;}
.header-menu>ul>li:nth-child(2)>a{ transition-delay: .1s;}
.header-menu.active>ul>li:nth-child(2)>a{transition-delay: .5s;}
.header-menu>ul>li::nth-child(3)>a{ transition-delay: .15s;}
.header-menu.active>ul>li:nth-child(3)>a{transition-delay: .7s;}
.header-menu>ul>li:nth-child(4)>a{ transition-delay: .2s;}
.header-menu.active>ul>li:nth-child(4)>a{transition-delay: .9s;}
.header-menu>ul>li:nth-child(5)>a{ transition-delay: .25s;}
.header-menu.active>ul>li:nth-child(5)>a{transition-delay: 1.3s;}

.header-menu>ul>li > .sub-menu > li {opacity: 0; transform: translateY(100px); transition: opacity .15s ease-out, transform .15s ease-out;}
.header-menu>ul>li.active > .sub-menu > li { opacity: 1; transform: translateY(0);}
.header-menu>ul>li > .sub-menu > li:first-child {transition-delay: .01s;}
.header-menu>ul>li > .sub-menu > li:nth-child(2) {transition-delay: .02s;}
.header-menu>ul>li > .sub-menu > li:nth-child(3) {transition-delay: .03s;}
.header-menu>ul>li > .sub-menu > li:nth-child(4) {transition-delay: .04s;}
.header-menu>ul>li > .sub-menu > li:nth-child(5) {transition-delay: .05s;}

.header-menu .sub-menu li ul li { opacity: 0; transform: translateY(30px); transition: opacity .3s ease, transform .3s ease;}
.header-menu  .active .sub-menu li ul li { opacity: 1; transform: translateY(0);}
.header-menu .sub-menu li ul li:first-child{transition-delay: .1s;}
.header-menu .sub-menu li ul li:nth-child(2){transition-delay: .2s;}
.header-menu .sub-menu li ul li:nth-child(3){transition-delay: .3s;}
.header-menu .sub-menu li ul li:nth-child(4){transition-delay: .4s;}
.header-menu .sub-menu li ul li:nth-child(5){transition-delay: .5s;}
.header-menu .sub-menu li ul li:nth-child(6){transition-delay: .6s;}
.header-menu .sub-menu li ul li:nth-child(7){transition-delay: .7s;}
.header-menu .sub-menu li ul li:nth-child(8){transition-delay: .8s;}
.header-menu .sub-menu li ul li:nth-child(9){transition-delay: .9s;}


.header-wrapp .lang-btn .gt_switcher.notranslate {position: relative; width: 127px; overflow: visible;}
.header-wrapp .lang-btn .gt_switcher.notranslate .gt_option { position: absolute; top: 100%; right: 0; z-index: 9999; width: 100%; padding: 3px; box-sizing: border-box;}
.header-wrapp .lang-btn .gt_switcher.notranslate .gt_selected a { width: 100%; min-width: inherit; box-sizing: border-box; background: none; border: none; box-shadow: none;}
.header-wrapp .lang-btn .gt_switcher.notranslate .gt_selected { background: none;}


.header-menu .menu-logos { width: 100%; margin: 50px 0 0;}
.header-menu .menu-logos .logo-slider1 { width: 100%;}
.header-menu .menu-logos .logo-slider1 .slick-track { display: flex; flex-wrap: wrap;}
.header-menu .menu-logos .logo-slider1 .slick-track .slick-slide { height: inherit;}
.header-menu .menu-logos .logo-slider1 .slick-track .slick-slide > div { width: 90%; height: 100%;}
.header-menu .menu-logos  .menu-logo { width: 100%; height: 100%;}
.header-menu .menu-logos .menu-logo img { width: 100%; height: 100%; object-fit: contain; max-height: 62px;}


.video-audio-toggle {position: fixed;bottom: 20px;right: 20px;z-index: 9999;cursor: pointer;width: 40px;height: 40px;padding: 10px;background: rgb(0 0 0 / 40%);border-radius: 50%;}
.video-audio-toggle img {width: 100%;height: auto;}

.map-wrapp {
    padding: 90px 0 0;
}

.map-wrapp .branches-container { display: flex; flex-wrap: wrap;justify-content: space-between;align-items: center; max-width: 800px; margin: 0 auto 20px;}

.map-wrapp .branches-list {width: 20%;}
.map-wrapp .map-container { width: 45%;}
.map-wrapp .branches-address { width: 30%; background: var(--global); padding: 20px 20px 10px;}
.map-wrapp .branches-list ul { width: 100%;}
.map-wrapp .branches-list ul li { font-size: 18px; margin: 0 0 20px; font-weight: 400; background: none; transition: all .25s ease-in-out; cursor: pointer;}
.map-wrapp .branches-list ul li.active { color: #f92d18; font-size: 24px;}
.map-wrapp .branches-address h4 { font-size: 20px; font-weight: 600; margin: 0 0 10px;}
.map-wrapp .branches-address p { font-size: 16px;line-height: 1.56; margin: 0 0 10px;}
.map-wrapp .map-container .marker .dot{transition: all .25s ease-in-out;}
.map-wrapp .map-container .marker.active .dot {background: url(../images/location.png) no-repeat center / 100%; width: 30px; height: 30px;}

 .marker {
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .marker .dot {
        width: 10px;
        height: 10px;
        background: red;
        border-radius: 50%;
    }

    .marker .location-name {
        display: block;
        margin-top: 5px;
        font-size: 12px;
        color: #000;
    }

.mobile-branch-dropdown {
    display: none;
    width: 100%;
    padding: 8px;
    font-size: 16px;
}

.map-wrapp .branch-list { width: 30%;}
.map-wrapp .branch-list ul { width: 100%;}
.map-wrapp .branch-list ul li { font-size: 18px; padding: 12px 15px; background: var(--global); font-weight: 500; position: relative; transition: all .25s ease-in-out; border-bottom: 1px solid #dadada; cursor: pointer;}
.map-wrapp .branch-list ul li.active { color: #f92d18;}
.map-wrapp .branch-list ul li:after { content: ""; position: absolute; width: 100%; height: 2px; background: #f92d18; left: 0; bottom: 0; opacity: 0; transition: all .25s ease-in-out;}
.map-wrapp .branch-list ul li.active:after { opacity: 1;}
.map-wrapp  .branch-details { width: 54%;}
.map-wrapp .branch-details p { font-size: 16px; font-weight: 500; line-height: 1.56;  margin: 0 0 10px; color: var(--primary);}
.map-wrapp .branch-details p a { color: var(--primary);}
.map-wrapp .branch-details p a:hover { color: #f92d18;}
.map-wrapp .map_wrapper { max-width: 800px; margin: 0 auto;}
.map-wrapp .branch-details .address-col { width: 100%; background: var(--global); padding: 30px 30px 20px;}
.map-wrapp .branches-container.multiple-addresses { width: 100%; max-width: 100%;}
.map-wrapp .branches-container.multiple-addresses .branch-details-content { width: 100%; display: flex; flex-wrap: wrap;}
.map-wrapp .branches-container.multiple-addresses .branch-details-content .address-col { width: 32%; margin: 0 2% 0 0;}
.map-wrapp .branches-container.multiple-addresses .branch-details-content .address-col:nth-child(3n) { margin-right: 0;}
.map-wrapp .branches-container.multiple-addresses .branch-details { width: 68%;}


.stability-popup { position: fixed;  top: 0;  left: 0;   width: 100%;  height: 100%; background: rgba(0, 0, 0, 0.6);   display: flex; align-items: center; justify-content: center; z-index: 9999; }
.stability-popup-content { background: #fff; padding: 30px; max-width: 700px; width: 80%; border-radius: 8px; position: relative; border: 5px solid #f92d18;}
.stability-popup-close { position: absolute; top: 10px; right: 15px; cursor: pointer; font-size: 24px;}
.stability-popup-content p { font-size: 16px; line-height: 1.56; margin: 0 0 10px;}
.stability-popup-content .stability-popup-flex { width: 100%; display: flex; flex-wrap: wrap; align-items: anchor-center; justify-content: space-between;}
.stability-popup-content .stability-popup-flex img { width: 48%; border-radius: 7px;}
.stability-popup-content .stability-popup-text-content { width: 48%; max-height: 400px; overflow-y: auto;}
.stability-popup-content h3 { font-size: 18px; font-weight: 600; color: var(--secondary); margin: 0 0 13px;}



.fitout-popup {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; z-index: 9999;}
.fitout-popup .fitout-popup-content { background: #fff; padding: 30px; max-width: 700px; width: 80%; border-radius: 8px; position: relative; border: 5px solid #f92d18;}
.fitout-popup .fitout-popup-content .fitout-popup-close { position: absolute; top: 10px; right: 15px; cursor: pointer; font-size: 24px;}
.fitout-popup .fitout-popup-content .fitout-popup-flex { width: 100%; display: flex; flex-wrap: wrap; align-items: anchor-center; justify-content: space-between;}
.fitout-popup .fitout-popup-content .fitout-popup-flex img { width: 48%;  border-radius: 7px;}
.fitout-popup .fitout-popup-content  .fitout-popup-text-content { width: 48%; max-height: 400px; overflow-y: auto;}
.fitout-popup .fitout-popup-content h3 { font-size: 18px; font-weight: 600; color: var(--secondary); margin: 0 0 13px;}
.fitout-popup .fitout-popup-content p { font-size: 16px; line-height: 1.56; margin: 0 0 10px;}


.widget-icons {position: fixed; top: 50%; right: 0; transform: translateY(-50%); border-radius: 4px 0 0 4px; overflow: hidden; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; z-index: 9;}
.widget-icons ul li .icon {display: block; width: 40px; height: 40px; background: var(--primary); position: relative; padding: 10px; transition: all .25s ease-in-out;}
.widget-icons ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.widget-icons ul li .icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 10px; transition: all .25s ease-in-out; opacity: 0;}
.widget-icons ul li .icon:hover { background: #f92d18;}
.widget-icons ul li .icon:hover > img { opacity: 0;}
.widget-icons ul li .icon:hover .hover-icon { opacity: 1;}


.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc { display: none;}

.error-page-section { padding: 60px 0; text-align: center;}
.error-page-section h1 {font-size: 50px;font-weight: 600;margin: 0 0 10px;color: #f92d18;}
.error-page-section h2 { font-size: 28px; margin: 0 0 20px;}
.error-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.error-page-section .search-form { width: auto; max-width: 420px; margin: 0 auto; display: flex; flex-wrap: wrap;}
.error-page-section .search-form input {width: 175px;height: 50px;border-width: 1px;border-style: solid;border-color: var(--secondary);border-image: initial;border-radius: 8px;padding: 0px 20px;background: no-repeat;margin: 0 10px 0 0;flex: 1 0 0;}
.error-page-section .search-form .search-submit {display: inline-block;color: #fff;font-size: 16px;padding: 14px 28px;background: var(--secondary);border-width: 1px;border-style: solid;border-color: var(--secondary);border-image: initial;transition: 0.25s ease-in-out;border-radius: 8px;cursor: pointer;}
.error-page-section .search-form .search-submit .screen-reader-text { font-size: 16px; clip: inherit; clip-path: inherit; position: relative !important;}
.error-page-section .search-form .search-submit:hover {color: var(--secondary);background: none;}
.error-page-section .search-form .search-submit:hover .screen-reader-text {color: var(--secondary);}


.search-page-section {padding: 60px 0;}
.search-page-section h1 { font-size: 32px; font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.search-page-section h3 { font-size: 28px; font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.search-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.search-page-section .search-btn1 {display: inline-block;color: #fff;text-transform: uppercase;font-size: 16px;padding: 14px 28px;background: #f92d18;border-width: 1px;border-style: solid;border-color: #f92d18;border-image: initial;transition: 0.25s ease-in-out;border-radius: 8px;}
.search-page-section .search-btn1:hover {color: #f92d18;background: none;}
.search-page-section .search-page-content { width: 100%; margin: 0 0 30px;}

.content-wrapp h2 { font-size: 32px; font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.content-wrapp h3 { font-size: 28px; font-weight: 600; color: var(--secondary); text-transform: uppercase; position: relative; margin: 0 0 20px;}
.defualt-page-section .content-wrapp { background: none; padding: 80px 0 60px;}



@media screen and (max-width:1200px) {
.stability-wrapp .conten-row .stability-img img { height: 25.4vw;}


}


@media screen and (max-width:1200px) {
.inner-banner h1 {font-size: 48px;}

.whoweare-wrapp h2 {font-size: 40px;}
.whoweare-wrapp h4 { font-size: 30px;}

.ceo-wrapp .ceo-col1 { width: 45%;}
.ceo-wrapp h1 {font-size: 54px;}


.stability-wrapp h3{ font-size: 16px;}
.stability-wrapp h2 { font-size: 30px;}

.clients-wrapp h2{font-size: 30px;}

.news-wrapp h2 {font-size: 30px; margin: 0 0 11px;}

.project-wrapp h2 {font-size: 30px;}
.project-wrapp h3 {font-size: 26px; margin: 0 0 10px;}
.project-wrapp .project-row2 .project-col3 h3 {font-size: 22px;}

.strength-wrapp .strength-col3 .strength-name h3 { font-size: 18px;}

.strength-wrapp2 h2 { font-size: 24px;}

.com-wrapp h2 {font-size: 30px;}

.cta-wrapp h2 {font-size: 46px;}

.feature-wrapp h2 {font-size: 30px;}

.loc-wrapp h2 {font-size: 30px;}
.loc-wrapp .loc-col1 { width: 30%;}

.contact-wrapp h2{font-size: 30px;}

.content-wrapp h2{font-size: 30px;}
.content-wrapp h3{font-size: 26px;}

.search-page-section h1{font-size: 30px;}
.search-page-section h3{font-size: 26px;}


}

@media screen and (max-width:992px) {
.inner-banner .bg-img {height: 460px;}
.inner-banner h1 {font-size: 46px;}

.whoweare-wrapp h2 { font-size: 38px;}

.content-wrapp .content-col1 {  width: 100%; margin: 0 0 20px;}

.couter-wrapp h1 { font-size: 48px;}

.stability-wrapp h3 { font-size: 14px;}
.stability-wrapp .stability-col1 { width: 32%; margin: 0 2% 20px 0;}
.stability-wrapp .stability-col1:nth-child(4n) { margin-right: 2%;}
.stability-wrapp .stability-col1:nth-child(3n) {  margin-right: 0;}

.clients-wrapp .clients-row {width: 88%;}
.clients-wrapp .clients-row1 .clients-col1 { padding-right: 31%;}
.clients-wrapp .clients-row1 .clients-col1 .clients-col3 { width: 28%;}

.footer-wrapp ul li { font-size: 16px;}
.footer-wrapp p { font-size: 14px;}
.footer-wrapp h3 { font-size: 20px;}
.footer-wrapp .footer-col1.newsletter {width: 34%;}


.project-wrapp .project-row2 .project-col3 {width: 48%; margin: 0 4% 20px 0;}
.project-wrapp .project-row2 .project-col3:nth-child(3n) { margin-right: 4%;}
.project-wrapp .project-row2 .project-col3:nth-child(2n) { margin-right: 0;}

.strength-wrapp2 .strength-col2 {width: 55%;}
.strength-wrapp2 .strength-col1 {width: 40%;}

.com-wrapp h3 {font-size: 18px;}
.com-wrapp .com-col1 { width: 100%; margin: 0 0 30px 0;}

.cta-wrapp h2 {font-size: 38px;}
.cta-wrapp .cta-btn { font-size: 14px;}

.loc-wrapp ul li { font-size: 16px;}
.loc-wrapp ul li .icon { width: 25px; margin: 0 10px -7px 0;}


.header-menu>ul>li>a {padding-left: 3rem;}
.header-menu>ul>li.active>a:before { width: 2rem;}
.header-menu>ul>li > .sub-menu { padding-left: 280px;}
.header-menu>ul>li>a { font-size: 28px;}

.contact-wrapp .contact-row .tabs li .tab-btn p {font-size: 13px;}
.contact-wrapp .contact-row .tabs li .tab-btn { padding: 20px;}


.map-wrapp .branches-container.multiple-addresses .branch-details { width: 54%;}
.map-wrapp .branches-container.multiple-addresses .branch-details-content .address-col {width: 100%; margin: 0 0 20px;}
.map-wrapp .branches-container { align-items: self-start;}


}

@media screen and (max-width:767px) {
.container{width: 90%;} 
  
.inner-banner h1 {font-size: 40px;}

.whoweare-wrapp { padding: 50px 0;}
.whoweare-wrapp .whoweare-col1 {width: 100%; margin: 0 0 0;}

.content-wrapp {padding: 60px 0 0;}

.couter-wrapp h1 {font-size: 44px;}
.couter-wrapp .couter-col1 { width: 32%; margin: 0 2% 30px 0;}
.couter-wrapp .couter-col1:nth-child(4n) { margin-right: 2%;}
.couter-wrapp .couter-col1:nth-child(3n) { margin-right: 0;}
.couter-wrapp { padding: 70px 0 50px;}

.ceo-wrapp .ceo-col1 {width: 100%;}
.ceo-wrapp h1 {font-size: 48px; padding: 0 0 0;}
.ceo-wrapp .ceo-col2 { width: 100%;}
.ceo-wrapp {padding: 50px 0 0;}

.stability-wrapp {padding: 60px 0 50px;}

.news-wrapp .news-col1 {width: 100%; margin: 0 0 20px;}
.news-wrapp .news-col2 { width: 100%;}
.news-wrapp {padding: 60px 0;}
.news-wrapp .news-row1 { margin: 40px 0 0;}

.clients-wrapp { padding: 60px 0;}
.clients-wrapp .clients-row2 {margin: 60px 0 0;}
.clients-wrapp .testi-slider { margin: 60px 0 0;}

.footer-wrapp .footer-col1 { width: 32%;}
.footer-wrapp .footer-col1.newsletter {width: 100%; margin: 30px 0 0;}
.footer-wrapp .footer-row1 { flex-direction: column; align-items: center; text-align: center;}

.project-wrapp .project-col1 { width: 100%; margin: 0 0 20px;}
.project-wrapp .project-col2 { width: 100%;}
.project-wrapp .project-head { flex-direction: column; align-items: self-start; margin: 0 0 50px;}
.project-wrapp h2 { margin: 0 0 20px;}
.project-wrapp .project-row1 { margin: 0 0 40px;}
.project-wrapp .project-row2 .project-col3 .projects-back { display: block;}

.strength-wrapp .strength-col1 {width: 100%; margin: 0 0 30px;}
.strength-wrapp .strength-col2 { width: 100%;}
.strength-wrapp { padding: 100px 0;}

.strength-wrapp2 {padding: 50px 0;}
.strength-wrapp2 .strength-col1 { width: 100%; margin: 0 0 30px;}
.strength-wrapp2 .strength-col2 { width: 100%;}

.com-wrapp {padding: 50px 0 30px;}

.cta-wrapp .cta-col1 { width: 100%; margin: 0 0 30px;}
.cta-wrapp .cta-col2 { width: 100%;}
.cta-wrapp {padding: 50px 0;}

.feature-wrapp .feature-col1 { width: 100%; margin: 0 0 20px;}
.feature-wrapp .feature-col2 { width: 100%;}
.feature-wrapp { padding: 0 0 0;}
.feature-wrapp .feature-row { padding: 50px 0;}

.loc-wrapp .loc-col1 {width: 100%; margin: 0 0 20px;}
.loc-wrapp .loc-col2 { width: 100%;}
.loc-wrapp { padding: 50px 0;}
.loc-wrapp .loc-row { margin: 0 0 50px;}


.header-menu>ul>li > .sub-menu {position: relative;width: 100%; padding-left: 3rem; flex-wrap: wrap;}
.header-menu>ul>li { width: 100%;}
.header-menu>ul>li>a { width: fit-content;}
.header-menu>ul>li.active > .sub-menu > li { width: 100%; margin: 0 0 20px;}

.inner-banner .banner-video {height: 400px;}


.branches-list ul {
    display: none;
}

.mobile-branch-dropdown {
    display: block;
}

.map-wrapp .branches-list {
    width: 100%;
    margin: 0 0 20px;
}

.map-wrapp .map-container {
    width: 100%;
    margin: 0 0 20px;
}

.map-wrapp .branches-address {
    width: 100%;
}

.map-wrapp .branches-list .mobile-branch-dropdown {
    border: none;
    font-size: 20px;
    color: #f92d18;
    font-weight: 500;
    background: url(../images/chevron-down-solid.svg) no-repeat center / 14px;
    background-position-x: 95%;
    outline: none;
}

.contact-wrapp .contact-row .tabs li .tab-btn p {display: none;}

.defualt-page-section .content-wrapp{padding: 50px 0 30px;}

.stability-wrapp .conten-row .stability-img img { height: 51.4vw;}
.stability-wrapp .conten-row { width: 100%; margin: 0 0 20px;}

}

@media screen and (max-width:600px) {
.whoweare-wrapp h2 {font-size: 36px;}
.whoweare-wrapp h4 {font-size: 28px;}

.couter-wrapp h3 {font-size: 14px;}

.stability-wrapp .stability-col1 { width: 48%; margin: 0 4% 20px 0 !important;}
.stability-wrapp .stability-col1:nth-child(2n) { margin-right: 0 !important;}
.stability-wrapp h2 { font-size: 28px;}

.clients-wrapp h2{font-size: 28px;}
.clients-wrapp .clients-row {width: 100%;}
.clients-wrapp .clients-row1 .clients-col1 { padding-right: 0;}
.clients-wrapp .clients-row1 .clients-col1 .clients-col3 { width: 40%; right: 0%; display: none;}
.clients-wrapp .clients-row1 .clients-slider .slick-next { right: -75px; display: none !important;}
.clients-wrapp .clients-row1 { padding: 20px;}
.clients-wrapp .clients-row1:after { width: 100%;}

.news-wrapp .news-row1 {padding: 0 35px;}
.news-wrapp .news-row1 .slick-prev, .news-wrapp .news-row1 .slick-next { width: 30px; height: 30px;}

.news-wrapp h2 { font-size: 28px;}

.project-wrapp h2 {font-size: 28px;}
.project-wrapp .project-row2 .project-col3 {width: 100%; margin: 0 0 20px !important;}

.strength-wrapp .strength-col3 { width: 49%; margin: 0 2% 10px 0;}
.strength-wrapp .strength-col3:nth-child(3n) { margin-right: 2%;}
.strength-wrapp .strength-col3:nth-child(2n) { margin-right: 0;}

.com-wrapp h2 { font-size: 28px;}
.com-wrapp .com-col1 .com-col2 {width: 100%; margin: 0 0 20px;}
.com-wrapp .com-col1 .com-col3 { width: 100%;}

.cta-wrapp h2 {font-size: 34px;}

.feature-wrapp h2 {font-size: 28px;}

.loc-wrapp h2 {font-size: 28px;}

.contact-wrapp h2{font-size: 28px;}

.map-wrapp .branch-list { width: 100%; margin: 0 0 20px;}
.map-wrapp .branch-details { width: 100%;}

.content-wrapp h2{font-size: 28px;}
.content-wrapp h3{font-size: 24px;}

.stability-popup-content .stability-popup-flex img {width: 100%; margin: 0 0 20px;}
.stability-popup-content .stability-popup-text-content { width: 100%; max-height: inherit; overflow: visible;}
.stability-popup-content .stability-popup-flex { max-height: 480px; overflow-y: auto;}
.stability-popup-content { width: 90%; padding: 30px 20px 20px;}
.stability-popup-close { right: 10px;  top: 0px;}


.fitout-popup .fitout-popup-content .fitout-popup-flex img {width: 100%; margin: 0 0 20px;}
.fitout-popup .fitout-popup-content .fitout-popup-text-content { width: 100%; max-height: inherit; overflow: visible;}
.fitout-popup .fitout-popup-content { width: 90%; padding: 30px 20px 20px;}
.fitout-popup .fitout-popup-content .fitout-popup-flex {max-height: 480px; overflow-y: auto;}
.fitout-popup .fitout-popup-content .fitout-popup-close { right: 10px;  top: 0px;}

.map-wrapp .branches-container.multiple-addresses .branch-details{width: 100%;}

}

@media screen and (max-width:480px) {
.header-wrapp .logo { width: 175px;}
.header-wrapp .menu-btn a.menu-toggle { font-size: 14px;}
.header-wrapp .lang-btn a { font-size: 14px;}

.inner-banner h1 {font-size: 36px;}

.whoweare-wrapp h2 { font-size: 32px;}
.whoweare-wrapp h4 {font-size: 24px;}

.couter-wrapp h1 {font-size: 42px;}
.couter-wrapp .couter-col1 { width: 48%; margin: 0 4% 30px 0 !important;}
.couter-wrapp .couter-col1:nth-child(2n) { margin-right: 0 !important;}

.ceo-wrapp h1 {font-size: 40px;}

.stability-wrapp h2 { font-size: 24px;}

.clients-wrapp h2{font-size: 24px;}

.news-wrapp h2 {font-size: 24px;}
.news-wrapp .news-row1 { padding: 0 15px;}
.news-wrapp .news-row1 .slick-prev, .news-wrapp .news-row1 .slick-next { width: 25px; height: 25px;}
.news-wrapp .news-row1 .slick-prev {left: -13px;}
.news-wrapp .news-row1 .slick-next { right: -13px;}

.footer-wrapp .footer-col1 { width: 100%; margin: 0 0 20px;}
.footer-wrapp .footer-head { flex-direction: column;}
.footer-wrapp .logo {margin: 0 0 20px;}
.footer-wrapp .footer-col1.newsletter { margin: 0 0 0;}

.project-wrapp h2 {font-size: 24px;}
.project-wrapp h3 {font-size: 22px;}

.strength-wrapp .strength-col3 {width: 100%; margin: 0 0 10px 0 !important;}
.strength-wrapp:after { height: 95%;}

.strength-wrapp2 h2 {font-size: 22px; margin: 0 0 10px;}

.com-wrapp h2 {font-size: 24px;}

.cta-wrapp h2 {font-size: 25px;}

.feature-wrapp h2 {font-size: 24px;}

.loc-wrapp h2 {font-size: 24px;}


.header-menu>ul>li {width: 100%; margin: 0 0 15px;}
.header-menu>ul>li>a { padding-left: 2rem; font-size: 26px;}
.header-menu>ul>li.active>a:before { width: 1.5rem;}
.header-menu { padding: 50px 30px;}

.contact-wrapp h2{font-size: 24px;}
.contact-wrapp .contact-row .tabs li .tab-btn h3 { font-size: 14px;}
.contact-wrapp .contact-row .tab-content .text-fields .text-field { width: 100%;}
.contact-wrapp .contact-row .tab-content {padding: 20px;}

.content-wrapp h2{font-size: 24px;}
.content-wrapp h3{font-size: 22px;}

.search-page-section h1{font-size: 28px;}
.search-page-section h3{font-size: 24px;}

}
