.modal-header {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 20px;
}

.modal-body {
  padding: 0 !important;
}

.modal {
  background: #0000008c;
}

.modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20%;
}

.popup_form_wrp {
  padding: 0 15px;
  text-align: center;
}

.popup_form_wrp h2 {
  font-weight: 800;
  font-size: 35px;
  color: #494949;
  margin: 0 0 10px 20px !important;
  position: relative;
}

.modal-content {
  padding: 30px 0;
}

.popup_form_wrp p {
  color: #343434;
  font-weight: 500;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  height: 45px;
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  font-family: 'Raleway';
  font-weight: 500;
  outline: none;
  color: rgba(0, 0, 0, 0.44);
  border: 1px solid #D82852;
}

.popup_form_wrp form {
  margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
  color: rgba(0, 0, 0, 0.44);
  font-size: 14px;
}

.popup_form_wrp form textarea {
  border-radius: 15px;
  height: 130px;
  padding: 15px 18px;
}

.popup_form_wrp form select {
  font-size: 14px;
  font-weight: 500;
}

.modal-content {
  border-radius: 20px;
}

.modal-content {
  border: 2px solid #D82852 !important;
}

.popup_form_wrp h2:before {
  content: '';
  display: block;
  position: absolute;
  background: #D82852;
  width: 10px;
  height: 40px;
  left: -20px;
  border-radius: 5px;
}

span.color_form {
  color: #D82852;
}

button.btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #D82852;
  opacity: 1;
  border-radius: 0;
  width: 30px;
  height: 25px;
  border-bottom-left-radius: 20px;
}

button.btn-close:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 26px;
  top: 5px;
  transform: rotate(42deg);
  left: 25px;
  border-radius: 5px;
}

button.btn-close:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 26px;
  top: 5px;
  transform: rotate(129deg);
  left: 24px;
  border-radius: 5px;
}

button.btn-close:hover {
  background: #F3AD16;
  opacity: 1;
}

button.popup_button {
  background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  text-transform: capitalize;
  width: 200px;
  height: 50px;
  font-family: 'Raleway';
}

button.popup_button:hover {
  background: #f3ad16;
}

.popup_form_wrp input[type="submit"] {
  margin: 0 !important;
  padding: 0 !important;
  background: #d82852 !important;
  border: none !important;
  color: #fff !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  width: 40% !important;
}


/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #B20F1F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif !important;
}

p,
span,
li,
a,
button,
input,
textarea,
select {
  font-family: "Inter", serif !important;
}

ul {
  padding: 0 !important;
  list-style: none !important;
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

.container {
  width: 100% !important;
  max-width: 1440px !important;
  margin: auto !important;
}

header.header_wrap {
  padding: 20px 0;
  box-shadow: 0 0 10px #ccc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.header_menu nav.navbar.navbar-expand-lg.navbar-light {
  padding: 0;
}

.header_menu div#navbarSupportedContent {
  justify-content: end;
  align-items: center;
}

.header_menu div#navbarSupportedContent ul.navbar-nav {
  align-items: center;
}

.header_menu div#navbarSupportedContent ul.navbar-nav li a {
  padding: 0 !important;
  font-size: 17px;
  line-height: 18px;
  margin: 0;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}

.header_menu div#navbarSupportedContent ul.navbar-nav li {
  margin: 0 0 0 17px;
  position: relative;
}

.header_menu div#navbarSupportedContent ul.navbar-nav li:nth-child(5) a.lchat {
  background: #D82852;
  width: 170px;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  text-align: left;
  color: #fff;
}

.header_menu div#navbarSupportedContent ul.navbar-nav li:nth-child(5) a.lchat span {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 7px;
}

.header_menu div#navbarSupportedContent ul.navbar-nav li:nth-child(5) a.lchat span svg {
  color: #D82852;
}

.logo a img {
  width: 100%;
}

section.cta_footer .row {
  background-image: url(../images/footer_cta_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  align-items: center;
  border-radius: 30px;
}

.global_inner.center {
  text-align: center;
}

.sec_1 .global_inner .h1,
.global_inner h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 15px 0 !important;
}

.global_inner h2 span {
  display: block;
  font-weight: 500;
}

.global_inner.center.white h2 {
  color: #fff !important;
}
.sec_1 .global_inner p{
  width: 70%;
}

.global_inner p {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 25px;
}

.global_inner.center.white p {
  color: #fff;
  width: 80%;
  margin: 0 auto !important;
}

.global_inner.center.white a button {
  width: 180px;
  height: 55px;
  border: none;
  margin: 0;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #1D1D1D;
  line-height: 18px;
}

footer.main_footer {
  background: #060606;
  padding: 200px 0 40px 0;
  margin: -65px 0 0 0;
}

section.cta_footer {
  position: relative;
  z-index: 9;
}

.footer_logo img {
  width: 55%;
  margin: 0 0 20px 0;
}

.footer_inner {
  width: 450px;
  margin-left: auto;
  margin-top: 30px;
}

.footer_inner h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 0 20px !important;
}

.pay {
  background: #1B1B1B;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #363636;
  border-style: dashed;
  margin: -17px 0 0 0;
}

.pay img {
  width: 100%;
}

.footer_logo p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.footer_logo p a {
  color: #d31c48;
  font-weight: 500;
}

.footer_service h5 {
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  line-height: 26px;
  margin: 0 0 25px 0 !important;
  position: relative;
  border-bottom: 5px solid #fff;
  width: fit-content;
  padding: 0 0 20px 0;
}



.footer_service ul li a {
  color: #ffff;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 18px;
}

.footer_service ul li {
  margin: 0 0 15px 0;
  flex: 0 0 50%;
}

.footer_service h5:after {
  content: '';
  display: block;
  position: absolute;
  right: -13px;
  bottom: -6.5px;
  background: #d91e4a;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.footer_service ul li a:hover {
  color: #d31c48;
  transition: .5s ease;
}

ul.no_flex {
  display: block;
}

ul.no_flex li,
ul.no_flex li a {
  color: #fff !important;
  display: block;
  font-size: 18px !important;
}

