h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gilroy';
  color: #040404;
  font-weight: 800;
}
p {
  font-family: 'Gilroy';
  font-size: 1.1rem;
  color: #545454;
  padding: 0;
  margin: 0;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }

}


/*=================================== For New Landing Page Style Start ===================================*/
.new-land-design {
  font-family: 'Gilroy';
}
.new-land-design h1,
.new-land-design h2,
.new-land-design h3,
.new-land-design h4,
.new-land-design h5,
.new-land-design h6,
.new-land-design p {
  font-family: 'Gilroy';
}
.new-land-design a {
  font-family: 'Gilroy';
  text-decoration: none;
}
.new-land-design a,
.new-land-design input,
.new-land-design textarea,
.new-land-design button {
  font-family: 'Gilroy';
  outline: 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
/************* Global Style Start *************/
.error{
  font-size: 14px;
  color: #ff0000;
  font-weight: 500;
  margin: 0 0 3px 3px;
}
.ogmaDefaultForm .ogmaFormSingleClm {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.ogmaDefaultForm .ogmaFormRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ogmaDefaultForm .ogmaFormRow .ogmaFormClmTwo {
  position: relative;
  width: 49%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .ogmaDefaultForm .ogmaFormRow .ogmaFormClmTwo {
    width: 100%;
  }
}
.ogmaDefaultForm label {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 15px;
  color: #888888;
  font-weight: 500;
}
.ogmaDefaultForm label sup {
  font-size: 15px;
  color: #1aa172;
  font-weight: 600;
  top: 0;
}
.ogmaDefaultForm input[type=text],
.ogmaDefaultForm input[type=email],
.ogmaDefaultForm input[type=tel],
.ogmaDefaultForm input[type=search],
.ogmaDefaultForm input[type=file],
.ogmaDefaultForm select,
.ogmaDefaultForm textarea {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border: 1px solid #d7dade;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 15px;
  color: #1d1c1c;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ogmaDefaultForm textarea {
  height: 120px;
  resize: none;
}
.ogmaDefaultForm input[type=submit],
.ogmaDefaultForm button[type=submit] {
  width: 100%;
  background: #7200dc;
  font-size: 18px;
  color: #fefeff;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 6px;
  border: none;
}
.ogmaDefaultForm input[type=submit]:hover,
.ogmaDefaultForm button[type=submit]:hover {
  background-color: #fd583e;
}
.ogmaDefaultForm .ogmaSelectField select {
  font-size: 15px;
  color: #888888;
  font-weight: 500;
  background-image: url(../images/down-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ogmaDefaultForm .redioSec {
  display: flex;
  flex-wrap: wrap;
}
.ogmaDefaultForm .redioSec .radio-button-container {
  color: #a8aab5;
  display: block;
  position: relative;
  padding-left: 0;
  line-height: 25px;
  margin-bottom: 12px;
  margin-left: 0;
  cursor: pointer;
  font-size: 15px;
  color: #888888;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .ogmaDefaultForm .redioSec .radio-button-container {
    width: 50%;
    margin: 0;
  }
}
.ogmaDefaultForm .redioSec .radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ogmaDefaultForm .redioSec .radio-button-container .checkmark {
  position: absolute;
  top: 0;
  left: 35px;
  height: 26px;
  width: 26px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  transition: all 0.3s;
}
.ogmaDefaultForm .redioSec .radio-button-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ogmaDefaultForm .redioSec .radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
}
.ogmaDefaultForm .redioSec .radio-button-container input:checked ~ .checkmark:after {
  display: block;
}
.ogmaDefaultForm .redioSec .radio-button-container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7200dc;
}
.text-gradient-one {
  background-image: linear-gradient(130deg, #591e05, #c43a30 50%, #870dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/************* Global Style End *************/
/************* Header Style Start *************/
.landing-hdr {
  background-color: transparent;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 2;
}
.landing-hdr .hdr-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .landing-hdr .hdr-row {
    justify-content: center;
  }
}
.landing-hdr .schedule-appoint-btn {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .landing-hdr .schedule-appoint-btn {
    font-size: 14px;
    display: none;
  }
}
.landing-hdr .schedule-appoint-btn a {
  display: inline-block;
  padding: 15px 15px;
  color: #ffffff;
  background-color: #7606df;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.landing-hdr .schedule-appoint-btn a:hover{
  color: #ffffff;
  background-color: #450087;
  transform: translateY(-5px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
header.landing-hdr.sticky {
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
header.landing-hdr .land-hdr-logo img,
header.landing-hdr .schedule-appoint-btn a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.landing-hdr .land-hdr-logo img {
  max-width: 285px;
}
@media only screen and (max-width: 576px) {
  header.landing-hdr .land-hdr-logo img {
    max-width: 200px;
  }
}
header.landing-hdr.sticky .land-hdr-logo img {
  max-width: 200px;
}
header.landing-hdr.sticky .schedule-appoint-btn a {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .desk-logo {
    display: none;
  }
}
.mob-logo {
  display: none;
}
.mob-center-logo {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mob-center-logo {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .landing-hdr.sticky .mob-logo {
    display: block;
  }
  .landing-hdr.sticky .mob-center-logo {
    display: none;
  }
  .landing-hdr.sticky .schedule-appoint-btn {
    display: inline-block;
  }
  .landing-hdr.sticky .hdr-row {
    justify-content: space-between;
  }
}
/************* OLD Banner Style Start *************/
.landing-banner-prt {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  min-height: 1100px;
}
.landing-banner-prt::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/banner-bg.png) no-repeat 0 0;
  background-size: cover;
  top: 0;
  right: 0;
}
.landing-banner-prt .land-bnr-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 130px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .landing-banner-prt .land-bnr-row {
    padding-top: 70px;
  }
}
.landing-banner-prt .land-bnr-left-prt {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .landing-banner-prt .land-bnr-left-prt {
    width: 100%;
    order: 1;
    margin-top: 10px;
  }
}
.landing-banner-prt .land-bnr-left-prt h1 {
  font-size: 83px;
  color: #000000;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .landing-banner-prt .land-bnr-left-prt h1 {
    font-size: 30px;
  }
}
.landing-banner-prt .land-bnr-left-prt h1 .the-gradient {
  background-image: linear-gradient(150deg, #591e05, #c43a30 50%, #c73753 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-banner-prt .land-bnr-left-prt h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  margin: 15px 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .landing-banner-prt .land-bnr-left-prt h2 {
    font-size: 22px;
    text-align: center;
  }
}
.landing-banner-prt .land-bnr-left-prt h2 span {
  color: #7a7a7a;
}
.landing-banner-prt .land-bnr-left-prt .group-img-prt {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .landing-banner-prt .land-bnr-left-prt .group-img-prt {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.landing-banner-prt .land-bnr-left-prt .group-img-prt p {
  font-size: 16px;
  color: #323548;
  font-weight: 500;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .landing-banner-prt .land-bnr-left-prt .group-img-prt p {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.landing-banner-prt .land-bnr-left-prt .group-img-prt p strong {
  color: #000000;
  font-weight: 600;
}
.landing-banner-prt .land-bnr-left-prt .app-list-prt {
  margin-top: 30px;
}
.landing-banner-prt .land-bnr-left-prt .app-list-prt h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}
.landing-banner-prt .land-bnr-left-prt .app-list-prt span {
  display: inline-block;
  font-size: 16px;
  color: #747477;
  font-weight: 600;
  background-color: #f8f9fb;
  padding: 10px 10px;
  border-radius: 6px;
  margin: 0 2px 5px 0;
}
@media only screen and (max-width: 991px) {
  .landing-banner-prt .land-bnr-left-prt .mob-none {
    display: none;
  }
}
.landing-banner-prt .land-bnr-right-prt {
  width: 38%;
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 576px) {
  .landing-banner-prt .land-bnr-right-prt {
    scroll-margin-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .landing-banner-prt .land-bnr-right-prt {
    width: 100%;
  }
}
.landing-banner-prt .land-bnr-right-prt h1 {
  font-weight: 700;
  display: none;
}
@media only screen and (max-width: 991px) {
  .landing-banner-prt .land-bnr-right-prt h1 {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.landing-banner-prt .land-bnr-right-prt .banner-form-box {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #ff5800, #7200dc) border-box;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 20px 20px;
}
.landing-banner-prt .land-bnr-right-prt .banner-form-box h2 {
  font-size: 16px;
  color: #666a7d;
  font-weight: 500;
  margin-bottom: 20px;
}
.landing-banner-prt .land-bnr-right-prt .banner-form-box h2 strong {
  font-size: 34px;
  color: #000000;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 767px) {
  .landing-banner-prt .land-bnr-right-prt .banner-form-box h2 strong {
    font-size: 25px;
  }
}



/************* Banner Style Start *************/
.landing-slider-banner-sec{
  position: relative;
  margin-top: 75px;
}
.landing-slider-banner-item{
  position: relative;
  text-align: center;
  min-height: 350px;
  padding: 80px 0 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landing-slider-banner-item h2{
  font-size: 80px;
  color: #000000;
  font-weight: 700;
}
.landing-slider-banner-item p{
  font-size: 22px;
  color: #7a7a7a;
  font-weight: 400;
  margin: 25px 0;
}
.landing-slider-banner-item p strong{
  font-weight: 600;
  color: #4c4848;
}
.landing-slider-banner-item ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.landing-slider-banner-item ul li{
  position: relative;
  font-size: 20px;
  color: #7a7a7a;
  font-weight: 600;
  margin: 2px 18px;
}
.landing-slider-banner-item ul li:not(:first-child):before{
  position: absolute;
  font-family: "Fontawesome";
  content: '\f005';
  font-size: 13px;
  color: #d5bdbd;
  top: 6px;
  left: -26px;
}
.landing-slider-banner-item p a.landing-purple-btn{
  font-size: 18px;
  color: #ffffff !important;
  font-weight: 600;
  background-color: #7606df;
  display: inline-block;
  padding: 16px 40px;
  border-radius: 8px;
  text-decoration: none !important;
  margin-top: 10px;
  cursor: pointer;
}
.landing-slider-banner-item p a.landing-purple-btn:hover{
  transform: translateY(-8px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.landing-slider-banner-item .landing-bnr-phone p{
  margin-bottom: 0;
  font-size: 22px;
  color: #7a7a7a;
  font-weight: 500;
}
.landing-slider-banner-item .landing-bnr-phone p a{
  color: #7606df;
}
.landing-slider-banner-item .landing-bnr-phone p a:hover{
  color: #000000;
}
.landing-slider-banner-item .landing-bnr-phone p .fa-solid{
  position: relative;
  top: 2px;
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  color: #7606df;
  text-align: center;
  line-height: 45px;
}


@media only screen and (max-width: 991px){
  .landing-slider-banner-sec{
    margin-top: 55px;
  }
  .landing-slider-banner-item{
    height: 300px;
  }
  .landing-slider-banner-item h2{
    font-size: 30px;
  }
  .landing-slider-banner-item p{
    font-size: 16px;
  }
  .landing-slider-banner-item ul li{
    font-size: 16px;
    margin: 2px 12px;
  }
  .landing-slider-banner-item ul li:not(:first-child):before{
    font-size: 10px;
    left: -18px;
  }
  .landing-slider-banner-item p a{
    font-size: 16px;
    padding: 14px 16px;
  }
}



/************* Trusted Partner Style Start *************/
.trusted-partner-sec {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .trusted-partner-sec {
    padding: 50px 0 20px 0;
  }
}
.trusted-partner-sec h2 {
  position: relative;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 40px;
}
.trusted-partner-sec h2 span {
  color: #8c10b4;
}
.trusted-partner-sec h2::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  top: -60px;
  left: 0;
}
.trusted-partner-sec .partner-scrl {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .trusted-partner-sec .partner-scrl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.trusted-partner-sec .partner-scrl .item {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .trusted-partner-sec .partner-scrl .item {
    padding: 20px 20px;
  }
}
.trusted-partner-sec .partner-scrl .item img {
  width: auto;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .trusted-partner-sec .partner-scrl .item img {
    max-width: 150px;
    max-height: 55px;
  }
}
@media only screen and (max-width: 480px) {
  .trusted-partner-sec .partner-scrl .item img {
    max-width: 140px;
    max-height: 50px;
  }
}
.trusted-partner-sec .partner-scrl .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.trusted-partner-sec .partner-scrl .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #e1e1e1;
  border-radius: 100%;
  margin: 3px 8px;
}
.trusted-partner-sec .partner-scrl .owl-dots .owl-dot.active {
  background-color: #7200dc;
}
/************* App Service Style Start *************/
.land-app-service-sec {
  position: relative;
  background-color: #1c264a;
  padding: 100px 0;
  scroll-margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .land-app-service-sec {
    padding: 50px 0;
    scroll-margin-top: 30px;
  }
}
.land-app-service-sec .hdn {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .land-app-service-sec .hdn {
    margin-bottom: 20px;
  }
}
.land-app-service-sec .hdn h2 {
  font-size: 70px;
  color: #fdfeff;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .land-app-service-sec .hdn h2 {
    font-size: 30px;
  }
}
.land-app-service-sec .hdn p {
  font-size: 16px;
  color: #fdfeff;
  font-weight: 500;
}
.land-app-service-sec .app-service-scrl {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .land-app-service-sec .app-service-scrl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .land-app-service-sec .app-service-scrl .item {
    width: 30.9%;
    margin: 15px 1.2%;
  }
}
.land-app-service-sec .app-service-scrl .item .app-service-itm-box {
  position: relative;
  background-color: #ffffff;
  padding: 40px 25px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.land-app-service-sec.land-web-service-sec .app-service-scrl .item .app-service-itm-box{
  min-height: 490px;
}
.land-app-service-sec .app-service-scrl .item .app-service-itm-box .app-srvc-icon {
  width: 66px;
  height: 66px;
  background-color: #f1e5fb;
  border-radius: 22px;
  text-align: center;
  line-height: 66px;
  margin-bottom: 20px;
}
.land-app-service-sec .app-service-scrl .item .app-service-itm-box .app-srvc-icon img {
  width: auto;
  max-width: 40px;
  display: inline-block;
}
.land-app-service-sec .app-service-scrl .item .app-service-itm-box h3 {
  font-size: 22px;
  color: #18203e;
  font-weight: 600;
  margin-bottom: 20px;
}
.land-app-service-sec .app-service-scrl .item .app-service-itm-box p {
  font-size: 16px;
  color: #18203e;
  font-weight: 500;
  margin-bottom: 0;
}
.land-app-service-sec .app-service-scrl .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.land-app-service-sec .app-service-scrl .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #8d8d8d;
  border-radius: 100%;
  margin: 3px 8px;
}
.land-app-service-sec .app-service-scrl .owl-dots .owl-dot.active {
  background-color: #ffffff;
}
/************* Web Development Service Style Start *************/
.web-dev-srvc-sec {
  position: relative;
  background-color: #18203e;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .web-dev-srvc-sec {
    padding: 50px 0;
  }
}
.web-dev-srvc-sec .web-dev-srvc-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.web-dev-srvc-sec .web-dev-srvc-row .web-dev-srvc-left-prt {
  width: 67%;
}
@media only screen and (max-width: 991px) {
  .web-dev-srvc-sec .web-dev-srvc-row .web-dev-srvc-left-prt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.web-dev-srvc-sec .web-dev-srvc-row .web-dev-srvc-left-prt h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 379px) {
  .web-dev-srvc-sec .web-dev-srvc-row .web-dev-srvc-left-prt h2 {
    font-size: 22px;
  }
}
.web-dev-srvc-sec .web-dev-srvc-row .web-dev-srvc-left-prt p {
  font-size: 16px;
  color: #9b9ea9;
  font-weight: 500;
  margin-bottom: 0;
}
.web-dev-srvc-sec .web-dev-srvc-row .web-dev-srvc-right-prt {
  width: 30%;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .web-dev-srvc-sec .web-dev-srvc-row .web-dev-srvc-right-prt {
    width: 100%;
    text-align: center;
  }
}
.web-dev-srvc-sec .web-dev-srvc-row .web-dev-srvc-right-prt a {
  font-size: 18px;
  color: #7606df;
  font-weight: 700;
  background-color: #ffffff;
  background-position: 85% 25px;
  display: inline-block;
  padding: 18px 40px;
  border-radius: 8px;
  text-decoration: none;
}
.web-dev-srvc-sec .web-dev-srvc-row .web-dev-srvc-right-prt a:hover{
  background-color: #7606df;
  color: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
/************* Use Technology Style Start *************/
.use-technology-sec {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .use-technology-sec {
    padding: 50px 0;
  }
}
.use-technology-sec h2 {
  font-size: 70px;
  color: #000000;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .use-technology-sec h2 {
    font-size: 30px;
  }
}
.use-technology-sec .technology-tab-prt {
  margin-top: 50px;
}
.use-technology-sec .technology-tab-prt .nav-tabs {
  padding-bottom: 12px;
  border-color: #ebebeb;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .use-technology-sec .technology-tab-prt .nav-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 991px) {
  .use-technology-sec .technology-tab-prt .nav-tabs {
    padding-bottom: 0;
  }
}
.use-technology-sec .technology-tab-prt .nav-tabs li {
  margin: 0 10px;
  font-size: 18px;
  color: #747477;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .use-technology-sec .technology-tab-prt .nav-tabs li {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  .use-technology-sec .technology-tab-prt .nav-tabs li {
    margin-bottom: 20px;
  }
}
.use-technology-sec .technology-tab-prt .nav-tabs li a {
  position: relative;
  color: #747477;
  padding: 5px;
}
.use-technology-sec .technology-tab-prt .nav-tabs li a.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #7200dc;
  bottom: -11px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .use-technology-sec .technology-tab-prt .nav-tabs li a.active::after {
    bottom: -6px;
  }
}
.use-technology-sec .technology-tab-prt .tab-content {
  margin-top: 50px;
}
.use-technology-sec .technology-tab-prt .tab-content .technology-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.use-technology-sec .technology-tab-prt .tab-content .technology-list ul li {
  width: 15.9%;
  height: 150px;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .use-technology-sec .technology-tab-prt .tab-content .technology-list ul li {
    width: 23.9%;
  }
}
@media only screen and (max-width: 576px) {
  .use-technology-sec .technology-tab-prt .tab-content .technology-list ul li {
    width: 48%;
  }
}
.use-technology-sec .technology-tab-prt .tab-content .technology-list ul li img {
  max-width: 120px;
  max-height: 55px;
}
.use-technology-sec .technology-tab-prt .tab-content .technology-list ul li h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-top: 25px;
}


/************* Our Industry Style Start *************/
.industry-sec{
  position: relative;
  padding: 80px 0;
  background-color: #1c264a;
  scroll-margin-top: 20px;
}
.industry-hdn{
  text-align: center;
  margin-bottom: 60px;
}
.industry-hdn h2{
  font-size: 70px;
  color: #fdfeff;
  font-weight: 700;
  margin-bottom: 20px;
}
.industry-hdn p{
  font-size: 16px;
  color: #fdfeff;
  font-weight: 500;
}
.industry-sec ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.industry-sec ul li{
  width: 15.9%;
  background-color: #ffffff;
  padding: 15px 5px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-sec ul li img{
  max-width: 100px;
  max-height: 40px;
  margin-right: 15px;
}
.industry-sec ul li h3{
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
}


@media only screen and (max-width: 991px){
  .industry-sec{
    padding: 40px 0;
    scroll-margin-top: 60px;
  }
  .industry-hdn{
    margin-bottom: 25px;
  }
  .industry-hdn h2{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .industry-sec ul li{
    width: 48.4%;
    padding: 15px 15px;
    justify-content: flex-start;
  }
}


/************* Development Process Style Start *************/
.process-sec {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .process-sec {
    padding: 50px 0 0 0;
  }
}
.process-sec h2 {
  font-size: 70px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .process-sec h2 {
    font-size: 30px;
  }
}
.process-wrap {
  position: relative;
  background-image: url(../images/process-line.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 10px 0 17px 0;
  margin-right: -1px;
  margin-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .process-wrap {
    background: none;
  }
}
@media only screen and (max-width: 991px) {
  .process-wrap {
    margin-top: 0;
  }
}
.process-wrap::before,
.process-wrap::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/process-dot.png) no-repeat 0 0;
}
@media only screen and (max-width: 1024px) {
  .process-wrap::before,
  .process-wrap::after {
    display: none;
  }
}
.process-wrap::before {
  top: 120px;
  left: -5px;
}
.process-wrap::after {
  bottom: 120px;
  right: -5px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-left: 10px;
  padding-right: 10px;
  column-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.process-box {
  background: #f8f8f8;
  height: 234px;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .process-box {
    margin-top: 60px;
  }
}
.step-icon-box {
  width: 120px;
  height: 120px;
  background: #f7f4fa;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon-box img{
  max-width: 50px;
}
.process-box h4 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  margin: 25px 0;
}
.step-no {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #FA5641;
  background: linear-gradient(0deg, #fa5641 0%, #7401da 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .step-no {
    bottom: -18px;
  }
}
.step-no span {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  color: #fd583e;
}
.process-box:nth-child(2n) .step-no {
  bottom: auto;
  top: -30px;
}
@media only screen and (max-width: 991px) {
  .process-box:nth-child(2n) .step-no {
    top: -18px;
  }
}
.process-box:first-child {
  margin-left: 5px;
}
@media only screen and (max-width: 1200px) {
  .process-desktop {
    display: none;
  }
}
.process-mob {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .process-mob {
    display: block;
  }
}
.process-mob ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.process-mob ul li:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  border-left: 2px solid transparent;
  top: 100px;
  left: 49px;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to bottom, #ff5800, #7200dc) border-box;
}
.process-mob ul li .step-icon {
  width: 100px;
  height: 100px;
  background: #f6ecff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.process-mob ul li .step-icon img {
  max-width: 35px;
}
.process-mob ul li h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
}
/************* Testimonial Style Start *************/
.testimonial-sec {
  position: relative;
  padding: 100px 0;
  font-family: 'Gilroy';
}
@media only screen and (max-width: 991px) {
  .testimonial-sec {
    padding: 40px 0;
  }
}
.testimonial-sec .testimonial-hdn {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .testimonial-sec .testimonial-hdn {
    margin-bottom: 20px;
  }
}
.testimonial-sec .testimonial-hdn h2 {
  font-size: 16px;
  color: #7606df;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.testimonial-sec .testimonial-hdn h3 {
  font-size: 50px;
  color: #1d1c1c;
  font-weight: 700;
}
.testimonial-sec .testimonial-hdn h3 .text-gradient-two {
    background-image: linear-gradient(130deg, #591e05, #c43a30 50%, #870dbb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 991px) {
  .testimonial-sec .testimonial-hdn h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-sec .testimonial-hdn h3 br {
    display: none;
  }
}
.testimonial-sec .item {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .testimonial-sec .item {
    padding: 20px;
  }
}
.testimonial-sec .testi-box {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 25px 25px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .testimonial-sec .testi-box {
    min-height: 350px;
  }
}
.testimonial-sec .testi-box:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.testimonial-sec .testi-box img {
  width: auto;
  display: inline-block;
}
.testimonial-sec .testi-box .rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.testimonial-sec .testi-box .rating img {
  max-width: 100px;
}
.testimonial-sec .testi-box .rating span {
  font-size: 15px;
  color: #808994;
  font-weight: 500;
  margin-left: 10px;
}
.testimonial-sec .testi-box p {
  font-size: 16px;
  color: #535b65;
  font-weight: 500;
  font-style: italic;
}
.testimonial-sec .testi-box .testi-auth {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.testimonial-sec .testi-box .testi-auth img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
}
.testimonial-sec .testi-box .testi-auth h4 {
  font-size: 16px;
  color: #374455;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial-sec .testi-box .testi-auth h4 span {
  display: block;
  font-size: 14px;
  color: #a5acb5;
  font-weight: 500;
  margin-top: 5px;
}
.testimonial-sec .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.testimonial-sec .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #e1e1e1;
  border-radius: 100%;
  margin: 3px 8px;
}
.testimonial-sec .owl-dots .owl-dot.active {
  background-color: #7200dc;
}
.testimonial-sec .owl-item.center .testi-box {
  border: 1px solid transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
/************* Portfolio Style Start *************/
.portfolio-sec {
  position: relative;
  padding: 100px 0;
  scroll-margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .portfolio-sec {
    padding: 20px 0 50px 0;
    scroll-margin-top: 80px;
  }
}
.portfolio-sec h2 {
  font-size: 70px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .portfolio-sec h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.portfolio-sec .portfolio-scrl .item {
  position: relative;
}
.portfolio-sec .portfolio-scrl .item img {
  width: 100%;
}
.portfolio-sec .portfolio-scrl .item .portfolio-app-icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  display: flex;
}
.portfolio-sec .portfolio-scrl .item .portfolio-app-icon li {
  margin-right: 15px;
}
.portfolio-sec .portfolio-scrl .item .portfolio-app-icon li a {
  display: inline-block;
}
.portfolio-sec .portfolio-scrl .item .portfolio-app-icon li a img {
  max-width: 100px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-sec .portfolio-scrl .item .portfolio-app-icon li a:hover img {
  transform: translateY(-10px);
}
/************* FAQ Style Start *************/
.faq-sec {
  position: relative;
  padding: 0 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .faq-sec {
    padding: 0 0 50px 0;
  }
}
.faq-sec h2 {
  font-size: 70px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .faq-sec h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.faq-sec .container {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 991px) {
  .faq-sec .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq-sec .accordion .card {
  margin-top: 20px;
  border: 1px solid #e9ecf5 !important;
  border-radius: 10px !important;
}
.faq-sec .accordion .card.active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.faq-sec .accordion .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}
.faq-sec .accordion .card .card-header a {
  position: relative;
  font-size: 20px;
  color: #000000 !important;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
  text-align: left;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .faq-sec .accordion .card .card-header a {
    padding: 20px 80px 20px 30px;
    font-size: 17px;
  }
}
.faq-sec .accordion .card .card-header a::after {
  position: absolute;
  content: '-';
  width: 44px;
  height: 44px;
  border: 1px solid #6a1bda;
  border-radius: 100%;
  background-color: #6a1bda;
  top: 13px;
  right: 25px;
  font-size: 25px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  line-height: 44px;
}
.faq-sec .accordion .card .card-header a.collapsed::after {
  position: absolute;
  content: '+';
  background-color: transparent;
  color: #6a1bda;
}
.faq-sec .accordion .card .card-body {
  padding: 0 30px 30px 30px;
}
/************* Count Style Start *************/
.count-sec {
  position: relative;
  padding: 60px 0;
  background: url(../images/counting-bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-size: cover;
}
.count-sec .count-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.count-sec .count-row .count-itm {
  position: relative;
  width: 23%;
  margin: 20px 1%;
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
}
.count-sec .count-row .count-itm img{
  margin: 10px 30px 0 0;
}
.count-sec .count-row .count-itm h3 {
  position: relative;
  font-size: 46px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.count-sec .count-row .count-itm h3::after{
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
}
.count-sec .count-row .count-itm p {
  font-size: 15px;
  color: #9a9b9f;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}


@media only screen and (max-width: 991px) {
    .count-sec{
        padding: 40px 0;
    }
    .count-sec .count-row .count-itm {
        width: 48%;
        padding: 10px 0;
        margin: 10px 1%;
    }
}
@media only screen and (max-width: 767px) {
    .count-sec .count-row .count-itm:nth-child(3):before {
        display: none;
    }
    .count-sec .count-row .count-itm img{
        margin-right: 15px;
        max-width: 35px;
    }
    .count-sec .count-row .count-itm h3{
        font-size: 35px;
    }
}


/************* Contact Info Style Start *************/
.ftr-contact-info-sec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .ftr-contact-info-sec {
    padding: 50px 0;
  }
}
.ftr-contact-info-sec .ftr-contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls {
    width: 100%;
    order: 1;
    margin-top: 40px;
  }
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls h2 {
  font-size: 50px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls h2 br {
    display: none;
  }
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls h3 {
  font-size: 18px;
  color: #747477;
  font-weight: 500;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls h3 span {
  color: #7200dc;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt {
  border-top: 1px solid #e7e0ee;
  margin-top: 30px;
  padding-top: 20px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .nav-tabs {
  border: none;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .nav-tabs li {
  margin-right: 10px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .nav-tabs li a {
  display: inline-block;
  min-width: 90px;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background-color: #e7e0ee;
  border-radius: 50px;
  padding: 7px 5px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .nav-tabs li a.active {
  background-color: #7200dc;
  color: #ffffff;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li .contact-icon {
  width: 56px;
  height: 56px;
  background-color: #f8f2fd;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  margin-right: 20px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li p {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li p a {
  color: #000000;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li p a:hover {
  color: #7200dc;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form {
  width: 56%;
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form {
    width: 100%;
  }
}
.ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form#footer_form {
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 576px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form#footer_form {
    scroll-margin-top: 150px;
  }
}
.ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form .footer-form-box {
  width: 100%;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #ff5800, #7200dc) border-box;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 20px 20px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form .footer-form-box h2 {
  font-size: 16px;
  color: #666a7d;
  font-weight: 500;
  margin-bottom: 20px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form .footer-form-box h2 strong {
  font-size: 34px;
  color: #000000;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 767px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form .footer-form-box h2 strong {
    font-size: 25px;
  }
}
/************* Footer Style Start *************/
.land-footer-sec {
  position: relative;
  padding: 100px 0;
  background-color: #18203e;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .land-footer-sec {
    padding: 50px 0;
  }
}
.land-footer-sec .container {
  padding-left: 155px;
  padding-right: 155px;
}
@media only screen and (max-width: 991px) {
  .land-footer-sec .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.land-footer-sec .land-ftr-logo {
  margin-bottom: 40px;
}
.land-footer-sec p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.land-footer-sec p a {
  color: #ffffff;
}
.land-footer-sec p a:hover {
  color: #7200dc;
}
.land-footer-sec .land-ftr-social-media {
  margin-top: 30px;
}
.land-footer-sec .land-ftr-social-media ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.land-footer-sec .land-ftr-social-media ul li {
  margin: 5px 15px;
}
@media only screen and (max-width: 767px) {
  .land-footer-sec .land-ftr-social-media ul li {
    margin: 5px 5px;
  }
}
.land-footer-sec .land-ftr-social-media ul li a {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  background-color: #ffffff;
  text-align: center;
  line-height: 75px;
  border-radius: 100%;
}
.land-footer-sec .land-ftr-social-media ul li a:hover{
  transform: translateY(-7px);
}
/* .land-footer-sec .land-ftr-social-media ul li a img{
  display: inline-block;
} */
@media only screen and (max-width: 576px) {
  .land-footer-sec .land-ftr-social-media ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.land-footer-sec .land-ftr-social-media ul li a:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.land-footer-sec .land-ftr-copyright .container {
  padding-left: 15px;
  padding-right: 15px;
}
.land-footer-sec .land-ftr-copyright p {
  color: #eeeeee;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #2c334e;
  margin-bottom: 0;
}
/*=================================== For New Landing Page Style End ===================================*/