@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100,300;400;500;600;700;800;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css');
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
:root {
  --white-color: #fff;
  --heading-color: #000000;
  --animate-duration: 2000ms;
  --animate-delay: 1.5s;

  --secondary-color: #000000;
  --primary-color: #e41d2e;
}
img {
  max-width: 100%;
}
*,
body {
  outline: 0;

  font-size: 15px;

  animation-delay: 0.5s;

  line-height: 1.7em;
  font-weight: 400;

  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
  --animate-duration: 2000ms;
  --animate-delay: 1.5s;
}
hr {
  border: 1px solid #f1f1f1;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.25em;
  font-family: 'Poppins', sans-serif;
}
textarea {
  overflow: hidden;
}

button {
  outline: none !important;
  cursor: pointer;
}

p,
.text {
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  margin: 0 0 15px;
  font-family: 'Open Sans', sans-serif;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.centered {
  text-align: center !important;
}
.flying {
  cursor: url('../images/icons8-spinning-circle.gif'), auto;
}
.brand img {
  height: 50px;
  width: auto;
}
.top-bar {
  /* background: #000; */
  position: fixed;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 8px 32px 0 rgb(0 0 0 / 37%);
  backdrop-filter: blur(4px);
  z-index: 5;
  /* position: relative; */
}
.navbar {
  height: 70px;
  width: 100%;
  padding: 14px 30px;

  position: relative;
}

.getquote {
  padding: 10px 40px;
  background: var(--primary-color);
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
}
.clients-flex {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.social-main a {
  font-size: 14px;
  font-weight: 500;
}
.service-main-img {
  margin-bottom: 30px;
}
.footer-logo p {
  color: #fff;
  padding-top: 15px;
}
.footer-logo {
  text-align: center;
}
.social-links {
  text-align: center;
}
.influencer-name {
  color: #000 !important;
  padding: 10px;
}
.infulencer-link {
  color: #000;
  padding: 10px;
  margin: 8px;
}
.infulencer-title {
  margin-top: 7px;
  margin-bottom: 7px;
}
.social-links h6 {
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
}
.address i {
  margin-right: 10px;
  font-size: 20px;
}
.single-logo {
  border: 1px solid #f1f1f1;
  flex: 1;
  text-align: center;
}
.footer-logo h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: 35px;
  letter-spacing: 0em;
}
.single-logo img {
  min-width: 150px;
}
.single-logo img:hover {
  filter: grayscale(0);
  animation-delay: 00.2s;
  cursor: pointer;
}
.clients-flex .single-logo {
  padding: 10px;
}
.showmobile {
  display: none;
}
.getquote:hover {
  background: #ffff;
}
.quote-button {
  float: right;
}
.content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.content video {
  width: 100%;
  display: block;
}

.banner {
  min-height: 100%;
  max-width: 100%;
  position: relative;
}
.page-banner {
  background-size: cover;
  position: relative;
  color: var(--primary-color);
  background-color: rgb(0 0 0 / 10%);
  text-align: left;
  height: 150px;
  z-index: 2;
}

.page-content {
  padding-top: 100px;
}
.filter-menu {
  margin-bottom: 20px;
  text-align: center;
}
.filter-menu li {
  display: inline-block;
  padding: 10px 18px;
  font-weight: 600;
  margin-right: 10px;
  color: var(--primary-color);
  cursor: pointer;
}
.filter-menu li:hover,
.filter-menu li.current {
  color: #000;
}
.button-work .btn {
  color: #000;
  font-weight: 600;
  margin-left: 20px;
}
.button-work .btn:hover {
  background-color: var(--primary-color);
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.button-work .btn:focus {
  box-shadow: none;
}

.contenttt h4 a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.contenttt h4 a:hover {
  color: var(--primary-color);
  animation-duration: 00.25s;
  animation-delay: 00.15s;
}
.contenttt img {
  border: 5px solid #eee;
}
.contenttt p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}
.contenttt {
  padding: 15px;
}
.content h4 a:hover {
  color: var(--primary-color);
  animation-delay: 00.25s;
}
.page-banner h1 {
  position: relative;
  font-size: 25px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-transform: capitalize;
}
.page-banner .bread-crumb {
  position: relative;
}
.page-banner .bread-crumb li:first-child {
  margin-left: 0px;
}

.page-banner .bread-crumb li:before {
  content: '/';
  position: absolute;
  right: -24px;
  width: 24px;
  top: 0px;
  text-align: center;
  line-height: 30px;
}
.page-banner .bread-crumb li a {
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 700;
}
.active-page a {
  color: #e34133 !important;
}
.about {
  position: relative;
  background: #000;
  padding-bottom: 80px;
  overflow: hidden;
}
.dot-image {
  position: absolute;
  top: -100px;
  width: 400px;
  height: 100%;
  left: -150px;
  transform: rotate(120);
}
.about-content {
  position: relative;
}
.about-content h1,
h3 {
  color: #fff;
  padding-bottom: 5px;
}
.about-content h1 {
  font-size: 55px;
  font-weight: 100;
  line-height: 120px;
  letter-spacing: 0em;
}
.media {
  margin-left: 25px;
}
.media img {
  height: 120px;
  width: auto;
}
.media-coverage {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 30px;
}
.luhaif-video img {
  margin-bottom: 20px;
}
.luhaif-content h2 {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.luhaif-content p {
  color: #666;
  font-size: 15px;
}
.luhaif-content li {
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
}
.ideation-sec-heading h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
#accordion-1 .head h2 {
  font-size: 21px !important;
}
#accordion-1 .contentt {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 10px 30px;
  color: #333333;
}
#accordion-1 .head:hover,
#accordion-1 .active {
  background-color: #ed1f24;
  color: #fff;
}
#accordion-1 .head:hover .arrow {
  opacity: 1;
  color: #fff;
}
.service-info-summary {
  padding-top: 15px;
}
.boosting-section p {
  line-height: 28px;
}
#accordion-1 .arrow {
  color: #ed1f24;
  font-size: 60px;
  transition: 0.25s ease;
  opacity: 1;
  transform: rotate(-90deg);
}
#accordion-1 {
  position: relative;
  box-shadow: 0px 1px 7px #dbdbdb;
  margin-bottom: 20px;
}
#accordion-1 .head {
  background-color: #ffffff;
  color: black;

  padding: 10px 30px;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head h2 {
  font-weight: 600;
}
.ideation-content p {
  color: #666;
  line-height: 30px;
}
.ideation-content span {
  color: #ed1f24;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
.ideation-sec-heading h2::after {
  content: '';
  position: absolute;
  width: 5%;
  text-align: center;
  bottom: -15px;
  margin-top: 20px;
  background: var(--primary-color);
  height: 3px;
  left: 0;
}
.ideation-content h2 {
}
.main-holder {
  text-align: center;
}
.main-holder img {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}
.pointer {
  background: #fbfbff;
}
.main-icon {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.foote-new .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline-item {
  display: inline-block;
}
.auto-container {
  position: static;
  max-width: 1400px;
  padding: 0px 15px;
  margin: 0 auto;
}
.mt-55 {
  margin-top: 55px;
}
.luhaif-content h2 span {
  font-size: 3.8rem !important;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.pointer h3 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 600;
  font-weight: 600;
}
.main-holder h3 {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.main-holder p {
  color: #666;
}
.luhaif-content {
  margin-left: 20px;
}
.services-image img {
  max-width: 100%;
  border-radius: 10px;
}
.luhaif-content li i {
  margin-right: 10px;
  color: var(--primary-color);
}
.about-content h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
}
.about-content p {
  color: #fff;
  padding-top: 20px;
  line-height: 30px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-80 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.box {
  background: #fff;
  height: 130px;
  width: 200px;
  padding: 20px 5px;
}
.box-content {
  text-align: center;
}
.box-content h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 49px;
  color: var(--primary-color);
  letter-spacing: 0em;
}
.box-content h2 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
}
.sec-headingg h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.about-com {
  padding-top: 20px;
}
.sec-heading {
  text-align: center;
  position: relative;
}
.sec-headingg h2 {
}
.office-card {
  margin-bottom: 20px;
}
.together {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec-heading h2 {
  font-size: 45px;

  color: #000;
  font-weight: 800;
  margin-bottom: 50px;

  text-align: center;
}
.sec-heading span {
  color: var(--primary-color);
  font-size: 50px;

  color: var(--primary-color);
  font-weight: 800;
  line-height: 75px;

  text-align: center;
}
.button-work {
  margin-bottom: 20px;
  margin-top: 10px;
}
.sec-heading h2::after {
  content: '';
  position: absolute;
  width: 5%;
  text-align: center;
  bottom: -20px;
  background: var(--primary-color);
  height: 5px;
  left: 40%;
}
.luhaif-content h3 {
  color: var(--primary-color);
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.main-section-page {
}
.service-box {
  background: #fff;
  position: relative;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  padding: 20px;
  border-radius: 10px;
}
.service-box-content {
  text-align: center;
}
.service-box-image {
  position: absolute;
  bottom: 85%;
  right: 40%;
  text-align: center;
}
.service-box-image img {
  height: 100px;
  width: auto;
}
.service-box:hover .service-box-image img {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);

  transition-duration: 1.5s;
  transform: rotate(360deg);
}
.service-box-content {
  margin-top: 45px;
}
.dropdown {
  position: absolute;
  right: 70%;
  z-index: 99;
}
.service-box-content h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;

  letter-spacing: 0em;
  margin-bottom: 15px;
  text-align: center;
}
.service-box-content p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #333;
  text-align: center;
}
.service-main-se {
  margin-top: 100px;
}
.service-box {
  margin-bottom: 100px;
}
.creative-button {
  display: flex;
  gap: 25px;
  padding-top: 20px;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
.btn-all {
  display: inline;
  position: relative;
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;

  font-size: 15px;

  font-weight: 500;
}
.advertising {
  background: #e41d2e;
  position: relative;
}
.btn-all:hover {
  background: var(--primary-color);
  color: #fff;
  transition-duration: 0.5s;
}
.showcase-now {
  margin-top: 10px;
}
.advertising-content h2 {
  color: #fff;
}
.advertising-content p {
  color: #fff;
}
.advertising p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
}
.read-more {
  margin-top: 20px;
}
.btn-readmore {
  border: 1px solid #fff;
  padding: 12px 40px;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
}
.advertising-img img {
  height: 500px;
  width: auto;
}
.ceo-content {
  margin-left: 30px;
}