section.sec_1 {
  background-image: url(../images/banner_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 9;
  padding: 200px 0 200px;
}
.about_hero .global_inner .h2,
.sec_1 .global_inner .h2,
.global_inner .h5,
.global_inner h5 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  margin: 0 0 10px 0 !important;
}
.global_inner .h5 span,
.global_inner h5 span {
  color: #D82852;
  font-weight: bold;
}

.global_inner h1,
.global_inner h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
}

.global_inner h1 span,
.global_inner h2 span {
  display: inline;
  color: #D82852;
}

.global_inner.center.white span {
  display: block;
}

.global_inner.center.white span {
  color: #fff;
}

.global_btn {
  margin: 30px 0 0 0;
}

.global_btn span button {
  width: 210px;
  height: 55px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  background: #000;
      color: white;
}

.global_btn span {
  margin: 0 15px 0 0;
}

.global_btn span:nth-child(1) button {
  background: #D82852;
}

.banner_form {
  width: 500px;
  margin-left: auto;
  display: block;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 30px;
  text-align: center;
  padding: 50px 20px 25px 20px;
  position: relative;
}

.banner_form h2 {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  line-height: 40px;
  margin: 0 0 10px 0 !important;
}

.banner_form p {
  font-size: 17px;
  color: #5B5B5B;
  line-height: 22px;
}

.banner_form form {
  margin: 30px 0 0 0;
}

.banner_form form input,
.banner_form form textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #787878;
  margin: 0 0 15px 0;
  border-radius: 50px;
  padding: 0 0 0 25px;
  font-size: 14px;
  outline: none;
  color: #000;
}

.banner_form form textarea {
  height: 130px;
  border-radius: 20px;
  padding: 15px 0 0 20px;
}

.banner_form form input[type="submit"] {
  margin: 0 !important;
  background: #D82852;
  border: none;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  width: 65%;
  padding: 0 !important;
  position: absolute;
  bottom: -28px;
  right: 0;
  left: 0;
  margin: auto !important;
}

section.sec_1:before,
section.sec_1:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/vector_1.webp);
  background-repeat: no-repeat;
  width: 285px;
  height: 725px;
  left: 0;
  bottom: -80px;
}

section.sec_1:after {
  left: unset;
  right: 0;
  background-image: url(../images/vector_2.webp);
  width: 295px;
  z-index: -1;
}

section.sec_1 .row {
  position: relative;
}

section.sec_1 .row:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/badge.webp);
  width: 729px;
  height: 340px;
  left: 0;
  right: 0;
  bottom: -220px;
  margin: auto;
}

.global_btn span button:hover {
  transition: .5s ease;
  background: #000;
}

.global_btn span:nth-child(2) button:hover {
  background: #d82852;
}

.single_img img {
  width: 90%;
}

section.sec_2 {
  padding: 100px 0;
}

.tabs_wraper {
  margin: 30px 0 0 0;
}

.tabs_wraper ul#myTab {
  border: none;
  justify-content: space-around;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 40px;
  padding: 10px 0 !important;
}

.tabs_wraper ul#myTab li.nav-item button {
  border: none;
  border-radius: 0;
  padding: 0 30px;
  height: 33px;
  border-radius: 50px;
  color: #171717;
}

.tabs_wraper ul#myTab li.nav-item button.active {
  background: #D82852;
  color: #fff;
}

.tabs_portfolio {
  margin: 50px 0 0 0;
}

.tabs_portfolio ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

section.sec_3 {
  padding: 0 0 100px 0;
  position: relative;
}

section.sec_3:before {
  content: '';
  display: block;
  position: absolute;
  background: #d82852;
  width: 100%;
  height: 300px;
  bottom: -150px;
  left: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}

