@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.otf") format("otf"), url("../fonts/Poppins-Medium.ttf") format("ttf");
 /* chrome firefox */
 /* chrome firefox opera Safari, Android, iOS 4.2+*/
}
@font-face {
  font-family: "GraphikBold";
  src: url("../fonts/GraphikBold.woff") format("woff"), url("../fonts/GraphikBold.otf") format("otf"), url("../fonts/GraphikBold.ttf") format("ttf");
 /* chrome firefox */
 /* chrome firefox opera Safari, Android, iOS 4.2+*/
}
@font-face {
  font-family: "GraphikRegular";
  src: url("../fonts/GraphikRegular.woff") format("woff"), url("../fonts/GraphikRegular.otf") format("otf"), url("../fonts/GraphikRegular.ttf") format("ttf");
 /* chrome firefox */
 /* chrome firefox opera Safari, Android, iOS 4.2+*/
}
:root {
  --speed: 1;
  --delay: 0.5;
  --font-size: 4.5;
  --font-size-about: 2.2;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "GraphikRegular";
  background: #000;
  overflow-x: hidden;
}
a {
  font-family: Poppins;
  transition: 0.3s;
}
a:hover {
  color: #c79e61;
}
.golden {
  color: #c79e61;
  text-decoration: none;
}
.golden:hover {
  color: #fff;
}
a.gray {
  color: #7a7a7a;
}
a.gray:hover {
  color: #c79e61;
}
.js-cont {
  position: relative;
  width: 100%;
  height: 100%;
}
.js-cont .js-scroll {
  overflow: hidden;
}
.Darkgrayheading {
  color: #383838;
}
.lightGrayText {
  color: #e3e3e3;
}
.grayText {
  color: #7a7a7a;
}
.DarkgrayText {
  color: #444;
}
h1, h2, h3, h4 {
  font-family: "Poppins-Medium";
}
p {
  font-family: "GraphikRegular";
/*  font-size: 0.9vw;*/
  font-size: 20px;
  margin-bottom: 0;
}
header {
  background: #000;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #70707052;
}
header .container-fluid {
  z-index: 2;
}
.container {
  border-left: 1px solid #70707052;
  border-right: 1px solid #70707052;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-4vw {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.mt-6 {
  margin-top: 6vw !important;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 1vw;
}
.pr-2 {
  padding-right: 2vw;
}
.pr-3 {
  padding-right: 3vw;
}
.pr-4 {
  padding-right: 4vw;
}
.pr-5 {
  padding-right: 5vw;
}
.pr-6 {
  padding-right: 6vw;
}
.pl-1 {
  padding-left: 1vw;
}
.pl-2 {
  padding-left: 2vw;
}
.pl-3 {
  padding-left: 3vw;
}
.pl-4 {
  padding-left: 4vw;
}
.pl-5 {
  padding-left: 5vw;
}
.pl-6 {
  padding-left: 6vw;
}
.pt-6 {
  padding-top: 6vw;
}
.pt-7 {
  padding-top: 7vw;
}
.pt-10 {
  padding-top: 10vw;
}
.pt-15 {
  padding-top: 15vw;
}
.pt-35 {
  padding-top: 35vw;
}
.pt-25 {
  padding-top: 23vw;
}
.pr-5w {
  padding-right: 5vw;
}
.pb-6 {
  padding-bottom: 6vw;
}
.pb-10 {
  padding-bottom: 10vw;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-140 {
  padding: 0px 0 130px !important;
}
.mb-10 {
  margin-bottom: 10em;
}
.headerNumber span {
  font-size: 0.9vw;
}
.main-menu ol {
  transform: rotate(15deg) translate(13vw, 2vw);
  width: 18vw;
  text-align: left;
  padding: 0;
  font-size: 2.5vw;
  list-style: none;
  counter-reset: li;
}
.main-menu ol li {
  counter-increment: li;
}
.main-menu ol li:before {
  content: counter(li);
  color: white;
  display: inline-block;
  margin-left: -1.5vw;
  position: absolute;
  font-size: 1vw;
}
.main-menu ol ol.sub-menu {
  transform: rotate(0deg) translate(18vw, -5.5vw);
  list-style: none;
  padding: 0;
  width: auto;
  text-align: left;
}
.menu a {
  text-decoration: none;
}
.menu ol {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.menu > ol {
  display: flex;
}
.menu > ol > .menu-item {
  padding: 0 1vw;
}
.menu > ol > .menu-item:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  bottom: 5px;
  left: calc(50% - 2px);
  background: #c79e61;
  will-change: transform;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.menu > ol > .menu-item:hover:after {
  transform: scale(1);
}
.menu-item {
  position: relative;
  line-height: 3.5rem;
}
.menu-item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1vw;
  font-weight: 500;
}
.sub-menu .menu-item {
  padding: 0.75rem 0;
  line-height: 1;
  background: #c79e61;
  opacity: 0;
  transform-origin: bottom;
  animation: enter 0.2s ease forwards;
}
.sub-menu .menu-item a {
  padding: 0 0.75rem;
  font-size: 0.9vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #fff !important;
}
.sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.sub-menu .menu-item:nth-child(4) {
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}
.sub-menu .menu-item:nth-child(5) {
  animation-duration: 0.6s;
  animation-delay: 0.4s;
}
.sub-menu .menu-item:nth-child(6) {
  animation-duration: 0.7s;
  animation-delay: 0.5s;
}
.sub-menu .menu-item:nth-child(7) {
  animation-duration: 0.8s;
  animation-delay: 0.6s;
}
.sub-menu .menu-item:nth-child(8) {
  animation-duration: 0.9s;
  animation-delay: 0.7s;
}
.sub-menu .menu-item:nth-child(9) {
  animation-duration: 0.1s;
  animation-delay: 0.8s;
}
.sub-menu .menu-item:hover {
  background: #a77934;
}
.main-menu .menu-item a {
  color: #fff;
  font-size: 2.5vw;
}
.main-menu ol ol.sub-menu a {
  font-size: 0.9vw;
}
@media screen and (max-width: 600px) {
  .sub-menu .menu-item {
    background: #c79e61;
 }
}
@media screen and (max-width: 600px) {
  .menu {
    position: relative;
 }
  .menu:after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 1rem;
    width: 30px;
    height: 4px;
    background: #fff;
    box-shadow: 0 10px #fff, 0 -10px #fff;
 }
  .menu > ol {
    display: none;
    background: #c79e61;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    animation: fade 0.2s ease-out;
 }
  .menu > ol > .menu-item {
    flex: 0;
    opacity: 0;
    animation: enter 0.3s ease-out forwards;
 }
  .menu > ol > .menu-item:nth-child(1) {
    animation-delay: 0s;
 }
  .menu > ol > .menu-item:nth-child(2) {
    animation-delay: 0.1s;
 }
  .menu > ol > .menu-item:nth-child(3) {
    animation-delay: 0.2s;
 }
  .menu > ol > .menu-item:nth-child(4) {
    animation-delay: 0.3s;
 }
  .menu > ol > .menu-item:nth-child(5) {
    animation-delay: 0.4s;
 }
  .menu > ol > .menu-item + .menu-item {
    margin-top: 0.75rem;
 }
  .menu > ol > .menu-item:after {
    left: auto;
    right: 1rem;
    bottom: calc(50% - 2px);
 }
  .menu > ol > .menu-item:hover {
    z-index: 1;
 }
  .menu:hover > ol {
    display: flex;
 }
  .menu:hover:after {
    box-shadow: none;
 }
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1;
}
.menu-item:hover > .sub-menu {
  display: block;
}
@media screen and (max-width: 600px) {
  .sub-menu {
    position: relative;
 }
}
a {
  text-decoration: none;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
 }
  to {
    opacity: 1;
    transform: none;
 }
}
@keyframes fade {
  from {
    opacity: 0;
 }
  to {
    opacity: 1;
 }
}
.hamburger .line {
  width: 50px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 9px 0 auto auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.three.col {
  display: inline-block;
  z-index: 9999;
  position: absolute;
  top: 45px;
  right: 3vw;
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-6 .line:nth-child(2) {
  width: 40px;
}
#hamburger-6 .line:nth-child(3) {
  width: 30px;
}
#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}
#hamburger-6.is-active .line:nth-child(1), #hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
  transform: translateY(12px);
  width: 40px;
}
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(90deg);
  -ms-transform: translateY(-12px) rotate(90deg);
  -o-transform: translateY(-12px) rotate(90deg);
  transform: translateY(-12px) rotate(90deg);
  width: 40px;
}
.headerNumber {
  display: grid;
  align-items: center;
  justify-content: right;
}
a.phonenumber {
  font-size: 1.31vw;
}
img.mainlogo {
  width: 110px;
}
.fontColorGray {
  font-size: 1.6vw;
}
ul.quickLinks.Nav {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.quickLinks.Nav li {
  margin-right: 30px;
}
ul.quickLinks.Nav li a {
  color: #7a7a7a;
  text-decoration: none;
  font-size: 1.1vw;
}
main section:nth-of-type(1) {
  padding-top: 7vw;
}
.circleimgabs {
  position: absolute;
  width: 10.4vw;
}
.circleimgabs2 {
  position: absolute;
  width: 14.4vw;
}
.counter {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-shadow: 0px 2px 5px #000, 0 2px 11px black, 0 10px 10px black, 0 4px 10px black;
}
.counter .item {
  text-align: center;
}
.counter .item .count {
  margin-bottom: 0px;
  font-size: 2.35vw;
}
.counter .item h3 {
  font-size: 0.7vw;
}
.heading_1 {
  font-size: 3.7vw;
  line-height: 1;
}
.heading_2 {
  font-size: 5vw;
  text-decoration: underline;
}
span.blinkShadow {
  position: relative;
}
span.blinkShadow:after {
  content: '';
  background: #c79e61;
  filter: blur(50px) opacity(0.5);
  height: 100%;
  left: 0;
  border-radius: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-animation: blink 3s linear infinite;
  -moz-animation: blink 3s linear infinite;
  -ms-animation: blink 3s linear infinite;
  -o-animation: blink 3s linear infinite;
  animation: blink 3s linear infinite;
}
@keyframes blink {
  0% {
    filter: blur(50px) opacity(0.7);
 }
  50% {
    filter: blur(30px) opacity(0);
 }
  100% {
    filter: blur(50px) opacity(0.7);
 }
}
@-webkit-keyframes blink {
  0% {
    filter: blur(50px) opacity(0.7);
 }
  50% {
    filter: blur(30px) opacity(0);
 }
  100% {
    filter: blur(50px) opacity(0.7);
 }
}
.secContent1 {
  width: 100%;
  margin: 0 auto;
}
img.amazontick {
  position: absolute;
  top: 27em;
  width: 28vw;
  right: 0;
}
.topSecMImage {
  margin: -80% auto 5%;
  width: 100%;
  z-index: -1;
  position: relative;
}
a.sociallinks {
  text-decoration: underline;
  font-size: 1vw;
}
img.amazontick {
  animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px) rotate(0deg);
 }
  50% {
    transform: translatey(-40px) rotate(-5deg);
 }
  100% {
    transform: translatey(0px) rotate(0deg);
 }
}
.serviceSectionHeading:after {
  animation: float2 5s ease-in-out infinite;
}
@keyframes float2 {
  0% {
    transform: translatey(0px) rotate(0deg) scaleY(-1);
 }
  50% {
    transform: translatey(-30px) rotate(-5deg) scaleY(-1);
 }
  100% {
    transform: translatey(0px) rotate(0deg) scaleY(-1);
 }
}
.testimonialsSec img.amazontick {
  animation: float3 5s ease-in-out infinite;
}
.innerLastSec img.amazontick, .innerPageTopSection2 img.amazontick {
  animation: float3 5s ease-in-out infinite;
}
.aboutSection2 img.amazontick {
  animation: float3 5s ease-in-out infinite;
}
@keyframes float3 {
  0% {
    transform: translate(0vw, -10vw) rotateY(180deg) rotateX(0deg) rotate(180deg);
 }
  50% {
    transform: translate(0vw, -8vw) rotateY(180deg) rotateX(0deg) rotate(170deg);
 }
  100% {
    transform: translate(0vw, -10vw) rotateY(180deg) rotateX(0deg) rotate(180deg);
 }
}
a.btn-contact.Aboutpagebtn {
  position: relative;
  text-align: center;
  border: 1px solid #000;
  margin: 0;
  color: #000;
}
a.btn-contact.Aboutpagebtn:hover {
  color: #fff;
}
section.aboutSection {
  background: #efefef;
  background-image: url('../images/aboutus-bg.webp');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
}
section.aboutSection .aboutbox {
  border-left: solid #000;
  padding-left: 35px;
  margin-bottom: 30px;
}
section.aboutSection h2.heading_2 {
  font-size: 2.2vw;
}
section.aboutSection a.btn-contact {
  text-align: center;
  border: 1px solid #000;
  color: #000;
}
section.aboutSection a.btn-contact:hover {
  color: #fff;
}
img.amazontickAbout {
  transform: scaleX(-1);
  filter: brightness(0) contrast(1) grayscale(1);
  margin-top: 5em;
}
img.roundedAbout {
  margin-top: 5em;
}
.details {
  position: relative;
  margin-bottom: 20px;
  font-family: 'Poppins-Medium';
}
.details span.countervalue {
  color: #c79e61;
}
span.countervalue, .counterValueSpanish {
  right: 0;
  position: absolute;
}
.skills {
  margin-top: 5em;
}
.bar {
  position: relative;
  border: 2px solid #c79e61;
  border-radius: 20px;
}
.bar .progress {
  position: relative;
  width: 0;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #c79e61;
  background: linear-gradient(93deg, rgba(220, 187, 120, 1) 27%, rgba(220, 187, 120, 1) 29%, rgba(186, 140, 82, 1) 73%, rgba(186, 140, 82, 1) 86%);
}
.bar .circleBar {
  transition: 2s;
  background: #c79e61;
  background: linear-gradient(180deg, rgba(231, 201, 131, 1) 27%, rgba(231, 201, 131, 1) 29%, rgba(167, 114, 62, 1) 73%, rgba(167, 114, 62, 1) 86%);
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 50px;
/*  z-index: 1111;*/
  z-index: 1;
  position: absolute;
  top: -9px;
  left: -8px;
}
.bar .html-bar {
  transition: 2s;
}
.TransparentSlide {
  overflow: hidden;
}
.TransparentSlide .card {
  background: #fff0;
  border: none;
  text-align: center;
}
.TransparentSlide .card h3 {
  font-size: 1vw;
}
img.aboutimg {
  width: 20vw;
}
.missionSecHead {
  font-size: 4vw;
  margin-bottom: 3vw;
}
.ani_link {
  position: relative;
}
.ani_link:hover {
  color: #c79e61 !important;
}
.ani_link:hover:after {
  width: 100%;
  opacity: 0.9;
  color: #c79e61;
}
.ani_link:after {
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #c79e61;
  opacity: 0.6;
  transition: width 0.4s ease 0s, opacity 0.3s ease 0s;
  width: 0;
}
.swiper-button-next, .swiper-button-prev {
  color: #c79e61;
}
section.serviceSection .heading_2, section.serviceSection .heading_1 {
  display: inline-block;
  font-size: 4.5vw;
}
section.serviceSection p.grayText {
  font-size: 0.9vw;
}
.servicesSlder {
  margin-bottom: 150px;
  overflow: hidden;
  position: relative;
}
.servicesSlder .card {
  width: 100%;
  height: 29vw;
  border: 1px solid #404040;
  border-radius: 0px;
  padding: 2vw 2vw;
  background: #000;
  position: relative;
  transition: 0.4s ease-out;
}
.servicesSlder .card .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30vw);
  transition: 0.5s;
}
.servicesSlder .card .info p {
  color: #000;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 0.75vw;
}
.servicesSlder .card .info .ani_link:after {
  transition: width 1s ease 0s, opacity 0.3s ease 0s;
}
.servicesSlder .card .info a.ani_link.red {
  font-size: 0.95vw;
}
.servicesSlder .card .info button {
  padding: 0.6rem;
  outline: none;
  border: none;
  border-radius: 3px;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}
