@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap');h1,h2,h3,h4,h5,h6,li,p,ul {
  font-family: poppins
}

body {
  overflow-x: hidden
}

main {
  overflow: hidden
}

a {
  text-decoration: none!important
}

.btn:focus {
  outline: 0;
  box-shadow: none
}

ol,ul {
  list-style: none;
  margin: 0;
  padding: 0
}

button:focus,input:focus,textarea:focus {
  outline: 0!important;
  box-shadow: none!important
}

img {
  transition: filter .3s
}

img.lazyestload {
  width: 100%;
  filter: blur(8px)
}
.fa-brands, .fab {
  font-weight: 400;
  color: #006665;
  font-size: 20px;
}

.header-1 {
  background: #fff;
  padding-top: 0
}

header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: .5s ease-in-out
}

header nav.navbar .navbar-brand .logo {
  width: 125px;
  margin: 0;
  transition: .5s ease-in-out;
  display: block
}

header .navbar-toggler {
  border: none;
  color: transparent
}

header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

header .container {
  max-width: 1640px
}

header nav.navbar {
  padding: 10px 0
}

header nav.navbar .navbar-brand {
  padding: 0;
  margin: 0
}

header .navbar-collapse ul.navbar-nav {
  width: 100%;
  margin: 0 10px;
  justify-content: center
}

header .navbar-expand-lg .navbar-collapse {
  justify-content: space-between
}

header .navbar-collapse ul.navbar-nav li.nav-item {
  margin: 0 10px
}

header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  background: 0 0;
  color: #000;
  font-size: 16px;
  padding: 20px 0;
  text-transform: capitalize;
  transition: .3s ease-in-out;
  font-weight: 600;
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

header nav.navbar .navbar-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0
}

header nav.navbar .navbar-buttons a.call-btn {
  background: #006665 ;
  color: #fff;
  font-size: 16px;
  width: 150px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  transition: .3s ease-in-out;

  font-family: 'Poppins', sans-serif;
}

header nav.navbar .navbar-buttons a.call-btn:hover {
  transform: scale(1.1)
}

header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
  position: inherit;
  display: flex;
  align-items: center
}

header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
  background: 0 0;
  color: #000;
  outline: 0;
  box-shadow: none;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  border: none
}

header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus,header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover {
  background: #006665;
  color: #fff
}

header .navbar-nav .nav-item ul.dropdown-menu {
  background: #fff;
  top: 75px;
  left: 0;
  right: 0;
  width: 75%;
  margin: 0 auto;
  border: none;
  border-radius: 0px;
  box-shadow: 0 5px 20px -12px #212529;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: flex
}

.fa-chevron-down:before {
  content: ""
}

.navbar-nav .dropdown-menu {
  position: static
}

header .navbar-nav .nav-item ul.dropdown-menu li a {
  color: #212529;
  font-size: 14px;
  border-bottom: 1px solid #d1e0e7;
  border-radius: 0;
  padding: 8px;
  margin: 0;
  text-align: left;
  text-transform: capitalize
}

header .navbar-nav .nav-item ul.dropdown-menu li {
  border-right: 1px solid #d1e0e7;
  padding: 0;
  width: 100%
}

header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
  width: 200px;
  margin: -11px 0 0
}

header .navbar-collapse ul.navbar-nav li.nav-item.dropdown.dropdown-single {
  position: relative
}

.hero-banner {
  background: center/cover no-repeat #e1f2f9;
  padding-top: 170px;
  padding-bottom: 50px;
  background-image: url(../../images/my-images/main-hero-image.jpg)!important
}

.hero-banner h1 {
  color: #fff
}

.hero-banner p {
  padding-top: 8px;
  color: #e0e0e0
}

.banner-sub-heading {
  color: #ececec;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width: 1024px) {
  .hero-banner {
      background-color:#10549b!important;
      background-image: none!important;
      padding: 160px 0 50px
  }

  .hero-banner h1 {
      font-size: 36px
  }

  .hero-banner p {
      font-size: 16px
  }
}

.banner-list {
  padding-left: 0
}

.banner-list li {
  padding-top: 15px;
  display: flex
}

.banner-list li span i {
  color: #006665;
  font-size: 16px;
  margin-right: 10px
}

.fa-check:before {
  content: ""
}

.btn:hover {
  background-color: #e01b1b;
  color: #d5d5d5
}

.bg-purple {
  color: #fff;
  background-color: #a30000
}

.bg-purple:hover,.cta-btn2:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #a30000
}

.hero-banner-form {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 30px;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 900px) {
  .hero-banner-form {
      margin-top:20px;
      background-color: #fff
  }
}

.percentfifty {
  margin-left: -10px!important
}

.banner-form-heading {
  font-size: 24px;
  font-weight: 800
}

.hero-banner-form p {
  color: #262626;
  margin-top: -20px;
  font-size: 14px;
  margin-bottom: 0;
}

.hero-banner-form .form-control::placeholder {
  color: #737373
}

.hero-banner-form .form-control {
  background-color: #f3f3f3;
  border: 1.5px solid #ccc;
  border-radius: 5px;
  font-size: 16px
}

.hero-banner-form input.form-control {
  height: 45px
}

.hero-banner-form textarea.form-control {
  height: 165px
}

.banner-btns {
  padding-top: 5px
}

.banner-form-new-btn {
  color: #fff;
  width: 100%;
  background-color: #006665;
  padding: 15px 0;
  display: block;
  border: none
}

.banner-form-new-btn:hover {
  background-color: #c71111;
  color: #fff
}

.platform-logo-booksell {
  margin-right: 20px
}

.pt-new-img {
  margin-top: 20px
}

.pt-sec-new .nav-tabs .nav-link {
  width: 155px;
  color: #fff;
  background-color: #006665;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.pt-sec-new .nav-tabs {
  border-bottom: 0
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
  background-color: #0000;
  border: 1px solid #000
}

.sec-light-color {
  background-color: #e1f2f9
}

.sec-mt {
  margin-top: 30px
}

.pt-portfolio-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  display: grid
}

.new-company-sec {
  color: #fff;
  background-color: #b2d8d9
}

.new-company-sec ul li {
  list-style: disc
}

.my-portfolio-sec {
  padding: 30px 0;
  background: #00A1A3
}

.new-company-sec .sec-heading-new {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  text-transform: math-auto!important
}

.sec-pb {
  padding-bottom: 50px
}

.sec-heading-new {
  font-size: 35px
}

.my-color {
  color: #a30000;
  line-height: 22px;
  font-weight: 700!important
}

.genre-grid-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  display: grid
}

.revies-platform-images {
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid
}

.pf-logo {
  align-items: center;
  display: flex
}

.btn-cta {
  width: 150px;
  height: 40px;
  background-color: #a30000;
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700
}

.btn-cta img {
  margin-right: 5px
}

.cta-btn2 {
  color: #fff;
  background-color: #131313
}

.btn-dark-new {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 700
}

.btn-dark-new img {
  margin-right: 5px
}

.bg-dark-btn {
  background-image: linear-gradient(180deg, #006665, #006665);
  border: none;
  font-family: 'Poppins';
  color: white;
}

.bg-dark-btn:hover {
  color: #006665;
  border: 2px solid #006665 ;
  background: white !important;
}

.inner-hd-sm {
  font-size: 22px
}

.award-winning-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid
}

.award-winning-logo {
  margin-left: 32px
}

.testi-box-new-detail {
  width: 70%
}

.new-test-box {
  background-color: #fff;
  margin: 20px;
  padding: 30px 10px 30px 30px;
  transition: .3s ease-in-out;
  position: relative
}

.testi-heading {
  color: #72c2db;
  font-size: 70px;
  font-weight: 900
}