.testi_inner {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

span.starter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testi_inner span h5 {
  color: #1B1B1B;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.testi_inner span {
  margin: 0 15px 0 0;
}

.testi_inner span h6 {
  color: #3D3D3D;
  font-weight: 500;
  font-size: 14px;
}

section.sec_4 {
  padding: 0 0 100px 0;
}

.testimonial_wraper ul li {
  margin: 0 20px;
  padding: 20px;
}

.testimonial_wraper ul li p {
  color: #535353;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

li.slick-slide.slick-current.slick-active.slick-center {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 20px;
  padding: 20px;
  transition: .5s ease;
}

.testimonial_wraper .slick-track {
  padding: 30px 0;
}
img.stars {
    width: 30%;
}
section.sec_5 {
  padding: 0 0 100px 0;
}

section.sec_5 .row.align-items-center {
  background-image: url(../images/cta_bg_2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 438px;
  border-radius: 30px;
  padding: 0 0 0 40px;
}

.global_inner.white h2,
.global_inner.white h2 span,
.global_inner.white p {
  color: #fff;
}

section.sec_5 .row.align-items-center .global_btn span:nth-child(2) button {
  background: #fff !important;
  color: #000;
}

section.sec_5 .row.align-items-center .global_btn span button:hover {
  background: #fff !important;
  color: #000;
}

.cta_single_img img {
  width: 100%;
}

.top_0 {
  padding-top: 0 !important;
}

.service_points ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.service_points ul li {
  flex: 0 0 20%;
  background: #D82852;
  text-align: center;
  padding: 20px 0;
}

section.sec_7 {
  padding: 0 0 100px 0;
}

.service_points {
  margin: 60px 0 0 0;
}

.service_points ul li:nth-child(1) {
  border-top-left-radius: 30px;
}

.service_points ul li:nth-child(5) {
  border-top-right-radius: 30px;
}

c {
  border-bottom-left-radius: 30px;
}

.service_points ul li:nth-child(11) {
  border-bottom-left-radius: 30px;
}

.service_points ul li:nth-child(15) {
  border-bottom-right-radius: 30px;
}

.service_points ul li:nth-child(2),
.service_points ul li:nth-child(4),
.service_points ul li:nth-child(6),
.service_points ul li:nth-child(8),
.service_points ul li:nth-child(10),
.service_points ul li:nth-child(12),
.service_points ul li:nth-child(14) {
  background: transparent;
}

.service_points ul li:nth-child(2) img,
.service_points ul li:nth-child(4) img,
.service_points ul li:nth-child(6) img,
.service_points ul li:nth-child(8) img,
.service_points ul li:nth-child(10) img,
.service_points ul li:nth-child(12) img,
.service_points ul li:nth-child(14) img {
  filter: brightness(0);
}

.service_points ul li img {
  margin: 0 0 10px 0;
}

.service_points ul li h6 {
  font-size: 23px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  line-height: 23px;
}

.service_points ul li:nth-child(1) h6,
.service_points ul li:nth-child(3) h6,
.service_points ul li:nth-child(5) h6,
.service_points ul li:nth-child(7) h6,
.service_points ul li:nth-child(9) h6,
.service_points ul li:nth-child(11) h6,
.service_points ul li:nth-child(13) h6,
.service_points ul li:nth-child(15) h6 {
  color: #fff;
}
.service_points ul li:nth-child(1) img,
.service_points ul li:nth-child(3) img,
.service_points ul li:nth-child(5) img,
.service_points ul li:nth-child(7) img,
.service_points ul li:nth-child(9) img,
.service_points ul li:nth-child(11) img,
.service_points ul li:nth-child(13) img,
.service_points ul li:nth-child(15) img{
  filter: invert()
}

.points_services ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

h2.small {
  font-size: 46px;
  line-height: 45px;
}

.points_services {
  margin: 40px 0 0 0;
}

.points_services ul li {
  flex: 0 0 47%;
  margin: 0 0 30px 0px;
  display: flex;
  align-items: center;
}

.points_services ul li span h2 {
  font-size: 85px;
  display: block;
  font-weight: bold;
  color: #d82852;
  margin: 0 10px 0 0px !important;
}
.points_services ul li h3 ,
.points_services ul li h4 {
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
  color: #000;
  margin: 0 0 5px 0 !important;
}

.points_services ul li p {
  font-size: 14px;
  color: #323232;
  line-height: 20px;
}

.points_services ul li span {
  display: block;
}

section.sec_8 {
  padding: 0 0 100px 0;
}

section.sec_8 .row.align-items-center {
  background-image: url(../images/image.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 80px 40px;
  border-radius: 50px;
}

section.sec_8 .global_inner h2,
section.sec_8 .global_inner h2 span,
section.sec_8 .global_inner p {
  color: #fff;
}

section.sec_8 .global_inner ul li {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

section.sec_8 .global_inner ul {
  margin: 30px 0 0 0 !important;
}

.img_wraper img {
  width: 85%;
  margin: auto;
  display: block;
}

button.btn-dark.white {
  background: #fff;
  color: #000;
}

img.right {
  margin-left: auto;
  display: block;
}

section.sec_9 {
  background-image: url(../images/form_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 30px 0;
  margin: 200px 0 0 0;
}

section.sec_9 .row {
  background: #fff;
  border-radius: 30px;
  padding: 50px 40px 50px 40px;
  height: fit-content;
  position: relative;
  top: -200px;
  box-shadow: 0px -2px 10px #ccc;
}



.global_inner h2.smaller {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.service_form ul li {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}

.service_form {
  margin: 40px 0 0 0;
}

.service_form ul li span {
  margin: 0 20px 0 0;
}

.service_form ul li span h4 {
  font-size: 23px;
  font-weight: 500;
  color: #000;
  line-height: 23px;
  margin: 0 0 10px 0 !important;
}

.service_form ul li span p {
  color: #626262;
  font-size: 18px;
  line-height: 22px;
  width: 80%;
}

.service_form ul li:last-child {
  margin: 0;
}

.global_inner form {
  background: #d82852;
  width: 94%;
  margin-left: auto;
  text-align: center;
  padding: 30px 30px;
  border-radius: 30px;
}

.global_inner form h3 {
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  width: 70%;
  text-transform: capitalize;
  font-weight: 700;
  margin: auto !important;
  margin-bottom: 40px !important;
}

.global_inner form input,
.global_inner form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 0 14px 0;
  height: 50px;
  font-size: 14px;
  border-radius: 10px;
  padding: 0 0 0 15px;
  color: #fff;
  outline: none;
}

.global_inner form textarea {
  height: 140px;
  padding: 15px 0 0 15px;
}

.global_inner form input::placeholder,
.global_inner form textarea::placeholder {
  color: #fff;
}

.global_inner form input[type="submit"] {
  margin: 0;
  background: #fff;
  border-radius: 50px;
  padding: 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

section.simple_cta_sec {
  background-image: url(../images/cta_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: center;
}

section.simple_cta_sec .global_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.simple_cta_sec .global_btn button.btn-dark.white {
  margin: 0;
}

section.simple_cta_sec .global_btn span:nth-child(1) button {
  background: #fff !important;
  color: #000;
}

.bg_color {
  background: #F2F2F2;
}

section.about_hero {
  background-image: url(../images/about_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 717px;
  display: flex;
  align-items: center;
}

section.slider_sec {
  padding: 100px 0;
}

.global_inner h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  line-height: 16px;
  margin: 0 0 20px 0 !important;
}

section.slider_sec .global_inner p {
  font-size: 16px;
  font-weight: 400;
}

/** * Progress Bar */
.progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, #d82852, #d82852);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  height: 10px !important;
}

.content {
  margin: auto;
  padding: 20px;
  width: 100%;
}

.content .slider {
  margin: 30px auto 50px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.style_wraper span {
  background: #F9DD94;
  width: 40px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
  position: relative;
}

.style_wraper h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  line-height: 20px;
  margin: 0 0 10px 0 !important;
}

.style_wraper p {
  color: #252525;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.style_wraper {
  margin: 0 10px 0 0px;
  position: relative;
}

.style_wraper span:after,
span.blue:after,
span.purple:after,
span.green:after,
span.Pink:after,
span.red:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/arrow_1.webp);
  background-repeat: no-repeat;
  width: 40px;
  height: 52px;
  right: -25px;
  top: 0;
}


span.blue {
  background: #B2E3F8;
}

span.purple {
  background: #EDD8EB;
}

span.green {
  background: #C0F9C8;
}

span.Pink {
  background: #fce0ee;
}

span.red {
  background: #f09583;
}

span.blue:after {
  filter: brightness(0) saturate(100%) invert(85%) sepia(11%) saturate(1200%) hue-rotate(170deg) brightness(102%) contrast(97%);
}

span.purple:after {
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(320%) hue-rotate(290deg) brightness(94%) contrast(98%);
}


span.green:after {
  filter: brightness(0) saturate(100%) invert(90%) sepia(10%) saturate(600%) hue-rotate(90deg) brightness(102%) contrast(95%);
}

span.Pink:after {
  filter: brightness(0) saturate(100%) invert(91%) sepia(20%) saturate(600%) hue-rotate(290deg) brightness(105%) contrast(98%);
}

span.red:after {
  filter: brightness(0) saturate(100%) invert(67%) sepia(40%) saturate(500%) hue-rotate(320deg) brightness(92%) contrast(105%);
}

.style_wraper:after {
  content: '';
  display: block;
  position: absolute;
  background: #ccc;
  width: 285px;
  height: 1px;
  top: 25px;
  z-index: -1;
}

section.post_sec {
  padding: 100px 0;
}

.post_wraper {
  margin: 60px 0 0 0;
}

.post_wraper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post_wraper ul li {
  flex: 0 0 32%;
  background-image: url(../images/post_1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 478px;
  padding: 40px 30px;
}

.post_wraper ul li h3,
.post_wraper ul li h2 {
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  line-height: 34px;
  margin: 0 0 10px 0 !important;
}

.post_wraper ul li p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
}

.post_wraper ul li:nth-child(2) {
  background-image: url(../images/post_2.webp);
}

.post_wraper ul li:nth-child(3) {
  background-image: url(../images/post_3.webp);
}

section.testimonia_sec {
  padding: 100px 0;
}

.testimonial_box ul li {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  border-radius: 30px;
}

.testimonial_box .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  height: 400px;
}

.testimonial_box ul li img {
  margin-bottom: 30px !important;
  margin: auto;
  display: block;
  width: 100px;
  border-radius: 50px;
}



.testimonial_box ul li h5 {
  font-size: 25px;
  font-weight: bold;
  color: #3D3D3D;
  line-height: 25px;
  margin: 0 0 10px 0 !important;
}

.testimonial_box ul li h6 {
  color: #3D3D3D;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 20px 0 !important;
  text-transform: capitalize;
}

.testimonial_box ul li p {
  font-size: 18px;
  color: #565656;
  font-weight: 300;
  width: 92%;
  margin: auto !important;
  line-height: 25px;
}

.testimonial_box {
  width: 80%;
  margin: auto;
}

ul.slick-dots li {
  font-size: 0;
  padding: 0 !important;
  background: transparent;
  border: none;
  margin: 0 0 5px 0;
}

ul.slick-dots {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: 0;
}

ul.slick-dots li button {
  padding: 0;
  background: #D82852;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

ul.slick-dots li button.active {
  background: #000;
}

ul.slick-dots li.slick-active button {
  background: #000;
  height: 50px;
  border-radius: 10px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  position: absolute;
  right: -100px;
  top: -60px;
  bottom: 0;
  margin: auto;
  height: 0;
  border: none;
  font-size: 0;
  background-image: url(../images/slide_arrow.webp);
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
}

button.slick-next.slick-arrow {
  background-image: url(../images/slide_arrow2.webp);
  bottom: -160px;
  width: 58px;
  height: 58px;
}

section.about_hero.global_hero {
  background-image: url(../images/contact_bg.webp);
  height: auto;
  padding: 100px 0 0 0;
}


section.sec_9.contact_sec_new {
  background-image: unset;
  padding: 140px 0 250px 0;
  margin: 0;
}

section.sec_9.contact_sec_new .row {
  position: unset;
  box-shadow: unset;
  background: #000;
}

section.sec_9.contact_sec_new .row .global_inner h2 {
  color: #fff;
}

section.sec_9.contact_sec_new .row .global_inner h2 span {
  color: #fff;
}

section.sec_9.contact_sec_new .service_form ul li h4,
section.sec_9.contact_sec_new .service_form ul li p {
  color: #fff;
}

section.sec_9.contact_sec_new .service_form ul li p {
  font-weight: 300;
}

section.sec_1.service_sec_global {
  border-bottom: 0;
  background-image: url(../images/ghost_bg.webp);
}

section.sec_1.service_sec_global:before,
section.sec_1.service_sec_global:after {
  display: none;
}

section.sec_1.service_sec_global .row:before {
  display: none;
}

.global_inner ul {
  margin: 20px 0 0 0 !important;
}

.global_inner ul li {
  /* font-size: 22px; */
  /* color: #D82852; */
  /* font-weight: bold; */
  line-height: 22px;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  position: relative;
  width: fit-content;
}

.global_inner ul li:before {
  content: '*';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
}

.counter_wraper {
  margin: 40px 0 0 0;
  width: 80%;
}

.counter_wraper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter_wraper ul li {
  flex: 0 0 31%;
  background: #D82852;
  text-align: center;
  border-radius: 15px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter_wraper ul li h2 {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  line-height: 56px;
  margin: 0 0 10px 0 !important;
}

.counter_wraper ul li p {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
}

section.new_cta_wraper {
  padding: 0 0 100px 0;
}

section.new_cta_wraper .row.align-items-center .col-md-10 {
  background-image: url(../images/layric_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}

section.new_cta_wraper .row {
  position: relative;
}

section.new_cta_wraper .row:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/sign.webp);
  background-repeat: no-repeat;
  width: 23%;
  height: 522px;
  right: 20px;
  bottom: 0;
  top: -20px;
  background-size: 100%;
}

section.proces_sec {
  padding: 0 0 100px 0;
}

.center_img img {
  width: 100%;
}

.process_inner ul li {
  display: flex;
  margin: 0 0 30px 0;
}

.process_inner ul li span {
  margin: 0 20px 0 0;
  height: 203px;
}

.process_inner ul li h3 {
  font-size: 20px;
  font-weight: revert;
  color: #121212;
  line-height: 20px;
  margin: 0 0 10px 0 !important;
}

.process_inner ul li p {
  font-size: 17px;
  color: #716F6F;
  line-height: 22px;
}

.process_inner ul.right li {
  text-align: right;
}

section.sec_1.service_sec_global.book_publishing_sec {
  background-image: url(../images/book_publishing_bg.webp);
}

section.sec_1.service_sec_global.book_editing {
  background-image: url(../images/book_editing_bg.webp);
}

section.sec_1.service_sec_global.book_editing:after,
section.sec_1.service_sec_global.marketing_sec:after {
  content: '';
  right: 100px;
  display: block;
  left: 0;
  margin: auto;
  bottom: -10px;
  background-image: url(../images/editing_img.webp);
  height: 362px;
  width: 20%;
  background-size: 100%;
}

section.trust_sec {
  padding: 100px 0;
  background-image: url(../images/trust_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 560px;
}

section.trust_sec .global_inner.center.white h2 span {
  display: inline-block !important;
}

.trust_inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trust_inner ul li {
  flex: 0 0 20%;
}

.trust_inner ul li img {
  width: 75%;
}

.trust_inner {
  margin-top: 60px;
}

ul.normal li {
  font-size: 14.4px;
  font-weight: 600;
  color: #0C0C0C;
  line-height: 14px;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  text-transform: capitalize;
}

ul.normal li:before {
  content: '*';
  display: block;
  top: 3px;
  color: #d82852;
}

h2.small_head {
  font-size: 51px;
  line-height: 55px;
}

section.marketing_sec {
  padding: 20px 0 100px 0;
}

section.marketing_sec .row.mt-5.align-items-center {
  background: #6d1529;
  padding: 80px !important;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.global_inner h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin: 0 0 30px 0 !important;
}

button.btn-dark.white {
  background: #fff !important;
}

section.sec_1.service_sec_global.marketing_sec {
  background-image: url(../images/marketing_bg.webp);
}

section.sec_1.service_sec_global.marketing_sec:after {
  background-image: url(../images/marketing_img.webp);
  width: 25%;
  right: 0;
  height: 410px;
}

section.new_cta_wraper.new_marketing_cta .row.align-items-center {
  background-image: url(../images/social_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 394px;
  padding: 0 0 0 50px;
}

section.new_cta_wraper.new_marketing_cta .row.align-items-center:after {
  background-image: url(../images/social.webp);
  background-size: 100%;
  width: 32.2%;
  height: 570px;
  right: -10px;
  top: -30px;
}

.stashoo_img img {
  width: 100%;
}

section.design_sec {
  padding: 60px 0 0 0;
}

section.design_sec .global_inner {
  margin-left: 22.5% !important;
}

body.marketing_page section.testimonia_sec.bg_color {
  background: transparent;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  box-shadow: unset !important;
}

section.cta_footer .row button.btn-dark {
  margin: 30px 0 0 0;
}

ul.no_flex li a {
  text-transform: unset;
}

section.term_policy_banner {
  background-image: url(../images/form_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
}

h2.white {
  color: #fff;
}

section.term_policy_sec {
  padding: 100px 0;
}

.term_policy_inner h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 40px;
  margin: 25px 0 10px 0 !important;
  text-transform: uppercase;
}

.term_policy_inner p {
  font-size: 18px;
  font-weight: 300;
  color: #343434;
  line-height: 24px;
}

.term_policy_inner ul {
  margin: 30px 0 0 0 !important;
}

.term_policy_inner ul li {
  font-size: 18px;
  font-weight: 300;
  color: #343434;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 23px;
  margin: 0 0 10px 0;
}

.term_policy_inner ul li:before {
  content: '';
  display: block;
  position: absolute;
  background: #d82852;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 9px;
}

.mobile {
  display: none;
}

.marketing_page section.sec_3 {
  padding: 100px 0;
}

.tabs_portfolio ul li img {
  width: 340px;
}

.testi_inner img {
  display: block;
  width: 60px;
  border-radius: 50px;
}

.accordion-button {
  background: #fff !important;
  border: 0px;
  box-shadow: none;
  color: #000 !important;
  outline: none;
}

.accordion-button {
  font-size: 24px !important;
  font-weight: 600;
}

.accordion-body {
  background: #fff;
  color: #000;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(1) grayscale(1) brightness(1) !important;
}

.accordion-item {
  border: none !important;
}

.global_inner.white.cta_layric {
  width: 85%;
}
.logo {
    position: relative;
    z-index: 9999;
    width: fit-content;
}
.header_menu div#navbarSupportedContent ul.navbar-nav li.drop ul.dropdown {
  position: absolute;
  bottom: 0%;
  right: -100%;
  top: 23px;
  z-index: -1;
  background: #ffffff !important;
  width: 760px;
  height: 0;
  border-radius: 0px 0px 20px 20px;
  opacity: 0;
  transition: all .3s ease;
  list-style: disc !important;
  display: block;
  overflow: hidden;
}

.header_menu div#navbarSupportedContent ul.navbar-nav li.drop ul.dropdown li a {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  width: 100%;
  padding: 10px 20px !important;
  display: block;
}

.header_menu div#navbarSupportedContent ul.navbar-nav li.drop ul.dropdown li {
  width: 95%;
  padding: 10px 0px;
  border-bottom: 1px solid #000;
  position: relative;
}
.header_menu div#navbarSupportedContent ul.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  height: max-content;
  display: flex;
  padding: 70px 0px 10px !important;
  z-index: 999;
}
.header_menu div#navbarSupportedContent ul.navbar-nav li.drop{
  position: relative;
  padding: 0 30px 0 10px;
}
.header_menu div#navbarSupportedContent ul.navbar-nav li.drop::after{
  position: absolute;
  content: '';
  width: 50px;
  height: 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  right: 0%;
}
.header_menu div#navbarSupportedContent ul.navbar-nav li.drop::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  right: 0%;
  border-radius: 3px;
  top: 0px;
  transform: rotate(315deg);
  transition: all 0.5s ease;
}
.header_menu div#navbarSupportedContent ul.navbar-nav li.drop:hover::after{
  transform: rotate(137deg);
  top: 5px;
}
.social_links.d-flex {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.social_links.d-flex a {
  font-size: 30px;
  color: #fff;
  margin: 30px 0 0;
}
ul.process {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin: 40px 0 0 !important;
}
.process_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  height: 400px;
}

