<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
footer .col-lg-4:nth-child(2) .footer-menu {
    text-align: left !important;
}
p.contacttext {
    font-size: 12px;
}
.page-template-template-engagement-ads .offering-section-bottom {
    margin: 30px 0 0;
    text-align: center;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  background: #ffffff;
  font-size: 18px;
  line-height: normal;
  color: #212529;
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

*,
after,
before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
}

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

p {
  line-height: 1.6;
}

b,
strong {
  font-family: 'Raleway', sans-serif;
  font-weight: inherit;
}

a:focus {
  background: none;
}

u {
  text-decoration: underline;
}

i,
em {
  font-style: italic;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
  font-size: 14px;
}

.clearfix {
  clear: both;
}

::-moz-selection {
  color: #fff;
  background: #0c6cd3;
}

::selection {
  color: #fff;
  background: #0c6cd3;
}


header .row {
  align-items: center;
  justify-content: space-between;
}

.header-menu&gt;ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-menu ul li {
  text-decoration: none;
  position: relative;
}

.header-menu&gt;ul&gt;li+li {
  margin-left: 48px;
}

.header-menu&gt;ul&gt;li&gt;a:hover {
  background: linear-gradient(90deg, #bf2909 0%, #bf2909d6 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-menu ul li a {
  color: #0e0741;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  display: block !important;
  pointer-events: none;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  z-index: 10;
  width: 150px;
  border-radius: 0;
}

.header-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.sub-menu ul li {
  display: block;
}

.sub-menu ul li a {
  display: block;
  padding: 7px 15px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.header-menu ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  line-height: 0;
}

.header-menu ul .dropdown .sub-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.4s;
  -webkit-transition: 0.4s
}

.header-menu ul .dropdown .sub-menu a:hover {
  background: linear-gradient(90deg, #bf2909 0%, #bf2909d6 70%);
  color: #fff;
}

.col.logo {
  max-width: 430px;
}

.col.logo a img {
  max-width: 170px;
}

.header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  background-color: #fff;
  animation: slideDown 0.35s ease-out;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

section.banner-section {
  padding: 30px 0 50px;
}

.banner-content h1 {
  color: #0e0741;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.4;
}

.border-line {
  margin: 0 0 10px;
}

.banner-content h1 strong {
  background: linear-gradient(90deg, #bf2909 0%, #bf2909d6 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content h6 {
  color: #0e0741;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 10px;
}

.banner-content p {
  color: #0e0741;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.banner-list.clear ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.banner-list ul li {
  color: #0e0741;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  position: relative;
  padding-left: 35px !important;
  padding: 10px 10px;
  width: 50%;
  display: inline-block;
}

.banner-list ul li:last-child {
  width: 100%;
}

.banner-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 22px;
  height: 22px;
  background: url('https://elixir.thinkbar.tech/wp-content/themes/big-red-studio/images/list-icon.png') left center;
  background-repeat: no-repeat;
  background-size: 22px;
}

.banner-image {
  margin-right: -50px;
}

.btn {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: transparent;
  border: 1px solid transparent;
  padding: 12px 15px;
  font-size: 22px;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-button .btn {
  background: linear-gradient(90deg, rgba(211, 33, 5, 1) 32%, rgba(234, 145, 85, 1) 100%);
  min-width: 245px;
  border-radius: 44px;
  color: #fff;
  padding: 9px 15px;
}

.banner-button {
  margin: 20px 0 0;
}


.same-section {
  padding: 70px 0;
}

.same-heading {
  padding-right: 90px;
}

.same-heading h2 {
  color: #0e0741;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4;
  margin: 0 0 5px;
}

.same-heading h2 strong {
  background: linear-gradient(90deg, #bf2909 0%, #bf2909d6 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.same-heading p {
  color: #0e0741;
  font-size: 18px;
  font-weight: 500;
  line-height:1.6;
  margin: 0;
}

.service-box-inner {
  border: 1px solid #4F4F4F;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.service-box-inner figure {
  margin: 0 0 10px;
}

.service-box-inner h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0e0741;
  line-height: 1.4;
  margin: 0 0 10px;
}

.service-box-inner p {
  color: #4F4F4F;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
}

.service-box-inner .read-more-btn {
  color: #4F4F4F;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0 0;
  display: inline-block;
}

.service-box-bottom {
  text-align: center;
  margin: 20px 0 0;
}

.service-line img {
  min-width: 106px;
}

.service-box .row [class*="col-"] {
  margin: 0 0 25px;
}

.global-section .same-heading {
  padding-right: 0;
}

.global-box-content {
  position: relative;
  padding-left: 25px;
}

.global-box-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, #bf2909 0%, #bf2909d6 70%);
}

.global-box-content+.global-box-content {
  margin: 25px 0 0;
}

.global-box-content h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  background: linear-gradient(90deg, #bf2909 0%, #bf2909d6 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  position: relative;
}

.global-box-content p {
  color: #4F4F4F;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
}

.bg-layer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('https://elixir.thinkbar.tech/wp-content/themes/big-red-studio/images/about-bg-layer.png') top center;
  background-repeat: no-repeat;
  width: 1231px;
  height: 1038px;
}

