@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.eot#iefix)
      format("embedded-opentype"),
    url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.woff)
      format("woff"),
    url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.ttf)
      format("truetype"),
    url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.svg#fontawesome)
      format("svg");
}
body,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
i,
iframe,
label,
li,
p,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}
footer,
header,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
footer,
header,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0f6ce2;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-6,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-4,
.col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #bebebe;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e61d25;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}
.bx-viewport {
  -webkit-transform: translateZ(0);
}
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
  position: RELATIVE;
  bottom: 55px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(https://logozila.com/assets/images/controls.webp) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(https://logozila.com/assets/images/controls.webp) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.tp-wid {
  position: fixed;
  z-index: 999999;
  bottom: 26px;
  background: #fff;
  width: 100px;
  height: 58px;
  left: 12px;
  box-shadow: 0 1px 8px 2px #00000029;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
}
.tp-wid .trustpilot-widget {
  height: 100px;
}
.tp-wid .trustpilot-widget iframe {
  height: 58px !important;
}
body {
  font-family: poppins, sans-serif;
  font-size: 14px;
  color: #000;
}
a:focus,
a:hover,
button:focus,
button:hover {
  outline: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
}
.col-6,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-4,
.col-sm-6 {
  padding-right: 7px;
  padding-left: 7px;
}
.row {
  margin-right: -7px;
  margin-left: -7px;
}
section {
  padding: 40px 0;
  clear: both;
}
a:hover {
  text-decoration: none;
}
p {
  color: #959595;
}
h2 {
  font-size: 35px;
  color: #120f62;
  font-weight: 700;
}
h2 span {
  color: #ff424e;
  vertical-align: baseline;
}
h2 + h5 {
  font-size: 17px;
  color: #8a8a8a;
  width: 67%;
  margin: 15px auto 40px;
  font-weight: 400;
  line-height: 26px;
}
img {
  max-width: 100%;
}
.col-6,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-4,
.col-sm-6 {
  padding-right: 7px;
  padding-left: 7px;
}
.row {
  margin-right: -7px;
  margin-left: -7px;
}
header {
  padding: 0;
  position: relative;
}
header ul li {
  display: inline-block;
  margin-right: 30px;
}
header ul li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
header .second-menu {
  background: #120f62;
  text-align: center;
  padding: 10px 0 12px;
  margin: 0;
  position: relative;
  z-index: 1;
}
header .second-menu li a {
  color: #fff;
}
header .main-menu {
  margin: 5px 0 0 62px;
}
header ul.info {
  margin-top: 5px;
  position: absolute;
  right: 0;
}
a {
  color: #03005a;
}
header ul li:last-child {
  margin-right: 0;
}
header ul.info li {
  margin-right: 16px;
}
header ul.info li + li img {
  max-width: 12px;
}
header ul.info li a {
  font-size: 13px;
  font-weight: 600;
  vertical-align: baseline;
}
header ul.info li.chat a {
  font-size: 13px;
  font-weight: 700;
}
header ul.info li img {
  margin-right: 7px;
  max-width: 17px;
}
footer {
  background-size: cover;
  padding: 120px 0;
  width: 100%;
  color: #fff;
  background-color: #120f62;
}
footer h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
footer p {
  margin: 0;
  color: #f7f7f7;
  font-size: 12px;
  line-height: 19px;
  width: 100%;
  letter-spacing: 0.3px;
}
footer ul li a {
  color: #fff;
  font-size: 13px;
}
footer ul.links li {
  margin-bottom: 10px;
}
footer ul.links li:before {
  content: "";
  background: #ffc106;
  width: 6px;
  height: 3px;
  display: inline-block;
}
footer ul.address li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}
footer ul.address li span {
  display: block;
  font-size: 12px;
  color: #858585;
  font-weight: 600;
}
footer ul.address li a {
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s ease 0s;
}
footer ul.links li a {
  padding-left: 12px;
  transition: all 0.4s ease 0s;
}
.our-banner {
  position: relative;
  margin-top: -44px;
  padding: 0;
  overflow: hidden;
}
.our-banner h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.our-banner p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
}
.btn {
  padding: 6px 29px;
  border-radius: 9px;
  border: none;
  box-shadow: none;
  display: inline-block;
  border: 2px solid;
}
.our-banner.home-banner {
  align-items: center;
  clear: both;
}
.logo-bar {
  padding: 10px 0;
  border-bottom: 1px solid #eee4e4;
  position: relative;
}
.stragery-branding [class*="col-"] {
  padding: 0 15px;
  text-align: center;
}
.stragery-branding h2 {
  color: #120f62;
  font-size: 47px;
  font-weight: 700;
}
.stragery-branding h2 span {
  color: #ff3d4a;
}
.stragery-branding p {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 30px;
}
.stragery-branding .row {
  margin: 0 -15px;
}
.explore {
  color: #ff3d4a;
  float: right;
  position: relative;
  padding-right: 30px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s all;
}
.explore:after {
  content: "";
  background: #ff3d4a;
  height: 2px;
  width: 10px;
  display: inline-block;
  position: relative;
  top: -3px;
  transition: 0.5s all;
  right: -6px;
}
.explore:hover:after {
  width: 15px;
}
a:hover {
  color: #f1414d;
}
.explore:hover {
  letter-spacing: 0.5px;
}
.stragery-branding {
  position: relative;
  overflow: hidden;
}
.our-banner img {
  width: 100%;
}
.bxslider {
  width: 100%;
}
.our-banner .caption {
  position: absolute;
  top: 29%;
  width: 100%;
}
.bx-wrapper {
  border: 0;
  box-shadow: none;
  background: 0 0;
  width: 100%;
  margin: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: 0 0;
  border: 2px solid #fff;
}
.bx-wrapper .bx-controls-direction a {
  display: none !important;
}
.our-creative {
  background-size: cover;
  position: relative;
}
.our-creative:before {
  content: "";
  background: url(https://logozila.com/assets/images/capability-vec-1.webp)
    no-repeat;
  height: 55px;
  width: 42px;
  position: absolute;
  top: -30px;
  left: 150px;
}
.our-creative .container:after {
  content: "";
  background: url(https://logozila.com/assets/images/capability-vec-2.webp)
    no-repeat;
  height: 32px;
  width: 32px;
  position: absolute;
  top: -10px;
  right: 80px;
}
.our-creative:after {
  content: "";
  background: url(https://logozila.com/assets/images/capability-vec-3.webp)
    no-repeat;
  height: 76px;
  width: 80px;
  position: absolute;
  bottom: 50px;
  right: 70px;
}

.our-creative .box h4 {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}
.our-creative .box p {
  margin: 10px 0;
}
.our-creative .box .explore {
  font-size: 14px;
}
p {
  color: #8a8a8a;
}
.btn-red {
  background: #ff4955;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  transition: all 0.4s ease 0s;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.logo-bar:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  background: url(https://logozila.com/assets/images/logo-bar-after.webp)
    no-repeat;
  height: 173px;
  width: 91px;
}
button#showMore:hover {
  background: #120f62d1;
  border: 3px solid #3d3a7e !important;
}
.stragery-branding:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background: url(https://logozila.com/assets/images/stragery-branding-before.webp)
    no-repeat;
  height: 274px;
  width: 65px;
}
button#showMore {
  margin: 46px auto 0;
  display: table;
  background: #120f62;
  border: 3px solid #120f62 !important;
  text-transform: initial;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  transition: all 0.4s ease 0s;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.new-pf {
  margin-top: 30px;
}
.element-item {
  color: #262524;
  margin-bottom: 0;
  height: 310px;
  padding: 0;
  margin-right: 0;
  border-radius: 10px;
  width: 390px;
  margin-right: 18px;
  margin-bottom: 18px;
}
.element-item > * {
  margin: 0;
  padding: 0;
}
.element-item img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
  object-fit: cover;
  border-radius: 20px;
}
.grid .col-md-4:nth-child(3n) {
  margin-right: 0;
}
.element-item:hover img {
  -ms-transform: scale(1.2);
}
.new-pf div#filters button {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  border-radius: 0;
  width: auto;
  margin-right: 41px;
  outline: 0;
  border: none;
  padding: 0;
  background: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #212121;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.new-pf div#filters {
  text-align: left;
  margin-top: 55px;
  float: right;
}
.new-pf div#filters .button.is-checked,
.new-pf div#filters button:active {
  color: #fff;
  background: 0 0;
  color: #ff4955;
}
.element-item.col-md-4.video {
  height: 253px !important;
}
.hidden {
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.element-item:hover {
  z-index: 1;
}
.grid {
  overflow-y: hidden;
  margin-top: 30px;
}
.hidden {
  display: none !important;
}
.new-pf div#filters button:last-child {
  margin-right: 0;
}
.our-portfolio {
  position: relative;
}
.our-portfolio:before {
  content: "";
  background: url(https://logozila.com/assets/images/circle-shape.webp)
    no-repeat;
  height: 562px;
  width: 566px;
  position: absolute;
  left: -60px;
  top: 210px;
  background-size: 80%;
}
.our-cta {
  background: url(https://logozila.com/assets/images/our-cta.webp) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  overflow: hidden;
  display: none;
}
.our-cta h2 {
  color: #ff3d4a;
  font-size: 30px;
  margin: 0 0 20px;
}
.our-cta h2 span {
  color: #fff;
}
.our-cta ul li {
  display: inline-block;
  margin-right: 40px;
}
.our-cta ul li a {
  color: #fff;
  font-size: 28px;
}
.our-cta ul li.chat a {
  font-size: 22px;
  font-weight: 700;
}
.our-cta ul li img {
  margin-right: 8px;
}
.our-cta .container {
  position: relative;
}
.our-cta .container:before {
  content: "";
  background: url(https://logozila.com/assets/images/our-cta-before.webp)
    no-repeat;
  height: 193px;
  width: 225px;
  position: absolute;
  left: -100px;
  top: -30px;
}
.our-cta .container:after {
  content: "";
  background: url(https://logozila.com/assets/images/our-cta-after.webp)
    no-repeat;
  height: 210px;
  width: 205px;
  position: absolute;
  right: -60px;
  top: -30px;
}
.our-testimonial {
  position: relative;
  background: #f6f6f6;
  overflow: hidden;
  padding: 150px 0 55px;
}
.our-testimonial:after,
.our-testimonial:before {
  content: "";
  background: url(https://logozila.com/assets/images/testimonial-before.webp);
  height: 341px;
  width: 341px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.our-testimonial:after {
  left: inherit;
  right: 0;
}
.project-cta {
  background: #120f62;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}
.project-cta h2 {
  color: #191818;
  display: inline-block;
}
.our-testimonial h2 {
  position: absolute;
  font-size: 200px;
  color: #fff;
  top: 0;
  left: 50%;
  margin-left: -663px;
}
.our-testimonial h3 {
  font-size: 22px;
  color: #120f62;
  font-weight: 600;
}
.our-testimonial p {
  font-size: 15px;
}
.our-testimonial h4 {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  display: inline-flex;
  margin-top: 10px;
  align-items: center;
}
.our-testimonial .item {
  background: #fff;
  padding: 30px;
}
.popupform {
  width: 900px;
  border-radius: 0;
  padding: 0 !important;
  overflow: visible;
  background: #fff !important;
}
.popupform .modal-body {
  padding: 0;
}
.popup-bann {
  float: left;
  width: 40%;
  text-align: left;
  display: block;
  margin-left: -29px;
}
.popup-content {
  float: left;
  width: 60%;
  padding: 20px 0 0;
  text-align: left;
}
.popup-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 27px;
  margin-top: 12px;
  text-transform: capitalize;
  padding-right: 33px;
  text-align: left;
  position: relative;
  display: inline-block;
}
.popup-content h2 + p {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #888;
  text-align: left;
  font-weight: 400;
}
.popup-content input[type="email"],
.popup-content input[type="tel"],
.popup-content input[type="text"],
.popup-content textarea {
  background: #fbfbfb;
  border: 1px solid #e6e6e6;
  padding: 9px 10px;
  width: 100%;
  border-radius: 2px;
  font-size: 13px;
  color: #000;
  box-shadow: none !important;
  outline: 0 !important;
  margin-bottom: 12px;
}
.popup-content textarea {
  height: 142px;
  resize: none;
}
.popup-content h2 img {
  position: absolute;
  top: -18px;
  right: -50px;
}
header .top {
  padding: 17px 0;
}
.btn-red:focus,
.btn-red:hover {
  outline: 0;
  color: #fff;
  background: #de3843;
}
header ul.info li.chat {
  position: relative;
  top: 2px;
}
header ul.info li.chat {
  position: relative;
  top: 0;
}
header .logo img {
  max-width: 55%;
  margin-top: 6px;
}
.example_c {
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  border: 3px solid #ffa800;
  display: inline-block;
  transition: all 0.4s ease 0s;
  border-radius: 10px;
  background: #ffa800;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.example_d {
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  border: 3px solid #fff !important;
  display: inline-block;
  transition: all 0.4s ease 0s;
  border-radius: 10px;
  background: #ffa80000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.example_c:hover {
  color: #fff;
  background: #ffaa07f2;
}
.bx-pager.bx-default-pager {
  position: absolute;
  bottom: 15px;
}
.example_d:hover {
  color: #ffffffe8;
}
section.project-cta h5 br {
  display: none;
}
.our-creative .container a.example_c {
  margin: 46px auto 0;
  display: table;
  background: #120f62;
  border: 3px solid #120f62 !important;
  text-transform: initial;
}
.our-creative a.example_c:hover {
  background: #120f62d1;
  border: 3px solid #3d3a7e !important;
}
section.project-cta a.example_c.various {
  background: #ff424e;
  border: 3px solid #ff424e;
  margin-top: 5px;
}
section.project-cta h2 {
  font-size: 28px;
  color: #fff;
  line-height: 34px;
}
section.project-cta h5 {
  font-size: 16px;
  width: auto;
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.3px;
  width: 69%;
}
section.project-cta ul li {
  display: inline;
  color: #fff;
  margin-right: 10px;
}
section.project-cta ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
section.project-cta ul li img {
  max-width: 14px;
  margin-right: 5px;
}
section.project-cta ul {
  text-align: center;
  margin-top: 0;
}
section.project-cta .col-md-4 {
  text-align: center;
  padding-right: 8%;
}
section.project-cta h2 span {
  display: block;
  font-size: 34px;
}
section.project-cta .col-md-8 {
  padding-left: 7%;
}
span.textadd {
  display: block;
  margin-top: 20px;
}
footer .col-md-2.mob-2 {
  padding-left: 40px;
}
a.hovered {
  color: #000;
  padding: 9px 0;
  position: absolute;
  left: 0;
  z-index: 999;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  width: 150px;
  letter-spacing: 1px;
  bottom: 120px;
  transition: 0.3s linear;
  transition-delay: 0.4s;
  background: #ff3d4a;
  margin: auto;
  right: 0;
  opacity: 0;
}
.element-item.col-md-4.website {
  position: relative;
  transition: 0.5s all;
}
.element-item.col-md-4.website:hover a {
  opacity: 1;
}
.caption h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.social-media h5 {
  font-size: 12px;
  color: #858585;
  font-weight: 600;
}
ul.social-media {
  display: flex;
}
ul.social-media li {
  margin-right: 12px;
}
ul.social-media li a {
  font-size: 15px;
}
ul {
  padding: 0;
}
@media only screen and (max-width: 980px) and (min-width: 320px) {
  footer ul.links li a {
    padding-left: 6px;
  }
  footer ul li a {
    font-size: 12px;
  }
  footer ul.address li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  footer ul.address li a {
    font-size: 14px;
    font-weight: 500;
  }
  footer ul.address li span {
    margin-bottom: 5px;
  }
  .good-firm img {
    max-width: 100px;
    margin-bottom: 20px;
    margin-right: 6px;
  }
  .good-firm img {
    max-width: 120px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .menu li a:before {
    display: none;
  }
  .menu-bottom span:nth-child(2) {
    width: 70%;
  }
  .menu-bottom span:last-child {
    margin-bottom: 0;
  }
  .menu-bottom {
    width: 40px;
    height: 40px;
    padding: 5px;
    float: right;
    position: absolute;
    z-index: 999999;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 15px;
    top: -30px;
  }
  .menu-bottom span {
    height: 3px;
    background: #dd1501;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    position: relative;
  }
  .main-menu {
    margin: 0;
    overflow: auto;
    position: fixed;
    right: -100%;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: -moz-linear-gradient(
      281deg,
      #1a1c4b 0,
      #1a1c4b 1%,
      #033c92 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #1a1c4b),
      color-stop(1%, #1a1c4b),
      color-stop(100%, #033c92)
    );
    background: -webkit-linear-gradient(
      281deg,
      #1a1c4b 0,
      #1a1c4b 1%,
      #033c92 100%
    );
    background: -o-linear-gradient(281deg, #1a1c4b 0, #1a1c4b 1%, #033c92 100%);
    background: -ms-linear-gradient(
      281deg,
      #1a1c4b 0,
      #1a1c4b 1%,
      #033c92 100%
    );
    background: linear-gradient(169deg, #2b156a 0, #2b156a 1%, #190d3c 100%);
    height: 100%;
    z-index: 9999;
    padding-top: 20px;
  }
  .main-menu ul {
    padding: 0;
    width: 100%;
  }
  .menu li {
    display: block !important;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff9c;
    position: relative;
    text-align: left;
  }
  .menu li a {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 8px 10px;
    display: inline-block;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  header .menu {
    opacity: 0;
  }
  header {
    padding: 10px 0;
  }
  header .logo img {
    max-width: 180px;
  }
  .our-banner h1 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 26px;
  }
  [data-aos^="fade"][data-aos^="fade"] {
    opacity: 1 !important;
  }
  [data-aos="fade-up"] {
    transform: translate3d(0, 0, 0);
  }
  [data-aos="fade-right"] {
    transform: translate3d(0, 0, 0);
  }
  [data-aos="fade-left"] {
    transform: translate3d(0, 0, 0);
  }
  .our-banner {
    padding: 0;
    height: auto;
    margin-top: 0;
  }
  section {
    overflow: hidden;
  }
  h2 {
    font-size: 20px;
  }
  header .logo {
    max-width: 40%;
  }
  header .second-menu {
    margin: 0;
    padding: 0;
    background: 0 0;
  }
  header .main-menu {
    margin: 0;
  }
  header ul.info li img {
    max-width: 20px;
    margin-right: 0;
  }
  header ul.info li.chat a {
    font-size: 16px;
    font-weight: 500;
  }
  header ul.info li a {
    font-size: 16px;
    font-weight: 500;
  }
  header ul.info {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 11px;
    margin-top: 10px;
    display: none;
  }
  header .container:nth-child(2) {
    display: none;
  }
  .our-cta .container:after,
  .our-cta .container:before {
    display: none;
  }
  .our-cta h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    line-height: 24px;
  }
  .our-cta h2 br {
    display: none;
  }
  .our-cta h2 span {
    color: #ff3d4a;
    font-weight: 800;
  }
  section.our-cta {
    padding: 20px 0;
  }
  .our-cta ul li a {
    font-size: 19px;
  }
  .our-cta ul li img {
    margin-right: 0;
    max-width: 20px;
  }
  .our-cta ul li.chat a {
    font-size: 16px;
    font-weight: 500;
  }
  .our-cta ul li {
    margin-right: 19px;
  }
  .our-cta ul li:last-child {
    margin: 0;
  }
  .stragery-branding h2 {
    font-size: 26px;
  }
  .stragery-branding p {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  .logo-bar:after {
    display: none;
  }
  section {
    padding: 30px 0;
  }
  .stragery-branding:before {
    display: none;
  }
  .explore {
    font-size: 13px;
  }
  .our-creative:after,
  .our-creative:before {
    display: none;
  }
  .our-creative .container:after {
    display: none;
  }
  h2 + h5 {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
  section.project-cta h5 {
    width: 100%;
    text-align: center;
  }
  .our-creative .box {
    margin: 0 auto 15px;
    width: 90%;
    display: table;
    float: none;
  }
  .our-creative .box h4 {
    font-size: 16px;
  }
  .our-creative .box img {
    max-height: 55px;
  }
  p {
    font-size: 13px;
  }
  .our-testimonial h2 {
    position: static;
    font-size: 28px;
    color: #120f62;
    text-align: center;
    margin: 0 0 18px;
  }
  .our-testimonial {
    padding: 30px 0 60px;
  }
  .our-banner p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .our-banner .caption {
    top: 30px;
    align-items: center;
    justify-content: center;
  }
  .home-banner img {
    height: 250px;
    object-fit: cover;
  }
  .our-banner a {
    font-size: 14px;
  }
  .project-cta {
    background-position: center;
  }
  section.project-cta .col-md-4,
  section.project-cta .col-md-8 {
    padding: inherit;
  }
  section.project-cta a.example_c.various {
    margin: 20px 0 0;
  }
  .project-cta h2 {
    text-align: center;
    margin: 0 0 15px;
  }
  iframe {
    height: 250px;
  }
  .our-portfolio:before {
    display: none;
  }
  .new-pf div#filters button {
    font-size: 13px;
    margin-right: 8px;
  }
  .element-item {
    width: 41%;
    height: 156px;
    margin: 10px;
  }
  .grid .col-md-4:nth-child(3n) {
    margin-right: 18px;
  }
  .element-item img {
    object-fit: inherit;
  }
  .grid {
    padding: 0;
  }
  footer .mob-2 {
    width: 40%;
    padding-left: 0;
  }
  footer .col-md-2.mob-2 {
    padding-left: 5px;
  }
  footer .col-md-4 {
    margin-bottom: 30px;
  }
  footer {
    padding: 30px 0;
  }
  footer .mob-3 {
    width: 60%;
  }
  .popup-bann {
    display: none;
  }
  .popup-content {
    width: 100%;
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 1100px) {
  header .main-menu {
    margin: 5px 0 0 0;
  }
  header ul.info {
    display: flex;
    align-items: center;
  }
  header ul.info li {
    margin-right: 3px;
  }
  header ul li a {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
  }
  header ul.info li.chat a {
    font-size: 11px;
    font-weight: 600;
  }
  header ul.info li.chat a {
    font-size: 11px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 991px) {
  .our-testimonial:after {
    display: none;
  }
  .our-testimonial:after,
  .our-testimonial:before {
    content: "";
    background: url(https://logozila.com/assets/images/testimonial-before.webp);
    height: 341px;
    width: 780px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .menu-bottom {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .stragery-branding h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  header ul.info {
    display: none;
  }
  .menu-bottom {
    top: -30px;
  }
}
