@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



/***** General CSS *****/



body {

  word-break: break-word;

  font: 15px/25px 'Poppins', sans-serif;

  color: #393939;

  overflow-x: hidden;

}



a {

  text-decoration: none;

  color: #28b16d;

  white-space: initial;

}



a:hover,

a:focus {

  text-decoration: none;

  color: #393939;

}



a:hover {

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

}



img {

  max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



ul {

  margin: 0 0 20px;

  padding: 0;

  list-style-type: none;

}



p {

  font-family: 'Poppins', Sans-Serif;

  font-weight: 400;

}





/***** Font Files *****/



@font-face {

  font-family: 'Gilroy';

  src: url(../fonts/gilroy/Gilroy-SemiBold.ttf);

}



@font-face {

  font-family: 'Fonts Awesome';

  src: url(../fonts/fontawesome-webfont.eot);

  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal
}





/***** Custom Classes *****/



.noPadding {

  padding: 0;

}



.noLeft {

  padding-left: 0;

}



.noRight {

  padding-right: 0;

}



.centerCol {

  float: none;

  margin: 0 auto;

}



.theme-btn {

  font-size: 14px;

  line-height: 20px;

  font-weight: 500;

  padding: 15px 40px;

  color: #fff;

  margin: 20px 20px 20px 0;

  border-radius: 50px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  text-transform: capitalize;

  border: 2px solid;

  text-transform: uppercase;

}



.theme-btn:hover {

  background-color: #fff;

  color: #28b16d;

  border-color: #28b16d;

}



.flexRow {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;

}



.flexCol {

  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;

}



h1 {

  font-family: 'Gilroy';

  font-size: 55px;

  line-height: 60px;

  color: #fff;

  font-weight: 500;

  margin: 0 0 17px;

}



h2 {

  font-family: 'Gilroy';

  font-size: 55px;

  line-height: 60px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 30px;

}



h3 {

  font-family: 'Gilroy';

  font-size: 30px;

  line-height: 34px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 28px;

}



h4 {

  font-family: 'Gilroy';

  font-size: 24px;

  line-height: 29px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 13px;

}



h5 {

  font-family: 'Gilroy';

  font-size: 20px;

  line-height: 25px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 20px;

}



h6 {

  font-family: 'Poppins', Sans-Serif;

  font-size: 18px;

  line-height: 23px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 22px;

}



select {

  background: #fff url('../images/arrow.png') no-repeat right;

  padding: 0 40px 0 30px;



}



::-webkit-input-placeholder {

  color: #575757;

}



::-moz-placeholder {

  color: #575757;

  opacity: 1;

}



:-ms-input-placeholder {

  color: #575757;

}



:-moz-placeholder {

  color: #575757;

  opacity: 1;

}





/*header css start */



.menuSec {

  padding: 0px 0;

}



.menuSec img {

  margin: 0;

}



.menuSec ul {

  position: relative;

  list-style: none;

  padding: 0;

  margin: 0;

  text-align: right;

  text-transform: capitalize;

}



.menuSec ul li {

  position: relative;

  display: inline-block;

  margin: 0;

  padding: 0;

}



.menuSec li ul {

  display: none;

}



.menuSec ul li a {

  position: relative;

  display: inline-block;

  text-decoration: none;

  color: #393939;

  padding: 10px 23px;

  font-size: 13px;

}



.menuSec ul li a:after {

  content: '';

  position: absolute;

  top: 35%;

  right: 0;

  width: 1px;

  height: 13px;

  background-color: #393939;

}



.menuSec ul li:last-child a {

  padding-right: 0px;

}



.menuSec ul li:last-child a:after {

  display: none;

}



.menuSec ul li a:hover,

.menuSec ul li a.active {

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  color: #28b16d;

}



.menuSec li:hover>ul {

  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 38px;

}



.menuSec li>ul>li>a {

  border: none;

  padding: 13px 20px !important;

  color: #fff !important;

  overflow: hidden;

  font-size: 13px;

  line-height: 20px;

}



.menuSec li>ul>li,

.menuSec li>ul>li>a {

  display: block;

  margin: 0;

}



.menuSec li>ul>li>a:before,

.menuSec li>ul>li>a:after {

  display: none;

}



.menuSec li:hover li {

  float: none;

}



.menuSec li:hover a {}



.menuSec li ul li a:hover {

  background-color: #ffffff;

  color: #000000 !important;

}



.menuSec ul ul ul {

  left: 100%;

  top: 0;

}



.menuSec ul:before,

.menuSec ul:after {

  content: " ";

  display: table;

  display: none;

}



.menuSec ul:after {

  clear: both;

}



.menuSec li>ul>li:hover>ul {

  left: 230px;

  top: 0px;

  width: 270px;

}



.droopdwon li:hover>ul {

  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 40px;

}



.droopdwon {

  float: left;

}



.droopdwon li:hover li a:hover {

  background-color: #ffffff;

  color: #000 !important;

}



/*header css start */



.dropdown-menu {

  position: absolute !important;

  z-index: 1000;

  display: block;

  min-width: 10rem;

  padding: 0.5rem 0;

  margin: 0;

  font-size: 1rem;

  color: #212529;

  text-align: left !important;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 0.25rem;

}



/*header css start */

.header-absolute {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 1000;

  padding: 12px 0;

  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */

  background-image: url(../images/header-bg.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: bottom;

}



.header-logo {

  max-width: 250px;

}



.menuSec ul {

  text-align: center !important;

  display: flex;

  justify-content: center;

}



.menuSec ul li a {

  color: #fff !important;

  font-family: 'Gilroy';

  font-weight: 500;

  font-size: 15px;

  padding: 0 15px !important;

}



.menuSec ul li a:after {

  display: none;

}



.header-btn {

  padding: 12px 25px !important;

}



/*banner css start */

section.banner {

  background: url(../images/banner-bg.png);

  background-size: cover;

  background-position: center bottom;

  background-repeat: no-repeat;

  padding: 270px 0 150px;

  position: relative;

  z-index: 1;

  height: 1030px;

}



section.banner::after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

}



.banner-txt h6.overline {

  color: #fff;

  font-size: 20px;

  font-weight: 600;

  margin-bottom: 20px;

  font-family: 'Gilroy';

}



.banner-txt h1 {

  font-size: 75px;

  line-height: 0.95;

  color: #fff;

  font-weight: 600;

  margin-bottom: 20px;

  letter-spacing: -2px;
}



.banner-txt p {

  font-size: 16px;

  color: #fff;

  max-width: 600px;

  margin-bottom: 45px;

  line-height: 1.6;

  font-weight: 300;

}



.btn-1 {

  background: #2b2bff;

  color: #fff;

  padding: 18px 35px;

  border-radius: 5px;

  font-family: 'Gilroy';

  font-weight: 600;

  display: inline-flex;

  align-items: center;

  gap: 15px;

  transition: all 0.5s ease;

  text-transform: capitalize;

}



.btn-1 i {

  transform: rotate(0deg);

  font-size: 14px;

}



.btn-1:hover {

  background: #fff;

  color: #2b2bff;

  border: 1px solid;

}



.banner-bottom {

  margin-top: 54px;

}



.banner-stats {

  display: flex;

  gap: 93px;

  margin-bottom: 58px;

}



.stat-item h3 {

  font-size: 55px;

  color: #fff;

  margin-bottom: 0px;

  font-weight: 700;

}



.stat-item p {

  color: #ccc;

  font-size: 14px;

  text-align: center;

  margin-top: 13px;
}



.banner-social {

display: flex;

align-items: center;

position: absolute;

bottom: 30px;

justify-content: space-between;

width: 17%;
}

.banner-social::before {
  position: absolute;
  top: 20px;
  left: -40px;
  width: 56px;
  height: 1px;
  content: '';
  background-color: #fff;
  margin: 0px auto;
  right: 30px;
}


.banner-social span {

  color: #fff;

  font-size: 14px;

  font-weight: 600;

}



.social-links {

display: flex;

gap: 8px;

margin-bottom: 0 !important;
}



.social-links li a {

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 50%;

  color: #fff;

  transition: all 0.5s ease;

}



.social-links li a:hover {

  background: #2b2bff;

}



.banner-cards {

  display: flex;

  justify-content: flex-end;

  gap: 20px;

}



.banner-card {

  background: rgba(255, 255, 255, 0.05);

  backdrop-filter: blur(20px);

  -webkit-backdrop-filter: blur(20px);

  padding: 40px 30px;

  width: 528px;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  transition: all 0.5s ease;

  text-align: center;

  font-size: 20px;

  font-family: 'Gilroy';

  font-weight: 600;

}



.banner-card h4 {

  color: #fff;

  font-size: 20px;

  font-weight: 600;

  margin-bottom: 0;

  line-height: 1.4;

}





.banner-card.b-card-1 {

  position: absolute;

  bottom: 85px;

  left: 0px;

  right: 0;

  margin: 0 auto;
}



.banner-card.b-card-2 {

  position: absolute;

  right: 0px;

  bottom: 168px;
}



.banner-card:hover {

  background: rgba(255, 255, 255, 0.15);

}



/*banner css end*/



/*services section start */

.services-sec {

  background: linear-gradient(rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.96)), url(../images/banner-bg.png);

  background-size: cover;

  background-position: center;

  background-attachment: fixed;

  padding: 100px 0 80px;

  position: relative;

  overflow: hidden;

  color: #fff;

}