.new-test-box:hover {
  background: linear-gradient(#ffe6e6 0,#e5dedc 100%);
  transform: scale(.9)
}

.serbox-new a {
  font-weight: 800;
  color: #151515
}

.serbox-new {
  margin-right: 10px;
  color: #232323;
  height: 100%;
  background-color: #cfddeb;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 30px 38px
}

.ser-box-new-wrap {
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid
}

.serbox-new h4 {
  padding-top: 10px
}

p a {
  color: #0d6efd
}

.serbox-new:hover {
  color: #fff;
  background-color: #003939 
}

.serbox-new:hover h4,.serbox-new:hover p {
  color: #fff
}

.client-detail-wrap h4 {
  color: #202020;
  font-weight: 900
}

.test-stars i {
  color: #ffc200
}

.slider-btn {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #006665;
  border-radius: 20px;
  border: none
}

.our-ser-new-sec {
  position: relative
}

.prev-slide {
  position: absolute;
  top: 54%;
  left: 10%;
  transform: translateY(-50%)
}

.next-slide {
  position: absolute;
  top: 54%;
  right: 10%;
  transform: translateY(-50%)
}

.new-books-sec {
  background-image: url(../../images/genre-bg.html);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px
}

.platform-wrap {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px
}

.slick-dots {
  display: none!important
}

.frequently-asked-questions {
  background-color: #f4f4f4;
  padding: 80px 0 50px
}

.frequently-asked-questions .accordion-item {
  background: 0 0;
  border: none;
  margin: 0 0 15px
}

.frequently-asked-questions .accordion-header {
  margin: inherit
}

.frequently-asked-questions .accordion-item:first-of-type .accordion-button {
  text-transform: capitalize;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.frequently-asked-questions .accordion-button:not(.collapsed):after {
  background-image: inherit;
  transform: inherit;
  font-size: 25px;
  line-height: 38px;
  content: "-"!important
}

.frequently-asked-questions .accordion-button {
  text-align: left;
  overflow-anchor: none;
  color: #fff;
  text-transform: capitalize;
  background-color: #006665;
  border: 0;
  border-radius: 10px;
  flex-direction: row-reverse;
  order: 2;
  line-height: 20px;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 1rem 1.25rem;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: relative;
  width: 100%!important
}

.frequently-asked-questions .accordion-button:after {
  width: 30px;
  height: 30px;
  content: "+";
  color: #fff;
  text-align: center;
  background: #006665;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 9px;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  transition: transform .2s ease-in-out;
  background-image: inherit!important
}

.frequently-asked-questions .accordion-body {
  color: #323232;
  background-color: #fff;
  border: 1px solid #006665;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  font-size: 18.01px
}

.g-process-bg {
  background-image: url(../../images/texture-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative
}

.g-cta-1-content h5:after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../../images/g-cta-2.webp);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -28px;
  left: 36%;
  right: 0
}

.g-cta-1-content h3,.g-cta-1-content h5 {
  color: #fff;
  font-size: 40px;
  position: relative
}

.g-cta-1-content p {
  color: #fff;
  padding: 25px 0 0
}

.g-process-inner {
  height: 1335px;
  background-image: url(../../images/process-bg.webp);
  background-repeat: no-repeat;
  background-size: contain
}

.g-process-inner-content {
  height: 240px;
  color: #fff;
  margin: 10px 0 0
}

.g-process-inner-content1 h3 {
  color: #fff;
  padding: 60px 0 0 50px
}

.g-process-inner-content1-1 p {
  color: #fff;
  padding: 20px
}

.g-process-bg a {
  color: #a30000
}

.g-services-bg .row {
  padding: 50px 0
}

.g-process-inner-content2-2 p {
  padding: 20px
}

.g-process-inner-content2 h3 {
  padding: 70px 0 0 300px
}

.g-process-inner-content3 h3 {
  padding: 60px 0 0 50px
}

.g-process-inner-content3-3 p,.g-process-inner-content4-4 p {
  padding: 20px
}

.g-process-inner-content4 h3 {
  text-align: left;
  padding: 50px 0 0 300px
}

.g-process-inner-content5 h3 {
  padding: 50px 0 0 50px
}

.g-process-inner-content5-5 p {
  padding: 20px
}

.bgnewcolor {
  background-color: #e1f2f9
}

.g-cta {
  background-image: -ms-linear-gradient(90deg,#154890,#1d6bda 100%);
  text-align: center;
  background-image: -webkit-linear-gradient(90deg,#231e32,#231e32 100%);
  background-color: #154890fe;
  background-image: -moz-linear-gradient(90deg,#154890,#1d6bda 100%);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 60px 50px;
  position: relative
}

.root-g-cta-title-h2 {
  color: #fff;
  background: 0 0;
  background-clip: unset;
  transform-origin: unset;
  -webkit-text-fill-color: unset;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  display: block
}

.g-cta p {
  color: #fff
}

.g-cta img {
  content: "";
  center: 100% no-repeat;
  height: 355px;
  position: absolute;
  bottom: 0;
  right: 0
}

.cta-sec-new {
  position: relative;
  background-image: url(../../images/my-images/cta-banner.jpg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px
}

.my-cta-parallex {
  z-index: 33;
  position: absolute;
  margin-top: -82px;
  height: 457px
}

.sec-heading-new {
  font-weight: 700
}

.cta-sec-new p,.white {
  color: #fff
}

.btn-9 {
  text-transform: capitalize;
  color: #2d243e;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700
}

.btn-9:hover {
  color: #fff;
  background-color: #f1974b;
  border: 2px solid #f1974b;
  transition: .3s;
  box-shadow: 0 0 #0000
}

.section__title {
  text-align: center;
  color: #302946;
  margin: 7px 0 58px;
  font-size: 50px;
  font-weight: 700
}

.section__title span {
  display: block
}

#contact-section-g {
  padding-left: 250px;
  padding-right: 250px;
  padding-bottom: 50px
}

.frm_area_btm form h4 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700
}

.frm_area_btm form input[type=email],.frm_area_btm form input[type=tel],.frm_area_btm form input[type=text] {
  width: 100%;
  color: #fff;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  margin: 67px 0;
  font-size: 16px;
  display: block
}

.frm_area_btm form input::-webkit-input-placeholder,.frm_area_btm form textarea::-webkit-input-placeholder {
  color: #fff
}

.frm_area_btm form input::-moz-placeholder,.frm_area_btm form textarea::-moz-placeholder {
  color: #fff
}

.frm_area_btm form input:-ms-input-placeholder,.frm_area_btm form textarea:-ms-input-placeholder {
  color: #fff
}

.frm_area_btm form input:-moz-placeholder,.frm_area_btm form textarea:-moz-placeholder {
  color: #fff
}

.frm_area_btm form textarea {
  width: 100%;
  color: #fff;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  margin: 22px 0 47px;
  font-size: 16px;
  display: block;
  resize: vertical
}

.frm_area_btm form label {
  color: #fff;
  font-size: 15px
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block
}

.frm_area_btm form button {
  color: #fff;
  background: #fda12a;
  border: 1px solid #0000;
  border-radius: 48px;
  outline: 0;
  margin: 50px auto 0;
  padding: 10px 50px;
  font-size: 16px;
  transition: .3s;
  display: block
}

.contact-flow {
  min-height: 100%;
  background-color: #0000;
  border-radius: 9px;
  margin-top: 4px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 2rem 3rem
}

.contact-flow__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8
}

.in-violet-450 {
  color: #a30000!important
}

.contact-flow__list-item {
  opacity: .8;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
  position: relative;
  margin-bottom: 37px;
  padding-left: 47px
}

.ordered-list__item:before {
  content: counter(item) "";
  width: 32px;
  height: 32px;
  color: #fff;
  text-align: center;
  counter-increment: item;
  counter-increment: item;
  background: #fea12a;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0
}

.pt-0 {
  padding-top: 0!important
}

.ordered-list {
  counter-reset: item;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  list-style: none
}

.custom-breadcrumb {
  background-color: #fff;
  padding: 10px 0
}

.custom-breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap
}

.custom-breadcrumb ul li a {
  font-family: poppins;
  color: #302946;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: .3s ease-in-out
}

.custom-breadcrumb ul li a:hover {
  color: #f49720
}

.custom-breadcrumb ul li.breadcrumb-item.active {
  text-transform: capitalize
}

.breadcrumb-item.active {
  color: #6c757d
}

.fa-angle-right:before {
  content: ""
}

section.services-together-wrap {
  background: #fff;
  padding: 50px 0
}

.services-together-wrap .services-together-head {
  margin: 0 0 20px
}

.services-together-wrap .services-together-head h2 {
  color: #000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin: 0 0 10px
}

.services-together-inner .services-together-box {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 20px;
  display: flex;
  transition: .3s ease-in-out
}

.services-together-box .services-together-icon {
  margin: 0 10px 0 0;
  width: 120px;
  height: 75px
}

.services-together-icon img {
  width: 100%
}

.services-together-content h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px
}

.services-together-content p {
  color: #212529;
  font-size: 16px;
  line-height: 22px;
  padding: 0 5px 0 0;
  margin: 0 0 10px;
  min-height: 75px;
  max-height: 100px;
  overflow-y: auto
}

.services-together-content a.more-btn {
  color: #000;
  width: 100px;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #000;
  display: block;
  text-align: left;
  transition: .3s ease-in-out
}

.services-together-inner .services-together-box:hover {
  background: #e1f2f9
}

.services-together-content a.more-btn:hover {
  border-bottom: 1px solid #f49720
}

.editing-sec5-box-main-bg {
  background-image: url(../../images/texture.webp);
  background-repeat: no-repeat;
  padding: 100px 0
}

.editing-sec5-box-main-bg h4 {
  color: #a30000;
  font-size: 50px;
  line-height: 53px
}

.editing-sec5-box-main {
  background-color: #f79c3d;
  border: 1px solid #000;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 30px 25px;
  transition: .3s;
  position: relative
}

.editing-sec5-box-main:hover {
  border: 1px solid #0000;
  box-shadow: 0 0 15px #2d2540
}

.editing-sec5-box-img img {
  width: 50px
}

.editing-sec5-box-main h3,.editing-sec5-box-main h5 {
  height: 50px;
  padding: 10px 0;
  font-size: 18px
}

.editing-sec5-box-txt p {
  height: 120px;
  overflow-y: overlay;
  padding: 0 10px 0 0
}

.editing-sec5-box-txt p::-webkit-scrollbar {
  width: 10px
}

.editing-sec5-box-txt p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px
}

.editing-sec5-box-txt p::-webkit-scrollbar-thumb {
  background: #4b3b72;
  border-radius: 50px
}

.editing-sec5-box-txt p::-webkit-scrollbar-thumb:hover {
  background: #4b3b72
}

.editing-sec5-box-txt h3 a {
  color: #212529
}

.editing-sec5-box-txt a {
  color: #fff
}

.why-choose-service {
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f0eff2;
  padding: 100px 0 0
}

.why-choose-service-head p {
  color: #000;
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 24px
}

.why-choose-service-head h4 {
  font-weight: 600;
  color: #000;
  padding: 0 0 15px;
  font-size: 40px
}

.why-choose-img img {
  width: 100%
}

.frequently-asked-questions .frequently-heading h2,.frequently-asked-questions .frequently-heading h4,.frequently-heading h5 {
  color: #302946;
  margin: 0 0 35px;
  font-size: 50px;
  font-weight: 700
}

