.logo {
  display: block;
}
header.home-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 0px;
}
header.home-header.fixed, header.home-header.inner-header {
  position: fixed !important;
  background: #fff;
 box-shadow: 0px 3px 15px #0000001A;
  padding: 0;
}
header.home-header.fixed .main-nav li a, header.home-header.inner-header .main-nav li a {
  color: #0A1F3D;
}
header.home-header.fixed .main-nav li a:hover, header.home-header.inner-header .main-nav li a:hover {
  color: #CF9418 !important;
}
header.home-header.fixed .logo, header.home-header.inner-header .logo {
  display: none;
}
header.home-header.fixed .logo-green, header.home-header.inner-header .logo-green {
  display: block;
}
header.home-header.fixed .search-button img, header.home-header.inner-header .search-button img {
  filter: invert(1);
}
header.home-header.fixed .top-btm-menu, header.home-header.inner-header .top-btm-menu {
  padding-top: 10px;
}
header.home-header.fixed .call-us, header.home-header.inner-header .call-us {
  display: block;
}
.call-us {
  display: none;
}
span.res-submenu {
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #CF9418;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  display: inline-block;
  margin: 0px 0px 3px 4px;
}
.header-book-now-btn-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.scroll-down {
  color: #fff;
  bottom: 0;
  position: absolute;
  height: 69px;
  border-left: 1px solid #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 4.8px;
  font-weight: 400;
  padding-left: 27px;
  max-width: 210px;
}
.get-in-touch-btn {
  position: absolute;
  right: 50px;
  width: auto;
  bottom: 80px;
}
img.get-in-touch-img {
  position: relative;
  transition: ease-out 0.3s ease-in 0.3s;
}
.get-in-touch-btn span {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
span.hoverstate-arrow {
  opacity: 0;
  margin-left: -2px;
  transition: all 0.2s ease 0s;
}
.get-in-touch-btn:hover img {
  transform: scale(.8);
}
.get-in-touch-btn:hover img.hoverstate-arrow-img {
  transform: scale(1);
}
.get-in-touch-btn:hover .get-touch-text {
  opacity: 0;
}
.get-in-touch-btn:hover span.hoverstate-arrow {
  opacity: 1;
  margin-left: 0px;
}
.top-btm-menu {
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.logo-green {
  display: none;
}
.mobile-logo-header .logo-green {
  display: block;
}
.logo-green img {
  width: 100%;
}
.top-btm-menu .row {
  justify-content: space-between;
  align-items: center;
}
.main-nav {
  margin: 0px;
  padding: 0px;
}
.main-nav li {
  margin: 0px;
  padding: 0px;
  padding: 0px 24px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.main-nav li a {
  display: block;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1.03px;
  position: relative;
}
.main-nav li a:hover::after, .main-nav li.current-menu-item a::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #CF9418;
  position: absolute;
  bottom: -32px;
  left: 0;
}
.main-nav li a:hover {
  color: #CF9418;
}
.main-nav li:first-child {
  padding-left: 0px;
}
.main-nav li:last-child {
  padding-right: 0px;
}
.menu-sec {
  margin-left: auto;
}
.responisve-top-menu {
  display: none;
}
.main-nav-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
}
.banner.home-banner h1 {
  margin-bottom: 0px;
  color: #fff;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.3s, 1s;
  font-weight: 300;
  margin-bottom: 36px;
}
.banner.home-banner p {
  color: #fff;
  margin-bottom: 46px;
}
header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  z-index: 1000;
  background: #ffff;
  padding: 21px 30px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}