.ser-heading h5.overline {

  color: #fff;

  font-family: 'Gilroy';

  text-transform: uppercase;

  font-size: 14px;

  margin-bottom: 20px;

  letter-spacing: 1.5px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  font-weight: 500;

}



.ser-heading h2 {

  color: #fff;

  font-size: 52px;

  font-weight: 700;

  margin-bottom: 20px;

  font-family: 'Gilroy';

  letter-spacing: -0.5px;

}



.ser-heading p {

  color: #888;

  margin: 0 auto;

  font-size: 14px;

  line-height: 1.6;

  width: 91%;

  margin-bottom: 30px;

  text-align: center;

}



.services-list-container {

  position: relative;

  min-height: 450px;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.ser-float-img {

  position: absolute;

  top: 50%;

  width: 373px;

  z-index: 1;

  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.9);

}



.ser-float-img img {

  width: 100%;

  height: 550px;

  object-fit: cover;

}



.left-tilt {

  left: -243px;

  transform: translateY(-72%) rotate(9deg);

}



.right-tilt {

  right: -248px;

  transform: translateY(-72%) rotate(355deg);

}



.ser-interactive-list {

  list-style: none;

  padding: 0;

  margin: 0;

  text-align: center;

  position: relative;

  z-index: 5;

}



.ser-interactive-list li {

  margin-bottom: 25px;

  position: relative;

}