.about-banner-section {
  padding: 100px 0;
  position: relative;
}

.about-banner-section .row {
  align-items: center;
}

.about-banner-heading h1 {
  color: #000000;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.4;
}

.about-banner-heading h1 strong {
  background: linear-gradient(90deg, #bf2909 0%, #bf2909d6 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  position: relative;
  text-transform: none;
}

.about-bottom-heading {
  border: 1px solid #CBCBCB;
  padding: 60px;
  border-radius: 10px;
  margin: 70px 0 0;
}

.about-bottom-heading h2 {
  color: #2D2D2D;
  font-weight: bold;
  font-size: 55px;
  line-height: 1.4;
  margin: 0;
}

.about-section-bottom ul {
  display: flex;
  align-items: start;
  justify-content: center;
}

.about-section-bottom ul li {
  text-align: center;
  margin: -50px 0px 30px;
}

.about-section-bottom ul li p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  padding: 30px 20px;
  background: #fff;
  max-width: 424px;
}

.about-section-bottom ul li p strong {
  color: #bf2909;
  font-weight: 400;
}

.about-section-bottom ul li:nth-child(2) {
  margin: -15px 40px 30px;
}

.about-section-bottom {
  max-width: 1120px;
  margin: 0 auto;
}


.team-section {
  padding: 60px 0;
}

.team-heading {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 30px;
}

.team-heading h2 {
  background: linear-gradient(90deg, #bf2909 0%, #bf2909d6 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  position: relative;
  text-transform: none;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
}

.team-heading p {
  color: #737373;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.team-section .row .col-lg-3 {
  margin: 25px 0 0;
}

.team-box-parent figure {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 5px;
}

.team-box-parent figure img {
  width: 100%;
}

.team-box-content h3 {
  color: #0e0741;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 5px;
}

.team-box-content p {
  color: #bf2909;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.contact-section {
  padding: 100px 0;
}

.contact-wrapper h2 {
  font-size: 89px;
  font-weight: bold;
  color: #0e0741;
  line-height: 1.4;
  margin: 0;
}

.contact-wrapper p {
  color: #737373;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.contact-banner-bottom h3 {
  color: #0e0741;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
}

.contact-wrapper .row {
  margin: 60px 0 0;
}

.contact-form {
  background: linear-gradient(90deg, #bf2909 0%, #bf2909d6 70%);
  padding: 60px;
  margin-bottom: 20px;
}

.contact-form .form-group {
  margin: 0 0 20px;
}

.contact-form .form-group .form-control {
  font-size: 18px;
  font-weight: 500;
  color: #0e0741;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.contact-form .form-group input:focus {
  box-shadow: none;
  outline: none;
  border-color: #0e0741;
}

.contact-form .form-group textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #0e0741;
}

.contact-form .form-group textarea::placeholder,
.contact-form .form-group input::placeholder {
  color: #9E9E9E;
}

.contact-form .form-group textarea {
  height: 193px;
}

.contact-btn a {
  background: #373737;
  color: #fff;
  font-size: 24px;
  display: block;
  padding: 10px 15px;
  text-align: center;
  border-radius: 10px;
  font-weight: 400;
  margin: 35px 0 0;
  border: 1px solid transparent;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.contact-btn a:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/*.contact-section .container &gt; .row{ align-items: center;}*/
.contact-banner-bottom p {
  font-size: 16px !important;
}

.contact-banner-bottom a {
  color: #737373;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  display: block;
}

.contact-banner-bottom a+a {
  margin-top: 10px;
}



.footer-logo p {
  font-size: 28px;
  font-weight: 400;
  color: #ffffffd9;
  line-height: 1.4;
  margin: 10px 0 0;
}

.footer-menu h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffffd9;
  line-height: 1.4;
  margin: 0 0 35px;
  font-family: 'Jost', sans-serif;
}

.footer-menu ul li+li {
  margin: 16px 0 0;
}

.footer-menu ul li a {
  color: #ffffffd9;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  font-family: 'Jost', sans-serif;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.footer-menu ul li a:hover {
  color: #ffffffd9;
}

.footer-menu a {
  color: #ffffffd9 !important;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  font-family: 'Jost', sans-serif;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.footer-menu a:hover {
  color: #ffffffd9 !important;
}

footer {
  padding: 70px 0;
  background: #373737 !important;
}

.our-offering-section .team-heading h2 {
  color: #0e0741 !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
}

.our-offering-section .team-heading {
  max-width: 820px;
}

.our-offering-section .row {
  align-items: center;
  margin: 80px 0 0;
}

.offerings-image-box {
  background: #D9D9D9;
  width: 525px;
  height: 408px;
  margin: 0 auto;
}

.offerings-content-box h3 {
  background: linear-gradient(90deg, #bf2909 30%, #0e0741 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
}

.offerings-content-box p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
}

.offering-wrapper-parent .row:nth-child(even) .col-lg-6:first-child {
  order: 2;
}

.offering-section-bottom {
  margin: 100px 0 0;
  text-align: center;
}

.offering-section-bottom h3 {
  color: #0e0741;
  font-size: 40px;
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 500;
}

.offering-section-bottom p {
  font-size: 20px;
  color: #000000;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

section#privacy_policy {
  padding: 60px 0px 0px;
}

section#privacy_policy .banner-content {
  margin-bottom: 30px;
}