.frequently-asked-questions .frequently-heading {
  text-align: center
}

.book-editing-section {
  padding: 50px 0
}

.section-title h2 {
  color: #a30000;
  font-size: 50px
}

.book-editing-section ul#pills-tab {
  padding: 20px 0 0
}

.tab-content>.active {
  display: block
}

.book-editing-section h3 {
  color: #353a4d;
  margin-bottom: 20px;
  font-size: 2.5rem;
  text-transform: math-auto!important
}

.book-editing-section ul.check-50-li li {
  min-width: 48%;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  display: inline-flex
}

.book-editing-section ul.check-50-li li img {
  margin-right: 10px;
  position: relative;
  top: 5px;
  width: 20px
}
.nav-pills{

}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
  color: #fff;
  filter: brightness(100%) invert(1);
  background-color: #f7aa39!important;
  border: 2px solid #f7aa39!important
}

.book-editing-section .book-tab-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.book-editing-section img {
  max-width: 100%;
  min-height: calc(100% - 30px);
  object-fit: cover
}

.contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 50px
}

.contact-us .contact-us-heading p:first-child:before {
  content: "";
  height: 1px;
  width: 13%;
  background-color: #000;
  position: absolute;
  bottom: 45%;
  left: 18%
}

.contact-us .contact-us-heading p:first-child:after {
  content: "";
  height: 1px;
  width: 13%;
  background-color: #000;
  position: absolute;
  bottom: 45%;
  right: 18%
}

.about-who-we-are .about-who-head h2 {
  color: #1e1d1d;
  padding: 0 0 20px;
  font-size: 52px;
  font-weight: 600
}

.about-who-we-are .about-who-head p {
  color: #1e1d1d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

.about-who-we-are .about-who-box {
  background-color: #fff;
  margin: 0 0 18px;
  padding: 30px 25px;
  transition: .5s;
  box-shadow: 0 0 43px #12121214
}

.about-who-we-are .about-who-box h3,.about-who-we-are .about-who-box h5 {
  color: #1e1d1d;
  font-size: 25px;
  font-weight: 500
}

.about-who-we-are .about-who-box p {
  color: #1e1d1d;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px
}

.btn-8 {
  text-transform: capitalize;
  color: #2d243e;
  background-color: #a30000;
  border: 2px solid #a30000;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: .3s
}

.btn-8:hover {
  background-color: #fff;
  border: 1px solid #a30000;
  box-shadow: 0 0 #0000
}

.g-about-texture-bg {
  background-image: url(../../images/texture.webp);
  background-repeat: no-repeat
}

.g-about-service {
  padding: 20px 0
}

.g-accomplishments-card {
  padding: 40px
}

#contact-section {
  margin: 0;
  padding: 0
}

.frm_area_btm form {
  background: linear-gradient(80deg,#534180 23%,#272136 77%);
  border-radius: 15px;
  padding: 3rem 5rem
}

.testimonials {
  padding: 50px 0 245px
}

.testimonials .best-reviews {
  text-align: center
}

.best-reviews h2,.testimonials .best-reviews h3 {
  color: #574b80;
  font-size: 50px;
  font-weight: 700;
  position: relative
}

.testimonials .best-reviews p {
  color: #a2a2a2;
  width: 50%;
  margin: 0 auto 1rem;
  font-size: 18.01px;
  font-weight: 400
}

.dp-wrap {
  perspective: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative
}

#dp-slider {
  height: 278px;
  overflow: hidden
}

#dp-slider .dp_item:first-child {
  z-index: 10!important;
  transform: rotateY(0) translate(10%)!important
}

.dp_item {
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: transform 1.2s;
  display: block;
  position: absolute
}

.testimonials .review-card {
  width: 87%;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 32px 25px 21px 0;
  display: flex;
  box-shadow: 0 0 8px 4px #b9b9b9
}

.testimonials .content-1 {
  position: relative
}

.testimonials .content-1 img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 50px
}

.testimonials .content p {
  color: #4d4d4d;
  letter-spacing: 3px;
  margin: 33px 0 15px;
  font-size: 16px;
  font-weight: 300
}

.testimonials .content h3 {
  color: #a30000;
  font-size: 17.99px;
  font-weight: 600
}

.testimonials .content-1 :after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0) translate(16%) scale(.9)
}

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0) translate(22%) scale(.8)
}

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0) translate(28%) scale(.7)
}

.dp_item[data-position="5"] {
  z-index: 6;
  transform: rotateY(0) translate(34%) scale(.6)
}

.testimonials .arrow-main {
  position: absolute;
  bottom: -61%;
  right: 28px
}

.testimonials .arrow-main span:nth-child(1) {
  margin: 0 20px
}

.testimonials .arrow-main span {
  opacity: .5
}

.book-editing-section .nav-pills .nav-link {
  color: #000;
  height: 107px;
  text-transform: capitalize;
  padding: 10px;
  width: 130px;
  background: 0 0;
  border: 2px solid #231e32;
  border-radius: 5px;
  margin: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px
}

.my-pill {
  height: 40px!important;
  width: 200px!important
}

.sec {
  padding-top: 50px
}

.g-how-we-content h2,.g-how-we-content h4 {
  color: #000;
  padding: 0 0 10px;
  font-size: 40px;
  font-weight: 700;
  position: relative
}

.g-how-we-content h4:after {
  content: "";
  width: 100%;
  height: 40px;
  background-image: url(../../images/underline2.webp);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 27%;
  right: 0
}

.g-how-we-content p {
  color: #000;
  padding: 20px 0 0
}

.btn-10 {
  text-transform: capitalize;
  color: #fff;
  background-color: #231e32;
  border: 2px solid #231e32;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700
}

.btn-10:hover {
  color: #fff;
  background-color: #f1974b;
  border: 2px solid #f1974b;
  transition: .3s;
  box-shadow: 0 0 #0000
}

.new-editing-bg {
  background-image: url(../../images/contact-texture.webp);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 140px 0 0!important
}

.new-editing-bg h1 {
  font-size: 33px;
  font-weight: 700
}

.new-editing-bg h2 {
  font-size: 15px
}

.contact-us {
  padding: 50px 0
}

.contact-us .contact-us-heading {
  text-align: center
}

.contact-us .contact-us-heading p:first-child {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  position: relative
}

.contact-us .contact-us-heading h5 {
  text-transform: capitalize;
  color: #a30000;
  font-size: 60px;
  font-weight: 700
}

.contact-us .contact-us-heading p:last-child {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 400
}

.contact-us .ways-to-connect .ways-to-connect-connect {
  padding: 0 25px;
  align-items: center;
  display: flex
}

.contact-us .ways-to-connect .ways-to-connect-connect i {
  color: #a30000;
  font-size: 24px
}

.fa-phone:before {
  content: ""
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para {
  margin: 0 0 0 14px;
  display: inline-block
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a,.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
  color: #272137;
  font-size: 16px;
  font-weight: 300;
  margin: 0
}

.contact-us .ways-to-connect {
  margin: 0 0 50px;
  justify-content: center;
  display: flex
}

.contact-us .row .ways-to-connect-top-form-heading {
  margin: 0 0 25px
}

.contact-us .row .ways-to-connect-top-form-heading h5 {
  text-transform: capitalize;
  color: #292929;
  font-size: 60px;
  font-weight: 700
}

.contact-us .row .ways-to-connect-top-form-heading p {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 400
}

.contact-us .row .input-row1 {
  display: flex
}

.contact-us .row input:nth-child(2) {
  margin: 0 0 0 35px
}

.contact-us .row input {
  width: 100%;
  height: 50px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  margin: 0 0 40px;
  padding: 0 20px;
  font-size: 15.99px;
  font-weight: 300
}

.contact-us .row textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  margin: 0 0 40px;
  padding: 20px 0 0 29px;
  font-size: 15.99px;
  font-weight: 300
}

.contact-us .row .form-button button {
  height: 65px;
  width: 229px;
  color: #fff;
  background-color: #a30000;
  border: #0000;
  border-radius: 50px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 0 12px 1px #dc3545
}

.banner {
  padding: 270px 0;
  position: relative
}

.banner .banner-content {
  text-align: center;
  margin: 0 0 2em
}

.banner .banner-content .thank-you-img {
  filter: brightness(0) invert()
}

.banner .banner-content h1,.banner-content h5 {
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 25px;
  font-size: 50px;
  font-weight: 700
}

.banner .banner-content .thank-you-btn {
  width: 178px;
  height: 52px;
  color: #fff;
  background-color: #a30000;
  border: #0000;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 52px;
  text-transform: capitalize
}

.tc-image-effect-shine:before {
  content: "";
  height: 100%;
  width: 50%;
  z-index: 2;
  background: linear-gradient(90deg,#fff0 0,#ffffff4d 100%);
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  transform: skew(-25deg)
}

.banner .banner-content h2,.banner-content p {
  text-transform: capitalize;
  color: #a30000;
  margin: 0 0 50px;
  font-family: poppins;
  font-size: 24px;
  font-weight: 400
}

.tc-image-effect-shine {
  position: relative;
  overflow: hidden
}

.hvr-grow {
  vertical-align: middle;
  transition-property: transform;
  transition-duration: .3s;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px #0000
}

.hvr-grow:active,.hvr-grow:focus,.hvr-grow:hover {
  transform: scale(1.1)
}

.inner-ser-banner {
  z-index: -1;
  position: absolute;
  top: 0
}

.term-sec-wrap {
  padding: 170px 0 50px
}

.term-sec-wrap .terms-content {
  margin: 0 0 40px
}

.modal {
  z-index: 1055;
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto
}

#staticBackdrop .modal-content {
  background-image: url(../../images/my-images/main-popup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

#staticBackdrop .modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0d6efd;
  opacity: .5;
  width: 100%;
  z-index: -1
}

#staticBackdrop .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: 0 0;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 4;
  opacity: 1;
  transition: .3s ease-in-out
}