.servicesSlder .card .info button:hover {
  background: #c79e61;
  color: white;
}
.servicesSlder .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 0px;
  transition: 0.5s;
}
.servicesSlder .card:hover img.serviceBGImg {
  opacity: 1;
  transform: translateY(0px);
}
.servicesSlder .card:hover .card-body {
  top: 7vw;
  z-index: 1;
}
.servicesSlder .card:hover .card-body h3 {
  color: #000;
}
.servicesSlder .card:hover .card-body .ani_link:after {
  width: 100%;
  opacity: 1;
  color: #c79e61;
}
.servicesSlder .card:hover:before {
  opacity: 1;
  background: #efefefc9;
  height: 100%;
  width: 100%;
  z-index: 1;
  mix-blend-mode: normal;
}
.servicesSlder .card:hover .info {
  opacity: 1;
  transform: translateY(0vw);
}
.servicesSlder .card:hover svg path[fill="#efefef"], .servicesSlder .card:hover svg path[fill="#fff"] {
  fill: #000;
}
.servicesSlder .card .card-Icon {
  display: inline;
  width: 3.5vw;
  height: 3.5vw;
  z-index: 1;
}
.servicesSlder .card .card-body {
  position: relative;
  top: 19vw;
  transition: 0.3s;
  padding: 0;
}
.servicesSlder .card .card-body h3 {
  font-size: 1.4vw;
  color: #fff;
  z-index: 1;
  position: relative;
}
.servicesSlder .card img.serviceBGImg {
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
  opacity: 1;
  transition: 0.4s ease-out;
  width: 100%;
  transform: translateY(-1px);
}
.servicesSlder .card:before {
  opacity: 1;
  background: #4a4a4ac9;
  height: 100%;
  width: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}
