@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-Thin.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-RegularItalic.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-ThinItalic.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-Medium.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-Regular.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-Light.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-LightItalic.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-BoldItalic.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-Bold.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-BlackItalic.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-Black.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-MediumItalic.woff2') format('woff2'),
      url('../assets/fonts/Aeonik-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../assets/fonts/HelveticaNeueLTPro-Blk.woff2') format('woff2'),
      url('../assets/fonts/HelveticaNeueLTPro-Blk.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../assets/fonts/HelveticaNeueLTPro-BdOu.woff2') format('woff2'),
      url('../assets/fonts/HelveticaNeueLTPro-BdOu.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Global css start */
body {
  overflow-x: hidden;
}
body, p, a, h2, h3, h4, h5, h6, li, span, button{
  font-family: 'Aeonik' !important;
}
h2{
  font-family: 'Helvetica Neue LT Pro' !important;
}
a{
  text-decoration: none !important;
  position: relative;
}
ul{
  padding: 0;
  margin: 0;
}
.container-fluid {
  padding: 0px 50px !important;
}
.container {
  max-width: 1200px !important;
  padding: 0px 15px;
}
.cursor{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  transform: scale(1);
  background-color: white;
  mix-blend-mode: difference;
  transition-timing-function: ease-out;
  transition-duration: 50ms;
  z-index: 0;
}
.cursor2{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  transform: scale(3);
  background-color: gray;
  opacity: 0.5;
  transition-timing-function: ease-out;
  transition-duration: 200ms;
  z-index: 0;
}
/* Global css end */

/* Header css start */

/* Header css end */
.main-header {
  position: absolute;
  width: 100%;
  z-index: 99999;
  background: linear-gradient(180deg, #1D1D1D 6.87%, rgba(29, 29, 29, 0) 36.98%);
  min-height: 481px;
}
.main-header .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff !important;
  margin-left: 20px;
}
.humber_menu a.nav-link {
  padding: 0px;
  margin-left: 40px;
}
nav.navbar {
  padding: 4px 0px;
}
.offcanvas.show {
  visibility: visible;
}
/* Banner css start */
.heading_svg text {text-transform: uppercase;animation: stroke 5s infinite alternate;stroke-width: 2;stroke: #3F6AD3;font-weight: 900 !important;font-size: 100px !important;line-height: 112px !important;}
@keyframes stroke {
0%   {
  fill: rgba(72,138,20,0); stroke: #3F6AD3;
  stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
}
70%  {fill: rgba(72,138,20,0); stroke: #3F6AD3; }
80%  {fill: rgba(72,138,20,0); stroke: #3F6AD3; stroke-width: 3; }
100% {
  fill: #3F6AD3; stroke: rgba(54,95,160,0); 
  stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
}
}
.video_div {
  position: absolute;
  right: 0px;
}
.video_div video {
  max-width: 810px;
}
.arrow_svg {
  width: 237px;
  height: 237px;
}
.arrow_svg .circle {
stroke-width: 1px;
fill: none;
stroke: rgba(255, 255, 255, 0.27);
stop-opacity: 0.27;
stroke-dasharray: 1380;
stroke-dashoffset: 1380;
animation-name: dash;
animation-duration: 6s;
animation-timing-function: ease;
animation-iteration-count: infinite;
}
@keyframes dash {
to {
  stroke-dashoffset: 0;
}
}
.banner_sec {
  background: #1d1d1d;
  padding: 215px 0px 210px;
  overflow: hidden;
  position: relative;
}
/* .banner_sec h1 {
  background-image: linear-gradient( -225deg, #ffffff 0%, #ffffff 29%, #3F6AD3 67%, #ffffff 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  display: inline-block;
  
} */
@keyframes textclip {
to {
  background-position: 200% center;
}
}
.icon_text {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.icon_text p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  max-width: 390px;
  margin-bottom: 23px !important;
}
.text_div a {
border-radius: 50px;
padding: 10px 30px;
font-weight: 700;
font-size: 17px;
line-height: 28px;
display: inline-block;
border: 1px solid #3F6AD3;
color: #3F6AD3 !important;
transition: 0.3s ease-in-out;
overflow: hidden;
position: relative;
z-index: 1;
}
.btn--7:before {
  transform: translate(-110%, -110%) translateZ(0);
}
.btn--7:hover:before {
  transform: translate(-45%, -34%) translateZ(0);
}
.button-mat:before {
  content: "";
  display: block;
  background: #3F6AD3;
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.text_div a b {
  font-weight: bold !important;
}
.text_div a.btn--7.button-mat:hover {
  color: #fff !important;
}
.text_div a b {
  font-weight: bold !important;
  position: relative;
}
.text_div {
  margin-left: 54px;
}
.tiles__container {
  position: relative;
  height: 120%;
  flex-direction: column;
}
.tiles__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.tiles__animation {
  animation: moveTiles 21s linear infinite;
}
.window.tiles {
  position: absolute;
  top: -42%;
  transform: rotate(29deg);
  right: 8%;
  height: 140%;
  width: 18%;
  z-index: 9999;
}
@keyframes moveTiles {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.tiles__item {
  position: relative;
  /* overflow: hidden; */
  box-sizing: border-box;
  margin: 0px 30px;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  margin-top: -36%;
  transform: rotate(-44deg);
}
.cricle_right {
  position: absolute;
  right: 0;
  top: 45px;
}
.creile_left {
  position: absolute;
  top: 0;
  right: 20%;
}
/* Banner css end */
.hedaing_div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 45s linear infinite;
  z-index: 999;
}
.mission_sec {
  background: #EEF1F5;
  padding: 136px 0px;
}
.hedaing_div h3 {
  color: #000;
  font-weight: 900;
  font-size: 85px;
  line-height: 102px;
  text-align: center;
  margin: 0px 60px;
  white-space: nowrap;
}
.c-large-header {
  overflow: hidden;
  width: 100%;
  height: 6em;
  max-width: 100vw;
  position: relative;
  margin-bottom: 70px;
}
@keyframes marquee-horizontal {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}
.agency_div h4 {
  font-weight: 900;
  font-size: 43px;
  line-height: 52px;
  color: #000;
  margin-bottom: 40px;
  position: relative;
  z-index: 999;
}
.agency_div h6 {
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  color: #000;
  max-width: 410px;
  margin-bottom: 20px;
}
.agency_div p {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #000;
  max-width: 400px;
}
.agency_img {
  z-index: 1;
  position: relative;
}
.future_img {
  box-shadow: 0px 26px 30px rgb(0 0 0 / 21%);
  border: 7px solid #FFFFFF;
  display: inline-block;
  overflow: hidden;
}
.mission_sec .row {
  align-items: center;
}
.agency_img-1 {
  position: absolute;
  left: 50px;
  z-index: 999;
}
.agency_img-2 {
  position: absolute;
  right: 0;
  top: 56%;
  z-index: 1;
}
.mission_sec .row .col-sm-7 {
  position: relative;
  margin-bottom: 120px;
}
.agency_img-1 img {
  margin-top: -7px;
}
.agency_img-2 img {
  background: #ddd;
}
.mission_sec .row .col-sm-7 img{
  transition: all 0.6s;
}
.mission_sec .row .col-sm-7 img:hover {
  filter: grayscale(100%);
}
.agency_img:after {
  content: "";
  background: url(../assets/images/after.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 526px;
  height: 517px;
  top: -200px;
  z-index: -1;
  left: -170px;
  -webkit-animation: cog 5s infinite;
  -moz-animation: cog 5s infinite;
  -ms-animation: cog 5s infinite;
  animation: cog 5s infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes cog {
  100%{ 
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}
.agency_img-1 .future_img {
  margin-top: -12px;
}
.service_sec {
  background: #1D1D1D;
  padding: 214px 0px 150px;
  position: relative;
}
.service_sec button.accordion-button {
  background: none !important;
  border: none !important;
  padding: 0px !important;
  font-weight: 700;
  font-size: 96px;
  line-height: 88px;
  font-family: 'Helvetica Neue LT Pro' !important;
  color: #fff;
  opacity: 50%;
  box-shadow: none !important;
  outline: none !important;
  letter-spacing: -0.07em;
  display: inline-block !important;
  width: auto !important;
  /* transition: all 0.5s; */
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
}
/* .service_sec button.accordion-button:hover {
color: #3f6ad3;
font-weight: 900 !important;
opacity: 1 !important;
} */
.service_sec .accordion-item {
  background: none !important;
  border: none !important;
}
.service_sec p {
  color: #fff;
  font-size: 21px;
  line-height: 35px;
  max-width: 1130px;
}
.service_sec .accordion-body {
  padding: 4px 0px 8px !important;
}
.service_sec .accordion-button::after {
  display: none;
}
.service_sec .accordion-button:not(.collapsed) {
  color: #3F6AD3 !important;
  font-weight: 900 !important;
  opacity: 100% !important;
  position: relative;
  transition: all 0.6s;
}
.service_sec .accordion-button:not(.collapsed):before {
  content: "";
  position: absolute;
  background: url(../assets/images/next-arrow.png);
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: -70px;
  bottom: 10px;
}
.back_img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
}
.back_img img {
  max-width: 100%;
}
/* @keyframes spin {
  from {
    -webkit-transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
} */
.service_sec .accordion {
  position: relative;
  margin-bottom: 40px;
}
.dropdown-toggle::after {
  background: url(../assets/images/angle-down.svg);
  border: none !important;
  width: 11px;
  height: 7px;
  position: relative;
  top: 2px;
}
.service_cont h3 {
  font-weight: 700;
  font-size: 97px;
  line-height: 88px;
  color: #fff;
  position: relative;
  z-index: 999;
}
.service_cont p {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  max-width: 100%;
  margin-bottom: 0px;
  position: relative;
  z-index: 999;
}
.back_cricle .path {
  stroke-dasharray: 363;
  stroke-dashoffset: 112;
  animation: dash2 6s linear alternate infinite;
}

@keyframes dash2 {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.right_div {
  display: flex;
  justify-content: flex-end;
}
.right_div .back_cricle, .exprince_div .back_cricle {
  position: relative;
  margin-bottom: 10px;
}
.right_div .back_cricle img, .exprince_div .back_cricle img, .customer_div .svg_shapes img {
  position: absolute;
  -webkit-animation: cog 3s infinite;
  -moz-animation: cog 3s infinite;
  -ms-animation: cog 3s infinite;
  animation: cog 3s infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
}
.customer_div {
  text-align: center;
}
.exprince_div .back_cricle {
  margin-left: 54px;
}
.path1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 4s linear alternate infinite;
}
.customer_div h3 {
  margin-bottom: 52px;
}
.customer_div .svg_shapes {
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
}
.customer_div .back_cricle {
  position: relative;
}
svg#Layer_1 {
  position: relative;
}
.spahes_1 {
  position: absolute;
  right: 27%;
  top: -141px;
}
.center_div {
  position: relative;
}
.left_div {
  position: relative;
}
.shape-2 {
  position: absolute;
  top: -80px;
  left: 15%;
}
.bottom_cricle {
  position: absolute;
  bottom: 21%;
  right: 0;
}
.service_div {
  position: relative;
}
.portfolio_sec {
  overflow: hidden;
  padding: 144px 0px;
  background: #F5F5F5;
}
.portfolio_sec .container-fluid {
  max-width: 100% !important;
  padding: 0px !important;
}
.portfolio_sec h3 {
  text-align: center;
  font-weight: 900;
  font-size: 85px;
  line-height: 80px;
  color: #000;
  /* max-width: 70%; */
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 999;
}
.portfolio_sec .col {
  padding: 0px;
}
.portfolio_sec .row {
  flex-wrap: nowrap;
}
.portfolio_1 {
  margin-top: 35px;
}
.portfolio_2 {
  margin-top: 92px;
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-40px);
  }
}
@-moz-keyframes upDown {
  0% {
    -moz-transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(-40px);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes Downup {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-40px);
  }
}
@-moz-keyframes Downup {
  0% {
    -moz-transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(-40px);
  }
}
@keyframes Downup {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.portfolio_sec .portfolio_1 {
  -webkit-animation: upDown 2s infinite ease-in-out alternate;
  -moz-animation: upDown 2s infinite ease-in-out alternate;
  animation: upDown 2s infinite ease-in-out alternate;
}
.portfolio_sec .portfolio_2 {
  -webkit-animation: Downup 3s infinite ease-in-out alternate;
  -moz-animation: Downup 3s infinite ease-in-out alternate;
  animation: Downup 3s infinite ease-in-out alternate;
}
.portfolio_sec .col img {
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.portfolio_sec .col img:hover {
  filter: grayscale(100%);
  transform: scale(1.1) !important;
}
.portfolio_img::after {
  left: 0 !important;
  top: -80px !important;
  right: 0 !important;
  margin: 0 auto !important;
}
.portfolio_sec .col a {
  display: block;
  overflow: hidden;
  width: 99%;
  position: relative;
  z-index: 9999;
}
.portfolio-btn {
  margin-left: 0px !important;
  margin-top: 79px;
}
.text_div a span {
  display: inline-flex;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.content {
  position: relative;
  margin-bottom: 120px;
  margin-top: 25px;
}
.content h3 {color: #fff;font-size: 7.875em;position: absolute;transform: translate(0%, -50%);}

.content h3:nth-child(1) {
color: transparent;
-webkit-text-stroke: 2px #3F6AD3;
}

.content h3:nth-child(2) {
color: #3F6AD3;
animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
0%,
100% {
  clip-path: polygon(
    0% 45%,
    16% 44%,
    33% 50%,
    54% 60%,
    70% 61%,
    84% 59%,
    100% 52%,
    100% 100%,
    0% 100%
  );
}

50% {
  clip-path: polygon(
    0% 60%,
    15% 65%,
    34% 66%,
    51% 62%,
    67% 50%,
    84% 45%,
    100% 46%,
    100% 100%,
    0% 100%
  );
}
}

.hamburger {
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before, .hamburger.is-active .hamburger--container .hamburger--bars:after {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger .hamburger--container .hamburger--bars:before, .hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 3px;
  width: 1.5em;
  background: inherit;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}

.logo {
  width: 5em;
  height: 5em;
  position: absolute;
  top: 1.5em;
  left: 3em;
  z-index: 10000;
  filter: invert(1);
}
.logo img {
  width: 100%;
  display: block;
  transition: 0.3s linear 0.3s;
}
.logo.is-active img {
  filter: invert(100%);
}

.fsmenu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
}
.fsmenu .fsmenu--container {
  width: 0;
  height: 100vh;
  padding: 8em 3em 3em;
  background: #000;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 17%;
  list-style-type: none;
  text-align: right;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.2s ease;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
  color: #3F6AD3;
}
.main-header a {
  z-index: 9999 !important;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1003;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(-20%, -100%);
  opacity: 0;
  pointer-events: none;
  flex-wrap: nowrap;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
  height: 1em;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  color: #1e1e1e;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
  opacity: 1;
  -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
          animation: animScrollingContactTextLeft 9s linear 0s infinite;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  width: 0px;
  height: 100vh;
  padding: 8em 3em 3em;
  position: absolute;
  top: 0;
  right: calc(100vw - 720px);
  z-index: 1001;
  font-size: 16px;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container img {
  width: 624px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img {
  left: auto;
  right: calc(100vw - 720px);
  -webkit-animation: animMenuRevealImg 0.4s ease 0s forwards;
          animation: animMenuRevealImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img .fsmenu--img-container img {
  right: 0;
  left: auto;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img {
  left: 0;
  right: auto;
  -webkit-animation: animMenuCloseImg 0.4s ease 0s forwards;
          animation: animMenuCloseImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img .fsmenu--img-container img {
  left: 0;
  right: auto;
}
.fsmenu.is-active {
  display: block;
}
.fsmenu.is-active .fsmenu--container {
  -webkit-animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}
.fsmenu.is-active .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  -webkit-animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
          animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
}
.fsmenu.close-menu {
  display: block;
}
.fsmenu.close-menu .fsmenu--container {
  width: 100vw;
  right: auto;
  left: 0;
  -webkit-animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
          animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
}
.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  left: auto;
  right: 0;
  background: black;
  -webkit-animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}

@-webkit-keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}

@keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}
@-webkit-keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@-webkit-keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@-webkit-keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@-webkit-keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes animScrollingContactTextLeft {
  0% {
    transform: translate(-20%, -100%);
  }
  100% {
    transform: translate(-40%, -100%);
  }
}
@keyframes animScrollingContactTextLeft {
  0% {
    transform: translate(-20%, -100%);
  }
  100% {
    transform: translate(-40%, -100%);
  }
}

.testimonial_sec {
  background: #1D1D1D;
  padding: 200px 0px;
  position: relative;
  overflow: hidden;
}
.testimonial_sec p {
  font-weight: 400;
  font-size: 32px;
  line-height: 43px;
  color: #000;
  margin-top: 5px;
}

.testmonil_div {
  background: #FFFFFF;
  box-shadow: 0px 65px 63px rgba(0, 0, 0, 0.68);
  max-width: 650px;
  padding: 30px 67px 50px;
  margin: 0 auto;
}

.testmonil_div .test_cont {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.testmonil_div .test_cont h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin-bottom: 4px;
}

.testmonil_div .test_cont  h6 {
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  color: #A0A0A0;
}

.testm_text {
  margin-left: 20px;
}

.testmonil_div .test_cont img {
  border-radius: 100%;
  max-width: 85px;
  border: 5px solid #D7D7D7;
}
.testimonial_sec #loading img {
display: block;
margin: 10px auto;
}

.testimonial_sec #slides {
display: none;
}

.testimonial_sec .toggle {
display: none;
}
.testimonial_sec .active {
display: block;
animation: fadein ease-in 1.5s;
}

@keyframes fadein {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}
.indigator_btn button {
background: none !important;
padding: 0px !important;
border: none !important;
box-shadow: none !important;
outline: none !important;
}
.indigator_btn  button#previous {
margin-right: 2px;
}
.indigator_btn {
position: absolute;
right: 23%;
bottom: -20px;
}

div#slides {
position: relative;
}
.testimonial_back_img {
position: relative;
padding-top: 25%;
z-index: 999;
}
.testimonial_back_img img {
position: absolute;
top: 0;
}
.testmonil-shape {
  position: absolute;
  top: 50px;
  left: 31.6%;
  z-index: 0;
  animation: spin 20s infinite linear;
}
@keyframes spin {
  0% {transform: rotateX(0deg) rotateY(0deg);}
  50%{transform: rotateX(-360deg) rotateY(360deg);}
  90% {transform: rotateX(0deg) rotateY(0deg);}
}
div#main {
position: relative;
z-index: 90999;
}
.revup_btn {
display: flex;
}
.revup_btn a {
width: 180px;
height: 180px;
background: #FFFFFF;
border: 4px solid #FFFFFF;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.call_revup {background: #EEF1F5;padding: 135px 0px 185px;position: relative;overflow: hidden;}
.revup_btn a span {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.revup_btn a b {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #3F6AD3;
}
.request_btn {
  margin-left: 28px;
  background: #3F6AD3 !important;
  border: 4px solid #3F6AD3 !important;
}
.request_btn b {
  color: #fff !important;
  max-width: 89px;
}
.revup_cont p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #A0A0A0;
  margin-bottom: 0px;
}
.revup_cont h3 {
  font-weight: 400;
  font-size: 116px;
  line-height: 112px;
  color: #3F6AD3;
  margin-bottom: 52px;
}
.revup_cont {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.main_footer {
  background: #252525;
  padding: 103px 0px 103px;
  position: relative;
  overflow: hidden;
}
.footer_left h3 {
  font-weight: 700;
  font-size: 52px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 37px;
}
.footer_left a {
  display: block;
  font-size: 29px;
  line-height: 49px;
  color: #fff;
  font-weight: 200;
  transition: all 0.5s;
}
.form_div input, .form_div textarea {
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  padding: 0px 0px 14px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #fff !important;
  margin-bottom: 22px;
}
.form_div {
  padding-left: 85px;
}
.form_div input::placeholder, .form_div textarea::placeholder {
  color: #fff;
}
.form_div textarea {
  min-height: 120px !important;
}
.form_div button {
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #3F6AD3;
  color: #3F6AD3 !important;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.form_div button b {
  font-weight: 700;
  margin-right: 6px;
  position: relative;
  transition: all 0.5s;
}
.form_div .btn--7.button-mat:hover b {
  color: #fff !important;
}
.form_div .btn--7.button-mat span {
  position: relative;
  transition: all 0.5s;
}
.form_div .btn--7.button-mat:hover span {
  color: #fff;
}
.footer_left a b {
  font-weight: 700;
}
.footer_left a:hover {
  color: #4b73d6;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 59px;
  border-top: 1px solid #ffffff30;
  padding-top: 25px;
  align-items: center;
}
.footer_cont ul {
  padding: 0px;
  display: flex;
  margin-bottom: 10px;
}
.footer_cont ul li {
  border-right: 1px solid #fff;
  line-height: 13px;
  list-style: none;
}
.footer_cont ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  margin: 0px 14px;
}
.footer_cont ul li:last-child {
  border: none;
}
.footer_cont ul li:last-child a {
  margin-right: 0 !important;
}
.future_img {
  position: relative; 
  overflow: hidden;
  margin: 0;
}
.future_img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(0,0,0,.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.future_img:hover{
  animation: bloom ease-in-out .75s forwards;
}
.future_img:hover::before {
  animation: circle .75s;
}
@keyframes bloom {
  0% {
    filter: grayscale(.8);
  }
  40% {
    filter: grayscale(.5);
  }
  100% {
    filter: grayscale(0);
  }
}
@keyframes circle {
  0% {
    opacity: .5;
    background: rgba(213,156,34,.2);
    
  }
  40% {
    opacity: 1;
    background: rgba(5, 5, 5, 0.2);
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.main_footer .window.tiles {
  top: auto !important;
  right: auto !important;
}
.footer_img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.main_footer .container {
  position: relative;
  z-index: 999;
}
.footer_left-img {
  position: absolute;
  top: -18%;
  left: 0%;
  border-radius: 100%;
  filter: blur(70px);
  -webkit-animation: cog 5s infinite;
  -moz-animation: cog 5s infinite;
  -ms-animation: cog 5s infinite;
  animation: cog 7s infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
}
/* .agency_div button.accordion-button:after, .agency_div button.accordion-button:before{
  display: none;
} */
.agency_div button.accordion-button {
  background: none !important;
  padding: 0px !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0px !important;
  color: #000 !important;
  position: relative;
  z-index: 999999999999999 !important;
}
.agency_div .accordion-item {
  background: none !important;
  max-width: 430px;
}
.agency_div .accordion-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 2px;
}
.service_sec .accordion-body ul {
  padding: 0px;
  margin-top: 10px;
}
.service_sec .accordion-body ul li {
  list-style: none;
  color: #fff;
  font-weight: 500 !important;
  font-size: 21px;
  line-height: 35px;
  display: flex;
  align-items: center;
}
.service_sec .accordion-body ul li b {
  font-weight: 500;
}
.service_sec .accordion-body ul li span {
  margin-right: 16px;
}
.wave {
  background: url('../assets/images/e 1 (2).svg');
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 50s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
}

.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 30s linear reverse infinite;
  opacity: 0.5;
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 25s -1s linear infinite;
  opacity: 0.5;
}

@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}
.ocean {
  height: 210px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

@keyframes track-in-out {
  0% {
    letter-spacing: 6px;
    opacity: 0;
  }
  20% {
    letter-spacing: 0;
    opacity: 1;
  }
  80% {
    letter-spacing: 6px;
    opacity: 1;
  }
  100% {
    letter-spacing: 6px;
    opacity: 0;
  }
}
.glance_text{
  animation-name: track-in-out;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.popup_sec {
  position: relative;
  z-index: 99999996;
}
.modal-dialog {
  max-width: 700px !important;
}
.modal-dialog .new_reqest {
  padding: 0px !important;
  margin-top: 40px;
}
.modal-dialog .new_reqest .mb-3.form-group {
  margin-bottom: 0px !important;
}
.modal-dialog .new_reqest input, .modal-dialog .new_reqest textarea, .modal-dialog .new_reqest .form-select {
  border: none !important;
  color: #000 !important;
  font-size: 17px;
  border-bottom: 1px solid #000 !important;
  border-radius: 0px !important;
  padding: 0px 0px 14px !important;
  background-position: right;
  box-shadow: none !important;
}
.modal-dialog .new_reqest .mb-3.form-group input::placeholder, .modal-dialog .new_reqest textarea::placeholder {
  color: #000;
}
.modal-body {
  padding: 40px;
}
.request_form h1 {
  font-weight: 900;
  font-size: 43px;
  line-height: 52px;
  color: #000;
  position: relative;
  z-index: 999;
  text-align: center;
}
.request_form  p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-align: center;
}
.modal-content {
  border: none !important;
  border-radius: 0 !important;
  padding: 20px 30px 30px;
}
.modal-content .modal-header {
  padding: 0px;
  border: none;
  position: absolute;
  right: -10px;
  top: -10px;
}
.modal-content .modal-header button.btn-close {
  background: #3F6AD3;
  opacity: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 100 !important;
}
.modal {
  background: #0000009c;
}
.modal-content .modal-header button.btn-close img {
  max-width: 15px;
  margin-bottom: 11px;
}
.navbar-light .navbar-brand img {
  max-width: 180px;
}
.footer_logo img {
  max-width: 156px;
}


/* media start */
@media (max-width:1700px){
.window.tiles {
  right: 11%;
}
.tiles__item img {
  max-width: 222px;
}
.content h3 {
  font-size: 5em;
}
}
@media (max-width:1440px){
.content h3 {
  color: #fff;
  font-size: 80px;
  position: absolute;
  transform: translate(0%, -50%);
}
.container-fluid {
  padding: 0px 30px !important;
}
.tiles__item img {
  max-width: 200px;
}
}
@media (max-width:1239px) {
  .window.tiles {
    display: none;
}
.creile_left {
  right: 14%;
}
.banner_sec {
  padding: 215px 0px 115px;
}
.service_sec button.accordion-button {
  font-size: 70px;
  line-height: 70px;
}
.service_cont h3 {
  font-size: 74px;
  line-height: 74px;
}
.portfolio_sec h3 {
  font-size: 66px;
  line-height: 70px;
}
.portfolio-btn {
  margin-top: 40px;
}
.portfolio_sec {
  padding: 74px 0px;
}
.footer_left h3 {
  font-size: 35px;
  line-height: 42px;
}
.testimonial_sec {
  padding: 100px 0px;
}
.call_revup {
  padding: 90px 0px 90px;
}
.revup_cont h3 {
  font-size: 90px;
  line-height: 90px;
}
.mission_sec {
  padding: 90px 0px;
}
.agency_div h4 {
  font-size: 27px;
  line-height: 36px;
}
.footer_left a {
  font-size: 22px;
  line-height: 36px;
}
}

@media (max-width:1199px){
  @keyframes track-in-out {
    0% {
      letter-spacing: 4px;
      opacity: 0;
    }
    20% {
      letter-spacing: 0;
      opacity: 1;
    }
    80% {
      letter-spacing: 4px;
      opacity: 1;
    }
    100% {
      letter-spacing: 4px;
      opacity: 0;
    }
  }
  .portfolio_sec h3 {
    font-size: 60px;
}
}
@media(max-width:991px){
.creile_left {
    display: none;
}
.cricle_right {
  right: 0px;
  top: 0;
}
.hedaing_div h3 {
  font-size: 60px;
}
.c-large-header {
  margin-bottom: 20px;
}
.agency_div .accordion-item {
  max-width: 100%;
}
.agency_img-1 {
  display: none;
}
.mission_sec .row .col-sm-5.agency_div {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
.mission_sec .row {
  display: block;
}
.agency_div .accordion-item {
  max-width: 100%;
}
.agency_img-2 {
  right: 20px;
  top: 30px;
}
.mission_sec .row .col-sm-7 {
  width: 100%;
  margin-bottom: 60px;
}
.mission_sec {
  padding: 40px 0px 90px;
}
.service_sec button.accordion-button {
  font-size: 50px;
  line-height: 60px;
}
.service_sec {
  padding: 70px 0px;
}
.service_sec .accordion-button:not(.collapsed):before {
  width: 36px;
  height: 36px;
  right: -60px;
}
.service_cont h3 {
  font-size: 40px;
  line-height: 30px;
}
.spahes_1, .bottom_cricle, .shape-2 {
  display: none;
}
.customer_div h3 {
  margin-bottom: 32px;
}
.service_cont p {
  font-size: 20px;
}
.portfolio_sec h3 {
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 10px;
}
.testimonial_sec p {
  font-size: 25px;
  line-height: 38px;
}
.revup_cont h3 {
  font-size: 70px;
  line-height: 70px;
}
.revup_btn a {
  width: 160px;
  height: 160px;
}
.main_footer {
  padding: 50px 0px;
}
.main_footer .row {
  display: block;
}
.main_footer .row .col-sm-6 {
  width: 100%;
  margin-bottom: 30px;
}
.form_div {
  padding-left: 0;
}
.navbar-light .navbar-toggler {
  border: none !important;
  padding-right: 0px;
  box-shadow: none !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: none !important;
}
.navbar-light .navbar-toggler-icon img {
  max-width: 30px;
}
.main-header .nav-link {
  font-weight: 500;
  font-size: 17px;
  color: #000 !important;
}
li.nav-item.humber_menu {
  display: none;
}
.navbar-collapse {
  background: #fffffffa;
  border-radius: 4px;
  padding: 10px 0px;
}
li.nav-item {
  border-bottom: 1px solid #ddd;
  padding: 6px 0px;
}
li.nav-item:nth-child(5) {
  border: none;
  padding-bottom: 0px;
}
}

@media(max-width:767px){
.cricle_right {
    right: 0px;
    top: -210px;
}
.icon_div {
  display: none;
}
.text_div {
  margin-left: 0;
}
.content h3 {
  font-size: 46px;
}
.content {
  position: relative;
  margin-bottom: 65px;
  margin-top: 25px;
}
.banner_sec {
  padding: 145px 0px 75px;
}
.heading_svg text {
  font-size: 120px !important;
}
.icon_text {
  display: block;
  margin-top: 15px;
}
.navbar-brand img {
  max-width: 130px !important;
}
.hedaing_div h3 {
  font-size: 40px;
  margin: 0px 30px;
}
.agency_img-2 {
  display: none;
}
.mission_sec .row .col-sm-7 img {
  max-width: 100%;
}
.agency_img:after {
  width: 286px;
  height: 286px;
  left: 0;
}
.mission_sec .row .col-sm-7 {
  margin-bottom: 0;
}
.mission_sec {
  padding: 10px 0px 40px;
}
.agency_div h4 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 10px;
}
.agency_div button.accordion-button {
  font-size: 17px;
}
.service_sec button.accordion-button {
  font-size: 26px;
  line-height: 34px;
}
.service_sec .accordion-button:not(.collapsed):before {
  width: 20px;
  height: 20px;
  right: -30px;
}
.service_sec .accordion-body ul li {
  font-size: 17px;
  line-height: 32px;
}
@keyframes track-in-out {
  0% {
    letter-spacing: 1px;
    opacity: 0;
  }
  20% {
    letter-spacing: 0;
    opacity: 1;
  }
  80% {
    letter-spacing: 1px;
    opacity: 1;
  }
  100% {
    letter-spacing: 1px;
    opacity: 0;
  }
}
.portfolio_sec h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
}
.portfolio_sec {
  padding: 40px 0px;
}
.portfolio-btn {
  margin-top: 40px;
}
.testmonil_div {
  padding: 20px 20px 60px;
}
.testimonial_sec p {
  font-size: 20px;
  line-height: 32px;
}
.testimonial_back_img {
  display: none;
}
.testmonil-shape {
  top: 0;
  left: 0;
}
.testimonial_sec {
  padding: 50px 0px 60px;
}
.footer_left h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}
.footer_left a {
  font-size: 18px;
  line-height: 32px;
}
.form_div input, .form_div textarea {
  padding: 0px 0px 12px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
}
.form_div textarea {
  min-height: 90px !important;
  margin-bottom: 30px;
}
.footer_bottom {
  display: block;
  margin-top: 48px;
}
.footer_cont ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 0px 10px;
}
.footer_cont ul li {
  line-height: 14px;
  display: flex;
  align-items: center;
}
.footer_cont ul {
  padding: 0px;
  display: flex;
  margin-bottom: 10px;
  margin-top: 20px;
}
.footer_cont ul li:nth-child(1) a {
  margin-left: 0px;
}
.main_footer {
  padding: 30px 0px;
}
.revup_cont h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
}
.revup_cont p {
  font-size: 20px;
  line-height: 24px;
}
.call_revup {
  padding: 40px 0px 40px;
}
.right_div, .left_div {
  display: none;
}
.service_cont h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 12px;
}
.service_sec {
  padding: 30px 0px 100px;
}
.service_sec .accordion {
  margin-bottom: 70px;
}
.container-fluid {
  padding: 0px 15px !important;
}
.modal-content {
  padding: 30px 20px;
}
.request_form h1 {
  font-size: 24px;
  line-height: 24px;
}
.modal-body {
  padding: 0px !important;
}
.request_form p {
  font-size: 16px;
  line-height: 18px;
}
.modal-dialog .new_reqest input, .modal-dialog .new_reqest textarea, .modal-dialog .new_reqest .form-select {
  font-size: 16px;
  padding: 0px 0px 12px !important;
}
.modal-dialog .new_reqest .row {
  display: block;
}
.modal-dialog .new_reqest .form-select {
  margin-bottom: 10px;
}
.modal-content .modal-header button.btn-close {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.modal-content .modal-header {
  right: 0;
  top: 0;
}
.modal-content .modal-header button.btn-close img {
  max-width: 15px;
  margin-bottom: 7px;
}
.modal-dialog {
  height: auto;
  display: block;
}
}