/* bootstrap strat */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  /* all: unset; */
  font-weight: unset;
  line-height: inherit;
}

button {
  outline: none;
  background: none;
  background-color: none;
  border: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

/* body {
	  min-height: 10000px;
  } */

input:hover,
input:focus,
textarea:hover,
textarea:focus,
input,
textarea {
  outline: none;
  /* border: none; */
}

dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
}

.upper {
  text-transform: uppercase;
}

.mt-50px {
  margin-top: 50px;
}

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-20px {
  margin-bottom: 20px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;

}



p a:visited {
  color: unset;
}

.banner-title {
  font-size: 80px;
  color: #fff;
}

a:focus {
  outline: none !important;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;

}

.align-center {
  align-items: center;
}

.img-wp img {
  width: 100%;
}

.img-wp {
  width: 100%;

}

.mt-80px {
  margin-top: 80px;
}

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

.mt-60px {
  margin-top: 60px;
}

.mb-30px {
  margin-bottom: 30px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-20px {
  padding-bottom: 20px;
}

/* bootstrap end */

/* fonts */
@font-face {
  font-family: "FjallaOne";
  src: url(../font/FjallaOne-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(../font/poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../font/poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../font/poppins/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(../font/poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Poppins-Light";
  src: url(../font/poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url(../font/poppins/Poppins-ExtraBold.ttf);
}

body {
  font-family: "Poppins-Regular" !important;
  overflow-x: hidden;
}

/* fonts end  */
#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 18px;
  color: #101010;
}

#primary-menu li {
  margin-right: 25px;
}

#primary-menu li a {
  font-family: "FjallaOne";
  color: #101010;
}

.tionamv-constisnts {
  display: flex;
  align-items: center;
}

.topmenus {
  margin-left: 100px;
}

.header-container,
.banner-container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.banner-title-home {
  color: #000;
  font-size: 130px;
  font-family: "FjallaOne";
}

.banner-image {
  filter: drop-shadow(0px 0px 37px #a6a0a0);
}

.banner-title-home span {
  color: #b54fa3;
}

.primary-btn-banner {
  color: #000;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  font-family: "FjallaOne";
  display: inline-block;
}

.primary-btn-banner::before {
  content: "";
  width: 85px;
  height: 85px;
  background-color: #e1b9da;
  position: absolute;
  left: -34px;
  top: -32px;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
}

.primary-btn-banner:hover {
  color: #fff;
}

.primary-btn-banner:hover::before {
  width: calc(100% + 61px);
  border-radius: 50px;
  height: 72px;
  background: #b54fa3;
  top: -22px;
}

.banner-button {
  margin-top: 76px;
  padding-left: 30px;
}

.primary-btn-banner img {
  position: relative;
  margin-left: 10px;
}

.primary-btn-banner:hover img {
  mix-blend-mode: plus-lighter;
  filter: contrast(3) brightness(2);

}

#masthead {
  position: fixed;
  width: 100%;
}

.banner-images-div {
  text-align: right;
}

.banner-image {
  width: 82%;
  margin-left: 268px;
}

.topmenus {
  margin-left: 59px;
}
#masthead .current-menu-item a , #primary-menu li a:hover {
    color: #b54fa3 !important;
}
.footerbg a:hover , #footer-menu li a:hover {
    color:#b54fa3;
}
a.footer-social-icon:hover {
    background: #b54fa3 !important;
    color: #fff !important;
}
.text-banner {
  padding-top: 250px;
}

.banner-images-div {
  position: relative;
}

.banner-down-wave {
  position: absolute;
  bottom: 50px;
  margin-left: 155px;
}

.site-header {
  transition: 0.3s;
  z-index: 5;
}

.site-header.scrolling {
  background: #fff;
  z-index: 5;
  box-shadow: 0px 0px 10px #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-logo-top {
  width: 300px;
}

.custom-logo {
  width: 300px;
  transition: 0.5s;
}

.site-header.scrolling .custom-logo {
  width: 200px;
}