.ceo-content h2 {
  font-size: 45px;
  color: #000;
  font-weight: 800;
}
.ceo-img img {
  border-radius: 10px;
}
.ceo-content span {
  color: var(--primary-color);
  font-size: 50px;
  color: var(--primary-color);
  font-weight: 800;
  line-height: 65px;
}
.btn-readmore:hover {
  background: #fff;
  color: var(--primary-color);
}

.advertising h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0em;
}
.container-image-box {
  position: relative;
  margin-bottom: 25px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.text h4 {
  margin-bottom: 20px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.8);
}
.advertising-img {
  position: absolute;
  bottom: 0;
  right: 50px;
}
.container-image-box:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.text {
  color: white;

  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text h4 {
  font-weight: 700;
  font-size: 20px;
}
.text h5 {
  font-weight: 600;
  font-size: 15px;
}
.footer-f i {
  font-size: 1.1rem;
  margin-right: 5px;
}
.footer-f span a {
  margin-right: 10px;
  font-size: 1.2rem;
  color: rgb(34, 34, 35);
  font-weight: 700;
}
.footer-f {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
/* .text h4::after {
  content: '';
  width: 100px;
  height: 1px;
  position: absolute;
  left: 10%;
  text-align: center;
  bottom: -10px;
  background: #fff;
} */
.website-design {
  background: #d53946;
  position: relative;
}
.website-design-img {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.website-design h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0em;
}
.website-design h2 {
  color: #fff;
}
.website-design p {
  color: #fff;
}
.website-design p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
}
.website-design img {
  height: 500px;
  width: auto;
}
.pb-50 {
  padding-bottom: 50px;
}
/* influencer market */
.influencer-marketing {
  background: #d35c66;
  position: relative;
}
.influencer-marketing-img {
  position: absolute;
  bottom: 0;
  right: 50px;
}
.influencer-marketing h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0em;
}
.influencer-marketing h2 {
  color: #fff;
}
.influencer-marketing p {
  color: #fff;
}
.influencer-marketing p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
}
.influencer-marketing-img img {
  height: 450px;
  width: auto;
}
.pb-50 {
  padding-bottom: 50px;
}
/* events */
.events {
  background: #d97f87;
  position: relative;
}
.events-img {
  position: absolute;
  bottom: 0;
  left: 50px;
}
.events h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0em;
}
.events h2 {
  color: #fff;
}
.events p {
  color: #fff;
}
.events p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
}
.events-img-nor img {
  height: 434px !important;
  width: auto;
}
.events-img-nor {
  position: absolute;
  bottom: 0;
}
.testimonial {
  background: #d2949a;
}
.testimonial-content h2 {
  font-size: 50px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0em;
}
.testimonial-content p {
  color: #fff;
}
.testimonial-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.testimonial-content h5 {
  color: #fff;
}
.lets-work {
  text-align: center;
}
.lets-work h2 {
  font-size: 50px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0em;
}
.lets-work h4 {
  font-size: 22px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
}
.contact-us-but {
  margin-top: 25px;
}
.contact-us-but .btn-contact-us {
  background: #000;
  color: #fff;
  padding: 12px 40px;
  border-radius: 0;
  font-weight: 600;
}
.infulencer-title i {
  margin-right: 8px;
}