#staticBackdrop .modal-content .btn-close:hover {
  color: #f49720;
  border: 2px solid #f49720
}

#staticBackdrop .modal-content .btn-close i {
  font-weight: 600
}

#staticBackdrop .modal-dialog {
  max-width: 500px;
  margin: 170px auto 0
}

#staticBackdrop .modal-header {
  padding: 0;
  border-bottom: none
}

#staticBackdrop .modal-body {
  padding: 30px 20px
}

#staticBackdrop .modal-body .modal-body-form {
  text-align: center
}

.modal-body-form h5 {
  font-size: 30px;
  line-height: 28px;
  color: #f49720;
  margin: 0!important
}

.flip-counter-popup {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center
}

.modal-body-form .popup-form-list .form-group {
  margin: 0 0 10px
}

.modal-body-form .popup-form-list .form-group.form-group-last {
  margin: 0
}

.modal-body-form .popup-form-list .form-group input {
  background: 0 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px
}

.modal-body-form .popup-form-list .form-group input::placeholder {
  color: #fff;
  font-size: 16px
}

.modal-body-form .popup-form-list .form-group textarea {
  background: 0 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 120px;
  resize: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px
}

.modal-body-form .popup-form-list .form-group textarea::placeholder {
  color: #fff;
  font-size: 16px
}

.modal-body-form .popup-form-list .form-group button.submit-btn {
  background: #f49720;
  color: #fff;
  font-size: 18px;
  width: 100%;
  border: 2px solid #f49720;
  border-radius: 10px;
  padding: 10px;
  margin: 0;
  text-transform: capitalize;
  outline: 0;
  transition: .3s ease-in-out
}

.modal-body-form .popup-form-list .form-group button.submit-btn:hover {
  background: #fff;
  color: #f49720;
  border: 2px solid #fff
}

.modal.show {
  padding-right: 0!important
}

.modal-body-form h3 {
  font-size: 20px;
  line-height: 19px;
  color: #fff;
  margin: 0 0 10px!important;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left
}

.modal-body-form h3 span {
  font-size: 60px;
  line-height: 92px;
  font-weight: 700;
  display: block;
  margin: 0 10px 0 0
}

.modal .modal-dialog .modal-content .modal-body form {
  flex-direction: column;
  display: flex;
  padding: 0!important
}

.floatbutton {
  -o-transition: .4s;
  width: 420px;
  z-index: 9;
  font-size: 0;
  transition: .4s;
  position: fixed;
  top: 16%;
  right: -370px
}

.floatbutton.active {
  right: 0;
  z-index: 999;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.floatbutton .btns_wrap {
  position: fixed;
  right: -6px
}

.floatbutton .btns_wrap .chat_wrap {
  width: 280px;
  -o-transition: .3s;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 0;
  transition: .3s;
  display: block;
  position: absolute;
  top: 40px;
  right: -225px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026!important
}

.floatbutton .btns_wrap .call_wrap span.icoo,.floatbutton .btns_wrap .chat_wrap span.icoo {
  color: #fff;
  vertical-align: middle;
  background: linear-gradient(45deg,#a30000,#a30000);
  border-right: 1px solid #ded9d9;
  border-radius: 50px 0 0 50px;
  padding: 18px 20px 16px;
  font-size: 18px;
  display: inline-block;
  box-shadow: 1px 0 13px #184dc1c2
}

.floatbutton .btns_wrap .call_wrap span {
  color: #333;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px 15px 15px;
  font-size: 20px
}

.fa-comment:before {
  content: ""
}

.floatbutton .btns_wrap .chat_wrap span {
  color: #333;
  vertical-align: middle;
  background: #fff;
  padding: 15px 30px 15px 15px;
  font-size: 20px
}

.floatbutton .btns_wrap a:hover {
  right: 0;
  text-decoration: none!important
}

.floatbutton .btns_wrap .call_wrap {
  width: 280px;
  -o-transition: .3s;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 0;
  transition: .3s;
  position: absolute;
  top: 120px;
  right: -225px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026!important
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 270px;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  background: linear-gradient(45deg,#a30000,#a30000);
  border-radius: 30px 0 0 30px;
  margin-top: 198px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  box-shadow: -20px 7px 18px -7px #57b89717
}

.floatbutton .clickbutton .crossplus {
  -o-transition: .4s;
  color: #fff;
  white-space: pre;
  font-size: 16px;
  font-weight: 700;
  transition: .4s;
  display: block;
  position: absolute;
  bottom: 122px;
  left: -79px;
  transform: rotate(-90deg)
}

.floatbutton .banner-form {
  z-index: 9;
  width: 370px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  margin: 0;
  padding: 30px;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 30px #0000001f
}

.floatbutton .banner-form h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px
}

.floatbutton .banner-form .ban-form input {
  width: 100%;
  color: gray;
  height: 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 0 15px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  outline: 0!important
}

.floatbutton .banner-form .ban-form textarea {
  width: 100%;
  color: gray;
  height: 120px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 15px 0 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  outline: 0!important
}

.floatbutton .banner-form .ban-form input[type=submit] {
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg,#a30000,#f39a28);
  border: #0000;
  border-radius: 3px;
  margin: 20px 0 0;
  padding: 10px 15px;
  font-weight: 600
}

#clock1 {
  width: 100%;
  height: 70px;
  margin: 0 auto 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.flip-clock-divider .flip-clock-label {
  display: none
}

.flip-clock-wrapper ul {
  width: 40px;
  height: 50px;
  font-size: 40px;
  line-height: 45px;
  border-radius: 5px;
  background: #000
}

.flip-clock-wrapper ul li {
  line-height: 45px
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 20px;
  border-radius: 5px
}

.flip-clock-wrapper ul li a div.up:after {
  top: 24px;
  height: 3px
}

.flip-clock-dot {
  color: #fff;
  background: #fff
}

.fa-phone-alt:before {
  content: "\f095"
}

.cta-book-img-new2 {
  display: none
}

@media only screen and (min-width: 1400px) and (max-width:1699px) {
  .g-process-inner-content1 h3 {
      padding:90px 0 0 50px
  }

  .g-process-inner-content1-1 p {
      padding: 40px 20px 20px
  }

  .g-process-inner-content2 h3 {
      padding: 85px 0 0 300px
  }

  .g-process-inner-content2-2 p {
      padding: 40px 15px 20px
  }

  .g-process-inner-content3 h3 {
      padding: 70px 0 0 50px
  }

  .g-process-inner-content3-3 p {
      padding: 25px
  }

  .g-process-inner-content4 h3 {
      text-align: left;
      padding: 60px 0 0 285px
  }

  .g-process-inner-content4-4 p {
      font-size: 15px;
      padding: 15px 20px 20px
  }

  .g-process-inner-content5 h3 {
      padding: 70px 0 0 50px
  }

  .g-process-inner-content5-5 p {
      font-size: 15px;
      padding: 20px
  }

  section.contact-section #contact-section-g {
      padding: 0 50px
  }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  header nav.navbar .navbar-brand .logo {
      width:120px
  }

  header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
      font-size: 12px
  }

  header nav.navbar .navbar-buttons a.call-btn {
      font-size: 14px;
      width: 125px;
      padding: 8px
  }

  .cta-book-img-new2 {
      display: none
  }

  .g-process-inner {
      height: 1075px
  }

  .g-process-inner-content {
      height: 200px
  }

  .g-process-inner-content1 h3 {
      padding: 70px 0 0 50px
  }

  .g-process-inner-content1-1 p {
      font-size: 15px;
      padding: 30px 15px 20px
  }

  .g-process-inner-content2 h3 {
      padding: 60px 0 0 250px
  }

  .g-process-inner-content2-2 p {
      font-size: 15px;
      padding: 30px 15px 20px
  }

  .g-process-inner-content3 h3 {
      padding: 70px 0 0 50px
  }

  .g-process-inner-content3-3 p {
      font-size: 15px;
      padding: 25px
  }

  .g-process-inner-content4 h3 {
      text-align: left;
      padding: 60px 0 0 250px
  }

  .g-process-inner-content4-4 p {
      font-size: 15px;
      padding: 15px 20px 20px
  }

  .g-process-inner-content5 h3 {
      padding: 70px 0 0 50px
  }

  .g-process-inner-content5-5 p {
      font-size: 15px;
      padding: 20px
  }

  .g-process-inner-content1 h3,.g-process-inner-content2 h3,.g-process-inner-content3 h3,.g-process-inner-content4 h3,.g-process-inner-content5 h3 {
      font-size: 24px
  }

  section.contact-section #contact-section-g {
      padding: 0 50px
  }
}

