:root {
  --tawk-header-background-color: #808080 !important;
  --tawk-header-text-color: #fff !important;
  --black: #000000;
  --neon: #53bfc9;
  --brown: #ad6343;
  --white: #ffffff;
}

.my-24 {
  margin: 24px 0;
}

.py-24 {
  padding: 24px 0;
}

.my-48 {
  margin: 48px 0;
}

.py-48 {
  padding: 48px 0;
}


.min-100 {
  min-height: 100vh !important;
}

.all-center {
  display: flex;
  align-items: center;
}

.bg-neon {
  background-color: #53bfc9 !important;
}

.bg-brown {
  background-color: #ad6343 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}


@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg'),
    url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-BoldItalic';
  src: url('../fonts/Poppins-BoldItalic.eot');
  src: url('../fonts/Poppins-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic') format('svg'),
    url('../fonts/Poppins-BoldItalic.ttf') format('truetype'),
    url('../fonts/Poppins-BoldItalic.woff') format('woff'),
    url('../fonts/Poppins-BoldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Italic';
  src: url('../fonts/Poppins-Italic.eot');
  src: url('../fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Italic.svg#Poppins-Italic') format('svg'),
    url('../fonts/Poppins-Italic.ttf') format('truetype'),
    url('../fonts/Poppins-Italic.woff') format('woff'),
    url('../fonts/Poppins-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg'),
    url('../fonts/Poppins-Light.ttf') format('truetype'),
    url('../fonts/Poppins-Light.woff') format('woff'),
    url('../fonts/Poppins-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg'),
    url('../fonts/Poppins-Medium.ttf') format('truetype'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

ul li {
  list-style: none;
}

p {
  font-family: 'Poppins-Regular';
}

.text-color {
  text-transform: capitalize;
  color: #53bfc9;
}

.were-txt p {
  color: #000 !important;
}

.text-color2 {
  background: #f2f2f6;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-color {
  background: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%);
}

.top-left-side label a i {
  text-decoration: none;
  color: #53bfc9;
}

.top-bar {
  background: #000;
  padding: 10px 0px;
}

.top-left-side label {
  border-right: 2px #fff solid;
  padding: 0px 10px;
  font-family: 'Poppins-Regular';
  color: #000000;
}

.top-left-side label a {
  text-decoration: none;
  color: #fff;
}

.top-left-side label img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

img.logo-black {
  transform: scale(0.9);
}

.top-left-side label:last-child {
  border-right: 0px;
}

.top-right-side ul {
  text-align: right;
}

.top-right-side ul li {
  margin-left: 10px;
  display: inline-block;
  border: 1px #fff solid;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  line-height: 33px;
}

.top-right-side ul li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

nav.navbar {
  padding: 0px;
  border-bottom: 0px;
  min-height: 75px;
  position: sticky;
  top: 0;
  z-index: 1060;
  background-color: transparent;
}

.white-header {
  background: #fff !important;
  box-shadow: 0px 3px 6px -2px #ccc;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--black);
  border-bottom: 0px transparent solid;
  padding: 21px 10px;
  padding-top: 25px;
  text-transform: capitalize;
  margin: 0px 15px;
  font-family: 'Poppins-Medium';
  font-size: 18px;
}

nav.navbar .dropdown-menu.show {
  display: block;
  background: linear-gradient(90deg, #6b3c28 1.32%, #ac674a 94.17%);
  border: 0px;
  /* color: #fff; */
}

nav.navbar .dropdown-menu li a {
  padding: 10px;
  border-bottom: 1px #000 solid;
  font-family: 'Poppins-Regular';
  text-transform: capitalize;
  color: #fff;
}

nav.navbar .dropdown-menu li:last-child a {
  border-bottom: 0px;
}

nav.navbar .dropdown-menu {
  padding: 0px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none !important;
}

nav.navbar .dropdown-menu li a:hover {
  color: #ffffff;
  background-color: #000000;
}

/* .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
border: 0px;
border-bottom: 4px solid;
border-image:linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%);
border-image-slice: 1;

} */

nav .active {
  color: rgb(83 191 201);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  border: 0px;
  color: rgb(83 191 201);
}

ul.dropdown-menu li {
  display: block;
  width: 100%;
}

.navbar-nav button.login {
  border: 0px;
  background: linear-gradient(100.15deg, #643724 0.46%, #AD684B 85.68%);
  margin-top: 18px;
  color: #fff;
  padding: 8px;
  width: 130px;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: 'Poppins-Medium';
}

/* navbar hover effects */
.nav-link {
  display: inline-block;
  position: relative;
  color: #212127;
}

.nav-link:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(83 191 201);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle::after {
  border-top: 0px;
}


.nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* ends */


h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
}

section.hom-banner .carousel-caption p {
  color: #808080;
  font-size: 24px;
  font-family: 'Poppins-Regular';
  margin: 12px 0px;
  margin-bottom: 20px;
}

.let-btn button {
  padding: 10px;
  background: linear-gradient(100.15deg, #643724 0.46%, #AD684B 85.68%);
  color: #F1F1F6;
  width: 100%;
  border: 0px;
  border-radius: 8px;
  font-family: 'Poppins-Medium';
  transition: 0.5s;
  text-transform: capitalize;
}


.let-btn {
  /*background: #ad684b; */
  margin-bottom: 45px;
  border-radius: 8px;
  padding: 2px;
  width: 180px;
}

.let-btn:hover button {
  /*background: linear-gradient(90deg, #53bfc9 1.32%, #affff8 94.17%);*/
  color: #fff !important;
  transition: 0.5s;
}

section.hom-banner .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 22px;
  height: 5px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border: 1px #53bfc9 solid;
  border-radius: 5px;
}

.carousel-indicators .active {
  opacity: 1;
  background: #53bfc9 !important;
}

section.were-sec {
  background: #fff;
  padding: 70px 0px;
}

.were-txt h4 {
  color: #808080;
  font-size: 24px;
  font-family: 'Poppins-Regular';
  margin: 12px 0px;
}

.were-txt h4 span {
  font-family: 'Poppins-SemiBold';
}

.were-pic img {
  width: 100%;
}

.were-txt p {
  padding-right: 50px;
  text-align: justify;
  line-height: 28px;
}

section.grow-sec {
  background: #F3F5F6;
  padding: 70px 0px;
}

.grow-box {
  background: #53bfc9;
  width: 100%;
  max-width: 220px;
  padding: 2px;
  border-radius: 8px;
  position: relative;
  margin: auto;
}

.inr-grow-box {
  background: #53bfc9;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  min-height: 140px;
}

.inr-grow-box p {
  margin-bottom: 0px;
}

.grow-txt h4 {
  font-size: 30px;
  font-family: 'Poppins-Bold';
  margin-bottom: 5px;
  color: #fff;
}

section.grow-sec p.md-width {
  color: #000;
}


.grow-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grow-box .ero {
  background: transparent;
  padding: 3px 10px;
  position: absolute;
  top: 40%;
  right: -116px;
  z-index: 1050;
  transform: translate(-1%, -10%) !important;
}

section.service-sec {
  /* background: url(../images/service-bg.png) repeat #000000; */
  background-color: #fff;
  width: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

section.service-sec h2 {
  display: block;
}

.serv-box {
  background: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%);
  padding: 1px;
  border-radius: 8px;
  min-height: 250px;
  transition: 0.2s;
  cursor: pointer;
  opacity: 0.5;
}

.serv-box:hover {
  padding: 2px;
  transition: 0.2s;
  opacity: 1;
}

.inr-serv {
  background: #060c0d;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Poppins-Medium';
  min-height: 250px;
  position: relative;
  width: 100%;
}

.serv-txt h4 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 22px;
  color: #f2f2f2;
  text-transform: uppercase;
}

.serv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

section.service-sec .col-md-4 {
  padding: 22px 22px;
}

section.choose-sec {
  background: #F3F5F6;
  padding: 70px 0px;
}

section.choose-sec .chose-txt h4 {
  color: #000;
  font-family: 'Poppins-Regular';
  font-weight: 400;
}

section.choose-sec .chose-txt h4 span {
  font-family: 'Poppins-SemiBold';
}

.chose-txt p {
  padding-right: 120px;
  text-align: justify;
  color: #000;
}

.chose-pic {
  position: relative;
}

.chose-pic img.line-pic {
  position: absolute;
  left: 10px;
  top: 0;
}

section.work-sec {
  /* background: url(../images/work-bg.png) repeat #000000; */
  /* background-color: #000000; */
  width: 100% !important;
  min-height: 750px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  background: #f2f2f2;
}

section.client-sec {
  background: #fff;
  padding: 50px 0px;
}

h4 {
  color: #000;
  font-family: 'Poppins-Regular';
  font-size: 24px;
}

h4 span {
  font-family: 'Poppins-Medium';
}



/**Start-testimonial-slider**/

.testimonial {
  background: transparent;
  text-align: center;
  margin: 0 20px;
}

.owl-pagination .owl-page {
  width: 22px;
  height: 6px;
  display: inline-block;
  margin: 5px;
  border: 1px #53bfc9 solid;
  border-radius: 5px;
}

.owl-page.active {
  background: #53bfc9;
}

.owl-pagination {
  text-align: center;
}

.testimonial .description {
  padding: 40px 30px;
  margin-bottom: 50px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  font-size: 15px;
  color: #000;
  line-height: 30px;
  text-align: left;
  position: relative;
  border-image: linear-gradient(90deg, #7272a9 1.32%, #fffafa 94.17%) 1;
  padding-left: 85px;
  text-align: justify;
  min-height: 250px;
}

.testimonial .description img {
  position: absolute;
  left: 30px;
}

.testimonial .description:after {
  content: "";
  width: 50%;
  height: 1px;
  background-image: linear-gradient(90deg, #3071d7 1.32%, #4e4c4c 94.17%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.testimonial .testimonial-content {
  position: relative;
}

.testimonial .testimonial-content:before {
  content: "";
  width: 1px;
  height: 20px;
  background-image: linear-gradient(90deg, #000000 1.32%, #828285 94.17%);
  position: absolute;
  top: -50px;
  left: 50%;
}

.testimonial .testimonial-content:after {
  content: "";
  width: 2px;
  height: 40px;
  background-image: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%);
  position: absolute;
  top: -70px;
  left: 50%;
  transform: skewX(-45deg);
  transform-origin: 100% 100% 0;
}

.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 7px;
}

.testimonial .pic img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial .title {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #2660a4;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.owl-theme .owl-controls {
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 10px;
  border-radius: 0;
  background: #ff5a5f;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 35px;
  background: #2660a4;
}

/**end-testimonial-slider**/


/**Start-filter**/
.filters {
  text-align: center;
  margin-top: 30px;
}

.filters ul {
  padding: 0;
}

.filters ul li {
  list-style: none;
  display: inline-block;
  padding: 1px;
  cursor: pointer !important;
  position: relative;
  background: linear-gradient(90deg, #F1f1f6 1.32%, #808080 94.17%);
  border-radius: 8px;
  margin: 0px 10px;
  cursor: pointer;
  text-transform: capitalize;
}

.filters ul li label {
  background: linear-gradient(90deg, #6C3C28 1.32%, #AD684B 94.17%);
  color: #fff;
  border-radius: 8px;
  padding: 6px 25px;
  text-align: center;
  font-family: 'Poppins-Medium';
}

.filters ul li label:hover {
  background: linear-gradient(90deg, #6C3C28 1.32%, #AD684B 94.17%);
  color: #fff;
}


.filters ul li.active label {
  background: linear-gradient(90deg, #6E3E2A 1.32%, #AD684B 94.17%);
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-family: 'Poppins-Medium';
}


.filters-content {
  margin-top: 50px;
}

.filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}

.filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

.filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.filters-content .item .p-inner h5 {
  font-size: 15px;
}

.filters-content .item .p-inner .cat {
  font-size: 13px;
}

.filters-content .item img {
  width: 100%;
  border-radius: 10px;
}

/**end-filter**/

section.news-sec {
  background: #060C0D;
  padding: 70px 0px;
}

section.news-sec h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
}

section.news-sec h5 {
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins-Regular';
}

section.news-sec h5 span {
  font-family: 'Poppins-SemiBold';
}

section.news-sec .inr-mail {
  background: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%);
  padding: 2px;
  border-radius: 8px;
  width: 100%;
  max-width: 450px;
  display: inline-block;
}

section.news-sec .inr-mail input {
  background: #060C0D;
  width: 100%;
  border: 0px;
  border-radius: 8px;
  padding: 10px;
  font-family: 'Poppins-Medium';
  color: #FFF;
}

section.news-sec .inr-mail ::placeholder {
  color: #fff;
}

section.news-sec .main-mail button {
  background: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%);
  border: 0px;
  padding: 12px 10px;
  border-radius: 8px;
  margin-left: -18px;
  width: 140px;
  font-family: 'Poppins-Medium';
}

section.news-sec .main-mail {
  margin-top: 30px;
}

footer {
  background: #1F1F1F;
  padding: 70px 0px;
  border-top: 1px #2e2e2e solid;
  position: relative;
  /*margin-top: 100px;*/
}


footer h3 {
  max-width: 200px;
  font-size: 30px;
  text-transform: capitalize;
  font-family: 'Poppins-Bold';
  margin-bottom: 37px;
}

footer .fst-box h3 {
  color: #f2f2f2;
  max-width: 100px;
}

footer .fst-box p {
  margin-top: 20px;
  font-size: 16px;
  color: #FFFFFF;
}

footer .fst-box ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 8px;
  display: block;
  font-family: 'Poppins-Regular';
  transition: 0.5s;
}

.scd-box ul li {
  color: #fff;
  margin-bottom: 10px;
}

.scd-box ul li a {
  color: #fff;
  font-family: 'Poppins-Regular';
  cursor: pointer;
}

.scd-box ul li label {
  max-width: 350px;
  font-family: 'Poppins-Regular';
  cursor: pointer;
}

.scd-box ul li img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  padding: 4px;
  float: left;
  margin-right: 6px;
}

.copyright {
  background: #2A2A2A;
  padding: 15px 0px;
}

.copyright p {
  color: #f1f1f6;
  margin-bottom: 0px;
  font-family: 'Poppins-Regular';
}

.copyright ul li a {
  color: #f1f1f6;
  font-family: 'Poppins-Regular';
  text-decoration: none;
}

.copyright ul li {
  display: inline-block;
  margin-left: 15px;
}

.copyright ul {
  text-align: right;
  margin-bottom: 0px;
}

input:focus {
  outline: none;
}

#button {
  display: inline-block;
  background: #53bfc9;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 40px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px #ffffff solid;
  text-decoration: none;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 38px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

section.inr-bnr {
  background: url(../images/frm-bg.jpg) repeat #53bfc970;
  width: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;

}

.about-bnr-sec {
  width: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  /*background: linear-gradient(265deg, #f1f1f6, #ad684b52);*/

}

.otr-bnr {
  background: url(../images/all-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}


/*section.about-bnr-sec:before {*/
/*  background: url(../images/blue-wave-1.png) !important;*/
/*  position: absolute;*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  z-index: -1;*/
/*}*/

/*section.about-bnr-sec:after {*/
/*  background: url(../images/blue-wave-2.png) !important;*/
/*  position: absolute;*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  z-index: -2;*/
/*}*/

.wv-1 {
  position: absolute;
  left: 0;
  top: -100px;
  bottom: 0;
  overflow: hidden !important;
  z-index: -1;
  max-width: 100%;

}

.wv-2 {
  overflow: hidden !important;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -100px;
  bottom: 0;
  opacity: 0.75;
  max-width: 100%;
}

.abt-bn .main-abt {
  margin-left: 70px;
  max-width: 400px;
  width: 100%;
}

section.about-sec {
  padding: 70px 0px;
  background: #fff;
  color: #000;
}


.weres {
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
  position: relative;
  padding-left: 55px;
  color: #ae6344;
}

.weres:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 45px;
  height: 3px;
  background: linear-gradient(90deg, #713e29 1.32%, #ae6344 94.17%);
}

.about-side-txt {
  /*background: linear-gradient(90deg, #53bfc9 1.32%, #a3e9e9 94.17%);*/
  padding: 1px;
  border-radius: 8px;
  margin: 48px 0;
}

.inr-about-txt {
  /*background: #060C0D;*/
  padding: 20px;
  border-radius: 8px;
}

.inr-about-txt p {
  text-align: justify;
  color: #000;
}

.inr-about-txt p:last-child {
  margin-bottom: 0px;
}

section.mision-sec {
  /* background: url(../images/mis-vis\ bg.png) #f4f5f7; */
  /* filter: grayscale(0.8); */
  width: 100% !important;
  min-height: 1000px;
  border-collapse: collapse;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  padding: 60px 0px;
  background-color: #f2f2f2;
}

section.mision-sec h3 {
  font-size: 36px;
  font-family: 'Poppins-Bold';
  /* width: 160px; */
  padding: 16px 0;
}

section.mision-sec .misn {
  margin-top: 200px;
}

.mision-sec .card {
  height: 400px;
}

.mision-sec .card-body {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #eee;
}

section.behind-work {
  background: #000;
  padding: 70px 0px;
  color: #fff;
}

.mis-img img {
  width: 100%;
  /* margin: auto; */
  margin: 50px 0;
}

.vg .card {
  max-width: 415px;
  margin: auto;
}

section.behind-work h2 {
  margin: 12px 0px;
}


/**Start-testimonial-slider**/

#testimonial-slider-to .testimonial {
  background: transparent;
  text-align: center;
  margin: 0 20px;
}

#testimonial-slider-to .owl-pagination .owl-page {
  width: 22px;
  height: 6px;
  display: inline-block;
  margin: 5px;
  border: 1px #f1f1f6 solid;
  border-radius: 5px
}

