@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* transition: 0.5s;*/
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}

body {
  overflow-x: hidden;
  font-size: 14px;
  background: #fff;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #FF0000;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  color: #001220;
  margin-bottom: 15px;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

ul {
  list-style-type: none;
}

/*===========================================================
	WEBSITE SCROLLBAR
=============================================================*/

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dc980e;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #001220;
}


/*===========================================================
	COMMON CLASSES
=============================================================*/

.section-title {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  display: block;
  border-bottom: 1px solid #ff0000;
}

.section-subheading {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 5px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background: linear-gradient(to right, #FA8282 20%, #CB76BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.section-heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 44px;
  text-transform: capitalize;
  color: #343651;
  margin: 15px 0;
  letter-spacing: -1.125px;
}

.section-heading span {
  /* background: linear-gradient(to right, #FA8282 20%, #CB76BD 100%) left top/200% 100%; */
  background: linear-gradient(to right, #FA8282 20%, #966bea 100%, #42ded8) left top/200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: top_b_grad 3s ease-in-out infinite;
}







/*===========================================================
	TOPBAR
=============================================================*/
.topbar {
  padding: 7px 0;
  /* background: linear-gradient(to right, #FA8282 20%, #CB76BD 100%); */
  /* background: rgb(250, 130, 130); */
  /* background: linear-gradient(135deg, rgba(250, 130, 130, 1) 0%, rgba(199, 117, 194, 1) 100%); */
  background: linear-gradient(45deg, #fa8282 , #cd77bb) left top/200% 100%;
  animation: top_b_grad 3s ease-in-out infinite;

}

.topbar a {
  color: #fff;
}

.topbar .topbar-social-box a {
  padding: 0 10px;
}

.topbar .topbar-social-box a i:hover {
  color: #6E00FF;
}




/*===========================================================
	HEADER
=============================================================*/
header {
  background: rgba(243, 244, 246, 1);
  padding: 11px 0;
}

header .header-search-box {
  padding: 11px 0;
}

header .getin-search-icon {
  border: none;
  background: transparent;
  border-right: 2px solid #ccc;
  padding: 5px 20px;
}

header .getin-search-icon i {
  color: rgba(225, 86, 186, 1);
  background: transparent;
}

header .header-search-box {
  filter: drop-shadow(-7.5px 22.5px 37.5px rgba(96, 1, 211, 0.301961));
  border-radius: 122.5px;
  padding: 12px 23px;
  /* background: linear-gradient(#FA8282 100%, #CB76BD 100%); */
  /*background: url(../img/getintouch1.svg);*/
  margin-left: 30px;
  color: #fff;
  background-position: -45px -14px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
}

.get-touch-btn {
  filter: drop-shadow(-7.5px 22.5px 37.5px rgba(96, 1, 211, 0.301961));
  border-radius: 122.5px;
  padding: 12px 23px;
  margin-left: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;

  background: linear-gradient(45deg, #FE7484, #ED579E, #B35EF1, #8986F7, #1CE4F3);
  background-size: 200% 200% !important;
}

.get-touch-btn:hover {
  color: #fff;
  animation: gradient_fliud 2s ease infinite !important;
}

@keyframes gradient_fliud {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* header .header-search-box .get-touch-btn {
  background: linear-gradient(#9668FC 100%, #CB76BD 100%);
} */

.logo-box {
  display: flex;
  justify-content: start;
}

.logo-box .logo-icon {
  margin-right: 15px;
}

.logo-box .logo-text {
  font-weight: 700;
  font-size: 22.8px;
  line-height: 0px;
  letter-spacing: -1.26667px;
  color: #343651;
  position: relative;
  margin: 27px 0px;
  display: inline-block;
}

.logo-box .logo-text::after {
  content: 'Digital Marketing Agency';
  font-weight: 400;
  font-size: 8px;
  line-height: 0px;
  letter-spacing: normal;
  color: #000000;
  position: absolute;
  top: 20px;
  left: 0%;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  justify-content: center;
  margin: auto;
}



.homebanner-section:hover .line1 {
  animation: line1move 5s infinite linear;
}

.homebanner-section:hover .line2 {
  animation: line2move 5s infinite linear;
}

.homebanner-section:hover .line3 {
  animation: line3move 5s infinite linear;
}

.homebanner-section:hover .line6 {
  animation: line6move 5s infinite linear;
}

.homebanner-section:hover .line5 {
  animation: line5move 5s infinite linear;
}

.homebanner-section:hover .line4 {
  animation: line4move 5s infinite linear;
}
@keyframes line1move {
  0% {
    left: -380px;
  }
  50% {
    left: -410px;
  }
  100% {
    left: -380px;
  }
/* 0%{
  transition: width .9s;
}
100%{
  transition: width .1s;
} */
}

@keyframes line2move {
  0% {
    left: 120px;
  }
  50% {
    left: 135px;
  }
  100% {
    left: 120px;
  }
}

@keyframes line3move {
  0% {
    left: 180px;
  }
  50% {
    left: 195px;
  }
  100% {
    left: 180px;
  }
}

@media screen and (max-width: 576px) {
  .line1, .line2, .line3, .line4, .line5, .line6 {
    display: none;
  }
}
.line1 {
  width: 500px;
  height: 150vh;
  border-right: solid 0.5px #fff;
  background-color: transparent;
  position: absolute;
    left: -410px;
    top: -60px;
    border-radius: 100%;
    transition: 0.3s ease;
}

.line2 {
  width: 400px;
  height: 150vh;
  border-left: solid 0.5px #fff;
  background-color: transparent;
  position: absolute;
    left: 135px;
    top: -60px;
    border-top-left-radius: 200%;
    border-bottom-left-radius: 100%;
}

.line3 {
  width: 400px;
  height: 150vh;
  border-left: solid 0.5px #fff;
  background-color: transparent;
  position: absolute;
    left: 195px;
    top: -60px;
    border-top-left-radius: 200%;
    border-bottom-left-radius: 100%;
}

.line6 {
  width: 300px;
  height: 300px;
  border-left: solid 0.5px #fff;
  background-color: transparent;
  position: absolute;
  right: -270px;
  top: 120px;
    border-top-left-radius: 200%;
    border-bottom-left-radius: 100%;
}

@keyframes line6move {
  0% {
    right: -250px;
  }
  50% {
    right: -270px;
  }
  100% {
    right: -250px;
  }
}

.line5 {
  width: 150vh;
  height: 150vh;
  border-left: solid 0.5px #fff;
  background-color: transparent;
  position: absolute;
  right: -873px;
    top: -180px;
    border-top-left-radius: 200%;
    border-bottom-left-radius: 100%;
}

@keyframes line5move {
  0% {
    right: -773px;
  }
  50% {
    right: -873px;
  }
  100% {
    right: -773px;
  }
}

@keyframes line4move {
  0% {
    right: -673px;
  }
  50% {
    right: -773px;
  }
  100% {
    right: -673px;
  }
}
.line4 {
  width: 150vh;
  height: 150vh;
  border-left: solid 0.5px #fff;
  background-color: transparent;
  position: absolute;
  right: -773px;
    top: -180px;
    border-top-left-radius: 200%;
    border-bottom-left-radius: 100%;
}

/* .owl-item {
  justify-content: center !important;
  margin: 0 auto;
} */
/*===========================================================
	HOME BANNER SECTION
=============================================================*/
.homebanner-section {
  display: block;
  width: 100%;
  min-height: 100vh;
  padding: 150px 0 400px 0;
  margin-bottom: 200px;
  position: relative;
  /* background: linear-gradient(to right, #FA8282 20%, #CB76BD 100%); */
  background: rgb(254, 213, 125);
  /* background: linear-gradient(135deg, rgba(254,213,125,1) 0%, rgba(224,136,179,1) 24%, rgba(153,102,253,1) 60%, rgba(134,128,251,1) 100%) left top/400% 200% ; */
  /* background: linear-gradient(45deg, rgba(254, 213, 125, 1), rgba(224, 136, 179, 1), rgba(153, 102, 253, 1), rgba(134, 128, 251, 1)) left top/400% 200%; */
  background: linear-gradient(
    80deg
    ,#fca587 18%, #f09397 33%, #d378c4 46%, #a163fd 66%, #8f71fa) left top/400% 200%;
  z-index: 0;
  background-blend-mode: screen;
  animation: top_b_grad 10s ease-in-out infinite;
  position: relative;
}

@keyframes top_b_grad {
  0% {
    background-position: 0% 0;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 00% 00%;
  }
}

.homebanner-section .homebanner-curve-bottom {
  display: block;
  width: 106%;
  height: 10vh;
  position: absolute;
  background: #fff;
  border-radius: 50% 50% 0 0;
  bottom: 0;
  z-index: -1;
  margin-left: -3%;
}


.homebanner-section .banner-heading {
  font-size: 62px;
  font-weight: 500;
  line-height: 93px;
  letter-spacing: -7px;
  color: #fff;
}

.homebanner-section .banner-heading span {
  font-size: 62px;
  font-family: 'Allura', cursive;
  letter-spacing: 0px;
  margin: 0 5px;
  position: relative;
}

.homebanner-section .banner-heading span::after {
  position: absolute;
  content: '';
  background: url(../img/your.svg);
  width: 131px;
  height: 13px;
  bottom: 10px;
  left: -10px;
  animation: animate_curve 1s linear forwards normal;
  animation-delay: 0.7s;
}


@keyframes animate_curve {
  0% {
    width: 0px;
  }

  100% {
    width: 131px;
  }
}

.homebanner-section .banner-subheading {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

.homebanner-section .homebanner-gt-btn {
  /* padding: 15px 30px;
  background: linear-gradient(to right, #FA8282 20%, #CB76BD 100%);
  border-radius: 30px;
  font-weight: 700; */
  margin: 0 10px;
}

.homebanner-section .homebanner-lm-btn {
  padding: 15px 30px;
  border-radius: 30px;
  border: 2px solid #8c56dc;
  margin: 0 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 158.7%;
  letter-spacing: -0.03em;
  color: #343651;
  transition: 1s ease linear !important;
}

.homebanner-btn-touch {
  padding: 15px 30px;
  border-radius: 30px;
  /* border: 2px solid #8c56dc; */
  margin: 0px 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 158.7%;
  letter-spacing: -0.03em;
  color: #343651;
  background:linear-gradient(
    45deg
    , #6a8cec 19%, #5cd0f3 57%, #ffffff 74%);
  transition: 1s ease linear !important;
  
}

.homebanner-btn-touch:hover {
  background-size: 200% 200% !important;
  color: black;
  animation: gradient_fliud 2s ease infinite !important;
}

.homebanner-lm-btn:hover {
  color: #333 !important;
  background-color: #fff;
  border-color: #333;
}

.homebanner-section .container {
  position: relative;
}

.homebanner-section .container .homebanner-form-block {
  position: absolute;
  left: 0%;
  right: 0%;
}

.homebanner-section .homebanner-form-box {
  width: 560px;
  padding: 36px;
  margin: 80px 0px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px -5px 40px 0px rgba(72, 72, 72, 0.25);

}

.homebanner-section .homebanner-form-box .form-subheading {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #B5B5BE;
}

.homebanner-section .homebanner-form-box .form-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #343651;
}

.homebanner-section .homebanner-form-box .input-group .input-group-text,
.contact-section .contact-form-box .input-group .input-group-text {
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: rgba(181, 181, 190, 0.5);
  border-radius: 0%;
  align-items: end;
  padding: 0.375rem 0rem 0.6rem 0.5rem;
}


.homebanner-section .homebanner-form-box .input-group .input-group-text img,
.contact-section .contact-form-box .input-group .input-group-text img {
  width: 20px;
  height: 20px;
}

.homebanner-section .homebanner-form-box input,
.contact-section .contact-form-box input {
  text-color: black;
}

.homebanner-section .homebanner-form-box input,
.contact-section .contact-form-box input {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0%;
  color: rgba(0, 0, 0, 0.5);
  padding: 0px 12px 8px 12px;
  margin-top: 25px;
  border-color: rgba(181, 181, 190, 0.5);
  position: relative;
}

.homebanner-section .homebanner-form-box .input-group input:focus {
  border-color: red;
}

.homebanner-section .homebanner-form-box input::placeholder,
.contact-section .contact-form-box input::placeholder {
  color: rgba(181, 181, 190, 1);
}

.homebanner-section .homebanner-form-box select,
.contact-section .contact-form-box select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0%;
  color: #000;
  padding: 0px 12px 8px 12px;
  margin-top: 25px;
  border-color: rgba(181, 181, 190, 0.5);

}

.homebanner-section .homebanner-form-box select:focus,
.contact-section .contact-form-box select:focus {
  box-shadow: none;
}

.homebanner-section .homebanner-form-box input:focus,
.contact-section .contact-form-box input:focus {
  box-shadow: none;
}

.homebanner-section .homebanner-form-box .form-select,
.contact-section .contact-form-box .form-select {
  background-image: url(https://img.icons8.com/ios-glyphs/30/B5B5BE/sort-down.png);
  background-size: 16px 16px;
}

.homebanner-section .homebanner-form-box .homebanner-form-btn,
.contact-section .contact-form-box .homebanner-form-btn {
  display: block;
  width: 100%;
  padding: 15px 30px;
  /* background: linear-gradient(45deg, #FA8282 20%, #CB76BD 100%); */
  /* background: linear-gradient(45deg, #be62e0 20%, #a163fd 60%, #4ec9f4 20%); */
  background: linear-gradient(45deg, #be62e0 21%, #a163fd 54%, #4ec9f4 86%);
  border-radius: 10px;
  font-weight: 500;
  border: none;
  color: #fff;
  margin-top: 25px;
  /* background-size: 200% 200% !important; */
  
}

/* .homebanner-section .homebanner-form-box .homebanner-form-btn,
.contact-section .contact-form-box .homebanner-form-btn:hover {
  background: linear-gradient(to right, #CB76BD 20%, #FA8282 100%);
} */

.homebanner-form-btn:hover {
  background-size: 400% 200% !important;
  animation: 4s ease 0s infinite normal none running gradient_fliud !important;
}

/*===========================================================
	COUNTERUP SECTION
=============================================================*/
.counterup-section {
  width: 100%;
  height: auto;
  /* background: linear-gradient(to right, #FA8282 20%, #CB76BD 100%); */
  /* background: url(../img/RectangleCount.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px;
  color: #fff;
  margin: 50px 0;
  position: relative;
  background: linear-gradient(140deg, #8667F8 20%, #966bea 30%, #67bdef,#42ded8) left top/200% 100%;
  background-blend-mode: screen;
  animation: top_b_grad 10s ease-in-out infinite;


}

.counterup-section::after {
  position: absolute;
  content: '';
  background: url(../img/countend.svg);
  background-repeat: no-repeat;
  right: 0;
  top: -13px;
  width: 62px;
  height: 100%;
  animation: top_b_grad 10s ease-in-out infinite;
}

.counterup-section .counterup-heading-box {
  display: flex;
  justify-content: end;
  position: relative;
}

.counterup-section .counterup-heading-box::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 200px;
  background: #f1eeee;
  right: 0;
  top: -50px;
}

.counterup-section .counterup-heading-box .counterup-heading {
  display: block;
  width: 250px;
  height: auto;
  font-weight: 400;
  font-size: 19px;
  line-height: 31px;
  padding: 0 50px;
}

.counterup-section .counterup-number-box .counterup-number {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 54.7978px;
  line-height: 55px;
}

.counterup-section .counterup-number-box .counterup-name {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

.counterup-section .counterup-number-box .counterup-icon {
  width: auto;
  height: auto;
}







/*===========================================================
	CLIENTS SECTION
=============================================================*/
.clients-section {
  border-top: 1px solid #E2E2EA;
  border-bottom: 1px solid #E2E2EA;
  padding: 57px 0;
}

.clients-section .clients-heading-box {
  position: relative;
  padding: 0 50px;
}

.clients-section .clients-heading-box::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 179px;
  background: #E2E2EA;
  right: 0;
  top: -57px;
}

.clients-section .clients-heading-box .clients-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-align: right;
  color: #343651;
}

.clients-section .clients-marquee-box marquee {
  width: 100%;
}

.clients-section .clients-marquee-box .marquee-img {
  margin: 0 20px;
  
}


.card {
  width: 200px;
  height: 100px;
  justify-content: center;
  padding: 5px;
  border: none !important;
}

.card img {
  width: 100% !important;
}
.marquee-img {
  display:block;
  width:inherit !important;
  height:100%;
  margin:0
}
/*===========================================================
	ABOUT SECTION
=============================================================*/
.about-section {
  width: 100%;
  min-height: auto;
  height: auto;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 0%;
  overflow: hidden;
}

.about-section .about-heading {
  font-weight: 500;
  font-size: 42px;
  line-height: 44px;
  color: #343651;
}

.about-section .about-heading span {
  /* #966bea 30%, #67bdef,#42ded8 */
  background: linear-gradient(to right, #FA8282 20%, #966bea 100%, #42ded8) left top/200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: top_b_grad 3s ease-in-out infinite;
}

.about-section .about-block {
  margin: 100px 0 0px 0;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
}

.about-section .about-box {
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  padding: 50px 0;
}

.about-section .about-box .about-countsmall-box {
  display: flex;
}

.about-section .about-box .about-countsmall {
  font-size: 26px;
  line-height: 39px;
  font-weight: 300;
  margin: 0;
}

.about-section .about-box img {
  margin-left: 20px;
}

.about-section .about-box .about-countbig {
  font-size: 72px;
  line-height: 78px;
  font-weight: 800;
}

.about-section .about-box .about-title-box {
  text-align: right;
}

.about-section .about-box .about-title {
  font-size: 36px;
  line-height: 57px;
  font-weight: 300;
}

.about-section .about-box .about-subtitle {
  font-size: 26px;
  line-height: 42px;
  font-weight: 300;
}

.about-section .about-box .pills-box {
  position: relative;
  padding-top: 180px;
}

.about-section .about-box .pill {
  position: absolute;
  border-radius: 35px;
  padding: 15px 30px;
  color: #545454;
  font-size: 16px;
}

.about-section .about-box #pill1 {
  background: #E3F37D;
  bottom: 0;
  left: 0;
}

.about-section .about-box #pill2 {
  background: #7DF3E5;
  bottom: 0;
  left: 114px;
  transform: rotate(2.27deg);
}

.about-section .about-box #pill3 {
  background: #A6FFA5;
  bottom: 18px;
  left: 250px;
  transform: rotate(23.38deg);
}

.about-section .about-box #pill4 {
  background: #DD98FE;
  bottom: 3px;
  left: 392px;
  transform: rotate(7.24deg);
}

.about-section .about-box #pill5 {
  background: #98D9FE;
  bottom: 58px;
  left: 0;
  transform: rotate(7.72deg);
}

.about-section .about-box #pill6 {
  background: #AD98FE;
  bottom: 66px;
  left: 108px;
  transform: rotate(28.87deg);
}



/*===========================================================
	DIGI SERVICES SECTION
=============================================================*/

.digiservices-section {
  background: url(../img/bgpattern.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: top_b_grad 10s ease-in-out infinite;
}

.digiservices-section .digiservices-block {
  padding: 80px 15px 0 15px;
}

.digiservices-section .digiservices-block>div {
  display: flex;
}


.digiservices-section .digiservices-block .digiservices-box {
  background: #FFFFFF;
  border: 0.954311px solid #E1E3E8;
  border-radius: 9.54311px;
  padding: 47px 35px;
  position: relative;
  margin: 12px 0;
  transition: 0.5s  linear;
}

.digiservices-section .digiservices-block .digiservices-box:hover {
  box-shadow: 0px 3.81724px 57.2586px rgba(0, 0, 0, 0.2);
  /* filter: drop-shadow(-11.2109px 14.9479px 29.8958px rgba(96, 1, 211, 0.301961)); */
  border: none;
  /* background: url("../img/ProcessRectangle.svg") center center / cover no-repeat; background-blend-mode: screen; */
  /* animation: top_b_grad 10s ease-in-out infinite; */
}

.digiservices-section .digiservices-block .digiservices-box:hover .digiservices-img{
  transform: scale(1.1);
  animation: grow .3s linear 1;
  background-color: white;
}
 
@keyframes grow {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.digiservices-section .digiservices-block .digiservices-box .digiservices-img {
  width: 50px;
  height: auto;
  transition: 0.3s ease-in-out;
}

.digiservices-section .digiservices-block .digiservices-box .digiservices-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #12141D;
  margin: 25px 0;
  transition: 0.3s ease-in-out;
}


.digiservices-section .digiservices-block .digiservices-box .digiservices-desc {
  font-weight: 300;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  line-height: 27px;
  color: #12141D;
  opacity: 0.7;
  margin: 0%;
}



/*===========================================================
	TEAM SECTION
=============================================================*/
.portfolio-section .portfolio-block {
  padding: 80px 0;
}

.portfolio-section .portfolio-block .nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.36px;
  color: #343651;
  padding: 5px 20px;
  border: none;
}

.portfolio-section .portfolio-block .nav .nav-item .nav-link:focus-visible {
  border: none;
}

.portfolio-section .portfolio-block .nav .nav-item .nav-link.active,
.portfolio-section .portfolio-block .nav .nav-item .nav-link:hover {
  border: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
  flex: none;
  order: 0;
  flex-grow: 0;
  background: linear-gradient(to right, #FA8282 20%, #CB76BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.portfolio-section .portfolio-block .nav .nav-item .nav-link:hover::before {
  content: '';
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #FA8282 20%, #CB76BD 100%);
  position: absolute;
  bottom: -1px;
  left: 0%;
}

.portfolio-section .portfolio-block .nav .nav-item .nav-link.active::before {
  content: '';
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #FA8282 20%, #CB76BD 100%);
  position: absolute;
  bottom: -1px;
  left: 0%;
}

.portfolio-section .portfolio-block .nav .viewall-btn {
  text-align: right;
}

.portfolio-section .portfolio-block .tab-content {
  padding: 50px 0;
}

.portfolio-section .portfolio-block .tab-content .portfolio-client-block .portfolio-client-single {
  display: block;
  height: auto;
  width: 100%;
  margin: 34px 0;
  border-radius: 35.4595px;
}

.portfolio-section .portfolio-block .tab-content .portfolio-client-block .portfolio-client-single .portfolio-client-single-link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 35.4595px;
}

.portfolio-section .portfolio-block .tab-content .portfolio-client-block .portfolio-client-single .portfolio-client-single-link .portfolio-client-single-img {
  width: 100%;
  height: 100%;
}

.portfolio-section .portfolio-block .tab-content .portfolio-client-block .portfolio-client-single .portfolio-client-single-link .portfolio-client-single-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.17%, #000000 100%);
  border-radius: 35.4595px;

}

.portfolio-section .portfolio-block .tab-content .portfolio-client-block .portfolio-client-single .portfolio-client-single-link .portfolio-client-single-heading {
  position: absolute;
  bottom: 15px;
  left: 40px;
  font-weight: 700;
  font-size: 15.5135px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.332432px;
  color: #FFFFFF;
}


/*===========================================================
	TEAM SECTION
=============================================================*/
.team-section {
  background: url(../img/process-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: top_b_grad 3s ease-in-out infinite;
}

.team-section .section-heading {
  font-size: 30px;
  line-height: 41px;
  margin: 0%;
  letter-spacing: -1.125px;
}

.team-section .team-desc-box {
  display: flex;
  justify-content: end;
}

.team-section .team-desc-box .team-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  color: #70798B;
  width: 400px;
}

.team-section .team-block {
  padding: 50px 0;
}

.team-section .team-block .team-box {
  padding: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  margin: 15px 0;
  transition: 0.3s linear;
}



.team-section .team-block .team-box:hover {
  filter: drop-shadow(-11.2109px 14.9479px 29.8958px rgba(96, 1, 211, 0.301961));
  background: url(../img/ProcessRectangle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: hue-rotate(100);
  background-blend-mode: screen;
  transition: 0.3s linear;
	animation: top_b_grad 2s ease-in-out infinite;
}

.team-section .team-block .team-box:hover .team-subheading {
  color: #fff;
  font-weight: 700;
  /* font-size: 12px; */
  /* line-height: 16px; */
  /* letter-spacing: -0.75px; */
  transform: scale(1.1);
  animation: grow .3s linear 1;
  transition: 0.3s linear;
}

.team-section .team-block .team-box:hover .team-heading {
  color: #fff;
  font-weight: 700;
  font-size: 18.75px;
  line-height: 30px;
  transform: scale(1.1);
  animation: grow .3s linear 1;
  transition: 0.3s linear;
}

.team-section .team-block .team-box:hover .team-content {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  transition: 0.3s linear;
  transform: scale(1.1);
  animation: grow .3s linear 1;
}

.team-section .team-block .team-box .team-subheading {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.75px;
  color: #FD346E;
  margin-top: 10px;
  transition: 0.3s linear;
  font-family: 'Quicksand', sans-serif;
  /* transform: scale(1.1); */
  /* animation: grow .3s linear 1 */
}

.team-section .team-block .team-box .team-heading {
  font-weight: 700;
  font-size: 18.75px;
  line-height: 30px;
  color: #081420;
  margin: 10px 0;
  font-family: 'Nunito', sans-serif;
}

.team-section .team-block .team-box .team-content {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #70798B;
  margin: 0%;
  transition: 0.3s linear;
  font-family: 'Quicksand', sans-serif;
}

.team-section .team-block .team-box .team-digit {
  font-weight: 500;
  font-size: 115px;
  font-family: fantasy;
  line-height: 1;
  background: linear-gradient(180deg, #acb0c7 0%, rgba(146, 106, 250, 0) 115.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.team-section .team-block .team-box .team-digit img {
  transition: 0.3s linear;
}

.team-section .team-block .team-box:hover .team-digit img {
  transform: scale(1.1);
  animation: grow .3s linear;
  filter: brightness(3);
}



/*===========================================================
	TEAM SECTION
=============================================================*/
.testimonials-section {
  background: #F7F9FF;
  padding: 120px 0 140px 0;
}

.testimonials-section .testimonials-block {
  padding-top: 80px;
}

.testimonials-section .testimonials-box {
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 50px;
  text-align: center;
  margin: 50px 0;
  transition: 1s  linear;
}

.testimonials-section .testimonials-box:hover {
  box-shadow: -5.25px 10px 20.5px #ccc;
  /* border: 2px solid; */
  /* filter: drop-shadow(-11.2109px 14.9479px 29.8958px rgba(96, 1, 211, 0.301961)); */
  /* background: url(../img/ProcessRectangle.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: hue-rotate(100);
  background-blend-mode: screen;
  transition: 0.3s linear;
	/* animation: top_b_grad 2s ease-in-out infinite; */
}

.testimonials-section .testimonials-box .testimonials-img-box {
  position: absolute;
  top: -50px;
  left: 0%;
  right: 0%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.testimonials-section .testimonials-box .testimonials-img-box .testimonials-img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  box-shadow: -11.25px 30px 37.5px rgba(171, 175, 199, 0.301961);
}

.testimonials-section .testimonials-box .testimonials-content-box {
  margin-top: 50px;
}

.testimonials-section .testimonials-box .testimonials-content-box .testimonials-person {
  font-weight: 600;
  font-size: 18.75px;
  line-height: 28px;
  color: #081420;
}




.testimonials-section .testimonials-box .testimonials-content-box .testimonials-company {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #ABAFC7;
}

.testimonials-section .testimonials-box .testimonials-content-box .testimonials-desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #70798B;
  margin-top: 20px;
}

.testimonials-section .testimonials-box .testimonials-star-box {
  margin-top: 30px;
}

.testimonials-section .testimonials-box .testimonials-star-box .testimonials-star {
  color: #FFC947;
}

#customers-testimonials .item {
  padding: 0 15px;
}





/*===========================================================
	CONTACT SECTION
=============================================================*/
.contact-section {
  padding: 0%;
}

.contact-section .container-fluid {
  position: relative;
}

.contact-section .container-fluid .contact-block {
  position: absolute;
  top: 9.13%;
  right: 0;
}

.contact-section .container-fluid .contact-block .contact-form-block {
  background: #FFFFFF;
  border-radius: 40px 0px 0px 0px;
  padding: 80px;
}

.contact-section .container-fluid .contact-title-box,
.contact-section .container-fluid .contact-address-box {
  margin-left: 15px;
  margin-bottom: 30px;
}

.contact-section .container-fluid .contact-block .contact-form-block .contact-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #12022F;
}

.contact-section .container-fluid .contact-block .contact-form-block .contact-subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #594D6D;
  margin: 15px 0 30px 0;
}