.swiper_marquee {
  overflow: hidden;
  position: relative;
  width: 100vw;
  max-width: 100%;
  border-top: 1px solid rgba(112, 112, 112, 0.3215686275);
  border-bottom: 1px solid rgba(112, 112, 112, 0.3215686275);
}
.swiper_marquee .marquee {
  padding: 5vw 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
}
.swiper_marquee .marquee .marquee--inner {
  display: flex;
  position: absolute;
  animation: marquee 20s linear infinite;
}
.swiper_marquee .marquee .marquee--inner:hover {
  animation-play-state: paused;
  color: #c79e61;
}
.swiper_marquee .marquee .marquee--inner span {
  float: left;
  font-size: 2.85vw;
  color: #000;
}
.swiper_marquee .marquee .marquee--inner span a {
  color: #000;
  text-decoration: none;
  position: relative;
}
.swiper_marquee .marquee .marquee--inner span a:hover {
  color: #c79e61;
}
.swiper_marquee .marquee .marquee--inner span a:hover:after {
  content: '';
  height: 100px;
  width: 100%;
  left: 0;
  top: -20px;
  position: absolute;
  background: #c79e61;
  border-radius: 50%;
  filter: blur(48px) opacity(0.5);
}
.swiper_marquee .marquee .marquee2 {
  animation: marquee2 20s linear infinite;
}
@keyframes marquee {
  0% {
    left: 0;
 }
  100% {
    left: -100%;
 }
}
@keyframes marquee2 {
  0% {
    right: 0;
 }
  100% {
    right: -100%;
 }
}
section.projectsSection {
  background: #efefef;
}
section.projectsSection .heading_2 {
  text-decoration: none;
}
section.projectsSection p {
  padding: 15px 0;
}
section.projectsSection .proScreen {
  border: 1px solid #404040;
}
section.projectsSection .authorNAme {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
section.projectsSection .authorNAme span {
  display: flex;
  padding: 10px 10px;
  font-size: 0.95vw;
}
section.projectsSection .authorNAme span:nth-of-type(1):after {
  content: '';
  border-right: 1px solid rgba(112, 112, 112, 0.3215686275);
  padding: 0 10px;
}
section.projectsSection .layoutscreen {
  display: block;
  width: 300px;
  height: 350px;
  overflow: hidden;
  position: relative;
  border: 2px solid #b3b3b3;
  border-radius: 1px;
  margin: 0 auto;
}
section.projectsSection .layoutscreen img {
  bottom: -1210px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: top 11s;
  -moz-transition: top 11s;
  -ms-transition: top 11s;
  -o-transition: top 11s;
  transition: bottom 11s;
}
section.projectsSection .layoutscreen:hover img {
  bottom: 0;
  -webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;
}
.border-top-1 {
  border-top: 1px solid rgba(112, 112, 112, 0.3215686275);
}
.border-bottom-1 {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3215686275);
}
.portfolioBoxSLiderMain {
  overflow: hidden;
}
.testimonialsSec {
  background-image: url('../images/clientbg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonialsSec .heading_1, .testimonialsSec .heading_2 {
  padding: 0;
  display: inline;
}
.testimonialsSec div#nav-tab {
  border: none;
}
.testimonialsSec .tabs-container img.lineCircle {
  height: 25vw;
  width: 66vw;
  object-fit: cover;
  object-position: center top;
}
.testimonialsSec .tabs-container .nav-link.active circle {
  fill: #c79e61;
}
.testimonialsSec .tabs-container .pointerMain {
  position: absolute;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  cursor: pointer;
}
.testimonialsSec .tabs-container .pointerMain svg circle, .testimonialsSec .tabs-container .pointerMain svg ellipse, .testimonialsSec .tabs-container .pointerMain svg path {
  transition: 0.5s;
}
.testimonialsSec .tabs-container .pointerMain img {
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  transform: translateX(0.45vw) translateY(0.45vw);
  width: 2.5vw;
  transition: 0.5s;
}
.testimonialsSec .tabs-container .pointerMain svg.pointerBg {
  width: 3.4vw;
  height: 6vw;
}
.testimonialsSec .tabs-container .pointerMain:hover svg circle {
  fill: #c79e61;
}
.testimonialsSec .tabs-container .nav-item.show .pointerMain.nav-link, .testimonialsSec .tabs-container .pointerMain.nav-link.active, .testimonialsSec .tabs-container .pointerMain.nav-link:hover, .testimonialsSec .tabs-container .nav-item.show .pointerMain.nav-link:hover, .testimonialsSec .tabs-container .pointerMain.nav-link {
  background: none;
  border: none;
  outline: none;
}
.testimonialsSec .tabs-container p.clienttestimoni {
  font-size: 1.05vw;
  width: 55vw;
  margin: 0 auto;
}
.testimonialsSec .tabs-container h6.clientname {
  margin-top: 2vw;
  color: #fff;
  font-size: 20px;
  font-family: 'Everett_Regular';
}
.testimonialsSec .tabs-container div#pointerOne-tab {
  transform: translate(15.2vw, 13vw);
}
.testimonialsSec .tabs-container div#pointerTwo-tab {
  transform: translate(21vw, -2.5vw);
}
.testimonialsSec .tabs-container div#pointerThree-tab {
  transform: translate(35vw, 13vw);
}
.testimonialsSec .tabs-container div#pointerFour-tab {
  transform: translate(-13.5vw, 2vw);
  right: 0;
}
.testimonialsSec .tabs-container div#pointerFive-tab {
  transform: translate(-15.3vw, 13vw);
  right: 0;
}
.testimonialsSec .tabs-container .amazontick {
  top: 20vw;
  transform: translate(0vw, -10vw) rotateY(180deg) rotateX(0deg) rotate(180deg);
  right: -13vw;
}
.testimonialsSec .swiper_marquee {
  background: #d7b371;
}
.testimonialsSec .swiper_marquee span {
  color: #000 !important;
}
.testimonialsSec .swiper_marquee span a {
  color: #000 !important;
}
.testimonialsSec .swiper_marquee span a:hover {
  color: #fff !important;
}
a.btn-contact {
  padding: 25px 0;
  width: 100%;
  display: block;
  border: 1px solid #efefef;
  color: #efefef;
  font-size: 25px;
  text-decoration: none;
  margin: 0px auto;
  text-align: center;
}
.contactsection .heading_1 {
  line-height: 1.3;
}
.contactsection img.amazontick {
  left: 2vw;
  top: -2vw;
  width: 13vw;
}
section.fotersectionbg {
  height: 1518px;
  width: 100%;
  position: absolute;
  bottom: 6vw;
  left: 0;
  z-index: -1;
  background-image: url('../images/footerbg.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer.footersection .quickLinks i.fab {
  font-size: 1.5vw;
  margin-bottom: 20px;
}
footer.footersection h4 {
  color: #fff;
  margin-bottom: 2vw;
}
footer.footersection a.fontColorGray.red {
  text-decoration: underline;
}
footer.footersection a.gray {
  text-align: right;
  display: block;
  font-size: 1.6vw;
}
footer.footersection p.grayText {
  padding-right: 6vw;
}
footer.footersection ul.quickLinks {
  padding: 0;
  list-style: none;
  font-size: 18px;
}
footer.footersection ul.quickLinks a {
  color: #fff;
  text-decoration: none;
  font-family: 'GraphikRegular';
}
footer.footersection ul.quickLinks.sociallinks {
  display: inline-flex;
}
footer.footersection ul.quickLinks.sociallinks li {
  margin-right: 20px;
}
#hamburger-6.is-active {
  position: fixed;
  top: 45px;
  right: 3vw;
}
.main-menu {
  position: fixed;
  top: -10%;
  left: -50%;
  height: 200vh;
  width: 200%;
  display: flex;
  background-color: #000000b3;
  visibility: hidden;
  z-index: 2;
  transform: rotate(-15deg) translate3d(0, 0, 0);
}
.main-menu .container {
  border: none;
}
.main-menu::before, .main-menu::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #c79e61;
  transform-origin: center center;
  transition: all 500ms ease;
  will-change: transform;
  z-index: -1;
}
.main-menu::before {
  top: 29.5%;
  transform: translate(100%, -100%) translate3d(0, 0, 0);
}
.main-menu::after {
  top: 29%;
  transform: translate(-150%, 0%) translate3d(0, 0, 0);
  transition-delay: 100ms;
}
.main-menu .nav {
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 0px;
  list-style: none;
  counter-reset: menu-counter;
  transform: rotate(15deg) translate(-2vw, 9vw);
}
.main-menu .nav__item {
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(-15px) translate3d(0, 0, 0);
  transition: all 100ms ease 100ms;
  user-select: none;
}
.main-menu .nav__item a {
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
}
.main-menu.open {
  visibility: visible;
}
.main-menu.open::before {
  animation: menu-in-left 500ms ease;
  transform: translate(-50%, -100%) translate3d(0, 0, 0);
  transition-duration: 0ms;
}
.main-menu.open::after {
  animation: menu-in-right 500ms ease 100ms;
  transform: translate(-50%, 0%) translate3d(0, 0, 0);
  transition-duration: 0ms;
}
.main-menu.open .nav__item {
  opacity: 1;
  transform: translateX(0px) translate3d(0, 0, 0);
  transition: all 1s ease;
}
.main-menu.open .nav__item:nth-child(0n) {
  transition-delay: 250ms;
}
.main-menu.open .nav__item:nth-child(1n) {
  transition-delay: 300ms;
}
.main-menu.open .nav__item:nth-child(2n) {
  transition-delay: 350ms;
}
.main-menu.open .nav__item:nth-child(3n) {
  transition-delay: 400ms;
}
.main-menu.open .nav__item:nth-child(4n) {
  transition-delay: 450ms;
}
.main-menu.open .nav__item:nth-child(5n) {
  transition-delay: 500ms;
}
.main-menu.open .nav__item:nth-child(6n) {
  transition-delay: 550ms;
}
.main-menu.open .nav__item:nth-child(7n) {
  transition-delay: 600ms;
}
.main-menu.open .nav__item:nth-child(8n) {
  transition-delay: 650ms;
}
.main-menu.open .nav__item:nth-child(9n) {
  transition-delay: 700ms;
}
.main-menu.open .nav__item:nth-child(10n) {
  transition-delay: 750ms;
}
.main-menu.open .nav__item:nth-child(11n) {
  transition-delay: 800ms;
}
.main-menu.open .nav__item:nth-child(12n) {
  transition-delay: 850ms;
}
.main-menu.open .nav__item:nth-child(13n) {
  transition-delay: 900ms;
}
.main-menu.open .nav__item:nth-child(14n) {
  transition-delay: 950ms;
}
.main-menu.open .nav__item:nth-child(15n) {
  transition-delay: 1000ms;
}
.main-menu.open .nav__item:nth-child(16n) {
  transition-delay: 1050ms;
}
.main-menu.open .nav__item:nth-child(17n) {
  transition-delay: 1100ms;
}
.main-menu.open .nav__item:nth-child(18n) {
  transition-delay: 1150ms;
}
.main-menu.open .nav__item:nth-child(19n) {
  transition-delay: 1200ms;
}
.main-menu.open .nav__item:nth-child(20n) {
  transition-delay: 1250ms;
}
.main-menu.open .nav__item .ani_link:hover {
  color: #000 !important;
}
.main-menu.open .nav__item .ani_link:after {
  background: #000;
}
.main-menu.open .nav__item a {
  transition: all 1s ease;
}
@keyframes menu-in-left {
  0% {
    transform: translate(-150%, -100%) translate3d(0, 0, 0);
 }
  100% {
    transform: translate(-50%, -100%) translate3d(0, 0, 0);
 }
}
@keyframes menu-in-right {
  0% {
    transform: translate(100%, 0%) translate3d(0, 0, 0);
 }
  100% {
    transform: translate(-50%, 0%) translate3d(0, 0, 0);
 }
}
li.sublinks ol.sub-menu li:before {
  content: '';
}
li.sublinks ol.sub-menu li {
  list-style: disc;
  font-size: 1.5vw;
  color: black;
}
li.sublinks:hover:after {
  width: 1vw;
  height: 1vw;
  top: 33%;
  left: 74%;
}
li.sublinks:after {
  content: '';
  display: block;
  background: black;
  height: 0.5vw;
  width: 0.5vw;
  position: absolute;
  top: 45%;
  left: 75%;
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #000;
  z-index: 1000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 99999;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #c79e61;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ab4c11;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
 }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
 }
}
.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
}
.loaded #loader {
  opacity: 0;
}
.overflowHide {
  overflow: hidden;
}
.swap_Link {
  background-image: linear-gradient(to right, #c79e61, #c79e61 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 1s ease-in-out;
}
.swap_Link::before {
  content: '';
  background: #c79e61;
  display: block;
  mix-blend-mode: darken;
  position: absolute;
  bottom: 0.56vw;
  right: 0;
  width: 0;
  height: 0.5vw;
  transition: all 1s ease-in-out;
  mix-blend-mode: inherit;
}
.swap_Link:hover {
  background-position: 0;
}
.swap_Link:hover::before {
  width: 100%;
}
.swap_LinkHover {
  background-position: 0;
}
.swap_LinkHover::before {
  width: 100%;
}
.slide {
  transition: 0.25s;
}
a.btn-contact.slide:hover, a.btn-contact.slide:focus {
  box-shadow: inset 25em 0 0 0 #c79e61;
}
.slide {
  --color: #c79e61;
  --hover: #a4c761;
}
.text-heading {
  --clip: 0;
  position: relative;
}
.text--fill {
  --origin: 70% 50%;
}
.text-heading > span {
  transition: -webkit-clip-path calc(var(--speed) * 1s) calc(var(--delay) * 1s) ease, clip-path calc(var(--speed) * 1s) calc(var(--delay) * 1s) ease;
  -webkit-clip-path: circle(calc(var(--clip) * 1%) at var(--origin));
  clip-path: circle(calc(var(--clip) * 1%) at var(--origin));
}
.text-heading[data-scroll="in"] > span {
  --clip: 150;
}
.text-aboutsec:before {
  content: attr(data-word);
  position: absolute;
  color: rgba(255, 255, 255, 0.15);
  top: 0;
  left: 0;
  font-size: calc(var(--font-size-about)* 1vw);
  z-index: -1;
}
.text-heading:before {
  content: attr(data-word);
  position: absolute;
  color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  font-size: calc(var(--font-size)* 1vw);
  z-index: -1;
}
.text--fill .char {
  color: #c79e61;
}
.splitting .char {
  transition: transform 0.9s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.9s linear;
  transition-delay: calc(20ms * var(--char-index));
}
.splitting[data-scroll="out"] .char {
  opacity: 0.1;
  transform: translateY(0.25em);
}
@keyframes slide-in {
  from {
    transform: scale(0.8) translateY(1em);
    opacity: 0;
 }
}
.whatsappFloatBtn a.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    line-height:60px;
    box-shadow: 0px 0px 15px #25d366;
    z-index: 100;
}