#testimonial-slider-to .owl-page.active {
  background: linear-gradient(90deg, #808080 1.32%, #808080 94.17%);
}

#testimonial-slider-to .owl-pagination {
  text-align: center;
}

#testimonial-slider-to .testimonial .description {
  padding: 40px 30px;
  margin-bottom: 50px;
  border-top: 1px solid #2660a4;
  border-left: 1px solid #2660a4;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  position: relative;
  border-image: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%) 1;
  padding-left: 85px;
}

#testimonial-slider-to .owl-theme .owl-controls {
  margin-top: 30px;
}

#testimonial-slider-to .work-box {
  background: #F7126B;
  width: 100%;
  height: 250px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 20px;
}

#testimonial-slider-to .work-box img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -0%);
}

#testimonial-slider-to .testimonial h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 5px;
}

#testimonial-slider-to .owl-buttons {
  position: absolute;
  top: 33%;
  right: -50px;
  transform: translate(-0%, -30%);
}

#testimonial-slider-to .owl-prev {
  position: relative;
  margin-bottom: 10px;
}

#testimonial-slider-to .owl-prev:after {
  content: '';
  background-image: url(../images/icons/right\ arrow.svg);
  width: 35px;
  height: 35px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1050;
  left: 0;
  background-color: #000;
  background-position: center;
  background-size: cover;
}

#testimonial-slider-to .owl-next {
  position: relative;
  margin-top: -80px;
}

#testimonial-slider-to .owl-next:after {
  content: '';
  background-image: url(../images/icons/left\ arrow.svg);
  width: 35px;
  height: 35px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1050;
  left: 0;
  background-color: #000;
  background-position: center;
  background-size: cover;
}

/**end-testimonial-slider**/

.chose-bnr {
  /*background: url(../images/chose-bnr.png) !important;*/
  width: 100% !important;
  min-height: 700px !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 60px 0px !important;
}

section.inr-bnr p {
  padding: 8px 0px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

section.digital-sec {
  padding: 70px 0px;
  background: #000;
}

.aproach {
  background: url(../images/clock.png) !important;
  width: 100% !important;
  min-height: 850px !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  padding-top: 35px;
}

.aproach-txt h4 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
  display: initial;
}

.proch-pic img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.bond-box {
  background: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%);
  padding: 1px;
  border-radius: 8px;
  opacity: 0.5;
}

.bond-box:hover {
  opacity: 1;
  transition: 0.5s;
  padding: 2px;
}

.inr-bond p {
  margin-bottom: 0px;
}

.inr-bond {
  background: #000;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  min-height: 200px;
}

.inr-bond h4 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Poppins-Bold';
}

.bond-sec {
  margin-top: 50px;
}

.bond-sec .col-md-4 {
  padding: 20px;
}

/* contact-sec start*/

/*section.contact-bnr {*/
/* background: url(../images/contact.png) !important;*/
/* width: 100% !important;*/
/* min-height: 550px;*/
/* background-position: center !important;*/
/* background-repeat: no-repeat !important;*/
/* background-size: cover !important;*/
/* padding: 60px 0px !important;*/
/*}*/

.con-bnr .abt-bn .main-abt {
  margin-left: 0px;
  max-width: 600px;
}

.con-bnr:before {
  display: none;
}

.con-bnr:after {
  display: none;
}

section.contact-sec {
  padding: 70px 0px;
  background: #fff;
}

section.contact-sec h2 {
  display: block;
  max-width: 420px;
  margin: auto;
  margin-bottom: 10px;
}