@media only screen and (max-width: 1370px) {
  header nav.navbar .navbar-brand .logo {
      width:100px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
      margin: 0 5px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
      font-size: 14px
  }

  header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
      font-size: 7px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
      width: 65%
  }

  header .navbar-nav .nav-item ul.dropdown-menu li a {
      font-size: 14px
  }

  header nav.navbar .navbar-buttons a.call-btn {
      font-size: 12px;
      width: 125px;
      padding: 8px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  header nav.navbar .navbar-brand .logo {
      width:100px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
      margin: 0 5px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
      font-size: 10px
  }

  header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
      font-size: 7px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
      width: 65%
  }

  header .navbar-nav .nav-item ul.dropdown-menu li a {
      font-size: 10px
  }

  header nav.navbar .navbar-buttons a.call-btn {
      font-size: 10px;
      width: 125px;
      padding: 8px
  }

  .cta-book-img-new2 {
      display: none
  }

  .g-process-inner {
      margin: 20px 0;
      height: inherit
  }

  .g-process-inner-content {
      height: 175px
  }

  .g-process-inner-content1 h3 {
      padding: 60px 0 0 40px
  }

  .g-process-inner-content1-1 p {
      font-size: 12px;
      padding: 20px
  }

  .g-process-inner-content2 h3 {
      padding: 40px 0 0 225px
  }

  .g-process-inner-content2-2 p {
      font-size: 12px;
      padding: 20px
  }

  .g-process-inner-content3 h3 {
      padding: 40px 0 0 40px
  }

  .g-process-inner-content3-3 p {
      font-size: 12px;
      padding: 15px 20px
  }

  .g-process-inner-content4 h3 {
      text-align: left;
      padding: 20px 20px 20px 225px
  }

  .g-process-inner-content4-4 p,.g-process-inner-content5-5 p {
      font-size: 12px;
      padding: 0 20px 20px
  }

  .g-process-inner-content1 h3,.g-process-inner-content2 h3,.g-process-inner-content3 h3,.g-process-inner-content4 h3,.g-process-inner-content5 h3 {
      font-size: 22px
  }

  .g-cta img {
      height: 300px
  }

  section.contact-section #contact-section-g {
      padding: 0 30px
  }

  .footer-logo-area .footer-info ul li a {
      font-size: 14px;
      line-height: 20px
  }

  .footer-top .footer-links-area {
      margin: 0 0 20px
  }

  .footer-brands-area .footer-brands-logos img {
      width: 100px
  }

  .footer-brands-area .footer-dmc-logos {
      margin: 0 0 20px
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  header .navbar-toggler {
      background:#a30000
  }

  header .navbar-expand-lg .navbar-collapse {
      padding: 10px 0
  }

  header .navbar-collapse ul.navbar-nav {
      margin: 0
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
      border-bottom: 2px solid #a30000
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
      padding: 10px 0;
      width: 100%
  }

  header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
      justify-content: space-between;
      position: relative
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
      position: absolute;
      top: 47px;
      transform: inherit;
      opacity: inherit;
      visibility: inherit;
      min-height: 250px;
      max-height: 250px;
      overflow-y: auto;
      display: none
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
      border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
      width: 3px;
      background: #fff;
      border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
      background-color: #353a4d;
      border-radius: 0px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
      position: unset;
      width: 100%;
      border-radius: 0;
      border: 1px solid #ef9541;
      box-shadow: none;
      padding: unset;
      opacity: unset;
      visibility: unset;
      transform: inherit;
      display: none
  }

  header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
      top: 0;
      width: 100%;
      margin: 0;
      min-height: inherit!important;
      max-height: inherit!important;
      overflow: inherit
  }

  header nav.navbar .navbar-buttons {
      margin: 10px 0
  }

  header nav.navbar .navbar-buttons a.call-btn {
      font-size: 14px;
      padding: 8px
  }

  .hero-banner {
      background-color: #10549b!important;
      background-image: none!important;
      padding: 160px 0 50px
  }

  .banner-btns {
      margin: 0 0 20px
  }

  .sec {
      padding: 30px 0
  }

  .booksell-platform {
      text-align: center
  }

  .booksell-platform .d-flex {
      justify-content: center
  }

  .booksell-platform .platform-logo-booksell {
      margin: 0 10px 0 0
  }

  .booksell-platform .platform-logo-booksell img {
      width: 100px
  }

  .pt-sec-new.sec-mt {
      margin: 0
  }

  .pt-sec-new .nav-tabs .nav-link {
      margin: 0 10px 10px
  }

  .pt-portfolio-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center
  }

  .pt-portfolio-wrap .pt-new-img {
      width: 25%
  }

  .new-company-sec ul {
      padding: 0 0 0 20px
  }

  .new-company-sec img {
      margin: 20px 0
  }

  .revies-platform-images .pf-logo {
      margin: 0 8px 0 0
  }

  .revies-platform-images .pf-logo img {
      width: 100px;
      margin: 0
  }

  .award-winning-wrap .award-winning-logo img {
      width: 100px
  }

  .cta-sec-new {
      padding: 30px 0
  }

  .cta-sec-new .cta-btns .btn-cta {
      margin: 0 5px 10px
  }

  .cta-book-img-new2 {
      display: none
  }

  .our-ser-new-sec .serbox-new {
      margin: 20px 10px 0
  }

  .g-process-bg {
      padding: 30px 0
  }

  .g-process-inner {
      margin: 20px 0;
      background-image: none;
      height: inherit
  }

  .g-process-inner-content {
      height: inherit
  }

  .g-process-inner-content1 h3,.g-process-inner-content2 h3,.g-process-inner-content3 h3,.g-process-inner-content4 h3,.g-process-inner-content5 h3 {
      padding: 0
  }

  .g-process-inner-content4 h3 {
      text-align: left
  }

  .g-process-inner-content2-2 p {
      padding: 0
  }

  .bgnewcolor .g-cta {
      padding: 30px
  }

  .g-cta img {
      height: 250px;
      position: inherit
  }

  .g-how-we-content {
      margin: 20px 0
  }

  .new-test-sec .new-test-box {
      padding: 20px
  }

  section.frequently-asked-questions {
      padding: 30px 0
  }

  .frequently-asked-questions .frequently-heading {
      padding: 0 50px
  }

  .frequently-asked-questions .frequently-heading h4 {
      font-size: 32px;
      margin: 0 0 20px
  }

  section.contact-section .section__title {
      margin: 0 0 20px;
      font-size: 32px
  }

  section.contact-section #contact-section-g {
      padding: 0 50px
  }

  .new-editing-bg {
      padding: 120px 0 30px!important;
      text-align: center
  }

  .services-together-wrap .services-together-head h2 {
      font-size: 32px;
      line-height: 38px
  }

  section.editing-sec5-box-main-bg {
      padding: 30px 0
  }

  .editing-sec5-box-main-bg h4 {
      font-size: 32px;
      line-height: 38px
  }

  section.why-choose-service {
      padding: 30px 0
  }

  .why-choose-service-head h4 {
      font-size: 32px;
      line-height: 38px
  }

  .why-choose-img {
      margin: 20px 0
  }

  section.about-who-we-are {
      padding: 30px 0;
      text-align: center
  }

  .about-who-we-are .about-who-head {
      margin: 0 0 20px
  }

  .testimonials .review-card {
      height: 600px;
      padding: 20px
  }

  #dp-slider {
      height: 450px
  }

  .testimonials .arrow-main {
      z-index: 999;
      bottom: -40%
  }

  section.contact-section picture img {
      display: none
  }

  .contact-us .ways-to-connect {
      flex-direction: column
  }

  .contact-us .ways-to-connect .ways-to-connect-connect {
      justify-content: left;
      margin: 0 0 20px
  }

  .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
      padding: 0 25px;
      border: none
  }

  .footer-logo-area .footer-info ul li a {
      font-size: 14px;
      line-height: 20px
  }

  .footer-top .footer-links-area {
      margin: 0 0 20px
  }

  .footer-links-area h4 {
      font-size: 18px;
      line-height: 24px
  }

  .footer-brands-area .footer-brands-logos img {
      width: 100px
  }

  .footer-brands-area .footer-dmc-logos {
      margin: 0 0 20px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  header .navbar-toggler {
      background:#a30000
  }

  header .navbar-expand-lg .navbar-collapse {
      padding: 10px 0
  }

  header .navbar-collapse ul.navbar-nav {
      margin: 0
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
      border-bottom: 2px solid #a30000
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
      padding: 10px 0;
      width: 100%
  }

  header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
      justify-content: space-between;
      position: relative
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
      position: absolute;
      top: 47px;
      transform: inherit;
      opacity: inherit;
      visibility: inherit;
      min-height: 250px;
      max-height: 250px;
      overflow-y: auto;
      display: none
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
      border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
      width: 3px;
      background: #fff;
      border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
      background-color: #353a4d;
      border-radius: 0px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
      position: unset;
      width: 100%;
      border-radius: 0;
      border: 1px solid #ef9541;
      box-shadow: none;
      padding: unset;
      opacity: unset;
      visibility: unset;
      transform: inherit;
      display: none
  }

  header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
      top: 0;
      width: 100%;
      margin: 0;
      min-height: inherit!important;
      max-height: inherit!important;
      overflow: inherit
  }

  header nav.navbar .navbar-buttons {
      margin: 10px 0
  }

  header nav.navbar .navbar-buttons a.call-btn {
      font-size: 14px;
      padding: 8px
  }

  .hero-banner {
      padding: 120px 0 50px;
      text-align: center
  }

  .banner-list {
      text-align: left
  }

  .banner-btns {
      margin: 0 0 20px
  }

  .hero-banner-form {
      padding: 25px
  }

  .sec {
      padding: 20px 0
  }

  .booksell-platform {
      text-align: center
  }

  .booksell-platform .d-flex {
      flex-wrap: wrap;
      justify-content: center
  }

  .booksell-platform .platform-logo-booksell {
      margin: 0 10px 10px
  }

  .booksell-platform .platform-logo-booksell img {
      width: 120px
  }

  .pt-sec-new.sec-mt {
      margin: 0
  }

  .pt-sec-new .nav-tabs .nav-link {
      margin: 0 10px 10px
  }

  .pt-portfolio-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center
  }

  .pt-portfolio-wrap .pt-new-img {
      width: 33%
  }

  .new-company-sec {
      text-align: center
  }

  .new-company-sec ul {
      text-align: left;
      padding: 0 0 0 20px
  }

  .new-company-sec img {
      margin: 20px 0
  }

  .revies-platform-images {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      grid-gap: 0
  }

  .revies-platform-images .pf-logo {
      margin: 0 8px 10px
  }

  .revies-platform-images .pf-logo img {
      width: 120px;
      margin: 0
  }

  .award-winning-new-sec {
      text-align: center
  }

  .award-winning-new-sec .award-winning-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      grid-gap: 0
  }

  .award-winning-wrap .award-winning-logo {
      margin: 0 8px 10px
  }

  .award-winning-wrap .award-winning-logo img {
      width: 100px;
      margin: 0
  }

  .new-books-sec {
      text-align: center
  }

  .new-books-sec .genre-grid-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      grid-gap: 0
  }

  .genre-grid-wrap .genre-wrap-item {
      width: 45%;
      margin: 0 8px 10px
  }

  .genre-grid-wrap .genre-wrap-item img {
      margin: 0
  }

  .cta-sec-new {
      padding: 30px 0
  }

  .cta-sec-new .cta-btns .btn-cta {
      margin: 0 5px 10px
  }

  .cta-book-img-new2 {
      display: none
  }

  .our-ser-new-sec {
      text-align: center
  }

  .our-ser-new-sec .serbox-new {
      margin: 20px 10px 0
  }

  .our-ser-new-sec .prev-slide {
      left: 0
  }

  .our-ser-new-sec .next-slide {
      right: 0
  }

  .g-process-bg {
      padding: 30px 0
  }

  .g-process-bg .g-cta-1-content h5:after {
      left: 0;
      right: 0
  }

  .g-process-inner {
      margin: 20px 0;
      background-image: none;
      text-align: center;
      height: inherit
  }

  .g-process-inner-content {
      height: inherit
  }

  .g-process-inner-content1 h3,.g-process-inner-content2 h3,.g-process-inner-content2-2 p,.g-process-inner-content3 h3,.g-process-inner-content4 h3,.g-process-inner-content5 h3 {
      padding: 0
  }

  .g-process-bg .order-one {
      order: 1
  }

  .g-process-bg .order-two {
      order: 2
  }

  .bgnewcolor .g-cta {
      padding: 30px
  }

  .g-cta img {
      display: none
  }

  .bgnewcolor {
      text-align: center
  }

  .bgnewcolor picture img {
      margin: 20px 0
  }

  .g-how-we-content h4:after {
      left: 0;
      right: 0
  }

  .our-value-sec picture img {
      margin: 20px 0
  }

  .new-test-sec .testi-heading {
      font-size: 32px
  }

  .new-test-sec .new-test-box {
      padding: 20px
  }

  .new-test-sec .new-test-box .d-flex {
      flex-wrap: wrap;
      justify-content: center
  }

  .new-test-box .testi-box-new-detail {
      width: 100%;
      text-align: center
  }

  .new-test-box .new-testi-box-img {
      text-align: center;
      width: 100%
  }

  .new-test-box .new-testi-box-img img {
      margin: 0 auto
  }

  section.frequently-asked-questions {
      padding: 30px 0
  }

  .frequently-asked-questions .frequently-heading {
      padding: 0 50px
  }

  .frequently-asked-questions .frequently-heading h4 {
      font-size: 32px;
      margin: 0 0 20px
  }

  section.contact-section .section__title {
      margin: 0 0 20px;
      font-size: 32px
  }

  section.contact-section #contact-section-g {
      padding: 0 50px
  }

  .frm_area_btm form {
      padding: 30px
  }

  .frm_area_btm form .form-check {
      text-align: left
  }

  #contact-section-g .contact-flow {
      padding: 20px
  }

  .contact-flow__list-item {
      text-align: left
  }

  .new-editing-bg {
      padding: 120px 0 30px!important;
      text-align: center
  }

  .services-together-wrap .services-together-head {
      text-align: center
  }

  .services-together-wrap .services-together-head h2 {
      font-size: 32px;
      line-height: 38px
  }

  section.editing-sec5-box-main-bg {
      padding: 30px 0
  }

  .editing-sec5-box-main-bg h4 {
      font-size: 32px;
      line-height: 38px
  }

  section.why-choose-service {
      padding: 30px 0
  }

  .why-choose-service-head {
      text-align: center
  }

  .why-choose-service-head h4 {
      font-size: 32px;
      line-height: 38px
  }

  .why-choose-img {
      margin: 20px 0;
      text-align: center
  }

  .why-choose-img img {
      width: 75%
  }

  section.about-who-we-are {
      padding: 30px 0;
      text-align: center
  }

  .about-who-we-are .about-who-head {
      margin: 0 0 20px
  }

  section.g-about-service {
      text-align: center
  }

  .testimonials .review-card {
      height: 600px;
      padding: 20px
  }

  #dp-slider {
      height: 450px
  }

  .testimonials .arrow-main {
      z-index: 999;
      bottom: -40%
  }

  section.contact-section picture img {
      display: none
  }

  .contact-us .ways-to-connect {
      flex-direction: column
  }

  .contact-us .ways-to-connect .ways-to-connect-connect {
      justify-content: left;
      margin: 0 0 20px
  }

  .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
      padding: 0 25px;
      border: none
  }

  .footer-logo-area .footer-info ul li a {
      font-size: 14px;
      line-height: 20px
  }

  .footer-top .footer-links-area {
      margin: 0 0 20px
  }

  .footer-links-area h4 {
      font-size: 18px;
      line-height: 24px
  }

  .footer-links-area .footer-services-nav-links {
      flex-direction: column
  }

  .footer-brands-area .footer-brands-logos img {
      width: 100px;
      margin: 0 10px
  }

  .footer-brands-area .footer-dmc-logos {
      justify-content: center;
      margin: 0 0 20px
  }

  .footer-bottom .footer-copyright {
      text-align: center
  }

  .footer-copyright p {
      margin: 0 0 10px
  }

  .footer-bottom-links ul {
      justify-content: center
  }

  .flip-clock-wrapper ul {
      width: 40px;
      height: 50px;
      font-size: 40px;
      line-height: 50px;
      margin: 3px
  }

  .flip-clock-wrapper ul li {
      line-height: 50px
  }

  .flip-clock-wrapper ul li a div div.inn {
      font-size: 20px
  }

  .flip-clock-wrapper ul li a div.up:after {
      top: 23px;
      height: 3px
  }

  .floatbutton {
      display: none
  }
}