section#privacy_policy .offerings-content-box {
  margin-bottom: 30px;
}

section#privacy_policy .banner-content p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}

section#privacy_policy .offerings-content-box p {
  margin-bottom: 15px;
}

section#privacy_policy .offerings-content-box ul li {
  margin-bottom: 20px;
}

.footer-menu.social-link a {
  color: white !important;
  margin-top: 12px;
}

.footer-menu.social-link a:hover,
.footer-menu a:hover {
  color: white !important;
}

.footer-menu a {
  display: block;
  margin-top: 12px;
  color: white !important;
}

.banner-list.clear ul li a:hover {
  color: black;
}

ul {
  padding-left: 0px !important;
}
.wpcf7-not-valid-tip {
    color: white !important;
}
.footer-logo img {
    width: 190px;
}
.footer{
	background: #373737 !important;
}
.footer #footservices .footer-menu a{
	color: #fff !important;
}
.footer-menu a {
    display: block;
    margin-top: 12px;
}
.footer-menu.social-link a{
  color:white !important;
  margin-top: 12px;
}
.footer-menu.social-link a:hover ,   .footer-menu a:hover{
  color:white !important;
}
.footer-menu a {
  font-size: 20px;
}
body.page-template-template-Advertisers #img1{
  background: transparent;
  height: auto;
}
body.page-template-template-Advertisers #img2{
  background: transparent;
  height: auto;
}
body.page-template-template-Advertisers #img2 img{
  height: 370px;
  width: 525px;
  object-fit: contain;
}
body.page-template-template-cookieless-advertising #img1{
  background: transparent;
  height: auto;
}
body.page-template-template-cookieless-advertising #img2{
  background: transparent;
  height: auto;
}
body.page-template-template-ctv #img1{
  background: transparent;
  height: auto;
}
body.page-template-template-ctv #img2{
  background: transparent;
  height: auto;
}
body.page-template-template-publisher #img1{
  background: transparent;
  height: auto;
}
body.page-template-template-publisher #img2{
  background: transparent;
  height: auto;
}
/* Responsive */
@media (min-width: 1300px) {
  .container {
    max-width: 1270px;
    margin: 0 auto;
  }
}

@media (max-width: 1699px) {}

@media (max-width: 1599px) {}

@media (max-width: 1499px) {}