.contact-section .container-fluid .contact-block .contact-form-block .contact-address-box h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #12022F;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin: 30px 0 15px 0;
}

.contact-section .container-fluid .contact-block .contact-form-block .contact-address-box span {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #12022F;
  margin-bottom: 10px;
  display: block;
}

.contact-section .container-fluid .contact-block .contact-form-block .contact-address-box a {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.4px;
  color: #12022F;
  display: block;
}

.contact-section .container-fluid .contact-block .contact-form-block .contact-address-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #594D6D;
}

.contact-section .container-fluid .contact-block .contact-form-box h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #12022F;
  mix-blend-mode: normal;
  opacity: 0.5;
}



/*===========================================================
	CONTACT SECTION
=============================================================*/
footer .footer-top {
  padding: 80px 0;
}

footer .footer-subheading {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.355556px;
  color: #12022F;
}

footer .footer-menu-box .footer-menu-listing li {
  margin: 16px 0;
}

footer .footer-menu-box .footer-menu-listing li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #594D6D;
}

footer .subscribe-box {
  padding-left: 85px;
}

footer .footer-subscribe {
  margin-top: 16px;
}

footer .footer-subscribe .input-group input {
  background: #EDEDEE;
  border-radius: 28px;
  height: 56px;
  border: none;
}

