@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "satoshi";
  src: url("../fonts/satoshi.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "satoshi";
  src: url("../fonts/satoshi-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

:root {
  --primary-color: #000;
  --secondary-color: #005cb3;
  --poppins: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--poppins);
  font-size: 16px;
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 95;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: #fff !important;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

.ubf-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}


/* NAV */
nav {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: #fff !important;
  padding: 0 !important;
}

.nav-wrap {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.contact-dropdown,
.service-dropdown {
  margin-top: 0;
  border: 0;
  box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 10px 10px;
}

.logo img {
  width: 160px;
}

nav .nav-item .nav-link {
  color: var(--primary-color) !important;
  font-size: 18px;
  margin: 0 7px;
  padding: 14px 0px;
}

.nav-contact-btn {
  font-size: 14px;
  background: #005cb3;
  margin-left: 20px;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}

.nav-contact-btn:hover {
  color: #fff;
}

.social-media-nav {
  margin: 0;
  padding: 0.25rem 1rem;
}

.social-media-nav li {
  list-style: none;
  display: inline-block;
  padding-right: 5px;
}

.social-media-nav li a {
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
}

.navbar-light .navbar-toggler-icon {
  background-image: initial !important;
  width: initial !important;
  height: initial !important;
  padding: 3px 0;
  color: #000;
}

#navbarNav .nav-brand-btn {
  background-color:#238d00;
}

#navbarNav li a.dropdown-item.nav-brand-btn{
  color: white;
  padding: 10px 25px;
  margin-bottom: -10px;
  border-radius: 0 0 10px 10px;
}


  /* Brand name US  */

  .us-brand-name {
    padding: 50px 0;
  }

  .us-brand-name img {
    width: 90%;
  }


/* HEADER - BANNER */
/* 
.header-banner-left button.banner-btn {
  border-radius: 5px;
  border: 2px solid #fff;
  background: transparent;
  font-size: 14px;
  padding: 5px 15px;
  font-weight: 700;
}

.header-banner-left button.banner-btn:hover {
  background: white;
  color: black;
}

.header-banner-left .phone {
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}

.header-banner-left p span {
  padding: 0px 3px;
  color: #0050e3;
}

.header-banner-left ul {
  margin: 0;
  padding: 15px 0 15px 0;
}

.header-banner-left ul li {
  display: inline-block;
  list-style: none;
}

.header-banner-left ul li a {
  background: #005cb3;
  padding: 10px 10px;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #005cb3;
  width: 170px;
  display: block;
  font-weight: 500;
}

.header-banner-left ul li .simple {
  background: transparent;
  color: #005cb3;
  border: 1px solid #005cb3;
  font-weight: 700;
}

.business-search-form {
  width: 80%;
  margin: 30px auto 0 auto;
}

.business-search-form .form-control {
  width: 65%;
  border-radius: 50px 0 0 50px;
  height: 55px;
}

.business-search-form .btn {
  background: #000;
  color: #fff;
  border-radius: 0 50px 50px 0;
  width: 35%;
  height: 55px;
} */

/* FORM SECTION */
.form-sec {
  padding: 0px 0 60px 0;
}

.form-wrap {
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); */
  background: #fff;
  /* border-radius: 15px; */
  margin: 0px 0 0 0;
}

.form-img img {
  border-radius: 15px 0 0 15px;
  margin-top: -41px;
}

.form-right {
  padding: 30px;
}

.form-right .title {
  font-size: 32px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2;
}

.form-right p {
  font-size: 18px;
  padding-top: 5px;
}

.form-right p span {
  font-weight: 900;
  color: var(--secondary-color);
}

/* .form {
  padding: 29px 10px;
} */

.form .form-control,
.form .form-select {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 24px;
  resize: none;
  color: #6c757d;
}

.form button {
  background: var(--secondary-color);
  color: #fff;
  font-size: 18px;
  border: 0;
  padding: 5px 20px;
  border-radius: 5px;
}

.form button i {
  padding-left: 10px;
}

.form-sec .nav-tabs {
  justify-content: center;
  border: 0;
}