.ser-interactive-list li a {

  font-size: 40px;

  color: rgba(255, 255, 255, 0.15);

  font-family: 'Gilroy';

  font-weight: 600;

  transition: all 0.4s ease;

  display: inline-block;

  line-height: 1.1;

}



.ser-interactive-list li a span {

  font-size: 20px;

  color: rgba(255, 255, 255, 0.08);

  margin-left: 10px;

}



.ser-interactive-list li.active a,

.ser-interactive-list li:hover a {

  color: #fff;

  font-size: 52px;

}



.ser-interactive-list li.active a span,

.ser-interactive-list li:hover a span {

  color: rgba(255, 255, 255, 0.4);

}



.detail-circle {

  position: absolute;

  top: 21%;

  right: 196px;

  transform: translateY(-50%) rotate(358deg);

  width: 110px;

  height: 110px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(8px);

  -webkit-backdrop-filter: blur(8px);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  text-align: center;

  font-size: 11px;

  font-family: 'Gilroy';

  font-weight: 600;

  line-height: 1.2;

  z-index: 10;

  pointer-events: none;

}



.sq-pattern {

  position: absolute;

  z-index: 0;

}



.sq-pattern span {

  background: #fff;

  display: block;

  position: absolute;

}



.pt-tl {

  top: 30px;

  left: 30px;

}



.pt-tl span:nth-child(1) {

  width: 60px;

  height: 60px;

  top: -29px;

  left: -31px;

}



.pt-tl span:nth-child(2) {

  width: 30px;

  height: 30px;

  top: 32px;

  left: 29px;

}



.pt-tl span:nth-child(3) {

  width: 25px;

  height: 25px;

  top: 4px;

  left: 60px;

}



.pt-br {

  bottom: 0px;

  right: 0px;

}



.pt-br span:nth-child(1) {

  width: 50px;

  height: 50px;

  bottom: 0;

  right: 0;

}



.pt-br span:nth-child(2) {

  width: 30px;

  height: 30px;

  bottom: 68px;

  right: 13px;

}



.pt-br span:nth-child(3) {

  width: 30px;

  height: 30px;

  bottom: 50px;

  right: 50px;

}



/*services section end */



/*about start*/

section.about {

  padding: 120px 0px;

}



.abt-img img {

  height: 640px;

  object-fit: cover;

  width: 100%;

}



.abt-img {

  position: relative;

}