@media only screen and (min-width: 300px) and (max-width:575px) {
  header .navbar-toggler {
      background:#a30000
  }

  header .navbar-expand-lg .navbar-collapse {
      padding: 10px 0
  }

  header .navbar-collapse ul.navbar-nav {
      margin: 0
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
      border-bottom: 2px solid #a30000
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
      padding: 10px 0;
      width: 100%
  }

  header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
      justify-content: space-between;
      position: relative
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
      position: absolute;
      top: 47px;
      transform: inherit;
      opacity: inherit;
      visibility: inherit;
      min-height: 250px;
      max-height: 250px;
      overflow-y: auto;
      display: none
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
      border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
      width: 3px;
      background: #fff;
      border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
      background-color: #353a4d;
      border-radius: 0px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
      position: unset;
      width: 100%;
      border-radius: 0;
      border: 1px solid #ef9541;
      box-shadow: none;
      padding: unset;
      opacity: unset;
      visibility: unset;
      transform: inherit;
      display: none
  }

  header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
      top: 0;
      width: 100%;
      margin: 0;
      min-height: inherit!important;
      max-height: inherit!important;
      overflow: inherit
  }

  header nav.navbar .navbar-buttons {
      margin: 10px 0
  }

  header nav.navbar .navbar-buttons a.call-btn {
      font-size: 14px;
      padding: 8px
  }

  .hero-banner {
      padding: 170px 0 50px;
      text-align: center
  }

  .banner-list {
      text-align: left
  }

  .banner-btns {
      margin: 0 0 20px
  }

  .hero-banner-form {
      padding: 25px
  }

  .sec {
      padding: 30px 0
  }

  .booksell-platform {
      text-align: center
  }

  .booksell-platform .d-flex {
      flex-wrap: wrap;
      justify-content: center
  }

  .booksell-platform .platform-logo-booksell {
      margin: 0 10px 10px
  }

  .booksell-platform .platform-logo-booksell img {
      width: 100px
  }

  .pt-sec-new.sec-mt {
      margin: 0
  }

  .pt-sec-new .nav-tabs .nav-link {
      margin: 0 10px 10px
  }

  .pt-portfolio-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center
  }

  .pt-portfolio-wrap .pt-new-img {
      width: 45%
  }

  .new-company-sec {
      text-align: center
  }

  .new-company-sec ul {
      text-align: left;
      padding: 0 0 0 20px
  }

  .new-company-sec img {
      margin: 20px 0;
      width: 100%
  }

  .revies-platform-images {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      grid-gap: 0
  }

  .revies-platform-images .pf-logo {
      margin: 0 8px 10px
  }

  .revies-platform-images .pf-logo img {
      width: 100px;
      margin: 0
  }

  .award-winning-new-sec {
      text-align: center
  }

  .award-winning-new-sec .award-winning-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      grid-gap: 0
  }

  .award-winning-wrap .award-winning-logo {
      margin: 0 8px 10px
  }

  .award-winning-wrap .award-winning-logo img {
      width: 100px;
      margin: 0
  }

  .new-books-sec {
      text-align: center
  }

  .new-books-sec .genre-grid-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      grid-gap: 0
  }

  .genre-grid-wrap .genre-wrap-item {
      margin: 0 8px 10px
  }

  .genre-grid-wrap .genre-wrap-item img {
      margin: 0
  }

  .cta-sec-new {
      padding: 30px 0
  }

  .cta-sec-new .cta-btns .btn-cta {
      margin: 0 5px 10px
  }

  .cta-book-img-new2 {
      display: none
  }

  .our-ser-new-sec {
      text-align: center
  }

  .our-ser-new-sec .serbox-new {
      margin: 20px 10px 0
  }

  .our-ser-new-sec .prev-slide {
      left: 0
  }

  .our-ser-new-sec .next-slide {
      right: 0
  }

  .g-process-bg {
      padding: 30px 0
  }

  .g-process-bg .g-cta-1-content h5:after {
      left: 0;
      right: 0
  }

  .g-process-inner {
      margin: 20px 0;
      background-image: none;
      text-align: center;
      height: inherit
  }

  .g-process-inner-content {
      height: inherit
  }

  .g-process-inner-content1 h3,.g-process-inner-content2 h3,.g-process-inner-content2-2 p,.g-process-inner-content3 h3,.g-process-inner-content4 h3,.g-process-inner-content5 h3 {
      padding: 0
  }

  .g-process-bg .order-one {
      order: 1
  }

  .g-process-bg .order-two {
      order: 2
  }

  .bgnewcolor .g-cta {
      padding: 30px
  }

  .g-cta img {
      display: none
  }

  .bgnewcolor {
      text-align: center
  }

  .bgnewcolor picture img {
      margin: 20px 0
  }

  .g-how-we-content h4:after {
      left: 0;
      right: 0
  }

  .our-value-sec picture img {
      margin: 20px 0
  }

  .new-test-sec .testi-heading {
      font-size: 32px
  }

  .new-test-sec .new-test-box {
      padding: 20px
  }

  .new-test-sec .new-test-box .d-flex {
      flex-wrap: wrap;
      justify-content: center
  }

  .new-test-box .testi-box-new-detail {
      width: 100%;
      text-align: center
  }

  .new-test-box .new-testi-box-img {
      display: none
  }

  section.frequently-asked-questions {
      padding: 30px 0
  }

  .frequently-asked-questions .frequently-heading h4 {
      font-size: 32px;
      margin: 0 0 20px
  }

  section.contact-section .section__title {
      margin: 0 0 20px;
      font-size: 32px
  }

  section.contact-section #contact-section-g {
      padding: 0 20px
  }

  .frm_area_btm form {
      padding: 30px
  }

  #contact-section-g .contact-flow {
      padding: 20px
  }

  .contact-flow__list-item {
      text-align: left
  }

  .new-editing-bg {
      padding: 120px 0 30px!important;
      text-align: center
  }

  .services-together-wrap .services-together-head {
      text-align: center
  }

  .services-together-wrap .services-together-head h2 {
      font-size: 32px;
      line-height: 38px
  }

  section.editing-sec5-box-main-bg {
      padding: 30px 0
  }

  .editing-sec5-box-main-bg h4 {
      font-size: 32px;
      line-height: 38px
  }

  section.why-choose-service {
      padding: 30px 0
  }

  .why-choose-service-head {
      text-align: center
  }

  .why-choose-service-head h4 {
      font-size: 32px;
      line-height: 38px
  }

  .why-choose-img {
      margin: 20px 0;
      text-align: center
  }

  section.about-who-we-are {
      padding: 30px 0;
      text-align: center
  }

  .about-who-we-are .about-who-head {
      margin: 0 0 20px
  }

  section.g-about-service {
      text-align: center
  }

  .testimonials .review-card {
      height: 850px;
      padding: 20px
  }

  #dp-slider {
      height: 700px
  }

  .testimonials .arrow-main {
      z-index: 999;
      bottom: -30%
  }

  section.contact-section picture img {
      display: none
  }

  .contact-us .ways-to-connect {
      flex-direction: column
  }

  .contact-us .ways-to-connect .ways-to-connect-connect {
      justify-content: left;
      margin: 0 0 20px
  }

  .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
      padding: 0 25px;
      border: none
  }

  #staticBackdrop .modal-dialog {
      max-width: 100%!important;
      margin: 100px 10px 0
  }

  .modal-body-form h5 {
      font-size: 22px;
      line-height: 24px
  }

  .flip-clock-wrapper ul {
      width: 25px;
      height: 40px;
      font-size: 30px;
      line-height: 40px;
      margin: 2px
  }

  .flip-clock-wrapper ul li {
      line-height: 40px
  }

  .flip-clock-wrapper ul li a div div.inn {
      font-size: 20px;
      border-radius: 5px
  }

  .flip-clock-wrapper ul li a div.up:after {
      top: 19px;
      height: 3px
  }

  .flip-clock-dot {
      width: 7px;
      height: 7px;
      left: 4px
  }

  .flip-clock-dot.top {
      top: 36px
  }

  .flip-clock-dot.bottom {
      bottom: 36px
  }

  .modal-body-form h3 {
      font-size: 22px;
      line-height: 26px
  }

  .modal-body-form h3 span {
      font-size: 54px;
      line-height: 60px
  }

  .modal-body-form .popup-form-list .form-group button.submit-btn {
      font-size: 16px
  }

  .floatbutton {
      display: none
  }
}