.process_card .pro_img {background: #d82852;width: 130px;height: 130px;border-radius: 100%;align-content: center;color: #fff;font-size: 50px;box-shadow: 0px 0px 12px -1px #000;position: relative;font-weight: 900;}
section.sec_pro {
  background: #000;
  color: #fff;
  padding: 60px 0 0px;
}
h3.pro_title {
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0 10px;
}
ul.process li .process_card .pro_img:after {
  content: 'Step 1';
  font-size: 16px;
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 3px;
  position: absolute;
  top: 80%;
  width: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul.process li:nth-child(2) .process_card .pro_img:after {
  content: 'Step 2';

}
ul.process li:nth-child(3) .process_card .pro_img:after {
  content: 'Step 3';

}
ul.process li:nth-child(4) .process_card .pro_img:after {
  content: 'Step 4';

}
@media only screen and (max-width: 1660px) {}

@media only screen and (max-width: 1560px) {

  .container {
    max-width: 1200px !important;
  }

  .header_menu div#navbarSupportedContent ul.navbar-nav li a {
    font-size: 13px;
  }

  .header_menu div#navbarSupportedContent ul.navbar-nav li {
    margin: 0 0 0 15px;
  }

  section.sec_1 .row:before {
    background-size: 100%;
    width: 50%;
    bottom: -300px;
    height: 350px;
  }

  .global_inner h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .global_inner h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .tabs_wraper ul#myTab li.nav-item button {
    padding: 0 25px;
  }

  .tabs_wraper ul#myTab {
    padding: 10px 5px !important;
  }

  .testimonial_wraper ul li p {
    font-size: 16px;
  }

  h2.small {
    font-size: 35px;
    line-height: 40px;
  }

  .points_services ul li span h2 {
    font-size: 80px;
  }

  .points_services ul li h4 {
    font-size: 17px;
  }

  .global_inner h2.smaller {
    font-size: 25px;
  }


  .global_inner form h3 {
    font-size: 30px;
  }

  .service_form ul li {
    margin: 0 0 20px 0;
  }

  .service_form ul li span p {
    font-size: 16px;
    line-height: 22px;
  }

  section.cta_footer .global_inner p br {
    display: none !important;
  }

  section.cta_footer .global_inner p {
    width: 80%;
    margin: auto !important;
  }

  .footer_inner {
    width: 100%;
  }

  section.about_hero {
    height: 500px;
  }

  .global_inner p br {
    display: none;
  }

  .post_wraper ul li {
    height: 396px;
  }

  .post_wraper ul li h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .post_wraper ul li p {
    font-size: 16px;
  }

  .banner_img_global img {
    width: 100%;
  }

  section.new_cta_wraper .row.align-items-center .col-md-10 {
    height: 333px;
  }

  .process_inner ul li span {
    flex: 0 0 50%;
  }

  .process_inner ul li span:nth-child(1) {
    flex: 0 0 20%;
  }

  .process_inner ul li span:nth-child(1) img {
    width: 100%;
  }

  .process_inner ul li span:nth-child(2) {
    flex: 0 0 80%;
  }


  .process_inner ul.right li span:nth-child(1) {
    flex: 0 0 80% !important;
  }

  .process_inner ul.right li span:nth-child(2) {
    flex: 0 0 20% !important;
  }

  section.sec_1 {
    height: 800px !important;
  }

  .service_points ul li h6 {
    font-size: 18px;
  }

  section.sec_1.service_sec_global.book_editing:after {
    height: 260px;
  }

  .market_img img {
    width: 90%;
  }

  section.sec_1.service_sec_global.marketing_sec:after {
    height: 285px;
    right: 60px;
  }


  section.new_cta_wraper.new_marketing_cta .row.align-items-center {
    border-radius: 30px;
  }

  section.new_cta_wraper.new_marketing_cta .row.align-items-center:after {
    width: 38.6%;
  }

  section.design_sec .global_inner {
    margin-left: 9% !important;
    padding-bottom: 60px;
  }

  section.design_sec .row {
    align-items: end;
  }

}