.abt-txt h5 {

  font-size: 20px;

  margin-bottom: 10px;

  display: flex;

  align-items: center;

  gap: 10px;

  color: #000;

}



.abt-txt h5 img {

  width: 20px;

  height: 20px;

  object-fit: contain;

}



.abt-txt h2 {

  font-size: 50px;

  line-height: 1;

  color: #000000;

  margin-bottom: 10px;

}



.abt-txt h2 span {

  display: block;

}



.abt-txt p {

  font-size: 14px;

  color: #7c7c7c;

  width: 100%;

  margin-bottom: 30px;

}



.abt-txt ul {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.abt-txt ul li h3 {

  font-size: 50px;

  line-height: 1;

  color: #000000;

  font-weight: 500;

  margin-bottom: 10px;

}



.abt-txt ul li h3 span {

  display: block;

  font-size: 14px;

  font-family: 'Poppins';

  color: #7c7c7c;

}



.abt-txt ul li {

  border-right: 1px solid #cccccc;

  width: 30%;

}



.abt-txt ul li:last-child {

  border-right: unset;

}



a.btn-1 {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 12px 30px;

  border-radius: 5px;

  background-image: -webkit-linear-gradient(0deg, rgb(0, 0, 244) 0%, rgb(75, 75, 247) 100%);

  color: #ffff;

  padding-right: 20px;

}



.abt-img::before {

  position: absolute;

  content: '';

  top: 0;

  right: 0;

  background-repeat: no-repeat;

  background-size: contain;

  width: 120px;

  height: 120px;

  background-image: url(../images/abt-bf.png);

}



.abt-img::after {

  position: absolute;

  content: '';

  bottom: -30px;

  left: 0;

  background-repeat: no-repeat;

  background-size: contain;

  width: 120px;

  height: 120px;

  background-image: url(../images/abt-af.png);

}



a.btn-1 i {

  transform: rotate(45deg);

  font-size: 18px;

}



/*about end*/



/*chose start*/

section.chose {

  padding: 100px 0 30px;

}



.chse-box {

  padding: 30px 20px;

  border: 1px solid #eeeeee;

  margin-bottom: 30px;

  position: relative;

  transition: all 0.5s ease-in-out;

  cursor: pointer;

}



.chse-box.active,

.chse-box:hover {

  background: #2b2bff;

  border-color: transparent;

}



.chse-icon {

  position: relative;

  width: 50px;

  height: 50px;

  margin-bottom: 20px;

}



.chse-icon img {

  height: 100%;

  width: auto;

  object-fit: contain;

  transition: all 0.5s ease-in-out;

}



.chse-box:hover .chse-icon img,

.chse-box.active .chse-icon img {

  filter: brightness(0) invert(1);

}



.chse-box h4 {

  font-size: 20px;

  color: #000;

  font-weight: 600;

  line-height: 1.3;

  margin-bottom: 0px;

  transition: all 0.5s ease-in-out;

  font-family: 'Gilroy';

}



.chse-box:hover h4,

.chse-box.active h4 {

  color: #fff;

}



.chse-pattern {

  position: absolute;

  width: 50px;

  height: 50px;

  transition: all 0.5s ease;

}



.chse-pattern.top-right {

  top: 0;

  right: 0;

}



.chse-pattern.bottom-right {

  bottom: 0;

  right: 0;

}



.chse-pattern img {

  width: 100%;

  height: 100%;

  object-fit: contain;

  transition: all 0.5s ease-in-out;

}



.chse-pattern img.hover {

  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;

}



.chse-box:hover .chse-pattern img.normal,

.chse-box.active .chse-pattern img.normal {

  opacity: 0;

}



.chse-box:hover .chse-pattern img.hover,

.chse-box.active .chse-pattern img.hover {

  opacity: 1;

}



.chse-img {

  position: relative;

  overflow: visible;

}



.chse-img img {

  width: 100%;

  height: 650px;

  object-fit: cover;

}



.img-bf {

  position: absolute;

  top: -30px;

  right: -20px;

  width: 110px;

  z-index: 2;

}



.img-af {

  position: absolute;

  bottom: -30px;

  left: -20px;

  width: 110px;

  z-index: 2;

}



.chse-txt h5 {

  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 16px;

  margin-bottom: 15px;

  color: #2b2bff;

  font-family: 'Gilroy';

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 1px;

}



.chse-txt h5 img {

  width: 18px;

  height: 18px;

  object-fit: contain;

  filter: invert(21%) sepia(100%) saturate(7483%) hue-rotate(244deg) brightness(98%) contrast(106%);

}



.chse-txt h2 {

  font-size: 52px;

  line-height: 1.1;

  margin-bottom: 30px;

  color: #000;

  font-weight: 700;

  letter-spacing: -1px;

  font-family: 'Gilroy';

}



.chse-txt p {

  font-size: 15px;

  color: #777;

  margin-bottom: 25px;

  line-height: 1.6;

}



.chse-txt h3 {

  font-size: 26px;

  margin-top: 40px;

  margin-bottom: 15px;

  color: #000;

  font-weight: 700;

  font-family: 'Gilroy';

}



.img-af img,

.img-bf img {

  height: auto;

  width: 100%;

}



/*chose end*/





/*project start*/

.pro-1-img {

  height: 540px;

  width: 100%;

  position: relative;

}



.pro-1-img img {

  height: 100%;

  width: 100%;

  object-fit: cover;

}



section.project {

  padding: 100px 0px 80px;
}



.pro-bot-txt {

  margin-top: 20px;

}



.pro-bot-txt ul {

  display: flex;

  align-items: center;

  gap: 30px;

  margin-bottom: 10px;

}



.pro-bot-txt ul li h6 {

  color: #7c7c7c;

  font-family: 'Poppins';

  margin-bottom: 0;

}



.pro-2-img {

  position: relative;

  width: 100%;

  height: 372px;

}



.pro-2-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.pro-bot-txt h3 {

  font-size: 30px;

  color: #000000;

  margin-bottom: 10px;

}



.pro-1-img::before {

  position: absolute;

  content: '';

  top: 0px;

  left: 0;

  background-repeat: no-repeat;

  background-size: contain;

  width: 120px;

  height: 120px;

  background-image: url(../images/pro-bf.png);

}



.pro-1-img::after {

  position: absolute;

  content: '';

  bottom: -30px;

  right: 0;

  background-repeat: no-repeat;

  background-size: contain;

  width: 120px;

  height: 120px;

  background-image: url(../images/pro-af.png);

}





.pro-2-img::before {

  position: absolute;

  content: '';

  top: 0px;

  left: 0;

  background-repeat: no-repeat;

  background-size: contain;

  width: 120px;

  height: 120px;

  background-image: url(../images/pro-bf.png);

}



.pro-2-img::after {

  position: absolute;

  content: '';

  bottom: -30px;

  right: 0;

  background-repeat: no-repeat;

  background-size: contain;

  width: 120px;

  height: 120px;

  background-image: url(../images/pro-af.png);

}



.pro-txt h5 {

  font-size: 20px;

  margin-bottom: 10px;

  display: flex;

  align-items: center;

  gap: 10px;

  color: #000;

}



.pro-txt h3 {

  font-size: 50px;

  line-height: 1;

  color: #000000;

  margin-bottom: 10px;

}



.pro-txt p {

  font-size: 14px;

  color: #7c7c7c;

  width: 73%;

}



.pro-txt {

  margin-bottom: 40px;

}



/*project end*/



/*testimonial start*/

section.testimonial {

  padding: 100px 0px;

  background-color: #fff;

  overflow: hidden;

}



.test-heading {

  margin-bottom: 50px;

}



.test-heading h5 {

  font-size: 20px;

  margin-bottom: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  color: #000;

}



.test-heading h5 img {

  width: 20px;

  height: 20px;

  object-fit: contain;

}



.test-heading h2 {

  font-size: 50px;

  line-height: 1;

  color: #000000;

  margin-bottom: 20px;

  font-weight: 500;

  margin-bottom: 10px;

}



.test-heading p {

  font-size: 14px;

  color: #7c7c7c;

  width: 53%;

  margin: 0 auto;

}



.test-slider {

  margin: 0 -15px;

}



.test-slider .slick-slide {

  padding: 0px;

}



.test-box {

  padding: 40px 20px;

  border: 1px solid #eeeeee;

  transition: all 0.5s ease-in-out;

  position: relative;

  background: #fff;

  z-index: 1;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}



.test-box::before {

  position: absolute;

  content: '';

  top: 0;

  right: 0;

  background-repeat: no-repeat;

  background-size: contain;

  width: 60px;

  height: 60px;

  background-image: url(../images/test-bf.png);

  transition: all 0.5s ease-in-out;

}



.test-box::after {

  position: absolute;

  content: '';

  bottom: 0;

  right: 50px;

  background-repeat: no-repeat;

  background-size: contain;

  width: 60px;

  height: 60px;

  background-image: url(../images/test-af.png);

  transition: all 0.5s ease-in-out;

  z-index: -1;

  right: 0;

}



.test-box:hover {

  background-image: -webkit-linear-gradient(0deg, rgb(0, 0, 244) 0%, rgb(75, 75, 247) 100%);

  border-color: transparent;

}



.test-box:hover::before {

  background-image: url(../images/test-bf-hover.png);

}



.test-box:hover::after {

  right: 0;

}



.stars {

  display: flex;

  gap: 5px;

  margin-bottom: 20px;

  position: relative;

  z-index: 2;

}



.stars li i {

  color: #ffb400;

  font-size: 16px;

}



.test-box p {

  font-size: 12px;

  color: #7c7c7c;

  margin-bottom: 30px;

  transition: all 0.5s ease-in-out;

  position: relative;

  z-index: 2;

}



.test-box:hover p {

  color: #fff;

}



.test-user {

  display: flex;

  align-items: center;

  gap: 15px;

  position: relative;

  z-index: 2;

}



.user-img {

  width: 70px;

  height: 70px;

  border-radius: 50%;

  overflow: hidden;

}



.user-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.user-txt h4 {

  font-size: 20px;

  color: #000;

  margin-bottom: 0px;

  font-weight: 400;

  transition: all 0.5s ease-in-out;

}



.user-txt p {

  font-size: 14px;

  color: #7c7c7c;

  margin-bottom: 0px !important;

  transition: all 0.5s ease-in-out;

}



.test-box:hover .user-txt h4,

.test-box:hover .user-txt p {

  color: #fff;

}



/* Slider Arrows */

.test-slider .slick-prev,

.test-slider .slick-next {

  width: 50px;

  height: 50px;

  background: #fff;

  border-radius: 50%;

  z-index: 10;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  transition: all 0.5s ease-in-out;

}



.test-slider .slick-prev:hover,

.test-slider .slick-next:hover {

  background-image: -webkit-linear-gradient(0deg, rgb(0, 0, 244) 0%, rgb(75, 75, 247) 100%);

}



.test-slider .slick-prev {

  left: -64px;

}



.test-slider .slick-next {

  right: -65px;

}



.test-slider .slick-prev:before,

.test-slider .slick-next:before {

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  font-size: 20px;

  color: #4b4bf7;

  opacity: 1;

}



.test-slider .slick-prev:before {

  content: "\f060";

}



.test-slider .slick-next:before {

  content: "\f061";

}



.test-slider .slick-prev:hover:before,

.test-slider .slick-next:hover:before {

  color: #fff;

}



@media (max-width: 991px) {

  .test-heading p {

    width: 80%;

  }

}



@media (max-width: 767px) {

  .test-heading h2 {

    font-size: 35px;

  }



  .test-heading p {

    width: 100%;

  }

}



.test-slider .slick-current {

  opacity: 1;

}



.test-slider .slick-active {

  opacity: 1;

}



.test-slider .slick-track {

  display: flex !important;

}



.test-slider .slick-slide {

  margin: 0px 10px;

  height: auto;

  display: flex !important;

}



.test-slider .slick-slide>div {

  width: 100%;

  display: flex;

}



/*testimonial end*/



/*footer start*/

.footer {

  background-color: #1d1d1d;

  position: relative;

  overflow: hidden;

}



.footer-top {

  padding: 80px 0 30px;

  position: relative;

}



.ft-bf {

  position: absolute;

  top: 0;

  left: -20px;

  width: 140px;

}



.ft-af {

  position: absolute;

  bottom: -100px;

  right: -20px;

  width: 140px;

}



.ft-col-1 a {

  display: block;

  margin-bottom: 30px;

}



.ft-col-1 img {

  width: 180px;

}



.ft-col-1 p {

  color: #fff;

  font-size: 12px;

  line-height: 23px;

  font-weight: 400;

  margin-top: 20px;

  width: 92%;

}



.footer h3 {

  color: #fff;

  font-size: 20px;

  font-weight: 500;

  margin-bottom: 10px;

  font-family: 'Gilroy';

}



.ft-links {

  margin: 0;

  padding: 0;

  list-style: none;

}



.ft-links li {

  margin-bottom: 15px;

}



.ft-links li a {

  color: #fff;

  font-size: 14px;

  transition: all 0.5s ease;

  font-weight: 400;

}



.ft-links li a:hover {

  color: #fff;

}



.con-info p {

  color: #c5c5c5;

  font-size: 13px;

  line-height: 22px;

  margin-bottom: 20px;

  font-weight: 400;

}



.con-info p a {

  color: #c5c5c5;

}



.con-info p a:hover {

  color: #fff;

}



.line {

  position: relative;

}



.line::before {

  content: '';

  position: absolute;

  left: -13px;

  top: 10%;

  height: 180px;

  width: 1px;

  background-color: #3b3b3b;

}



.footer-bottom {

  border-top: 1px solid #2d2d2d;

  padding: 30px 0;

}



.footer-bottom p {

  color: #fff;

  font-size: 14px;

  margin: 0;

  font-weight: 400;

  opacity: 0.9;

}



@media (max-width: 991px) {

  .line::before {

    display: none;

  }



  .ft-col-2,

  .ft-col-3,

  .ft-col-4 {

    margin-top: 40px;

  }

}



/*footer end*/

/*inner-banner start*/

section.inner-banner {

  position: relative;

  background-image: url(../images/inner-banner.jpg);

  background-size: cover;

  background-repeat: no-repeat;

  padding: 100px 0px 100px 0px;

  height: 600px;

  display: flex;

  align-items: center;

  background-position: top;

}



.in-ban-txt h1 {

font-size: 75px;

line-height: 1;

margin-bottom: unset;

color: #fff;

font-weight: 600;

text-transform: capitalize;
}



section.about.inn {

  padding: 100px 0px 0px;

}



section.chose.inn {

  padding-bottom: 100px;

}



section.project.inn {

  padding: 100px 0px;

}



section.project.inn .pro-txt {

  text-align: center;

}



section.project.inn .pro-txt h5 {

  justify-content: center;

}



section.project.inn .pro-txt p {

  margin: 0 auto;

  width: 45%;

}



.pro-2-img.tw:before {

  right: 0;

  left: auto;

  background-image: url(../images/bf-th.png);

  top: 0;

}



.pro-2-img.tw:after {

  bottom: -28px;

  top: auto;

  left: 0;

  background-image: url(../images/bf-tw.png);

}



.pro-1-img.tw:before {

  right: 0;

  left: auto;

  background-image: url(../images/bf-th.png);

  top: 0;

}



.pro-1-img.tw:after {

  bottom: -28px;

  top: auto;

  left: 0;

  background-image: url(../images/bf-tw.png);

}



.pro-1-img.tw {

  margin-top: -167px;

}



section.contact-pg {

  padding: 100px 0px;

}



.cont-img img {

  width: 100%;

  height: 670px;

  object-fit: cover;

}



.cont-img {

  position: relative;

}



.cont-img::before {

  position: absolute;

  content: '';

  bottom: -20px;

  left: 0;

  width: 80px;

  height: 80px;

  background-size: contain;

  background-image: url(../images/bf-tw.png);

}



.cont-img::after {

  position: absolute;

  content: '';

  top: -2px;

  right: 0;

  width: 80px;

  height: 80px;

  background-size: contain;

  background-image: url(../images/bf-th.png);

  background-repeat: no-repeat;

}



.contact-txt-pg h3 {

  font-size: 50px;

  line-height: 1;

  color: #000000;

  margin-bottom: 10px;

}



.contact-txt-pg p {

  font-size: 14px;

  color: #7c7c7c;

}



.contact-txt-pg form input {

  width: 100%;

  outline: none;

  padding: 12px;

  border-radius: 10px;

  margin-bottom: 20px;

  border: 1px solid #bdbdbd;

}



.contact-txt-pg form textarea {

  width: 100%;

  outline: none;

  padding: 12px;

  border-radius: 10px;

  margin-bottom: 20px;

  border: 1px solid #bdbdbd;

  padding-top: 120px;

  resize: none;

}





.contact-txt-pg button {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 12px 30px;

  border-radius: 5px;

  background-image: -webkit-linear-gradient(0deg, rgb(0, 0, 244) 0%, rgb(75, 75, 247) 100%);

  color: #ffff;

  padding-right: 20px;

  border: unset;

}



.contact-txt-pg button i {

  transform: rotate(45deg);

  font-size: 18px;

}



/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;

  margin: 0;

}



