@font-face {
  font-family: Montserrat-Bold;
  src: url(fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-Light;
  src: url(fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: Montserrat-Black;
  src: url(fonts/Montserrat-Black.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(fonts/Montserrat-Regular.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: Moulin-Rouge;
  src: url(fonts/Moulin-Rouge.ttf);
}
@font-face {
  font-family: MoolBoran;
  src: url(fonts/MoolBoran.ttf);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  cursor: none;
}
a{
  cursor: pointer !important;
}
.img-svg{
  display: none;
}
.logo-hover:hover .img-svg{
display: block !important;
}

.logo-hover:hover .desk{
display: none !important;
}
.logo-hover:hover img{
display: none !important;
}
@media only screen and (min-width: 767px) {
  .hov-images:hover > .m-0-above {
    transform: translateY(-30px);
    transition: 0.5s;
  }
  .hov-images:hover > .m-1-above {
    transform: translateY(25px);
    transition: 0.5s;
  }
  .hov-images:hover > .m-2-above {
    transform: translatex(30px);
    transition: 0.5s;
  }

  .m-0-above {
    transform: translateY(10px);
    transition: 0.5s;
  }
  .m-1-above {
    transform: translateY(-10px);
    transition: 0.5s;
  }
  .m-2-above {
    transform: translatex(-15px);
    transition: 0.5s;
  }
.project-main a h1:hover:after {
  width: 29%;
  transform: translatex(-15px);
  transition: 0.5s;
}
.project-main a h1:hover {
  transform: translatex(20px);
  transition: 0.5s;
}
.project:hover:after {
  background-color: #e8055a !important;
  width: 25% !important;
}
.projec2:hover:after {
  background-color: #418dc5;
  width: 23% !important;
}
.project4:hover::after {
  width: 20% !important;
}
.project5:hover:after {
  background-color: #f5aea8;
}
.project6:hover:after {
  width: 25% !important;
}
.project3:hover:after {
  background-color: #ed6c06;
  width: 35% !important;
}
.project7:hover:after {
  background-color: #035384;
  width: 20% !important;
}
  body {
    cursor: none;
  }
  .cursor {
    position: fixed;
    background-color: black;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
      0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000 !important;
    transform: scale(1.2);
  }
  .cursor.active {
    opacity: 1;
    transform: scale(1);
    z-index: 99999999 !important;
    color: #000;
  }
  .cursor.menu-active {
    opacity: 1;
    transform: scale(0);
    z-index: 1000000;
  }
  .cursor.menu-active-li {
    opacity: 1 !important;
    z-index: 999999 !important;
    transform: scale(0);
    color: #fff;
  }

  .cursor.menu-active-li-drawer {
    opacity: 1 !important;
    z-index: 9999999999 !important;
    transform: scale(1);
    background-color: #ffac05 !important;
  }

  .cursor.hovered {
    opacity: 1;
  }

  .cursor-follower {
    position: fixed;
    border: 2px solid #ffac05;
    /* background-color: #000; */
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
      0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
      0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    user-select: none;
    pointer-events: none;
    z-index: 100001;
    transform: translate(2px, 2px);
    /* mix-blend-mode: difference; */
  }
  .cursor-follower.active {
    opacity: 1;
    transform: scale(1.5) translate(1px, 1px);
    border: 1px solid #ffac05;
    z-index: 1000000;
  }
  .cursor-follower.menu-active {
    /* opacity: 1; */
    transform: scale(2);
    background: #ffac05;
    z-index: 1000000;
    opacity: 0.8 !important;
  }
  .cursor-follower.menu-active1 {
    opacity: 1; 
    transform: scale(2);
    background: #fff;
    z-index: 1000000;
    mix-blend-mode: difference;
    border: none;
  }
  .toggle-menu.active.active1 i:nth-child(1),
  .toggle-menu.active.active1 i:nth-child(3){
    background-color: #000;
  }

  .cursor-follower.menu-active-li {
    /* opacity: 1 !important;
  z-index: 999999 !important;
  transform: scale(2);
  background: #ffac05 !important;
   */

    background: #fff;
    z-index: 1000000;
    opacity: 1 !important;
    transform: scale(2);
    mix-blend-mode: difference;
    border: none;
  }

  .cursor-follower.menu-active-li-drawer {
    /* opacity: 1 !important;
  z-index: 999999 !important;
  transform: scale(2);
  background: #ffac05 !important;
   */

    /* background: #fff; */
    z-index: 1000000;
    opacity: 1 !important;
    /* transform: scale(1); */
    /* mix-blend-mode: difference; */
    border: 2px solid #ffff;
  }

  .cursor-follower.menu-active-li-drawer-menu-icon {
    z-index: 1000000;
    opacity: 1 !important;
    transform: scale(1.5) translate(1px, 1px);
    /* mix-blend-mode: difference; */
    border: 1px solid #ffff;
  }

  .cursor-follower.hovered {
    opacity: 1;
  }
}

.hover {
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  transform: translateZ(0);
  /*border: 0.5px solid #000;*/
  border-radius: 100%;
}
.hover:hover {
  transform: translateY(-8px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hover1:hover * {
  stroke: #fff !important;
  fill: #000 !important;
}

.hover2:hover g{
  fill: #000;
}
.hover2:hover ellipse,
.hover2:hover #Group_343 path,
.hover2:hover #Group_343 line{
  stroke: #fff !important;
}



.hover:hover #border-s {
  stroke: #000 !important;
}

.wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 1366px) {
  .container {
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
  }

}

@media only screen and (min-width: 1700px) {
  .container {
    width: 1509px;
    margin: 0 auto;
  }
}
.container {
  padding: 0 15px;
}

.menu-logo {
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 99999999999;
}
.menu-logo1 {
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 9999;
}
.toggle-menu {
  width: 56px;
  height: 56px;
  display: inline-block;
  position: fixed;
  top: 0;
  z-index: 9999999999999999;
  right: 2%;
}
.toggle-menu i {
  position: absolute;
  display: block;
  height: 2px;
  background: #000;
  width: 56px;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle-menu i:nth-child(1) {
  top: 16px;
}
.toggle-menu i:nth-child(2) {
  top: 24px;
}
.toggle-menu i:nth-child(3) {
  top: 32px;
  width: 31px;
  left: 24px;
}
.toggle-menu.active i:nth-child(1) {
  top: 25px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background-color: #fff;
}
.toggle-menu.active i:nth-child(2) {
  background: transparent;
}
.toggle-menu.active{
  right: 15px;
}
.toggle-menu.active i:nth-child(1){
  width: 30px;
}
.toggle-menu.active i:nth-child(3) {
  top: 25px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background-color: #fff;
  width: 30px;
  left: 0px;
}
.menu-drawer {
  width: 100%;
  background-color: #000;
  height: 100%;
  top: 0;
  /*transition: right linear 0.2s;*/
  padding: 50px 50px 30px;
  opacity: 0;
  text-align: center;
  justify-content: center;
  overflow: auto;
  right: -10000px;
  position: fixed;
  z-index: -9999;
}
.menu-drawer.open {
  opacity: 1;
  z-index: 999999;
  right: 0;
}
.menu-btn li a {
  text-decoration: none;
  color: #fff;
  font-family: Montserrat-Regular;
  font-size: 40px;
}
.menu-btn {
  margin: 20px 0 0 0;
  padding: 0;
}
.menu-btn li {
  margin-top: 15px;
}
.menu-btn li:first-child{
  margin-top: 0 !important;
}
.menu-icon {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 40px 0 40px 0;
}
.menu-icon li {
  padding-left: 60px;
  text-align: center;
  align-items: center;
}
.menu-icon li:first-child {
  padding: 0;
}
.menu-text {
  border-top: 1px solid #212121;
}
.menu-text p {
  color: #fff;
  margin: 40px 0 20px 0;
  font-size: 15px;
  font-family: Montserrat-Light;
}
.menu-text span {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-family: Montserrat-Light;
  text-underline-position: bottom;
}

#home-page {
  background-image: url(imgs/Group-304.png);
  width: 100%;
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-text {
  text-align: center;
  justify-content: center;
  align-items: center;
}/*
.home-text p a {
  margin: 0;
  font-family: Montserrat-Bold;
  font-size: 100px;
  color: #fff;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
  display: inline-block;
  z-index: -1;
  text-decoration: none;
}*/
.brand {
  /*padding-right: 550px;
	padding-top: 100px;*/
}
.mark {
  /*padding-left: 550px;*/
}
.massege-img {
  padding: 110px 30px 0 0;
  text-align: right;
}
.home2-img {
  text-align: center;
  align-items: center;
}
.footer-main1 {
  margin: 100px 0 100px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footer-main {
  padding: 100px 0 0 0;
  border-top: 2px solid #e8e8e8;
  margin: 100px 0 100px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.options {
  width: 339px;
}
.footer-menu {
  margin-left: 50px;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  padding-top: 20px;
  list-style: none;
}
.footer-menu ul li a {
  text-decoration: none;
  color: #000;
  font-family: Montserrat-Regular;
  font-size: 25px;
}
.list ul {
  margin: 0;
  padding: 0;
}
.list1 ul li a svg {
  height: 50px;
  width: 23px;
}
.first-align {
  padding-left: 0;
}
.mobail-width {
  display: none;
}

.list ul li {
  padding: 20px 0 0 30px;
  display: inline-flex;
  list-style: none;
}
.list ul li a {
  text-decoration: none;
  color: #000;
  font-family: Montserrat-Light;
  font-size: 17px;
}
#banner {
  width: 100%;
  padding-top: 200px;
}
.get-to-main {
  position: relative;
}
.get-circle {
  position: absolute;
  top: 12%;
  left: 16%;
  width: 400px;
  height: 386px;
  border-radius: 190px;
  background-color: #ffac05;
}
.get-to p {
  font-family: Montserrat-Light;
  font-weight: 200;
  font-size: 74px;
  padding-left: 100px;
  margin: 0;
  margin-bottom: 70px;
  position: relative;
  z-index: 10000;
}
.get-to h1 {
  margin: 0;
  line-height: 0.8;
  margin-top: -100px;
  font-family: Montserrat-Bold;
  font-size: 239px;
  position: relative;
  z-index: 10000;
}
.banner-text {
  margin-left: auto;
  width: 1000px;
  padding-top: 80px;
}
.banner-text p {
  font-family: Montserrat-Light;
  font-size: 38px;
  margin: 0;
  padding-bottom: 25px;
}
#banner-1 {
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}
#banner-1 img {
  width: 100%;
}
.vedio-btn a svg {
  position: absolute;
  right: 3%;
  bottom: 3%;
}
#Our-goals {
  margin: 200px 0;
}
.main-our {
  width: 100%;
  display: flex;
}
.our-heading {
  width: 24%;
}
.our-heading p {
  font-size: 39px;
  font-family: Montserrat-Light;
  margin: 0;
}
.our-text {
  width: 76%;
  padding-left: 96px;
}
.our-text p {
  font-size: 38px;
  font-family: Montserrat-Light;
  margin: 30px 0 0 0;
  line-height: 59px;
}
.our-text :first-child {
  margin: 0;
}
#members-30 {
  margin: 150px 0 200px 0;
}
.main-30 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.m1 {
  text-align: center;
}
.m1 p {
  font-size: 80px;
  font-family: Montserrat-Bold;
  margin: 0;
}
.m1 span {
  font-size: 23px;
  font-family: Montserrat-Light;
}

#hire-us {
  margin-top: 100px;
}
.hire-main {
  display: flex;
  margin: 0 -65px;
}
.hire-img {
  width: 50%;
  margin: 0 65px;
}
.hire-img img {
  width: 100%;
}
.hire2-img {
  margin-top: 150px;
}
.hire-text {
  width: 100%;
}
.hire-text p {
  padding: 100px 0 50px 0;
  margin: 0;
  font-size: 80px;
  font-family: Montserrat-Light;
}
#up-work {
  margin-top: 150px;
}
.up-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.up-img {
  width: 33%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b1 {
  border-top: 0.1px solid #e8e8e8;
}
.b2 {
  border-left: 0.1px solid #e8e8e8;
}
.i1 {
  justify-content: center;
}
.i2 {
  justify-content: center;
}
#banner2 {
  margin-top: 150px;
  background-image: url(imgs/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.banner2-text {
  padding: 200px 0;
}
.banner2-text p {
  font-family: Montserrat-Light;
  font-size: 80px;
  margin: 0;
}
.logo-img {
  height: 300px;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-hover:hover svg * {
/*  stroke: #BCBCBC!important;*/
  fill: #bcbcbc;
}
#Feedback {
  margin-top: 200px;
}
.Feedback-main {
  border: 2px solid #e8e8e8;
  border-radius: 100%;
  width: 83%;
  height: 1233px;
  margin: 0 auto -555px auto;
  position: relative;
  z-index: 2;
}
.boder-circle1 {
  border: 2px solid #e8e8e8;
  border-radius: 100%;
  width: 82%;
  height: 895px;
  position: absolute;
  right: 0px;
  top: 141px;
  left: 0;
  margin: auto;
}
.Feedback-text {
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
.img-feed1 {
  position: absolute;
  right: 18%;
  top: 4.5%;
}
.img-feed2 {
  position: absolute;
  top: 2%;
  left: 22%;
}
.img-feed3 {
  position: absolute;
  left: -9.5%;
  top: 17%;
}
.img-feed4 {
  position: absolute;
  right: -8%;
  top: 14%;
}
.img-feed5 {
  position: absolute;
  right: -3%;
  top: 38%;
}
.img-feed6 {
  position: absolute;
  left: -4%;
  top: 46%;
}
.img-feed7 {
  position: absolute;
  top: -20%;
  right: 0;
  left: 20%;
}
.Feedback-text p {
  font-family: Montserrat-Bold;
  font-size: 46px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
  top: 26%;
}
.feed-card {
  position: relative;
  z-index: 1000;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 23px;
  border-radius: 30px;
  text-align: center;
  width: 75%;
  margin: -20px auto -270px auto;
  background-color: #f5f5f5;
}
.card-img {
    width: 100%;
}
.feed-card::after {
  content: ",,";
  position: absolute;
  top: -3%;
  left: 3%;
  transform: rotate(180deg);
  margin: 0;
  color: #cbcbcb;
  font-size: 200px;
  font-family: Moulin-Rouge;
}
.slid-card-img {
  display: inline-block;
  width: 15%;
  text-align: center;
  justify-content: center;
  border: 10px solid #fff;
  border-radius: 50%;
  margin-top: -60px;
}
.slid-card-img img {
  width: 100%;
}
.slider-icon {
  padding-top: 30px;
}
.slider-icon ul {
  padding: 0;
  margin: 0;
}
.slider-icon ul li {
  list-style: none;
  display: inline-flex;
}
.slider-icon ul li a {
  height: 2px;
  width: 45px;
  background-color: #e8e8e8;
}
.Nex-p span {
  font-size: 25px;
  font-family: Montserrat-Bold;
}
.p2 {
  color: #aeaeae;
  font-size: 18px;
  font-family: Montserrat-Light;
}
.card-para {
  margin: 30px 0;
}
.card-para p {
  margin: 0;
  font-size: 30px;
  font-family: Montserrat-Light;
}
.Nex-p p {
  margin: 0;
  color: #aeaeae;
  font-size: 18px;
  font-family: Montserrat-Light;
}
#get-in {
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
  overflow: hidden;
  z-index: 2;
}
#get-in::before {
  position: absolute;
  content: "";
  height: 285px;
  width: 200%;
  top: 0;
  right: 0;
  transform: rotate(-8deg);
  background-color: #fff;
}
#get-in::after {
  z-index: 1;
  position: absolute;
  content: "";
  height: 285px;
  width: 200%;
  bottom: 0px;
  left: 0;
  transform: rotate(-8deg);
  background-color: #fff;
}
.get-in-main {
  padding-top: 250px;
  display: flex;
  width: 100%;
  position: relative;
}