.container {
  max-width: 1200px;
}

.text-sec-2 {
  color: #555;
  font-size: 17px;
}

.sec-2-text {
  padding: 57px;
}

.sec-2-t {
  color: #b54fa3;
  font-size: 50px;
  position: relative;
  font-family: "FjallaOne";
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.title-se6 {
  font-size: 30px;
  color: #b54fa3;
  font-family: "FjallaOne";
  position: relative;
  padding-left: 20px;
}

.title-se6::before {
  content: "";
  background: #b54fa3;
  font-family: "FjallaOne";
  position: absolute;
  left: 0px;
  width: 3px;
  height: 100%;
  top: 0px;

}

.sec-2-t::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #b54fa3;
  width: 100px;
  height: 3px;
}

.title-se6 {
  margin-bottom: 20px;
}

.sec3-image {
  width: 575px;
  height: 575px;
  object-fit: cover;
  border-radius: 50%;
}

.h3s,
.divbannefasl h2,
.text-top-sec4 h2,
.mytexts h3,
.mytexts h4 {
  color: #000;
  font-size: 50px;
  font-family: "FjallaOne";
}

.divbannefasl p {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 17px;
  color: #555;
}

.divbannefasl h3 {
  color: #b54fa3;
  font-size: 30px;
  font-family: "FjallaOne";
  margin-bottom: 20px;
}

.mytexts h3 {
  color: #b54fa3;
  margin-bottom: 20px;
}

.textimonails {
  padding-top: 40px;
  padding-bottom: 50px;
}

.mytexts h4 {
  color: #fff;
}

.mytexts {
  color: #fff;
}

.mytexts p {
  font-size: 17px;
  margin-bottom: 20px;

}

.text-div-why-us {
  margin-bottom: 60px;
}

.h2s,
.mytexts h2 {
  color: #b54fa3;
  font-size: 100px;
  font-family: "FjallaOne";
}

.mytexts h2 {
  color: #fff;
  text-transform: uppercase;

}

.sec3-div {
  color: #555;
  font-size: 17px;
}

.text-section3-home {
  padding-right: 85px;
}