@media (max-width: 1399px) {
  .banner-content h1 strong {
    display: block;
  }

  .banner-content h1 {
    font-size: 40px;
  }

  .banner-content h6 {
    font-size: 18px;
  }

  .banner-content p {
    font-size: 16px;
  }

  .banner-list ul li {
    font-size: 16px;
  }

  .banner-button .btn {
    min-width: 135px;
    padding: 7px 15px;
    font-size: 16px;
  }

  .same-section {
    padding: 50px 0;
  }

  .same-heading h2 {
    font-size: 30px;
  }

  .same-heading p {
    font-size: 16px;
  }

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

  .service-box-inner {
    padding: 15px;
  }

  .service-box-inner h3 {
    font-size: 18px;
    margin: 0 0 5px;
  }

  .service-line img {
    min-width: 110px;
  }

  .global-box-content h3 {
    font-size: 18px;
    margin: 0 0 5px;
  }

  .global-box-content p {
    font-size: 16px;
  }

  footer {
    padding: 50px 0;
  }

  .footer-logo p {
    font-size: 18px;
    margin: 5px 0 0;
  }

  .footer-menu ul li a {
    font-size: 16px;
  }

  .footer-menu ul li+li {
    margin: 10px 0 0;
  }

  .footer-menu h4 {
    font-size: 14px;
    margin: 0 0 25px;
  }

  .about-banner-heading h1 {
    font-size: 40px;
  }

  .about-bottom-heading h2 {
    font-size: 34px;
  }

  .about-bottom-heading {
    padding: 30px 30px 70px;
    margin: 50px 0 0;
  }

  .about-section-bottom ul li p {
    padding: 25px 15px;
  }

  .contact-wrapper h2 {
    font-size: 40px;
  }

  .contact-banner-bottom h3 {
    font-size: 24px;
    margin: 0 0 5px;
  }

  .contact-form {
    padding: 40px;
  }

  .contact-form .form-group .form-control {
    font-size: 16px;
  }

  .contact-form .form-group textarea {
    height: 140px;
  }

  .contact-btn a {
    font-size: 20px;
    padding: 14px 15px;
    margin: 25px 0 0;
  }

  .team-heading h2 {
    font-size: 36px;
  }

  .offerings-content-box h3 {
    font-size: 30px;
  }

  .offerings-image-box {
    height: 370px;
  }

  .offering-section-bottom h3 {
    font-size: 30px;
    margin: 0 0 5px;
  }

  .offering-section-bottom {
    margin: 60px 0 0;
  }

  .offering-section-bottom p {
    font-size: 18px;
  }


}

@media (max-width: 1299px) {}

@media (max-width: 1199px) {
  .banner-content h1 {
    font-size: 30px;
  }

  .banner-content h6 {
    font-size: 16px;
  }

  .banner-content p {
    font-size: 15px;
  }

  .banner-list ul li {
    font-size: 15px;
  }

  .banner-button .btn {
    min-width: 125px;
    font-size: 14px;
  }

  .banner-image {
    margin-right: -120px;
  }

  section.banner-section {
    padding: 30px 0 20px;
  }

  .same-heading h2 {
    font-size: 24px;
  }

  .same-heading {
    padding-right: 20px;
  }

  .same-heading p {
    font-size: 15px;
  }

  .service-box-inner h3 {
    font-size: 16px;
  }

  .service-box-bottom {
    margin: 10px 0 0;
  }

  .service-box-inner p {
    min-height: 130px;
  }

  .global-box-content h3 {
    font-size: 16px;
  }

  .global-box-content p {
    font-size: 15px;
  }

  .global-box-content:after {
    top: 5px;
    width: 8px;
    height: 8px;
  }

  .footer-logo p {
    font-size: 16px;
  }

  .footer-menu ul li a {
    font-size: 15px;
  }

  .col.logo a img {
    max-width: 120px;
  }

  .menu ul li a {
    font-size: 15px;
  }

  .col.logo {
    max-width: 290px;
  }

  .menu&gt;ul&gt;li+li {
    margin-left: 38px;
  }

  .about-banner-heading h1 {
    font-size: 30px;
  }

  .about-banner-section {
    padding: 30px 0;
  }

  .about-bottom-heading h2 {
    font-size: 26px;
  }

  .about-section-bottom ul li p {
    padding: 20px 15px;
    font-size: 16px;
    max-width: 245px;
  }

  .contact-wrapper h2 {
    font-size: 30px;
  }

  .contact-wrapper p {
    font-size: 16px;
  }

  .contact-form {
    padding: 25px;
  }

  .contact-btn a {
    font-size: 16px;
    padding: 12px 15px;
  }

  .contact-banner-bottom h3 {
    font-size: 20px;
  }

  .contact-banner-bottom a+a {
    margin-top: 5px;
  }

  .contact-section {
    padding: 50px 0;
  }

  .team-heading h2 {
    font-size: 30px;
  }

  .team-heading p {
    font-size: 16px;
  }

  .offerings-image-box {
    width: 100%;
  }

  .our-offering-section .row {
    margin: 40px 0 0;
  }

  .offerings-content-box h3
  {
  font-size: 24px;
}

.offering-section-bottom h3 .offerings-content-box p,
.offering-section-bottom p {
  font-size: 16px;
}

.team-box-content h3 {
  font-size: 16px;
  margin: 0 0 0;
}





}