.get-in-text {
  padding-top: 145px;
  width: 50%;
  position: relative;
}
.get-in-img-main {
  display: flex;
  width: 50%;
}
.get-in-btn {
  text-align: right;
}
.get-in-img {
  padding-left: 50px;
  padding-top: 105px;
  z-index: 99;
  position: relative;
  margin-bottom: 73px;
  width: 100%;
}
.get-in-img img {
  width: 60%;
}
.get-in-img1 {
  z-index: 99;
  position: absolute;
  top: 39%;
  right: 12%;
}
.get-in-img1 img {
  width: 76%;
}
.get-dote-img {
  text-align: right;
  z-index: 99;
  bottom: -15%;
  position: relative;
}
#join-us {
  margin-top: 200px;
}
.join-main {
  display: flex;
  align-items: center;
  width: 100%;
}
.join-img {
  width: 50%;
}
.join-img img {
  width: 100%;
}
.join-img h1 {
  display: none;
}
.join-text {
  position: relative;
  margin-left: 25px;
  width: 50%;
}
.join-text h1 {
  margin: 0 0 0 22px;
  font-size: 178px;
  font-family: Montserrat-Bold;
}
.join-text p {
  margin: 100px 0;
  line-height: 2;
  font-size: 25px;
  font-family: Montserrat-Light;
}
.apply-btn {
  text-align: right;
  position: relative;
}
.apply-btn a {
  text-decoration: none;
}
.apply-btn a {
  padding: 0 27px 0 0;
  font-family: Montserrat-Black;
  font-size: 48px;
  position: relative;
  z-index: 999999;
  color: #000;
  margin: 0;
  text-decoration: none;
}
.apply-btn a::after {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  z-index: -1;
  border-radius: 50px;
  width: 92px;
  height: 94px;
  background-color: #ffac05;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.apply-btn a:hover:after {
  background-color: #ffac05;
  width: 108%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.get-in-text h1 {
  margin: 0;
  padding-top: 27px;
  font-family: Montserrat-Black;
  font-size: 89px;
  position: relative;
  right: -233px;
}
.get-in-btn {
  padding-top: 50px;
  position: relative;
}
.get-in-btn a::after {
  content: "";
  position: absolute;
  top: -15px;
  z-index: -1;
  right: 0;
  border-radius: 50px;
  width: 95px;
  height: 95px;
  background-color: #ffac05;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.get-in-btn a:hover:after {
  background-color: #ffac05;
  width: 108%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.get-in-btn a {
  padding: 0 27px 0 0;
  font-family: Montserrat-Black;
  font-size: 48px;
  position: relative;
  z-index: 999;
  color: #000;
  margin: 0;
  text-decoration: none;
}
/*..........contact.........*/
.helo-main {
  padding-top: 200px;
  position: relative;
  width: 100%;
  text-align: center;
  align-items: center;
}
.helo-circle {
  position: absolute;
  top: 39%;
  left: 54%;
  width: 327px;
  height: 320px;
  border-radius: 160px;
  background-color: #ffac05;
}
.helo-main h1 {
  z-index: 1;
  position: relative;
  font-family: Montserrat-Bold;
  font-weight: bold;
  font-size: 239px;
  margin: 0;
}
.helo-text-main {
  padding-top: 150px;
  display: flex;
  justify-content: space-between;
}
.helo-text-main p {
  line-height: 1.5;
  margin: 0;
  font-family: Montserrat-Light;
  font-size: 31px;
  font-weight: 200;
}
#how-can {
  margin-top: 200px;
}
.how-heading p {
  padding: 100px 0px 200px 0;
  margin: 0;
  font-weight: 200;
  font-family: Montserrat-Light;
  font-size: 80px;
}
.how-can-options {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.how-can-options p {
  font-family: Montserrat-Regular;
  font-size: 30px;
}
#form {
  margin-top: 60px;
}
.form-main {
  width: 100%;
}
.form-main input {
  color: #000;
  outline: 0;
  font-weight: 200;
  font-family: Montserrat-Light;
  font-size: 35px;
  padding: 100px 0 28px 0;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
}
.ms3 {
  margin-top: 100px;
}
.send-btn {
  padding: 100px 0;
  position: relative;
}
.send-btn button {
  padding: 30px 0 0 39px;
  font-family: Montserrat-Regular;
  font-size: 28px;
  text-decoration: none;
  position: relative;
  z-index: 999;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  display: flex;
  align-items: center;
}
.send-btn button::after {
  content: "";
  position: absolute;
  top: 2%;
  left: 0;
  width: 90px;
  height: 92px;
  border-radius: 190px;
  background-color: #aeaeae;
  z-index: -1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.send-btn button:hover:after {
  background-color: #000 !important;
  width: 115%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.send-btn button:hover {
  color: #fff !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.send-btn button svg {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.send-btn button:hover svg {
  margin-left: 10px !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.send-btn button:hover svg * {
  stroke: #fff;
}
/*..........................................branding.....................................................*/
.brand-main {
  display: flex;
  margin: 0 -35px;
  align-items: center;
}
.brand-text {
  background-image: url(imgs/Group471.webp);
  position: relative;
  z-index: 999;
  width: 50%;
  background-size: cover;
  padding: 300px 0;
  margin: 0 30px;
  background-repeat: no-repeat;
  background-position-x: center;
}
.b-text1 {
  width: 630px;
  margin-left: auto;
  position: relative;
  left: 0;
}
.b-text1 h1 {
  font-family: Montserrat-Bold;
  font-size: 80px;
  font-weight: bold;
  margin: 50px 0;
  color: #fff;
}
.b-text1 a {
  text-decoration: none;
  font-family: Montserrat-Light;
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.b-text1 a svg {
  margin-right: 20px;
}
.brand-text1 {
  padding-top: 50px;
  width: 50%;
  margin: 0 35px;
  position: relative;
}
.brand-text1 p {
  width: 650px;
  font-family: Montserrat-Bold;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  margin: 0;
}
.brand-text1::after {
  content: "";
  position: absolute;
  top: -50px;
  border-top: 23px solid #3f004e;
  width: 186px;
}
#brand-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
#brand-img img {
  width: 100%;
}
.pen-main {
  margin-top: 80px;
  display: flex;
  width: 100%;
}
.pen-img {
  width: 45%;
}
.pen-img img {
  width: 100%;
  margin-left: -70px;
}
.pen-text {
  margin-left: 8%;
  width: 47%;
}
.pen-text p {
  line-height: 1.5;
  font-family: Montserrat-Light;
  font-size: 25px;
  margin: 0;
  padding-bottom: 50px;
}
#our-slider {
  margin: 100px 0 0 0;
  position: relative;
}
#our-slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  margin-left: auto;
  z-index: 99;
}
.card-title {
  width: 100%;
  position: relative;
}
.card-title h1 {
  position: absolute;
  left: -120px;
  top: -10px;
  margin: 0;
  font-family: Montserrat-SemiBold;
  font-size: 45px;
  transform: rotate(-90deg);
}
.card-title h1 span {
  color: #000;
}
.slider-card {
  width: 100%;
  padding: 40px;
}
.slider-card a {
  text-decoration: none;
  outline: 0;
  color: #000;
}
.card-text {
  width: 226px;
  margin-left: 110px;
}
.card-text p {
  padding: 60px 0 0 0;
  font-family: Montserrat-Light;
  font-size: 16px;
  margin: 0 0 0 auto;
}
.card-text button {
  position: relative;
  bottom: -43px;
  left: -12px;
  background-color: transparent;
  border: none;
  outline: 0;
}
.slider-text {
  top: 95px;
  left: 71px;
}
.card-header {
  width: 100%;
}
.card-content {
  /*height: 360px;*/
  width: 100%;
  height: 235px;
}
.carousel {
  width: 88%;
  margin: 0 0 0 auto;
}
.slick-slide {
  margin: 10px;
  height: auto;
}
.slick-slide img {
  width: 100%;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.slick-prev,
.slick-next {
  border-radius: 15px;
  border-color: transparent;
}
.slick-dots {
  position: relative;
  bottom: 50%;
  left: -53%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li button {
  display: block;
}
.slick-dots li {
  display: block;
}

.slick-list {
  padding: 0 110px 0 0 !important;
}
#Identity {
  margin: 100px 0 150px 0;
}
.Identity-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.idn-text {
  width: 50%;
}
.idn-text h1 {
  font-family: Montserrat-Bold;
  font-size: 80px;
  color: #3f004e;
  position: relative;
  padding-bottom: 50px;
  margin: 0;
}
.Identity-text h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 459px;
  margin: 0;
  border-bottom: 9px solid #3f004e;
}
.idn-text p {
  font-family: Montserrat-Light;
  font-size: 30px;
  margin: 0;
  padding: 60px 0 0 0;
}
.Identity-imgs {
  display: flex;
  position: relative;
  width: 50%;
  margin-left: 100px;
}
.Identity-div:first-child {
  margin-left: 0;
}
.Identity-div {
  width: 193px;
  margin-left: 30px;
}
.Identity-div img {
  border-radius: 30px;
}
.Identity-1 img {
  margin-top: 120px;
}
.Identity-2 img {
  margin-top: 55px;
}
.Identity-4 {
  position: absolute;
  bottom: -4%;
  right: 26%;
}
#services {
  background-color: #3f004e;
  margin-top: 255px;
}
.services-head {
  text-align: center;
}
.services-head h1 {
  font-family: Montserrat-Black;
  font-size: 116px;
  color: #3a0048;
  margin: 0;
  padding: 70px 0 80px 0;
}
.services-main {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding-bottom: 150px;
}
.optn1 h2 {
  color: #ffff;
  position: relative;
  font-family: Montserrat-SemiBold;
  font-size: 30px;
  margin: 0;
  line-height: 2;
}
.optn1 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 109px;
  border-bottom: 12px solid #ffcb05;
}
.optn1 ul {
  margin: 0;
  padding: 0;
  padding-top: 60px;
  list-style: none;
}
.optn1 ul li a {
  text-decoration: none;
  font-family: Montserrat-Light;
  font-size: 20px;
  line-height: 1.5;
  color: #ffff;
}
.optn1 ul li a:hover {
  border-bottom: 1px solid #fff;
}
.td-border .optn1 ul li a:hover {
  border-bottom: 1px solid #000;
}
.g-text1 {
  position: relative;
  padding: 200px 0;
}
.g-text1 p {
  font-family: Montserrat-SemiBold;
  font-size: 35px;
  margin: 0;
  padding: 0 100px;
}
.Genesis-text ::after {
  content: ",,";
  position: absolute;
  top: 12%;
  left: 2%;
  margin: 0;
  color: #3f004e;
  font-size: 151px;
  font-family: Moulin-Rouge;
  font-weight: 400;
}
#brand-banner {
  width: 100%;
}
.brand-banner-img {
  width: 100%;
  height: 779px;
}
.brand-banner-img img {
  width: 100%;
  height: 100%;
}
#Contact-us {
  background-color: #3f004e;
}
.Contact-us-main {
  padding: 100px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.click a {
  text-decoration: none;
  font-family: Montserrat-Light;
  font-size: 20px;
  color: #ffac05;
}
.btn-next a svg {
  padding-left: 20px;
}
.btn-prev a svg {
  padding-right: 20px;
}
.click p {
  font-family: Montserrat-Light;
  font-size: 25px;
  color: #ffff;
}
.btn-contact a svg {
  padding-left: 10px;
  z-index: 9999;
  margin-top: 22px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.btn-contact a p {
  z-index: 999;
}
.btn-contact a {
  background: transparent;
  border: none;
  outline: 0;
  font-family: Montserrat-Regular;
  font-size: 17px;
  color: #fff;
  align-items: center;
  position: relative;
  z-index: 99;
  display: flex;
  text-decoration: none;
}
.btn-contact a::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -26px;
  width: 50px;
  height: 52px;
  border-radius: 190px;
  background-color: #ffac05;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.btn-contact a:hover:after {
  background-color: #ffac05;
  width: 130%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.btn-contact a:hover svg {
  padding-left: 20px !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.btn-prev {
  text-align: right;
}
/*----------------------------Website Design---------------------------------------*/
.Design-text {
  background-image: url(imgs/Group474.webp);
}
.design-b::after {
  border-top: 23px solid #ffac05;
}
.design-inter1 h1 {
  top: -58px;
  left: -231px;
}
.design-inter2 h1 {
  top: -35px;
  left: -200px;
}
.design-text3 h1 {
  left: -131px;
  top: 40px;
}
.design-btn button {
  bottom: -90px;
}
.Identity-Design h1 {
  font-family: Montserrat-Bold;
  font-weight: bold;
  font-size: 80px;
  color: #000;
  position: relative;
  margin: 0;
}
.Identity-Design h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 459px;
  margin: 0;
  border-bottom: 9px solid #ffac05;
}
.Identity-Design p {
  font-family: Montserrat-Light;
  font-size: 30px;
  margin: 0;
}
#services-Design {
  background-color: #ffac05;
  margin-top: 255px;
}
.services-Design-head h1 {
  color: #f2a305;
}
.design-option h2::after {
  border-bottom: 12px solid #fff;
}
.design-option h2 {
  color: #000;
}
.design-option ul li a {
  color: #000;
}
.Genesis-text-Design::after {
  content: ",,";
  position: absolute;
  top: 12%;
  left: 2%;
  margin: 0;
  color: #ffac05;
  font-size: 151px;
  font-family: Moulin-Rouge;
  font-weight: 400;
}
#Contact-us-Design {
  background-color: #ffac05;
}
.click-design p {
  color: #000;
}
.click-design a {
  color: #000;
}
.click-design svg {
  color: #000;
}
.btn-contact-design a::after {
  background-color: #000;
}
.btn-contact-design a:hover:after {
  background-color: #000;
}
/*-------------------------------------------Marketing-------------------------------------------*/

.marketing-text {
  background-image: url(imgs/marketing.webp);
  background-position-x: left;
}
.marketing-b::after {
  border-top: 23px solid #03a423;
}
.marketing-card {
  height: 100%;
  width: 21%;
  margin-left: 2%;
}
.marketing-card img {
  box-shadow: none;
  width: 100%;
  height: 100%;
}
.marketing-back-img {
  background-image: url(imgs/instagram2.webp);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
}
.Identity-marketing h1 {
  font-family: Montserrat-Bold;
  font-size: 55px;
  color: #000;
  position: relative;
  padding-bottom: 50px;
  margin: 0;
}
.Identity-marketing h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 459px;
  margin: 0;
  border-bottom: 9px solid #03a423;
}
.Identity-marketing p {
  font-family: Montserrat-Light;
  font-size: 30px;
  margin: 0;
}
#services-marketing {
  background-color: #03a423;
  margin-top: 255px;
}
.services-marketing-head h1 {
  color: #029b21;
}
.marketing-option h2 {
  line-height: 1.3;
}
.marketing-option h2::after {
  border-bottom: 12px solid #000;
}
.Genesis-text-marketing::after {
  content: ",,";
  position: absolute;
  top: 12%;
  left: 2%;
  margin: 0;
  color: #03a423;
  font-size: 151px;
  font-family: Moulin-Rouge;
  font-weight: 400;
}
#Contact-us-marketing {
  background-color: #03a423;
}
.click-marketing p {
  color: #fff;
}
.click-marketing a {
  color: #000;
}
.click-marketing svg {
  color: #000;
}
.btn-contact-marketing a {
  color: #000;
}
.btn-contact-marketing a::after {
  background-color: #fff;
}
.btn-contact-marketing a:hover:after {
  background-color: #fff;
}
/*...............................single-portfolio.....................................*/
.head-portfolio {
  margin: 160px 0 30px 0;
}
.head-portfolio h1 {
  font-family: Montserrat-Bold;
  font-size: 80px;
  margin: 0;
}
.portfolio-btn {
  width: 500px;
}
.portfolio-btn a {
  text-decoration: none;
  color: #000;
  font-family: Montserrat-Light;
  font-size: 16px;
  padding: 9px 20.5px;
  background-color: #e8e8e8;
  border-radius: 30px;
}
.folio-btn2 a {
  padding: 10px 40px;
}
.folio-btn2 {
  padding-top: 30px;
}
#folio-banner1 {
  margin-top: 100px;
}
.folio-banner1-img {
  width: 100%;
}
.folio-banner1-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.kenay-right img {
  object-position: right;
}
#Description {
  margin: 200px 0;
}
.Description-main {
  display: flex;
  width: 100%;
}
.Description-heading {
  width: 35%;
}
.Description-heading p {
  font-family: Montserrat-Light;
  font-size: 39px;
  margin: 0;
}
.Description-text {
  width: 65%;
}
.Description-text p {
  margin: 0;
  font-family: Montserrat-Light;
  font-size: 38px;
  padding-bottom: 70px;
}
.fo-banner1{
 background-image: url(imgs/Mask-Group-24.webp);
}
.folio-banner2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
}
#next-project {
  margin-top: 200px;
  background-image: linear-gradient(
    to top,
    rgba(249, 246, 246, 99),
    rgba(300, 300, 300, 0.9)
  );
  width: 100%;
  height: 456px;
}
.project-main {
  display: flex;
  padding-top: 150px;
  justify-content: center;
}
.project-main a h1::after {
  content: "";
  position: absolute;
  top: -13%;
  left: 87%;
  height: 200px;
  width: 200px;
  border-radius: 100px;
  z-index: -1;
  transition: 0.5s;
}
.project-main a {
  text-decoration: none;
}
.project-main a p {
  font-family: Montserrat-Light;
  font-size: 38px;
  margin: 0;
  color: #000;
  display: flex;
  align-items: center;
}
.project-main a h1 {
  font-family: Montserrat-Black;
  font-size: 121px;
  color: #000;
  margin: 0;
  position: relative;
  z-index: 1;
  transform: translatex(0px);
  transition: 0.5s;
}
.project::after {
  background-color: #e8055a;
}
.project1::after {
  background-color: #aeaeae;
}
/*.project:hover:after {
  background-color: #aeaeae;
}*/
.projec2::after {
  background-color: #418dc5;
}

.project3::after {
  background-color: #ed6c06;
}

.project4::after {
  background-color: #f7f0e8;
}

.project4:hover:after {
  background-color: #f7f0e8;
}
.project5::after {
  background-color: #f5aea8;
}

.project6::after {
  background-color: #5b8fbf;
}

.project7::after {
  background-color: #035384;
}

#Description-1 {
  margin-top: 100px;
}
.Description-img-btn {
  display: flex;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Description-img-1 {
  background-image: url(imgs/Path279.webp);
  margin-top: -400px;
  align-items: center;
  height: 1249px;
}
/*.Description-img-2 {
    background-image: url(imgs/Path-284.webp);
    width: 127%;
    background-repeat: no-repeat;
    background-position: center;
    height: 412px;
    display: flex;
    margin-top: -243px;
    margin-left: 23px;
    z-index: -1;
    position: relative;
}*/
.Description-img-2 {
    width: 100%;
    height: 200px;
    margin: -121px 0 0 52px;
    position: relative;
    z-index: -1;
}
.Description-img-3 {
    width: 100%;
    height: 504px;
    margin: -202px 0 0 52px;
    position: relative;
    z-index: -1;
}
.Description-img-4 {
    width: 100%;
    height: 321px;
    margin: -180px 0 0 52px;
    position: relative;
    z-index: -1;
}
/*.Description-img-3 {
  background-image: url(imgs/Group314.webp);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  display: flex;
  margin-top: -350px;
  z-index: -1;
}
.Description-img-4 {
  background-image: url(imgs/Pa333.webp);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  display: flex;
  margin-top: -242px;
  z-index: -1;
}*/
.Description-img {
  width: 50%;
  height: 873px;
}
.Description-img-11{
  width: 50%;
}
.Description-img-11 img{
  width: 100%;
  height: 100%;
}
.Description-img img {
  width: 100%;
  height: 100%;
}
.Description-btn {
  width: 50%;
  text-align: right;
  margin: 100px 0 0 0;
}
.dek-btn{
  width:545px;
}
.dek-btn1{
  text-align: center!important;
  margin-right: 100px;
}
.dis-btn {
  margin: 100px 0 0 0 !important;
}
.Description-btn a {
  text-decoration: none;
  color: #000;
  font-family: Montserrat-Regular;
  font-size: 17px;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0;
}
.Description-btn a::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -30px;
  width: 50px;
  height: 52px;
  border-radius: 190px;
  z-index: -1;
  background-color: #035384;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0;
}
.Description-btn a:hover {
  color: #fff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0;
}
.Description-btn a:hover:after {
  background-color: #035384;
  width: 130%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.Description-btn a svg {
  padding-left: 0 !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.Description-btn a:hover svg {
  padding-left: 15px !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.Description-btn a:hover svg * {
  stroke: #fff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
#port4-banner {
  margin: 0 0 100px 0;
}
.port4-img {
  width: 100%;
}
.port4-img img {
  width: 100%;
}
.Customized-main {
  display: flex;
  align-items: center;
}
#Customized {
  margin-top: 200px;
  margin-bottom: -245px;
  z-index: 9;
  position: relative;
}
.img-text-margin1 {
  margin-bottom: -509px !important;
}
.Customized-text {
  width: 40%;
}
.Customized-img {
  width: 60%;
  position: relative;
  padding: 40px;
}
.custom-img1 {
  width: 100%;
}
.custom-img img {
  border-radius: 30px;
  box-shadow: 0px 30px 47px 0px rgb(0 0 0 / 20%);
}
.custom-img1 img {
  width: 100%;
}
.Custom-img2 {
  position: absolute;
  top: 43%;
  right: 44%;
}
.Custom-img3 {
  position: absolute;
  top: 43%;
  left: 44%;
}
.Customized-text p {
  font-family: Montserrat-Light;
  font-size: 69px;
  margin: 0;
}
.Customized-text h1 {
  font-family: Montserrat-Black;
  font-size: 141px;
  margin: 0;
}
#port4-background-color {
  z-index: -1;
  width: 100%;
  height: 1300px;
  clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 73%);
}
.port-color1 {
  background-color: #e5edf2;
}
.port-color2 {
  background-color: #fef9f3;
}
.port-color3 {
  background-color: #ffefee;
}
.port-color4 {
  background-color: #deefff;
}
#Customized-1 {
  margin-top: -860px;
  z-index: 9;
  position: relative;
}