.sec3-image {
  filter: drop-shadow(0px 0px 15px #999);
}

.section3-img {
  position: relative;
}

.sec3-down-wave {
  position: absolute;
  right: -133px;
  opacity: 0.6;
  top: 50%;
  transform: translatey(-50%);
}

.text-top-sec4 p {
  color: #555;
  font-size: 17px;
}

.text-top-sec4 {
  max-width: 1000px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section4-home {
  padding-top: 70px;
}

.text-top-sec4 h2 {
  margin-bottom: 20px;
}

.down-container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.section4image {
  text-align: center;
}

.title-sec-d {
  color: #555;
  font-size: 30px;
  font-family: "FjallaOne";
}

.title-sec-d span {
  font-size: 60px;
  position: relative;
  color: #b54fa3;
}

.title-sec-d span::before {
  width: 80px;
  height: 80px;
  content: "";
  position: absolute;
  z-index: -1;
  left: -28px;
  bottom: -3px;

  background-color: #ffe6fb;
  border-radius: 50%;
}

.title-sec-d {
  padding-left: 23px;
  margin-bottom: 15px;
}

.text-sec-4li {
  color: #555;
  font-size: 17px;
  margin-bottom: 40px;
}

.text-top-sec4 {
  margin-bottom: 60px;
}

.section4image img {
  max-width: 416px;
  width: 100%;
}

.abs-image {
  position: absolute;
  right: 0;
  margin-top: -140px;
}

.section4image img {
  filter: drop-shadow(0px 0px 25px #848484);
}

.tehz-section5 {
  padding-left: 50px;
}

.sec4-down-wave {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -136px;
  opacity: 0.6;
}

.founder-section {
  padding-top: 100px;
}

.herth {
  margin-bottom: 30px;
}

.home-why-us-section {
  padding-top: 90px;
  padding-bottom: 50px;
}

.tehz-section5 .h2s {
  text-transform: uppercase;
}

.container.small-lst-home {
  max-width: 867px;
}

.buttons-div {
  text-align: center;
}

.primary-btn {
  background: #b54fa3;
  color: #fff;
  padding: 24px 61px;
  font-size: 20px;
  font-family: "FjallaOne";
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.primary-btn:hover {
  color: #fff;
  background: #681e5b;
  border-radius: 10px;
}

.buttons-div {
  margin-top: 50px;
}

.last-sections {
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footericons-texts {
  display: flex;
  margin-bottom: 20px;
}

.loc-text {
  font-size: 15px;
  color: #555;
}

.loc-iocn {
  font-size: 16px;
  color: #b54fa3;
  margin-right: 12px;

}

.footertitles {
  color: #b54fa3;
  font-size: 26px;
  margin-bottom: 20px;
  font-family: "Poppins-Medium";
}

#footer-menu {
  margin: 0;
  list-style: none;
}

#footer-menu li {
  margin-bottom: 15px;
}

#footer-menu li a {
  color: #555;
  font-size: 15px;
}

.footerlogo .custom-logo {
  width: 240px;
}

.footersocial-div {
  text-align: center;
  width: 240px;
  margin-top: 50px;
}

.footer-social-icon {
  color: #b54fa3;
  border: 1px solid #b54fa3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

.footerbg {
  background: #f7f7f7;
}

body {
  margin: 0 !important;
}

.text-endd {
  text-align: end;
  font-size: 15px;
  font-family: "Poppins-Light";
}

.text-endd a {
  color: #000;
  font-family: "Poppins-Regular";

}
.text-endd a:hover {

	  color: #b54fa3;
}
.copyrit {
  border-top: 2px solid #d8d8d8;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 50px;
}

.footerbg {
  padding-top: 70px;
}

.banner-title-home.innerpage-title {
  font-size: 60px;
  color: #b54fa3;
}

.brdcrm {
  color: #555;
  font-size: 16px;
}

.brdcrm {
  margin-top: -25px;
}

.justice-founder-text h2 {
  font-size: 50px;
  color: #b54fa3;
  font-family: "FjallaOne";
  margin-bottom: 10px;
}

.justice-founder-text p {
  color: #555;
  font-size: 17px;
  margin-bottom: 28px;
}

.justice-founder-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.justice-founder-text ul li {
  position: relative;
  padding-left: 65px;
  color: #555;
  font-size: 17px;
  margin-bottom: 30px;
}

.justice-founder-text .inner-about-conten ul {
  margin-bottom: 70px;
}

.justice-founder-text .inner-about-conten ul li {
  margin-bottom: 20px;
}

.last-contetn-abotu.justice-founder-text h2 {
  color: #000;
}

.last-contetn-abotu.justice-founder-text h3 {
  font-size: 30px;
  color: #b54fa3;
  font-family: "FjallaOne";
  margin-bottom: 20px;
}

.justice-founder-text ul li::before {
  content: "";
  width: 42px;
  height: 27px;
  background-image: url(../image/banner-wave.png);
  position: absolute;
  left: 0px;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;

}

.container.about-laste {
  max-width: 992px;
}

.inner-about-conten {
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.bkas {
  position: absolute;
  right: 0;
  bottom: -71px;
}

.textabdiv {
  font-size: 30px;
  text-align: center;
  max-width: 870px;
  color: #fff;
  margin: auto;
  font-family: "FjallaOne";
}

.textabdiv p {
  margin-bottom: 20px;
}

.cabohe-sh {
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.site-header {
  padding-top: 15px;
  margin-bottom: 15px;
}

.adse {
  width: 100%;
}

.text-asvevy {
  padding-left: 40px;
}

.about-voice-sec1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-sac h2 {
  font-size: 50px;
  font-family: "FjallaOne";
  color: #000;
  margin-bottom: 15px;
}

.text-sac p {
  color: #555;
  font-size: 17px;
  margin-bottom: 28px;
}

.text-sac {
  max-width: 882px;
  margin: auto;
}

.about-section2b3d {
  padding-top: 60px;
  padding-bottom: 30px;
}

.section_3df .h2s {
  color: #fff;
  font-size: 50px;
}

.section-3-asjh {
  background: #b54fa3;
  color: #fff;
  font-size: 17px;
}

.testtc {
  padding-left: 61px;
  margin-left: 60px;
  border-left: 2px solid #dcacd4;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wpcf7-spinner {
  position: absolute;
}
.section-3-asjh {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.asce-u {
  max-width: 1082px;
}

.alse-sec4 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.section3-home.ase {
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner-buitton.scvs {
  position: relative;
  z-index: 2;
  padding-left: 37px;
  margin-top: 67px;
}

.banner-buitton.scvs .primary-btn-banner {
  color: #fff;
}

.banner-buitton.scvs .primary-btn-banner::before {
  background-color: #562d4f;
}

.section3-home.ase .sec3-image {
  width: 470px;
  height: 470px;
  filter: drop-shadow(0px 0px 0px #999);
  margin-left: auto;
  display: block;
}

.asn {
  font-size: 30px;
  color: #b54fa3;
  font-family: "FjallaOne";
}

.askje {
  margin-top: 20px;
  font-size: 17px;
  color: #555;
}

.asn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.asn {
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 3px solid #b54fa3;
  padding-left: 20px;
}

.text-lastehsj {
  margin-bottom: 50px;
}

.teh_aboyr {
  margin-bottom: 50px;
}

.add_last_sectiona {
  padding-top: 80px;
  padding-bottom: 60px;
}

.contacts-div p {
  font-size: 17px;
  color: #555;
  margin-bottom: 30px;
}

.contacts-div h2 {
  font-size: 50px;
  color: #000;
  font-family: "FjallaOne";
  margin-bottom: 25px;
}

.contacts-div {
  max-width: 830px;
  margin: auto;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.snd-btn {
  padding: 32px 92px;
  color: #fff;
  background: #0f0f0f;
  font-family: "FjallaOne";
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
  letter-spacing: 2px;
}

.contat-page-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.inputs {
  width: 100%;
  padding: 15px 28px !important;
  font-size: 15px;
  border-radius: 50px !important;
  border: none !important;
  background: #deacd5;
  color: #000 !important;
}

.wpcf7-form-control.wpcf7-textarea.inputs.text-areas {
  height: 170px;
}

::placeholder {
  opacity: 1;
}

.wpcf7-form-control.wpcf7-textarea.inputs.text-areas {
  padding-top: 15px !important;
}

.my-contas-frm {
  text-align: center;
}

.bkascas {
  position: absolute;
  bottom: 0;
  left: 0;
}

.col-md-6.odd {
  order: 2;
}

.service-ains {
  width: 100%;
  border-radius: 50px;
}
.wpcf7-spinner {
  position: absolute !important;
}
.h3s.service-title {
  color: #b54fa3;
  margin-bottom: 20px;
}

.dresa-servu p {
  color: #555;
  margin-bottom: 30px;
  font-size: 16px;
}

.text-divsv.even-textpadding {
  padding-left: 100px;
}

.container.servicess {
  max-width: 1035px;
}

.text-divsv.odd-text-padding {
  padding-right: 100px;
}

.text-divsv.odd-text-padding {
  padding-right: 100px;
}

.row.sec-servoce {
  margin-bottom: 90px;
}

.h3s.services-single-title-home {
  font-size: 30px;
  color: #b54fa3;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-singlke-services {
  text-align: center;
  font-size: 17px;
  color: #555;
}

.image-hoem-sevice img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  border-radius: 50px;
}

.anchorelinks {
  margin-top: 60px;
  text-align: center;
}

.anchorelinks a {
  width: 80px;
  height: 80px;
  background: #e1b9da;
  align-content: center;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: 0.3s;
}

.anchorelinks a:hover {
  background: #c979ba;
  border-radius: 15px;
}

.secr-sc.h3s {
  margin-bottom: -20px;
}

.section-home-service {
  padding-top: 100px;
}

.container.hoe-services {
  margin-top: 30px;
}

.container.testimonials-page {
  max-width: 1050px;
}

.authors-name {
  color: #b54fa3;
  font-size: 24px;
  font-family: "Poppins-SemiBold";
}

.text-quotess {
  font-size: 17px;
  color: #555;
}

.text-quotess p {
  margin-bottom: 25px;
}

.single-quotes {
  position: relative;
  padding-left: 100px;
}

.single-quotes::after {
  width: 65px;
  height: 55px;
  background: url(../image/icons-qt.png);
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}



.single-quotes {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}


.single-quotes:last-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 0px solid #e1e1e1;
}

.ascthes {
  font-size: 20px;
  color: #5c5c5c;
  max-width: 830px;
  text-align: center;
  margin: auto;
}

.div.quotestdiv {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
}

.tejytejh {
  color: #b54fa3;
  text-align: center;
  font-size: 24px;
  font-family: "Poppins-SemiBold";
}

.slick-arrows1sc {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  cursor: pointer;
}

.slick-arrows1sc.next-arrow {
  right: 0;
}

.qutote-testi {
  margin-left: auto;
  margin-right: auto;
}

.testmonialsle {
  margin-top: 80px;
  padding-bottom: 80px;
}

.banner-image.inner-page {
  width: 66%;
}



.recaptach-contact-from {
  margin-bottom: 25px;
}















/* =================================================pc responsive-==============================  */

@media screen and (max-width:1851px) {
.banner-image.inner-page {
  width: 71%;
  margin-left: 324px;
}
}
@media screen and (max-width: 1807px) {
  .banner-title-home {
    font-size: 124px;
  }

  .banner-image {
    width: 82%;
    margin-left: 290px;
  }
}

@media screen and (max-width: 1724px) {
  .banner-title-home {
    font-size: 115px;
    ;
  }

  .topmenus {
    margin-left: 40px;
  }
  .banner-image.inner-page {
    width: 72%;
    margin-left: 352px;
  }
}



@media screen and (max-width: 1669px) {
  #primary-menu li {
    margin-right: 19px;
  }
  .banner-image.inner-page {
    width: 65%;
    margin-left: 352px;
  }
  #primary-menu {
    font-size: 17px;
  }
  .banner-images-div.inner-page .banner-down-wave {
    width: 276px;
    margin-left: 214px;
  }
  .banner-image {
    width: 82%;
    margin-left: 266px;
  }
}

@media screen and (max-width: 1599px) {
  .banner-title-home {
    font-size: 101px;
  }

  .custom-logo {
    width: 279px;
    transition: 0.5s;
  }

  .topmenus {
    margin-left: 12px;
  }

}

@media screen and (max-width: 1514px) {
  .sec-2-t {
    font-size: 42px;

  }

  .header-container,
  .banner-container {
    max-width: 1345px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .banner-image {
    width: 70%;
    margin-left: 255px;
  }

  .text-banner {
    padding-top: 230px;
  }

  .h2s,
  .mytexts h2 {
    font-size: 80px;
    font-family: "FjallaOne";
  }

  .h3s,
  .divbannefasl h2,
  .text-top-sec4 h2,
  .mytexts h3,
  .mytexts h4 {
    font-size: 40px;
    font-family: "FjallaOne";
  }

  .sec3-image {
    width: 470px;
    height: 470px;
  }

  .sec3-down-wave {
    position: absolute;
    right: -32px;
    opacity: 0.6;
    top: 50%;
    transform: translatey(-50%);
  }

  .sec4-down-wave {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -93px;
    opacity: 0.6;
  }

  .title-sec-d {
    font-size: 25px;
    font-family: "FjallaOne";
  }
  .banner-image.inner-page {
    width: 55%;
    margin-left: 325px;
  }
}

@media screen and (max-width: 1384px) {
  .banner-title-home {
    font-size: 76px;
  }

  .custom-logo {
    width: 209px;
    transition: 0.5s;
  }

  .custom-logo-top {
    width: 234px;
  }

  .site-header.scrolling .custom-logo {
    width: 149px;
  }

  .text-banner {
    padding-top: 175px;
  }

  .banner-down-wave {
    width: 204px;
  }

  .abs-image img {
    width: 142px;
  }

  .sec3-down-wave {
    width: 275px;

    right: -3px;

  }

  .banner-image {
    width: 66%;
    margin-left: 232px;
  }

  .sec4-down-wave {
    width: 228px;
    left: -81px;
  }
  .text-divsv.even-textpadding {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1290px) {
  .banner-image {
    width: 83%;
    margin-left: 0;
    margin-top: 80px;
  }
  .banner-image.inner-page {
    width: 61%;
    margin-left: 185px;
  }
  .banner-images-div.inner-page .banner-down-wave {
    width: 220px;
    margin-left: 37px;
  }
  #masthead {
    background: #fff;
  }

  .tionamv-constisnts {
    justify-content: space-between;
  }
  .text-divsv.odd-text-padding {
    padding-right: 50px;
  }
}



















/*  ============================================================Tab===================================================================================================== */
@media screen and (max-width: 1100px) {
  .text-divsv.odd-text-padding {
    padding-right: 10px;
  }
  .text-divsv.even-textpadding {
    padding-left: 10px;
  }
  .banner-down-wave {
    display: none;
    width: 187px;
    margin-left: -60px;
  }

  #primary-menu {
    font-size: 14px;
  }

  .sec3-image {
    width: 300px;
    height: 300px;
  }

  .banner-title-home {
    font-size: 57px;
  }

  .custom-logo {
    width: 163px;
    transition: 0.5s;
  }

  .custom-logo-top {
    width: 165px;
  }

  #primary-menu li {
    margin-right: 14px;
  }

  .header-container,
  .banner-container {
    width: 95%;
  }

  .banner-image {
    width: 90%;
    margin-left: 0;
    margin-top: 80px;
  }

  .sec-2-text {
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-sec-2 {
    color: #555;
    font-size: 16px;
  }

  .sec-2-t {
    font-size: 38px;
    padding-bottom: 5px;
  }

  .section3-home .row.align-items-center {
    align-items: normal !important;
  }

  .text-section3-home {
    padding-right: 0;
  }

  .h3s,
  .divbannefasl h2,
  .text-top-sec4 h2,
  .mytexts h3,
  .mytexts h4 {
    font-size: 30px;
    font-family: "FjallaOne";
  }

  .h2s,
  .mytexts h2 {
    font-size: 50px;
    font-family: "FjallaOne";
  }

  .sec3-down-wave {
    width: 178px;
    right: 0;
  }

  .section4-home {
    padding-top: 50px;
  }

  .title-sec-d {
    font-size: 22px;
    font-family: "FjallaOne";
  }

  .title-sec-d span::before {
    width: 65px;
    height: 65px;
  }

  .title-sec-d span::before {
    width: 65px;
    height: 65px;
  }

  .text-sec-4li {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .text-top-sec4 p {

    font-size: 16px;
  }

  .section4-home .col-md-4 {
    width: 50%;
  }

  .abs-image img {
    width: 117px;
  }

  .h3s.services-single-title-home {
    font-size: 23px;
  }
  .anchorelinks {
    margin-top: 29px;
    text-align: center;
  }
  .anchorelinks a {
    width: 60px;
    height: 60px;
  }
  .image-hoem-sevice img {
    width: 100%;
    height: 194px;
    object-fit: cover;
    border-radius: 34px;
  }
  .sec4-down-wave {
    display: none;
  }
  .sec4-down-wave {
    display: none;
  }
  .askje {
    margin-top: 20px;
    font-size: 16px;
    color: #555;
  }
  .mytexts p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .primary-btn {
    color: #fff;
    padding: 15px 47px;
  }
  .last-sections {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .buttons-div {
    margin-top: 25px;
  }
  .testmonialsle {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .testmonialsle {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .ascthes {
    font-size: 18px;
    color: #5c5c5c;
    max-width: 638px;
    text-align: center;
    margin: auto;
  }
  .asn {
    font-size: 20px;
  }
  
  .footerlogo .custom-logo {
    width: 194px;
    text-align: center;
  }
  .footersocial-div {
    text-align: center;
    width: 100%;
  
    text-align: center;
  }
  .footerlogo {
    width: 100%;
    text-align: center;
  }
  .qutote-testi {
    width: 70px;
  }
  .tehz-section5 {
    padding: 0;
  }
  .text-top-sec4 {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-image.inner-page {
    width: 80%;
    margin-left: 0px;
  }
  .baner-home-page.inner-page .text-banner.inner-page {
    padding-top: 137px;
  }
  .banner-title-home.innerpage-title {
    font-size: 45px;
    color: #b54fa3;
  }
  .justice-founder-text h2 {
    font-size: 40px;
  }
  .justice-founder-text p {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .about-voice-sec1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-sac h2 {
    font-size: 36px;
  }
  .text-sac p {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .section-3-asjh {
    padding-top: 50px;
    padding-bottom: 50px;
  } 
  .testtc {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 2px solid #dcacd4;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .alse-sec4 {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .section3-home.ase .sec3-image {
    width: 300px;
    height: 300px;
  }
  .sec3-div {
    font-size: 16px;
  }
  .section3-home.ase {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .add_last_sectiona {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .title-sec-d span {
    font-size: 39px;
  }
  .text-asvevy {
    padding: 0;
  }
  .bkas {
    display: none;
  }
  .text-quotess {
    font-size: 16px;
    color: #555;
    padding-bottom: 0;
  }
  .text-quotess {
    font-size: 16px;
    color: #555;
    padding-bottom: 0;
  }
  .authors-name {
    color: #b54fa3;
    font-size: 17px;
    font-family: "Poppins-SemiBold";
  }
  .single-quotes {
    margin-bottom: 20px;
    padding-bottom: 20px
  }
  .contacts-div h2 {
    font-size: 35px;
  }
  .bkascas {
    display: none;
  }
  .contat-page-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contacts-div {
    max-width: 650px;
    margin: auto;
  }
  .wpcf7-form-control.wpcf7-submit.has-spinner.snd-btn {
    padding: 25px 60px;
  }
}









/* ====================================================== Phone ==================================================================== */












@media screen and (max-width: 767px) {
.desktopmenus {
display: none;
}
.single-quotes {
  position: relative;
  padding-left: 48px;
}
.single-quotes::after {
  width: 34px;
  height: 29px;
}
.text-quotess p {
  margin-bottom: 10px;
}
.textimonails {
  padding-top: 15px;
  padding-bottom: 0px;
}
.phone-nav.phe-bibe.d-none {
  display: block !important;
}
.col-md-6.pge {
  order: -1;
}
.justice-founder-text ul {
  text-align: left;
}
.bkas {
  display: none;
}
.textabdiv {
  font-size: 18px;
}
.cabohe-sh {
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 15px;
}
.col-md-6.pge .sec3-image {
  margin-right: auto;
}
#menuBtn {
  border-color: #b54fa3;
}
.pull-nav .n, .pull-nav .g, .pull-nav .s {
  background:  #b54fa3;
}
.phone-nav.phe-bibe.d-none {
  padding-left: 10px;
  padding-right: 10px;
}
.col-md-6.sar {
  order: -1;
}
#masthead {
  padding-bottom: 10px;
}
.text-banner {
  padding-top: 24px;
}
.banner-button {
  margin-top: 44px;
  padding-left: 34px;
}
.sec-2-t {
  font-size: 31px;
  padding-bottom: 5px;
}
.sec-2-t {
  font-size: 31px;
  padding-bottom: 5px;
}
.section3-home {
  margin-top: 40px;
}
.h3s, .divbannefasl h2, .text-top-sec4 h2, .mytexts h3, .mytexts h4 {
  font-size: 25px;
  font-family: "FjallaOne";
}
.h2s, .mytexts h2 {
  font-size: 40px;
  font-family: "FjallaOne";
}
.sec3-div {
  color: #555;
  font-size: 16px;
}
.sec3-div {
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
}
.section4-home .col-md-4 {
  width: 100%;
}

.abs-image {
  display: none;
}
.section4image {
  position: absolute;
  z-index: -1;
  opacity: 0.1;
  margin-top: -351px;
}
.title-sec-d span {
  font-size: 40px;
}
.text-sec-4li {
  font-size: 16px;
  margin-bottom: 20px;
}
.section-home-service {
  padding-top: 50px;
}
.secr-sc.h3s {
  margin-bottom: -8px;
}
.anchorelinks {
  margin-top: 10px;
  text-align: center;
}
.home-single-service {
  margin-bottom: 40px;
}
.founder-section {
  padding-top: 50px;
}
.founder-section .sec3-image.sec-5-imgz {
  display: block;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 20px;
}
.tehz-section5 {
  text-align: center;
}
.footericons-texts {
  display: block;
  text-align: center;
}
.loc-iocn {
  width: 36px;
  height: 35px;
  align-content: center;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.footertitles {
  font-size: 21px;
  margin-bottom: 11px;
  text-align: center;
}
.footersocial-div {
  margin-bottom: 23px;
  margin-top: 20px;
}
#footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer-menu li {
  margin-bottom: 6px;
  margin-left: 13px;
  margin-right: 17px;
}
.text-endd {
  text-align: center;
  font-size: 14px;
}
.opyritidiv {
  text-align: center;
}
.copyrit {
  margin-top: 15px;
}
.testtc {
  padding: 0;
  margin: 0;
  border: none;
}
.col-md-6.babne {
  order: -1;
}
.justice-founder-text ul li {
  padding-left: 50px;
  font-size: 16px;
}
.last-contetn-abotu.justice-founder-text h3 {
  font-size: 25px;
}
.justice-founder-text .inner-about-conten ul {
  margin-bottom: 15px;
}
.banner-image.inner-page {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.baner-home-page.inner-page .text-banner.inner-page {
  padding-top: 20px;
  text-align: center;
}
  
.banner-title-home.innerpage-title {
  font-size: 40px;
  color: #b54fa3;
}
.about-voice-sec1 {
  padding-top: 50px;
  padding-bottom: 0;
}
.text-sac h2 {
  font-size: 24px;
}
.justice-founder-text h2 {
  font-size: 30px;
}
.adse {
  margin-bottom: 20px;
}
.section_3df .h2s {
  color: #fff;
  font-size: 35px;
}
.sec3-div.text-white {
  text-align: center;
}
.section3-home.ase.sa .text-section3-home {
  text-align: center;
  margin-top: 10px;
}
html,body {
  overflow-x: hidden;
}
.row.sec-servoce {
  margin-bottom: 40px;
}
.dresa-servu p {
  margin-bottom: 14px;
  font-size: 16px;
}

.col-md-6.odd {
  order: 0;
}
.image-serviees {
  margin-bottom: 20px;
}
.top_nav li a:hover, .top_nav li:hover > a, .top_nav li.current-menu-item > a {
  color: #b54fa3;
}
.contacts-div h2 {
  font-size: 27px;
  margin-bottom: 15px;
}
.contacts-div p {
  font-size: 16px;
  color: #555;
  margin-bottom: 16px;
}
.wpcf7-form-control.wpcf7-textarea.inputs.text-areas {
  height: 170px;
  border-radius: 34px !important;
}
}