footer {
  background-color: #031133
}

.footer_top {
  padding: 65px 0 40px;

  background-color: black;
}

.footer_top h4 {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  min-height: 28px;
  margin-bottom: 20px
}

.footer_top ul.footer_links li a {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 30px
}

.footer_top .row .col {
  border-right: 1px solid #4e5566;
  padding-left: 40px
}

.footer_top .row .col:last-child {
  border-right: none
}

.footer_social li {
  display: inline-block;
  margin: 0 15px
}

.footer_social li a {
  color: #fff;
  font-size: 24px
}

.copyright {
  padding: 30px 0;
  border-top: 1px solid #212c47;

  background-color: #000;
}

.copyright .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.copyright p,.copyright p a {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0
}

.copyright p a {
  margin: 0 6px
}

.my-our-value {
  padding-top: 50px;
  padding-bottom: 50px
}

.steps-background {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../../images/my-images/our-process.jpg) center/cover no-repeat;
  height: 780px
}

.our-steps {
  width: 70%
}

.our-steps h6 {
  font-size: large;
  font-weight: 700
}

.our-steps p {
  font-size: 13px
}

.step-1 {
  padding-left: 80px
}

.step-2 {
  padding-top: 40px;
  padding-left: 202px;
  width: 80%
}

.step-3 {
  padding-top: 65px;
  padding-left: 217px;
  width: 80%
}

.step-4 {
  padding-top: 50px;
  padding-left: 189px;
  width: 80%
}

.step-5 {
  padding-top: 42px;
  padding-left: 78px;
  width: 64%
}

@media screen and (max-width: 1400px) {
  .my-our-value {
      padding-top:50px;
      padding-bottom: 50px
  }

  .steps-background {
      padding-top: 50px;
      padding-bottom: 50px;
      background: url(../../images/my-images/our-process.jpg) center/cover no-repeat;
      height: 780px
  }

  .our-steps {
      width: 70%
  }

  .our-steps h1 {
      font-size: large;
      font-weight: 700
  }

  .our-steps p {
      font-size: 13px
  }

  .step-1 {
      padding-top: 30px;
      padding-left: 62px
  }

  .step-2 {
      padding-top: 33px;
      padding-left: 169px;
      width: 80%
  }

  .step-3 {
      padding-top: 69px;
      padding-left: 184px;
      width: 90%
  }

  .step-4 {
      padding-top: 34px;
      padding-left: 164px;
      width: 80%
  }

  .step-5 {
      padding-top: 33px;
      padding-left: 62px;
      width: 74%
  }

  .percentfifty {
      margin-left: -10px!important
  }

  .banner-form-heading {
      font-size: 18px;
      font-weight: 800
  }

  .hero-banner-form p {
      color: #262626;
      margin-top: -20px;
      font-size: 11px
  }
}

@media screen and (max-width: 1200px) {
  .my-our-value {
      padding-top:50px;
      padding-bottom: 50px
  }

  .steps-background {
      padding-top: 50px;
      padding-bottom: 50px;
      background: url(../../images/my-images/our-process.jpg) center/cover no-repeat;
      height: 780px
  }

  .our-steps {
      width: 70%
  }

  .our-steps h1 {
      font-size: large;
      font-weight: 700
  }

  .our-steps p {
      font-size: 13px
  }

  .step-1 {
      padding-top: 30px;
      padding-left: 45px;
      width: 90%
  }

  .step-2 {
      padding-top: 33px;
      padding-left: 150px;
      width: 100%
  }

  .step-3 {
      padding-top: 26px;
      padding-left: 184px;
      width: 100%
  }

  .step-4 {
      padding-top: 63px;
      padding-left: 163px;
      width: 100%
  }

  .step-5 {
      padding-top: 14px;
      padding-left: 50px;
      width: 100%
  }

  .hero-banner {
      background-color: #10549b!important;
      background-image: none!important
  }
}