.contact-form .field {
  background: linear-gradient(90deg, #f1f1f6 1.32%, #808080 94.17%);
  padding: 1px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.contact-form {
  margin-top: 20px;
  font-family: 'Poppins-Regular';
}

.contact-form .field input {
  width: 100%;
  background: #000;
  border-radius: 8px;
  border: 0px;
  padding: 15px;
  color: #fff;
}

.contact-form .field textarea {
  width: 100%;
  background: #000;
  border-radius: 8px;
  border: 0px;
  padding: 15px;
  color: #fff;
  min-height: 280px;
}

.contact-form .field ::placeholder {
  color: #fff;
}

textarea:focus {
  outline: none;
}

.contact-form button {
  background: linear-gradient(90deg, #683a26 1.32%, #ad684b 94.17%);
  color: #fff;
  border: 0px;
  padding: 14px;
  min-width: 200px;
  border-radius: 8px;
  font-size: 17px;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.contact-form button:hover {
  color: #f2f2f2 !important;
}

/* contact-sec end*/

section.sco-bnr {
  /*background: url(../images/seo-bg.png) !important;*/
  width: 100% !important;
  min-height: 800px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 60px 0px !important;
  position: relative;
}

section.sale-sec {
  padding: 70px 0px;
  /*background: #f2f2f2;*/
  color: #000;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sale-sec .weres {
  max-width: 400px;
  margin: auto;
  margin-bottom: 10px;
}

section.sale-sec .sale-txt {
  padding-right: 35px;
  text-align: justify;
}

.sale-pic img {
  width: 100%;
  max-width: 500px;
}

.sale-pic {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.improve-sec {
  background: #f2f2f2;
  margin-top: 70px;
  text-align: center;
  padding-top: 70px;
}

.imp-box {
  background: linear-gradient(90deg, #f1f1f6 1.32%, #ae6344 94.17%);
  /* padding: 1px;*/
  border-radius: 8px;
  margin-bottom: 110px;
  /* box-shadow: 1px 1px 5px 0px; */
  box-shadow: 0 0 5px #ccc;
}

.inr-imp-box {
  background: #fff;
  height: 100%;
  border-radius: 8px;
  padding: 20px;
  min-height: 425px;
}

.inr-imp-box:hover .imp-pic {
  transform: rotateY(360deg);
  transition: 0.5s;
}

.inr-imp-box p {
  margin-bottom: 0px;
  text-align: justify;
}

.inr-imp-box h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
}

.inr-imp-box img {
  margin-top: -70px;
  margin-bottom: 30px;
  width: 100px;
  height: 100px;
  object-fit: contain;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 50%;
  /*padding: 12px;*/
  background: #fff;
}

section.ppc-bnr {
  /* background: url(../images/ppc-bnr.png) !important; */
  width: 100% !important;
  min-height: 800px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 60px 0px !important;
  /* background: url(../images/frm-bg.png) repeat #f4f5f7; */
}

section.sale-sec .sale-txt ul li label {
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, #ad684b 1.32%, #673926 94.17%);
  border-radius: 50%;
  margin-right: 5px;
}

section.sale-sec .sale-txt ul li {
  margin-top: 20px;
  font-family: 'Poppins-Regular';
}

.ppc-bnr {
  display: flex;
  align-items: center;
}

.scd-sale {
  padding-right: 0px !important;
  padding-left: 35px;
}

.process-sec {
  /* background: #f2f2f2; */
  padding: 70px 0px;
}

.img-ec {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

section.content-bnr {
  /* background: url(../images/content-bnr.png); */
  width: 100% !important;
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

section.influ-bnr {
  /* background: url(../images/influ-bnr.png); */
  width: 100% !important;
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

section.inr-bnr h2 {
  width: fit-content;
}

section.socials-bnr {
  /* background: url(../images/social-bnr.png); */
  width: 100% !important;
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

section.sale-sec .sale-txt p label.text-color {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  display: inline;
}

.scd-imp {
  min-height: 450px !important;
}

section.repo-bnr {
  /* background: url(../images/repo-bnr.png) repeat #000000; */
  width: 100% !important;
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

p.text-color {
  font-size: 18px;
  margin-top: 20px;
}

section.design-bnr {
  /* background: url(../images/design-bnr.png) repeat #000000; */
  width: 100% !important;
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  /*background: #f2f2f2;*/
}

section.soft-bnr {
  /* background: url(../images/soft-bnr.png) repeat #000000; */
  width: 100% !important;
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}


section.carer-bnr {
  /* background: url(../images/carer-bnr.png); */
  width: 100% !important;
  min-height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.imp-box .dev-point label {
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.imp-box button.apply {
  background: linear-gradient(90deg, #6F3E2A 1.32%, #AD684B 94.17%);
  color: #fff;
  padding: 10px;
  border: 0px;
  min-width: 150px;
  border-radius: 8px;
  margin-top: 20px;
}

.imp-box .dev-point {
  margin-top: 10px;
}

img.bnr-sco {
  position: absolute;
  top: 210px;
  right: 110px;
  width: 27px !important;
  height: 135px !important;
  animation-name: bounceback;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: 0.5s
}

@keyframes bounceback {
  0% {
    transition: all 1s;
  }

  50% {
    transform: translateY(10px);
  }
}

.main-log .modal-header {
  display: block;
  padding: 5px;
  /* border-bottom: 1px solid #424242; */
  text-align: center;
}

.main-log .modal-header h5 {
  text-transform: capitalize;
  font-size: 26px;
  font-family: 'Poppins-Bold';
  width: 200px;
  margin: auto;
}

.main-log {
  /*background: linear-gradient(90deg, #f1f1f6 1.32%, #808080 94.17%);*/
  padding: 2px;
  border-radius: 8px;
  width: 100%;
}

.main-log .modal-content {
  border: 0px;
  background-color: #f2f2f2;
}

.main-log .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: 0px;
  background-color: #fff;
  color: #fff !important;
  opacity: 1;
  position: absolute;
  top: -15px;
  right: -15px;
  box-shadow: none;
}

.cust-modal.fade {
  transition: opacity .15s linear;
  opacity: 1;
  background: #000000c2;
}

.modal-body {
  color: #fff;
}

.modal-dialog {
  max-width: 800px;
}

.get-form .feld {
  /* background: linear-gradient(4deg, #f1f1f6 1.32%, #808080 94.17%); */
  padding: 1px;
  border-radius: 8px;
  margin-bottom: 18px;
}

.get-form .feld input::placeholder {
  color: #000;
}

.get-form .feld input {
  width: 100%;
  background: #fff;
  /* color: #fff; */
  border: 0px;
  border-radius: 8px;
  padding: 10px;
  font-family: 'Poppins-Regular';
}

.get-form .feld select {
  width: 100%;
  background: #000;
  color: #fff;
  border: 0px;
  border-radius: 8px;
  padding: 10px;
  font-family: 'Poppins-Regular';
}

select:focus {
  outline: none;
}

.get-form ::placeholder {
  color: #000;
}

.get-form .feld textarea {
  width: 100%;
  background: #fff;
  /* color: #fff; */
  border: 0px;
  border-radius: 8px;
  padding: 10px;
  height: 180px;
  font-family: 'Poppins-Regular';
}

.get-form .feld button {
  background: #53BFC9;
  color: #fff;
  width: 100%;
  border: 0px;
  border-radius: 8px;
  padding: 10px;
  text-transform: capitalize;
  transition: 0.4s;
  font-family: 'Poppins-Regular';
}

.get-form .feld button:hover {
  /* background: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%); */
  transition: 0.4s;
  opacity: 0.8;
}

.hom-bnr-sols ul li {
  margin-top: 30px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}



.hom-bnr-sols {
  position: absolute;
  top: 51px;
  left: -50px;
}

.hom-bnr-sols li.fst-sol {
  margin-left: 60px !important;
}

.hom-bnr-sols li.frt-sol {
  margin-left: 60px !important;
}

.hom-bnr-sols li.frt-sol {
  margin-top: 15px !important;
}

.hom-bnr-sols li.scd-sol {
  margin-top: 20px !important;
}

.hom-bnr-sols li.trd-sol {
  margin-top: 35px !important;
}

img.man-bnr-pics {
  width: 100%;
}

.hom-bnr-sols ul li {
  width: 45px;
  height: 45px;
}

.hom-bnr-sols ul li img {
  width: 45px;
  height: 45px;
  display: none;
}

.al-kot label {
  margin: 5px;
  border-radius: 30px;
  color: #000;
}

.al-kot {
  margin-bottom: 20px;
}

.al-kot h4 {
  text-align: center;
  font-family: 'Poppins-Bold';
}



/**
.Box {
position: relative;
width: 100%;
min-height: 250px;
transform-style: preserve-3d;
perspective: 800px;
transition: 1s;
margin: 0px;
background: linear-gradient(90deg, #f1f1f6 1.32%, #808080 94.17%);
border-radius: 8px;
padding: 1px;
}

.Box:hover {
opacity: 1;
padding: 1px;
}

.inrs-box {
position: relative;
background: #000;
width: 100%;
height: 250px;
border-radius: 8px;
}

.Box .FlipBox {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
transition: 1s;
transform-style: preserve-3d;
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .3);
border-radius: 8px;
}

.Box .Front,
.Box .Back {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
cursor: pointer;
transition: .5s;
backface-visibility: hidden;
border-radius: 8px;
display: table;
}

.Box .Back button {}

.Box .Back a {
background-color: #000;
padding: 10px;
color: #fff !important;
width: 100%;
border-radius: 8px;
font-family: 'Poppins-Medium';
transition: 0.5s;
text-transform: capitalize;
width: 150px;
border: 1px #fff solid;
text-decoration: none;
display: inline-block;
}

.Front div {
display: table-cell;
vertical-align: middle;
align-items: center;
padding: 20px
}

.Box .Back {
background: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%);
color: #fff;
display: table;
transform: rotateY(180deg);
border-radius: 8px;
}

.Box .Back div {
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 20px;
}

.Box:hover .FlipBox {
transform: rotateY(180deg);
}

.Box:hover {
z-index: 2;
}

@media (max-width:780px) {
.Box:not(:last-child):hover {
transform: translateY(0px);
z-index: 2;
}
}

@media (max-width:520px) {
.Box:hover {
transform: translateY(0px);
z-index: 2;
}
}

@media (max-width:255px) {
.Box {
width: 100%;
}
}

**/

.social-links {
  color: #fff;
  transition: 0.25s;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.right-social {
  position: fixed;
  right: 0;
  top: 35%;
  background: transparent;
  transform: translate(-0%, -35%);
  visibility: hidden;
  opacity: 0;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1080;
}

.right-social.show {
  opacity: 1;
  visibility: visible;
  transition: background-color .3s, opacity .5s, visibility .5s;
}

.right-social ul li .fa {
  font-size: 24px;
  width: 36px;
}

.right-social ul li {
  background: #53bfc9;
  padding: 10px;
  width: 135px;
  transition: 0.4s;
  position: absolute;
  right: -90px;
  top: 0;
  padding-left: 12px;
  box-shadow: 0px 0px 1px 0px #f1f1f6;
}

.right-social ul li:hover {
  transition: 0.4s;
  right: 0px;
}

.right-social ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  vertical-align: middle;
  align-items: center;
  display: flex;
}

li#tweet {
  top: 49px;
}

li#insta {
  top: 98px;
}

li#link {
  top: 147px;
}

li#tube {
  top: 196px;
}

img.smat {
  height: 215px;
}

img.smat-2 {
  height: 170px;
}

.chose-bnr .let-btn {
  display: none;
}

.fst-box h3 {
  letter-spacing: 1.5px;
}

.about-txt h2 {
  text-transform: inherit;
}

section.sale-sec h2 {
  text-transform: initial;
}






/* my work */


.md-width {
  color: #f2f2f2;
  /* letter-spacing: 0px; */
  max-width: 750px;
  text-align: center;
  margin: auto;
  font-size: 18px;
}

.center-txt {
  color: #f2f2f2;
  font-size: 18px;
  text-align: center;
}



footer .fst-box ul li:hover {
  transition: 0.5s;
  color: #53bfc9;
}

.scd-box ul li label:hover {
  background: -webkit-linear-gradient(360deg, #ffffff9c 5.68%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);

}

.navbar-brand {
  transition: .5s;
  height: 100%;
  margin: auto;
}


.navbar-brand img {
  transition: .5s;
  max-width: 50px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(83 191 201);
}

section.blog-sec {
  background: #f2f2f2;
  padding: 70px 0px;
  color: #000;
}

.inr-blog-box {
  /*background: #121212; */
  border-radius: 8px;
  border: 1px #f3e3dc solid;
  margin-bottom: 25px;
}

.inr-blog-box .let-btn {
  margin-bottom: 10px;
}

.inr-blog-box img.blog-pic {
  width: 100%;
  height: 450px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.inr-blog-box .blog-cmt label a {
  color: #ad684b;
  text-decoration: none;
  margin-right: 10px;
}

.inr-blog-box h3.text-color {
  font-size: 32px;
  font-family: 'Poppins-Bold';
  margin-bottom: 20px;
  margin-top: 0px;
  display: inline-block;
}

label.dates {
  display: inline-block;
  /* float: right; */
  margin-right: 20px;
  background: #FFFFFF;
  width: 56px;
  height: 56px;
  border-radius: 5px;
  margin-top: -65px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
}

label.dates span {
  display: block;
  font-weight: bold;
  line-height: 15px;
  margin-top: 10px;
}

.inr-blog-cnt {
  padding: 20px;
  background: #fff;
}

.inr-blog-cnt h2 {
  padding: 10px 0;
}

.page-list {
  text-align: center;
  margin-top: 40px;
}

.page-list ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px #f1f1f6 solid;
  border-radius: 3px;
  margin: 0px 2px;
  line-height: 36px;
  font-size: 18px;
  transition: 0.3s;
  cursor: pointer;
}

.page-list ul li:hover {
  background-color: #ad684b;
  transition: 0.3s;
}

.page-list ul li.active {
  background-color: #ad684b;
}

.page-list ul li a {
  color: #000;
  text-decoration: none;
}



.src-box {
  /*background: #fffdfd;*/
  padding: 15px;
  border-radius: 8px;
  border: none;
}

.src-box input.form-control {
  border-radius: 30px;
  border: 0px;
  background: #fff;
  color: #000;
}

.src-box .form-control:focus {
  box-shadow: none;
}

.src-box .input-group {
  border: 1px solid #ad684b;
  border-radius: 30px;
}

.src-box span#basic-addon2 {
  background: #ad684b;
  color: #fff;
  border: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 13px;
}

.blog-category {
  background: #ad684b;
  padding: 15px;
  border-radius: 8px;
  border: 1px #ad684b solid;
  margin-top: 25px;
}

.blog-category h4 {
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
  max-width: 180px;
  color: #fff;
}

.blog-category ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
}

.blog-category ul li {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.blog-category ul li a .fa {
  float: right;
  font-size: 18px;
  margin-top: 3px;
}

.recent-post {
  background: #ad684b;
  padding: 15px;
  border-radius: 8px;
  border: 1px #ad684b solid;
  margin-top: 25px;
}

.recent-post h4 {
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
  max-width: 210px;
  color: #fff;
}

.recent-post img.post-pic {
  width: 90px;
  height: 85px;
  margin-right: 13px;
}

.recent-post .inr-post {
  display: flex;
}

.recent-post .post-cnt h5 a {
  color: #f1f1f7;
  text-decoration: none;
  font-size: 18px;
}

.recent-post label {
  color: #fff;
}

.recent-post label .fa {
  margin-right: 5px;
  color: #a7a7a7;
}

.recent-post .inr-post {
  display: flex;
  padding: 10px 0px;
  border-bottom: 1px #fff solid;
}

.recent-post .inr-post:last-child {
  border-bottom: 0px;
}

.blog-category label.tag a {
  color: #fff;
  text-decoration: none;
}

.blog-category label.tag {
  background: #7d1873;
  padding: 4px 15px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.inr-blog-cnt ul li {
  margin-top: 20px;
  font-family: 'Poppins-Regular';
  letter-spacing: 1px;
  display: flex;
  align-items: baseline;
}

.inr-blog-cnt ul li label {
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%);
  border-radius: 50%;
  margin-right: 10px;
  flex: none;
}

.comment-box {
  background: #121212;
  border-radius: 8px;
  border: 1px #222 solid;
  margin-bottom: 25px;
  padding: 20px;
}

.comment-box h3 {
  font-size: 32px;
  font-family: 'Poppins-Bold';
  margin-bottom: 25px;
  max-width: 250px;
}

.reply-box {
  display: flex;
  margin-bottom: 20px;
}

img.reply-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

.reply-box p {
  color: #ccc;
  margin-bottom: 5px;
}

.reply-txt label a {
  color: #7d1873;
  text-decoration: none;
  font-size: 18px;
}

.reply-txt label a .fa {
  transform: rotate(-180deg);
}

.reply-box.scd-reply {
  padding-left: 100px;
}

.reply-form {
  margin-top: 30px;
}

.reply-form h4 {
  font-size: 32px;
  font-family: 'Poppins-Bold';
  max-width: 250px;
  margin-top: 30px;
}

.field input {
  width: 100%;
  background: #000;
  border-radius: 8px;
  border: 0px;
  padding: 10px;
  color: #fff;
}

.field textarea {
  width: 100%;
  background: #000;
  border-radius: 8px;
  border: 0px;
  padding: 10px;
  min-height: 150px;
  color: #fff;
}

.field {
  background: linear-gradient(90deg, #FF4442 1.32%, #C76BFF 94.17%);
  width: 100%;
  padding: 1px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.tawk-bubble-container .tawk-icon-right img {
  display: none !important;
}

input:focus {
  outline: none !important;
}


.testimonial .testimonial-content:after {
  content: "";
  width: 2px;
  height: 40px;
  background-image: linear-gradient(90deg, #443737 1.32%, #ffffff 94.17%);
  position: absolute;
  top: -70px;
  left: 50%;
  transform: skewX(-45deg);
  transform-origin: 100% 100% 0;
}

section.port-bnr {
  /* background: url(../images/port-bnr.png) !important; */
  width: 100% !important;
  min-height: 700px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 60px 0px;
}
section.immi-bnr{
  background: url(../images/all-bg.jpg) !important; 
  width: 100% !important;
  min-height: 700px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 60px 0px;
}
section.immi-bnr h1.text-color.tseo-1 {
    color: #fff !important;
    text-transform: uppercase;
}
section.immi-bnr p {
    color: #fff;
}



.img-grayscale {
  filter: grayscale(0.8) !important;
}

/* Experience */
.experience {
  background-color: #000;
}

.ex-hd {
  text-align: center;
  position: relative;
  z-index: 999;
}

.ex-hd h1 {
  font-size: 52px;
  color: #333;
  margin-top: 40px;
}

.crd-1 {
  margin-top: 100px;
}

.crd-2 {
  margin-top: 175px;
  height: 275px !important;
}

.card-text {
  color: #f2f2f2;
}


.card-title {
  font-size: 30px;
  color: #2c4d82;
}

.text-muted {
  font-size: 30px;
  margin: 0 15px;
  color: #f2f2f2 !important;
}

.card-text {
  font-size: 18px;
}

.experience .card {
  height: 275px;
}

.experience .card-body {
  padding: 30px;
  background-color: #222;
}

/* .btn {
color: #222 !important;
border: 1px solid #555 !important;
background-color: #666;
width: 150px;
font-size: 21px;
font-weight: 500;
margin: 20px 0;
} */

.bck-img {
  position: absolute;
  top: -32%;
  left: 50%;
}

.img-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


/* responsive */

@media (max-width: 991.98px) {
  .card {
    height: unset;
  }

  .crd-2 {
    margin-top: 175px;
    height: unset !important;
  }

  .bck-img {
    left: 30%;
  }
}

@media (max-width: 575.98px) {
  .card {
    height: unset;
  }

  .bck-img {
    display: none;
  }
}

/* Why Customers Loves us CSS */
.wclus {
  background-color: #000;
}

.serv1 {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 18px;
}

.head4 {
  font-size: 21px !important;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #FFF !important;
}

.serv1 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.lane {
  height: 90%;
  width: 5px;
  background-color: #283b5c;
  margin-top: 100px;
  overflow-y: hidden;
  /* border-right: 3px solid #d1d3d4; */
}

/* Why Customers Loves us CSS ends*/
/* Website Design Counter Section CSS */
.counterSection {
  /* background-color: black; */
  text-align: center;
  /* height: 500px; */
}

.counterSection .container {
  padding: 48px 0;
  border-radius: 50px;
  border: 1px solid #777;
}

.counterSection p {
  color: #777;
  font-weight: 700;
  font-size: 16px;
}

.counterSection i {
  font-size: 60px;
  opacity: 0.7;
  color: orangered;
}

.counterSection .procomp {
  border-right: 1px solid #777;
}

.counterSection .last {
  border: none !important;
}

.counterSection .procomp .counter-value {
  font-size: 36px;
  color: #000000;
}

.procomp img {
  height: 50px;
  width: 50px;
}

@media (max-width: 768px) {
  .counterSection .procomp {
    border: 1px solid #666;
    padding: 20px 0;
    border-radius: 20px;
  }

  .counterSection .col-lg-3.col-sm-6 {
    padding: 10px;
  }

  .counterSection .container {
    border: none;
  }

  .counterSection .last {
    border: 1px solid #666 !important;
    border-radius: 20px !important;
  }
}

/* Website Design Counter Section CSS Ends*/


/* We Change Your Business CSS */
.we-change {
  overflow: hidden;
  background: #fff;
  position: relative;
  display: block;
  padding: 120px 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/seo-bg.png);
}

.left-faqs {
  position: relative;
  display: block;
}

.we-change .section-title {
  margin-bottom: 44px;
}

.title__tagline {
  color: #9e9ea7;
}

.section-title__tagline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #717178;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: 700;
}

.section-title__tagline::before {
  position: relative;
  top: 0px;
  content: '';
  background-color: #000;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
}

.section-title__title {
  margin: 0;
  font-weight: 700;
  color: #000000;
  font-size: 30px;
  text-align: center;
}

.we-change__right-img {
  position: relative;
  display: flex;
  /* margin-top: -120px; */
  /* margin-right: -120px; */
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.we-change__right-img img {
  width: 100%;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  max-width: 500px;
  min-height: 500px;
}

.we-change__agency {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2c2b2beb;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 54px 60px;
  display: none;
}

.we-change__agency-text {
  margin-left: 20px;
  color: #f1f1f7;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}

.accordion-body {
  color: #f1f1f7;
  background: #000;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  background: #000;
  color: #fff;
  font-weight: 500;
}

.accordion-item {
  margin: 24px;
  /*background-color: #212527;*/
}

.accordion-button {
  background-color: darkgray;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: darkgray;
  box-shadow: 0px 0px 1px 0px #f1f1f7;
}

@media (max-width: 769px) {
  .we-change__right-img {
    margin-top: 0 !important;
    /* margin-right: 0 !important; */
  }

  .we-change__agency-text {
    margin-left: 5px !important;
    color: #f1f1f7;
  }

  .we-change__agency {
    padding: 5px 5px !important;
    font-size: 24px;
  }

  .we-ro {
    display: flex;
    align-items: center;
  }
}

/* PPC Video Section */
.ppc-sec {
  background-color: #212127;
  padding: 96px 0;
}

.ppc-video {
  width: 100%;
  height: auto;
}

.ppc-content h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #f1f1f7;
  font-size: 24px;
}

.ppc-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  color: #f1f1f7;
  padding: 0 36px;
}

.ppc-video video {
  border: 3px solid #f1f1f7;
}

/* App dev Section Css */
.pbottom-80 {
  padding-bottom: 80px !important;
}

.left-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #f1f1f7;
  letter-spacing: 1.75px;
  line-height: 42px;
  margin-bottom: 20px !important;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #f1f1f7;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.left-text p {
  margin-bottom: 16px;
}

.btn-secondary-block {
  display: block;
  width: 225px;
  height: 45px;
  line-height: 45px;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.81px;
  background: linear-gradient(90deg, #f1f1f6 1.32%, #808080 94.17%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
}

.btn-secondary-block:hover {
  background: none;
  border: 1px solid #808080;
  color: #f2f2f2;
}

a {
  text-decoration: none !important;
}

.home-services-item {
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
  font-weight: 400;
  font-size: 14px;
  color: #5E6E7D;
  line-height: 26px;
  letter-spacing: 0.88px;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0px 70px 0px 70px;
  transition: 0.5s;
  max-width: 400px;
  margin-bottom: 100px;
}

.home-services-item:hover {
  color: #f1f1f7;
  /* background: #ad684b; */
  border-radius: 5px;
  transition: 0.5s;
  border: 1px solid gray;
  background-image: linear-gradient(127deg, #693a27 0%, #ad684b 91%);
}

.home-services-item:hover>.services-title {
  color: #fff;
}

/*.home-services-item i {*/
/* font-size: 26px;*/
/* margin-bottom: 23px;*/
/* background-image: linear-gradient(127deg, #53bfc9 0%, #53bfc9 91%);*/
/* -webkit-background-clip: text;*/
/* -webkit-text-fill-color: transparent;*/
/* -webkit-transition: all 0.3s ease 0s;*/
/* -moz-transition: all 0.3s ease 0s;*/
/* -o-transition: all 0.3s ease 0s;*/
/* transition: all 0.3s ease 0s;*/
/* position: relative;*/
/* z-index: 2;*/
/*}*/

.soft-img {
  width: 100px;
  padding-bottom: 20px;
}

.home-services-item .services-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #3B566E;
  margin-bottom: 10px !important;
  letter-spacing: 0.7px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
}

.home-services-item p {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px !important;
}

/* .login {
color: #000;
background: linear-gradient(90deg, #f1f1f6 1.32%, #808080 94.17%);
border: 0px;
margin-top: 21px;
padding: 7px;
width: 130px;
text-transform: capitalize;
border-radius: 8px;
font-family: 'Poppins-Medium';
} */
/* process-app-dev */
.features li {
  overflow: hidden;
  padding-bottom: 0px;
  position: relative;
}

.features li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 100%;
  background: #EDEEFD;
  left: 30px;
  top: 67px;
}

.features li .count {
  float: left;
  width: 68px;
  min-height: 120px;
}

.features li .text {
  float: left;
  width: calc(100% - 68px);
  width: -webkit-calc(100% - 68px);
  padding-left: 20px;
  color: #000000;
}

.features li .count span {
  display: block;
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
  background: #f1f1f7;
  font-size: 24px;
  color: #212527;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sale-txt p {
  padding: 10px 0;
}

.process-sec h2 {
  padding: 24px 0;
}

.process-sec h4 {
  padding: 24px 0;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #53bfc9;
}

.img-ec img {
  width: 100%;
  height: auto;
  /* filter: grayscale(0.8); */
}

.txt-ec {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
}

.pro-sd ul li img {
  width: 100%;
  height: 100%;
}

@media (max-width:768px) {
  .proc-txt {
    padding: 75px 0px;
  }

  .section-title__title {
    font-size: 40px;
  }
}

.growsec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.tp-det {
  display: flex;
  align-items: center;
}










.serviceBox {
  color: #999;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 10px 0 15px;
  position: relative;
}

.serviceBox:before,
.serviceBox:after {
  content: "";
  background: #3697a1;
  width: 150px;
  height: 10px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}

.serviceBox:after {
  width: 80%;
  height: 15px;
  border-radius: 0 0 10px 10px;
  top: auto;
  bottom: 0;
  clip-path: none;
}

.serviceBox .service-content {
  background: #f9f9f9;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 8px -1px #ccc;
  min-height: 440px;
}

.serviceBox .service-content:before {
  content: "";
  background: #53bfc9;
  width: 128px;
  height: 100px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.serviceBox .service-icon {
  color: #77787a;
  background: linear-gradient(to left, #dedfe1, #f3f3f3);
  font-size: 40px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.serviceBox .service-icon:before {
  content: "";
  background: linear-gradient(to right, #dedfe1, #f3f3f3);
  width: 88%;
  height: 88%;
  border-radius: 50%;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.serviceBox .title {
  color: #000;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.serviceBox .description {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.serviceBox.green:before {
  background: #719e2a;
}

.serviceBox.green:after,
.serviceBox.green .service-content:before {
  background: #85bc16;
}

.serviceBox.green .title {
  color: #85bc16;
}

@media only screen and (max-width:990px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

section.service-sec .testimonial .description {
  padding: 0px;
  margin-bottom: 50px;
  border: 0px !important;
  color: #000;
  line-height: 28px;
  text-align: left;
  position: relative;
  border-image: linear-gradient(90deg, #7272a9 1.32%, #fffafa 94.17%) 1;
  padding-left: 0px;
  text-align: center;
  min-height: auto;
}

section.service-sec .testimonial .description:after {
  display: none;
}

section.service-sec .owl-buttons {
  display: none;
}


/*----- button 6 -----*/
button.btn-6 {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 0px;
  background: #53bfc9;
  width: 100%;
  max-width: 200px;
}

button.btn-6 span {
  display: block;
  padding: 12px;
  width: 100%;
}

button.btn-6::before,
button.btn-6::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

button.btn-6 span::before,
span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

button.btn-6:hover::before,
button.btn-6:hover::after {
  width: 100%;
}

button.btn-6:hover span::before,
button.btn-6:hover span::after {
  height: 100%;
}

.btn-6::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}

.btn-6::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}

.btn-6 span::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.btn-6 span::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.btn-6:hover::before,
.btn-6:hover::after {
  left: 0;
}

.btn-6:hover span::before,
.btn-6:hover span::after {
  top: 0;
}

/*----- button 6 -----*/

img.play-vdo {
  border-radius: 15px;
}

.ofc-vdo {
  position: relative;
}

img.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.were-pic {
  position: relative;
  z-index: 1050;
}

img.scd-war {
  box-shadow: 1px 1px 12px -2px #ccc;
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  width: 270px;
  bottom: -100px;
  background: #fff;
  right: 0;
}

img.img-fluid.fst-war {
  width: 100%;
  max-width: 500px;
  background: #fbfbfb;
  border-radius: 15px;
  box-shadow: 1px 1px 12px -2px #ccc;
}

.were-txt {
  padding-left: 50px;
}

section.were-sec {
  padding-bottom: 170px;
}

.were-sec {
  position: relative;
}

.circle-1 {
  position: absolute;
  top: 10%;
  width: 200px;
  height: 200px;
  background: #cccccc26;
  right: 10%;
  border-radius: 50%;
}

.circle-2 {
  position: absolute;
  bottom: 10%;
  width: 200px;
  height: 200px;
  background: #cccccc26;
  left: 10%;
  border-radius: 50%;
}

img.dots {
  width: auto;
  position: absolute;
  left: -40px;
  top: 40px;
}



.bulb {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3F5F6;
}

.bulb .blb-rw {
  height: 700px;
  align-items: center;
}

.bulb .bulb-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bulb .text2 {
  margin-top: 200px;
}

#se-1 {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#t2 {
  margin-right: 0px;
  text-align: center;
}

.blob {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 0%;
  right: 10%;
  z-index: 0;
}

.scd-blob {
  left: 8%;
  top: 50%;
  width: 300px;
  height: 300px;
  position: absolute !important;
}

/**start-banner-slider**/

.first-right {
  position: relative;
}

.first-right:after {
  content: "";
  width: 700px;
  height: 700px;
  position: absolute;
  background: linear-gradient(53.17deg, #94DFED 0%, #FFFFFF 123.22%);
  ;
  top: 0;
  right: 0;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: 40px;
}



/**end-banner-slider**/

.bulb {
  background-image: url(../images/blab-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 72%;
  background-size: 40%;
  padding-top: 70px;
}

.text-sec p {
  color: #AE6344;
  font-size: 20px;
}

.bulb .text2 {
  text-align: center;
  max-width: 175px;
}

.bulb .text1 {
  text-align: center;
  max-width: 175px;
}

.bulb .bulb-img strong {
  font-size: 34px;
  color: #AE6344;
}



/**start-testimonial**/

#testimonial-area {
  margin-top: 40px;
}


#testimonial-area .section-heading h2 {
  font-size: 48px;
  line-height: 58px;
}

.testi-wrap {
  position: relative;
  height: 545px;
  margin-top: -80px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  display: none;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}

.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

.client-single.position-2 {
  left: -40px;
  top: 105px;
}

.client-single.position-3 {
  left: -60px;
  top: 240px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.client-single.position-4 {
  left: 55px;
  top: 380px;
}

.client-single.position-5 {
  top: 30px;
  right: 55px;
}

.client-single.position-6 {
  top: 225px;
  right: -40px;
}

.client-single.position-7 {
  top: 400px;
  right: 45px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%;
}

.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index: 99;
}

.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative;
}

.client-single.active .client-img:before {
  border-radius: 100%;
  content: "";
  border: 4px solid #000;
  padding: 5px;
  width: 160px;
  height: 160px;
  top: -4px;
  left: 0px;
  position: absolute;
  z-index: -1;
}

.client-single .client-img img {
  width: 152px;
  border-radius: 50%;
  border: 4px solid #000;
  cursor: pointer;
}

.client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 24px;
  border: 0;
}

.client-comment {
  padding: 0 30px;
}

.client-comment h3 {
  font-size: 18px;
  line-height: 28px;
  color: #505B6D;
}

.client-comment span i {
  font-size: 60px;
  color: #ad684b;
  margin: 40px 0 24px;
  display: inline-block;
}

.client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}

.client-info p {
  color: #0084ff;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 100px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 580px;
  }

  #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }

  .client-single.position-4 {
    left: 0;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 630px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 600px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 550px;
  }
}

/**end-testimonial**/


/**start-choose-sec**/

.drop {
  position: relative;
  width: 350px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.05),
    25px 35px 20px rgba(0, 0, 0, 0.05),
    25px 30px 30px rgba(0, 0, 0, 0.05),
    inset -20px -20px 25px rgba(255, 255, 255, 0.9);
  transition: 0.5s ease-in-out;
  margin-top: 30px;
}

.drop:nth-child(1) {
  border-radius: 49% 51% 70% 30% / 30% 30% 70% 70%;
}

.col-md-4:nth-child(2) .drop {
  border-radius: 49% 51% 41% 59% / 52% 30% 70% 48%;
}

.col-md-4:nth-child(3) .drop {
  border-radius: 76% 24% 40% 60% / 40% 69% 31% 60%;
}


.drop::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 85px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
}

.drop::after {
  content: '';
  position: absolute;
  top: 100px;
  left: 110px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.7;
}

.drop .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  padding-inline: 50px;
}

.drop .content h2 {
  position: relative;
  width: 200px;
  height: 80px;
  background: #eff0f4;
  border-radius: 50%;
  box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.1),
    inset -2px -5px 10px rgba(255, 255, 255, 1),
    15px 15px 10px rgba(0, 0, 0, 0.05),
    15px 10px 15px rgba(0, 0, 0, 0.025);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #AE6344;
}

.drop .content a {
  position: relative;
  padding: 10px 25px;
  background: var(--color);
  color: #fff;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  opacity: 0.75;
  transition: 0.5s;
  background: #AE6344;
}

.drop .content a:hover {
  cursor: pointer;
  opacity: 1;
}

.drop .content a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  transition: 0.5s;
}

.drop .content a:hover::before {
  transform: translateX(-50%) translateY(28px);
  width: 65%;
}

/**end-choose-sec**/





/**start-banner-slider**/

.hom-banner {
  position: relative;
}

section.hom-banner {
  width: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  background: #F3F5F6;
  background-size: cover;
  margin-top: -96px;
}

section.hom-banner .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  min-height: 325px;
}

.carousel-item.fst-slide {
  background-image: url(../images/fst-bg.png);
  width: 100%;
  min-height: 750px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.slide-one {
  margin-top: 8%;
}

.fst-bnr-txt h2 {
  font-size: 56px;
  color: #000;
  line-height: 70px;
}

.fst-bnr-txt h2 span {
  color: #AD684C;
}

.fst-bnr-txt h4 {
  font-size: 28px;
  color: #9B9B9B;
  margin-bottom: 20px;
}

.fst-bnr-txt button {
  background: linear-gradient(100.15deg, #643724 0.46%, #AD684B 85.68%);
  border-radius: 47px;
  border: 0px;
  color: #fff;
  padding: 12px;
  min-width: 180px;
  margin-top: 20px;
}

span.ero {
  background: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 7px;
  padding: 1px;
}

img.fst-smal {
  position: absolute;
  top: 30%;
  right: 0;
}

img.scd-smal {
  position: absolute;
  bottom: 0%;
  right: 0;
}

img.trd-smal {
  position: absolute;
  top: 46%;
  right: 47%;
}


/**end-banner-slider**/


/* Footer Waves */
.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../images/wave-1.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

.adr {
  color: #f2f2f2 !important;
  gap: 5px;
}

.sev li {
  color: #f2f2f2;
  transition: 0.5s;
}

footer .fst-box .sev a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 8px;
  display: block;
  font-family: 'Poppins-Regular';
  transition: 0.5s;
}

.cn-ft li {
  padding: 5px 0;
}

.cn-ft {
  margin-top: 40px;
}

.lks {
  display: flex;
  justify-content: center;
}

.sev li i {
  padding-right: 8px;
}

.ics {
  color: #f2f2f2;
}

.ics a {
  text-transform: capitalize;
  color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Poppins-Regular';
}

.ics li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.ics li i {
  padding-right: 8px;
}

.nwsltr .form-control:focus {
  color: #f2f2f2;
  background-color: #000;
  outline: 0;
  border: 1px solid #585858;
  box-shadow: none;
}

.nwsltr .form-control {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f2f2f2 !important;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #585858;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-ae {
  position: absolute;
  top: 4.5px;
  bottom: 0px;
  display: flex;
  right: 9px;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 47px;
  border-radius: 4px;
}


.hf {
  position: relative;
}

.mail-btn {
  padding: 10px 16px;
  background: #53BFC9;
  margin: 0;
  border: none;
  border-radius: 4px 0px 0px 4px;
}

.mail-txt {
  margin: 0;
  padding: 10px 45px;
  background-color: #252525;
  color: #f2f2f2;
  border: none;
  border-radius: 0px 4px 4px 0px;
}

.maibtn {
  margin: 30px 0;
}

footer .fst-box .sev a:hover {
  color: #53bfc9;
  transition: 0.5s;
}

.sev li:hover {
  color: #53bfc9;
  transition: 0.5s;
}

.btn-ae:hover {
  transition: 0.5s;
  background: #53bfc9;
}

.lef {
  position: absolute;
  bottom: 0;
  left: 0;
}

.rig {
  position: absolute;
  bottom: 0;
  right: 0;
}

.dos {
  position: absolute;
  top: 15%;
  right: 15%;
}

.soc-ic {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
}

.soc-ic li {
  padding: 16px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.soc-ic li i {
  transition: 0.4s;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}

.soc-ic li a {
  margin: 0 !important;
}

.soc-ic li:hover {
  transition: 0.4s;
  background-color: #53bfc9;
}

.soc-ic li:hover .soc-ic li i {
  color: #f2f2f2;
  transition: 0.4s;
}

.abth {
  text-transform: capitalize;
  color: #000000;
  font-weight: 700;
  font-size: 60px;
}

.habt {
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding-top: 100px;*/
}

.bnr-2 {
  position: relative;
  background: #f5f5f5;
}

.bnr-slide-2 {

  min-height: 750px;
  display: flex;
  align-items: center;
}

.bnr-txt {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.bnr-txt h3 {
  color: #000000;
  font-size: 60px;
  font-weight: 700;
  z-index: 100;
}

/* .bnr-txt h3 span {
background: -webkit-linear-gradient(left, #472415, #AD684C);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} */

.bnr-txt h4 {
  padding: 30px 0;
  font-size: 29px;
  font-weight: 400;
  color: #9B9B9B;
}

.bnr-txt button {
  padding: 12px 20px;
  background: -webkit-linear-gradient(left, #472415, #AD684C);
  border-radius: 40px;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 500;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.bnr-txt button img {
  background-color: #fff;
  border-radius: 50px;
  padding: 5px;
}

.bnr-imgs .ecl-1 {
  position: absolute;
  top: -20px;
  z-index: 0;
  right: 0;
  overflow: hidden;
}

.bnr-imgs .main-img {
  z-index: 100;
  overflow: hidden;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 105px;
}

.bnr-imgs .ecl-2 {
  position: absolute;
  right: 0;
  top: 214px;
}

.bnr-imgs .ecl-3 {
  position: absolute;
  bottom: 0px;
  right: 50%;
}

.bnr-txt {
  position: relative;
}

.hed:before {
  content: '';
  background: rgba(159, 226, 239, 0.7);
  filter: blur(102.5px);
  position: absolute;
  left: -200px;
  top: -150px;
  height: 200px;
  width: 200px;
}

.hed::after {
  content: '';
  background: rgba(165, 99, 71, 0.6);
  filter: blur(102.5px);
  position: absolute;
  right: 150px;
  bottom: 20px;
  height: 200px;
  width: 200px;
}

.r2 {
  width: 100%;
}

.bnr-imgs .sld-1 {
  position: absolute;
  z-index: 0;
  bottom: 30px;
  right: 50px;
  overflow: hidden;
}

.hed-2:before {
  content: '';
  background: rgba(165, 99, 71, 0.6);
  filter: blur(102.5px);
  position: absolute;
  left: -200px;
  top: 0px;
  height: 200px;
  width: 200px;
}

.fst-bnr-txt:before {
  content: '';
  background: rgba(159, 226, 239, 0.7);
  filter: blur(102.5px);
  position: absolute;
  left: -200px;
  top: -150px;
  height: 200px;
  width: 200px;
}

.fst-bnr-txt:after {
  content: '';
  background: rgba(165, 99, 71, 0.6);
  filter: blur(102.5px);
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 200px;
  width: 200px;
}

.fst-bnr-txt {
  position: relative;
}

.hed-2 {
  z-index: 100;
}

.hed {
  z-index: 100;
}

.main-1 {
  position: absolute;
  right: 0px;
  z-index: 10;
  bottom: 0;
}

.main-bg {
  position: absolute;
  top: -400px;
  right: -300px;
  z-index: 0;
  /* left: 300px; */
}

.choose-sec .c-sec {
  margin-left: 0;
}

.abt-imf {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


/* services cards */


.srvc-crd .container {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1140px;
}

.srvc-crd .content-wrapper {
  position: absolute;
  width: 50%;
  color: #fff;
}

.srvc-crd .knob-content button {
  margin-top: 10px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  background: #53bfc9;
  color: #fff;
}

.srvc-crd .wheel {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.srvc-crd .line-dot {
  display: none;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  border: 5px solid #fff;
  border-left: none;
  box-sizing: content-box;
}

.srvc-crd .marge-line {
  display: none;
  width: 690px;
  height: 690px;
  border-radius: 100%;
}

.srvc-crd .step-dot {
  display: none;
  width: 750px;
  height: 750px;
  border-radius: 100%;
}

.srvc-crd .info-token {
  width: 850px;
  height: 850px;
  border-radius: 100%;
}

.srvc-crd ul {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.srvc-crd ul.line-dot,
ul.marge-line {
  position: absolute;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.srvc-crd .dot {
  position: absolute;
  inset: -18px;
  text-align: center;
  transform: rotate(calc(30deg * var(--i)));
}

.srvc-crd .line-dot .dot {
  animation: expand 0.6s linear;
}

.srvc-crd .marge-line .dot div {
  animation: heightmap 0.6s linear;
}

.srvc-crd .line-dot .dot div {
  width: 30px;
  height: 30px;
  position: relative;
  background: #fff;
  display: block;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
}

.srvc-crd .line-dot .dot div:after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
  transform: translate(-50%, -50%);
}

.srvc-crd .marge-line .dot div {
  width: 5px;
  height: 100px;
  background: #fff;
  display: block;
  margin: auto;
  box-shadow: 0 0 10px #ccc;
}

.srvc-crd .step-dot .dot div {
  width: 100px;
  height: 100px;
  background: #fff;
  display: block;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  animation: scaling 0.6s linear !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.srvc-crd .step-dot div {
  transform: rotate(calc(-30deg * var(--i)));
}

.srvc-crd .step-dot .dot div {
  padding: 10px;
}

.srvc-crd p {
  font-family: "Ubuntu", sans-serif;
  margin-top: 5px;
  font-size: 14px;
}

.srvc-crd h3 {
  font-family: "Ubuntu", sans-serif;
  margin: 0;
}

.srvc-crd h2 {
  font-family: "Fascinate";
  font-size: 2em;
  line-height: 1;
  margin: 0;
}

.srvc-crd h1 {
  font-family: "Fascinate";
  font-size: 3.5em;
  line-height: 1;
  margin: 0;
}

.srvc-crd .info-token div {
  width: 400px;
  min-height: 200px;
  background: yellow;
  display: block;
  margin: auto;
  border-radius: 50px;
  box-shadow: 0 0 10px #ccc;
  padding: 20px 30px;
  text-align: left;
  overflow: hidden;
}

.srvc-crd .info-token .dot {
  transform: rotate(90deg) translate(0px, 0px);
}

.srvc-crd .info-token div {
  transform: rotate(-90deg) translate(-395px, 0px);
}

.srvc-crd .rotate .dot {
  transform: rotate(calc(30deg * var(--i)));
  transition: 0.6s linear;
}

.srvc-crd .rotate .dot div {
  transform: rotate(calc(-30deg * var(--i))) translate(210px, 10px);
  transition: 0.6s linear;
  transition-delay: 0.9s;
  margin-top: -100px;
}

.srvc-crd .knob {
  width: 330px;
  height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ad684b;
  ;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #000;
}

.srvc-crd .knob ul {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.srvc-crd .knob ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(calc(30deg * var(--i)));
  animation: expand 0.6s linear;
}

.srvc-crd .knob ul li div {
  width: 85px;
  height: 40px;
  background: transparent;
  display: block;
  margin: auto;
  text-align: left;
}

.srvc-crd .knob-content {
  position: absolute;
  background: #fff;
  height: 85%;
  width: 85%;
  border-radius: 100%;
  box-shadow: 9px 8px 10px #0000003b;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.srvc-crd {
  background-color: #f7f7f7;
  padding: 44px;
  max-width: 100vw;
  OVERFLOW: HIDDEN;

}

@keyframes expand {
  from {
    transform: rotate(calc(0deg * var(--i)));
  }

  to {
    transform: rotate(calc(30deg * var(--i)));
  }
}

@keyframes heightmap {
  from {
    height: 0;
  }
}

@keyframes scaling {
  from {
    transform: rotate(calc(-0deg * var(--i))) scale(0);
  }
}

/* services card end */

/* counter section start */

.record-sec {
  background-color: #fff;
  margin: 70px;
}

.row-content p {
  color: #000;
}

.heading-txt {
  background-color: #53bfc9;
  color: #fff;
  padding: 30px;
  border-radius: 30px;
  min-height: 556px;
  margin-top: 20px;
  /* position: absolute; */
}

.heading-txt h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.heading-txt p {
  font-size: 16px;
}

.bdr-btm {
  border-bottom: 2px solid whitesmoke;
  padding: 20px 0;
}

.p-txt {
  box-shadow: 0 0 5px #ccc;
  padding: 40px;
  border-radius: 20px;
}

.lst-row {
  margin-top: 20px !important;
}

.num-txt p {
  font-size: 41px;
  font-weight: 700;
  color: #a86548;
}

.num-txt span {
  color: #a86548;
}

.num-txt span {
  font-weight: 500;
  font-size: 17px;
}

.row-content {
  padding: 20px;
}

.num-txt {
  text-align: center;
}

.ttt {
  margin-right: -90px;
  z-index: 999;
}

span.counter {
  font-size: 35px;
  font-weight: 700;
}

/* counter section end*/

/* scnd-srvc section start */
.services-cards {
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  color: white;
  position: relative;
}

.services-cards strong {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  font-size: 80px;
  font-weight: 900;
  opacity: 0.5;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.scnd-srvc {
  display: none;
}

/* scnd-srvc section end*/


/*why choose-us section start*/

.chose-bnr::before {
  display: none;
  position: absolute !important;
  content: '' !important;
  background: url(../images/why-choose-us/v-1.png) !important;
  z-index: 111 !important;
  width: 100% !important;
  height: 120% !important;
  bottom: 0;
  /* right: 0; */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  z-index: -1 !important;
  top: -100px !important;
  right: 0 !important;
  /* overflow: hidden; */
}

.chose-bnr::after {
  display: none;
  position: absolute !important;
  content: '' !important;
  background: url(../images/why-choose-us/v-2.png) !important;
  z-index: 111 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  z-index: -1 !important;
  top: 60% !important;
}

.chose-bnr .chos-img {
  width: 100%;
  height: 100%;
}

/* span.chosh {
background: -webkit-linear-gradient(left, #472415, #AD684C);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} */

section.digital-sec {
  background: #fff;
}

section.digital-sec .whcs-crds {
  margin: 30px 0px;
  position: relative;
  width: 100%;
  height: 350px;
}


section.digital-sec .crd-img {
  width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(53.07deg, #94DFED 0%, #FFFFFF 123.02%);
  padding: 10px;
}

section.digital-sec .card {
  max-width: 180px;
  min-height: 350px;
  max-height: 370px;
  width: 100%;
  height: 100%;
  padding: 0;
}

section.digital-sec .card-body {
  padding: 15px;
}

section.digital-sec .card,
section.digital-sec .card-body {
  background: #F5F2F2;
  border: none;
}

section.digital-sec .card-title {
  /* font-family: 'Montserrat'; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  width: 85%;
  margin: auto;
  margin-bottom: 10px;
}

section.digital-sec p.card-text {
  /* font-family: 'Inter'; */
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #000000;
}

section.digital-sec .crd-img img {
  width: 100%;
  height: 100%;
}

section.digital-sec .whcs-crds-box .whcs-crds-cnt {
  width: 200px;
  height: 185px;
  /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
background: #53bfc9; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.whcs-crds-box {
  display: flex;
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: -40px;
}

.whcs-crds-box span {
  font-size: 90px;
  font-family: 'Inter';
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  font-weight: 700;
}

.whcs-crds-cnt.cnt-1 {
  position: relative;
}

.whcs-crds-cnt.cnt-1 span {
  margin-bottom: 33px;
  margin-right: 80px;
}

.whcs-crds-cnt.cnt-1::before {
  position: absolute;
  content: '';
  top: 0px;
  left: -10px;
  background: url(../images/why-choose-us/s_vctr.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.whcs-crds-cnt.cnt-2 {
  position: absolute;
  top: 10px;
  left: 155px;
  width: 200px;
  height: 185px;
}

.whcs-crds-cnt.cnt-2 span {
  margin-bottom: -45px;
  margin-left: 70px;
}

.whcs-crds-cnt.cnt-2::before {
  content: " ";
  position: absolute;
  top: 75px;
  left: 10px;
  width: 80%;
  height: 100%;
  background: url(../images/why-choose-us/m-v_before.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.whcs-crds-cnt.cnt-2::after {
  content: " ";
  position: absolute;
  top: 170px;
  left: 5px;
  width: 108%;
  height: 100%;
  background: url(../images/why-choose-us/m-v_after.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.whcs-crds-cnt.cnt-3 {
  position: absolute;
  top: 0px;
  left: 322px;
}

.whcs-crds-cnt.cnt-3 span {
  margin-bottom: 35px;
  margin-left: 85px;
}

.whcs-crds-cnt.cnt-3::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: url(images/why-choose-us/a-v_before.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.whcs-crds-cnt.cnt-3::before {
  content: " ";
  position: absolute;
  top: 112px;
  left: 20px;
  width: 70%;
  height: 100%;
  background: url(images/why-choose-us/a-v_after.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.whcs-crds-cnt.cnt-4 {
  position: absolute;
  top: 10px;
  right: 135px;
}

.whcs-crds-cnt.cnt-4 span {
  margin-bottom: -55px;
  margin-left: 85px;
}

.whcs-crds-cnt.cnt-4::before {
  content: " ";
  position: absolute;
  top: 80px;
  left: -2px;
  width: 80%;
  height: 100%;
  background: url(../images/why-choose-us/m-v_before.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.whcs-crds-cnt.cnt-4::after {
  content: " ";
  position: absolute;
  top: 180px;
  left: 0px;
  width: 105%;
  height: 100%;
  background: url(../images/why-choose-us/m-v_after.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.whcs-crds-cnt.cnt-5 {
  position: absolute;
  top: 0;
  right: -40px;
}

.whcs-crds-cnt.cnt-5::before {
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  background: url(../images/why-choose-us/t-vctr.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.whcs-crds-cnt.cnt-5 span {
  margin-left: 75px;
}

.card.col-md-2.crd-1 {
  position: absolute;
  top: -85px;
  left: 170px;
}

.card.col-md-2.crd-2 {
  position: absolute;
  bottom: -15px;
  right: 130px;
}

.card.col-md-2.crd-3 {
  position: absolute;
  top: 115px;
  left: -25px;
}

.card.col-md-2.crd-4 {
  top: 115px;
  left: 264px;
}

.card.col-md-2.crd-5 {
  position: absolute;
  top: 115px;
  right: -70px;
}

/*why choose-us section end */

/* love us start */

.c-love {
  background: #E4EDEF;
  border-radius: 19px;
}

.c-love .c-luv-slider {
  margin: 16px;
}


.c-love .c-luv-slider .item .card {
  height: 540px;
  border: none;
  width: 290px;
}

.c-love .c-luv-slider .item {
  /* background: #FFFFFF; */
  position: relative;
}

.c-love .c-luv-slider .item .card-body .icn-luv {
  height: 130px;
  width: 130px;
  /* filter: drop-shadow(-1px 0px 18px rgba(54, 54, 54, 0.25)); */
  border-radius: 50%;
  border: 3px solid #D4D4D4;
  border-width: thick;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-love .c-luv-slider .item .card-body .icn-luv img {
  height: 70px;
  width: 70px;
}

.c-love .c-luv-slider .item .card-body {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.c-love .c-luv-slider .item .card-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.04em;
  padding: 16px;
  color: #FFFFFF;
}

.c-love .c-luv-slider .item::before {
  content: url('../images/love-us-img/exp.png');
  width: 100%;
  position: absolute;
  top: 5px;
  left: -29px;
  z-index: 11;
}

.c-love .c-luv-slider .owl-carousel {
  gap: 24px;
}

.c-love .c-luv-slider .owl-carousel .col-md-4 {
  /* display: flex;
justify-content: center;
align-items: center; */
  margin: auto;
}

.c-love .c-luv-slider .item::after {
  content: url('../images/love-us-img/after-c-luv.png');
  width: 100%;
  position: absolute;
  bottom: -19px;
  right: -149px;
  z-index: 11;
}

.c-love .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  min-height: 550px;
}

.c-love .c-luv-slider .item .card-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
}

.c-love .c-luv-slider .item .card-body h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.04em;
  color: #7F7F7F;
}

.c-love .c-luv-slider .owl-carousel {
  padding: 70px 0;
}

.c-love .c-luv-slider h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 86px;
  letter-spacing: 0.03em;
  color: #000000;
}

.i-2::before {
  content: url('../images/love-us-img/p-not-co.png') !important;
}

.i-3::before {
  content: url('../images/love-us-img/cont-evolv.png') !important;
}

.i-4::before {
  content: url('../images/love-us-img/measurable.png') !important;
}

.i-5::before {
  content: url('../images/love-us-img/clnt-focsd.png') !important;
}

.i-6::before {
  content: url('../images/love-us-img/ded-mkt-exp.png') !important;
}

.i-7::before {
  content: url('../images/love-us-img/transparent.png') !important;
}


/* love us end */

/* social-sldr */


.social-sldr .fb-card {
  padding: 20px;
}

.social-sldr .fb-front {
  padding: 20px;
  max-width: 600px;
  position: relative;
  /*background: rgba(255, 255, 255, 0.25);*/
  background: #fff;
  box-shadow: 0 5px 6px 0 rgb(7 30 135 / 37%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.social-sldr .fb-num {
  display: flex;
  flex-direction: column;
}

.social-sldr .fb-num strong {
  font-weight: bolder;
  font-size: 30px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 57px;
  line-height: 69px;
}

.social-sldr .fb-num span {
  margin-top: 31px;
  filter: blur(1px);
}

.social-sldr .fb-num span i {
  font-style: normal;
  font-weight: 700;
  font-size: 57px;
  line-height: 69px;
  border-top: 2px solid #fff;
  padding: 30px 0;
}

.social-sldr .fb-front:before {
  content: '';
  background: #53BFC9;
  width: 33%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -11%;
  bottom: 8%;
  border-radius: 20px;
  background: #53BFC9;
  box-shadow: 3px 1px 11px #8e8e8e;
}

.social-sldr .coffee:before {
  background: -webkit-linear-gradient(left, #472415, #AD684C);
}

.social-sldr .fb-front:after {
  content: '';
  position: absolute;
  height: 264px;
  width: 200px;
  /* background: red; */
  top: 3px;
  /* border: 1px solid #fff; */
  border-radius: 10px;
  left: 2px;
  /* border-left: 2px solid #fff;
border-top: 2px solid #fff; */
  /*box-shadow: -5px -3px 5px -4px;*/
}

.social-sldr .fb-txt button {
  background: -webkit-linear-gradient(left, #472415, #AD684C);
  padding: 10px 30px;
  color: #fff;
  border: none;
  border-radius: 12px;
}

/*.social-sldr .fb-txt h3 {*/
/* color: #00D6A3;*/
/* font-size: 40px;*/

/*}*/
.social-sldr .fb-txt h3 {
  color: #fff;
  font-size: 40px;
  -webkit-text-stroke: 2px #AD684C;
  letter-spacing: 1px;
  text-shadow: 1px 3px 6px #ccc;
}

.social-sldr .fb-txt p {
  color: #000;
}

.social-sldr .fb-bg {
  width: 100%;
  /* background: red; */
  display: flex;
  justify-content: center;
}

.social-sldr {
  background: url(../images/bg-image.png)#fff0;
  backdrop-filter: brightness(0.9);
  padding: 30px 0px;
  /*margin: 10px;*/
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
}

.social-sldr .owl-next {
  position: absolute;
  bottom: 35%;
  right: 20%;
}

.social-sldr .owl-prev {
  position: absolute;
  bottom: 37%;
  left: 15%;
}

.social-sldr .owl-dots {
  position: absolute;
  bottom: -11%;
  left: 47%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #53bfc9;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: transparent;
  color: #242424;
  font-size: 48px;
}

/* to remove slide effect css */
.animated {
  -webkit-animation-duration: 0 ms !important;
  animation-duration: 0 ms !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}


.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.abt-imf img {
  max-width: 100%;
}


.tseo-1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 81px;
  color: #04275c !important;
  text-align: left;
}

.seo-txt-hed {
  text-align: left;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  max-width: 570px;
}

.seo-bnr {
  position: absolute;
  /* top: 0%; */
  right: 0;
  bottom: 0px;
}

.seo-bnr img {
  max-width: 100%;
}

.seo-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ppc-bnr img {
  max-width: 770px;
  width: 100%;
}

/* .feature-sec {
  background: #f2f2f2;
} */

.cntr-sec {
  min-height: 100vh !important;
  display: flex;
  align-items: center;
}

.dm-prop {
  background: #f2f2f2;
  padding: 48px 0;
}

.owl-nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.hd-wd {
  padding: 20px 0;
  text-align: center;
}

.faq-hed {
  text-align: center;
}

/*portfolio grid sec*/

.prtf-images img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/*.prtf-p {*/
/*  padding-top: 140px;*/
/*}*/

.prttf-scnd {
  padding-top: 40px;
}

.prtf-images h4 {
  color: #000;
  margin-bottom: 20px;
}

.sale-pic .inf-img-1 {
  max-width: 650px;
}

.wd-tx {
  display: flex;
  align-items: center;
}

.smm-img {
  max-width: 100% !important;
}

.smpro-1 label {
  /*font-size: 18px;*/
  /*font-weight: 700;*/
  font-family: 'Poppins-Bold';
  color: #AE6344;
  font-weight: 600;
  font-size: 20px;
}

.smm-pro {
  padding: 90px 0;
  background: #f2f2f2;
}

/*Form-Services*/
.fm-hed {
  background: #53BFC9;
  border-radius: 13px 0px 0px 13px;
  padding: 40px 30px;
  min-height: 335px;
}

.form-try h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  padding: 42px 0;
}

.form-try a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: baseline;
  /* gap: 16px; */
}

.form-try a i {
  font-size: 20px;
  font-weight: 500;
}

.form-try .fom-ul li {
  padding: 10px 0;
  list-style-type: none;
}

.form-try .fom-ul p {
  margin: 0;
  font-weight: 500;
  /*font-family: 'Red Hat Display', sans-serif;*/
  font-size: 18px;
  /* line-height: 25px; */
  padding-left: 16px;
}

.form-try h3 {
  color: #fff;
  font-family: 'Red Hat Display', sans-serif;
  position: relative;
}

.btn-tryform {
  background: #53BFC9;
  border: none;
  border-radius: 50%;
  padding: 8px 10px;
  /* outline: 1px solid; */
}

.btn-tryform i {
  color: #fff;
  width: 20px;
}

.gola {
  outline: 1px solid #53BFC9;
  border-radius: 50%;
  padding: 5px;
}

.l-fom {
  padding: 10px 36px;
  width: 100%;
}

.form-try {
  padding: 70px 0;
}

.form-try .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  background-clip: padding-box;
  /* border: none; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  /* border-bottom: 1px solid #a5a5a5; */
  border: none;
  border-bottom: 1px solid #E4E4E4;
  border-radius: 0;
  margin: 7px 0;
}

.l-fom label {
  color: #B6B6B6;
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  font-family: 'Red Hat Display', sans-serif;
}

.form-control:focus {
  color: #212529;
  background-color: transparent;
  border-bottom: 1px solid #a5a5a5;
  outline: 0;
  box-shadow: none;
}

.form-try .col-md-6 {
  margin: 16px 0;
}

.r-fom .bgf-2 {
  background: #F5F5F5;
  border-radius: 0px 13px 13px 0px;
  display: flex;
  align-items: center;
}

.fom-ul .loc-a-spl {
  display: flex;
  align-items: baseline;
}

.form-try h3::after {
  content: '';
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #fff;
}

option {
  font-family: 'Red Hat Display', sans-serif;

}

.process-sec h4 {
  text-align: start;
  width: 100%;
}

/*Logo Slider Portfolio*/
.log-port .home-demo h2 {
  color: #FFF;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

.log-port .owl-carousel {
  margin: 90px 0;
}

.log-port .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: auto;
}

.log-port .home-demo .item {
  /* background: #8f3333; */
  min-height: 350px;
  display: flex;
  align-items: center;
}

.log-port .owl-carousel .owl-stage {
  background: #ad684b;
}

.log-port .owl-carousel .owl-nav button.owl-next,
.log-port .owl-carousel .owl-nav button.owl-prev,
.log-port .owl-carousel button.owl-dot {
  background: 0 0;
  color: #000;
  font-size: 30px;
}

.log-port .owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}

.log-port .owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: none;
}

/*Logo Slider Portfolio Ends*/

/*software app development start*/

.mobile-screen {
  position: relative;
  width: 400px;
  overflow: hidden !important;
  height: 812px;
}

.screen-img {
  height: 762px;
  width: 367px;
  background-position: top;
  background-size: cover;
  background-position-x: 0;
  position: relative;
  border-radius: 34px 34px 0 0;
  left: 20px;
  top: 25px;
  transition: 6s;
}

.mobile-screen:hover>.screen-img {
  height: 762px;
  width: 367px;
  background-position: bottom;
  background-size: cover;
  background-position-x: 0;
  position: relative;
  border-radius: 34px 34px 0 0;
  left: 20px;
  top: 25px;
  transition: 6s;
}

.mob-img {
  background-image: url(../images/mobile.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 812px;
  width: 400px;
  z-index: 2;
}

.py-48 {
  padding: 48px 0;
}

.content.bg-dark {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*software app development end*/


/*5 stages section*/

.rw-bg {
  /* background-image: url(images/rw-bg.png);
            background-repeat: no-repeat;
            background-size: cover; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.rw-bg .col-lg-4 {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rw-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #53bfc9;
  min-height: 150px;
  height: 100%;
  width: 100%;
}

.rw-img {
  height: 100%;
  background: #fff;
  min-height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px #ccc;
  border-radius: 14px;
  position: relative;
  transition: 0.5s;
}

.rw-img:hover.rw-img:after {
  transform: rotate(10deg);
  transition: 0.5s;
}

.rw-img img {
  margin-right: 15px;
}

.rw-img strong {
  font-size: 25px;
}

.rw-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7190FF;
  min-height: 180px;
  height: 52%;
  width: 80%;
  position: absolute;
  top: -12px;
  left: -14px;
  z-index: -999;
  border-radius: 14px;
}

.rl-dv {
  position: relative;
  /* background: red; */
  height: 100%;
  width: 100%;
  max-width: 312px;
}

.rw-img:before {
  position: absolute;
  content: url(../images/p1.png);
  top: 62px;
  left: -8px;
  width: 100%;
  height: 100%;
}

.rw-img:after {
  position: absolute;
  content: url(../images/ps1.png);
  bottom: 30%;
  right: -12px;
  transition: 0.5s;
}

#ps1::before {
  content: url(../images/p2.png);
}

#ps5::before {
  content: url(../images/p3.png);
}

#ps3::before {
  content: url(../images/p4.png);
}

#ps4::before {
  content: url(../images/p5.png);
}

#ps1::after {
  position: absolute;
  content: url(../images/ps2.png);
}

#ps3::after {
  position: absolute;
  content: url(../images/ps3.png);
}

#ps4::after {
  position: absolute;
  content: url(../images/ps4.png);
}

#ps5::after {
  position: absolute;
  content: url(../images/ps5.png);
}

.rc2 {
  background-color: #7F9D8C;
}

.rc3 {
  background-color: #62ACE3;
}

.rc4 {
  background-color: #6C7AB9;
}

.rc5 {
  background-color: #53BFC9;
}

/*Why-Choose-SMM */
.why-smm {
  padding: 90px 0;
}

.why-smm .card {
  min-height: 675px;
  max-height: 100%;
  padding: 24px 5px;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 10px 16px rgb(0 0 0 / 6%);
  border-radius: 11px;
  margin: 30px 0;
}

.why-smm .card-title h3 {
  color: #53bfc9;
  font-size: 27px;
  font-weight: 700;
}

.why-hed-smm h2 {
  color: #53bfc9;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}

.why-hed-smm p {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}

.why-smm .card-title img {
  max-width: 235px;
}

.c-img-smm {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*WHy-Choose-SMM Ends*/
/*Services of CM*/
.cm-srv-hed h3 {
  color: #53bfc9;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

.cm-srv-hed p {
  margin-top: 20px;
  text-align: center;
}

.cm-srv-hed {
  margin-bottom: 50px;
}

.srv-cm .imp-box {
  min-height: 450px;
  background: #fff;
}

/*Services of CM*/

.pro-img2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.smpro-1 {
  padding: 15px;
}

.cm-sec .card {
  min-height: 706px;
}

.cm-sec .card-title {
  font-size: 30px;
  /* color: #2c4d82; */
  padding: 10px;
}

.review-sl {
  max-height: 630px;
  padding: 48px 0;
  background: #f2f2f2;
  overflow: hidden;
}

/* #tm-3o3w5 div.go2048136271 {
  display: none;
} */

.anmte {
  animation: zoom-in-zoom-out 2s linear infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1, 1);
  }
}

#tm-cj9kv div.go2048136271 {
  display: none !important;
}