@media (max-width: 991px) {
  .menu&gt;ul&gt;li+li {
    margin-left: 18px;
  }

  .menu ul li a span img {
    max-height: 15px;
  }

  .banner-image img {
    max-width: 360px;
  }

  .banner-image {
    text-align: center;
    margin: 20px 0 0;
  }

  section.same-section.service-section .col-lg-7 {
    margin: 30px 0 0;
  }

  section.same-section.service-section .same-heading {
    max-width: 100%;
    text-align: center;
  }

  section.same-section.service-section .same-heading h2 br {
    display: none;
  }

  section.same-section.service-section .col-lg-7 .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .service-box-inner p {
    min-height: 80px;
  }

  section.same-section.global-section .row .same-heading {
    margin: 0 0 30px;
  }

  .same-section {
    padding: 40px 0;
  }

  footer .row .col-lg-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }

  footer .row .col-lg-3:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 30px;
  }

  .footer-logo p {
    margin: 0;
  }

  footer {
    padding: 30px 0;
  }

  .header-menu&gt;ul&gt;li+li {
    margin-left: 20px;
  }

  .col.logo {
    max-width: 220px;
  }

  .about-banner-section .row .col-lg-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
  }

  .about-banner-section .row .col-lg-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
  }

  .about-section-bottom ul {
    flex-wrap: wrap;
  }

  .about-section-bottom ul li {
    width: 100%;
    margin: 30px 0px 30px;
  }

  .about-section-bottom ul li p {
    max-width: 100%;
  }

  .about-section-bottom ul li:nth-child(2) {
    margin: 0;
  }

  .about-bottom-heading {
    padding: 20px 15px 20px;
    margin: 30px 0 0;
  }

  .contact-wrapper {
    text-align: center;
  }

  .contact-wrapper .row {
    margin: 30px 0 30px;
  }

  .contact-wrapper .row .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .contact-form {
    padding: 40px 25px;
  }

  .offerings-content-box {
    margin: 10px 0 0;
    text-align: center;
  }

  .offering-wrapper-parent .row:nth-child(even) .col-lg-6:last-child {
    order: 2;
  }

  .offerings-image-box {
    height: 200px;
  }

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

  .team-wrapper .row .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

}