.img-text-margin {
  margin-top: -640px !important;
}
#web-heading {
  margin: 100px 0;
}
.web-Logo-Design {
  margin: 170px 0 100px 0;
}
.web-Logo-Design h1 {
  font-family: Montserrat-SemiBold;
  font-size: 60px;
  margin: 0;
}
.web-banner {
  width: 100%;
  height: 765px;
}
.web-banner img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.ready-main {
  display: flex;
}
.redy-img {
  display: block;
}
.redy-img {
  background-image: url(imgs/G-442.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 25%;
  height: 540px;
  margin-top: -10px;
  z-index: 999;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
.redy-img-text h4 {
  font-family: Montserrat-SemiBold;
  margin: 0;
  font-size: 25px;
  color: #3f004e;
}
.redy-img-text h2 {
  font-family: Montserrat-Bold;
  margin: 0;
  padding: 80px 0 100px 30px;
  font-size: 60px;
  color: #3f004e;
  position: relative;
}
.redy-img-text h2 sub {
  position: absolute;
  top: 70px;
  left: 20px;
  font-size: 29px;
  font-family: Montserrat-SemiBold;
  margin: 0;
  padding: 0;
}
.redy-img-text a {
  font-family: Montserrat-SemiBold;
  background-color: #fff;
  border-radius: 30px;
  padding: 14.5px 49.5px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  position: relative;
  top: 12px;
}
.readytext {
  width: 75%;
  padding-top: 30px;
}
.readytext p {
  margin: 0;
  padding-top: 47px;
  font-family: Montserrat-Light;
  font-size: 22px;
}
.para1 h4 {
  font-family: Montserrat-Bold;
  font-size: 22px;
  margin: 0;
  padding-bottom: 10px;
}
h4.heading-1{
  margin-top: 35px!important;
}
.p-top-1{
  padding-bottom: 0!important;
}
.p-top-2{
  padding: 0!important;
}
.full-space{
  width: 100%;
}
ul.list-print{
margin-bottom: 40px;
}
.para1 p {
  margin: 0;
  line-height: 1.5;
  padding: 0 0 42px 0;
  font-family: Montserrat-Light;
  font-size: 22px;
}
.para1 ul {
  margin: 0;
}
.para1 ul li {
  list-style: none;
  font-family: Montserrat-Light;
  font-size: 22px;
}
#Portfoilio-btn {
  margin: 100px 0;
}
.btn-btn {
  text-align: center;
}
.btn-btn a {
  margin: 0;
  text-decoration: none;
  font-family: Montserrat-Regular;
  font-size: 17px;
  color: #000;
  position: relative;
}
.btn-btn a::after {
  content: "";
  position: absolute;
  left: -30px;
  top: -15px;
  width: 50px;
  height: 52px;
  border-radius: 190px;
  z-index: -1;
  background-color: #aeaeae;
}
.btn-btn a:hover:after {
  background-color: #aeaeae;
  width: 150%;
  transition: all 1.3s ease 0s;
  -webkit-transition: all 1.3s ease 0s;
}
.btn-btn a svg {
  padding: 3px;
  margin-bottom: -4px;
}
#heading {
  margin: 133px 0;
}
.head-we-take p {
  font-family: Montserrat-Light;
  font-size: 60px;
  margin: 0;
}
#we-take-banner {
  width: 100%;
}
#we-take-banner img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#Flyers {
  margin: 100px 0;
}
.Flyer-main {
  width: 100%;
}
.Flyer1 {
  display: flex;
  justify-content: space-between;
}
.Flyer1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Flyer1 ul li a {
  font-family: Montserrat-Light;
  font-size: 24px;
  margin: 0;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 3;
}
.Flyer1 ul li a:hover {
  border-bottom: 1px solid #000;
}
.portfolio-img-main {
  display: flex;
  margin: 0 -8px;
}
.portfolio-img-main1 {
  margin-top: -7 px;
}
.prot-img1 {
  width: 50%;
  margin: 0 8px;
}
.prot-img1 img {
  width: 100%;
}
.p-img1 {
  width: 100%;
  margin-bottom: 16px;
}
.p-img1 img {
  width: 100%;
}
.p-img2 {
  display: flex;
  margin: 0 -8px 16px -8px;
}
.smal-img {
  width: 50%;
  margin: 0 8px;
}
.smal-img img {
  width: 100%;
  height: 100%;
}
#porfolio-img1 {
  margin: 16px 0;
}
#load-more {
  margin: 100px 0;
  text-align: center;
}
#load-more a {
  text-decoration: none;
  color: #aeaeae;
  font-size: 17px;
  font-family: Montserrat-Regular;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
#load-more a svg {
  margin-left: 10px;
}
#load-more a::after {
  content: "";
  position: absolute;
  left: -28%;
  top: -71%;
  width: 52px;
  height: 54px;
  border-radius: 100px;
  background-color: #000;
  z-index: -1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
#load-more a:hover {
  color: #fff !important;
}
#load-more a:hover:after {
  background-color: #000;
  width: 185%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
#load-more a:hover svg * {
  stroke: #fff !important;
}
#load-more a svg:hover {
  stroke-dashoffset: 0;
}
/*----------------------------single-blog-------------------------*/
#head-single-blog {
  margin: 150px 0;
}
.mobail-img {
  display: none;
}
.h-text p {
  margin: 0;
  font-family: Montserrat-Light;
  font-size: 22px;
  color: #acacac;
}
.h1-text p {
  margin: 0;
  font-family: Montserrat-Light;
  font-size: 22px;
}
#Good-design {
  background-image: url(imgs/ma250.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 748px;
}
.Good-design-text {
  margin: 100px 0;
}
.Good-design-text h2 {
  font-size: 60px;
  font-family: Montserrat-SemiBold;
  margin: 0;
}
#blog-para {
  margin: 100px 0;
}
.blog-para-main p {
  padding-top: 50px;
  font-family: Montserrat-Light;
  font-size: 30px;
  margin: 0;
  line-height: 2;
}
#pencil {
  background-image: url(imgs/jess-bailey.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 423px;
  background-position: center;
  margin-top: 280px;
}
.pencil-text {
  position: relative;
  right: 0;
  left: 0;
  top: -140px;
  padding: 80px;
  width: 820px;
  margin: auto;
  background-color: #000;
}
.pencil-text::after {
  content: "''";
  position: absolute;
  top: 3%;
  left: 4%;
  margin: 0;
  color: #fff;
  font-size: 194px;
  font-weight: 400;
  font-family: MoolBoran;
}
.pencil-text::before {
  content: "''";
  position: absolute;
  bottom: -9%;
  right: 9%;
  margin: 0;
  color: #fff;
  font-size: 194px;
  font-weight: 400;
  font-family: MoolBoran;
}
.pencil-text h3 {
  font-size: 54px;
  color: #ffff;
  font-family: Montserrat-Bold;
  margin: 0;
  line-height: 87px;
}
.pencil-text p {
  padding-top: 60px;
  font-family: Montserrat-Light;
  margin: 0;
  font-size: 24px;
  color: #fff;
}
#sit-amet {
  margin: 200px 0;
}
.sit-amet-text h2 {
  margin: 0;
  font-family: Montserrat-Bold;
  font-size: 45px;
  margin: 0 0 40px 0;
}
.sit-amet-text p {
  margin: 0;
  font-family: Montserrat-Light;
  font-size: 30px;
  line-height: 2;
}
.blog-banner {
  /*background-image: url(imgs/ramiro.webp);*/
}
#blog-gilt {
  margin: 200px 0 0 0;
}
.blog-gilt-main {
  width: 100%;
  display: flex;
}
.gilt1 {
  width: 50%;
 height: 700px;
}
.gilt1-img {
  height: 50%;
}
.gilt1 img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.gilt1-text {
  height: 50%;
  overflow-y:auto !important;
  width: 100%;
  background-color: #000;
  padding: 100px 80px 92px 80px;
}
.gilt1-text h4 {
  font-family: Montserrat-Bold;
  font-size: 35px;
  color: #fff;
  margin: 0;
  margin-bottom: 50px;
}
.gilt1-text p {
  font-family: Montserrat-Light;
  font-size: 30px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}
#Related-posts {
  margin: 150px 0 0 0;
}
.Related-head h3 {
  font-family: Montserrat-Bold;
  font-size: 53px;
  margin: 0;
}
.Related-background {
  background-color: #f5f5f5;
  width: 100%;
  padding-bottom: 100px;
}
.Related-posts-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.blog-card {
  margin-top: -100px;
  width: 33.333%;
  position: relative;
  padding: 0;
}
.blog-card-img img {
  height: 100%;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
}
.blog-card-foot {
  color: #000 !important;
  position: relative;
  bottom: 0%;
  transition: all 0.8s ease 0s;
  z-index: 9999;
  height: 200px;
}
.blog-card:hover .blog-card-img img {
  height: 132.5%;
  z-index: 99;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
}
.blog-card:hover::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  width: 97%;
  height: 40%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
  z-index: 99;
  opacity: 1;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
}
.blog-card:hover .blog-card-foot a{
  color: #fff;
  transition: all 0.8s ease 0s;
}
.blog-card:hover .blog-card-foot {
  background-color: transparent;
  color: #fff !important;
  position: relative;
  bottom: 2%;
  opacity: 30;
  z-index: 999999;
  transition: all 0.8s ease 0s;
}
.blog-card1 {
  padding-right: 16px;
}
.blog-card2 {
  padding: 0 8px;
}
.blog-card3 {
  padding-left: 16px;
}
.blog-card-btn {
  position: absolute;
  z-index: 999;
  top: 2%;
  left: 8%;
}
.blog-card-img {
  width: 100%;
  height: 616px;
  position: relative;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.blog-card-btn button {
  font-family: Montserrat-Light;
  font-size: 17px;
  color: #fff;
  margin: 0;
  background-color: #000;
  width: 143px;
  padding: 10px 5px;
  outline: 0;
  border-radius: 10px;
  border: none;
}
.blog-card-foot {
  background-color: #fff;
  padding: 20px 0 0 20px;
}
.blog-card-foot p {
  font-family: Montserrat-Light;
  font-size: 22px;
  margin: 0;
}
.blog-card-foot h5{
  font-family: Montserrat-Bold;
  font-size: 29px;
  margin: 0;
  padding-top: 40px;
}
.redy-img-mobail {
  display: none;
}
.blog-heading {
  margin: 150px 0;
}
.blog-heading h1 {
  font-family: Montserrat-SemiBold;
  font-size: 60px;
  margin: 0;
}
/*.main-blog-div {
  display: flex;
  width: 100%;
}
.blog-i-div1 {
  width: 50%;
}*/
.blog-i-div2 {
  width: 50%;
}
.b-smal1 {
  display: flex;
}
.grid {
  position: relative;
  float: none;
  width: 100%;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}
.card__image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
}
.card__image > img {
  display: block;
  margin-bottom: 0;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.card__image:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.card__overlay {
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.card__overlay--indigo {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
  z-index: 2;
}
.card__overlay--blue {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
  z-index: 2;
}
.card__overlay-content {
  position: absolute;
  bottom: 0;
  padding-left: 12px;
  z-index: 3;
}
.card__overlay-content h3 {
  font-size: 26px;
  font-family: Montserrat-SemiBold;
  color: #fff;
  margin: 0;
}
.card-larg h3 {
  font-size: 40px;
}
.card__overlay-content p {
  font-size: 15px;
  font-family: Montserrat-light;
  color: #fff;
  margin: 20px 0;
}
.card__meta {
  margin: 0;
  margin-right: -1em;
  margin-bottom: 0.75em;
}
.card__meta.card__meta--last {
  margin-bottom: 0;
}
.card__meta li {
  color: #f8f8f8;
  display: inline;
  list-style-type: none;
  margin-bottom: 0;
  padding-right: 1em;
  font-size: 0.85em;
  font-variant: small-caps;
  letter-spacing: 1px;
}
.card__meta li:not(:last-child):after {
  content: "●";
  font-style: normal;
  position: relative;
  color: rgba(255, 255, 255, 0.25);
  right: -0.6em;
}
.card__meta li > a {
  color: #f8f8f8;
}
.card__overlay button {
  position: absolute;
  left: 2%;
  top: 3%;
  font-family: Montserrat-Regular;
  font-size: 17px;
  text-decoration: none;
  z-index: 999;
  margin: 0;
  border: none;
  color: #fff;
  background-color: #000;
  outline: 0;
  width: 130px;
  height: 43px;
  border-radius: 10px;
}
#mobail-imgs {
  display: none;
}
.mobile-btn {
  display: none;
}
.mobail-text {
  display: none;
}
.desktop-text {
  display: block;
}
.mobail-contact {
  display: none;
}
.desktop-contact {
  display: inline-flex;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list {
  padding: 0 110px 0 0 !important;
}
.slick-dots {
  position: absolute;
  left: -58.2%;
  bottom: 30%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  transform: rotate(90deg);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 40px;
  margin: 0;
  cursor: pointer;
  align-items: center;
  border-left: 1px solid #e8e8e8;
}
.slick-dots li:last-child {
  border-right: 1px solid #e8e8e8 !important;
}
.slick-dots li button {
  position: relative;
  left: 42%;
  height: 15px;
  top: 20%;
  padding: 0;
  margin: 0;
}
.yellow-t-btn p{
color: #FFAC05!important;
}
.td-purpl .slick-dots li button:hover {
  color: #3f004e;
  opacity: 0.65;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3f004e;
}
.slick-dots li button:before {
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #3f004e;
  border-radius: 100px !important;
  opacity: 0.25;
}
li.slick-active button {
  opacity: 3000;
}
.slider-btn-text {
  position: absolute;
  left: 0.7%;
  top: 14%;
  transform: rotate(-90deg);
}
.slider-btn-text h6 {
  font-size: 30px;
  font-family: Montserrat-Light;
  margin: 0;
}
.slider-btn-text p {
  font-size: 11px;
  font-family: Montserrat-Light;
  margin: 6px 0 0 0;
  text-align: right;
  color: #3f004e;
}
.web-color p {
  color: #ffac05 !important;
}
.marketing-color p {
  color: #03a423 !important;
}
#slick-slide04 {
  display: none;
}
.slider-text1 {
  top: 38px;
  left: 23px;
}
.slider-text2 {
  top: -7px;
  left: 4px;
}
.slider-text3 {
  top: 20px;
  left: 3px;
}
.slider-text4 {
  top: -54px;
  left: -80px;
}
.slider-text5 {
  top: -30px!important;
  left: -46px;
}
.slider-text6 {
  top: 40px;
  left: 20px;
}
.slider-text7 {
  top: 25px;
}
.desktop-svg {
  display: block;
  position: relative;
  left: 52.5%;
  top: -14px;
  width: 10px !important;
}
.mobail-svg {
  display: none;
}
.mobail-text {
  display: none;
}
.desktop-text {
  display: block;
}
.Identity-div img {
  box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.banner-desktop {
  display: block;
}
.banner-mobi {
  display: none;
}
.desktop-si {
  display: block;
}
.mobi-si {
  display: none;
}
.idntet-top {
  margin-top: 100px;
}
.brnad-desk {
  display: block;
}
.brand-mo {
  display: none;
}
.desk-content {
  display: block;
}
.mobi-content {
  display: none;
}
.card-content {
  z-index: 9;
  position: relative;
}
.card-header {
  position: relative;
}
.slider-card:hover .brand-card-content::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 77%;
  border: 2px solid #3F004E !important;
  margin: 0 auto;
  z-index: 9999999;
  border-top: none!important;
}

.slider-card:hover .card-content::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 100%;
  border: 2px solid #ffac05;
  margin: 0 auto;
  z-index: 9999999;
  border-top: none;
}
.slider-card:hover .card-header::before {
  content: "";
  position: absolute;
  width: 90%;
  border: 2px solid #fff;
  right: 0;
  left: 0;
  bottom: 0;
  top: 5%;
  margin: 0 auto;
  z-index: 9999;
  border-bottom: none;
}
.slider-card:hover .card-header::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 190, 60, 0.7);
  z-index: 9;
}

.slider-card:hover .brand-header::after {
  background-color: rgba(63, 0, 78, 0.7);
}
/*.slider-card:hover .brand-card-content::after {
  border: 2px solid #3f004e;
  border-top: none;
}*/
.card-header:hover:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 164, 35, 0.7);
  z-index: 1;
}
.card-header:hover:before {
  content: "";
  position: absolute;
  width: 90%;
  border: 2px solid #fff;
  right: 0;
  left: 0;
  bottom: 3%;
  top: 3%;
  margin: 0 auto;
  z-index: 999;
}
.slid-card {
  padding-left: 35px;
}

.td-purpl .slick-active::after {
  border: 0.1px solid #3f004e; 
}
.td-purpl .slick-dots li button:before {
  color: #3f004e;
}
.td-green .slick-active::after {
  border: 0.1px solid #03a423;
}
.td-green .slick-dots li button:before {
  background-color: #03a423 !important;
}
.green-text p{
  color: #03a423 !important;
}
.td-yellow .slick-dots li button:before {
  background-color: #ffac05 !important;
}
.td-green .slick-dots {
  bottom: 26%;
}
.mobail-toggle {
  display: none;
}
.desktop-toggle {
  display: block;
}
.desktop1-svg {
  display: block;
  padding-left: 10px;
}
.k-desk {
  display: block;
}
.k-mob {
  display: none;
}
.big-image-text h3 {
  font-size: 40px;
}
.green-margin {
  margin-top: 200px !important;
}