/* Firefox */

/* Firefox */

input[type=number] {

  -moz-appearance: textfield;

}



/* Inner Page Services Grid */

.inner-ser-grid {

  padding: 100px 0;

  background: #fff;

}



.ser-page-heading {

  margin-bottom: 20px;

}



.ser-page-heading h5 i {

  color: #2b2bff;

}



.ser-page-heading h5 {

  font-family: 'Gilroy';

  color: #000;

  font-size: 20px;

  font-weight: 600;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  margin-bottom: 0px;

}



.ser-page-heading h2 {

  font-size: 48px;

  font-weight: 700;

  color: #111;

  font-family: 'Gilroy';

  margin: unset;

}



.ser-item-box {

  margin-bottom: 50px;

  text-align: center;

  transition: all 0.5s ease;

  position: relative;

  background: #fff;

}



.ser-item-box .ser-img {

  width: 100%;

  height: 380px;

  overflow: hidden;

  margin-bottom: 25px;

  position: relative;

}



.ser-item-box .ser-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.ser-item-box h4 {

  font-size: 30px;

  font-weight: 600;

  color: #111;

  margin-bottom: 15px;

  font-family: 'Gilroy';

}



.ser-item-box p {

  font-size: 14px;

  color: #666;

  line-height: 1.6;

  margin-bottom: 25px;

  padding: 0 20px;

}