.banner-pattern img {
  width: 100%;
}
.search-button {
  margin: 0 38px;
}
.modal-open{
  padding-right: 0 !important;
}
.menu-bg {
  /* position: absolute;
  bottom: -65px;
  z-index: -1;
  left: 0;
  right: 0; */
  text-align: center;
}
.buger-wrap {
  display: none;
}
.banner {
  position: relative;
}
.banner-img-wrapper:before {
  position: absolute;
  content: "";
  left: 0px;
  width: 100%;
  height: 40%;
  bottom: 0px;
  background: transparent linear-gradient(180deg, #1D593900 0%, #1D5939F8 83%, #1D5939 100%) 0% 0% no-repeat padding-box;
}
.inner-banner .banner-img-wrapper:before {
  content: inherit;
}
.banner-for-mobile {
  display: none;
}
.banner-img-wrapper {
  position: relative;
}
.banner-window-icon img {
  width: auto !important;
}
.banner-img-wrapper img, .banner-img-wrapper video {
  width: 100%;
}
.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  padding-top: 170px;
}
.banner-overlay-ctn {
  text-align: left;
  max-width: 520px;
}
.mob-menu-pattern {
  display: none;
}
/*..banner-ends..*/
.common-bottom-bg-section {
  background: url(../images/footer-common-bg.png) center bottom no-repeat;
  background-size: 100%;
  /* background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 13%,rgba(253,253,253,1) 14%,rgba(254,254,254,1) 18%,rgba(252,252,252,1) 18%,rgba(250,251,251,1) 27%,rgba(242,244,243,1) 43%,rgba(240,242,241,1) 43%,rgba(238,241,240,1) 47%,rgba(227,231,229,1) 60%,rgba(223,227,226,1) 64%,rgba(202,212,206,1) 74%,rgba(202,211,206,1) 75%,rgba(153,173,161,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.footer-wrapper {
  position: relative;
  background: url(../images/footer-bottom-bg.png) center top no-repeat #1d5839;
  background-size: 100%;
  padding-top: 189px;
}
.footer-pattern img {
  width: 100%;
}
.footer-form-left-sec {
  max-width: 330px;
}
.footer-form-left-sec h2 {
  margin-bottom: 30px;
}
.footer-form-left-sec p {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 0;
}
.footer-form-right-sec .label-group input, .footer-form-right-sec .label-group textarea {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  padding: 0 0 8px 0;
  margin-bottom: 35px;
  color: #000;
  background: transparent;
}
.footer-form-right-sec .label-group input::placeholder, .footer-form-right-sec .label-group textarea::placeholder {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}
.footer-form-right-sec .label-group textarea {
  background: transparent;
  height: 86px;
}
.footer-form-right-sec .label-group .floating-label {
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 11px;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.footer-nav-section h5 a {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.home-cnt-btn .common-btn-green {
  border: 0;
}
.footer-nav-section ul {
  margin: 0px;
  padding: 0;
  column-count: 2;
}
.footer-nav-section ul li {
  margin-bottom: 10px;
}
.footer-nav-section ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
}
.footer-nav-section ul li a:hover {
  color: #CF9418;
}
.footer-social {
  display: flex !important;
  justify-content: space-between;
}
.footer-social p {
  max-width: 155px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  margin-bottom: 0;
}
.footer-nav-section .footer-social ul {
  margin: 0px;
  padding: 0;
  column-count: inherit;
}
.footer-nav-section .footer-social ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.footer-nav-section ul i {
  margin-right: 10px;
}
.footer-nav-section {
  padding-bottom:20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.home.page-template-home-page .footer-wrapper{
  padding-top: 122px;
}
.home-form-section {
  padding-top: 50px;
}
.bottom-footer {
  margin: 0;
  padding: 25px 0px 34px;
  font-style: normal;
}
.bottom-footer p {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.bottom-footer a {
  margin: 0px 10px;
  padding: 0px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.bottom-footer a:hover {
  color: #CF9418;
}
.bottom-footer a img {
  transition: 0.5s ease;
}
.bottom-footer a:hover img {
  transform: scale(1.1);
}
.footer-nav-section h5 {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 45px;
}
.awrads-slider-wraper h4 {
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding: 0 31px;
  text-transform: uppercase;
  display: inline-block;
}
.awrads-slider-wraper h4::after {
  content: '';
  width: 21px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 49%;
  transform: translateY(-50%);
  opacity: 0.6;
}
.awrads-slider-wraper h4::before {
  content: '';
  width: 21px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  opacity: 0.6;
}
.awrads-slider-wraper {
  background: #1D5939;
  text-align: center;
  margin-top: -130px;
}
.award-slider-arrows {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.swiper.award-slider {
  position: relative;
  padding-bottom: 60px;
}
.award-slider-arrows .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 35px;
  border-radius: 4px;
}
.award-slider-arrows .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
}
section.power-number-wrap {
  padding-top: 74px;
}
.power-number {
  padding: 56px 24px 25px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 25px 0 rgba(29, 87, 59, 0.15);
  min-height: 194px;
  height: 100%;
}
.power-number-wrap span {
  font-size: 35px;
  line-height: normal;
  color: #CF9418;
  font-family: "Playfair Display", serif;
  margin-bottom: 8px;
  display: block;
}
.power-number-wrap p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.power-number-box {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 100px;
}
.power-number-wrap [class*=row] {
  margin-left: -6px;
  margin-right: -6px;
}
.power-number-wrap [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
}
.protect-legacy-wrap {
  padding-top: 70px;
  padding-bottom: 185px;
  position: relative;
}
.legacy-pattern {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.protect-legacy-wrap h2 {
  max-width: 460px;
}
.protect-legacy-wrap h2 span {
  color: #1D5939;
}
.protect-legacy-wrap h3 {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 45px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.protect-legacy-wrap p {
  margin-bottom: 43px;
}
.service-list-wrap .row {
  margin-bottom: -40px;
}
.service-list-wrap [class*="col-"] {
  margin-bottom: 40px;
}
.service-list {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
.service-list * {
  transition: all 0.3s ease 0s;
}
.service-list img {
  width: 100%;
}
.service-list::after {
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #1D593900 0%, #1D5939BA 55%, #1D5939 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 0.9;
  bottom: 0;
  height: 170px;
  left: 0;
  right: 0;
  z-index: 0;
  transition: all 0.3s ease 0s;
}
.service-list:hover::after {
  height: 100%;
  background: #1D5939 0% 0% no-repeat padding-box;
}
.service-description {
  position: absolute;
  bottom: 0;
  padding: 0 44px 10px;
  z-index: 1;
  width: 100%;
  transition: all 0.3s ease 0s;
  text-align: left;
}
.service-list:hover .service-description {
  padding-bottom: 43px;
}
.service-description h5 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #fff;
  font-family: "Playfair Display", serif;
}
.service-description p {
  margin-bottom: 0px;
  font-weight: 400;
  color: #fff;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.get-started-btn {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-right: 31px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.get-started-btn::before {
  content: '';
  width: 21px;
  height: 10px;
  background: url(../images/btn-arrow-right-orange.svg) right no-repeat;
  position: absolute;
  right: 0;
  top:8px;
  z-index: 0;
}
.get-started-btn:hover {
  color: #CF9418;
}
.get-started-btn:hover::before {
  background: url(../images/btn-arrow-right-orange.svg) right no-repeat;
}
.service-list:hover .service-description h5 {
  padding-bottom: 18px;
}
.service-list:hover .service-description p {
  visibility: visible;
  height: auto;
  opacity: 1;
  padding-bottom: 28px;
}
.service-list:hover .service-description .get-started-btn {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.home-service-wrap h2 {
  margin-bottom: 85px;
}
.testimonial-box {
  position: relative;
}
.testimonial-wrap {
  padding-top: 160px;
  padding-bottom: 105px;
}
.testimonial-wrap .legacy-pattern {
  position: absolute;
  top: -249px;
  z-index: -1;
  left: 20px;
  bottom: auto;
}
.testimonial-center {
  position: relative;
}
.testimonial-wrap h2 {
  max-width: 400px;
}
.testimoni-slide-img {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.test-slider {
  padding-left: 30px;
}
.test-slider h3 {
  margin-bottom: 3px;
}
.quote-icon {
  position: absolute;
  right: 0;
  top: -37px;
}
.test-slider span {
  font-size: 16px;
  line-height: 25px;
  color: #959595;
  font-weight: 500;
}
.testimonial-slider-arrows {
  margin-top: 40px;
}
.testimonial-slider-arrows .swiper-button-next, .testimonial-slider-arrows .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  margin: 0px;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  top: auto;
  bottom: auto;
}
.testimonial-slider-arrows .swiper-button-next:hover, .testimonial-slider-arrows .swiper-button-prev:hover {
  opacity: 0.6;
}
.testimonial-slider-arrows .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  margin: 0px 22px;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  top: auto;
  bottom: auto;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.testimonial-slider-arrows .swiper-button-prev:after, .testimonial-slider-arrows .swiper-button-next:after {
  display: none;
}
.publication-wrap h2 {
  text-align: center;
  margin-bottom: 50px;
}
.publication-wrap {
  padding-bottom: 98px;
}
.publication-descrption {
  background: #fff;
  border-radius: 0px 10px 10px 0px;
  width: 88%;
  margin-top: -60px;
  z-index: 0;
  position: relative;
  padding: 27px 24px 0;
}
.publication-descrption h3 {
  margin-bottom: 15px;
}
.publication-descrption span {
  font-size: 14px;
  line-height: 25px;
  color: #959595;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.read-more-btn {
  font-size: 14px;
  line-height: 25px;
  color: #1D5939;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-right: 31px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: 0.5s ease;
}
.read-more-btn:hover {
  color: #CF9418;
}
.read-more-btn::before {
  content: '';
  width: 21px;
  height: 10px;
  background: url(../images/btn-arrow-right-orange.svg) right no-repeat;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 0;
}
.read-more-btn:hover::before {
  background: url(../images/btn-arrow-right-orange.svg) right no-repeat;
}
.publication-box {
  margin-bottom: 60px;
}
.publication-box img {
  width: 100%;
  border-radius: 8px;
}
.search-modal {
  padding-right: 0 !important;
}
.search-modal .modal-content {
  border-radius: 0;
}
.search-modal .modal-body {
  display: flex;
  max-width: 800px;
  margin: auto;
  width: 100%;
  padding: 23px 0;
}
.search-modal .modal-dialog {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: inherit;
}
.search-modal .modal-header {
  border: 0;
  position: absolute;
  right: 0;
  top: 10px;
}
.modal-backdrop.overlay-hiden {
  display: none;
}
.btn-search {
  border: 0;
  background: url(../images/btn-arrow-right-orange.svg) right no-repeat;
  width: 21px;
  padding: 0;
}
.search-modal .modal-body form#searchform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #C4C4C4;
}
.search-modal .modal-body form#searchform .input-sec {
  width: 90%;
}
.search-modal .modal-body form#searchform .input-sec input.form-control {
  border: 0;
  background: url(../images/search-dark-color.svg) left center no-repeat;
  padding-left: 30px;
  font-size: 14px;
  font-weight: normal;
}
.inner-common-banner .inner-banner-content {
  top: 50%;
  transform: translateY(-50%);
}
.service-box-listing img {
  border-radius: 10px;
}
.service-listing-wrap {
  position: relative;
  padding-top: 116px;
}
.service-title-box p {
  max-width: 510px;
}
.service-title-box h2 {
  max-width: 345px;
  margin-bottom: 25px;
}
.service-wrap .legacy-pattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-list-description {
  padding-top: 25px;
  padding-left: 50px;
  position: relative;
}
.service-list-description::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  width: 21px;
  height: 1px;
  background-color: #CF9418;
}
.service-box-listing {
  margin-bottom: 60px;
}
.service-list-description h3 {
  font-weight: bold;
}
.service-listing-wrap .col-md-6:nth-child(odd) {
  margin-top: -400px;
}
.service-listing-wrap .col-md-6:first-child {
  margin-top: 0;
}
.legacy-pattern-service-bottom {
  bottom: 130px;
  position: absolute;
  right: 0;
}
.service-detail-title-box {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 125px;
}
.service-wrap-detail h2 {
  max-width: 450px;
  margin: 0 auto 25px;
}
.service-detail-title-box h4 {
  display: inline-flex;
}
.service-wrap-detail .legacy-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
}
.muslim-wills-matter {
  position: relative;
}
.muslim-wills-matter h2 {
  max-width: 620px;
  margin: 0 auto 25px;
  text-align: center;
}
.muslim-wills-matter p {
  max-width: 590px;
  margin: 0 auto 25px;
  text-align: center;
}
.wills-matter-position {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.wills-matter-bg img {
  width: 100%;
}
.wills-listing-wrap {
  /* max-width: 1100px; */
  margin: auto;
}
.left-wills {
  /* width: 515px; */
  display: flex;
}
.right-wills {
  /* width: 555px; */
  display: flex;
}
.wills-listing-wrap li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  line-height: 100%;
  font-size: 12px;
  padding: 0;
  max-width:347px;
  margin-bottom: 55px;
}
.left-wills li:nth-child(1) {
  margin-right: -42px;
}
.left-wills li:nth-child(2) {
  margin-right: 10px;
}
.left-wills li:nth-child(3) {
  margin-right: -24px;
}
.left-wills li img {
  order: 2;
  margin-top: -35px;
}
.wills-listing-wrap .will-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  font-family: "Playfair Display", serif;
}
.wills-listing-wrap .small-desc {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  display: block;
  padding-top: 5px;
}
.left-wills ul {
  /* margin-right: -40px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.left-curv {
  width: 100%;
    padding-right: 128px;
}
.right-curv {
  width: 100%;
  text-align: right;
  padding-left:124px;
}
.right-wills ul {
  /* margin-right: -40px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.right-wills li:nth-child(1) {
  margin-left: -42px;
}
.right-wills li:nth-child(2) {
  margin-left: 10px;
}
.right-wills li:nth-child(3) {
  margin-left: -24px;
}
.right-wills li img {
  margin-top: -35px;
}
.wills-listing-wrap .right-wills li {
  text-align: left;
  max-width:347px;
}
.protect-legacy-wrap .legacy-pattern {
  bottom: 34px;
  top: auto;
}
.inner-form-section{
  padding-top: 99px;
}

.single-service .inner-form-section{
  padding-top:70px
}
.watwedo-mobile{
  display: none;
}
.will-title-screen-top {
  display: none;
}
.approach-wrapper{
  max-width: 780px;
  margin: auto;
}
.service-wrap-detail {
  padding-bottom: 130px;
}
.approach-section h2 {
  max-width: 620px;
  margin: 0 auto 25px;
  text-align: center;
}
.approach-section p {
  max-width: 590px;
  margin: 0 auto 54px;
  text-align: center;
}
.approach-wrapper li {
  border-left: 3px solid #CF9418;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  line-height: 100%;
  font-size: 12px;
  padding: 0;
  max-width: 50%;
  position: relative;
}
.approach-wrapper li .will-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  font-family: "Playfair Display", serif;
}
.approach-wrapper li:nth-child(odd) {
  text-align: left;
  margin-left: 49.7%;
}
.approach-wrapper li:nth-child(odd)::before {
  content: '';
  width: 13px;
  height: 13px;
  border: 3px solid #CF9418;
  border-radius: 50%;
  /* display: block; */
  position: absolute;
  background: #fff;
  left: -8px;
}
.approach-wrapper li:nth-child(even)::before {
  content: '';
  width: 13px;
  height: 13px;
  border: 3px solid #CF9418;
  border-radius: 50%;
  /* display: block; */
  position: absolute;
  background: #fff;
  right: -8px;
}
.approach-wrapper li:nth-child(even) {
  text-align: right;
  border-right: 3px solid #CF9418;
  border-left: 0;
}
.approach-wrapper li:nth-child(even) img {
  order: 2;
}
.approach-wrapper li:first-child {
  padding-top: 15px;
}
.approach-wrapper li:last-child {
  padding-bottom: 35px;
}
.approach-wrapper li:last-child::after {
  content: '';
  width: 13px;
  height: 13px;
  border: 2px solid #CF9418;
  border-radius: 50%;
  position: absolute;
  background: #CF9418;
  right: -8px;
  bottom: 0;
}
.approach-section {
  margin-bottom: 57px;
  position: relative;
}
.approach-pattern-bottom {
  bottom: -190px;
  position: absolute;
  right: 0;
}
.approach-wrapper li .small-desc {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  display: block;
  padding-top: 5px;
  max-width:300px;
}
.gallery-main .container {
  position: relative;
}
.gallery-wrapper {
  padding-top: 100px;
}
.gallery-main-pattern {
  position: absolute;
  right: 0;
  top: 0;
}
.gallery-wrapper h2 {
  text-align: center;
  margin-bottom: 50px;
}
.wonderplugin-gridgallery-tags-topcenter {
  text-align: center;
  max-width: 440px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
  color: #000000 !important;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  padding: 0 12px 22px 25px !important;
  background: #fff !important;
  margin: 0;
  width: 20%;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:nth-child(1) {
  background: url(../images/media-icon1.svg) left top no-repeat !important;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:nth-child(2) {
  background: url(../images/media-icon2.svg) left top no-repeat !important;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:nth-child(3) {
  background: url(../images/media-icon3.svg) left top no-repeat !important;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:hover{
  border-bottom: 2px solid #CF9418 !important;
    font-weight: normal !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #1D5939 !important;
    font-family: "Open Sans", sans-serif !important;
}
 #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:focus{
  border-bottom: 2px solid #CF9418 !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #1D5939 !important;
    font-family: "Open Sans", sans-serif !important;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected{
  border-bottom: 2px solid #CF9418 !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #1D5939 !important;
    font-family: "Open Sans", sans-serif !important;
}
.help-details {
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip-wrap{
    width: 100%;
    background: transparent linear-gradient(269deg, #DAA520 0%, #1D5839 100%) 0% 0% no-repeat padding-box;
    color: fff;
    padding: 4px 0;
    box-sizing: border-box;
    position: absolute;
    top: 83px;
    z-index: 1;
}
.striplogo {
  display: block;
  max-height: 55px;
}
.strip-wrap::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: url(../images/strip-pattern-repeat.svg) repeat;
  mix-blend-mode: plus-lighter;
  opacity: 0.1;
}
.strip-box{
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  align-items: center;
}
.strip-box p a {
  color: #fff;
}
.strip-box p a:hover {
  color: #CF9418;
}
.strip-box p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 7px auto ;
    max-width: 500px;
    text-align: center;
    text-wrap: balance;
}
a.anchor-talk {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s ease;
  position: relative;
  margin-right: 34px;

}
a.anchor-talk::after {
  content: '';
  background: url(../images/talk-arrow-right.svg) no-repeat;
  width: 20px;
  height: 13px;
  top: 7px;
  right: -31px;
  position: absolute;
  transition: 0.5s ease;
}
a.anchor-talk img{
  padding-right: 7px;
  transition: 0.5s ease;
}
a.anchor-talk img.talk-arrow{
  padding-right: 0;
}
a.anchor-talk:hover::after{
  right: -42px;
  transition: 0.5s ease;
}

@media only screen and (min-width: 768px) {
  .strip-box {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
  }
  .strip-box p {
    flex: 1 1 0%;
    max-width: none;
    margin: 0px;
}
}
@media(min-width:1200px) and (max-width : 1480px) {
  .awrads-slider-wraper {
    margin-top: -94px;
  }
  .service-description h5 {
    font-size: 21px;
    line-height: 27px;
  }
}
@media(min-width:768px) {
  .footer-nav-section h5 a {
    pointer-events: none;
  }
  .footer-nav-section .collapse:not(.show) {
    display: block;
  }
}
@media(min-width:992px) {
  .main-nav > li > ul.sub-menu {
    min-width: 200px;
    padding: 30px;
}
  .main-nav > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}
.main-nav > li > ul.sub-menu {
  position: absolute;
  top: 40px;
  z-index: 1000;
  margin: 0px;
  padding: 0px 0 0 0;
  min-width: 238px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0px;
  background: #fff;
  box-shadow: 0px 3px 20px #0000001A;
  border-radius: 7px;
}
.main-nav > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}
.main-nav > li > ul.sub-menu {
  padding: 10px 10px;
}
.main-nav > li > ul.sub-menu > li {
  border: none;
  padding: 0px 0px;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.main-nav > li > ul.sub-menu a {
  padding:8px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  border-radius: 7px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #000000;
  letter-spacing: 1.03px;
}
.main-nav span.res-submenu {
  position: absolute;
  right: -16px;
  top: 3px;
}
.main-nav > li > ul.sub-menu li a:hover::after,.main-nav > li > ul.sub-menu li.current-menu-item a::after,.main-nav > li.current-menu-item > ul.sub-menu li a::after{
  content: inherit;
  }
.main-nav > li > ul.sub-menu li a:hover::after{
content: inherit;
}
.main-nav > li > ul.sub-menu li a:hover{
  color: #CF9418;
}
.main-nav > li > ul.sub-menu li.current-menu-item a{
  color: #CF9418;
}
.main-nav .menu-item-44 span.res-submenu {
  left: auto;
  right: 9px;
}
.main-nav .menu-item-42 span.res-submenu {
  right:4px;
}
}

@media(min-width:1100px) {
  .service-listing-wrap [class*=row] {
    margin-left: -54px;
    margin-right: -54px;
  }
  .service-listing-wrap [class*=col-] {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media(max-width:2560px) {
  .wills-listing-wrap {
    padding-top: 230px;
  }
}
@media(max-width:1600px) {
  .wills-listing-wrap {
    padding-top: 120px;
}
}
@media(max-width:1180px) {
  .main-nav li{
    padding: 0px 14px;
  }
  .main-nav .menu-item-44 span.res-submenu {
    right: -4px;
  }
  .awrads-slider-wraper{
    margin-top: -17px;
  }
}
@media(max-width:1100px) {
  .wills-listing-wrap{
    padding-top: 10px;
  }
  .banner.home-banner p {
    margin-bottom: 20px;
  }
  .banner.home-banner h1 {
    font-size: 43px;
    line-height: 46px;
  }
  .banner.home-banner h1 span {
    font-size: 43px;
    line-height: 46px;
  }
  .banner-overlay {
    padding-top: 155px;
  }
  .main-nav li {
    padding: 0px 10px;
  }
}


@media(max-width:1024px) {
  .strip-wrap{
    top: 69px;
  }
 
  .service-listing-wrap .col-md-6:nth-child(odd) {
    margin-top: -230px;
  }
  .main-nav li a:hover::after, .main-nav li.current-menu-item a::after {
    bottom: -27px;
  }
  .footer-social {
    display: inline-block !important;
  }
  .bottom-footer a {
    margin: 0px 6px;
  }
  .service-listing-wrap .col-md-6:first-child {
    margin-top: 9px !important;
}
}
@media(max-width:1024px) {
  .approach-wrapper li:nth-child(odd) {
    margin-left: 49.7%;
}
}
@media (max-width: 991.5px) {
  .strip-wrap {
    top: 84px;
}
  .muslim-wills-matter h2 {
    max-width: 344px;
  }
  .wills-matter-bg {
    margin-top: -158px;
    z-index: -1;
    position: relative;
}
  .will-title-screen-bottom {
    display: none;
}
.will-title-screen-top {
  display: block;
}
  .watwedo-dektop{
    display: none;
  }
  .watwedo-mobile{
    display: block;
    width: 100%;
  }
  .service-detail-title-box{
    margin-bottom: 100px;
  }
  .wills-listing-wrap .right-wills li {
    max-width: 100%;
}
.right-wills li:nth-child(1) {
  margin-left: 0;
}
.right-wills li:nth-child(2) {
  margin-left: 0;
}
.right-wills li:nth-child(3) {
  margin-left: 0;
}
.right-wills li img {
  margin-top: 0;
}
.wills-matter-position {
  position: inherit;
}
  .wills-listing-wrap li{
    text-align: left;
    max-width: 100%;
    margin-bottom:10px;
  }
  .left-wills li:nth-child(1) {
    margin-right: 0;
}
  .left-wills li:nth-child(2) {
    margin-right: 0;
}
.left-wills li:nth-child(3) {
  margin-right: 0;
}
  .left-wills li img {
    order: 0;
    margin-top: 0;
}
  .left-curv,.right-curv{
    display: none;
  }
  .left-wills ul{
    justify-content: flex-start;
  }
  .service-description {
    padding: 0 24px 0px 10px;
  }
  .power-number {
    margin-bottom: 19px;
  }
  .awrads-slider-wraper {
    margin-top: 0;
    padding-top: 100px;
  }
  .mob-menu-sec li a {
    color: #000000;
    line-height: 40px;
    font-weight: 600;
    font-size: 15px;
    padding: 0px 2px 0px 2px !important;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
  }
  .menu-main-wrap .mob-menu-sec .sub-menu {
    position: inherit;
    top: 0;
    width: auto;
    margin-bottom: 10px;
    display: none;
    opacity: inherit;
    padding: 0;
    transition: 0.5s ease;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children .res-submenu.active {
    transform: rotate(-135deg);
  }
  .menu-item-has-children .res-submenu {
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
    border-color: #CF9418;
  }
  .menu-main-wrap .mob-menu-sec li.menu-item-has-children.active .sub-menu {
    pointer-events: auto;
    display: block;
    transform: translateY(0);
    padding-left: 30px;
  }
  .top-btm-menu .row {
    align-items: center;
  }
  .mob-menu-sec {
    padding-top: 64px;
    margin-bottom: 60px;
    position: relative;
  }
  .menu-main-wrap .common-btn-green {
    display: block;
    text-align: center;
  }
  .mobile-logo-header {
    display: flex;
    justify-content: space-between;
  }
  .main-nav-wrap {
    display: none;
  }
  .buger-wrap {
    display: flex;
    justify-content: flex-end;
  }
  .hm-manu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 22px;
    height: 16px;
    cursor: pointer;
  }
  .hamburger div {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 2.4px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    width: 24px;
  }
  .home-header.fixed .hamburger div, .home-header.inner-header .hamburger div {
    background: #000;
  }
  .hamburger .meat {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: 17px;
  }
  .hamburger .bottom-bun {
    margin-right: 0px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    width: 20px;
  }
  .menu-main-wrap.show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .menu-main-wrap {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1001;
    background: #fff;
    padding: 37px 25px;
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 10001;
    -webkit-transition: 0.3s ease-in !important;
    transition: 0.3s ease-in !important;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .close-menu-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .testimonial-wrap .legacy-pattern {
    top: -165px;
    max-width: 353px;
  }
  .protect-legacy-wrap .legacy-pattern {
    max-width: 353px;
  }
  .service-listing-wrap .col-md-6:first-child {
    margin-top: -4px !important;
}
.search-modal .modal-body form#searchform{
  margin: 0 53px;
}
}

@media(max-width:812px) {
  .approach-wrapper li:nth-child(odd) {
    text-align: left;
    margin-left: 49.6%;
}
}
@media(max-width:812px) {
  .footer-nav-section {
    padding-bottom: 25px;
  }
}
@media(max-width:767.5px) {
  .strip-wrap {
    top: 85px;
    display: none;
}
  .approach-wrapper li{
    padding-bottom: 30px;
    max-width: 100%;
  }
  .service-wrap-detail {
    padding-bottom: 80px;
}
  .approach-wrapper li:last-child::after{
    left: -8px;
  }
  .approach-wrapper li:nth-child(even) img {
    order: 0;
}
  .approach-wrapper li:nth-child(odd) {
    margin-left: 0;
  }
  .approach-wrapper li:first-child {
    padding-top: 30px;
}
  .approach-wrapper li:nth-child(even) {
    text-align: left;
    border-right: 0;
    border-left: 3px solid #CF9418;
}
.approach-wrapper li:nth-child(even)::before{
  left: -8px;
  transform: translateY(-50%);
}

  .legacy-pattern-service-bottom {
    display: none;
  }
  .service-title-box p {
    margin-bottom: 70px;
  }
  .inner-common-banner .inner-banner-content {
    top: inherit;
    bottom: 50px;
    transform: inherit;
  }
  .service-listing-wrap {
    padding-top: 107px;
  }
  .service-title-box h4 {
    display: inline-flex;
  }
  .service-title-box h2 {
    margin: 0 auto 30px;
  }
  .service-title-box {
    text-align: center;
  }
  .service-listing-wrap .col-md-6:nth-child(odd) {
    margin-top: 0;
  }
  .search-modal .modal-body {
    max-width: 285px;
  }
  .testimonial-box {
    text-align: left;
  }
  .testimonial-box {
    padding-top: 60px;
  }
  .testimonial-wrap .legacy-pattern {
    bottom: inherit;
    top: 58px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .testimonial-center h4 {
    display: inline-flex;
  }
  .testimonial-wrap h2 {
    max-width: inherit;
  }
  .testimonial-center {
    text-align: center;
    position: inherit;
  }
  .testimonial-wrap {
    padding-top: 137px;
    position: relative;
  }
  .home-service-wrap h4 {
    display: inline-flex;
  }
  .home-service-wrap h2 {
    margin-bottom: 30px;
  }
  .home-service-wrap p {
    margin-bottom: 45px;
  }
  .service-description p {
    margin-bottom: 0px;
  }
  .home-service-wrap {
    text-align: center;
  }
  .protect-legacy-wrap h2 {
    max-width: 460px;
    margin: 0 auto 50px;
  }
  .protect-legacy-wrap {
    text-align: center;
    padding-bottom: 135px;
  }
  .footer-nav-section .collapse:not(.show) {
    display: none !important;
  }
  .footer-nav-section {
    border-bottom: 0;
  }
  .footer-social p {
    margin-bottom: 16px;
  }
  .footer-social {
    padding-top: 25px;
  }
  .footer-nav-section h5 a {
    margin-bottom: 0;
    display: block;
    background: url(../images/footer-up-arrow.svg) right no-repeat;
  }
  .footer-nav-section h5 a.collapsed {
    background: url(../images/footer-down-arrow.svg) right no-repeat;
  }
  .box-bg ul {
    padding-top: 25px;
  }
  .footer-nav-section h5 {
    margin-bottom: 0;
  }
  .box-bg {
    background: #FFFFFF21 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 10px;
  }
  .text-align-center {
    margin-bottom: 12px;
  }
  .bottom-footer .col-md-5 {
    order: 2;
    margin-bottom: 12px;
  }
  .text-align-right {
    text-align: center;
  }
  .bottom-footer {
    text-align: center;
  }
  .footer-form-left-sec h2 {
    margin-bottom: 20px;
  }
  .footer-form-left-sec {
    text-align: center;
    max-width: 300px;
    margin: auto;
  }
  .footer-form-left-sec p {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 50px;
  }
  .common-bottom-bg-section {
    background: url(../images/footer-common-bg-mobile.png) center bottom no-repeat;
    background-size: 100%;
  }
  .footer-wrapper {
    background: url(../images/footer-bottomobile-m-bg.png) center top no-repeat;
    background-size: cover;
    padding-top: 310px;
  }
  .home-cnt-btn {
    text-align: center;
  }
  .service-description {
    padding: 0 44px 10px;
  }
  .service-list:hover .service-description {
    padding-bottom: 55px;
  }
  .service-list:hover .service-description h5 {
    padding-bottom: 28px;
  }
  .service-list-wrap .row {
    margin-bottom: -29px;
  }
  .service-list-wrap [class*="col-"] {
    margin-bottom: 29px;
  }
  .protect-legacy-wrap .legacy-pattern {
    top: auto;
    bottom: -135px;
  }
}

@media(max-width:768px) {
  .strip-wrap {
    top: 84px;
}
.approach-wrapper li:nth-child(odd) {
  text-align: left;
  margin-left: 49.6%;
}
}
@media(max-width:680px) {
  .inner-banner .banner-overlay-ctn {
    padding-bottom: 50px;
  }
  .inner-banner .banner-overlay {
    align-items: flex-end;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#052a15+0,052814+46,052d19+46,052c14+46,0a3018+46,052f18+46,092e1c+46,052e17+47,09311b+47,09351a+47,09301a+47,0d331e+48,08321d+48,0c351d+48,08351d+48,0c3920+48,0c341c+48,0c371f+49,0b381e+49,0f3c22+49,0b3721+50,0f3a21+50,0e3920+50,0e3c23+50,0e381f+50,113d25+51,0d3c22+51,113c24+51,0d3b24+51,104026+52,0f3d25+52,124024+53,0f3f24+53,124227+53,0f3e27+53,124026+53,114228+54,113e25+54,134327+54,104028+55,134228+55,124127+56,144428+56,114128+56,14452a+57,134229+57,13432a+58,154529+58,124429+59,14442c+60,144429+60,15442c+61,154429+61,16452d+62,14442a+62,16462c+62,16462c+64,14442a+64,15462d+65,16462c+67,14442a+67,16452c+67,15442c+71,134329+72,15432b+73,134229+74,123f27+81,103f25+81,123e27+83,103e25+83,103d24+86,0e3b24+86,103d24+87,0e3a24+88,103c23+88,0e3a23+89,103c23+89,0e3a22+89,0e3a23+92,0c3921+92,0e3923+92,0c3921+93,0b351e+100&0.19+0,0.19+45,0.61+68,0.76+100 */
    background: linear-gradient(to bottom, rgba(5, 42, 21, 0.19) 0%, rgba(9, 46, 28, 0.19) 45%, rgba(9, 46, 28, 0.21) 46%, rgba(9, 48, 26, 0.23) 47%, rgba(12, 52, 28, 0.25) 48%, rgba(15, 60, 34, 0.27) 49%, rgba(14, 56, 31, 0.29) 50%, rgba(13, 59, 36, 0.31) 51%, rgba(15, 61, 37, 0.33) 52%, rgba(18, 64, 38, 0.35) 53%, rgba(19, 67, 39, 0.37) 54%, rgba(19, 66, 40, 0.39) 55%, rgba(17, 65, 40, 0.41) 56%, rgba(19, 66, 41, 0.43) 57%, rgba(21, 69, 41, 0.45) 58%, rgba(18, 68, 41, 0.47) 59%, rgba(20, 68, 41, 0.49) 60%, rgba(21, 68, 41, 0.51) 61%, rgba(22, 70, 44, 0.52) 62%, rgba(20, 68, 42, 0.55) 64%, rgba(21, 70, 45, 0.57) 65%, rgba(22, 69, 44, 0.6) 67%, rgba(22, 69, 44, 0.61) 68%, rgba(21, 68, 44, 0.62) 71%, rgba(19, 67, 41, 0.62) 72%, rgba(21, 67, 43, 0.63) 73%, rgba(19, 66, 41, 0.63) 74%, rgba(16, 63, 37, 0.67) 81%, rgba(16, 62, 37, 0.68) 83%, rgba(14, 59, 36, 0.69) 86%, rgba(16, 61, 36, 0.7) 87%, rgba(16, 60, 35, 0.7) 88%, rgba(14, 58, 34, 0.71) 89%, rgba(14, 57, 35, 0.72) 92%, rgba(12, 57, 33, 0.73) 93%, rgba(11, 53, 30, 0.76) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .banner-for-mobile {
    display: block;
  }
  .banner-for-desktop {
    display: none;
  }
  .service-box-listing {
    margin-bottom: 53px;
}
.founter-qoute-section .legacy-pattern {
  width: 340px;
  top: -23px;
}
.approach-wrapper li{
  width: 100%;
  max-width:100%;
  justify-content: flex-start;
  padding-left: 9px;
}
.approach-wrapper{
  padding-left: 9px;
}
.approach-wrapper li .will-title{
  padding-left: 5px;
}
.search-modal .modal-body form#searchform{
  margin: 0 0px;
}
.approach-wrapper li:nth-child(odd){
  margin-left:0;
}
.bottom-footer a{
  display: block;
}
}
@media(max-width:575px) {
  #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag{
    width: auto;
  }
  .testimonial-box {
    padding-top: 90px;
  }
  .quote-icon {
    top: 30px;
  }
  .awrads-slider-wraper {
    margin-top: -208px;
    padding-top: 0;
    padding-bottom: 25px;
  }
  .footer-nav-section ul {
    column-count: 1;
  }
  
  .mobile-offer-banner {
    display: block;
  }

}

/* @media (min-width :1024px) and (max-width :1025x) {
  .approach-wrapper ul:after {
    content: "";
    position: absolute;
    display: flex;
    width: 3px;
    height: 100%;
    max-height: 666px;
    background: #000;
    top: 196px;
    left: auto;
    right: 50%;
}
} */

/* Optimization */

.banner.home-banner img.banner-for-desktop{
			width: auto !important;
			height: auto !important;
			max-width: 100%;
			max-height: 100%;
		}