/*rzwan sb style start*/

/* ----- mouse animations */

.menu-drawer .menu-text a {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-family: Montserrat-Light;
  text-decoration: none;
}

/* Cursor styling in 767 media query */

.menu-btn {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-btn li {
  /* width: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 10px; */
  /* height: 44px; */
  /* line-height: 44px; */
  text-align: center;
  overflow: hidden;
}
.menu-btn li a {
  position: relative;
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  /* width: 200px; */

  /* background: radial-gradient(farthest-side, red 99.5%, transparent 100%)
      calc(var(--x, 0px) - 2.5vw) calc(var(--y, 0px) - 2.5vw) / 4vw 3vw fixed
      no-repeat,
    #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; */
}
.menu-btn li a::after {
  position: absolute;
  /* width: 200px; */
  top: 100%;
  left: 0;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;

  /* background: radial-gradient(farthest-side, orange 99.5%, #fff 100%)
      calc(var(--x, 0px) - 2.5vw) calc(var(--y, 0px) - 2.5vw) / 5vw 5vw fixed
      no-repeat,
    #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; */
}

.menu-btn li:hover > a {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.toggle-menu:hover .cursor-follower {
  /* mix-blend-mode: screen !important; */
  background-color: #000 !important;
}
.cursor-follower {
  z-index: 9999999;
}

/*#footer .footer-menu ul li a {
  cursor: none !important;
}
#footer .options ul li a {
  cursor: none !important;
}*/

/* ------ end anime */

/* About Tootip */
/* START TOOLTIP STYLES */
[tooltip] {
  position: absolute;
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 0.9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */

  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;

  /* 
Let the content set the size of the tooltips 
but this will also keep them from being obnoxious
*/
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* #Feedback span { */
/* padding: 0.5em 1em; */
/* margin: 0.5em; */
/* display: inline-block; */
/* background: #dedede; */
/* } */
/* End Tooltip */

.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.carousel-init {
  /* z-index: 99999;
  height: 400px;
  overflow: hidden;
  margin-top: 10px; */
  /* 
  
  z-index: 99999;
    border: 2
px
 solid red;
    height: 300
px
;
    position: absolute;

  */
  /* height: 500px;
  overflow: hidden; */
}
.feed-card-outer {
  /* height: 390px; */
  overflow: hidden;
  padding: 0 0 120px 0;
}
.feed-card {
  margin-top: 60px !important;
    /*box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%) !important;*/
  }
.feed-card .card-img img {
  zoom: 1.5;
}

#get-in {
  margin-top: -18rem;
}
.owl-carousel .animated {
  animation-duration: 100ms;
  animation-fill-mode: both;
}
/* .feed-card {
  overflow: hidden;
} */

header,
#footer {
  overflow: auto !important;
}

/*a {
  cursor: none !important;
}*/

/*Slider animation css */

.slider-card:hover .card-title h1 span {
  color: #fff;
}

.card-title h1 {
  top: 0px;
  transition: top 0.5s ease;
}

.slider-card:hover .card-title h1 {
  top: -10px;
}

.gilt_text h1 {
  top: -9px;
}
.slider-card:hover .gilt_text h1 {
  top: -33px;
}

.card-header {
  overflow: hidden;
}
/*
.card-header img{
  transition: transform .5s ease;
  transform: scale(1);
}
.slider-card:hover .card-header img {
  transform: scale(1.5);
}*/

svg.desktop-toggle {
  transition: transform 0.5s ease;
  transform: scale(1);
}
.slider-card:hover svg.desktop-toggle {
  transform: scale(1.3);
}

a:hover:before {
  animation: topleft 0.5s ease-in-out forwards;
}

/*a:hover:after {
  animation: bottomright 0.5s ease-in-out forwards;
}*/

.slider-card:hover .brand-card-content::after {
  animation: bottomright 0.8s ease-in forwards;
}

.slider-card:hover .card-content::after {
  animation: bottomright 0.8s ease-in forwards;
}
.brand-card-content::after {
  visibility: hidden;
}
@keyframes bottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: 90%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: 100%;
    width: 90%;
    visibility: visible;
  }
  /* 75% {
    visibility: visible;
  }*/

  100% {
    height: 100%;
    width: 90%;
    visibility: visible;
  }
}

.slider-card:hover .card-header::before {
  animation: topleft 0.5s ease-in-out forwards;
}

@keyframes topleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 90%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: 90%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}

.card-header:hover::before {
  animation: topleft_marketing 0.5s ease-in-out forwards;
}

@keyframes topleft_marketing {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
    border-bottom: 0;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
    border-bottom: 0;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
    border-bottom: 0;
  }
  75% {
    width: 90%;
    height: 0%;
    padding-bottom: 0;
    visibility: visible;
    border-bottom: 0;
  }
  100% {
    width: 90%;
    /*height: 100%;*/
    opacity: 1;
    visibility: visible;
  }
}

.card-header {
  overflow: hidden;
  z-index: 999;
}
.image_textt {
    position: absolute;
    top: 100%;
    transform: rotate(270deg);
    left: -97px;
    /* top: 233px; */
    z-index: 9999;
    transition: top 0.5s ease;
}
.image_textt h1 {
  color: #000;
  font-family: Montserrat-SemiBold;
  font-size: 45px;
}

.slider-card:hover .image_textt {
  top: 98%;
  /*bottom: -166px;*/
}
.slider-card:hover .image_textt h1 {
  color: #fff;
}

.image_textt2 {
  position: absolute;
  top: 115%;
  transform: rotate(270deg);
  left: -49px;
  z-index: 9999;
  transition: top 0.5s ease;
}
.image_textt2 h1 {
  color: #000;
  font-family: Montserrat-SemiBold;
  font-size: 45px;
}
.slider-card:hover .image_textt2 {
  top: 105%;
  /*bottom: -166px;*/
}
.slider-card:hover .image_textt2 h1 {
  color: #fff;
}

.image_textt3 {
  position: absolute;
  top: 90%;
  transform: rotate(270deg);
  left: -117px;
  /* top: 233px; */
  z-index: 9999;
  transition: top 0.5s ease;
}
.image_textt3 h1 {
  color: #000;
  font-family: Montserrat-SemiBold;
  font-size: 45px;
}
.slider-card:hover .image_textt3 {
  top: 88%;
  /*bottom: -166px;*/
}
.slider-card:hover .image_textt3 h1 {
  color: #fff;
}

.image_textt4 {
  position: absolute;
  top: 97%;
  transform: rotate(270deg);
  left: -110px;
  /* top: 233px; */
  z-index: 9999;
  transition: top 0.5s ease;
}

.image_textt4 h1 {
  color: #000;
  font-family: Montserrat-SemiBold;
  font-size: 45px;
}
.slider-card:hover .image_textt4 {
  top: 95%;
  /*bottom: -166px;*/
}
.slider-card:hover .image_textt4 h1 {
  color: #fff;
}

.image_textt_w_1 {
  position: absolute;
  /* top: 96%; */
  transform: rotate(270deg);
  left: -122px;
  /* top: 233px; */
  z-index: 9999;
  transition: top 0.5s ease;
}

.image_textt_w_1 h1 {
  color: #000;
  font-family: Montserrat-SemiBold;
  font-size: 35px;
}
.slider-card:hover .image_textt_w_1 {
  top: 92%;
  /*bottom: -166px;*/
}
.slider-card:hover .image_textt_w_1 h1 {
  color: #fff;
}

.image_textt_w_2 {
  position: absolute;
  top: 85.1%!important;
  transform: rotate(270deg);
  left: -166px;
  /* top: 233px; */
  z-index: 9999;
  transition: top 0.5s ease;
}

.image_textt_w_2 h1 {
  color: #000;
  font-family: Montserrat-SemiBold;
  font-size: 45px;
}
.slider-card:hover .image_textt_w_2 {
  top: 82.8%!important;
  /* bottom: -166px; */
}
.slider-card:hover .image_textt_w_2 h1 {
  color: #fff;
}

.image_textt_w_3 {
  position: absolute;
  top: 99.6%;
  transform: rotate(270deg);
  left: -100px;
  /* top: 233px; */
  z-index: 9999;
  transition: top 0.5s ease;
}

.image_textt_w_3 h1 {
  color: #000;
  font-family: Montserrat-SemiBold;
  font-size: 45px;
}
.slider-card:hover .image_textt_w_3 {
  top: 100%;
  /* bottom: -166px; */
}
.slider-card:hover .image_textt_w_3 h1 {
  color: #fff;
}

.image_textt_w_4 {
  position: absolute;
  top: 99%;
  transform: rotate(270deg);
  left: -119px;
  /* top: 233px; */
  z-index: 9999;
  transition: top 0.5s ease;
}

.image_textt_w_4 h1 {
  color: #000;
  font-family: Montserrat-SemiBold;
  font-size: 45px;
}
.slider-card:hover .image_textt_w_4 {
  top: 95%;
  /* bottom: -166px; */
}
.slider-card:hover .image_textt_w_4 h1 {
  color: #fff;
}

/*rizwan sb style end*/