.ser-item-box .btn-1 {

  background: #2b2bff;

  color: #fff;

  padding: 12px 25px;

  border-radius: 5px;

  font-family: 'Gilroy';

  font-weight: 600;

}



/* Featured Service Item (Blue Card) */

.ser-item-box:hover {
  background: #2b2bff;
  color: #fff;
  padding-bottom: 40px;
}



.ser-item-box:hover h4,
.ser-item-box:hover p {
  color: #fff;
}



/* White square in top right of image */
.ser-item-box .ser-img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 2;
  transition: all 0.5s ease;
  opacity: 0;
}

.ser-item-box:hover .ser-img::after {
  opacity: 1;
}

.ser-item-box .ser-img::before {
  content: '';
  position: absolute;
  top: 60px;
  right: 60px;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 2;
  transition: all 0.5s ease;
  opacity: 0;
}

.ser-item-box:hover .ser-img::before {
  opacity: 1;
}



/* Bottom corner square on featured card */

.featured-sq-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s ease;
}

.ser-item-box:hover .featured-sq-btm {
  opacity: 1;
}



.featured-sq-btm span:nth-child(1) {

  display: block;

  width: 45px;

  height: 45px;

  background: #fff;

}



.featured-sq-btm span:nth-child(2) {

  display: block;

  width: 25px;

  height: 25px;

  background: #fff;

  position: absolute;

  top: -25px;

  right: -25px;

}