footer .footer-subscribe .input-group input:focus {
  box-shadow: none;
}

footer .footer-subscribe .input-group span {
  background: #EDEDEE;
  border-radius: 28px;
  height: 56px;
  border: none;
}

footer .footer-subscribe .input-group span img {
  width: auto;
  height: auto;
  margin-left: 10px;
}

footer .footer-subscribe .subscribe-btn {
  display: inline-block;
  /* border-radius: 112.5px;
  padding: 15px 35px;
  background: url(../img/ProcessRectangle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  background-size: 100% 200% !important; */
  
  
  filter: drop-shadow(-7.5px 22.5px 37.5px rgba(96, 1, 211, 0.301961));
    border-radius: 122.5px;
    padding: 15px 35px;
    /* margin-left: 30px; */
    color: #fff;
    font-weight: 700;
  font-size: 16px;
  line-height: 26px;
    background: linear-gradient(
45deg
, #FE7484, #ED579E, #B35EF1, #8986F7, #1CE4F3);
    background-size: 200% 200% !important;
}

footer .footer-subscribe .subscribe-btn:hover {
  animation: 1s ease 0s infinite normal none running gradient_fliud !important;
}

footer .socialmedia-listing {
  display: flex;
  margin-top: 60px;
}

footer .socialmedia-listing li {
  margin-right: 40px;
}

footer .footer-bottom {
  padding: 40px 0;
  border-top: 1px solid #E7E5EA;
}

footer .footer-bottom .footer-copyright-box {
  text-align: left;
}

footer .footer-bottom .footer-copyright-box span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #594D6D;
}