.whatsappFloatBtn a.float {
    animation: bounce 2s infinite;
}
.whatsappFloatBtn a.float {
	margin-top:16px;
}
@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}
.rellexmarg {
  margin-top: -13em;
}
.rellexmarg2 {
  margin-top: 5em;
}
section.aboutSection2 {
  background: #efefef;
}
section.aboutSection2 .aboutbox {
  border-left: solid #000;
  padding-left: 35px;
  margin-bottom: 30px;
}
section.aboutSection2 .aboutbox img.amazontick {
  transform: rotate(176deg) rotateY(180deg);
  top: 39em;
  width: 18vw;
  right: 6vw;
}
section.aboutSection.aboutwho {
  background-position: top left;
  background-size: 100%;
}
section.aboutSection.aboutwho .aboutBox .heading_1 {
  font-size: 4.2vw;
}
section.aboutSection.aboutwho .container h3.heading_1 {
  font-size: 2.1vw;
}
section.aboutSection.aboutwho img.amazontick {
  top: 9em;
  width: 28vw;
  left: -10vw;
}
.aboutLastsec {
  background: #efefef;
}
.aboutLastsec .aboutBox .heading_1 {
  font-size: 4.2vw;
}
img.imgVw {
  width: 100vw;
}
section.contactForm {
  background: #efefef;
}
section.contactForm .formcontact {
  margin-top: -4vw;
}
section.contactForm .formcontact .form-floating .form-control {
  border: none;
  border-bottom: 1px solid #080808;
  border-radius: 0;
  background: #0000;
  margin-bottom: 2vw;
  transition: 0.3s;
}
section.contactForm .formcontact .form-floating .form-control:focus {
  border-color: #c79d61;
  border-width: 3px;
  box-shadow: 0 0 0 0rem #000;
}
section.contactForm .formcontact button.btn.btn-dark {
  background: #d7b371;
  border-radius: 0;
  border: none;
  padding: 15px 0;
}
section.contactForm .formcontact button.btn.btn-dark:hover {
  background: #000;
}
section.contactForm .floatingwing {
  transform: rotate(180deg);
}
section.contactForm .floatingwing img.amazontick {
  top: -8em;
  width: auto;
  left: 5vw;
}
.contactPage .testimonialsSec, .contactPage .contactsection {
  display: none;
}
.innerPageTop {
  background: #000;
  padding: 10vw 0 4vw;
}
.innerPageTop img.amazontick {
  top: 21em;
}
.innerPageTop .darkwork {
  position: absolute;
  left: -11vw;
  top: -10em;
  width: 60vw;
  z-index: 0;
}
.innerPageTopSection2 {
  background-position: bottom left !important;
  background-size: 100% !important;
  background: #efefef;
}
.innerPageTopSection2 .heading_1 {
  font-size: 4.1vw;
}
.whyCHoose .floatButtons {
  text-align: center;
  width: 70%;
}
.whyCHoose .aboutBox p:nth-of-type(1) {
  margin-top: 3vw;
}
.whyCHoose .heading_2 {
  font-size: 4.2vw;
  text-decoration: none;
  line-height: 1;
}
.whyCHoose img.img-fluid.treebg {
  position: absolute;
  top: 0;
}
.infobox {
  color: #fff;
  margin-bottom: 20px;
}
.infobox h5 {
  font-size: 25px;
  margin-bottom: 1.5vw;
}
.infobox p {
  color: #7a7a7a;
  margin-bottom: 1.5vw;
}
.infobox a {
  color: #d7b371;
}
.infobox img {
  margin-bottom: 2vw;
}
section.innerLastSec {
  background: #efefef;
}
section.innerLastSec .heading_1 {
  font-size: 4.2vw;
}
section.innerLastSec .infobox h5 {
  color: #000;
}
section.innerLastSec .infobox p {
  color: #000;
}
section.innerLastSec img.amazontick {
  top: 14em;
  right: -13vw;
}
.innerservicesSlide {
  overflow: hidden;
}
nav.tabNavs {
  background: #000;
  padding: 3vw 0vw;
}
nav.tabNavs div#nav-tab {
  display: block;
  cursor: pointer;
  border: none;
}
nav.tabNavs .nav-link {
  border: none;
  transition: 0.3s;
  padding: 1vw 2vw;
  margin-bottom: 25px;
}
nav.tabNavs .nav-link h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.05vw;
  transition: 0.3s;
}
nav.tabNavs .nav-link:hover {
  position: relative;
  border: none;
}
nav.tabNavs .nav-link:hover h4 {
  color: #d7b371;
}
nav.tabNavs .nav-link:hover:before {
  content: '';
  display: block;
  height: 100%;
  width: 7px;
  background: #d7b371;
  position: absolute;
  left: 0px;
  top: 0;
}
nav.tabNavs .nav-link.active {
  position: relative;
  border-radius: 0;
  background: #000;
  border: none;
  color: #d7b371;
}
nav.tabNavs .nav-link.active h4 {
  color: #d7b371;
}
nav.tabNavs .nav-link.active:before {
  content: '';
  display: block;
  height: 100%;
  width: 7px;
  background: #d7b371;
  position: absolute;
  left: 0px;
  top: 0;
}
.tab-content .tabBox .txtInfo {
  padding: 3vw 2vw;
}
.tab-content .tabBox .txtInfo h2.tabHead {
  font-size: 3.15vw;
}
.tab-content .tabBox .txtInfo p {
  margin-top: 2vw;
  margin-bottom: 3vw;
}
.tab-content .tabBox .txtInfo a {
  background: #d7b371;
  color: #000;
  padding: 15px 45px;
  margin-top: 6vw;
}
.tab-content .tabBox .txtInfo a:hover {
  background: #000;
  color: #d7b371;
}
.innerPageTopSection2 img.amazontick {
  right: -13vw;
  bottom: -12vw;
  top: auto;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c79e61;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
.modal-open {
  padding-right: 0px !important;
}
.popup .modal-content {
  background: #efefef;
}
.popup section.contactForm .formcontact {
    margin-top: 2vw;
}
.popup .modal-header {
  border-bottom: 0px;
}
.popup .modal-header .btn-close {
  background-color: #d7b371;
  opacity: 1;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  margin-bottom: 0.5rem;
}
/*===========Book Editing Page Css=======*/
section.whyCHoose.editing-chooseus {}

section.whyCHoose.editing-chooseus .aboutBox p:nth-of-type(1) {
    margin-top: 0;
}
/*===========Book Editing Page Css End=======*/
@media only screen and (min-width: 1640px) and (max-width: 1680px) {
  .testimonialsSec .tabs-container div#pointerFive-tab {
    transform: translate(-14vw, 13vw);
 }
  .testimonialsSec .tabs-container div#pointerFour-tab {
    transform: translate(-13.5vw, 1vw);
 }
  .testimonialsSec .tabs-container div#pointerThree-tab {
    transform: translate(35vw, 13.2vw);
 }
  .testimonialsSec .tabs-container div#pointerTwo-tab {
    transform: translate(21vw, -3vw);
 }
  .testimonialsSec .tabs-container div#pointerOne-tab {
    transform: translate(14vw, 13vw);
 }
}
@media screen and (max-width: 1500px) {
  .testimonialsSec .tabs-container div#pointerFive-tab {
    transform: translate(-14.8vw, 13vw);
 }
  .testimonialsSec .tabs-container div#pointerFour-tab {
    transform: translate(-13.5vw, 1.7vw);
 }
  .testimonialsSec .tabs-container div#pointerThree-tab {
    transform: translate(35vw, 13.2vw);
 }
  .testimonialsSec .tabs-container div#pointerOne-tab {
    transform: translate(15.2vw, 12.5vw);
 }
}