.ser-item-box:hover .btn-1 {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}



.ser-item-box:hover .btn-1:hover {
  background: #fff;
  color: #2b2bff;
}



.ser-item-box:hover .ser-img img {

  transform: scale(1.05);

}



/* Service Detail Section */

.ser-det-sec {

  padding: 90px 0 80px;

}



.ser-det-img {

  position: relative;

  margin-bottom: 10px;

}



.ser-det-img img {

  width: 100%;

  height: 638px;

  object-fit: cover;

}



/* White square patterns on top right of detail image */

.det-sq-top {

  position: absolute;

  top: 0;

  right: 0px;

  z-index: 2;

  display: flex;

}



.det-sq-top span:nth-child(1) {

  width: 60px;

  height: 60px;

  background: #fff;

  display: block;

}



.det-sq-top span:nth-child(2) {

  width: 30px;

  height: 30px;

  background: #fff;

  display: block;

  margin-left: -22px;

  margin-top: 60px;

}



.ser-det-txt h2 {

  font-size: 50px;

  font-weight: 600;

  color: #111;

  font-family: 'Gilroy';

  margin-bottom: 5px;

}



.ser-det-txt p {

  font-size: 14px;

  color: #666;

  line-height: 1.8;

  margin-bottom: 30px;

  text-align: justify;

}

section.project a.btn-1 {

  margin-top: 40px;

}

.stat-item {
  position: relative;
}

.stat-item::before {
  position: absolute;
  top: 0px;
  right: -51px;
  background-color: #ffffff6e;
  content: '';
  width: 1px;
  height: 69px;
}

.stat-item:last-child::before {
  display: none;
}

section.case-studies {
    padding: 80px 0px;
}

.case-studies-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 40px;
}
.case-studies-txt h3 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #000000;
}

.case-studies-txt p {
    font-size: 15px;
    color: #000000;
    line-height: 24px;
}