@media only screen and (max-width: 1366px) {
  .header_menu div#navbarSupportedContent ul.navbar-nav li.drop ul.dropdown {
    right: -230px;
}
  .header_menu div#navbarSupportedContent ul.navbar-nav li.drop:last-child() ul.dropdown{
    right: 100px;
  }
  .global_inner h2 {
    font-size: 37px;
    line-height: 47px;
  }
  .header_menu div#navbarSupportedContent ul.navbar-nav li:nth-child(3) ul.dropdown li a {
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    width: 100%;
    padding: 10px 20px !important;
}
}

@media only screen and (max-width: 1200px) {

  .container {
    max-width: 1080px !important;
  }

  .header_menu div#navbarSupportedContent ul.navbar-nav li a {
    font-size: 14px;
  }

  .header_menu div#navbarSupportedContent ul.navbar-nav li {
    margin: 0 0 0 12px;
  }

  .header_menu div#navbarSupportedContent ul.navbar-nav li:last-child a {
    height: 45px;
    width: 150px;
  }

  .global_inner h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .global_inner h5 {
    font-size: 16px;
  }

  section.sec_1:before,
  section.sec_1:after {
    background-size: 100%;
    width: 15%;
    height: 460px;
  }

  section.sec_1 .row:before {
    bottom: -290px;
    width: 40%;
    right: 100px;
  }

  .tabs_wraper ul#myTab li.nav-item button {
    font-size: 14px;
    line-height: 14px;
    padding: 0 22px;
    height: 25px;
  }

  .tabs_portfolio ul li {
    flex: 0 0 31%;
  }

  .tabs_portfolio ul li img {
    width: 100%;
    height: 450px;
  }

  .tabs_portfolio ul {
    flex-wrap: wrap;
  }

  section.sec_5 .row.align-items-center {
    height: 330px;
  }

  .service_form ul li span p {
    font-size: 14px;
    line-height: 20px;
  }

  .service_form ul li span h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .global_inner h2.smaller {
    font-size: 24px;
  }

  .global_inner form h3 {
    width: 100%;
  }

  .post_wraper ul li {
    border-radius: 30px;
  }

  .global_inner form textarea {
    height: 120px;
  }

  .global_inner form input[type="submit"] {
    font-size: 18px;
    height: 45px;
  }

  .footer_service ul li a {
    font-size: 16px !important;
    line-height: 16px;
  }

  .footer_service h5 {
    font-size: 20px;
    line-height: 20px;
    border-bottom: 3px solid;
  }

  section.term_policy_banner {
    height: 300px;
  }

  .counter_wraper ul li h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .counter_wraper {
    width: 100%;
  }

  .counter_wraper ul li p {
    font-size: 18px;
    line-height: 18px;
  }

  .global_inner p {
    font-size: 16px;
    line-height: 23px;
  }


  section.new_cta_wraper .row.align-items-center .col-md-10 {
    height: 300px;
  }

  .banner_form {
    width: 450px;
  }

  .banner_form p {
    font-size: 14px;
    line-height: 20px;
  }

  .banner_form h2 {
    font-size: 35px;
    line-height: 35px;
  }

  section.trust_sec {
    height: auto;
  }

  .service_points ul li h6 {
    font-size: 16px;
    line-height: 16px;
  }


  section.new_cta_wraper.new_marketing_cta .row.align-items-center {
    height: 352px;
  }


}

