@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*Main Css */
::selection {
  background: rgb(226, 143, 38);
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: rgb(226, 143, 38);
}

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: bold;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 22px;
}

p {
  font-size: 14px;
  line-height: 25px;
}

*:hover,
*:focus,
* {
  outline: none !important;
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  font-family: "Raleway";
  background: transparent;
  border: none;
  border-radius: 0px;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

.btn {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn_primary {
  background: #000;
  color: #000;
  transition: .2s linear;
}

.btn_primary:hover {
  color: #fff;
}

.btn_primary::before,
.btn_secondary::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .2s linear;
}

.btn_primary::before {
  background: #b7f200;
}

.btn_primary:hover::before,
.btn_secondary:hover::before {
  width: 0%;
}

.btn_secondary {
  background: #b7f200;
  color: #fff;
  transition: .2s linear;
  z-index: 1;
}

.btn_secondary:hover {
  color: #000;
}

.btn_secondary::before {
  background: #000;
}

.primary_color {
  color: #b7f200;
}

.brand_title {
  color: #666666;
  font-weight: 700;
  /* text-decoration: underline; */
}

/* Custom Slick Css */

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

a:hover {
  text-decoration: none;
}

/* Start Header */

.main-header {
  padding: 10px 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background: #fff;
}

.main-header .logo {
  width: 160px;
}

.main-header .header-list {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 50px;
}

.main-header .flag-box img {
  vertical-align: middle;
}

.main-header .gt-st-btn a {
  font-size: 14px;
  font-weight: bold;
}

.main-header .flag-box {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.main-header .flag-box a {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
}

/* End Header */

/* Start Banner */

.main-banner {
  background: url("../images/main-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0 40px;
  overflow: hidden;
}

.main-banner .banner-burj {
    width: 23%;
    position: absolute;
    top: 98px;
    left: 70%;
    transform: translateX(-63%);
    z-index: 11;
}

.main-banner .main-banner-head h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}

.main-banner .main-banner-head h1 {
  font-weight: bold;
}

.main-banner .main-banner-head h1 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 45px;
}

.main-banner .main-banner-head h1 span {
  font-size: 50px;
}

.main-banner .main-banner-head h1 span strong {
  font-family: "Emirates";
}

.main-banner .main-banner-head p {
  color: #666666;
  padding: 10px 10px 10px 0;
}

.main-banner .main-banner-head a {
  font-size: 14px;
}

.main-banner .feature-on-box-list {
  display: flex;
  align-items: center;
  column-gap: 45px;
}

.main-banner .feature-on-box {
  padding: 40px 0 0 0;
  max-width: fit-content;
}

.main-banner .feature-on-box h5 {
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 2px solid #c9c9c9;
}

.main-banner .main-banner-slider-right {
  width: 45%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -150px;
  z-index: 11;
}

.main-banner .main-banner-slider {
  position: relative;
  z-index: 1;
}

.main-banner .main-banner-slider .main-banner-slider-before {
  width: 188px;
  position: absolute;
  top: -9px;
  left: 5px;
  z-index: -1;
}

.main-banner .main-banner-slider .box {
  width: 168px;
}

/* .main-banner .main-banner-slider::before {
  content: "";
  width: 288px;
  height: 590px;
  background: url("../images/main-banner-slider-phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  top: -70px;
  z-index: -1;
} */

/* End Banner */

/* Start Section 2 */

.bus-emp-sec {
  background: url("../images/bus-emp-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.bus-emp-sec img.bus-emp-banner-img {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bus-emp-sec .bus-emp-head h2,
.bus-emp-sec .bus-emp-head h3 {
  color: #fff;
}

.bus-emp-sec .bus-emp-head h3 {
  font-weight: 200;
  text-transform: uppercase;
  line-height: normal;
}

.bus-emp-sec .bus-emp-head p {
  color: #fff;
  padding: 40px 0px;
}

.bus-emp-sec .bus-emp-head p a {
  color: #fff;
}

.bus-emp-sec .accordion-item {
  color: #000000;
  background: #fff;
  margin: 0 0 30px 0;
  padding: 35px 50px 35px 120px;
  position: relative;
  z-index: 1;
}

.bus-emp-sec .accordion-item:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 75px;
  top: 40px;
  left: 35px;
  z-index: -1;
}

.bus-emp-sec .accordion-item-1:before {
  background: url("../images/android-img.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.bus-emp-sec .accordion-item-custom-2:before {
  background: url("../images/iphone-img.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.bus-emp-sec .accordion-item-custom-3:before {
  background: url("../images/flutter-img.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.bus-emp-sec .accordion-item-custom-4:before {
  background: url("../images/pwa-mg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.bus-emp-sec .accordion-header {
  color: #000000 !important;
}

.bus-emp-sec .accordion-button {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: left;
}

.bus-emp-sec .accordion-button span {
  color: #999999;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0 20px 0;
}

.bus-emp-sec .accordion-body {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 0 0 0;
  height: 150px;
  overflow-y: scroll;
}

.bus-emp-sec .accordion-button::after {
  content: "";
  background: url("../images/arrow-left.png");
  position: absolute;
  right: 30px;
  top: 65px;
  width: 28px;
  height: 21px;
  transition: transform 0.2s ease-in-out;
}

.bus-emp-sec .accordion-button:not(.collapsed)::after {
  content: "";
  background: url("../images/arrow-left.png");
  transform: rotate(90deg);
  position: absolute;
  width: 27px;
  height: 21px;
}

/* End Section 2 */

/* Start Section 3 */
.development-comp-sec {
  background: url(../images/dev-sec-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.development-comp-sec .view-prof-btn {
  position: absolute;
  right: 100px;
  bottom: 140px;
}

.development-comp-sec .banner-head {
  padding: 0 0 50px 0;
}

.development-comp-sec .banner-head h2 {
  color: #333333;
}

.banner-head h4 {
  font-weight: 300;
  text-transform: uppercase;
  padding: 20px 0 30px 0;
}

.development-comp-sec .banner-head p {
  padding: 0;
}

.development-comp-sec .development-comp-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}

.development-comp-sec .development-comp-box {
  border-width: 1px;
  border-color: rgb(245, 205, 144);
  border-style: solid;
  border-radius: 22px;
  background-color: rgb(245, 245, 245);
  text-align: center;
  width: 229px;
  height: 261px;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  padding: 0px 20px;
}

.development-comp-sec .development-comp-box h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 10px 0px 10px 0;
}

.development-comp-sec .development-comp-box h6 {
  font-size: 15px;
  font-weight: 300;
  color: #666666;
  padding: 0 0 0 0;
  line-height: 24px;
}

/* End Section 3 */

/* Start Section 4 */

.main-slider {
  background: url("../images/background-portfolio.webp");
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}

.mainportfolio {
  padding: 50px 0;
}

.conportfolio {
  width: 95%;
}

.headingbottomline h5 {
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-family: Raleway, sans-serif;
}

.headingbottomline h5::after {
  height: 1px;
  width: 100px;
  position: absolute;
  content: "";
  display: block;
  background: #3c3c3b;
  bottom: -10px;
  right: -25px;
}

.mainportfolio .headingbottomline h5 {
  margin-bottom: 30px;
}

.conportfolio h3 {
  font-weight: 700;
  margin-bottom: 18px;
}

.conportfolio p {
  font-size: 16px;
  color: #6d7583;
  line-height: 30px;
  padding: 0 0 30px 0;
}

.buttonbox.centerbtnabot {
  column-gap: 50px;
  display: flex;
}

.mainportfolio .buttonbox,
.about-slider-main .buttonbox,
.about-foldtwo .buttonbox {
  justify-content: flex-start;
}

.imagebox-portfolio img {
  position: relative;
  width: 68%;
  margin: 0 auto;
  display: block;
  margin-bottom: 14px;
  z-index: 999;
}

.hokey {
  position: relative;
}

.hokey::before {
  background: #ec472b;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 30%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.hokey .imagebox-portfolio::before {
  background: #ec472b;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 55%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.alhersh {
  position: relative;
}

.alhersh .imagebox-portfolio::before {
  background: #006837;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 55%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.alhersh::before {
  background: #006837;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 30%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.communitter {
  position: relative;
}

.communitter .imagebox-portfolio::before {
  background: #2ea8fe;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 55%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.communitter::before {
  background: #2ea8fe;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 30%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.hokey::before {
  background: #ec472b;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 30%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.hokey .imagebox-portfolio::before {
  background: #ec472b;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 55%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.songmatch {
  position: relative;
}

.songmatch::before {
  background: #7427ac;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 30%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.songmatch .imagebox-portfolio::before {
  background: #7427ac;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 55%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.odanta {
  position: relative;
}

.odanta::before {
  background: #0073d0;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 30%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.odanta .imagebox-portfolio::before {
  background: #0073d0;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 55%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.switch-poker {
  position: relative;
}

.switch-poker::before {
  background: #ed1c24;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 30%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.switch-poker .imagebox-portfolio::before {
  background: #ed1c24;
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 55%;
  right: 0;
  top: -90px;
  z-index: 99;
}

.positionsliders {
  position: absolute;
  width: 100%;
  display: block;
  top: -106px;
  left: 0;
}

.positionsliders button.slick-arrow {
  background: #bec8d8;
  border: 0;
  font-size: 0;
  padding: 14px;
  background-position: center;
  position: absolute;
  z-index: 99;
  outline: 0 !important;
  transform: translateY(-43%);
  top: 47%;
}

.positionsliders button.slick-arrow:hover {
  background: #2e7bf5;
  color: #fff !important;
}

.positionsliders button.slick-prev {
  background-image: url(../images/leftarrow-btn.webp);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  left: -30px;
  background-size: 45%;
  outline: 0 !important;
}

.positionsliders button.slick-prev:hover {
  background-image: url(../images/leftarrow-btn.webp);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  left: -30px;
  background-size: 45%;
  outline: 0 !important;
  background-position: center;
}

.positionsliders .slick-list {
  padding: 40px 0 40px 0 !important;
}

.imageicon-p {
  margin: 5px;
}

.positionsliders .slick-slide img {
  opacity: 1;
  transition: transform 0.2s;
  margin: 0 auto;
  width: 85%;
}

.positionsliders .slick-center img {
  border-radius: 18px;
  transform: scale(1.1);
  position: relative;
  top: -10px;
}

.positionsliders button.slick-next {
  background-image: url(../images/rightarrow-btn.webp);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  right: -30px;
  background-size: 45%;
  outline: 0 !important;
}

.positionsliders button.slick-next:hover {
  background-image: url(../images/rightarrow-btn.webp);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  right: -30px;
  background-size: 45%;
  outline: 0 !important;
  background-position: center;
}

/* End Section 4 */

/* Start Section 5 */

.partner-sec {
  padding: 70px 0px 70px 0;
}

.partner-sec .banner-head {
  padding: 0;
}

.partner-sec .banner-head h4 {
  font-size: 26px;
  text-align: left;
}

.partner-sec .banner-head h4 span {
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 10px;

}

.partner-sec .banner-head p {
  font-size: 14px;
  line-height: 26px;
}

.partner-sec .col-md-4 {
  padding: 0;
}

.partner-box {
  border: 1px solid #e5e5e5;
}

.partner-box {
  text-align: center;
  padding: 40px 0px;
}

.partner-box-color {
  background: #f7f8fc;
}

.banner-head h3 {
  color: #333333;
  font-size: 50px;
  font-weight: bold;
  text-transform: capitalize;
}

/* End Section 5 */

/* Start Section 6 */

.project-scope-box-1 {
  padding: 80px;
  background: #f9f9f9;
  height: 100vh;
}

.project-scope-sec .col-md-6:nth-child(1) {
  position: sticky;
  top: 10px;
}

.project-scope-sec .col-md-6 {
  padding: 0;
}

.project-scope-box-1 h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.project-scope-box-1 h4 {
  font-size: 35px;
  font-weight: bold;
  color: #333333;
  margin: 10px 0px 30px 0;
  line-height: 40px;
}

.project-scope-box-1 p {
  padding: 0 0 30px 0;
}

.project-scope-box-2-main {
  background: url(../images/project-banner.png);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
  background-position: center;
}

.project-scope-box-2 {
  margin: 0 0 60px 0;
}

.project-scope-box-2:last-child {
  margin: 0;
}

.project-scope-box-2 h4 {
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  column-gap: 20px;
  line-height: 40px;
}

.project-scope-box-2 span {
  font-size: 20px;
  height: 46px;
  background: #000000;
  border-radius: 50%;
  width: 46px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.project-scope-box-2 p {
  border-bottom: 1px solid #addb1f;
  padding: 10px 0 20px 0;
  margin: 0 0 40px 0;
}

.project-scope-box-2 h6 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}

.project-scope-box-2 ul {
  margin: 20px 0 10px 0;
}

.project-scope-box-2 ul li {
  font-weight: bold;
  list-style: disc;
  padding: 0 0 20px 0;
  margin: 0 0 0 18px;
  font-size: 16px;
}

section.project-scope-sec .main-btn {
  background: #b7f200;
}

.project-scope-box-2 .main-btn {
  background: #ffff !important;
}

/* End Section 6 */

/* Start Section 7 */

.all-ser-sec {
  background: #f7f8fc;
  padding: 60px 0px;
}

.all-ser-sec .banner-head h4 {
  font-size: 26px;
  padding: 0;
  text-transform: uppercase;
}

section.all-ser-sec .banner-head h4 {
  padding: 20px 0px;
}

section.all-ser-sec .banner-head h4 span {
  padding: 20px 0 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}

ul.all-ser-tab-list li {
  background: #fff;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0px;
  text-align: center;
  margin: 0 0 8px 0;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

ul.all-ser-tab-list li.active {
  background: #000000;
  color: #fff;
  position: relative;
}

ul.all-ser-tab-list li.active {
  background: #000000;
  color: #fff;
  position: relative;
}

ul.all-ser-tab-list li.active::before {
  position: absolute;
  content: "";
  background: #a5da00;
  clip-path: polygon(100% 0, 47% 0, 100% 42%);
  width: 50px;
  height: 70px;
  right: 0;
  top: 0;
}

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

.dev-ser-main-head {
  height: 390px;
  background: #fff;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dev-ser-main-head h3 {
  font-weight: bold;
}

.dev-ser-main-head p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0px;
}

.dev-ser-img {
  height: 390px;
}

.dev-ser-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dev-ser-main-head .main-btn {
  background: #000000;
  color: #fff;
}

.all-ser-sec .col-md-6 {
  padding: 0;
}

/* End Section 7 */

/* Start Section 8 */

.street-cta-sec {
  background: url(../images/street-cta-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px 0;
  position: relative;
  background-position: center;
}

.street-cta-banner-img {
/*  width: 13%;*/
  position: absolute;
  right: 80px;
  bottom: 0;
}

.banner-head {
  padding: 0 0 50px 0;
}

.street-cta-sec .banner-head h4 {
  color: #fff;
  font-size: 26px;
  padding: 0;
  line-height: 36px;
}

.street-cta-sec .banner-head h2 {
  font-size: 30px;
  color: #fff;
  padding: 20px 0px;
}

.street-cta-sec .banner-head p {
  padding: 0 10px 20px 0;
  height: 300px;
  color: #fff;
  overflow-y: scroll;
  margin: 0 0 30px 0;
}

.street-cta-sec .banner-head p a {
  color: #fff;
}

.street-cta-sec .main-btn {
  display: table;
  margin: auto;
  background: #b7f200;
}

/* End Section 8 */

/* Start Section 9 */

.counter-sec {
  padding: 50px 0px;
}

section.counter-sec .banner-head h4 {
  padding: 0;
}

section.counter-sec .banner-head h2 {
  padding: 20px 0px;
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
}

.counter-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 250px;
}

.counter-list li {
  text-align: center;
  position: relative;
}

.counter-list li::before {
  position: absolute;
  content: "";
  background-color: rgb(0 0 0 / 14%);
  width: 1px;
  height: 81px;
  right: -120px;
}

.counter-box span,
.counter-box strong {
  color: #333333;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins";
}

.counter-box p {
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
}

.sectionslider-free {
  padding: 50px 0 0px;
  overflow-x: hidden;
}

.headingbottomline h3 {
  font-size: 33px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-family: Raleway, sans-serif;
  color: #3c3c3b;
  padding-left: 10px;
}

.headingbottomline h3::after {
  height: 1px;
  width: 100px;
  position: absolute;
  content: "";
  display: block;
  background: #3c3c3b;
  bottom: -15px;
  right: -25px;
}

.spaceing-mm {
  padding-bottom: 50px;
  margin-top: 60px;
}

.carousel-cell {
  max-width: fit-content;
}

.imageboxcontainer {
  position: relative;
  width: 100%;
}

.boxcontent-hover {
  position: absolute;
  bottom: 0;
  padding: 16px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgb(0 0 0 / 80%) 70%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgb(0 0 0 / 80%) 70%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0 0 0 / 80%) 70%);
  width: 100%;
  height: 50%;
  border-radius: 12px;
}

.boxcontent-hover h4 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: absolute;
  bottom: 10px;
}

.boxcontent-hover p {
  font-size: 14px;
  color: #b9b9b9;
  margin-bottom: 0;
}

.image_boxed {
  display: block;
  width: 100%;
  height: auto;
}

.overlay_boxed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  border-radius: 9px !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.8) 1%, #000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.8) 1%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.8) 1%, #000 100%);
}

.imageboxcontainer:hover .overlay_boxed {
  opacity: 1;
}

.text_boxed {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  text-align: left;
  padding: 15px;
  bottom: 0;
}

.text_boxed h4 {
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

.text_boxed span {
  font-size: 13px;
  color: #ccc;
  padding-bottom: 5px;
  display: block;
}

.text_boxed p {
  color: #fff;
  font-size: 11px !important;
  line-height: 1.8;
  margin-bottom: 0;
}

.text_boxed .readmore {
  border-top: 0.5px solid #ffffff85;
  margin-top: 10px;
  border-bottom: 0;
}

.readmore {
  position: relative;
  z-index: 999999 !important;
}

.readmore span {
  display: inline-block;
  font-size: 12px;
}

/* End Section 9 */

/* Start Section 10 */

.sectionslider-free {
  width: 80%;
  padding: 50px 0;
  overflow-x: hidden;
  margin: 0 0 0 auto;
}

.headingbottomline h3::after {
  height: 1px;
  width: 100px;
  position: absolute;
  content: "";
  display: block;
  background: #3c3c3b;
  bottom: -15px;
  right: -25px;
}

/* End Section 10 */

/* Start Section 11 */

.grow-cta-sec {
  background: url(../images/grow-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 350px 0 200px;
}

.grow-cta-banner-head h4 {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}

.grow-cta-banner-head h4 a {
  color: #fff;
}

.grow-cta-banner-head h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  padding: 20px 0px;
}

.grow-cta-banner-head .main-btn {
  background: #b7f200;
}

/* End Section 11 */

/* Start Section 12 */

.partner-sec {
  padding: 60px 0px;
}

.partner-sec .sec_head {
  margin-bottom: 80px;
}

.partner-sec .banner-head h4 {
  font-size: 25px;
  padding-bottom: 10px;
  text-align: left;
}

.partner-sec .banner-head h3 {
  text-align: left;
}

.partner-sec .banner-head p {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

.partner-sec-box:hover h3,
.partner-sec-box:hover p {
  color: #ffff;
}

.partner-sec-box {
  background-color: rgb(239 242 250 / 52%);
  transition: 0.5s;
  height: 380px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 1rem;
}

.partner-sec-box:hover {
  background: #000000;
}

.partner-sec-box-white {
  background: #fff;
}

.partner-sec .block {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  opacity: 0;
}

.partner-sec-box:hover .block {
  opacity: 1;
}

.partner-sec-box h3 {
  color: #333333;
  font-size: 25px;
  font-weight: bold;
}

.partner-sec-box p {
  line-height: 28px;
  color: #666666;
  padding: 20px 0 0 0;
}

/* End Section 12 */

/* Start Section 13 */

.faq-sec {
  background-color: rgb(247, 248, 252);
  padding: 60px 0;
}

.accordion-item {
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #acadb0;
}

.faq-sec .accordion-header button {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-align: left;
  display: flex;
  line-height: 25px;
}

.accordion-header button span {
  font-family: "Poppins";
  font-weight: 400;
  padding: 0 10px 0 0;
}

.accordion-body {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding: 20px 0 0 0;
}

/* End Section 13 */

/* Start Section 14 */

.contact-form-page {
  background-image: url(../images/contact-page-background.webp);
  background-size: cover;
  padding: 50px 0;
}

.contact-form-page h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-form-page h4 {
  font-size: 28px;
  color: #a1d600;
  margin-bottom: 45px;
}

.contact-form-page input,
.contact-form-page textarea,
.contact-form-page select {
  height: 50px;
  margin-bottom: 27px;
  border-radius: 40px;
  border: 1px solid #3c3c3b;
  background: #fff;
  color: #000;
  padding-left: 20px;
  -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
}

.contact-form-page textarea {
  height: 120px;
  padding-top: 20px;
}

.contact-form-page select option {
  background: #3b3b3b;
  color: #fff;
}

.contact-form-page input.submitbtn {
  margin: 0 auto;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600 !important;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 0;
}

.contact-form-page input.submitbtn:hover {
  background: transparent;
  color: #fff;
}

/* End Section 14 */

/* Start Section 15 */

.testimonailsection {
  padding: 120px 0 60px 0;
  background-size: cover;
  background-image: url(../images/testimonials-backgroundbg.webp);
  background-position: bottom center;
  background-size: 100% 80%;
  background-repeat: no-repeat;
}

.testimonailscontent h2 {
  color: #3c3c3b;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.testimonailscontent h4 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #a4d600;
}

.testimonailsbox-home {
  background-color: #f9fbfe;
  border: 1px solid #e3e9f2;
  padding: 25px;
  margin: 0 10px;
  border-radius: 13px !important;
}

.testimonailsbox-home img.icon-tops {
  margin-bottom: 20px;
  filter: grayscale(1);
}

.testimonailsbox-home p {
  font-weight: 500;
}

.client-details {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}

.client-details p {
  font-size: 17px;
  color: #3c3c3b;
  line-height: 1.2;
  width: auto;
  text-align: right;
  padding-right: 15px;
  margin-bottom: 0;
}

.client-details p span {
  font-size: 14px !important;
  color: #9fa0a2;
  display: block !important;
  font-weight: 500;
}

.client-details p span {
  font-size: 14px !important;
  color: #9fa0a2;
  display: block !important;
  font-weight: 500;
}

.testimonails-home-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  outline: 0 !important;
  filter: grayscale(1);
}

.testimonails-home-slider .slick-prev,
.testimonails-home-slider .slick-next {
  width: 42px;
  height: 42px;
  font-size: 0;
  border: 0;
}

.testimonails-home-slider .slick-prev {
  left: -120px;
  background: url(../images/prevarrow-btn-hover.webp);
}

.testimonails-home-slider .slick-next {
  left: -70px;
  background: url(../images/next-slide-hover.webp);
}

.testimonailsection .badges {
  margin-top: 60px;
}

.testimonailsection .badges .box_badge {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
}

/* End Section 15 */

/* Start Footer */

.footersection {
  padding: 70px 0 30px 0;
  /*background-image: url(../images/footer-background-image.webp);*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: bottom center;*/
  background: linear-gradient(360deg, #15171A 0%, #222222 100%);
}

.footersection .topsec {
    padding: 0 0 40px;
    border-bottom: 1px solid #353535;
    margin-bottom: 40px;
}

.ourspcbt-footer {
    justify-content: space-between;
}

.footersection .social-icons a img {
    transition: .4s linear;
}

.footersection .social-icons a:hover img {
    transform: translateY(-10px);
}

.footerbox-details span img {
  width: 100%;
  max-width: 100%;
  filter: contrast(0.5);
}

.footerbox-details span img {
  width: 80%;
  max-width: 100%;
  filter: contrast(0.5);
}

.footerbox-details h3 {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color:#fff;
}

.footerbox-details h3::after {
  height: 2px;
  width: 117px;
  display: block;
  position: absolute;
  content: "";
  background: #B7F200;
  right: -20px;
  bottom: -10px;
}

.footerbox-details.linksheading h3::after {
  width: 50%;
  left: 0;
}

.footerlinks {
  margin-top: 22px;
}

.footerlinks ul {
  margin: 0;
  padding-left: 0;
}

.footerlinks ul li {
  margin: 0;
  list-style: none;
}

.footerlinks ul li a {
  font-size: 14px;
  color: #A1A1A1;
  text-decoration: none;
  font-weight: 500;
  transition: 1s;
}

.footerlinks ul li a:hover {
  margin-left: 10px;
}

.footerright-text {
  /*display: flex;*/
  /*justify-content: flex-end;*/
}

.request-a-quote h3 {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.request-a-quote p {
  font-size: 13px;
  color: #fff;
  margin: 0;
}

.request-a-quote a {
  font-size: 15px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  color: #fff;
}

.request-a-quote a::after {
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}


.contact-address {
  margin-top: 40px;
}

.contact-address ul li {
  margin-bottom: 15px;
}

.contact-address ul li img {
  margin-right: 10px;
  filter: grayscale(1);
}

.contact-address ul li a {
  display: flex;
  align-items: center;
  color: #fff;
}

.contact-address ul li span{
    color:#fff;
}

.contact-address ul li:nth-child(1) img {
  filter: grayscale(0);
}

.contact-address ul li:nth-child(1) span {
  font-weight: bold;
}

.powerdby p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.social-icons {
  text-align: right;
}

hr.customhr-footer {
  border: 0;
  border-bottom: 1px solid #d5dce7;
  width: 100%;
  margin: 30px 0 30px 0;
}

.footerdec {
  padding: 0 0 10px 0;
  background: #15171A;
}

.footerdec p {
  font-size: 12px;
  margin-bottom: 0;
  color: #595959;
  text-align: center;
  line-height: 1.5;
}

.footersection .topsec {
    padding: 0 0 40px;
    border-bottom: 1px solid #353535;
    margin-bottom: 40px;
}



/* End Footer */