.form-sec .nav-link {
  color: var(--primary-color) !important;
  font-size: 18px;
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.form-sec .nav-link.active {
  color: #fff !important;
  background: #005cb3;
}

.form-left-content {
  padding: 60px 30px;
  background: linear-gradient(180deg, transparent, #c4fff1, transparent);
  height: 100%;
}

.form-left-content .tag-title {
  background: #005cb3;
  margin-bottom: 15px !important;
  padding: 11px 10px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: table;
}

.form-left-content .title {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0 !important;
  color: #005cb3;
}

.form-left-content p {
  font-weight: 500;
}

.form-left-content img {
  width: 200px;
}

.form-anim {
  padding: 30px;
}

.form-anim-wrap {
  background: #ecf1ff;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  transition: 0.5s;
  overflow: hidden;
}

.form-anim-top {
  width: 135px;
}

.form-anim .owl-item.active .item {
  animation-name: anim;
  animation-duration: 2s;
  transition: 0.25s;
}

@keyframes anim {
  0% {
    transform: translateY(50px);
  }
}

.form-anim-top img {
  width: auto !important;
  border-radius: 10px;
}

.form-anim-top .brand-name {
  background: #284fb8;
  border-radius: 50px;
  padding: 6px 14px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 7px;
  font-size: 20px;
}

.form-anim .title {
  font-size: 26px;
  font-weight: 300;
  /* padding-left: 119px; */
  line-height: 1;
  margin-top: 10px !important;
  width: 270px;
}

.form-anim .title span {
  color: #284fb8;
  font-size: 36px;
  font-weight: 700;
}

.form-anim-top .brand-name.two {
  background: #cf832d;
}

.form-anim .title.two span {
  color: #cf832d;
}

.form-anim-top .brand-name.three {
  background: #17a36c;
}

.form-anim .title.three span {
  color: #17a36c;
}

.form-anim-top .brand-name.four {
  background: #d58e00;
}

.form-anim .title.four span {
  color: #d58e00;
}

.form-anim-top .brand-name.five {
  background: #6946d3;
}

.form-anim .title.five span {
  color: #6946d3;
}

.form-anim .owl-carousel {
  transform: rotate(90deg);
  /* width: 270px;
    margin-top: 100px; */
}

.form-anim .item {
  transform: rotate(270deg);
  display: none;
}

.form-anim .item.primary {
  display: block;
  margin-bottom: 100px;
}

/* .item {
    transform: rotate(-90deg);
  } */
.form-anim .owl-carousel .owl-stage-outer {
  height: 400px;
  position: relative;
  bottom: 0px;
}

.availability input {
  visibility: hidden;
  position: absolute;
  left: 0;
}

.availability label {
  background: #e5e5e5;
  padding: 5px;
  font-size: 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

#schedule-inputs {
  display: none;
}

.active-schedule label {
  background: #00b9a9 !important;
  color: #fff;
}

.availability {
  position: relative;
}

.call-back-note p {
  font-size: 12px;
  line-height: 1.2;
  color: red;
}

/* VIDEO SEC */
.video-sec {
  padding: 0 0 60px 0;
}

.video-yt {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
}

.video-yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* RECENT PROJECT */
.recent-project-sec {
  padding: 0 0 60px 0;
}

.sec-title-h2 {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 40px;
}

.rps-item {
  position: relative;
  margin-bottom: 15px;
}

.rps-item-img {
  position: relative;
}

.rps-item-img img {
  border-radius: 10px;
}

/* .rps-item-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 24%;
    background: linear-gradient(181deg, #ffffff00, #00000070);
    opacity: 0.9;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    border-radius: 0 0 10px 10px;
} */

.rps-text h3 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px #005cb3;
}

.rps-text h4 {
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}

.rps-text {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 11;
}

.hideshow-btn {
  background: #000;
  color: #fff;
  border-radius: 7px;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 15px;
  display: none;
}

.hideshow-btn:hover {
  color: #fff;
}

/* .name-desc {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #e9e9e9;
    padding: 30px;
    display: none;
    z-index: 99;
    transition: transform 0.6s;
    transform-style: preserve-3d;
} */
.name-desc .title {
  font-size: 20px;
  padding-bottom: 0px;
  font-weight: 600;
}

.name-desc p {
  font-size: 14px;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background: url("../../img/name-wrap-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  transform: rotateY(180deg);
  left: 0;
  top: 0;
  border-radius: 10px;
  text-align: left;
  padding: 30px;
}

/* AI NAME SEC */
.ai-name-sec {
  background: url("../../img/process-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}

.ai-name-sec .sec-title-h2 {
  color: #fff;
  padding-bottom: 20px;
}

.ai-name-sec p {
  text-align: center;
  color: #fff;
}

.ai-name-sec a {
  background: #fff;
  color: var(--primary-color);
  font-size: 18px;
  border: 0;
  padding: 14px 20px;
  border-radius: 7px;
  display: inline-block;
  margin-top: 10px;
}

/* BRAND NAMING FEATURES */
.brand-name-feature-sec {
  padding: 100px 0;
}

.bnf-item {
  border-radius: 15px;
  border: 1px solid #ffcaca;
  margin-bottom: 15px;
}

.bnf-item.two {
  border: 1px solid #b8ddff;
}

.bnf-item.three {
  border: 1px solid #c7f3c3;
}

.bnf-item.four {
  border: 1px solid #c3c5f3;
}

.bnf-header {
  text-align: center;
  padding: 15px;
  background: #ffcaca;
  border-radius: 15px 15px 0 0;
}

.bnf-header.two {
  background: #b8ddff;
}

.bnf-header.three {
  background: #c7f3c3;
}

.bnf-header.four {
  background: #c3c5f3;
}

.bnf-header h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 7px;
}

.bnf-body {
  padding: 7px 20px;
}

.bnf-body-item {
  background: #ffefef;
  padding: 15px 10px;
  border-radius: 10px;
  text-align: center;
  margin: 7px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnf-item.two .bnf-body-item {
  background: #eff7ff;
}

.bnf-item.three .bnf-body-item {
  background: #f0ffef;
}

.bnf-item.four .bnf-body-item {
  background: #f3f4ff;
}

.bnf-body-item h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

/* PROCESS OF NAMING */
.process-naming {
  /* background: var(--primary-color); */
  background: url("../../img/process-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

.process-naming .sec-title-h2 {
  color: #fff;
}

.facts-figure {
  background: #fff;
  padding: 30px;
  border-radius: 15px 15px 0 0;
  width: 350px;
  position: absolute;
  bottom: 0;
}

.facts-figure .title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.facts-item {
  margin-bottom: 15px;
}

.facts-item span {
  font-size: 46px;
  font-weight: 900;
  color: var(--secondary-color);
  line-height: 1;
}

.facts-item p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.facts-item-wrap {
  display: flex;
}

.facts-item .divider {
  height: 100%;
  width: 1px;
  background: #d6d6d6;
}

.facts-inner-item {
  width: 49%;
}

.devider-wrap {
  width: 2%;
}

.facts-inner-item .text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  padding-top: 25px;
}

.process-item {
  display: flex;
}

.process-number span {
  font-size: 34px;
  background: linear-gradient(90deg, #00f0ff, #005cb3);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  position: relative;
}

.process-number span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 62px;
  width: 1px;
  height: 144px;
  background: linear-gradient(90deg, #00f0ff, #005cb3);
  right: 0;
  margin: 0 auto;
}

.process-number span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, #00f0ff, #005cb3);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -143px;
}

.process-steps {
  padding: 20px;
  width: 80%;
}

.process-steps .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.process-steps ul {
  margin-top: 15px;
  padding: 0 0 0 15px;
}

.process-steps ul li {
  color: #fff;
  padding: 5px 0;
  text-transform: capitalize;
}


/* PRICING SEC */

.pricing-sec {
  padding: 0px 0 120px 0;
}

.pricing-header {
  background: var(--primary-color);
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding: 20px;
  margin: 3px;
  position: relative;
}

.pricing-header.premium {
  background: #d80fad;
}

.pricing-header.basic {
  background: #005cb3;
}

.pricing-header.standard {
  background: #005cb3;
}

.pricing-header.customized {
  background: #005cb3;
}

.customized-price-form {
  border: 1px solid #005cb3;
  margin: 0 3px;
  padding: 10px;
  border-radius: 0 0 15px 15px;
}

.pricing-header .popular {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 12px;
  background: linear-gradient(45deg, #fb00ff, #ff5757);
}

.customized-price-form .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #adadad;
  border-radius: 0;
  height: 50px;
}

.customized-price-form textarea {
  height: 100px !important;
  resize: none !important;
}

.pricing-header h5 {
  font-size: 20p x;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
}

.pricing-header h6 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
}

.pricing-details-list {
  margin: 0;
  padding: 0;
}

.pricing-details-list li {
  list-style: none;
  padding: 8px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  margin: 3px;
  display: flex;
}

.pricing-details-list li img {
  display: block;
  width: 18px;
  margin-right: 10px;
}

.pricing-details-list.black li {
  background: #7e7e7e;
  text-align: center;
  color: #fff;
}

.pricing-details-list .uncheck {
  filter: grayscale(100);
}

.pricing-details-list.green li {
  background: #0fd8b0;
  color: #fff;
}

.pricing-header a {
  background: #fff;
  padding: 10px 18px;
  margin-top: 7px;
  display: inline-block;
  border-radius: 5px;
  border-radius: 50px;
  font-weight: 600;
}

.pricing-header a:hover {
  color: var(--primary-color);
}

.pricing-header.bottom {
  border-radius: 0 0 15px 15px;
}

.pricing-sec .subtitle {
  text-align: center;
  font-size: 22px;
  padding-bottom: 40px;
}

.pricing-sec .sec-title-h2 {
  padding: 0;
}

/* FAQS */

.single-service-faq {
  padding: 0 0 60px 0;
}

.single-service-faq .accordion-item {
  background: transparent;
  border-bottom: 1px solid transparent;
  border: 0;
}

.single-service-faq .accordion-button {
  background: transparent;
  border-bottom: 2px solid #000;
  padding: 18px 10px 18px 0;
  font-weight: 500;
}

.single-service-faq .accordion-button:focus {
  outline: 0 !important;
  box-shadow: initial !important;
}

.single-service-faq .accordion-item:last-child .accordion-button {
  border: 0;
}

.single-service-faq .accordion-button:not(.collapsed) {
  color: var(--primary-color) !important;
}

.single-service-faq .accordion-body {
  padding: 15px 0;
}

/* FOOTER LOCATION */

footer .our-location-item-content,
footer .our-location-item-content a {
  color: white;
}

footer .our-location-item-content h4 {
  font-size: 18px !important;
  font-weight: bold;
}

footer .our-location-item-content h5 {
  font-size: 14px;
  font-weight: normal;
}

/* FOOTER */
footer {
  background: #004383;
  padding: 100px 0 20px 0;
}

.footer-logo-social {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.footer-logo {
  width: 180px;
}

.footer-social {
  margin-top: 15px;
}

.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social ul li {
  list-style: none;
  margin: 0 7px 0 0;
  display: inline-block;
}

.footer-social ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
}

.footer-social ul li a i {
  color: #fff;
  line-height: 32px;
}

.footer-title {
  font-size: 20px !important;
  font-size: 600;
  color: #fff;
  position: relative;
  padding-left: 10px;
}

.footer-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 100%;
  width: 3px;
}

.footer-item ul {
  margin: 0;
  padding: 24px 0 0 0;
}

.footer-item ul li {
  list-style: none;
  padding-bottom: 10px;
}

.footer-item ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.footer-copyright {
  padding: 15px 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.footer-copyright p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.policies-link ul {
  margin: 0;
  padding: 0;
}

.policies-link ul li {
  list-style: none;
  display: inline-block;
}

.policies-link ul li::before {
  content: "|";
  padding-right: 5px;
}

.policies-link ul li:first-child::before {
  display: none;
}

.policies-link ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.footer-contact h6 {
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 10px !important;
  font-size: 14px;
  font-weight: 600;
}

.footer-contact p {
  color: #fff;
  font-size: 14px;
}

.footer-contact a {
  color: #fff;
  font-size: 14px;
}

.copyright {
  color: #ffff;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.thankyou {
  padding: 60px 0;
}

.thankyou img {
  width: 150px;
}

.thankyou a {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
}

.policy-wrap {
  padding: 80px 0;
}

.pricing-form .form-control {
  padding: 10px;
  margin-bottom: 5px;
  border: 2px solid #09c7a4;
  background: #f0fffc;
}

.pricing-form .form-control::placeholder {
  color: #000;
}

.btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.pricing-form-btn {
  background: #005cb3;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 7px;
  border: 0;
}

.pricing-form-wrap .modal-body {
  padding: 30px !important;
}

.pricing-form-wrap .modal-title {
  color: var(--secondary-color);
}

/* TESTIMONIALS */
.testimonials-sec {
  padding: 60px 0 60px 0;
}

.quote {
  width: 44px;
  margin: 0 auto;
  display: block;
  padding-bottom: 60px;
}

.testimonials-sec .sec-title-h2 {
  padding: 0;
  margin: 0;
}

.testimonials-sec .star {
  width: 80px !important;
  display: inline-block !important;
}

.avatar-wrap {
  width: 72px;
  height: 72px;
  border: 3px solid #005cb3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -66px;
  background: #fff;
  margin-bottom: 15px;
}

.testimonials-sec .avatar {
  width: 62px !important;
  display: inline-block !important;
  border-radius: 50%;
}

.testimonial-item-wrap {
  padding: 60px 60px 0 60px;
}

.testimonial-item {
  width: 400px;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.testimonial-item::before {
  content: "";
  width: 426px;
  position: absolute;
  left: -13px;
  bottom: 0;
  height: 60%;
  z-index: -1;
  border: 12px solid #005cb3;
  border-top: 0;
}

.testimonials-sec .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #000;
  width: 20px;
  border-radius: 1px;
  height: 7px;
  margin: 0 2px;
}

.testimonials-sec .owl-theme .owl-dots .owl-dot.active span,
.testimonials-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

.call-now {
  position: fixed;
  bottom: 15px;
  left: 30px;
  z-index: 99;
}

.call-now a {
  background: #238d00;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 36px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf .cc-157aw {
  width: 55px !important;
  height: 55px !important;
}

/* EBOOKS PAGE */

/* EBOOKS BANNER */

.ebooks-banner {
  padding: 120px 0 30px 0;
  /* background: #e6edff; */
  background: #e9fffa;
  /* background-size: cover;
    background-position: center; */
}

.ebooks-inner-banner {
  padding: 100px 0 60px 0;
}

.ebooks-banner-img {
  height: 200px;
}

.ebook-title {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  color: var(--dark-color);
  position: relative;
}

.ebook-breadcrumb {
  margin: 0 0 7px 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.ebook-breadcrumb li {
  display: inline-block;
}

.ebook-breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.ebooks-banner .desc {
  text-align: center;
  position: relative;
}

.ebooks-banner .border {
  border: 2px solid #000 !important;
  width: 180px;
  margin: 0 auto;
  margin-bottom: 15px;
}

/* EBOOK LISTING */
.ebook-listing {
  padding: 40px 0;
}

.ebook-listing-item {
  /* border: 1px solid #e7e7e7; */
  /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); */
  margin: 0 0 15px 0;
  min-height: 580px;
}

.ebook-listing-item a {
  text-decoration: none;
  color: #000;
}

.ebl-content {
  padding: 0 30px 30px 30px;
}

.ebl-content p {
  color: #262626;
}

.ebl-content h3 {
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 10px 0;
}

.ebl-content .ost-btn {
  color: #fff;
  padding: 8px 15px;
  font-size: 14px;
  background: var(--primary-color);
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}

.ebl-content .ost-btn:hover {
  color: #fff;
}

.book-01 {
  background: url("../../books/book-01/why-brand-naming-is-not-easy-banner.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.book-02 {
  background: url("../../books/book-02/sustainable-manufacturing-business-ideas-for-new-startup-cover.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.book-03 {
  background: url("../../books/book-03/how-naming-a-brand-works-banner.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.book-04 {
  background: url("../../books/book-04/brand-visual-identity-banner.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.book-05 {
  background: url("../../books/book-05/rebranding-brand-banner.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

/* .book-01::before{
    content: "";
    background: #fff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */

.ebooks-banner .desc-bigger {
  font-size: 24px;
}

.download-btn {
  text-decoration: none;
  background: var(--secondary-color);
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0 0 0;
}

.download-btn:hover {
  color: var(--dark-color);
  background: transparent;
  border: 1px solid #000;
}

/* BOOK PREVIEW */
.book-preview {
  padding: 60px 0;
}

.book-preview ul {
  margin: 0;
  padding: 0;
}

.book-preview ul li {
  padding: 0 0 15px 0 !important;
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.book-preview .check {
  width: 20px;
  margin-right: 10px;
}

/* EBOOK CTA */
.ebookcta {
  padding: 0 0 60px 0;
}

.downloadbook-cta {
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

.downloadbook-cta .left {
  width: 60%;
}

.downloadbook-cta h2 {
  font-weight: 600;
}

/* EBOOK MODAL FORM */
.ebook-download-modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.ebook-download-modal .modal-body {
  display: flex;
  align-items: center;
}

.ebook-form {
  max-width: 420px;
}

.ebook-form .form-control {
  margin: 0 0 10px 0;
  padding: 10px;
  /* background: #f4f5ff; */
  border: 0;
  border-bottom: 1px solid #d4dbe1;
  border-radius: 0;
  color: #192a4a;
}

.ebook-form .form-control::placeholder {
  color: #192a4a;
  font-weight: 400;
}

.ebook-form button {
  background: var(--secondary-color);
  color: #fff;
  border-radius: 3px;
  box-shadow: initial;
  border: 0;
  padding: 10px 36px;
  margin: 10px 0 0 0;
}

.ebook-form button:hover {
  background: var(--secondary-color);
}

.ebook-form form {
  border: 1px solid #dfe3e7;
  padding: 15px;
  margin: 15px 0 0 0;
}

.ebook-download-modal h2 {
  color: #192a4a;
  font-size: 30px;
  padding-bottom: 15px;
}

.ebook-download-modal p {
  color: #192a4a;
  font-size: 18px;
}

/* DOWNLOAD NOW PAGE */
.download-now {
  padding: 60px;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-top: 5px solid var(--secondary-color);
}

.download-now h1 {
  color: #192a4a;
  font-size: 20px;
  text-align: center;
  text-transform: none;
}

.download-now h2 {
  text-align: center;
  font-size: 36px;
  color: #192a4a;
  text-transform: uppercase;
  padding: 10px 0 0 0;
  font-weight: 700;
}

.download-now h3 {
  color: #192a4a;
  font-size: 20px;
  text-align: center;
  text-transform: none;
}

.download-now p {
  color: #192a4a;
}

/* USER ACCOUNT */

.user-inner {
  background: #f5f8ff;
}

.user-account {
  padding: 15px 0;
}

.user-account .logo {
  width: 44px !important;
}

.user-name {
  padding-left: 10px;
  color: #1545c0;
}

.user-name img {
  width: 28px;
}

.userheader-left {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

.userheader-right {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.userheader-right a {
  color: #1545c0;
  text-decoration: none;
  border: 1px solid #1545c0;
  padding: 3px 5px;
}

.userheader-right img {
  width: 24px;
}

.second-inner {
  padding: 30px;
  border-bottom: 1px solid #ccc;
  background: #2c68ff;
  background-image: url("../../img/user-lock-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 5px;
}

.second-inner p {
  color: #fff;
  font-size: 18px;
  padding-top: 15px;
}

.second-inner .congrats {
  color: #fff;
  font-size: 18px;
}

.second-inner .unlock {
  height: 28px;
  margin-top: -9px;
}

.second-inner .unlock-title {
  font-size: 30px;
  margin-top: 15px !important;
  color: #fff;
}

.main-content {
  border-bottom: 2px solid var(--secondary-color);
}

.main-content .count {
  font-size: 33px;
  font-weight: 900;
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-bottom: 10px;
}

.main-content .name {
  color: var(--primary-color);
}

.main-content .tagline {
  font-size: 18px;
}

.namewrap {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.namewrap:last-child {
  border: 0;
}

.user-footer {
  padding: 30px 0;
  z-index: 2;
  position: relative;
}

.user-footer .download {
  background: var(--primary-color);
  color: #fff;
  border-radius: 3px;
  padding: 7px 10px;
  text-decoration: none;
}

.user-footer .download img {
  width: 22px;
}

.userfooter-link {
  margin: 30px 0 0 0;
  padding: 0;
}

.userfooter-link li {
  display: inline-block;
  list-style: none;
  margin: 0 0 20px 0;
}

.userfooter-link li a {
  text-decoration: none;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 7px 10px;
  border-radius: 3px;
}

.user-logo ul {
  margin: 0;
  padding: 0;
}

.user-logo li {
  list-style: none;
  display: inline-block;
  margin: 7px;
  width: 220px;
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
}

.user-logo img {
  width: 200px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: #d6d6d600;
  width: 34px;
  border: 2px solid #000;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.popup-video {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
}

.popup-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#onload .modal-body {
  padding: 16px 16px 0 16px;
}

.title-tp {
  font-size: 40px !important;
}

.title-tp span {
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
}

.btn-close {
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
  opacity: 1;
  font-size: 12px;
}

/* USP SEC */
.usp-sec {
  padding: 0 0 60px 0;
}

.usp-sec .title {
  font-size: 44px;
  font-family: "satoshi";
  font-weight: 400;
}

.usp-sec .title span {
  font-weight: 600;
}

.usp-sec .desc {
  font-size: 20px;
}

.usp-item {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}

.usp-item img {
  width: 64px;
}

.usp-item .content {
  margin-left: 10px;
}

.usp-item .content h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.usp-item .content p {
  font-size: 20px;
}

.bottom-title {
  font-size: 34px;
  font-family: "satoshi";
  font-weight: 400;
}

.namebusinessbtn {
  background: var(--secondary-color);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
  /* border: 3px solid #0fd8b0; */
}

.namebusinessbtn:hover {
  color: #fff;
}

.call-btn-img {
  margin-left: 64px;
  width: 130px;
}

/* OUr Work Service  */

/*  OUR WORK SECTION */

.ourwork-section {
  padding: 60px 0;
}

.ourwork-item-wrap {
  margin-bottom: 15px;
}

.ourwork-section img {
  border-radius: 10px;
}

.ourwork-section a {
  text-decoration: none;
  color: var(--dark-color);
}

.ourwork-item-wrap .owiw-text {
  padding: 20px 0;
}

.ourwork-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ourwork-item-wrap .category {
  position: relative;
  font-size: 14px;
  left: 0px;
  display: inline-block;
}

.ourwork-item-wrap .category::before {
  content: "";
  position: absolute;
  left: 110%;
  top: 9px;
  width: 40px;
  height: 1px;
  background: var(--dark-color);
}

.ourwork-item-wrap .heading {
  font-size: 18px;
  text-transform: uppercase;
}

.owiw-action a {
  text-decoration: none;
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
  border-radius: 4px;
  padding: 4px 16px;
  display: inline-block;
  transition: 0.25s;
}

.owiw-action a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.places-location {
  background: var(--primary-color);
  padding: 40px 30px;
}

.places-location p {
  color: #fff;
}

.places-location i {
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}

.places-location .title {
  padding-bottom: 15px;
  color: #fff;
}

.places-location .subtitle {
  font-size: 18px;
  padding-bottom: 10px;
  color: #fff;
}

.places-location ul {
  margin: 0;
  padding: 0;
}

.places-location li {
  list-style: none;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  padding: 7px 0;
}

.places-location li:last-child {
  border: 0;
}

.ourwork-section .sec-title-h2 {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 40px;
}

.rps-item {
  position: relative;
  margin-bottom: 20px;
}

.name-desc .title {
  font-size: 20px;
  padding-bottom: 0px;
  font-weight: 600;
}

.name-desc p {
  font-size: 14px;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background: url("../../img/name-wrap-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  transform: rotateY(180deg);
  left: 0;
  top: 0;
  border-radius: 10px;
  text-align: left;
  padding: 30px;
}

.recent-work-sec img {
  border-radius: 7px;
  width: 100%;
}

.recent-work-sec .flip-card-back {
  border-radius: 7px;
}

.rps-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  right: 0;
  background: linear-gradient(359deg, #000000, transparent);
  border-radius: 7px;
  height: 100px;
}

.rps-item-inner {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.rps-item-text h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.rps-item-text p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.recent-work-sec .name-desc .title {
  color: #00ffc1;
  line-height: 1;
  font-size: 22px;
}

.recent-work-sec .name-desc .domain {
  color: #00ffc1;
  margin: 0;
  padding-bottom: 5px;
  line-height: 1;
}

.recent-work-sec .name-desc .tagline {
  font-weight: 400;
  margin: 0;
  font-size: 13px;
}

.recent-work-sec .name-desc .desc {
  font-weight: 400;
  margin: 0;
  font-size: 13px;
}

.recent-work-sec .trademark {
  padding-bottom: 7px;
}

.recent-work-sec .trademark h4 {
  font-size: 14px;
  font-weight: 400;
}

.recent-work-sec .trademark p {
  font-size: 13px;
  margin: 0;
  background: #00ffc1;
  padding-left: 3px;
  color: #000;
}

.recent-work-sec .tab-content {
  padding-top: 40px;
}

.recent-work-sec .nav-link.active {
  color: #ffffff;
  background-color: #009470;
  border: 0;
  border-radius: 4px;
}

.recent-work-sec .nav-link {
  background: #e7e7e7;
  border: 0;
  border-radius: 4px;
  margin: 3px;
  color: #000;
}

.recent-work-sec .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: center;
}

.ourwork-section {
  padding: 70px 0px 60px 0px;
}

.recent-work-sec {
  padding: 120px 0;
}




/* Updated Page Css  */

/* Header Banner  */

.header-banner {
  background: url("../../img/banner-1.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
}

.banner-content {
  color: white;
  text-align: center;
  margin: auto;
  padding: 200px 0 0 0;
  /* border: 2px solid red; */
  height: 100%;
  width: 80%;
}

.banner-content h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.banner-content h1 img.banner-arrow {
  margin-top: -5px;
}

.banner-content p {
  width: 50%;
  margin: auto;
}

.banner-content button.banner-btn {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 4px 0 4px;
  padding: 6px 38px;
  background: #238d00;
  border: 2px solid #ffff;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
}

.banner-content button.banner-btn:hover {
  background: white;
  color: black;
}

.banner-content ul li {
  list-style-type: none;
  gap: 10px;
  flex-wrap: wrap;
}



/* .header-banner .ubf-containers .item .content-banner {
  width: 100%;
  position: absolute;
  color: white;
  padding: 0 0 0 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-banner .ubf-containers .item .content-banner h2 {
  font-size: 54px;
  margin-bottom: 5px;
}

.header-banner .ubf-containers .item .content-banner p {
  font-size: 20px;
  width: 36%;
  line-height: 26px;
}

.header-banner .ubf-containers .item .content-banner button {
  background: white;
  color: black;
  border: none;
  font-size: 15px;
  padding: 5px 12px;
  border-radius: 5px;
  font-weight: bold;
  width: 10%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
} */

/* Services Section  */

.different-sec-content h2 {
  text-align: center;
}

.dws-item-cont {
  padding: 15px 15px 20px 15px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 9px 20px 1px rgb(222, 219, 222);
  transition: all 0.5s ease;
}

.dws-item-cont:hover {
  box-shadow: 0px 12px 20px 1px rgb(191, 189, 191);
}

.dws-item .img-wrap {
  position: relative;
}

.dws-item .img-wrap img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  transition: all 0.5s ease;
}

.dws-item-cont h5 {
  color: #003464;
}

.dws-item-cont p {
  font-size: 16px;
  color: #414141;
}


.dws-item-cont button,
.dw .dws-item .dws-item-cont button {
  background: var(--secondary-color);
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}

.dws-item-cont button i {
  margin-left: 10px;
}

/* Modal Form  */

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: auto !important;
}

.modal-body.service-form {
  padding: 0rem !important;
}

.modal-banner-content {
  position: absolute;
  width: 50%;
  color: white;
  padding: 40px 0 0 18px;
}

input.form-control::placeholder, .form .form-select, textarea.form-control.mb-1::placeholder {
  color: #2b2b2b;
}

.modal-banner-content h2 {
  font-size: 22px;
  padding-bottom: 8px;
  font-weight: 600;
}

/* E-book  */


.accordion-body p, .accordion-body ul li {
  color: #414141;
}

.ebl-content .ost-btn {
  background: var(--secondary-color);
}

/* call-btn */

.open-button {
  background-color: #e27646;
  color: #fff;
  border: 1px solid #e27646;
  cursor: pointer;
  position: fixed;
  bottom: 15px !important;
  left: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  z-index: 9999999998;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* MEDIA QUERY 767px */

@media (max-width: 767px) {
 

  .download-file-wrap .download-file a {
    margin: 15px 0;
  }

  .recent-work-sec .nav-link {
    font-size: 13px;
    padding: 6px 8px;
  }

  .ourwork-section .sec-title-h2, .recent-project-sec .sec-title-h2 {
    font-size: 26px !important;
    padding-bottom: 16px !important;
  }

  .recent-work-sec .tab-content {
    padding-top: 24px;
  }

  .recent-work-sec {
    padding: 94px 0;
  }

  .rps-item-text h4 {
    font-size: 20px;
  }

  .recent-work-sec .name-desc .title {
    font-size: 18px;
  }

  .flip-card-back {
    padding: 15px;
  }
  
  /* call-btn */

  .open-button {
    background-color: #e27646;
    color: #fff;
    border: 1px solid #e27646;
    cursor: pointer;
    position: fixed;
    bottom: 85px !important;
    left: auto;
    right: 15px !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50%;
    font-size: 20px;
    z-index: 98;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* MEDIA QUERY */

@media (max-width: 1280px) {
  .ubf-container {
    max-width: 1200px;
    width: 100%;
  }

  .header-banner-left .heading-h1 {
    font-size: 50px;
  }

  .header-banner-left .heading-span {
    font-size: 36px;
    font-weight: 500;
  }
}

@media (max-width: 1199px) {
  .ubf-container {
    max-width: 98%;
    width: 100%;
  }

  .facts-figure {
    padding: 15px;
    width: 340px;
  }

  .facts-item span {
    font-size: 36px;
  }

  .pricing-details-list li {
    font-size: 14px;
  }

  .pricing-details-list li img {
    display: block;
    margin: 0 auto;
    width: 21px;
  }

  .pricing-header h6 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  nav {
    padding: 5px 10px !important;
  }

  .contact-dropdown .dropdown-item {
    padding: 0.25rem 10px;
  }

  .ubf-container {
    max-width: 768px;
    width: 100%;
  }

  .navbar-collapse {
    position: fixed;
    background: #022b6f;
    width: 300px;
    left: 0;
    height: 100%;
    top: 0;
    transition: 0.25s;
    padding: 30px;
    z-index: 99;
  }

  nav .nav-item .nav-link {
    color: #fff !important;
    font-size: 16px;
  }

  .nav-contact-btn {
    background: #fff;
    color: #000;
    margin: 8px 0 !important;
    display: inline-block;
    font-size: 16px;
  }

  /* .header-banner {
        padding: 30px 0 0px 0;
    } */

  .header-banner .header-bg-banner .content-banner {
    padding: 0 0 0 100px;
    line-height: 15px;
  }

  .header-banner .header-bg-banner .content-banner h2 {
    font-size: 30px;
  }

  .header-banner .header-bg-banner .content-banner p {
    font-size: 18px;
    width: 50%;
    line-height: 26px;
  }

  .header-banner .header-bg-banner .content-banner button {
    background: white;
    color: black;
    border: none;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: bold;
  }

  .facts-figure {
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
  }

  /* .our-services {
    padding: 60px 0;
  } */

  .pricing-details-list li {
    display: flex;
  }

  .pricing-details-list li img {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 18px;
  }

  .pricing-sec {
    padding: 0 0 60px 0 !important;
  }

  .footer-item {
    margin-bottom: 15px;
  }

  footer {
    padding: 60px 0;
  }

  .ebooks-banner {
    padding: 80px 0 30px 0;
    background: #f5f8ff !important;
  }

  .ebook-download-modal .modal-body {
    display: block;
    padding: 30px;
  }

  .ebook-download-modal p {
    font-size: 16px;
  }

  /* .form-sec .nav-tabs {
        display: inline-flex !important;
        overflow-x: scroll !important;
        width: 100% !important;
        flex-wrap: initial !important;
    } */
  .form-sec .nav-link {
    color: var(--primary-color) !important;
    font-size: 16px;
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    width: 150px;
    height: 100px;
  }

  .form-sec .nav-tabs {
    border: 0;
  }

  .form-wrap {
    margin-top: 30px;
  }
}

/* MEDIA QUERY 767px */

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .ubf-container {
    max-width: 575px;
    width: 100%;
  }

  .navig .ubf-container {
    max-width: 100% !important;
    padding: 0;
  }

  .logo .navbar-brand {
    margin-right: 0 !important;
  }

  .header-banner-left .heading-h1 {
    font-size: 36px;
  }

  .header-banner-left .heading-span {
    font-size: 28px;
    font-weight: 500;
  }

  .header-banner-left p {
    font-size: 18px;
    font-family: "satoshi";
    line-height: 1.1;
    margin-bottom: 15px;
  }

  .form-img img {
    border-radius: 15px 15px 0 0;
  }

  .form-right .title {
    font-size: 22px;
  }

  .form-right p {
    font-size: 16px;
  }

  .call-back-note p {
    font-size: 12px;
  }

  .sec-title-h2 {
    font-size: 24px;
  }


  .ai-name-sec a {
    font-size: 16px;
  }

  .brand-name-feature-sec {
    padding: 60px 0;
  }

  .hideshow-btn {
    display: inline-block;
  }

  .hidemore {
    display: none;
  }

  .show-hide-project {
    display: none;
  }

  /* .call-now a {
        background: #005cb3;
        color: #fff;
        padding: 10px 50px;
        border-radius: 10px 10px 0 0px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .call-now{
        position: fixed;
        top: initial;
        right: initial;g
        transform: rotate(0deg);
        bottom: 8px;
        left: 15px;
    } */
  .call-now {
    left: 15px;
  }

  .call-now a {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }

  .ebook-title {
    font-size: 28px;
  }

  .ebl-content h3 {
    font-size: 18px;
  }

  .ebooks-banner {
    padding: 80px 0 30px 0;
    background: #e9fffa !important;
  }

  .ebooks-banner .border {
    border: 1px solid #000 !important;
    width: 180px;
    margin: 10px 0 0 0 !important;
  }

  .ebooks-banner .desc-bigger {
    font-size: 16px;
  }

  .bookpreview-owl {
    padding-bottom: 15px;
  }

  .downloadbook-cta {
    display: block;
  }

  .downloadbook-cta .left {
    width: 100%;
  }

  .downloadbook-cta h2 {
    font-size: 20px;
  }

  .ebook-download-modal h2 {
    font-size: 22px;
  }

  .download-now {
    padding: 15px;
  }

  .download-now h3 {
    font-size: 24px;
  }

  .footer-badges ul li {
    margin: 7px;
  }

  /* .service-item .title {
    font-size: 20px;
  } */

  .business-search-form {
    width: 100%;
  }

  .form-left-content .title {
    font-size: 24px;
  }

  .form-left-content {
    padding: 30px 30px 0px 30px;
  }

  .header-banner-left {
    padding: 15px 0 0px;
  }

  .navbar-brand img {
    width: 130px;
  }

  .navbar-toggler {
    font-size: 15px !important;
    padding: 4px 4px;
  }

  .title-tp {
    font-size: 26px !important;
  }

  .title-tp span {
    font-size: 25px;
  }

  .usp-sec .title {
    font-size: 24px;
    padding-bottom: 30px;
  }

  .usp-sec .desc {
    font-size: 14px;
  }

  .usp-item img {
    width: 44px;
  }

  .usp-item .content p {
    font-size: 16px;
  }

  .bottom-title {
    font-size: 24px;
    font-family: "satoshi";
    font-weight: 400;
  }

  .usp-item .content h4 {
    font-size: 18px;
  }

  .call-btn-img {
    width: 160px;
    margin-left: 0px;
  }
}

@media (max-width: 575px) {
  .header-banner-left .heading-h1 {
    font-size: 22px;
    /* font-family: 'satoshi'; */
  }

  .header-banner-left .heading-span {
    font-size: 22px;
    font-weight: 500;
  }

  .testimonial-item {
    width: 100%;
  }

  .testimonial-item-wrap {
    padding: 42px 0 0 0;
    margin: 0 15px;
  }

  .testimonial-item-wrap {
    padding: 42px 0 0 0;
    margin: 0 15px;
  }

  .testimonial-item::before {
    border: 0;
    border-bottom: 6px solid #005cb3;
    width: 100%;
    left: 0;
  }

  .quote {
    padding: 0;
  }

  .header-banner-left .phone {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .business-search-form {
    width: 100%;
    margin: 0;
  }

  .business-search-form .d-flex {
    display: block !important;
  }

  .business-search-form .form-control {
    border-radius: 5px;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }

  .business-search-form .btn {
    width: 174px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0;
    height: 40px;
  }

  .form-sec .nav-link {
    color: var(--primary-color) !important;
    font-size: 14px;
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    width: 50%;
    height: 50px;
    line-height: 1;
  }

  .form-anim .owl-carousel .owl-stage-outer {
    height: 300px;
    position: relative;
    bottom: 0;
  }

  .form-anim-wrap {
    width: 300px;
    height: 300px;
  }

  .form-anim .owl-item.active .item {
    padding-left: 30px;
  }

  .form-anim .title span {
    font-size: 24px;
  }

  .form-anim .title {
    font-size: 22px;
  }

  .form-anim-top img {
    height: 100px;
    width: auto !important;
  }

  .form-anim-top {
    width: 130px;
  }

  .form-anim {
    padding: 0;
  }

  .form-right {
    padding: 30px 0;
  }

  .pricing-form-wrap .modal-body {
    padding: 30px 15px !important;
  }

  .availability label {
    padding: 10px 2px;
  }
}

@media (max-width: 480px) {
  .header-banner-left ul li .simple {
    margin-top: 7px;
  }
}

@media (max-width: 420px) {}





/* Updated US Responsive CSS  */

@media screen and (max-width: 1024px) {
  .header-banner .ubf-containers .item .content-banner h2 {
    font-size: 40px;
  }

  .header-banner .ubf-containers .item .content-banner p {
    width: 40%;
    font-size: 18px;
  }

  .header-banner .ubf-containers .item .content-banner button {
    width: 15%;
  }

  .header-banner {
    height: 500px;
  }

  .banner-content {
    padding: 130px 0 0 0;
    width: 90%;
  }
}


@media screen and (max-width: 991px) {

  .navbar-close-icon {
    font-size: 30px;
    color: #000;
    /* font-weight: bold; */
    padding: 2px 8px;
}

  .header-banner {
    height: 500px;
  }

  .banner-content {
    padding: 130px 0 0 0;
    width: 100%;
  }

  .banner-content h1 {
    font-size: 40px;
  }

  .banner-content h1 img.banner-arrow {
    margin-top: -5px;
    width: 15%;
  }

  .banner-content p {
    width: 80%;
    margin: auto;
  }

  .banner-content button.banner-btn {
    font-size: 16px;
    /* padding: 10px 30px; */
    margin: 20px 0 0 0;
  }

  #serviceForm .modal-banner {
    display: none;
  }

  #serviceForm form {
    padding: 20px;
  }

  .form-modal-content {
    display: block !important;
    padding: 10px 20px 0px 20px;
  }

  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border: 2px solid rgb(0 0 0 / 14%);
  }

  .form-modal-content.d-none h2 {
    font-weight: bold;
  }

  .form-modal-content.d-none p {
    margin: 0 0 0rem 0;
  }
}


@media screen and (max-width: 900px) {
  .header-banner .ubf-containers .item .content-banner h2 {
    font-size: 34px;
  }

  .header-banner .ubf-containers .item .content-banner p {
    width: 40%;
    font-size: 16px;
    margin: 5px 0;
  }

  .header-banner .ubf-containers .item .content-banner button {
    width: 12%;
    font-size: 12px;
  }
}


@media screen and (max-width: 768px) {

  .header-banner {
    height: 400px;
  }

  .banner-content {
    padding: 100px 0 0 0;
  }

  .banner-content h1 {
    font-size: 30px;
  }

  .banner-content h1 img.banner-arrow {
    margin-top: -5px;
    width: 15%;
  }

  .banner-content p {
    width: 70%;
    margin: auto;
  }

  .banner-content button.banner-btn {
    font-size: 15px;
    margin: 5px 5px 0 0;
  }

  /* old header */


  .header-banner .ubf-containers .item .content-banner h2 {
    font-size: 28px;
  }

  .header-banner .ubf-containers .item .content-banner p {
    width: 40%;
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 20px;
  }

  .header-banner .ubf-containers .item .content-banner button {
    width: 16%;
    font-size: 12px;
  }

  .ebook-listing {
    padding: 0px 0;
  }

  .testimonials-sec .sec-title-h2 {
    padding: 0 0 25px 0;
  }

  .testimonials-sec {
    padding: 20px 0 60px 0;
  }

}


@media screen and (max-width:585px) {
  .banner-content {
    padding: 70px 0 0 0;
  }

  .banner-content h1 img.banner-arrow {
    display: none;
  }

  .mob-carousel .owl-theme .owl-nav {
    margin-top: 10px;
    display: block;
  }

  section.different-ways-sec.pb-5.pt-5 {
    padding-top: 30px !important;
  }

  .header-banner .ubf-containers .item .content-banner {
    padding: 5px 0 0 0px;
    justify-content: start;
  }

  .header-banner .ubf-containers .item .content-banner h2 {
    font-size: 24px;
    margin-bottom: -5px !important;
    text-align: center;
  }

  .header-banner .ubf-containers .item .content-banner p {
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 5px auto;
    line-height: 20px !important;
    /* border: 2px solid black; */
  }

  .header-banner .ubf-containers .item .content-banner button {
    /* border: 2px solid red; */
    background: white;
    color: black;
    border: none;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    width: 30%;
    margin: 12px auto 0 auto;
  }

}

@media screen and (max-width: 425px) {

  /* header  */

  .header-banner {
    height: 300px;
  }

  .banner-content {
    padding: 70px 0 0 0;
  }

  .banner-content h1 {
    font-size: 26px;
  }


  .banner-content p {
    width: 90%;
    margin: auto;
  }

  .banner-content button.banner-btn {
    font-size: 12px;
    margin: 5px 5px 0 0;
    padding: 5px 10px;
  }

}


@media screen and (max-width: 410px) {

  /* header  */

  .header-banner {
    height: 300px;
  }

  .banner-content {
    padding: 50px 0 0 0;
  }

  .banner-content h1 {
    font-size: 30px;
  }

  .banner-content h1 img.banner-arrow {
    margin-top: -5px;
    width: 15%;
  }

  .banner-content p {
    width: 70%;
    margin: auto;
  }

  .banner-content button.banner-btn {
    font-size: 12px;
    margin: 5px 5px 0 0;
    padding: 5px 10px;
  }

  .availability label {
    padding: 10px 0px;
    font-size: 12px;
  }

  .call-btn-img {
    width: 120px;
    margin-left: 0px;
  }

  section.pb-5.brand-creative-banner, .pricing-sec, .ourwork-section {
    padding-bottom: 30px !important;
  }

  .testimonials-sec {
    padding-bottom: 45px !important;
  }

  .ebook-listing-item {
    margin: 0 0 -35px 0;
  }
}


@media screen and (max-width: 380px) {

  /* header  */

  .header-banner {
    height: 300px;
  }

  .banner-content {
    padding: 40px 0 0 0;
  }

  .banner-content h1 {
    font-size: 24px;
  }

  .banner-content h1 img.banner-arrow {
    margin-top: -2px;
    width: 17%;
    display: none;
  }

  .banner-content p {
    width: 95%;
    margin: auto;
  }

  .banner-content button.banner-btn {
    font-size: 12px;
    margin: 15px 5px 0 2px;
    padding: 5px 7px;
  }

}