.clientVideoBoxes {
    margin-top: 50px;
}

@media screen and (max-width: 1280px) {
  .testimonialsSec .tabs-container div#pointerFive-tab {
    transform: translate(-14.5vw, 13vw);
 }
  .testimonialsSec .tabs-container div#pointerFour-tab {
    transform: translate(-13.5vw, 1.5vw);
 }
  .testimonialsSec .tabs-container div#pointerThree-tab {
    transform: translate(35vw, 13.3vw);
 }
  .testimonialsSec .tabs-container div#pointerTwo-tab {
    transform: translate(21vw, -2.5vw);
 }
  .testimonialsSec .tabs-container div#pointerOne-tab {
    transform: translate(14.5vw, 13vw);
 }
}
@media screen and (max-width: 990px) {
  main section:nth-of-type(1) {
    padding-top: 10vw;
 }
  section.aboutwho .container img.amazontick {
    width: 45vw;
    top: 70vw !important;
 }
  section.aboutwho .container h3.heading_1 {
    font-size: 4vw !important;
 }
  .innerPageTop img.amazontick {
    right: 0;
 }
  nav.tabNavs .nav-link h4 {
    font-size: 1.9vw;
 }
  .pr-sm-0 {
    padding-right: 0;
 }
  .pl-sm-0 {
    padding-left: 0;
 }
  .pt-sm-0 {
    padding-top: 0;
 }
  .pb-sm-0 {
    padding-bottom: 0;
 }
  .innerPageTopSection2 img.amazontick {
    display: none;
 }
  .testimonialsSec .tabs-container div#pointerThree-tab {
    transform: translate(35vw, 14vw);
 }
  .testimonialsSec .tabs-container div#pointerFive-tab {
    transform: translate(-14vw, 13vw);
 }
  .pt-15 {
    padding-top: 0;
 }
  .order-mob-3 {
    order: 3;
 }
  .order-mob-2 {
    order: 2;
 }
  .mainlogo {
    width: 60px !important;
 }
  .hamburger .line {
    width: 30px;
    height: 2px;
    margin: 5px 0 auto auto;
 }
  #hamburger-6 .line:nth-child(2) {
    width: 25px;
 }
  #hamburger-6 .line:nth-child(3) {
    width: 20px;
 }
  a.phonenumber {
    font-size: 12px;
 }
  .headerNumber span {
    font-size: 10px;
 }
  #hamburger-6.is-active .line:nth-child(1) {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
 }
  #hamburger-6.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(90deg);
    -ms-transform: translateY(-10px) rotate(90deg);
    -o-transform: translateY(-10px) rotate(90deg);
    transform: translateY(-10px) rotate(90deg);
 }
  .headerSection img.amazontick {
    top: 38vw !important;
 }
  img.amazontick {
    top: 25vw !important;
    width: 32vw;
    right: 34vw;
 }
  img.aboutimg {
    width: 100%;
 }
  .pt-tab-5 {
    padding-top: 3rem !important;
 }
  a.sociallinks {
    font-size: 20px;
 }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
 }
  .pt-sm-1 {
    padding-top: 1em;
 }
  .circleimgabs, .circleimgabs2 {
    position: relative;
    width: 100%;
 }
  .counter .item .count {
    font-size: 6vw;
 }
  .counter .item h3 {
    font-size: 3vw;
 }
  .pr-5w {
    padding-right: 0;
 }
  .pt-25 {
    padding-top: 0;
 }
  .pl-sm-2 {
    padding-left: 2vw;
 }
  .pl-sm-0 {
    padding-left: 0;
 }
  .heading_1, .heading_2, section.serviceSection .heading_2, section.serviceSection .heading_1 {
    line-height: 1;
 }
  section.serviceSection p.grayText {
    font-size: 18px;
 }
  .headerSection h1.heading_1 {
    margin-top: 10vw;
 }
  .secContent1 {
    width: auto;
    font-size: 3vw;
    margin-top: 5vw !important;
 }
  .topSecMImage {
    margin: -70% auto 0;
    width: 100%;
 }
  .servicesSlder {
    margin-bottom: 90px;
 }
  .servicesSlder .servicesSlder .card {
    height: 35vw;
 }
  .servicesSlder .servicesSlder .card .card-Icon {
    width: 5.5vw;
    height: 5.5vw;
 }
  .servicesSlder .servicesSlder .card .card-body h3 {
    font-size: 20px;
 }
  .servicesSlder .servicesSlder .card .info p {
    font-size: 12px;
 }
  .servicesSlder .servicesSlder .card .info a.ani_link.red {
    font-size: 12px;
 }
  .swiper_marquee {
    border-top: 2px solid rgba(112, 112, 112, 0.3215686275);
    border-bottom: 2px solid rgba(112, 112, 112, 0.3215686275);
 }
  .swiper_marquee .marquee {
    padding: 8vw 0;
 }
  .swiper_marquee .marquee .marquee--inner span {
    font-size: 4.85vw;
 }
  section.projectsSection .authorNAme {
    display: block;
 }
  section.projectsSection .authorNAme span {
    display: block;
    font-size: 16px;
    text-align: center;
 }
  section.projectsSection .authorNAme span:nth-of-type(1) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3215686275);
 }
  section.projectsSection .authorNAme span:nth-of-type(1):after {
    padding: 0 0;
    border: none;
 }
  .ptb-140 {
    padding-top: 50px;
    padding-bottom: 50px;
 }
  .testimonialsSec .tabs-container .tab-content {
    padding: 0 !important;
 }
  .testimonialsSec .tabs-container .tab-content p.clienttestimoni {
    font-size: 12px;
    width: 70vw;
 }
  .testimonialsSec .tabs-container .amazontick {
    top: 4vw !important;
    position: inherit;
 }
  .contactsection .pt-sm-14 {
    padding-top: 14vw;
 }
  .contactsection a.btn-contact {
    padding: 15px 0;
    font-size: 14px;
 }
  .contactsection img.amazontick {
    top: 2vw !important;
 }
  .text-stm-center {
    text-align: center;
    justify-content: center !important;
 }
  .main-menu {
    left: 0%;
 }
  .main-menu .nav {
    transform: rotate(15deg) translate(-23vw, 45vw);
 }
  .main-menu .nav .nav__item a {
    font-size: 5vw;
 }
  .main-menu ol {
    width: 80%;
 }
  .main-menu ol li::before {
    margin-left: -3.5vw;
    font-size: 3vw;
 }
  .main-menu .sub-menu {
    transform: translate(40vw, -12.5vw) !important;
 }
  .main-menu .sub-menu .menu-item a {
    font-size: 2vw;
 }
  .servicesSlder .card {
    height: 35vw;
 }
  .servicesSlder .card .info p {
    font-size: 1.5vw;
 }
  .servicesSlder .card .card-body h3 {
    font-size: 2vw;
 }
}
@media screen and (max-width: 600px) {
  .mtb-sm-5 {
    margin-top: 5vw;
    margin-bottom: 5vw;
 }
  a.w-sm-100 {
    width: 100% !important;
    padding: 10px 0;
    font-size: 20px;
 }
  p {
    font-size: 16px;
 }
  main section:nth-of-type(1) {
    padding-top: 10vw;
 }
  .innerPageTop .darkwork {
    top: 0;
    width: 65vw;
 }
  nav.tabNavs .nav-link {
    padding: 1vw 7vw;
 }
  nav.tabNavs .nav-link h4 {
    font-size: 4vw;
 }
  div#nav-tabContent {
    margin-top: 10vw !important;
 }
  .tab-content .tabBox .txtInfo h2.tabHead {
    font-size: 7.15vw;
 }
  .tab-content .tabBox .txtInfo p {
    margin-bottom: 10vw;
 }
  section.contactForm .floatingwing {
    display: none;
 }
  .headerSection img.amazontick {
    top: 74vw !important;
 }
  #hamburger-6.is-active, .three.col {
    top: 30px;
    right: 6vw;
 }
  #hamburger-6.is-active .line:nth-child(1), #hamburger-6.is-active .line:nth-child(3) {
    width: 35px;
 }
  .heading_1, .heading_2, section.serviceSection .heading_2, section.serviceSection .heading_1 {
    font-size: 6vw;
 }
  .contactsection img.amazontick {
    top: 30vw;
 }
  .contactsection a.btn-contact {
    padding: 10px 0px;
    margin: 20px auto;
 }
  img.amazontick {
    width: 45vw;
    top: 75vw !important;
 }
  footer.footersection a.gray {
    display: inline;
    font-size: 5vw;
 }
  .fontColorGray {
    font-size: 5vw;
 }
  .CopyrightsText {
    font-size: 12px;
 }
  .serviceSection .servicesSlder .card {
    height: 115vw;
 }
  .serviceSection .servicesSlder .card .card-Icon {
    width: 20.5vw;
    height: 20.5vw;
 }
  .serviceSection .servicesSlder .card .card-body {
    top: 75vw;
 }
  .serviceSection .servicesSlder .card .card-body h3 {
    font-size: 24px;
 }
  .serviceSection .servicesSlder .card:hover .card-body {
    top: 40vw;
 }
  .serviceSection .servicesSlder .card .info a.ani_link.red {
    font-size: 16px;
 }
  .serviceSection .servicesSlder .card .info p {
    font-size: 16px;
 }
  .serviceSection .serviceSectionHeading:after {
    height: 8vw;
    width: 28vw;
    top: 0vw;
 }
  section.aboutSection h2.heading_2 {
    font-size: 6.2vw;
 }
  section.projectsSection .authorNAme {
    margin-top: 20px;
    margin-bottom: 20px;
 }
  .testimonialsSec .tabs-container .amazontick {
    top: auto;
 }
  .testimonialsSec .tabs-container .tab-content p.clienttestimoni {
    font-size: 10px;
    width: 100%;
 }
  .testimonialsSec .tabs-container div#pointerTwo-tab {
    transform: translate(19vw, -5.2vw);
 }
  .testimonialsSec .tabs-container div#pointerThree-tab {
    transform: translate(35vw, 15vw);
 }
  .testimonialsSec .tabs-container div#pointerFour-tab {
    transform: translate(-13.5vw, -2.3vw);
 }
  .testimonialsSec .tabs-container div#pointerFive-tab {
    transform: translate(-14vw, 12vw);
 }
  .testimonialsSec .tabs-container div#pointerOne-tab {
    transform: translate(14.5vw, 12vw);
 }
  .testimonialsSec .tabs-container img.lineCircle {
    height: 35vw;
    width: 100%;
 }
  .testimonialsSec .tabs-container .pointerMain img {
    transform: translateX(1.2vw) translateY(0.5vw);
    width: 5vw;
 }
  .testimonialsSec .tabs-container .pointerMain svg.pointerBg {
    width: 7.4vw;
    height: 11vw;
 }
  .aboutSection .pl-5, .aboutSection .pl-3 {
    padding-left: 0;
 }
  @keyframes float {
    50% {
      transform: translatey(-20px) rotate(-5deg);
   }
 }
  .main-menu .nav {
    transform: rotate(0deg) translate(-42vw, 45vw);
 }
  .main-menu ol {
    width: auto;
 }
  .main-menu .sub-menu {
    transform: translate(10vw, 0) !important;
 }
  .main-menu .sub-menu .menu-item {
    padding: 0.2rem 0;
 }
  img.amazontick {
    top: 47vw !important;
 }
  .innerPageTop h2.heading_2 {
    margin-top: 12vw;
 }
  .innerPageTopSection2 .heading_1 {
    font-size: 7.1vw;
 }
  .whyCHoose .heading_2 {
    font-size: 25px;
 }
  section.innerLastSec .heading_1 {
    font-size: 25px;
 }
  section.innerLastSec img.amazontick {
    top: 22vw !important;
 }
  footer.footersection .quickLinks i.fab {
    font-size: 6.5vw;
    margin: 10px auto;
 }
}
@media screen and (max-width: 375px) {
  img.amazontick {
    top: 78vw !important;
 }
}
.iti {
  width: 100%;
}
.iti input {
  display: flex;
  line-height: 2.8;
  padding-left: 3rem !important;
}
/* .iti__flag-container {
  background: #d7b371;
} */
/* .iti input::placeholder{opacity: 0;} */
.iti + label{left: 2rem !important; display: none;}