footer .footer-bottom .footer-privacy-box {
  text-align: right;
}

footer .footer-bottom .footer-privacy-box a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #12022F;
  margin-left: 50px;
}

footer .socialmedia-listing li a:hover img{
  transform: scale(1.2);
  animation: grow 0.3s linear;
}



/* ==========================================================================================================
                                       RESPONSIVE STYLING
  ========================================================================================================== */
@media screen and (max-width: 1400px) {

  .logo-box .logo-text {
    font-size: 20px;
  }

  .homebanner-section .banner-heading {
    font-size: 56px;
  }

  .counterup-section .counterup-number-box .counterup-number {
    font-size: 42px;
  }

  .counterup-section .counterup-number-box .counterup-name {
    font-size: 14px;
  }

  .services-section .nav-pills .nav-link {
    font-size: 16px;
  }

  .services-section .nav-pills .nav-link img {
    margin-right: 8px;
  }

  .services-section .services-content-box .services-heading {
    font-size: 36px;
  }

  .services-section .services-content-box .services-content {
    font-size: 16px;
  }

  .services-section .services-img-box .services-img {
    width: 100%;
    height: auto;
  }

  .clients-section .clients-heading-box {
    padding: 0 30px;
  }

  .about-section .about-heading {
    font-size: 36px;
  }

  .about-section .about-box .about-countbig {
    font-size: 62px;
  }

  .about-section .about-box .about-countsmall {
    font-size: 22px;
  }

  .about-section .about-box img {
    margin-left: 15px;
    width: 30px;
  }

  .about-section .about-box .about-title {
    font-size: 32px;
  }

  .about-section .about-box .about-subtitle {
    font-size: 22px;
    line-height: 32px;
  }

  .section-heading {
    font-size: 36px;
  }

  .digiservices-section .digiservices-block .digiservices-box .digiservices-title {
    font-size: 18px;
    margin: 20px 0;
  }

  .digiservices-section .digiservices-block .digiservices-box .digiservices-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .team-section .team-block .team-box .team-heading {
    font-size: 16px;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-title {
    font-size: 38px;
    line-height: 52px;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-subtitle {
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0 20px 0;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-address-box h5 {
    margin: 10px 0 15px 0;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-address-box span {
    font-size: 16px;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-address-box a {
    font-size: 16px;
  }

  footer .subscribe-box {
    padding-left: 0px;
  }

  footer .socialmedia-listing li {
    margin-right: 24px;
  }



}

@media screen and (max-width: 1200px) {

  .logo-box .logo-text {
    font-size: 20px;
  }

  .homebanner-section .banner-heading {
    font-size: 56px;
  }

  .counterup-section .counterup-number-box .counterup-number {
    font-size: 42px;
  }

  .counterup-section .counterup-number-box .counterup-name {
    font-size: 14px;
  }

  .services-section .nav-pills .nav-link {
    font-size: 16px;
  }

  .services-section .nav-pills .nav-link img {
    margin-right: 8px;
  }

  .services-section .services-content-box .services-heading {
    font-size: 36px;
  }

  .services-section .services-content-box .services-content {
    font-size: 16px;
  }

  .services-section .services-img-box .services-img {
    width: 100%;
    height: auto;
  }

  .clients-section .clients-heading-box {
    padding: 0 30px;
  }

  .about-section .about-heading {
    font-size: 36px;
  }

  .about-section .about-box .about-countbig {
    font-size: 62px;
  }

  .about-section .about-box .about-countsmall {
    font-size: 22px;
  }

  .about-section .about-box img {
    margin-left: 15px;
    width: 30px;
  }

  .about-section .about-box .about-title {
    font-size: 32px;
  }

  .about-section .about-box .about-subtitle {
    font-size: 22px;
    line-height: 32px;
  }

  .section-heading {
    font-size: 36px;
  }

  .digiservices-section .digiservices-block .digiservices-box .digiservices-title {
    font-size: 18px;
    margin: 20px 0;
  }

  .digiservices-section .digiservices-block .digiservices-box .digiservices-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .team-section .team-block .team-box .team-heading {
    font-size: 16px;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-title {
    font-size: 38px;
    line-height: 52px;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-subtitle {
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0 20px 0;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-address-box h5 {
    margin: 10px 0 15px 0;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-address-box span {
    font-size: 16px;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-address-box a {
    font-size: 16px;
  }

  footer .subscribe-box {
    padding-left: 0px;
  }

  footer .socialmedia-listing li {
    margin-right: 24px;
  }

}

@media screen and (max-width: 992px) {

  .homebanner-section .banner-heading {
    font-size: 48px;
  }

  .counterup-section .counterup-number-box .counterup-number {
    font-size: 32px;
  }

  .counterup-section .counterup-number-box .counterup-name {
    font-size: 14px;
  }

  .counterup-section .counterup-heading-box .counterup-heading {
    display: inline;
    padding: 0%;
  }

  .services-section .nav-pills .nav-link {
    font-size: 16px;
  }

  .services-section .nav-pills .nav-link img {
    margin-right: 8px;
  }

  .services-section .services-content-box .services-heading {
    font-size: 28px;
  }

  .services-section .services-content-box .services-content {
    font-size: 16px;
    margin-top: 10px;
  }

  .services-section .services-img-box .services-img {
    width: 100%;
    height: auto;
  }

  .clients-section .clients-heading-box {
    padding: 0 30px;
  }

  .clients-section .clients-heading-box .clients-heading {
    font-size: 26px;
  }

  .about-section .about-heading {
    font-size: 36px;
  }

  .about-section .about-box .about-countbig {
    font-size: 62px;
  }

  .about-section .about-box .about-countsmall {
    font-size: 22px;
  }

  .about-section .about-box img {
    margin-left: 15px;
    width: 30px;
  }

  .about-section .about-box .about-title {
    font-size: 32px;
  }

  .about-section .about-box .about-subtitle {
    font-size: 22px;
    line-height: 32px;
  }

  .section-heading {
    font-size: 36px;
  }

  .digiservices-section .digiservices-block .digiservices-box .digiservices-title {
    font-size: 18px;
    margin: 20px 0;
  }

  .digiservices-section .digiservices-block .digiservices-box .digiservices-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .team-section .team-block .team-box .team-heading {
    font-size: 16px;
  }

  .contact-section .container-fluid .contact-block .contact-form-block {
    background: #FFFFFF;
    border-radius: 40px 0px 0px 0px;
    padding: 40px;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-title {
    font-size: 38px;
    line-height: 52px;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-subtitle {
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0 20px 0;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-address-box h5 {
    margin: 10px 0 15px 0;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-address-box span {
    font-size: 16px;
  }

  .contact-section .container-fluid .contact-block .contact-form-block .contact-address-box a {
    font-size: 16px;
  }

  footer .subscribe-box {
    padding-left: 0px;
  }

  footer .socialmedia-listing li {
    margin-right: 24px;
  }


}

@media screen and (max-width: 768px) {


  .homebanner-section .banner-heading {
    font-size: 28px;
    letter-spacing: -2px;
  }

  .homebanner-section .homebanner-gt-btn {
    margin: 10px;
    display: inline-block;
  }

  .homebanner-section .homebanner-lm-btn {
    display: inline-block;
    margin-top: 25px;
  }

  .clients-section {
    padding: 30px 0;
  }

  .clients-section .clients-heading-box {
    margin-bottom: 0px;
  }

  .clients-section .clients-marquee-box {
    margin: 20px 0;
  }

  .clients-section .clients-heading-box::after {
    display: none;
  }

  .about-section .about-box .about-countbig {
    font-size: 52px;
  }

  .about-section .about-box .about-countsmall {
    font-size: 18px;
  }

  .about-section .about-box .about-title {
    font-size: 28px;
  }

  .about-section .about-box .about-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .about-section .about-box {
    text-align: center;
  }

  footer {
    margin-top: 120px;
  }

  footer .footer-bottom .footer-copyright-box {
    text-align: center;
  }

  footer .footer-bottom .footer-privacy-box {
    text-align: center;
  }

  footer .footer-bottom .footer-privacy-box a {
    margin: 15px 25px;
    display: inline-block;
  }

  footer .socialmedia-listing {
    justify-content: center;
  }

  .section-heading {
    font-size: 26px;
  }

  .portfolio-block .nav-item {
    margin-bottom: 15px;
  }

  .counterup-section {
    margin-top: 120px;
  }

  .counterup-section .counterup-heading-box {
    justify-content: center;
    margin-bottom: 20px;
  }

  .counterup-section .counterup-heading-box .counterup-heading {
    display: contents;
    padding: 0%;
    width: 80%;
  }

  .counterup-section .counterup-heading-box::after {
    display: none;
  }

  .contact-section .container-fluid .contact-block {
    top: 18.13%;
  }


}

@media screen and (max-width: 576px) {


  .homebanner-section .banner-heading {
    font-size: 28px;
    letter-spacing: -2px;
  }

  .homebanner-form-box {
    margin: 20px 50px;
  }

  .homebanner-section .homebanner-gt-btn {
    margin: 10px;
    display: inline-block;
  }

  .homebanner-section .homebanner-lm-btn {
    display: inline-block;
    margin-top: 25px;
  }

  .homebanner-section .homebanner-form-box {
    margin: 30px 30px;
  }

  .contact-form-block {
    margin-bottom: 50px;
  }

  .counterup-section {
    margin-top: 120px;
  }

  .clients-section .clients-heading-box {
    margin-bottom: 30px;
  }

  .clients-section .clients-heading-box::after {
    display: none;
  }

  .about-section .about-box .about-countsmall-box {
    display: flex;
    justify-content: center;
  }

  .about-section .about-box {
    text-align: center;
  }

  .about-section .about-box .about-title-box {
    text-align: center;
  }

  footer {
    margin-top: 250px;
  }

  footer .footer-bottom .footer-copyright-box {
    text-align: center;
  }

  footer .footer-bottom .footer-privacy-box {
    text-align: center;
  }

  footer .footer-bottom .footer-privacy-box a {
    margin: 15px 25px;
    display: inline-block;
  }

  footer .socialmedia-listing {
    justify-content: center;
  }

  .section-heading {
    font-size: 26px;
  }

  .portfolio-block .nav-item {
    margin-bottom: 15px;
  }




}

@media screen and (max-width: 320px) {

  .counterup-section {
    margin-top: 150px;
  }

  .homebanner-section .banner-heading {
    font-size: 28px;
    letter-spacing: -2px;
  }

  .homebanner-form-box {
    margin: 20px 20px;
  }

  .homebanner-section .homebanner-gt-btn {
    margin: 10px;
    display: inline-block;
  }

  .homebanner-section .homebanner-lm-btn {
    display: inline-block;
    margin: 50px;
  }

  .homebanner-section .homebanner-form-box {
    margin-bottom: 50px;
  }

  .clients-section .clients-heading-box {
    margin-bottom: 30px;
  }

  .clients-section .clients-heading-box::after {
    display: none;
  }

  .about-section .about-box .about-countsmall-box {
    display: flex;
    justify-content: center;
  }

  .about-section .about-box {
    text-align: center;
  }

  .about-section .about-box .about-title-box {
    text-align: center;
  }

  footer {
    margin-top: 120px;
  }

  footer .footer-bottom .footer-copyright-box {
    text-align: center;
  }

  footer .footer-bottom .footer-privacy-box {
    text-align: center;
  }

  footer .footer-bottom .footer-privacy-box a {
    margin: 15px 25px;
    display: inline-block;
  }

  footer .socialmedia-listing {
    justify-content: center;
  }

  .section-heading {
    font-size: 26px;
  }

  .portfolio-block .nav-item {
    margin-bottom: 15px;
  }

}



/***** Sidebar *****/

.sidebar {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -255px;
  z-index: 999;
  background: #333;
  color: #fff;
  transition: all .3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar.active {
  left: 0;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all .3s;
  background: transparent;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  border: 1px solid #fff;
}

.dismiss:hover,
.dismiss:focus {
  background: #555;
  color: #fff;
}

.sidebar .logo-box {
  margin-left: 15px;
  margin-top: 50px;
}

.sidebar .logo-box h1.logo-text {
  color: #fff;
}

.sidebar .logo-box .logo-text::after {
  color: #fff;
}

/* 
.sidebar .logo { padding: 40px 20px; border-bottom: 1px solid #444; transition: all .3s; }

.sidebar .logo a {
	display: inline-block;
	width: 172px;
	height: 34px;
	background: url(../img/logo.png) left top no-repeat;
	border: 0;
	text-indent: -999999px;
}  */

.sidebar ul.menu-elements {
  padding: 10px 0;
  /*border-bottom: 1px solid #444;*/
  transition: all .3s;
}

.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #fff;
}

.sidebar ul li a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 7px;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active>a:hover,
.sidebar ul li.active>a:focus {
  outline: 0;
  background: #555;
  color: #fff;
}

.sidebar ul li a i {
  margin-right: 5px;
}

.sidebar ul li.active>a,
a[aria-expanded="true"] {
  background: #444;
  color: #fff;
}

.sidebar ul ul a {
  background: #444;
  padding-left: 30px;
  font-size: 14px;
}

.sidebar ul ul li.active>a {
  background: #555;
}

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar .to-top {
  padding: 20px;
  text-align: center;
}

.sidebar .dark-light-buttons {
  padding: 10px 20px 30px 20px;
  text-align: center;
}

/* sidebar light */

.sidebar.light {
  background: #fff;
  color: #888;
}

.sidebar.light .dismiss {
  background: #ddd;
  color: #888;
}

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light .logo {
  border-color: #eee;
}

.sidebar.light .logo a {
  background-image: url(../img/logo-dark.png);
}

.sidebar.light ul.menu-elements {
  border-color: #eee;
}

.sidebar.light ul li a {
  color: #888;
}

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active>a:hover,
.sidebar.light ul li.active>a:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light ul li.active>a,
.sidebar.light a[aria-expanded="true"] {
  background: #ddd;
  color: #888;
}

.sidebar.light ul ul a {
  background: #ddd;
}

.sidebar.light ul ul li.active>a {
  background: #ccc;
}

.sidebar.light a.btn-customized-3 {
  background: #ddd;
  color: #888;
}

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark {
  background: #555;
}

.sidebar.light a.btn-customized-4.btn-customized-light {
  background: #eee;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #fff;
}


/***** Dark overlay *****/
/*
.overlay {
    display: none; position: fixed; width: 100vw; height: 100vh; 
    background: rgba(51, 51, 51, 0.7); z-index: 998; opacity: 0; transition: all .5s ease-in-out;
}

.overlay.active { display: block; opacity: 1; }


/***** Content *****/

.content {
  width: 100%;
  transition: all 0.3s;
}

.open-menu {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 997;
  /*box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);*/
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  /* box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2); */
}


/***** Buttons *****/

a.btn-customized {
  margin-left: 5px;
  margin-right: 5px;
  padding: .75rem 1.5rem;
  background: #f35b3f;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #cd533d;
  background: rgba(243, 91, 63, 0.7);
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-2 {
  margin-left: 5px;
  margin-right: 5px;
  padding: .75rem 1.5rem;
  background: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #555;
  box-shadow: none;
}

a.btn-customized-2:hover,
a.btn-customized-2:active,
a.btn-customized-2:focus,
a.btn-customized-2:active:focus,
a.btn-customized-2.active:focus,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #555;
  box-shadow: none;
}

a.btn-customized-3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .75rem 1.5rem;
  background: #444;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-3:hover,
a.btn-customized-3:active,
a.btn-customized-3:focus,
a.btn-customized-3:active:focus,
a.btn-customized-3.active:focus,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized i,
a.btn-customized-2 i,
a.btn-customized-3 i {
  margin-right: 5px;
}


a.btn-customized-4 {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  padding: 0;
  background: #444;
  border: 0;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  text-indent: -999999px;
}

a.btn-customized-4.btn-customized-dark {
  background: #222;
}

a.btn-customized-4.btn-customized-light {
  background: #fff;
}

a.btn-customized-4.btn-customized-dark:hover,
a.btn-customized-4.btn-customized-dark:active,
a.btn-customized-4.btn-customized-dark:focus,
a.btn-customized-4.btn-customized-dark:active:focus,
a.btn-customized-4.btn-customized-dark.active:focus,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-4.btn-customized-light:hover,
a.btn-customized-4.btn-customized-light:active,
a.btn-customized-4.btn-customized-light:focus,
a.btn-customized-4.btn-customized-light:active:focus,
a.btn-customized-4.btn-customized-light.active:focus,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}


.nav-btn-box {
  position: relative;
  justify-content: center;
  align-items: center;
}

.nav-btn-box button {
  position: absolute;
  display: contents;
}

.nav-btn-box button i {
  color: #9d65fd;
}

.mCustomScrollBox {
  background: linear-gradient(to top, #FA8282 20%, #CB76BD 100%);
}


input {
  color: black;
  font-weight: bold;
}


.cont_stick2 .map_top_1:hover {
  background: url('/img/Rectangle-196.png') no-repeat center / 146%;
  box-shadow: -10px 15px 30px rgb(211 51 1 / 30%);
  filter: unset;
}

.map_top_1 {
  display: flex;
padding: 41px 24px 41px 41px;
gap: 18px;
background: var(--white);
border-radius: 15px;
transition: .3s linear;
/*     justify-content: space-between; */
}


.map {
  filter: grayscale(100%);         
}

.arrow-right {
  position: relative;
  right: -10px;
}

.fab {
  transition: 0.3s linear ease;
}

.fab:hover {
  transform: scale(1.2);
  animation: grow 0.5s linear 1;
}

.slideleft {
  animation: 1s ease-out 0s 1 slideInLeft;
}

.slideright {
  animation: 1s ease-out 0s 1 slideInRight;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