/*@media only screen and (max-width: 1366px){
.image_textt_w_2 {
    position: absolute;
    top: 82.5%!important;
    transform: rotate(270deg);
    left: -114px;
    z-index: 9999;
    transition: top 0.5s ease;
}
.slider-card:hover .image_textt_w_2 {
    top: 78%!important;
}
.slider-text1 {
    left: 30px;
    top: 21px!important;
  }

}*/
/*@media only screen and (min-width: 2005px){
.image_textt_w_2 {
    top: 82% !important;
}
.slider-text5 {
    top: -43.9px !important;
}
.slider-card:hover .image_textt_w_2 {
    top: 79.8% !important;
}
}
@media only screen and (min-width: 1900px){
.slider-text5 {
    top: -42.9px !important;
}
.image_textt_w_4 {
    top: 97.2%!important;
}
}*/
/*@media only screen and (min-width: 1707px) {
.slider-card:hover .image_textt3 {
    top: 85.4% !important;
}
.slider-card:hover .image_textt2 {
    top: 106.5%!important;
}
.slider-card:hover .image_textt_w_4 {
    top: 94%!important;
}
.image_textt_w_4 {
    top: 96.2%;
}
.slider-card:hover .image_textt_w_2 {
    top: 77.8% !important;
}
.image_textt_w_2 {
    top: 81.5%!important;
}
.image_textt_w_3 {
    top: 100.6%;
  }
  .slider-card:hover .image_textt_w_3 {
    top: 98%!important;
}

}*/
@media only screen and (max-width: 1600px) {
  .toggle-menu {
    width: 40px;
    height: 40px;
  }
  .toggle-menu i{
    width: 40px;
  }
  .toggle-menu i:nth-child(3){
    left: 20px;
    width: 20px;
  }
  .Description-img-4 {
    height: 300px!important;
     margin: -160px 0 0 52px !important;
}
  .dek-btn {
    width: 428px;
    margin-top: 100px;
}
  .blog-card:hover .blog-card-img img {
    height: 139.5%;
  }
/*  .Description-btn {
  width: 50%;
  text-align: center;
  margin: 100px 100px 0 0;
}*/
.desk-1{
  text-align: right!important;
  width: 40%!important;
  margin: 0!important;

}
.slider-card:hover .image_textt {
  top: 94%;
  /*bottom: -166px;*/
}
.slider-card:hover .image_textt3 {
    top: 91%;
}
  /*------------------------------rizwan sb style start website design--------------------------*/

  .blog-button button {
    width: 97.5px;
    font-size: 12.75px;
  }
  .card-header {
    overflow: hidden;
    z-index: 999;
  }
  .image_textt {
    position: absolute;
    top: 97%;
    transform: rotate(270deg);
    left: -81px;
    /* top: 233px; */
    z-index: 9999;
    transition: top 0.5s ease;
  }
  .image_textt h1 {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
  }

  .image_textt2 {
    position: absolute;
    top: 112%;
    transform: rotate(270deg);
    left: -37px;
    /* top: 233px; */
    z-index: 9999;
    transition: top 0.5s ease;
  }
  .image_textt2 h1 {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
  }

  .image_textt3 {
    position: absolute;
    top: 94%;
    transform: rotate(270deg);
    left: -90px;
    /* top: 233px; */
    z-index: 9999;
    transition: top 0.5s ease;
  }
  .image_textt3 h1 {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
  }

  .image_textt4 {
    position: absolute;
    top: 97%;
    transform: rotate(270deg);
    left: -84px;
    /* top: 233px; */
    z-index: 9999;
    transition: top 0.5s ease;
  }
  .slider-card:hover .image_textt4 {
    top: 94%;
  }
  .image_textt4 h1 {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
  }
  .image_textt_w_1 {
    position: absolute;
    /* top: 96%; */
    transform: rotate(270deg);
    left: -122px;
    /* top: 233px; */
    z-index: 9999;
    transition: top 0.5s ease;
  }

  .image_textt_w_1 h1 {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
  }

  .image_textt_w_2 {
    position: absolute;
    top: 84.5%;
    transform: rotate(270deg);
    left: -114px;
    /* top: 233px; */
    z-index: 9999;
    transition: top 0.5s ease;
  }

  .image_textt_w_2 h1 {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
  }

  .image_textt_w_3 {
    position: absolute;
    top: 103.6%;
    transform: rotate(270deg);
    left: -65px;
    /* top: 233px; */
    z-index: 9999;
    transition: top 0.5s ease;
  }

  .image_textt_w_3 h1 {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
  }

  .image_textt_w_4 {
    position: absolute;
    top: 99%;
    transform: rotate(270deg);
    left: -80px;
    /* top: 233px; */
    z-index: 9999;
    transition: top 0.5s ease;
  }

  .image_textt_w_4 h1 {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
  }

  .gilt_text h1 {
    top: 0px;
  }
  .slider-card:hover .gilt_text h1 {
    top: 53px;
  }

  /*------------------------------rizwan sb style start website design--------------------------*/

  .slick-dots li button {
    position: relative;
    left: 46%;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 12px;
    height: 12px;
  }
  .img-text-margin1 {
    margin-bottom: -343px !important;
  }
  .img-text-margin {
    margin-top: -475px !important;
  }
  .footer-logo {
    width: 220px;
  }
  .footer-logo img {
    width: 100%;
  }
  .slick-dots li {
    width: 90px;
    height: 28px;
  }
  .card-header {
    width: 100%;
  }
  .card-content {
    /*height: 300px;*/
    width: 100%;
    height: 235px;
  }
  .slider-btn-text {
    top: 9%;
  }
  .idntet-top {
    margin-top: 100px;
  }
  .slick-dots {
    left: -58.5%;
  }
  .slider-text {
    top: -6px;
    left: 3px;
  }
  .slider-text1 {
    left: 30px;
    top: 16px;
}
  .slider-text2 {
    left: 20px;
    top: 7px;
  }
  .slider-text3 {
    left: 20px;
    top: 15px;
  }
  .slider-text4 {
    top: -20px;
    left: -10px;
  }
  .slider-text5 {
    top: -28px!important;
    left: -4px;
  }
  .slider-text6 {
    left: 45px;
  }
  .slider-text7 {
    left: 30px;
    top: 24px;
  }
  .slider-card {
    width: 100%;
    padding: 10px;
  }
  .slider-btn-text {
    left: 0.1%;
  }
  .slick-dots li {
    margin: 0;
    padding: 0;
  }
  .slider-btn-text h6 {
    font-size: 22.5px;
  }
  .menu-btn li a {
    font-size: 40px !important;
  }
  .menu-btn li {
    margin-top: 15px !important;
  }
  .menu-icon {
    margin: 20px 0 30px 0 !important;
  }
  .menu-text p {
    margin: 30px 0 20px 0 !important;
  }
  #home-page {
    padding: 90px 0;
  }
  .get-circle {
    top: 12%;
    left: 15%;
    width: 300px;
    height: 289.5px;
  }
  .get-to p {
    font-size: 55.5px;
    padding-left: 75px;
    margin-bottom: 52.5px;
  }
  .get-to h1 {
    line-height: 0.8;
    margin-top: -75px;
    font-size: 179.25px;
  }
  .banner-text {
    width: 801px;
    padding-top: 60px;
  }
  .banner-text p {
    font-size: 28.5px;
    padding-bottom: 18.75px;
  }
  #banner-1 {
    width: 100%;
    margin-top: 56.25px;
  }
  #Our-goals {
    margin: 200px 0;
  }
  .our-heading p {
    font-size: 29.25px;
  }
  .our-text {
    width: 76%;
    padding-left: 54px;
  }
  .our-text p {
    font-size: 28.5px;
    margin-top: 22.5px;
    line-height: 44.25px;
  }
  #members-30 {
    margin: 150px 0 200px 0;
  }
  .main-30 {
    width: 100%;
  }
  .m1 p {
    font-size: 60px;
  }
  .m1 span {
    font-size: 17.25px;
  }

  #hire-us {
    margin-top: 100px;
  }
  .hire-main {
    display: flex;
    margin: 0 -48.75px;
  }
  .hire-img {
    width: 50%;
    margin: 0 48.75px;
  }
  .hire2-img {
    margin-top: 112.5px;
  }
  .hire-text p {
    padding: 75px 0 37.5px 0;
    font-size: 60px;
  }
  #up-work {
    margin-top: 150px;
  }
  .up-main {
    width: 100%;
  }
  .up-img {
    height: 225px;
  }
  #banner2 {
    margin-top: 112.5px;
  }
  .banner2-text {
    padding: 150px 0;
  }
  .banner2-text p {
    font-size: 60px;
  }
  .logo-img {
    height: 225px;
  }
  #Feedback {
    margin-top: 150px;
  }
  .Feedback-main {
    height: 924.75px;
    margin: 0 auto -416.25px auto;
  }
  .boder-circle1 {
    height: 671px;
    top: 105.75px;
  }
  .Feedback-text p {
    font-size: 34.5px;
  }
  .feed-card {
    padding-bottom: 17.25px;
    border-radius: 22.5px;
    margin: 0 auto -202px auto;
  }
  .feed-card::after {
    font-size: 150px;
  }
  .slider-icon {
    padding-top: 22.5px;
  }
  .slider-icon ul li a {
    height: 1.5px;
    width: 33.75px;
  }
  .Nex-p span {
    font-size: 18.75px;
  }
  .p2 {
    font-size: 13.5px;
  }
  .card-para {
    margin: 22.5px 0;
  }
  .card-para p {
    font-size: 22.5px;
  }
  .Nex-p p {
    font-size: 13.5px;
  }
  .img-feed4 {
    right: -10%;
  }
  .img-feed3 {
    left: -11%;
  }
  .img-feed7 {
    top: -22%;
  }
  .img-feed2 {
    top: 0%;
  }
  .img-feed1 {
    top: 2.5%;
  }
  .img-feed5 {
    right: -4%;
  }
  .img-feed6 {
    left: -5%;
  }
  .join-text h1 {
    margin: 0 0 0 14px;
  }
  #get-in::before {
    height: 213.75px;
    transform: rotate(-6deg);
  }
  #get-in::after {
    transform: rotate(-6deg);
    height: 213.75px;
  }
  .get-in-main {
    padding-top: 187.5px;
  }
  .get-in-text {
    padding-top: 98px;
  }
  .get-in-btn {
    text-align: right;
  }
  .get-in-img {
    padding-left: 37.5px;
    padding-top: 151.5px;
    margin-bottom: 54.75px;
    width: 75%;
  }
  .get-in-img img {
    width: 75%;
  }
  .get-in-img1 {
    top: 40%;
    right: 13%;
  }
  .get-dote-img {
    bottom: -5%;
  }
  #join-us {
    margin-top: 150px;
  }
  .join-text {
    margin-left: 18.75px;
  }
  .join-text h1 {
    font-size: 133.5px;
  }
  .join-text p {
    margin: 75px 0;
    line-height: 1.5;
    font-size: 18.75px;
  }
  .apply-btn a {
    padding: 0 20.25px 0 0;
    font-size: 36px;
  }
  .apply-btn a::after {
    width: 69px;
    height: 70.5px;
  }
  .get-in-text h1 {
    padding-top: 91.5px;
    font-size: 66.75px;
  }
  .get-in-btn {
    padding-top: 37.5px;
  }
  .get-in-btn a::after {
    width: 71.25px;
    height: 71.25px;
  }
  .get-in-btn a {
    padding: 0 20.25px 0 0;
    font-size: 36px;
  }
  /*..........contact.........*/
  .helo-main {
    padding-top: 150px;
  }
  .helo-circle {
    width: 245.25px;
    height: 240.75px;
  }
  .helo-main h1 {
    font-size: 179.25px;
  }
  .helo-text-main {
    padding-top: 111px;
  }
  .helo-text-main p {
    font-size: 23.25px;
  }
  #how-can {
    margin-top: 150px;
  }
  .how-heading p {
    padding: 75px 0px 150px 0;
    font-size: 60px;
  }
  .how-can-options p {
    font-size: 22.5px;
  }
  #form {
    margin-top: 60px;
  }
  .form-main input {
    font-size: 26.25px;
    padding: 75px 0 21px 0;
  }
  .ms3 {
    margin-top: 75px;
  }
  .send-btn {
    padding: 75px 0;
  }
  .send-btn button {
    padding: 0 0 0 29.25px;
    font-size: 21px;
  }
  .send-btn button::after {
    width: 67.5px;
    top: -85%;
    height: 69px;
  }

  .brand-main {
    margin: 0 -22.5px;
  }
  .brand-text {
    padding: 225px 0;
    margin: 0 22.5px;
  }
  .b-text1 {
    left: 25%;
  }
  .b-text1 h1 {
    font-size: 60px;
    margin: 37.5px 0;
  }
  .b-text1 a {
    font-size: 15px;
  }
  .b-text1 a svg {
    margin-right: 15px;
    padding: 10px 0 0 0 !important;
  }
  .brand-text1 {
    padding-top: 37.5px;
    margin: 0 26.25px;
  }
  .brand-text1 p {
    width: 487.5px;
    font-size: 45px;
  }
  .brand-text1::after {
    top: -37.5px;
    width: 139.5px;
  }
  .pen-main {
    margin-top: 60px;
  }
  .pen-img img,
  .pen-img video {
    margin-left: -52.5px;
  }
  .pen-text {
    margin-left: 6%;
  }
  .pen-text p {
    font-size: 18.75px;
    padding-bottom: 37.5px;
  }
  .card-title h1 {
    font-size: 35px;
    left: -110px;
  }
  .card-text {
    margin-left: 100px;
    width: 198px;
  }
  .card-text p {
    font-size: 14px;
    padding: 30px 0 0 0;
  }
  .slider-text h1 {
    top: 75px;
    left: -40px;
  }
  #Identity {
    margin: 0 0 112.5px 0;
  }
  .idn-text h1 {
    font-size: 60px;
    padding-bottom: 25px;
  }
  .idn-text h1::after {
    width: 344.25px;
  }
  .idn-text p {
    font-size: 22.5px;
    padding: 22.5px 0;
  }
  .Identity-div {
    margin: 0 10px;
  }
  .Identity-4 {
    bottom: -6%;
    right: 15%;
  }
  .services-head h1 {
    font-size: 87px;
    padding: 52.5px 0 60px 0;
  }
  .services-main {
    padding-bottom: 112.5px;
  }
  .optn1 h2 {
    font-size: 22.5px;
  }
  .optn1 h2::after {
    bottom: -22.5px;
    width: 81.75px;
  }
  .optn1 ul {
    padding-top: 45px;
  }
  .optn1 ul li a {
    font-size: 15px;
  }
  .g-text1 {
    padding: 150px 0;
  }
  .g-text1 p {
    font-size: 26.25px;
    padding: 0 75px;
  }
  .Genesis-text ::after {
    top: 12%;
    left: 2%;
    font-size: 113.25px;
  }
  .brand-banner-img {
    height: 584.25px;
  }
  .Contact-us-main {
    padding: 75px 0;
  }
  .click a {
    font-size: 15px;
  }
  .btn-next a svg {
    padding-left: 15px;
  }
  .btn-prev a svg {
    padding-right: 15px;
  }
  .click p {
    font-size: 18.75px;
  }
  .btn-contact a svg {
    padding-left: 7.5px;
    margin-top: 15px;
  }
  .btn-contact a {
    font-size: 12.75px;
  }
  .btn-contact a::after {
    top: 2px;
    left: -19.5px;
    width: 37.5px;
    height: 39px;
  }
  /*----------------------------Website Design---------------------------------------*/
  .design-inter1 h1 {
    top: -43.5px;
    left: -173.25px;
  }
  .design-inter2 h1 {
    top: -26.25px;
    left: -150px;
  }
  .design-text3 h1 {
    left: -98.25px;
    top: 30px;
  }
  .design-btn button {
    bottom: -67.5px;
  }
  .Identity-Design h1 {
    font-size: 60px;
    padding-bottom: 25px;
  }
  .Identity-Design h1::after {
    width: 344.25px;
  }
  .Identity-Design p {
    font-size: 22.5px;
    padding: 22.5px 0;
  }
  .Genesis-text-Design {
    padding: 125px 0;
  }
  .Genesis-text-Design::after {
    font-size: 113.25px;
  }
  /*-------------------------------------------Marketing-------------------------------------------*/
  .Identity-marketing h1 {
    font-size: 41.25px;
    padding-bottom: 37.5px;
  }
  .Identity-marketing h1::after {
    width: 344.25px;
  }
  .Identity-marketing p {
    font-size: 22.5px;
    padding: 37.5px 0;
  }
  .Genesis-text-marketing {
    position: relative;
    padding: 150px 0;
  }
  .Genesis-text-marketing::after {
    font-size: 113.25px;
  }
  .green-margin {
    margin-top: 125px !important;
  }

  .head-portfolio {
    margin: 120px 0 22.5px 0;
  }
  .head-portfolio h1 {
    font-size: 60px;
  }
  .portfolio-btn {
    width: 500px;
  }
  .portfolio-btn a {
    font-size: 12px;
    padding: 7.5px 15px;
  }
  .folio-btn2 a {
    padding: 7.5px 30px;
  }
  .folio-btn2 {
    padding-top: 22.5px;
  }
  #Description {
    margin: 150px 0;
  }
  .Description-heading p {
    font-size: 29.25px;
  }
  .Description-text p {
    font-size: 28.5px;
    padding-bottom: 52.5px;
  }
  .Description-img {
    width: 50%;
    height: 654px;
  }
  .Description-img img {
    width: 100%;
    height: 100%;
  }
  #next-project {
    margin-top: 150px;
  }
  .project-main {
    padding-top: 112.56px;
  }
  .project-main a h1::after {
    height: 150px;
    width: 150px;
  }
  .project-main a p {
    font-size: 28.5px;
  }
  .project-main a h1 {
    font-size: 90.75px;
  }
  .Description-btn a {
    font-size: 12.75px;
  }
  .Description-btn a::after {
    width: 37.5px;
    height: 39px;
    top: -12px;
    left: -23px;
  }
  #Customized {
    margin-bottom: -200px;
  }
  .Customized-text p {
    font-size: 53.82px;
  }
  .Customized-text h1 {
    font-size: 81.75px;
  }
  #Customized-1 {
    margin-top: -636.5px;
  }
  .web-banner {
    height: 573px;
  }
  .web-Logo-Design {
    margin: 127.5px 0 75px 0;
  }
  .redy-img {
    height: 405px;
    margin-top: -7.5px;
  }
  .web-Logo-Design h1 {
    font-size: 45px;
  }
  .redy-img-text h4 {
    font-size: 18.75px;
  }
  .redy-img-text h2 {
    padding: 60px 0 75px 22.5px;
    font-size: 45px;
  }
  .redy-img-text h2 sub {
    font-size: 21.75px;
    left: 12px;
    top: 52.5px;
  }
  .redy-img-text a {
    padding: 10.875px 37px;
    font-size: 9.75px;
  }
  .readytext {
    padding-top: 22.5px;
  }
  .readytext p {
    padding-top: 34.5px;
    font-size: 16.5px;
  }
  .para1 h4 {
    font-size: 16.5px;
    padding-bottom: 7.5px;
  }
 ul.list-print{
  margin-bottom: 30px;
 }
  h4.heading-1{
  margin-top: 26.25px!important;
}
  .para1 p {
    padding: 0 0 27.5px 0;
    font-size: 16.5px;
  }
  .para1 ul li {
    font-size: 16.5px;
  }
  .btn-btn a {
    font-size: 12.75px;
  }
  .btn-btn a::after {
    left: -22px;
    top: -13px;
    width: 37.5px;
    height: 39px;
  }
  .head-we-take p {
    font-size: 45px;
  }
  .Flyer1 ul li a {
    font-size: 18px;
    line-height: 2.25;
  }
  #porfolio-img1 {
    margin: 11.52px 0;
  }
  #load-more {
    margin: 75px 0;
  }
  #load-more a {
    font-size: 12.75px;
  }
  #load-more a svg {
    margin-left: 7.5px;
  }
  #load-more a::after {
    width: 38px;
    height: 38.88px;
  }
  /*----------------------------single-blog-------------------------*/
  .h-text p {
    font-size: 16.5px;
  }
  .h1-text p {
    font-size: 16.5px;
  }
  .Good-design-text {
    margin: 75px 0;
  }
  .Good-design-text h2 {
    font-size: 45px;
    margin: 0;
  }
  #blog-para {
    margin: 75px 0;
  }
  .blog-para-main p {
    padding-top: 37.5px;
    font-size: 22.5px;
  }
  #pencil {
    margin-top: 170px;
  }
  .pencil-text {
    top: -69px;
    width: 600px;
  }
  .pencil-text {
    padding: 60px;
  }
  .pencil-text::after {
    font-size: 145.75px;
  }
  .pencil-text::before {
    font-size: 145.75px;
  }
  .pencil-text h3 {
    font-size: 38.88px;
    line-height: 65.25px;
  }
  .pencil-text p {
    padding-top: 45px;
    font-size: 18px;
  }
  #sit-amet {
    margin: 150px 0;
  }
  .sit-amet-text h2 {
    font-size: 33.75px;
    margin: 0 0 30px 0;
  }
  .sit-amet-text p {
    font-size: 22.5px;
  }
  #blog-gilt {
    margin: 150px 0 0 0;
  }
  .gilt1-text {
    padding: 75px 60px 69px 60px;
  }
  .gilt1-text h4 {
    font-size: 26.25px;
    margin-bottom: 37.5px;
  }
  .gilt1-text p {
    font-size: 22.5px;
  }
  .Related-head h3 {
    font-size: 39.75px;
  }
  .Related-background {
    margin-top: 172.5px;
  }
  .blog-card {
    width: 33.333%;
    padding: 0px;
  }
  .blog-card1 {
    padding-right: 10px;
  }
  .blog-card2 {
    padding: 0 5px;
  }
  .blog-card3 {
    padding-left: 10px;
  }
  .blog-card-btn button {
    font-size: 12.75px;
    width: 107.25px;
  }
  .blog-card-img {
    height: 462px !important;
  }

  .blog-card-foot {
    padding: 37.5px 22.5px;
    height: 180px;
  }
  .blog-card-foot p {
    font-size: 16.5px;
  }
  .blog-card-foot h5 {
    font-size: 21.75px;
    padding-top: 30px;
  }
  .Description-img-1 {
    margin-top: -300px;
    height: 970px;
  }
  .card__overlay-content h3 {
    font-size: 15.5px;
  }
  .big-image-text h3 {
    font-size: 30px;
  }
  .card-larg h3 {
    font-size: 30px;
  }
  .card__overlay-content p {
    font-size: 11.25px;
  }
  .card-text button {
    position: relative;
    bottom: -40px;
    left: -10px;
    background-color: transparent;
    border: none;
    outline: 0;
  }
  .blog-heading h1 {
    font-size: 45px;
  }
  .card__overlay button {
    width: 97.5px;
    height: 32.25px;
    font-size: 12.75px;
  }
  #port4-background-color {
    height: 1000px;
  }

  .footer-menu ul li a {
    font-size: 18.75px;
  }
  .list ul li a {
    font-size: 12.75px;
  }
  .list1 ul li a svg {
    width: 13px;
  }
}
@media only screen and (max-width: 1330px) {
  /*.slider-card{
					width: 300px;
				}*/
  .slick-dots {
    bottom: 43%;
  }
  .slider-btn-text {
    left: -0.2%;
  }
  .get-dote-img {
    bottom: -13%;
  }
  .get-in-text h1 {
    right: -269px;
  }
  .banner-text {
    width: 920px;
    padding-top: 60px;
  }
  .slick-active::after {
    top: 34%;
    left: 49%;
  }
}
@media only screen and (max-width: 1199px) {
.toggle-menu {
    width: 30px;
    height: 30px;
  }
  .toggle-menu i{
    width: 30px;
  }
  .toggle-menu i:nth-child(3){
    left: 15px;
    width: 15px;
  }
.image_textt4 h1{
font-size: 27px;
}
.image_textt4 {
    position: absolute;
    top: 97%;
    transform: rotate(270deg);
    left: -55px;
    /* top: 233px; */
    z-index: 9999;
    transition: top 0.5s ease;
}
.slider-card:hover .image_textt4 {
    top: 95%;
    /* bottom: -166px; */
}
.image_textt2 h1 {
    font-size: 27px;
}
.image_textt2 {
    top: 112%;
    left: -15px;
}
.image_textt h1 {
    font-size: 27px;
}
.image_textt {
    top: 97%;
    left: -50px;
}
.slider-card:hover .image_textt {
    top: 95%;
    /* bottom: -166px; */
}
.image_textt3 h1{
  font-size: 27px;
}
.image_textt3 {
    top: 94%;
    left: -58.5px;
}
.image_textt_w_3 h1 {
    font-size: 27px;
}
.image_textt_w_3 {
    top: 102%;
    left: -49px;
}
.slider-card:hover .image_textt_w_3 {
    top: 98%;
    /* bottom: -166px; */
}
.image_textt_w_4 h1 {
    font-size: 27px;
}
.image_textt_w_4 {
    top: 96%;
    left: -49px;
}
.slider-card:hover .image_textt_w_4 {
    top: 93%;
    /* bottom: -166px; */
}
.image_textt_w_2 h1 {
    font-size: 27px;
}
.image_textt_w_2 {
    top: 86.5%;
    left: -89px;
}
.slider-card:hover .image_textt_w_2 {
    top: 82.5%;
    /* bottom: -166px; */
}






  .slick-active::after {
    top: 33%;
    left: 48%;
  }
  .get-in-text {
    padding-top: 90.25px;
  }
  .slider-text4 {
    top: -22px;
    left: 20px;
  }
  .slider-text5 {
    top: -15px;
    left: 20px;
  }
  .slider-text6 {
    top: 28px;
    left: 60px;
  }
  .slider-text7 {
    top: 13px;
    left: 60px;
  }
  .slider-text1 {
    left: 60px;
    top: 19px;
  }
  .slider-text2 {
    left: 51px;
    top: 6px;
  }
  .slider-text3 {
    left: 50px;
    top: 14px;
  }
  .slider-text {
    top: -15px;
    left: 25px;
  }
  .card-text {
    width: 155px;
  }
  .card-text p {
    font-size: 11px;
  }
  .card-title h1 {
    font-size: 27px;
  }
  .slider-card {
    width: 280px;
  }
  .card-text button {
    bottom: -23px;
  }
  .slider-btn-text h6 {
    font-size: 15px;
  }
  .slider-btn-text p {
    font-size: 7px;
  }
  .slider-btn-text {
    top: 8%;
    left: 1.2%;
  }
  .get-in-text h1 {
    right: -205px;
  }
  .card-content {
    height: 250px;
  }
  .menu-btn li {
    margin-top: 10px !important;
  }
  .menu-btn li a {
    font-size: 35px !important;
  }
  .menu-text p {
    font-size: 12px;
    margin: 30px 0 20px 0 !important;
  }
  .menu-text span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .slider-text1 {
    left: 4px;
  }
  .slider-text2 {
    left: 0px;
  }
  .slider-text3 {
    left: 0px;
  }
  .slider-card {
    width: 225px;
  }
  .card-title h1 {
    font-size: 27px;
    left: -60px;
  }
  .slider-text {
    left: 20px;
    top: -6px;
  }
  .card-text button {
    bottom: -28px;
    left: 70px;
  }
  .up-img {
    width: 33%;
  }
  .up-img img {
    width: 80%;
  }
  .join-text h1 {
    font-size: 130.5px;
  }
  .Feedback-main {
    width: 83%;
    height: 850px;
  }
  .img-feed3 {
    left: -9%;
    top: 10%;
  }
  .img-feed4 {
    right: -10%;
    top: 10%;
  }
  .img-feed5 {
    right: -3%;
    top: 30%;
  }
  .img-feed6 {
    left: -4%;
    top: 35%;
  }
  #get-in {
    height: 813px;
  }
  .get-dote-img {
    bottom: -9%;
  }
  .web-Logo-Design h1 {
    font-size: 40px;
  }
  .brand-text1 p {
    width: 420px;
    font-size: 38px;
  }
  .b-text1 h1 {
    font-size: 50px;
  }
  .b-text1 {
    width: 460px;
  }
  .pen-text p {
    font-size: 16px;
    padding-bottom: 35px;
  }
  .idn-text h1 {
    font-size: 50px;
    padding-bottom: 25px;
  }
  .idn-text p {
    font-size: 18px;
    padding: 22px 0;
  }
  .brand-text {
    padding: 250px 0;
  }
  .Customized-text h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1024px) {
.image_textt_w_2 {
    top: 83.5%;
    left: -104px;
}
.slider-card:hover .image_textt_w_2 {
    top: 78.5%;
    /* bottom: -166px; */
}
.image_textt_w_4 {
    top: 95.4%;
    left: -75px;
}
.slider-card:hover .image_textt_w_4 {
    top: 91%;
    /* bottom: -166px; */
}
.image_textt_w_3 {
    top: 102.5%;
    left: -61px;
}
.slider-card:hover .image_textt_w_3 {
    top: 97.5%;
    /* bottom: -166px; */
}
.image_textt4 {
    top: 97%;
    left: -72px;
}
.image_textt2 {
    top: 112%;
    left: -39px;
}

.slider-card:hover .image_textt2 {
    top: 105%;
    /* bottom: -166px; */
}
.image_textt {
    top: 95%;
    left: -71px;
}
.image_textt3 {
    top: 94%;
    left: -81.5px;
}











  .get-in-img img {
    width: 85%;
  }
  .get-in-img {
    padding-top: 125.5px;
  }
  .get-in-img1 {
    top: 39%;
    right: 8%;
  }
  .get-in-text h1 {
    right: -115px;
  }
  .slider-text2 {
    left: -22px;
  }
  .slider-text1 {
    left: -10px;
  }
  .slider-text3 {
    left: -18px;
  }
  .slider-text {
    left: 21px;
    top: -15px;
  }
  .card-text button {
    left: -11px;
    bottom: -20px;
  }
  .slider-btn-text {
    left: 0.6%;
  }
  .slick-active::after {
    left: 48.7%;
  }
  .slider-text7 {
    left: -15px;
  }
  .slider-text4 {
    left: -49px;
  }
  .slider-text6 {
    left: -2px;
  }
  .slider-text5 {
    left: -45px;
  }
  .card-text {
    margin-left: 55px;
  }
  .slick-dots li {
    width: 75px;
  }
  .Identity-4 {
    width: 110px;
    bottom: -1%;
    right: 20%;
  }
  .Identity-4 img {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .slider-btn-text {
    left: 0.4%;
  }
  .slick-active::after {
    left: 49.7%;
    top: 35%;
  }
}
@media only screen and (max-width: 991px) {
  .slick-active::after {
    left: 49%;
    top: 34%;
  }
  .b-text1 {
    left: 4%;
  }
  .card-title h1 {
    left: -81px;
  }
  .slider-text {
    left: 40px;
  }
  .slider-card {
    width: 210px;
  }
  .slider-btn-text h6 {
    font-size: 15px;
  }
  .slider-btn-text {
    top: 8%;
    left: 0.5%;
  }
  .get-to p {
    font-size: 50.5px;
    padding-left: 60px;
    margin-bottom: 54.5px;
  }
  .get-to h1 {
    line-height: 0.8;
    margin-top: -75px;
    font-size: 158.25px;
  }
  .get-circle {
    top: 12%;
    left: 17%;
    width: 276px;
    height: 272.5px;
  }
  .banner-text p {
    font-size: 23.5px;
  }
  .our-heading p {
    font-size: 25.25px;
  }
  .our-text p {
    font-size: 24.5px;
  }
  .hire-text p {
    padding: 75px 0 0 0;
    font-size: 50px;
  }
  #up-work {
    margin-top: 100px;
  }
  .banner2-text {
    padding: 70px 0 0 0;
  }
  .up-img {
    width: 50%;
    border: none;
  }
  .up-img img {
    width: 70%;
  }
  .b6 {
    border-left: 0.1px solid #e8e8e8;
  }
  .b5 {
    border-bottom: 0.1px solid #e8e8e8;
    border-top: 0.1px solid #e8e8e8;
  }
  .logo-img {
    width: 50%;
  }
  .logo-img img {
    width: 50%;
  }
  .logo-img svg {
    width: 69.5%;
  }
  .Feedback-main {
    width: 85%;
    height: 797px;
  }
  .get-in-main {
    padding-top: 121.5px;
  }
  .Feedback-text p {
    font-size: 30px;
    top: 16%;
  }
  .feed-img {
    width: 60px;
  }
  .feed-img img {
    width: 100%;
  }
  .img-feed7 {
    right: 0;
    left: 53%;
  }
  .img-feed6 {
    left: -2%;
    top: 30%;
  }
  .img-feed5 {
    right: -1%;
    top: 25%;
  }
  #get-in {
    height: 753px;
  }
  .get-in-text h1 {
    padding: 0;
    font-size: 51.75px;
  }
  .get-in-text {
    padding-top: 220.25px;
  }
  .get-in-btn a {
    font-size: 30px;
  }
  .join-text h1 {
    font-size: 130.5px;
  }
  .get-in-img1 {
    top: 35%;
    right: 14%;
    width: 94px;
  }
  .get-in-img1 img {
    width: 100%;
  }
  #how-can {
    margin-top: 70px;
  }
  .helo-text-main p {
    font-size: 20px;
  }
  .how-heading p {
    padding: 30px 0px 75px 0;
    font-size: 50px;
  }
  .header-main {
    padding: 20px 20px 0 20px;
  }
  .h-text p {
    font-size: 14px;
  }
  .Good-design-text h2 {
    font-size: 35px;
  }
  .h1-text p {
    font-size: 14px;
  }
  #head-single-blog {
    margin: 130px 0 70px 0;
  }
  .Good-design-text {
    margin: 30px 0;
  }
  #Good-design {
    height: 500px;
  }
  .blog-para-main p {
    padding-top: 30.5px;
    font-size: 18.5px;
  }
  .pencil-text {
    top: -69px;
    width: 500px;
  }
  .pencil-text h3 {
    font-size: 30px;
  }
  .pencil-text p {
    padding-top: 45px;
    font-size: 14px;
  }
  .sit-amet-text h2 {
    font-size: 25.75px;
  }
  .sit-amet-text p {
    font-size: 18.5px;
    line-height: 1.5;
  }
  .blog-vd-btn svg {
    width: 100px;
  }
  #sit-amet {
    margin: 100px 0 0 0;
  }
  .folio-banner2 {
    margin: 100px 0;
  }
  .gilt1-text h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .gilt1-text p {
    font-size: 18px;
  }
  .gilt1-text {
    padding: 35px 30px 36px 30px;
  }
  .blog-card-foot p {
    font-size: 12px;
  }
  .blog-card-foot h5 {
    font-size: 15px;
  }
  .blog-card-img {
    width: 100%;
    height: 350px;
  }
  .footer-logo {
    width: 200px;
  }
  .footer-logo img {
    width: 100%;
  }
  .footer-menu ul li a {
    font-size: 18px;
  }
  .list ul li {
    padding-left: 30px;
  }
  .list ul li a {
    font-size: 14px;
  }
  .list1 ul li a {
    padding-left: 0;
  }
  .list ul li a svg {
    width: 20px;
    height: 20px;
  }
  .project-main a h1 {
    font-size: 70px;
  }
  .project-main a p {
    font-size: 25px;
  }
  .project-main a h1::after {
    height: 120px;
    width: 120px;
  }
  #next-project {
    margin-top: 100px;
    height: 350px;
  }
  .folio-vedio-btn svg {
    width: 100px;
    height: 100px;
  }
  .web-Logo-Design h1 {
    font-size: 35px;
  }
  .redy-img {
    height: 350px;
  }
  .redy-img-text h2 {
    padding: 50px 0 50px 22.5px;
    font-size: 36px;
  }
  .Flyer1 ul li a {
    font-size: 16px;
  }
  .btn-po1 {
    height: 600px;
  }
  .design-text2 p {
    font-size: 16px;
  }
  .brand-text1 p {
    width: 387px;
    font-size: 34px;
  }
  .b-text1 h1 {
    font-size: 45px;
  }
  .b-text1 {
    width: 400px;
  }
  .pen-text p {
    padding-bottom: 23px;
  }
  .idn-text h1 {
    font-size: 50px;
  }
  .idn-text p {
    font-size: 16px;
    padding: 15px 0;
  }
  .Project-card-text p {
    width: 140.5px;
    font-size: 10px;
  }
  .g-text1 p {
    font-size: 20.25px;
    padding: 0 75px;
  }
  .brand-text {
    padding: 200px 0;
  }
  .brand-banner-img {
    height: 500px;
  }
  .Customized-text h1 {
    font-size: 65px;
  }
  .slider-text4 {
    top: -10px;
    left: -32px;
  }
  .slider-text5 {
    top: -10px;
    left: -28px;
  }
  .slider-text6 {
    top: 34px;
    left: 15px;
  }
  .slider-text7 {
    top: 25px;
    left: 4px;
  }
  .get-in-img {
    padding-top: 145.5px;
  }
  .get-dote-img {
    bottom: -14%;
  }

  .card-text {
    margin-right: 15px;
  }
  .slider-text {
    left: 42px;
  }
  .slider-text3 {
    left: 1px;
  }
  .slider-text1 {
    left: 9px;
  }
  .slider-text2 {
    left: -5px;
  }
}
@media only screen and (max-width: 900px) {
  .get-to p {
    font-size: 40.5px;
    padding-left: 55px;
    margin-bottom: 50.5px;
  }
  .get-to h1 {
    line-height: 0.8;
    margin-top: -75px;
    font-size: 145.25px;
  }
  .get-circle {
    top: 12%;
    left: 20%;
    width: 260px;
    height: 260.5px;
  }
  .banner-text {
    width: 100%;
  }
  .banner-text p {
    font-size: 23.5px;
  }
  .Feedback-main {
    width: 100%;
    height: 800px;
  }
  .get-in-main {
    padding-top: 121.5px;
  }
  .Feedback-text p {
    font-size: 30px;
    top: 16%;
  }
  .feed-img {
    width: 60px;
  }
  .feed-img img {
    width: 100%;
  }
  .feed-card {
    width: 95%;
  }
  .head-portfolio h1 {
    font-size: 55px;
  }
  #next-project {
    margin-top: 80px;
    height: 270px;
  }
  .project-main a p {
    font-size: 20px;
  }
  .project-main a h1 {
    font-size: 50px;
  }
  .project-main a h1::after {
    height: 100px;
    width: 100px;
  }
  .folio-vedio-btn svg {
    width: 85px;
    height: 85px;
  }
  .web-Logo-Design h1 {
    font-size: 30px;
  }
  .redy-img {
    height: 320px;
  }
  .Flyer1 ul li a {
    font-size: 14px;
  }
  .design-main {
    display: block;
  }
  .design-1 {
    width: 100%;
  }
  .brand-text1 p {
    width: 330px;
    font-size: 28px;
  }
  .idn-text h1 {
    font-size: 40px;
  }
  .brand-banner-img {
    height: 400px;
  }
  .Customized-text h1 {
    font-size: 50px;
  }
  .Custom-img2 {
    width: 66px;
  }
  .Custom-img2 img {
    width: 100%;
  }
  .Custom-img3 {
    width: 66px;
  }
  .Custom-img3 img {
    width: 100%;
  }
  .get-in-img {
    padding-top: 177.5px;
  }
  .get-in-img1 {
    top: 39%;
    right: 13%;
  }
}
@media only screen and (max-width: 810px) {
  .get-in-img {
    padding-top: 191.5px;
  }
  .get-in-img1 {
    top: 46%;
    right: 9%;
  }
  .get-dote-img {
    bottom: -12%;
  }
}
@media only screen and (max-width: 768px) {
  .slider-btn-text {
    left: -0.7%;
  }
  .get-in-img {
    padding-top: 221.5px;
  }
  .get-in-text h1 {
    padding: 0;
    font-size: 40px;
  }
  .get-dote-img {
    bottom: -20%;
  }
  .get-in-img1 {
    top: 48%;
    right: 12%;
    width: 77px;
  }
  .get-in-text img {
    width: 90px;
  }
  .card-text {
    margin-right: 25px;
  }
  .slider-text2 {
    left: 8px;
  }
  .slider-text3 {
    left: 12px;
  }
  .slider-text {
    left: 53px;
  }
  .slider-text1 {
    left: 25px;
  }
  .card-text {
    margin-left: 70px;
  }
  .Identity-4 {
    width: 75px;
    bottom: 6%;
    right: 22%;
  }
}
@media only screen and (max-width: 767px) {
    .menu-logo {
    top: 4%!important;
  }
  .menu-logo1 {
    top: 3%!important;
}
.menu-drawer .menu-text a {
    font-size: 18px;
}
  .home-text p a {
  color: #000;
  text-shadow: none;
  margin-bottom: 20px;
}
  .up-main {
    width: 100%;
    margin-left: 22px;
}
.up-1{
   margin-left: 0!important;
}
  .img-text-111{
    display: none!important;
  }
  .card-header {
    z-index: 1;
}
  .res-color {
    background-color: #fff !important;
  }
  .toggle-menu.active i:nth-child(2) {
    background: transparent !important;
  }
  .menu-icon li {
    padding-left: 30px;
  }
  .menu-icon {
    margin: 20px 0 30px 0 !important;
  }
  .menu-btn {
    margin: 60px 0 0 0;
  }
  .desktop1-svg {
    display: none;
  }
  .mobail-text {
    display: block;
    padding-top: 30px;
  }
  .desktop-text {
    display: none;
  }
  .img-feed7 {
    top: -19%;
  }
  .img-feed2 {
    top: 3%;
  }
  .img-feed1 {
    top: 5%;
  }
  .slick-dots {
    bottom: 41%;
  }
  .mobail-text {
    display: block;
  }
  .desktop-text {
    display: none;
  }
  .Customized-text p {
    font-size: 20px;
  }
  .Customized-text h1 {
    font-size: 40px;
  }
  #port4-background-color {
    height: 900px;
  }
  .blog-heading h1 {
    font-size: 50px;
  }
  .main-blog-div {
    display: block;
    width: 100%;
  }
  #mobail-imgs {
    display: block;
  }
  .blog-i-div1 {
    width: 100%;
  }
  .blog-i-div2 {
    width: 100%;
  }
  #Our-goals {
    margin: 70px 0;
  }
  .main-our {
    width: 100%;
    display: block;
  }
  .our-heading {
    width: 100%;
    padding: 0 20px;
  }
  .our-text {
    width: 100%;
    padding: 50px 20px 0 20px;
  }
  .our-heading p {
    font-size: 20px;
  }
  .our-text p {
    font-size: 20.5px;
  }
  .main-30 {
    width: 100%;
    display: block;
    justify-content: center;
  }
  .get-in-img {
    padding-top: 131.5px;
  }
  .get-in-img1 {
    top: 41%;
    right: 13%;
    width: 71px;
  }
  #members-30 {
    margin: 70px 0;
  }
  .m1 {
    margin: 0 0 50px 0;
  }
  .m1 p {
    font-size: 50px;
  }
  .banner2-text p {
    font-size: 45px;
  }
  .hire-text p {
    font-size: 40px;
  }
  .hire-main {
    display: block;
    width: 100%;
    margin: 0;
  }
  .hire2-img {
    margin: 50px 0 0 0;
  }
  .hire-img {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #Feedback {
    margin: 75px 0 60px 0;
  }
  .feed-card {
    width: 100%;
  }
  .Feedback-main {
    width: 100%;
    height: 750px;
  }
  .feed-img {
    width: 40px;
  }
  #get-in {
    height: 678px;
  }
  .get-in-text {
    padding-top: 175.25px;
  }
  .get-in-text h1 {
    font-size: 40.75px;
  }
  .get-in-btn a {
    padding: 0 20.25px 0 0;
    font-size: 27px;
  }
  .hire-text p {
    padding: 0px;
  }
  #up-work {
    margin-top: 50px;
  }
  #join-us {
    margin: 0 0 50px 0;
  }
  .join-text p {
    margin: 30px 0;
    font-size: 18.75px;
  }
  .join-text h1 {
    font-size: 110.5px;
  }
  .logo-img {
    height: 125px;
  }
  .helo-main h1 {
    font-size: 130.25px;
  }
  .helo-circle {
    width: 200.25px;
    height: 200.75px;
  }
  .helo-text-main {
    padding-top: 70px;
    display: flex;
    flex-wrap: wrap;
  }
  .no-59 {
    width: 100%;
  }
  .phone-nbr {
    margin: 50px 0;
  }
  .how-can-options {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
  .contact-img {
    width: 50%;
    margin: 30px 0 0 0;
  }
  .pencil-text {
    width: 400px;
    padding: 50px;
    text-align: center;
  }
  .pencil-text::before {
    display: none;
  }
  .pencil-text p {
    padding-top: 22px;
    font-size: 10px;
  }
  .pencil-text h3 {
    font-size: 17px;
  }
  .blog-gilt-main {
    width: 100%;
    display: block;
  }
  .gilt1 {
    width: 100%;
    height: 650px;
    margin: 0 auto;
  }
  .Identity-4 img {
    width: 80%;
    max-width: 100%;
  }
  .Identity-4 {
    bottom: -1%;
    right: 23%;
  }
  #blog-gilt {
    margin-bottom: 350px;
  }
  .gilt1-img {
    height: 100%;
    height: 550px;
  }
  .Related-posts-main {
    display: block;
  }
  .Related-background {
    padding-bottom: 10px;
  }
  .blog-card {
    width: 80%;
    margin: auto;
    padding: 0 15px;
  }
  .blog-card-img {
    height: 500px;
  }
  .blog-card-foot h5 {
    font-size: 20px;
  }
  .gilt1-text {
    padding: 80px 60px 60px 60px;
  }
  .tab-card {
    top: -100px;
    position: relative;
  }
  .tab-card1 {
    margin: 100px auto;
  }
  .footer-logo {
    width: 200px;
    margin: 20px auto 30px auto;
  }
  .footer-logo img {
    max-width: 100%;
  }
  .mobail-width {
    display: block;
  }
  .footer-main {
    width: 100%;
    border: none;
    display: block;
    padding: 40px 0;
    margin: 0;
    text-align: center;
    justify-content: center;
  }
  .footer-main1 {
    width: 100%;
    border: none;
    display: block;
    padding: 40px 0;
    margin: 0;
    text-align: center;
    justify-content: center;
  }
  #footer {
    background-color: #000;
    text-align: center;
    justify-content: center;
  }
  .desktop-img {
    display: none;
  }
  .mobail-img {
    display: block;
  }
  .footer-menu ul li a {
    color: #fff;
  }
  .options {
    display: none;
  }
  .portfolio-btn a {
    font-size: 11px;
  }
  .folio-banner1-img {
    height: 509px;
    width: 100%;
  }
  .folio-banner1-img img {
    height: 100%;
    width: 100%;
  }
  .head-portfolio h1 {
    font-size: 40px;
  }
  #next-project {
    margin-top: 80px;
    height: 315px;
  }
  .project-main a h1 {
    font-size: 45px;
  }
  .project-main a h1::after {
    height: 80px;
    width: 80px;
  }
  .project-main a p {
    font-size: 18px;
  }
  .folio-vedio-btn svg {
    width: 75px;
    height: 75px;
  }
  .Customized-main {
    width: 100%;
    display: block;
    justify-content: center;
  }
  .Customized-img {
    width: 100%;
  }
  .Description-img-btn {
    display: none;
  }
  .redy-img {
    display: none;
  }
  .readytext {
    width: 100%;
  }

  .redy-img-mobail {
    background-image: url(imgs/G-442.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 440px;
    margin-top: -30px;
    z-index: -1;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .para1 {
    margin-top: 50px;
  }
  .web-Logo-Design h1 {
    font-size: 25px;
  }
  .web-banner {
    height: 473px;
  }
  .Flyer1 {
    display: block;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .portfolio-mobail-imgs {
    width: 100%;
  }
  .portfolio-mobail-imgs img {
    width: 100%;
    margin-bottom: 30px;
  }
  #we-take-banner {
    height: 700px;
  }
  #we-take-banner img {
    height: 100%;
  }
  .head-we-take p {
    font-size: 35px;
  }
  .brand-main {
    display: block;
    width: 100%;
  }
  .brand-text {
    width: 100%;
  }
  .b-text1 {
    width: 100%;
    margin: 0 50px;
  }
  .brand-text1 {
    width: 100%;
    margin: 0 50px;
  }
  .brand-text1 p {
    width: 100%;
    font-size: 28px;
  }
  .pen-img {
    width: 100%;
    margin: 0 50px;
  }
  .brand-banner-img {
    height: 381.25px;
  }
  .pen-main {
    margin-top: 80px;
    display: block;
    width: 100%;
  }
  .pen-img {
    display: none;
  }
  .pen-text {
    margin-left: 0;
    width: 100%;
  }
  .Identity-div {
    width: 100%;
    margin: 0;
  }
  .Identity-div img {
    width: 88%;
  }
  .Identity-main {
    display: block;
    align-items: center;
  }
  .idn-text {
    width: 100%;
    margin-bottom: 50px;
  }
  .Identity-imgs {
    width: 100%;
    margin: 0 0 0 13px;
  }
  .services-main {
    display: block;
    width: 100%;
  }

  .brand-text1 p {
    width: 80%;
    font-size: 35px;
  }
  .services-head h1 {
    font-size: 60px;
    padding: 50px 0 40px 0;
  }
  .g-text1 p {
    font-size: 20px;
    padding: 0;
  }
  .img-feed6 {
    left: 0%;
    top: 26%;
  }
  .img-feed5 {
    right: 1%;
    top: 24%;
  }
  .img-feed4 {
    right: -8%;
  }
  .img-feed3 {
    left: -7%;
    top: 10%;
  }
  .Feedback-text p {
    top: 10%;
  }
  .join-img {
    display: flex;
    width: 100%;
  }
  .join-img img {
    width: 50%;
  }
  .join-img h1 {
    margin: 0;
    font-size: 130px;
    font-family: Montserrat-Bold;
    font-weight: bold;
    width: 50%;
    display: block;
  }

  .join-main {
    display: block;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .join-text {
    width: 100%;
  }
  .join-text h1 {
    display: none;
  }
  .get-in-btn a::after {
    width: 55px;
    height: 55px;
  }
  .get-in-btn a {
    padding: 0 20.25px 0 0;
    font-size: 21px;
  }
  .apply-btn a {
    font-size: 25px;
  }
  .apply-btn a::after {
    width: 56px;
    height: 55px;
  }
  .get-in-img img {
    width: 85%;
  }
  .get-dote-img {
    width: 24%;
    left: 269px;
  }
  .get-dote-img img {
    width: 83%;
  }
  .get-dote-img {
    bottom: -14%;
  }
  .mobile-btn {
    display: block;
    position: absolute;
    right: 30px;
    z-index: 2;
  }
  .marketing-option h2::after {
    border-bottom: 1px solid #05bc4f;
    bottom: 69px;
    width: 90%;
    left: 15px;
  }
  .design-option h2::after {
    border-bottom: 1px solid #ffcb05;
    bottom: 54px;
    width: 90%;
    left: 15px;
  }
  .brand-option h2::after {
    left: 15px;
    bottom: 50px;
    width: 90%;
    border-bottom: 1px solid #390047;
  }
  .optn1 ul {
    padding: 10px 30px 30px 30px;
    line-height: 2;
  }
  .optn1 h2 {
    padding-left: 30px;
  }
  .triangle-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ffac05;
    position: relative;
    top: -27px;
    right: -80%;
    margin-left: 30px;
    border-radius: 2px;
  }
  .triangle-down2 {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #000;
    position: relative;
    top: -32px;
    right: -80%;
    margin-left: 30px;
    border-radius: 2px;
  }
  .triangle-down3 {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #fff;
    position: relative;
    top: -28px;
    right: -80%;
    margin-left: 30px;
    border-radius: 2px;
  }
  .slider-text3 {
    left: -8px;
  }
  .slider-text {
    left: 28px;
  }
  .slider-text1 {
    left: 0px;
  }
  .slider-text2 {
    left: -10px;
  }
  .slider-card {
    width: 100%;
  }
  .card-text button {
    bottom: -26px;
    left: -6px;
  }
  .slider-btn-text {
    top: 8%;
    left: -0.5%;
  }
  .slider-btn-text {
    top: 8%;
    left: -0.6%;
  }
  .card-text {
    width: 140px;
    margin-left: 80px;
  }
  .card-text p {
    font-size: 10px;
  }
  .card-title h1 {
    font-size: 26px;
    left: -59px;
  }
  .vedio-btn a svg {
    width: 100px;
    height: 100px;
  }
  .hide-text {
    display: none;
  }
  .b-text1 a {
    font-size: 11px;
  }
  .b-text1 a svg {
    margin-right: 10px;
    padding: 12px 0 0 0;
  }
  .b-text1 h1 {
    font-size: 48px;
  }
  .brand-text1 {
    width: 100%;
    margin: 64px 50px -20px 50px;
  }
  .brand-text1::after {
    top: 0px;
    width: 83px;
    border-top: 10px solid #3f004e;
  }
  #Description {
    margin: 100px 0;
  }
  .mobail-contact {
    display: block;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 18px;
  }
  .Contact-us-main {
    padding: 31px 0;
  }
  .mobi1 {
    border: 1px solid #ffac05;
  }
  .desktop-contact {
    display: none;
  }
  .optn1 h2 {
    margin: 0 0 0 0;
    font-size: 25px;
    font-family: Montserrat-Regular;
  }
  .g-text1 {
    padding: 150px 0 100px 0;
  }
  .g-text1::after {
    top: 4%;
    left: 1%;
    font-size: 106px;
  }
  .btn-contact a::after {
    display: none;
  }
  .click a svg {
    display: none;
  }
  .click p {
    display: none;
  }
  .mobail-width ul {
    margin-top: 40px;
  }
  .mobail-width ul li {
    padding: 0 0 0 25px;
  }
  .mobail-width ul :first-child {
    padding: 0 0 0 0;
  }
  .slider-btn-text {
    left: -0.2%;
  }
  .footer-menu {
    margin-left: 0;
  }
  .send-btn button::after {
    width: 100%;
    display: none;
  }
  .send-btn button {
    padding: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    font-size: 16px;
    height: 45px;
    width: 150px;
    margin: auto;
    background-color: #000;
    align-items: center;
    color: #fff;
    border-radius: 30px;
  }
  .send-btn {
    text-align: center;
    width: 100%;
    padding: 57 0 70px 0;
  }
  #form {
    margin-top: 30px;
  }
  .desktop-svg {
    display: none;
  }
  .mobail-svg {
    display: block;
    margin-left: 10px;
  }
  .blog-heading {
    margin: 100px 0 60px 0;
  }
  .card__overlay button {
    font-size: 13px;
    width: 112px;
    height: 37px;
  }
  .card__overlay-content h3 {
    font-size: 22px;
  }
  .card__overlay-content p {
    font-size: 13px;
  }
  .h-text p {
    font-size: 9px;
  }
  .h1-text p {
    font-size: 9px;
  }
  .pencil-text {
    top: -100px;
  }
  .Flyer1 ul li a {
    font-size: 16px;
  }
  #load-more a::after {
    display: none;
  }
  #load-more a {
    padding: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    font-size: 12px;
    height: 42px;
    width: 136px;
    margin: auto;
    background-color: #000;
    align-items: center;
    color: #fff;
    border-radius: 30px;
  }
  #load-more a svg {
    margin-left: 10px;
    padding-left: 4px;
  }
  .services-head h1 {
    color: #ffac05;
  }
  .services-marketing-head h1 {
    color: #ffff;
  }
  .services-Design-head h1 {
    color: #ffff;
  }
  .Identity-text h1::after {
    border-bottom: 4px solid #3f004e;
  }
  .optn1 ul li a {
    font-size: 16px;
  }
  .click a {
    font-size: 20px;
  }
  p.space {
    margin: 20px 0 0 0;
  }
  .design-b::after {
    border-top: 10px solid #ffac05;
  }
  .marketing-b::after {
    border-top: 10px solid #03a423;
  }
  .Customized-text {
    margin-bottom: 75px;
  }
  #Portfoilio-btn {
    display: none;
  }
  .para1 h4 {
    font-size: 16px;
  }
  .para1 p {
    font-size: 16px;
  }
  #web-heading {
    margin: 0;
  }
  .web-Logo-Design {
    margin: 100px 0 60px 0;
  }
  #port4-banner {
    margin: 0 0 50px 0;
  }
  #Customized {
    margin-top: 100px;
  }
  .mobi-1 {
    margin-bottom: 100px;
  }
  #our-slider {
    margin: 50px 0 0 0;
  }
  .icon-mobi1 {
    z-index: 9999;
    position: relative;
    top: 3px;
  }
  .icon-mobi {
    z-index: 9999;
    position: relative;
    top: 2px;
  }
  .Genesis-text ::after {
    top: 4%;
    left: 2%;
    font-size: 106px;
  }
  .Identity-marketing h1::after {
    border-bottom: 4px solid #03a423;
  }
  .Identity-Design h1::after {
    border-bottom: 4px solid #ffac05;
  }
  a.btn-logo {
    padding: 7.5px 30px 7.5px 15px;
  }
  .slid-card-img {
    margin-top: -30px;
    max-width: 85px;
  }
  .feed-card::after {
    font-size: 106px;
  }
  .apply-btn {
    text-align: center;
  }
  .services-main {
    padding-bottom: 5px;
  }
  #get-in::before {
    right: -6%;
  }
  #get-in::after {
    left: -6%;
  }
  .slider-btn-text {
    left: -0.8%;
  }
  .para1 ul {
    margin: 0;
    padding: 0 0 10px 0;
  }
  .wrap ul li a {
    font-size: 30px;
  }
  .wrap ul li {
    padding: 10px 9px;
  }
  .Customized-img {
    padding: 0;
  }
  .mobail-toggle {
    display: block;
  }
  .desktop-toggle {
    display: none;
  }
  .slider-text4 {
    top: -22px;
  }
  .slider-text5 {
    top: -14px;
  }
  .slider-text6 {
    top: 26px;
  }
  .slider-text7 {
    top: 14px;
  }
  .td-green .slick-dots {
    bottom: 36%;
  }
  .image-sec {
    display: flex;
    width: 100%;
  }
  .image-sec img {
    margin: 5px 5px;
  }
  .slick-active::after {
    left: 50%;
    top: 35%;
  }
  .me_b{
    display: none;
  }
  .me_w{
    display: none;
  }
  .me_m{
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .Feedback-main {
    width: 100%;
    height: 600px;
  }
  .feed-card {
    width: 100%;
    margin-top: 160px;
  }
  .boder-circle1 {
    height: 440px;
  }
  .img-feed5 {
    right: -2%;
    top: 32%;
  }
  .img-feed6 {
    left: -3.5%;
    top: 40%;
  }
  .img-feed7 {
    top: -29%;
  }
  .img-feed4 {
    right: -10%;
  }
  .img-feed3 {
    left: -10%;
  }
  .Feedback-text p {
    top: 20%;
  }
  #banner2 {
    margin-top: 53px;
  }
  .banner2-text {
    padding: 56px 0 0 0;
  }
  .logo-img img {
    width: 69%;
    height: auto;
  }
  .b-text1 {
    margin: 0 25px;
    position: relative;
    z-index: 999;
    left: 0;
  }
  .port4-img {
    width: 100%;
    height: 514px;
  }
  .port4-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .get-in-img {
    padding-top: 171.5px;
  }
  .Identity-4 {
    bottom: -1%;
    right: 19%;
  }
}
@media only screen and (max-width: 600px) {
  .Identity-4 img {
    width: 60%;
    max-width: 100%;
  }
  .Identity-4 {
    bottom: 1%;
    right: 15%;
  }
  .slider-btn-text {
    left: -1.5%;
  }
  .Feedback-main {
    width: 100%;
    height: 525px;
  }
  .boder-circle1 {
    height: 377px;
  }
  .feed-card {
    width: 100%;
    margin-top: 160px;
  }
  .card-para p {
    font-size: 15.5px;
  }
  .Feedback-text p {
    font-size: 20px;
  }
  .img-feed3 {
    left: -9.5%;
    top: 4%;
  }
  .img-feed4 {
    right: -12%;
    top: 11%;
  }
  .img-feed6 {
    left: -1%;
    top: 27%;
  }
  .img-feed5 {
    right: 0%;
    top: 23%;
  }
  .img-feed1 {
    top: 3%;
  }
  .img-feed2 {
    top: 0%;
  }
  .img-feed7 {
    top: -34%;
  }
  .b-smal1 {
    display: block;
    width: 100%;
  }
  .blog-heading h1 {
    font-size: 40px;
  }
  .slick-list {
    padding: 0 0 0 0 !important;
  }
  .card-title h1 {
    left: -100px;
    font-size: 35px;
  }
  .card-text p {
    font-size: 10px;
  }
  .card-title h1 {
    font-size: 26px;
    left: -80px;
  }
  .vedio-btn a svg {
    width: 80px;
    height: 80px;
  }
  .join-text {
    margin-left: 0;
    text-align: left;
  }
  .apply-btn {
    text-align: center;
  }
  #folio-banner1 {
    margin-top: 50px;
  }
  .head-portfolio {
    margin: 120px 0 60px 0;
  }
  .card-para p br {
    display: none;
  }
  .get-in-img {
    padding-top: 202.5px;
  }
}
@media only screen and (max-width: 500px) {
  .get-to h1 {
    font-size: 120.25px;
  }
  .get-circle {
    top: 12%;
    left: 26%;
    width: 220px;
    height: 220.5px;
  }
  .get-to p {
    font-size: 30.5px;
    padding-left: 50px;
    margin-bottom: 60.5px;
  }
  .banner-text p {
    font-size: 16px;
  }
  #members-30 {
    margin: 0;
  }
  #hire-us {
    margin-top: 50px;
  }
  .our-heading p {
    font-size: 16px;
  }
  .our-text p {
    font-size: 16px;
    line-height: 19px;
  }
  .m1 p {
    font-size: 30px;
  }
  .m1 span {
    font-size: 14px;
  }
  .hire-text p {
    font-size: 23px;
  }
  .banner2-text p {
    font-size: 23px;
  }
  .helo-main {
    padding-top: 97px;
  }
  .up-img {
    height: 125px;
  }
  .helo-main h1 {
    font-size: 60px;
  }
  .helo-circle {
    width: 98px;
    height: 98px;
    top: 49%;
    left: 51%;
  }
  .helo-text-main p {
    font-size: 16px;
  }
  .open-menu-primary span img {
    width: 25px;
    right: 25px;
    height: 25px;
  }
  .how-heading p {
    padding: 30px 0px 75px 0;
    font-size: 34px;
  }
  .contact-img a svg {
    width: 71px;
    height: 71px;
  }
  .how-can-options p {
    font-size: 13px;
  }
  .form-main input {
    font-size: 16px;
  }
  #heading {
    margin: 110px 0 62px 0;
  }
  #Flyers {
    margin: 35px 0;
  }
  .Flyer1 ul li a {
    line-height: 3;
  }
  #Good-design {
    background-image: url(imgs/ima-1.webp);
    background-position-x: center;
    height: 314px;
  }
  .blog-banner {
    overflow: hidden;
  /*  background-image: url(imgs/ima-2.webp);*/
    height: 326px;
    margin: 80px 0 0 0;
  }
  #blog-gilt {
    margin: 80px 0 0 0;
  }
  .blog-card-btn button {
    font-size: 9px;
    width: 76px;
  }
  .Related-head {
    padding: 30px 0 0 0;
  }
  .Good-design-text h2 {
    font-family: Montserrat-Light;
    font-size: 23px;
  }
  .blog-card {
    width: 100%;
    padding: 0;
  }
  .container1 {
    padding: 0;
  }
  #pencil {
    background-image: url(imgs/jess-bailey-l.png);
  }
  .pencil-text h3 {
    font-size: 17px;
  }
  .pencil-text::before {
    font-size: 67px;
  }
  .mobail-width ul li a img {
    width: 20px;
    height: 20px;
  }
  .portfolio-btn a {
    font-size: 10px;
  }
  .head-portfolio h1 {
    font-size: 30px;
  }
  #next-project {
    margin-top: 50px;
  }
  .project-main a h1 {
    font-size: 33px;
  }
  .project-main a h1::after {
    height: 70px;
    width: 70px;
  }
  .project-main a p {
    font-size: 16px;
  }
  .folio-vedio-btn svg {
    width: 68px;
    height: 68px;
  }
  .redy-img-mobail {
    height: 300px;
    margin-top: -2px;
  }
  .redy-img-text h2 {
    padding: 52px 0 53px 22.5px;
    font-size: 27px;
  }
  .redy-img-text h4 {
    font-size: 17px;
  }
  .redy-img-text h2 sub {
    font-size: 16.75px;
  }
  .redy-img-text a {
    padding: 7px 23px;
    font-size: 9.75px;
  }
  .web-Logo-Design h1 {
    font-size: 23px;
  }
  .web-banner {
    height: 373px;
  }
  #we-take-banner {
    height: 450px;
  }
  .head-we-take p {
    font-size: 30px;
  }
  .head-we-take p br {
    display: none;
  }
  .idn-text h1 {
    font-size: 35px;
  }
  .idn-text h1::after {
    width: 250px;
  }
  .services-head h1 {
    font-size: 35px;
    padding: 40px 0 60px 0;
  }
  .brand-banner-img {
    height: 214px;
  }
  .join-img h1 {
    margin: 0;
    font-size: 45px;
    font-family: Montserrat-Bold;
    font-weight: bold;
    text-align: left;
  }
  .join-img img {
    width: 211px;
    height: 254px;
  }
  .get-in-text h1 {
    font-size: 37px;
  }
  .get-in-btn a::after {
    width: 42px;
    height: 42px;
    top: -35%;
  }
  .apply-btn a::after {
    width: 44px;
    height: 44px;
    top: -22%;
  }
  .get-in-btn a {
    padding: 0 20.25px 0 0;
    font-size: 20px;
  }
  .get-in-img {
    width: 100%;
    right: -58%;
    top: -181px;
  }
  .get-in-img img {
    width: 142%;
  }
  .get-dote-img {
    width: 30%;
    left: 100px;
    bottom: -231px;
  }
  .get-dote-img img {
    width: 100%;
  }
  .get-in-img1 {
    top: 35%;
    right: 5%;
  }
  .get-in-img {
    padding-top: 100px;
  }
  .get-in-main {
    padding-top: 50px;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .get-in-text {
    width: 70%;
    text-align: left;
  }
  .get-in-btn {
    text-align: left;
  }
  #get-in {
    height: 841px;
  }
  .Feedback-main {
    height: 478px;
  }
  .card-para p {
    font-size: 13px;
  }
  .Feedback-text p {
    font-size: 16px;
    top: 10%;
  }
  .img-feed3 {
    left: -8%;
    top: 4%;
  }
  .img-feed4 {
    right: -8%;
    top: 5%;
  }
  .img-feed6 {
    left: -2%;
    top: 25%;
  }
  .img-feed5 {
    right: 0%;
    top: 21%;
  }
  .img-feed7 {
    top: -22%;
  }
  .boder-circle1 {
    height: 415px;
    top: 69.75px;
  }
  .join-img h1 {
    font-size: 80px;
  }
  .Nex-p p {
    font-size: 10px;
  }
  .Nex-p span {
    font-size: 14.75px;
  }
  .slider-icon ul li a {
    height: 1.5px;
    width: 15px;
  }
  .blog-heading h1 {
    font-size: 35px;
  }
  .vedio-btn a svg {
    width: 30px;
    height: 30px;
  }
  #blog-para {
    margin: 50px 0 75px 0;
  }
  #sit-amet {
    margin: 80px 0 0 0;
  }
  .blog-vd-btn svg {
    width: 64px;
    height: 64px;
  }
  .gilt1-text p {
    font-size: 16px;
  }
  .Related-head h3 {
    font-size: 25px;
  }
  .blog-card-btn {
    left: 4%;
  }
  .readytext p {
    padding: 0;
    line-height: 1.5;
  }
  .para1 h4 {
    margin-bottom: 0;
  }
  .footer-logo {
    width: 126px;
  }
  .slider-btn-text {
    left: -2.8%;
  }
  .desktop-si {
    display: none;
  }
  .mobi-si {
    display: block;
  }
  .slick-dots {
    bottom: 45%;
  }
  .Identity-4 {
    bottom: 2%;
    right: 9%;
  }
  p.para-space {
    padding-bottom: 30px;
  }
  .wrap ul li a svg {
    height: 20px;
  }
  .head-portfolio {
    width: 167px;
  }
  .get-in-text h1 {
    right: 0px;
  }
}

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



  #pencil{
    min-height: 231px;
  }
  .image-sec {
    display: block;
    width: 100%;
  }
  .image-sec img {
    margin: 10px 0;
  }
  #get-in {
    height: 828px;
  }
  .card-text p {
    font-size: 16px;
  }
  .card-title h1 {
    font-size: 35px;
    left: -72px;
  }
  #Identity {
    margin: 0 0 150px 0;
  }
  .Feedback-main {
    height: 435px;
  }
  .feed-card {
    width: 100%;
    margin-top: 209px;
  }
  .boder-circle1 {
    height: 350px;
  }
  .img-feed6 {
    top: 28%;
    left: -4%;
  }
  .img-feed7 {
    top: -26%;
  }
  .img-feed5 {
    right: -3%;
    top: 27%;
  }
  .Feedback-text p {
    font-size: 16px;
    top: 20%;
  }
  .join-img h1 {
    font-size: 60px;
  }
  .brnad-desk {
    display: none;
  }
  .brand-mo {
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 428px){
  .mobile-div {
    position: absolute;
    top: 50%;
    width: 93%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

  .slider-card {
    padding: 0 0 0 35px;
  }
  .card-text p {
    font-size: 16px;
  }
  .slider-btn-text {
    left: -4.8%;
  }
  #get-in {
    height: 781px;
  }
  .get-dote-img {
    bottom: -166px;
  }
  .open-menu-primary span img {
    width: 22px;
    height: 16px;
  }
  .header-logo {
    z-index: 9999;
    width: 107px;
  }
  .header-logo a img {
    width: 100%;
  }
  .desk-content {
    display: none;
  }
  .mobi-content {
    display: block;
  }
  .pencil-text::after {
    font-size: 67px;
    top: 5%;
    left: 7%;
  }
  .pencil-text h3 {
    line-height: 27px;
  }
  .k-desk {
    display: none;
  }
  .k-mob {
    display: block;
  }
  .card-text {
    margin-left: 120px;
  }
  .card-text p {
    padding-top: 70px;
  }
  .card-text button {
    bottom: -32px;
  }
  .slider-text {
    top: 0px;
  }
  .slider-btn-text {
    top: 7%;
  }
  .slick-dots li {
    width: 90px;
  }
  .slick-dots {
    bottom: 42%;
  }
  .Identity-4 {
    bottom: 5%;
    right: 25%;
  }
  .Identity-4 img {
    width: 100%;
  }
  .card-title h1 {
    font-size: 31px;
    left: -72px;
}

.slider-text {
    left: 46px;
}

}
@media only screen and (max-width: 414px) {
  .mobile-div {
    position: absolute;
    top: 50%;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
  #get-in {
    height: 768px;
  }
  .slider-card {
    padding: 0 0 0 35px;
  }
  .Related-background {
  padding-bottom: 0!important;
}
.tab-card {
    top: -80px;
}
  .blog-card {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .blog-card:hover .blog-card-img img {
    height: 120%;
    z-index: 99;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
  }
  .blog-card:hover::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    );
    z-index: 99;
    opacity: 1;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
  }
}
@media only screen and (max-width: 400px) {

  .Identity-4 {
    bottom: 3%;
    right: 7%;
  }
  .services-head h1 {
    font-size: 35px;
  }
  .services-head h1 {
    font-size: 30px;
  }
  .card-text {
    width: 200px;
    margin-left: 10px;
  }
  .card-text button {
    left: 74px;
  }
  .slick-dots li {
    width: 78px;
  }
  .card-text p {
    font-size: 14px;
    padding: 55px 0 0 0;
    margin: 0 0 0 80px;
  }
.card-title h1 {
    font-size: 31px;
    left: -77px;
}
  .slider-text {
    left: 50px;
    top: -2px;
  }
  .slider-btn-text {
    left: -5.3%;
    top: 7%;
  }
  .grid {
    padding-left: 0;
    padding-right: 0;
  }
  .Custom-img2 {
    width: 30px;
  }
  .Custom-img3 {
    width: 30px;
  }
  .mobail-pro a {
    width: 175px;
  }
  .slick-dots {
    bottom: 42%;
  }
  .banner-desktop {
    display: none;
  }
  .banner-mobi {
    display: block;
  }
  #port4-background-color {
    height: 895px;
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 92%);
  }
  #Customized-1 {
    margin-top: -528.5px;
  }
  .Customized-text {
    margin-bottom: 80px;
  }
  .custom-img1 {
    margin-bottom: 33px;
  }
  .cos-image1 {
    margin-top: -85px;
  }
  .cos-image {
    margin-bottom: 43px;
  }
  .port-color2 {
    min-height: 1062px;
  }
  .port-color3 {
    min-height: 1062px;
  }
  .port-color4 {
    min-height: 1062px;
  }
  .coustomize1 {
    margin-top: -565.5px !important;
  }
  .coustomize2 {
    margin-bottom: -442px !important;
  }
  h1.posetion {
    position: relative;
    top: -58px;
  }
  .project-main {
    padding-top: 223px;
  }
  .mobail-pro {
    padding-top: 205px;
  }
  #get-in {
    height: 761px;
  }
  .get-in-img1 {
    width: 70px;
  }
  .get-in-img1 {
    top: 37%;
    right: 4%;
  }
  .get-dote-img {
    bottom: -153px;
  }
  .td-green .slick-dots {
    bottom: 33%;
  }
}
@media only screen and (max-width: 380px) {
  .menu-icon li {
    padding-left: 20px;
  }
  .menu-icon li a svg {
    padding: 4px;
  }
  .menu-icon {
    margin: 50px 0 30px 0 !important;
  }
  .menu-logo {
    width: 107px;
    left: 30px;
  }
  .menu-logo1 {
    width: 107px;
    left: 20px;
  }
  .menu-logo img {
    width: 100%;
  }
  .slick-dots li {
    width: 80px;
  }

  .mobi-brand {
    background-image: url(imgs/Group470.webp);
  }
  .idn-text p {
    width: 286px;
  }
  .idn-text h1::after {
    width: 214px;
  }
  .apply-btn a {
    font-size: 21px;
  }
  .apply-btn a::after {
    width: 44px;
    height: 44px;
    top: -35%;
  }
  .get-in-img {
    right: -77%;
  }
  .get-in-img {
    padding-top: 146px;
  }
  .get-in-text {
    padding-top: 245px;
  }
  .slider-btn-text {
    left: -5.9%;
    top: 7%;
  }
  #banner {
    width: 100%;
    padding-top: 100px;
  }
  .get-to h1 {
    font-size: 60px;
  }
  .get-circle {
    top: 12%;
    left: 18%;
    width: 120px;
    height: 120px;
  }
  .get-to p {
    font-size: 18px;
    padding-left: 24px;
    margin-bottom: 73px;
  }
  .join-text p {
    margin: 30px 0;
    font-size: 16px;
  }
  .blog-para-main p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .container {
    padding: 0 30px;
  }
  .container1 {
    padding: 0;
  }
  #blog-gilt {
    margin-bottom: 450px;
  }
  .pencil-text {
    width: 286px;
    padding: 40px 42px;
  }
  .sit-amet-text h2 {
    font-size: 25px;
    width: 190px;
  }
  .gilt1 {
    height: 385px;
  }
  .gilt1-img {
    height: 385px;
  }
  .gilt1-text {
    height: 385px;
  }
  .gilt1-text {
    padding: 80px 30px;
  }
  .blog-card-foot h5 {
    font-size: 16px;
  }
  .blog-card-img {
    height: 400px;
  }
  .portfolio-btn a {
    font-size: 8px;
  }
  .head-portfolio h1 {
    font-size: 20px;
  }
  #next-project {
    margin-top: -135px;
  }
  .project-main a h1 {
    font-size: 32px;
  }
  .project-main a h1::after {
    height: 58px;
    width: 58px;
    top: -25%;
  }
  .project-main a p {
    font-size: 12px;
  }
  .redy-img-mobail {
    height: 286px;
    margin-top: 0px;
    width: 260px;
  }
  .redy-img-text h2 {
    padding: 48px 16px 48px 18px;
    font-size: 28px;
  }
  .redy-img-text h2 sub {
    font-size: 11px;
    top: 42px;
    left: 23px;
  }
  .redy-img-text a {
    padding: 8.5px 31.3px;
    font-size: 10px;
    position: relative;
    bottom: -15px;
  }
  .web-Logo-Design h1 {
    font-size: 20px;
  }
  .web-banner {
    height: 350px;
  }
  #we-take-banner {
    height: 350px;
  }
  .head-we-take p {
    font-size: 23px;
    width: 209px;
  }
  #load-more {
    margin: 30px 0 50 0;
  }
  .Feedback-main {
    height: 580px;
  }
  .card-para {
    padding: 10px 40px 0 40px;
  }
  .card-para p {
    font-size: 16px;
  }
  .Feedback-text p {
    font-size: 10px;
    top: 25%;
  }
  .img-feed3 {
    left: -2%;
    top: 4%;
  }
  .img-feed4 {
    right: -4%;
    top: 5%;
  }
  .img-feed6 {
    left: -5%;
    top: 39%;
  }
  .img-feed5 {
    right: -4.5%;
    top: 32%;
  }
  .img-feed3 {
    left: -13%;
    top: 14%;
  }
  .img-feed4 {
    right: -11%;
    top: 10%;
  }
  .img-feed7 {
    top: -28%;
  }
  .img-feed2 {
    top: -1%;
  }
  .img-feed1 {
    top: 1%;
  }
  .boder-circle1 {
    height: 243px;
    top: 50px;
  }
  .Nex-p p {
    font-size: 8px;
    margin-top: 4px;
  }
  .Nex-p span {
    font-size: 14px;
  }