@media screen and (max-width: 900px) {
  .my-our-value {
      padding-top:50px;
      padding-bottom: 50px
  }

  .steps-background {
      padding-top: 50px;
      padding-bottom: 50px;
      background: url(../../images/my-images/our-process.jpg) center/cover no-repeat;
      height: auto
  }

  .our-steps {
      width: 70%
  }

  .our-steps h1 {
      font-size: 15px;
      font-weight: 700
  }

  .our-steps p {
      font-size: 10px
  }

  .step-1 {
      padding-top: 30px;
      padding-left: 45px;
      width: 100%
  }

  .step-2 {
      padding-top: 33px;
      padding-left: 150px;
      width: 100%
  }

  .step-3 {
      padding-top: 83px;
      padding-left: 165px;
      width: 100%
  }

  .step-4 {
      padding-top: 39px;
      padding-left: 141px;
      width: 100%
  }

  .step-5 {
      padding-top: 40px;
      padding-left: 50px;
      width: 100%
  }
}

@media screen and (max-width: 500px) {
  .my-our-value {
      padding-top:10px;
      padding-bottom: 0px
  }

  .steps-background {
      padding-top: 20px;
      padding-bottom: 20px;
      background: #fff;
      height: auto
  }

  .our-steps {
      width: 70%
  }

  .our-steps h1 {
      font-size: 15px;
      font-weight: 700
  }

  .our-steps p {
      font-size: 10px
  }

  .step-1,.step-2,.step-3,.step-4,.step-5 {
      padding: 0;
      width: 100%
  }
}

.card {
  height: 100%;
  transition: .2s ease-in-out
}

.card-title {
  font-size: 17px;
  transition: .2s ease-in-out;
  line-height: 18px
}

.card-text {
  font-size: 14px
}

.card:hover,.card:hover .card-text,.card:hover .card-title {
  cursor: pointer;
  background: #003939;
  /* background: linear-gradient(90deg,#dc3545 0,#ff5d6d 100%); */
  color: #fff;
  transform: translateY(-4px)
}

.button-27 {
  appearance: none;
  background-color: #000;
  border: 2px solid #1a1a1a;
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: poppins,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 13px 44px;
  text-align: center;
  text-decoration: none;
  transition: .3s cubic-bezier(.23, 1, .32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform
}

.button-27:disabled {
  pointer-events: none
}

.button-27:hover {
  border: 2px solid #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
  box-shadow: rgba(0,0,0,.25) 0 8px 15px;
  transform: translateY(-2px)
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0)
}

.button-28 {
  appearance: none;
  background-color: #006665;
  border: 2px solid #006665;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
  outline: 0;
  padding: 9px 28px 13px;
  text-align: center;
  text-decoration: none;
  transition: .3s cubic-bezier(.23, 1, .32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  font-family: 'Poppins', sans-serif;
}

.button-28:disabled {
  pointer-events: none
}

.button-28:hover {
  border: 2px solid #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: rgba(0,0,0,.25);
  transform: translateY(-2px)
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0)
}

.my-contact-us {
  background-image: url(../../images/my-images/contact-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@keyframes pulse {
  0%,100% {
      transform: scale(1)
  }

  50% {
      transform: scale(1.1)
  }
}

img.animatepulse {
  animation: 2s infinite pulse
}

.footer-form {
  background-color: #fff;
  padding: .575rem .75rem;
  border: 2px solid #006665;
}

.footer-form::placeholder {
  color: #87a4c2!important
}

.thankyou_sec {
  padding: 5rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff
}

.main-thankyou {
  text-align: center
}

.main-content__checkmark {
  font-size: 9.75rem!important;
  line-height: 1!important;
  background-image: -webkit-linear-gradient(90deg,#25a9e0 0,#004974 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700!important;
  line-height: 1.1
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4
}

.start_live_chat {
  font-size: 20px;
  background-color: #004974;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 50px;
  margin: 20px 0 0;
  color: #fff!important;
  text-decoration: none;
  line-height: 16px
}

@media (max-width: 768px) {
  #hideinmobile {
      display:none!important
  }

  .my-our-value h3 {
      line-height: 24px!important
  }

  .card-body {
      margin-top: -15px!important
  }

  .my-contact-us {
      background: #0e5299!important
  }
}

.badge {
  font-size: 14px!important
}

.testi-para-new {
  margin-top: 20px!important
}

.hero-banner-form::before {
  content: "";
  background-color: #fff!important;
  position: absolute;
  height: 800px;
  width: 100%;
  z-index: -1;
  left: 0;
  top: -180px
}

@media (max-width: 1200px) {
  .hero-banner-form::before {
      display:none!important
  }
}

.swiper {
  width: 340px;
  height: 380px
}

.swiper-slide {
  display: flex!important;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  flex-wrap: wrap;
  padding: 10px 20px;
  color: #fff;
  flex-direction: column
}

.swiper-slide h4 {
  text-align: left;
  font-weight: 800;
  font-size: 20px
}

.swiper-slide p {
  font-size: 13px;
  font-weight: 300
}

.swiper-slide:nth-child(1n) {
  background-color: #a30000
}

.swiper-slide:nth-child(2n) {
  background-color: #0d589d
}

.swiper-slide:nth-child(3n) {
  background-color: #a30000
}

.swiper-slide:nth-child(4n) {
  background-color: #0d589d
}

.swiper-slide:nth-child(5n) {
  background-color: #a30000
}

.swiper-slide:nth-child(6n) {
  background-color: #0d589d
}

.video-ctn p {
  font-size: 18px;
  line-height: 1.7;
}

/*black popup start*/
.custom-popup .modal-content {
  position: relative;
  background-color: transparent;
  border: none;
}

.custom-popup .btn-close {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  background: none;
  color: #fff;
  font-size: 20px;
}

.custom-popup .modal-dialog {
  max-width: 60vw !important;
  width: 100%;
  margin: auto !important;
}

.theme-h3 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.banner-form .theme-h3, .banner-form .theme-p {
  text-align: center;
  color: #fff;
}

.banner-form .input-field input, .banner-form .input-field textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  resize: none;
  margin-bottom: 10px;
}

.banner-form .input-field textarea {
  height: 120px;
}

.banner-form .input-field *::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.banner-form button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  padding: 12px 45px;
  display: inline-block;
  width: 250px;
}

#staticBackdrop .modal-content {
  overflow: visible;
}

/*black popup end*/
/* Hire Page Card */
.p-fix {
  position: fixed;
}

.mybgw {
  position: relative;
  z-index: 2;
  background-color: white;
}

.hiring-section {
  position: relative;
  z-index: 1;
}

.hiring-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hire-card-header {
  padding-bottom: 6px;
  border-bottom: 1px solid #cfcfcf;
}

.hire-profile .profile-column img {
  border-radius: 100%;
}

.hire-author-wrapper {
  padding-left: 15px;
}

.hire-author-wrapper h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.hire-brack ul {
  list-style: disc;
  padding-left: 20px;
}

.hire-author-wrapper span {
  margin-bottom: 0;
  padding-bottom: 0px;
}

.hire-card-header p {
  padding-top: 10px;
}

.hire-card-body {
  padding-top: 20px;
}

.hire-brack {
  padding: 8px 0px;
}

.hire-badge {
  background-color: #b8d4ff;
  padding: 2px 6px;
  color: #295da9;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
}

.hire-profile-btn {
  width: 100% !important;
  margin: 10px 0px !important;
}

/* Custom Dropdown */
.custom-dropdown {
  position: relative;
  width : 100%;
}

.dropdown-button {
  padding: 0.375rem 0.75rem;
  background-color: white;
  color: #363636;
  cursor: pointer;
  border-radius: 0.375rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.dropdown-content {
  display: none;
  position: absolute;
  border-radius: 10px;
  line-height: 10px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-item {
  padding: 12px;
  text-decoration: none;
  display: block;
  color: #333;
}

.dropdown-item:hover {
  background-color: #ddd;
}

.video-sec {
  padding: 5rem 0;
}

.video-wrper {
  padding-right: 6rem;
}

.video-ctn p {
  font-size: 18px;
  line-height: 1.7;
}

.video-clip video {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  object-fit: cover;
}

.video-sec .video-wrper:last-child {
  padding-left: 6rem;
  padding-right: 0;
}

/* Publishing Pages */
.dataBox {
  padding : 20px;
  margin : 20px 0px 20px 0px;
  background-color: #e7f1ff;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 2px 10px rgb(118 173 255 / 25%);
  position: relative;
}

.dataBox .box-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  background-color: rgb(169 204 255 / 25%);
  border-radius: 100px;
  font-weight: 500;
  border: 1px solid rgb(51 133 255 / 25%);
}

.dataBox .box-btn:hover {
  color : #000;
  background-color: rgb(169 204 255 / 100%);
}

.dataBox .dataHeading {
  display: flex!important;
  align-items: center;
  margin-bottom : 15px;
}

.dataBox .dataHeading span {
  background-color: #0d6efd;
  height: 30px;
  width: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight : 700;
  border-radius: 100%;
}

.dataBox .dataHeading h2 {
  margin: 0;
  padding: 0;
  margin-left: 20px
}

.dataBox .dataHeading .hire-stars {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  color: #e9b011;
}

.dataBox ul {
  line-height: 30px;
  font-size : 14px;
}

.toc {
  background-color: #0d6efd;
  padding: 10px 20px 10px 20px;
  color: white;
  border-radius: 10px;
}

.toc h2 {
  line-height: 20px;
  text-align: center;
  font-size: 16px;
}

.toc ul li a {
  color: #fff;
}

#tocmob {
  display : none;
}

@media screen and (max-width: 900px) {
  .dataBox .box-btn {
      top : auto !important;
      bottom: 20px !important;
  }

  #tocContainer {
      display : none;
  }

  #tocmob {
      display : block;
  }
}