.infulencer-title a:hover {
  color: #e1306c;
}
.contact-us-but .btn-contact-us:hover {
  background: var(--primary-color);
}
.footer {
  padding-top: 25px;
  padding-bottom: 20px;
  background: #000;
  position: relative;
}
.google-par img {
  height: 100px;

  width: auto;
}
.main-bot {
  margin-top: 50px;
}
.google-par {
  position: absolute;
  top: -50px;
  left: 44%;
}
.social-links h3 {
  position: relative;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
}
.social-links h3::after {
  content: '';
  position: absolute;
  width: 15%;
  text-align: center;
  bottom: -10px;
  background: #fff;
  height: 2px;
  left: 4%;
}
.social-main {
  margin-top: 30px;
}
.checkout-img {
  padding: 25px;
  height: 55px;
}
.single-case-study {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.case-study-content {
  padding: 20px;
}
.common-heading h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
.problem-heading {
  padding: 20px;
  border-radius: 10px;
}
.problem-heading h2 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}
.problem-heading ul li {
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.our-client-logo img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  border: 1px solid #f1f1f1;

  padding: 10px 20px;
}
.our-client-flex {
  display: flex;
  gap: 25px;
}
.our-client-logo {
  margin-bottom: 20px;
}
.our-client-logo img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition-delay: 5ms;
  transition-duration: 5ms;
  cursor: pointer;
}
.problem-heading ul li i {
  color: #fff;
  margin-right: 5px;
}
.groth-rate-main {
  margin-top: 50px;
}
.common-heading h2 {
  font-size: 40px;

  font-weight: 600;
  margin-bottom: 30px;
}
.case-study-content h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.case-study-content h4 {
  color: var(--primary-color);
  text-align: center;
  font-size: 14px;
  font-weight: 500;

  line-height: 30px;
}
.social-main ul li {
  display: inline-block;
  padding-bottom: 10px;
}
.social-main ul li span {
  margin-right: 20px;
  margin-left: 20px;
}
.social-main ul {
  text-align: center;
}
.social-main ul li a {
  color: #fff;
}
.social-main ul li a:hover {
  color: var(--primary-color);
  transition-delay: 0.5ms;
  transition-duration: 0.5s;
}
.address {
}
.office-text h4 {
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 700;
}
.btn-outline {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(3, 35, 68, 0.1);
  box-shadow: 0 10px 15px 0 rgba(3, 35, 68, 0.1);
  line-height: 52px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.cont ul li a {
  border: 1px solid;
}
.cont li {
  display: inline-block;
  margin-right: 10px;
}
.cont li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
}