@media (max-width: 767px) {
	
	.footer-menu a {
		font-size: 20px;
	}
	.footer-logo img {
    width: 160px;
}
iframe {
    height: 500px;
}
  .header-menu ul {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 250px;
    background: #000;
    padding: 50px 0 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    z-index: 999;
    display: block;
    text-align: left;
    opacity: 0;
    visibility: hidden;
  }

  ul.mobile-menu.active {
    visibility: visible;
    opacity: 1;
    right: 0;
  }

  .header-menu ul li+li {
    margin-left: 0;
    margin-top: 15px;
  }

  .header-menu ul li a {
    color: #fff;
  }

  .header-menu ul .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .sub-menu {
    position: initial;
    padding: 0;
    width: 100%;
    padding-left: 0;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }

  .sub-menu ul {
    position: initial !important;
    height: auto !important;
    padding: 10px 0 10px 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .menu ul li a {
    font-size: 14px;
  }

  .header-menu ul li+li {
    margin-top: 10px;
    border-top: 1px solid rgb(255 255 255 / 10%);
  }

  .header-menu ul .dropdown .sub-menu a {
    color: #fff;
    font-size: 13px;
  }

  .header-menu ul .dropdown .sub-menu li+li {
    margin-top: 5px;
    border-top: none;
  }

  .header-menu ul li {
    padding: 10px 15px 0;
  }

  .header-menu ul .dropdown .sub-menu a {
    color: #fff;
    display: block;
    padding: 0;
  }

  .header-menu {
    text-align: right;
  }

  .black-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 48%);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }

  .black-layer.active {
    opacity: 1;
    visibility: visible;
  }

  body.overflow-off,
  html.overflow-off {
    overflow: hidden;
  }

  .col.logo a img {
    max-width: 100px;
  }

  .banner-content h1 {
    font-size: 23px;
  }

  .banner-content h6 {
    font-size: 14px;
  }

  .banner-content p {
    font-size: 14px;
  }

  .banner-list ul li {
    font-size: 14px;
    padding: 6px 10px;
    padding-left: 20px !important;
  }

  .banner-list ul li:before {
    background-size: 13px;
    top: 6px;
  }

  .banner-button .btn {
    min-width: 100px;
    font-size: 12px;
  }

  .banner-image img {
    max-width: 300px;
  }

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

  .same-heading {
    padding-left: 0;
  }

  .same-heading h2 {
    font-size: 20px;
  }

  .same-heading p,
  .footer-logo p {
    font-size: 14px;
  }

  .global-box-content p {
    font-size: 14px;
  }

  .footer-menu h4 {
    font-size: 12px;
    margin: 0 0 15px;
  }

  .footer-menu ul li a {
    font-size: 14px;
  }

  section.banner-section {
    padding-bottom: 0;
  }

  .about-banner-section .row .col-lg-7,
  .about-banner-section .row .col-lg-5 {
    width: 100%;
    flex: 0 0 100%;
  }

  .about-banner-heading h1 {
    text-align: center;
    font-size: 22px;
  }

  .about-banner-parent {
    margin: 20px 0 0;
    text-align: center;
  }

  .about-banner-parent img {
    max-width: 300px;
  }

  .about-bottom-heading h2 {
    font-size: 20px;
  }

  .about-section-bottom ul li p {
    padding: 15px 15px;
    font-size: 14px;
  }

  .about-section-bottom ul li {
    margin: 15px 0px 15px;
  }

  .contact-section {
    padding: 40px 0;
  }

  .contact-wrapper h2 {
    font-size: 22px;
  }

  .contact-banner-bottom h3 {
    font-size: 17px;
  }

  .contact-form .form-group .form-control {
    font-size: 14px;
    padding: 10px;
  }

  .contact-form .form-group textarea {
    height: 110px;
  }

  .contact-btn a {
    font-size: 14px;
    padding: 8px 15px;
  }

  .contact-form {
    padding: 25px 20px;
  }

  .team-heading h2 {
    font-size: 22px;
  }

  .team-heading p {
    font-size: 14px;
  }

  .offerings-image-box {
    height: 170px;
  }

  .offerings-content-box h3,
  .offering-section-bottom h3 {
    font-size: 20px;
  }

  .offerings-content-box p,
  .offering-section-bottom p {
    font-size: 14px;
  }

  .offering-section-bottom {
    margin: 40px 0 0;
  }

  .our-offering-section .row {
    margin: 20px 0 0;
  }

  .team-wrapper .row .col-lg-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }

  .team-wrapper .team-heading {
    margin: 0 0 5px;
  }

  .team-box-content h3 {
    font-size: 14px;
  }

  .team-box-content p {
    font-size: 13px;
  }

}

@media (max-width: 576px) {
  footer .row .col-lg-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  footer .row .col-lg-3+.col-lg-3 {
    margin-top: 20px;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-menu h4 {
    background: #c62810;
    padding: 8px;
  }

  .footer-menu ul li+li {
    margin: 10px 0 0;
    border-top: 1px solid rgb(255 255 255 / 14%);
    padding: 10px 0 0;
  }

  footer .row .col-lg-3:first-child {
    margin: 0;
  }

  .banner-list ul li {
    width: 100%;
  }

  .team-wrapper .row .col-lg-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }

}

@media (max-width: 480px) {
	
  section.same-section.service-section .col-lg-7 .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 15px;
  }

  .service-box-inner p {
    min-height: inherit;
  }

  .service-box-inner {
    text-align: center;
  }

  .contact-wrapper .row .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .contact-wrapper .row .col-lg-6:last-child {
    margin-top: 15px;
  }
}</pre></body></html>