@media only screen and (max-width: 767px) {
  .sec_1 .global_inner .h1, .global_inner h2 {font-size: 30px;line-height: 1.2;}

.sec_1 .global_inner .h2, .global_inner h5 {
    font-size: 13px;
    line-height: 1;
}
.banner_form h2 {
  font-size: 25px;
  line-height: 1.2;
}
.accordion-button {
  font-size: 17px !important;
  font-weight: 600;
}
  .header_menu div#navbarSupportedContent ul.navbar-nav li.drop ul.dropdown li {
    border-color: #fff;
    color: #fff;
}
  .header_menu div#navbarSupportedContent ul.navbar-nav li.drop:hover ul.dropdown {
    position: relative;
    left: 0%;
    background: transparent !important;
    padding: 0 !important;
    top: 0%;
}

.header_menu div#navbarSupportedContent ul.navbar-nav li.drop:hover ul.dropdown a {
    color: #fff;
}
  .header_menu div#navbarSupportedContent ul.navbar-nav li.nav-item.drop::after {
    top: 10px;
    right: 10px;
    border-color: #fff;
}
  .header_menu div#navbarSupportedContent ul.navbar-nav li.nav-item.drop {
    position: relative;
    padding: 10px 30px 10px 19px;
    height: fit-content;
}

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }


  .logo a img {
    width: 60%;
  }

  .banner_form {
    width: 100%;
    margin: 50px 0 0 0;
  }

  button.navbar-toggler {
    position: absolute;
    right: 0;
    top: -51px;
    background: #d8285282;
  }

  section.sec_1 {
    height: auto !important;
    padding: 60px 0;
  }

  .global_inner {
    text-align: center;
  }

  .global_inner h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .global_inner h5 {
    font-size: 14px;
  }

  .global_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding: 0 70px;
  }

  .global_btn span {
    margin: 0;
    flex: 0 0 48%;
  }

  .global_btn span button {
    padding: 0;
    width: 100%;
  }

  .global_btn span button {
    height: 40px;
    font-size: 14px;
  }

  .single_img img {
    margin: auto;
    display: block;
  }

  section.sec_2 {
    padding: 80px 0;
  }

  .global_inner h2 br {
    display: none;
  }

  .tabs_wraper ul#myTab {
    border-radius: 0;
    display: block;
  }

  .tabs_wraper ul#myTab li.nav-item button {
    padding: 0;
    width: 60%;
    text-align: left;
  }

  .tabs_wraper ul#myTab li.nav-item button.active {
    text-align: center;
  }

  .tabs_wraper ul#myTab li.nav-item {
    margin: 0 0 15px 0;
  }

  .tabs_portfolio ul {
    justify-content: center;
  }

  .tabs_portfolio ul li {
    flex: 1 0 95%;
    margin: 0 10px 20px 10px;
  }

  .tabs_portfolio ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  section.sec_3 {
    padding-bottom: 30px;
  }

  section.sec_5 .row.align-items-center {
    height: auto;
    border-radius: 0;
    padding: 50px 0;
  }

  .cta_single_img {
    margin: 60px 0 0 0;
  }

  .single_img {
    margin: 30px 0;
  }

  section.sec_5 {
    padding-bottom: 40px;
  }

  .service_points ul li {
    flex: 0 0 50%;
    border-radius: 0 !important;
  }

  .service_points ul {
    justify-content: center;
  }

  .points_services ul {
    display: block;
  }

  .points_services ul li span h2 {
    font-size: 55px;
  }

  section.sec_8 .row.align-items-center {
    padding: 50px 0;
    border-radius: 0;
  }

  section.sec_8 .global_inner ul li {
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
  }

  section.sec_8 .global_inner ul li:before {
    display: none;
  }

  .img_wraper {
    margin: 50px 0 0 0;
  }

  section.sec_9 .row {
    height: auto;
    position: unset;
    box-shadow: unset;
    padding: 30px 0;
    animation: 0;
  }

  section.sec_9 {
    margin: 0;
    padding: 60px 0;
  }

  .service_form {
    margin: 40px 0 60px 0;
  }

  .global_inner p {
    font-size: 14px;
    line-height: 22px;
    width: 100% !important;
  }


  section.cta_footer .row {
    height: auto;
    border-radius: 0;
    padding: 40px 0;
  }

  section.cta_footer .global_inner p {
    width: 100%;
  }

  .global_inner.center.white a button {
    width: 150px;
    height: 45px;
    font-size: 16px;
  }

  .footer_logo {
    text-align: center;
  }

  .footer_logo img {
    margin: 0 0 20px 0;
  }

  .footer_logo p {
    font-size: 14px;
  }

  .footer_service {
    margin: 30px 0 0 0;
    text-align: center;
  }

  .footer_service h5 {
    margin: auto !important;
    margin-bottom: 20px !important;
  }

  footer.main_footer {
    padding-bottom: 20px;
  }

  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    right: 0;
    display: none !important;
  }

  section.about_hero .global_inner h2 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  section.about_hero .global_btn {
    justify-content: center;
  }

  .post_wraper ul {
    display: block;
  }

  .post_wraper ul li {
    margin: 0 0 40px 0;
  }

  section.post_sec {
    padding: 30px 0;
  }

  ul.slick-dots {
    display: none !important;
  }

  .testimonial_box {
    width: 100% !important;
    margin: unset !important;
  }

  .testimonial_box ul li p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial_box ul li {
    padding: 20px 10px;
  }


  section.about_hero.global_hero .global_btn {
    justify-content: space-between;
  }

  .banner_img_global {
    margin: 60px 0 0 0;
  }

  .service_form ul li span p {
    width: 100%;
  }

  .service_form ul li span h4 {
    font-size: 16px;
    line-height: 16px;
  }

  .global_inner form {
    margin: auto;
  }

  section.sec_9.contact_sec_new {
    padding-bottom: 60px;
  }

  .process_inner ul li {
    display: block;
  }

  section {
    overflow-y: hidden;
  }

  .global_inner ul li {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }

  section.new_cta_wraper .row.align-items-center .col-md-10 {
    height: auto;
    padding: 100px 0;
    display: block;
  }

  .process_inner ul li span img {
    width: 100px !important;
    margin: 0 0 20px 0;
  }

  .process_inner ul.right {
    margin: 60px 0 0 0 !important;
  }

  .process_inner ul.right li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .process_inner ul li span {
    margin: 0;
  }

  section.proces_sec {
    padding-bottom: 40px;
  }

  .trust_inner ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .trust_inner ul li {
    flex: 0 0 38%;
    margin: 0 10px 40px 10px;
  }

  .trust_inner ul li img {
    width: 100%;
  }

  section.trust_sec {
    padding: 40px 0;
  }

  section.marketing_sec .row.mt-5.align-items-center {
    padding: 30px 0 !important;
  }

  .market_img img {
    margin: auto !important;
    display: block;
    width: 70%;
    margin-bottom: 50px !important;
  }

  section.new_cta_wraper.new_marketing_cta .row.align-items-center {
    height: auto;
    border-radius: 0;
    padding: 100px 0;
  }

  section.new_cta_wraper.new_marketing_cta .row.align-items-center:after {
    display: none;
  }

  section.new_cta_wraper.new_marketing_cta {
    padding-bottom: 0;
  }

  section.design_sec .global_inner {
    margin: 0 !important;
  }

  section.term_policy_sec {
    padding: 30px 0;
  }

  .term_policy_inner h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .term_policy_inner p {
    font-size: 16px;
    line-height: 22px;
  }

  .term_policy_inner ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .dekstop {
    display: none;
  }

  div#navbarSupportedContent {
    background: #d82852;
    height: 430px;
    overflow: scroll;
  }

  div#navbarSupportedContent ul.navbar-nav {
    display: block;
  }

  div#navbarSupportedContent ul.navbar-nav li {
    border-bottom: 1px solid #fff;
    margin: 0 !important;
    padding: 10px 20px;
  }

  div#navbarSupportedContent ul.navbar-nav li a {
    color: #ffff !important;
  }

  div#navbarSupportedContent ul.navbar-nav li button {
    background: #fff !important;
  }

  .header_menu div#navbarSupportedContent ul.navbar-nav li:last-child a {
    color: #fff !important;
  }

  .header_menu div#navbarSupportedContent ul.navbar-nav li:last-child a span {
    color: red !important;
  }

  .header_menu div#navbarSupportedContent ul.navbar-nav li:last-child a span {
    background: #d82852;

  }

  .header_menu div#navbarSupportedContent ul.navbar-nav li:last-child a span svg {
    color: #fff;
  }

  .navbar-toggler:focus {
    box-shadow: unset !important;
  }

  button.navbar-toggler span.navbar-toggler-icon {
    opacity: 1;
    visibility: visible;
    filter: brightness(0);
  }
  .header_menu div#navbarSupportedContent ul.navbar-nav li:nth-child(3) ul.dropdown {
    width: 100% !important;
}
.social_links.d-flex {
  justify-content: center;
}
.header_menu div#navbarSupportedContent ul.navbar-nav li.drop ul.dropdown {
  width: 100%;
}
ul.process {
  flex-direction: column;
}
.process_card {
  height: 360px;
}
}

.banner_form h2 span {
  color: #d82852;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #fff !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.header_menu div#navbarSupportedContent ul.navbar-nav li.drop ul.dropdown li:hover{
  background: #d82852;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.header_menu div#navbarSupportedContent ul.navbar-nav li.drop ul.dropdown li:hover a{
  color: #fff;
}
section.sec_5 .global_btn span button {
  width: fit-content;
  padding: 0 20px;
}
img.batch {
  width: 20%;
  margin: 30px 0 0;
}
.cta_single_img img.wiki {
  width: 80%;
  margin: 0 0 0 auto;
  display: block;
}
.sec_8 .global_btn span a button {
    background: #fff;
    color: #000;
}