.cont li a i {
  display: block;
  text-align: center;
  padding: 13px;
  color: var(--primary-color);
}
.btn-outline:hover {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
}
.office-text p {
  padding: 0 50px 0 0;
  margin: 0 0 20px;
}
.office-text {
  padding: 20px 0 0;
}
.skyline-img {
  background: #fbf4f1;
  padding: 20px;
  border-radius: 8px 40px 8px 0;
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.social-links h3 {
  margin-bottom: 30px;
}
.address p {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
}
.so-me {
  margin-top: 10px;
}
.social-links h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: 35px;
  letter-spacing: 0em;
}
.so-me li {
  display: inline-block;
  margin-right: 10px;
}
.so-me li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.so-me li a i {
  display: block;
  text-align: center;
  padding: 13px;
  color: #fff;
}
.so-me li a:hover {
  background: var(--primary-color);
  transition-duration: 0.5s;
  border: 1px solid var(--primary-color);
}
.so-me li a i:hover {
  color: #fff;
}
.copyright {
  background: var(--primary-color);
  padding: 2px;
}
.copyright-text p {
  color: #fff;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
}
/* blog */
.single-blog-post- {
  border-radius: 8px;
  background: #fff;
}
.shdo {
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.single-blog-img- {
  position: relative;
}
.single-blog-img- img {
  border-radius: 8px 8px 0 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.entry-blog-post {
  border-radius: 100px;
  padding: 10px 15px;
  margin: 0 20px;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  justify-content: space-between;
  display: flex;
}
.single-blog-info- i {
  margin-left: 8px;
}
.dg-bg2 {
  background: var(--primary-color);
}
.single-blog-info- h4 a {
  font-size: 22px;
  font-weight: 600;
  color: var(--heading-color);
}
.entry-blog-post a {
  color: #fff;
  font-size: 14px;
}
.entry-blog-post a {
  color: #fff;
  font-size: 14px;
}
.blog-content-tt {
  padding: 45px 25px 25px;
  border: 1px solid #ececec;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
.single-blog-info- h4 {
  margin-bottom: 18px;
  text-transform: uppercase;
}
.single-blog-info- h4 a {
  color: #000;
}
.blog-description {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.overlayy {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(228, 29, 46, 30%);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  left: 0;
}
.blog-description p {
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  color: #666;
}
.icon-main-contact {
  text-align: center;
}
.icon-main-contact p {
  margin: 0;
}
.icon-main-contact h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.featured-img img {
  width: 100%;
  height: auto;
}

.featured-img {
  margin-bottom: 50px;
}
.blog-description h3 {
  font-weight: 600 !important;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
}
.post-social {
  border-top: 1px solid #dadada;
  padding-top: 30px;
}
.post-social a {
  color: var(--primary-color);
  display: inline-block;
  padding: 0 10px 0 0;
}
.mt60 {
  margin-top: 60px;
}
.main-form .form-group {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.main-form .form-control {
  padding: 15px 15px;
  border: 1px solid #e1e1e1;
  font-weight: 700;
  background: #fff;
}
.form-control:focus {
  padding: 15px 15px;
  border: 1px solid #eee !important;
  box-shadow: none !important;
  background: #fff;
}
.submit-button {
  text-align: center;
}
.submit-button .btn-all {
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 45px;
}
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}
nav {
  float: right;
  margin-top: 10px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 12px 20px;
  font-weight: 500;
  color: #fff;
  background: #000;
  text-decoration: none;
}
.sticky {
  width: 100%;
  position: fixed;
  transition-delay: 0.5ms;
  top: 0;
}
nav ul li a {
  background: transparent;
  color: #fff;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: var(--primary-color);
  color: #ffffff;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' \025BE';
}
nav ul li ul li {
  min-width: 250px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}