.Feedback-main {
    width: 100%;
    margin: 0 auto -181px auto;
    height: 310px;
}
.feed-card-outer {
    height: 383px!important;
    overflow: hidden;
    padding: 0px 0px 0 0px;
    border-radius: 50px;
}
  .feed-card::after {
    font-size: 60px;
    left: 6%;
    top: 2%;
  }
  .feed-card {
    width: 100%;
    margin-top: -120px;
    margin-bottom: -190px;
    box-shadow: 0px 30px 27px -18px rgb(0 0 0 / 3%) !important;
    border-radius: 30px;
  }
  .feed-img {
    width: 27px;
  }
  .blog-heading h1 {
    font-family: Montserrat-light;
    font-size: 23px;
  }
  .slider-text4 {
    left: -30px;
    top: -25px;
  }
  .slider-text6 {
    top: 30px;
  }
  .slider-text7 {
    top: 14px;
  }
  .slider-text5 {
    left: -20px;
    top: -19px;
  }
  .get-in-img {
    top: -208px;
  }
  .get-in-img1 {
    top: 44%;
    right: -2%;
    width: 56px;
  }
  .get-dote-img {
    width: 29%;
    left: 100px;
    bottom: -128px;
  }
  .slid-card-img img {
    width: 100%;
  }
  .slid-card-img {
    width: 16%;
    border: 5px solid #fff;
    margin-top: -21px;
  }
  .footer-menu ul li a {
    font-size: 16px;
  }
  .Identity-4 {
    bottom: -1%;
    right: -3%;
  }
  .idn-image {
    bottom: 1%;
    right: 17%;
  }
  .Identity-4 img {
    width: 60%;
    max-width: 100%;
  }
  .Identity-div img {
    border-radius: 15px;
  }
  .Identity-imgs {
    width: 100%;
    margin: 0 0 0 5px;
  }
  .Identity-2 img {
    margin-top: 30px;
  }
  .Identity-1 img {
    margin-top: 60px;
  }
  .mobail-pro a h1::after {
    top: -7%;
  }
  .slider-text {
    top: -10px;
  }
  .slider-text1 {
    top: 19px;
  }
  .slider-text2 {
    top: 6px;
  }
  .slider-text3 {
    top: 16px;
}

  .pen-text {
    margin-left: 0;
    width: 273px;
    max-width: 100%;
  }
  #get-in {
    height: 804px;
  }
  .join-img h1 {
    font-size: 45px;
  }
  .readytext p {
    width: 296px;
  }
  .green-text {
    top: 9%;
  }
  .card-text {
    width: 200px !important;
    margin-left: 10px;
  }
  .card-text button {
    left: 74px;
  }
  .mobile-div {
    position: absolute;
    top: 50%;
    width: 83%!important;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
}
@media only screen and (max-width: 370px) {
  .slider-text {
    top: -6px;
  }
  .slider-text1 {
    top: 19px;
  }

  .slider-text3 {
    top: 16px;
  }
  .slick-dots li {
    width: 75px;
  }
  #get-in {
    height: 790px;
  }
  .get-in-img1 {
    top: 43%;
    right: -4%;
    width: 56px;
  }
  .get-in-img {
    top: -219px;
  }
  .slider-text4 {
    top: -25px;
  }
  .slider-text5 {
    top: -20px;
  }
  .slider-text7 {
    top: 13px;
  }
}
.slick-arrow {
  display: none !important;
}

/*blog2 image zoom animate start*/
.image-card {
  overflow: hidden;
  position: relative;
}
.blog-button {
  position: absolute;
  top: 3%;
  left: 2%;
}
.blog-button button {
  font-family: Montserrat-Regular;
  font-size: 17px;
  text-decoration: none;
  z-index: 999;
  margin: 0;
  border: none;
  color: #fff;
  background-color: #000;
  outline: 0;
  width: 130px;
  height: auto;
  border-radius: 10px;
  padding: 10px 0;
}
.blog-card-text {
  position: absolute;
  bottom: 3%;
  left: 2%;
  color: #fff;
  z-index: 999;
  text-align: left;
}

.blog-card-text a h3 {
  font-size: 26px;
  font-family: Montserrat-SemiBold;
  margin: 0;
  color: #fff;
}
.blog-card-text p {
  font-size: 15px;
  font-family: Montserrat-light;
  color: #fff;
  margin: 20px 0;
}
.zoom-effect-container {
  position: relative;
}
.zoom-effect-container:hover::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
  z-index: 999;
  opacity: 1;
}
.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 1;
  width: 100%;
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}






}
