body {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  /* letter-spacing: 1.5px; */
  /* background-color: #f3f3f3; */
  padding: 0!important;
  margin: 0!important;
  font-family: "Poppins", sans-serif;
}
.container,
.container-fluid,
div,
img,
h1,
h2,
h3,
h4,
h5,
p {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  animation-delay: 2s;
}

.d-grid {
  display: grid;
}

.gap-10 {
  grid-gap: 10px;
}

.gap-20 {
  grid-gap: 20px;
}

.gap-30 {
  grid-gap: 30px;
}

.gap-40 {
  grid-gap: 40px;
}

.tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tb-equal {
  padding: 80px 0px;
}

.tb-equal-half {
  padding: 50px 0px;
}

.tb5-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-half {
  padding-top: 40px;
}

.bg-contain {
  background-size: contain !important;
}

.bg-cover {
  background-size: cover !important;
}

.pt-none {
  padding-top: 0px;
}

.pb-none {
  padding-bottom: 0px;
}

.overflow-hidden {
  overflow: hidden;
}

P {
  font-size: 15px;
  line-height: 22px;
}

ul li {
  font-size: 17px;
  line-height: 26px;
}

ul li:last-child {
  margin-bottom: 0px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 30px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.offset-half {
  margin-left: 4.333333%;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pr-8 {
  padding-right: 8.8%;
}

.z-index-9 {
  z-index: 9;
}

.p-none {
  padding: 0px;
}

.pt-0 {
  padding-top: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.height-full {
  height: 100%;
}

.space-10 {
  height: 10px;
}

.space-20 {
  height: 20px;
}

.space-30 {
  height: 30px;
}

.border-radius-5 {
  border-radius: 5px;
}

figure {
  margin: 0px;
}


/* ///login css///// */

.login-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  height: 100vh;
  padding: 0px 10vw;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.login-wrapper div.left:after{
  content:"";
  width: 25%;
  height: 100%;
  background: #EC663F url(../assets/images/1.jpg)no-repeat;
  background-size: cover;
  left: 0px;
  top: 0px;
  position: absolute;
}
.row-login {
  display: grid;
  grid-template-columns: 50% 1fr;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.box-form {
  overflow: hidden;
  display: grid;
  padding: 50px;
  position: relative;
}

/* .logo {
  margin: 20px 0px 0px 30px;
} */

.logo img {
  max-width: 100px;
}

.login-top div p {
  font-size: 13px;
}

.login-top figure {
  margin: 0px;
}

.img-responsive {
  max-width:95%;
}

.input-forms input.user {
  background: #d8f3dc url(../images/user.svg) no-repeat left 6px center, url(../path/to/font-awesome/fa-regular-400.svg#fa-circle-user) no-repeat right 6px center;
  background-size: 18px, auto;
}

.input-forms input.password {
  background: #d8f3dc url(../images/lock.svg) no-repeat left 6px center;
  background-size: 18px;
}

.input-forms input[type="text"],
.input-forms input[type="password"], 
.input-forms select{
  max-width: 100%;
  margin-bottom: 15px;
  height: 42px;
  border-radius: 0px;
  border: 1px solid #bbabab;
  /* padding: 0px 20px;
  padding-left: 20px; */
  font-size: 15px;
  font-weight: 500;
}

.input-forms input[type="submit"] {
  background: #1E2329;
  min-width: 170px;
  display: block;
  margin-top: 30px;
  height: 42px;
  width: 100%;
  border-radius: 2px;
  border: none;
  padding: 0px 20px;
  font-size: 17px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.input-forms input[type="submit"]:hover {
  background: #3B4046;
}

/* .remember-me {
  margin-top: 20px;
} */

.remember-me a {
  font-size: 14px;
  color: #EC663F;
  font-weight: 600;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.remember-me p {
  color: #999;
}

.password a {
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: right;
  /* display: block; */
}

.grid-text {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto;
}

.grid-text p {
  margin: 0px;
}

/* login css end  */

.dashboard-outer {
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
}


/* Button */

form {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
}

.view-more {
  background: #000000;
  border: none;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  color: #fdf7f7;
  padding: 0px 25px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
  /* Add margin-top */
}
.image-back {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-height: 300px;
  padding: 20px !important;
  margin-bottom: 110px;
}

.modal{
  padding-top: 100px;
}


.view-more:hover {
  background: #070707;
  color: #fff;
  text-decoration: none;
}

/*** #2.# HEADER ***/

.nav-header {
  left: auto;
  width: 17rem;
  height: 3.5rem;
  display: inline-block;
  position: fixed;
  top: 0;
  background-color: #EC663F;
  transition: all 0.2s ease;
  z-index: 5;
};

.nav-header .brand-logo {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  color: #1E2329;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
}

.nav-header a.brand-logo {
  padding-left: 50px;
  padding-right: 25px;
}

.nav-header .logo-abbr {
  max-width: 150px;
}

.nav-header .logo-compact {
  display: none;
}

.nav-header .brand-title {
  margin-left: 10px;
  max-width: 120px;
  margin-top: 0px;
}

.nav-control {
  cursor: pointer;
  position: absolute;
  right: -2.0625rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  font-size: 1.4rem;
  padding: 2px 0.5rem 0;
  border-radius: 2px;
}

/* header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 3.5rem;
  padding: 0rem;
  z-index: 4;
  background: #EC663F;
  padding-left: 17rem;
  transition: all .2s ease;
} */

.hamburger {
  display: inline-block;
  left: 0px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 26px;
  z-index: 999;
}

.hamburger .line {
  background: #1E2329;
  display: block;
  height: 3px;
  border-radius: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(1) {
  width: 20px;
}

.hamburger .line:nth-child(2) {
  width: 26px;
}

.hamburger .line:nth-child(3) {
  width: 22px;
}

/* .header-outer {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
} */
.header-outer {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.notification_dropdown {
  position: relative;
}

.header-outer li {
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}

.header-outer li:last-child {
  margin-right: 0px;
}

/* .header-outer li a {
  position: relative;
  color: #007a64;
  background: transparent;
  border-radius: 0;
  padding: 0px 30px 0px 0px;
  display: block;
} */

.header-outer li a {
  position: relative;
  color: #fcfcfc;
  background: transparent;
  border-radius: 0;
  padding: 0px 30px 0px 0px;
  display: block;
}

.header-outer li a i.fa-solid {
  border: 2px solid #ffffff;
  /* Border color */
  border-radius: 50%;
  /* Makes it a circle */
  padding: 8px;
  /* Adjust padding as needed */
}

.header-profile a {
  border: none !important;
}

.header-outer li.active .dropdown-menu {
  display: block;
  right: 0;
  left: inherit;
  border: none;
  background: #fff;
  border-radius: 0;
  padding: 25px;
  height: auto;
  min-width: 15rem;
  margin-top: 15px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.notification_dropdown .setting,
.header-profile {
  /* border: 1px solid #007a64; */
  width: 45px;
  margin-top: 6px;
  height: 45px;
  line-height: 43px;
  text-align: center;
}

.header-outer li ul a {
  line-height: 32px;
  background: none;
  color: #222;
  padding-left: 8px;
  font-weight: 500;
}

aside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 16rem;
  padding-bottom: 0;
  height: 100%;
  position: fixed;
  top: 0;
  padding-top: 60px;
  z-index: 3;
  scrollbar-width: thin;
  overflow-y: auto;
  background-color: #1E2329;
  transition: all 0.2s ease;
}

.side-bar .menu {
  width: 100%;
  margin-top: 30px;
  padding: 0px 15px;
}

.side-bar .menu .item {
  position: relative;
  cursor: pointer;
}

.side-bar .menu .item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.side-bar .menu .item a:hover {
  /* background: #3B4046; */
  color: #EC663F;
  border-radius: 5px;
  transition: 0.3s ease;
}


.side-bar .menu .item i {
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.side-bar .menu .item a .dropdown {
  position: absolute;
  right: 0;
  transition: 0.3s ease;
  font-size: 14px;
}

.side-bar.open .menu .item a .dropdown {
  background: #9ee7c7;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #c48c13;
  border-radius: 50px;
  text-align: center;
  right: -24px;
  z-index: 10;
}

.side-bar .menu .item .sub-menu {
  background: #368360;
  display: none;
}

.side-bar .menu .item .sub-menu a {
  font-weight: 400;
  font-size: 16px;
  padding: 15px 15px;
  padding-left: 45px;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.side-bar.open .menu .item .sub-menu a {
  padding-left: 25px;
}

.rotate {
  transform: rotate(90deg);
}

.copyright {
  border-top: 1px solid #dddddd1a;
  padding: 20px 30px 10px;
  padding-top: 15px;
  color: #fff;
  margin-top: auto;
}

.copyright p {
  font-size: 12px;
}

.copyright p:last-child {
  margin-bottom: 0px;
}

.content-body {
  padding-top: 4.5rem;
  margin-left: 17rem;
  scrollbar-width: thin;
}

.content-body .container-fluid {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}

.column-two {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 15px;
}

.column-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.column-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.bx-ads {
  padding: 25px 25px 10px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 15px;
}

.bx-ads h3 {
  color: #fff;
  font-weight: 500;
  font-size: 21px;
}

.bx-ads strong {
  font-size: 35px;
  color: #fff;
  font-weight: 300;
}

.table-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  border-radius: 10px;
}
.table-responsive {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  border-radius: 10px;
}
.table-box table {
  margin: 0px;
}

.table-box table td {
  font-size: 10px;
  color: #666;
}

.side-bar {
  overflow: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.side-bar.open,
.logo-resize {
  width: 8rem;
  overflow: visible;
}

.side-bar.open .menu a span {
  display: none;
}

.side-bar.open .menu a i {
  margin-right: 0px;
  font-size: 24px;
}

.side-bar.open .menu .item a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-resize img {
  max-width: 70px !important;
}

.content-resize {
  margin-left: 7.4rem;
}

aside.open .copyright {
  padding: 20px 15px 10px;
}

.side-bar.open .menu .sub-menu {
  position: absolute;
  z-index: 9;
  top: 0;
  width: 200px;
  transform: translateX(113px);
  padding: 15px 0px;
}

.btn_border {
  color: #525252;
  padding: 0px 120px 0px 22px;
  height: 50px;
  line-height: 50px;
  border-radius: 7px;
  font-size: 15px;
  border: 1px solid #121312;
  background: #ffffff6e url(../images/srchi.svg) no-repeat right 15px center;
  outline: none;
}
.btn_border_top {
  color: #525252;
  padding: 0px 120px 0px 22px;
  height: 50px;
  line-height: 50px;
  border-radius: 7px;
  font-size: 15px;
  border: 1px solid #121312;
  outline: none;
}
.btn_border:focus {
  background: none;
  text-decoration: none;
}

.search_here {
  background: none;
}

.search_here:focus {
  box-shadow: 0px 0px 1px 2px #030303 !important;
  border: none;
}

.btn_blue {
  color: #fff;
  background: #1E2329;
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  border-radius: 7px;
  font-size: 15px;
  border: 1px solid #030303;;
  cursor: pointer;
}

.btn_blue:hover {
  background: #3B4046;;
  color: #fff;
  text-decoration: none;
}

.add-btn {
  margin-left: auto;
}

.admin_table tr td i {
  margin-right: 5px;
  /* display: revert; */
}

.admin_table tr td i:hover {
  opacity: 0.8;
}

.admin_table tr td a:hover {
  text-decoration: none !important;
}

.admin_table tr th {
  background: #EC663F;
  color: #ffffff;
  font-weight: 300;
  top: 0;
  font-size: 16px;
  white-space: nowrap;
  border: none;
  font-weight: 550;
  user-select: none;
}

.admin_table tr td {
  background: #EFEFEF;
  color: #222;
  padding: 15px;
  font-size: 15px;

  border: none;
  vertical-align: middle;
  max-width: 300px !important;
  min-width: 140px;
  font-weight: 500;
}

.admin_table tr td img {
  max-width: 100%;
  height: 70px;
  /* display: block; */
  margin: 0 auto;
  /* Optional: Centers the image horizontally */
}

.collection-table.admin_table {
  max-height: 400px;
}

.admin_table tr:nth-child(even) td {
  background: #fff;
}

.admin_table tr td.profile img {
  margin-right: 5px;
  border-radius: 5px;
  width: 40px;
  height: 45px;
}

.backimage-butn {
  float: left;
  width: 32px;
  font-size: 25px;
  margin-right: 8px;
  cursor: pointer;
}

.backimage-butn:hover {
  opacity: 0.8;
}

.no-data img {
  max-width: 350px;
  margin: 20px;
  height: 325px;
  width: 300px;
}

.ngx-pagination {
  text-align: right !important;
}

ul.ngx-pagination.ng-star-inserted {
  margin-top: 25px;
}

.ngx-pagination .current {
  background: #0f0f0f !important;
  color: #fefefe;
}

.vendor-form h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}

.vendor-form {
margin-top: 50px;
  padding-bottom: 0px;
}



.vendor-form input[type=text],
.vendor-form input[type=tel],
.vendor-form input[type=email],
.vendor-form select,
.vendor-form textarea,
.vendor-form input[type=password] {
  width: 100%;
  height: 45px;
  border-radius: 0px;
  border: 2px solid #dbdbdb;
  padding: 0px 15px;
  outline: none;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}


.vendor-form select:focus,
.vendor-form textarea:focus,
div input:focus,
div select:focus,
textarea:focus,
button.dial-code:focus,
input.form-control:focus,
.browse-butn:focus {
  box-shadow: 0px 0px 1px 2px #1E2329!important;
}

.vendor-form textarea {
  width: 100%;
  min-height: 100px;
  border-radius: 0px;
  border: 2px solid #dbdbdb;
  padding: 10px 15px;
  margin-bottom: 15px;
  outline: none;
}

.vendor-form button[type=submit] {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
  cursor: pointer;
  margin-right: 20px;
}

.imagePreview img {
  width: 100%;
}

.imagePreview img.ng-star-inserted {
  width: 100%;
}

.imgUp-1 {
  margin-bottom: 15px;
  max-width: 45%;
  border-radius: 7px;
  overflow: hidden;
}

.img-profile .profile-text i {
  right: 0;
  left: 0;

}

.modal-body .imagePreview {
  width: 100%;
  height: 250px;
  margin-bottom: 0px !important;
  box-shadow: none;
}

.modal-body .imagePreview img {
  height: 100%;
}

input.uploadFile.img {
  width: 268px;
}

#bannerimage {
  visibility: hidden;
}

.upload_file [type=file] {
  overflow: hidden;
  width: 207px;
  opacity: 0;
  height: 57px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.upload_file [type=file]+label {
  background: #878787;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  outline: none;
  padding: 15px 70px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 18px;
}

.upload_file [type=file]+label:hover {
  background-color: #525252;
}

.new-imagesupload img {
  min-width: 250px;
}

.new-imagesupload {
  display: flex;
  flex-wrap: wrap;
}

.vendor-form button[type=submit] {
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
  cursor: pointer;
  margin-right: 20px;
}

.border-btn {
  color: #000;
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  border-radius: 7px;
  font-size: 15px;
  border: 1px solid #02160d;
}

.border-btn:hover {
  background: #ffffff;
  color: #000;
  text-decoration: none;
}

.input-group-append.login-eye-icon {
  position: absolute;
  bottom: 24px;
  right: 15px;
}

#myModalQR .modal-content {
  width: 80% !important;
  margin: 0 auto;
}

.modal .modal-dialog {
  transform: none;
  box-shadow: none !important;
}

/* .bg-cover {
  width: 100%;
  height: 471px;
  background-image: url('/assets/images/Maxemus Logo 3 Black.jpg');
  background-repeat: no-repeat;
  background-position: center;

} */

/*.input-forms label {
  display: block;
  font-size: 16px;
  font-family: inter;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1B4332;
}*/
.input-form input {
  background: #f1f1f1;
  max-width: 100%;
  margin-bottom: 15px;
  height: 42px;
  border-radius: 0px;
  padding: 0px 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}
/* 
.input-form input[type=submit] {
  background: #3b8363;
  min-width: 170px;
  display: block;
  margin-top: 30px;
  height: 42px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid;
  padding: 0px 20px;
  font-size: 17px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
} */

.input-form input[type=submit]:hover {
  background: #EC663F;
}

.signup input.form-control::placeholder {
  color: #ccc;
}

.signup label {
  display: block;
}

.signup .input-forms select {
  width: 100%;
}

label {
  font-weight: 600;
}

.input-forms textarea {
  height: 100px;
}

.input-forms h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 23px !important;
}

.input-forms input,
textarea {
  background-color: #f7f7f7 ;
  max-width: 100%;
  margin-bottom: 15px;
  height: 42px;
  border-radius: 0px;
  border: 1px solid #bbabab;
  /* padding: 0px 20px;
  padding-left: 20px; */
  font-size: 15px;
  font-weight: 500;
}

.inner-heading{
  font-size: 32px;
    margin-top: 5px;
}
.input-forms select {
  background-color: #f7f7f7 !important;
  max-width: 100%;
  margin-bottom: 15px;
  height: 42px;
  border-radius: 0px;
  background: #F0F0F0 url(../images/downward-arrow.png) no-repeat center right 10px;
  border: 1px solid #bbabab;
  font-size: 15px;
  font-weight: 500;
}
.side-bar .menu .item a.active {
  background: #3B4046 !important;
  color:#EC663F;
  border-radius: 5px;
}

label.upload.button.btn.btn-primary {
  width: 220px;
  margin-top: 0;
  background: #565656;
  border: none;
  background-repeat: no-repeat;
  text-align: center;
}

.imagePreview {
  width: 73%;
  height: 250px;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0px -3px 6px 2px rgb(0 0 0 / 20%);
  overflow: hidden;
  margin-bottom: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.imgUp.m-auto {
  width: 50%;
  text-align: center;
}
/* ///toaster// */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 0.6rem;
  padding: 0.6rem 0.6rem 0.6rem 50px;
  width: 300px;
  border-radius: 0.25rem;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
    0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
    0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  color: #fff;
  opacity: 0.9;
}
#toast-container > div:hover {
  opacity: 1;
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
  box-shadow: 0 0.66875rem 2.3875rem rgba(22, 170, 255, 0.03),
    0 1.1375rem 1.60625rem rgba(22, 170, 255, 0.03),
    0 0.45rem 0.73125rem rgba(22, 170, 255, 0.05),
    0 0.325rem 0.3875rem rgba(22, 170, 255, 0.03);
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
  box-shadow: 0 0.66875rem 2.3875rem rgba(217, 37, 80, 0.03),
    0 1.1375rem 1.60625rem rgba(217, 37, 80, 0.03),
    0 0.45rem 0.73125rem rgba(217, 37, 80, 0.05),
    0 0.325rem 0.3875rem rgba(217, 37, 80, 0.03);
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
  box-shadow: 0 0.66875rem 2.3875rem rgba(58, 196, 125, 0.03),
    0 1.1375rem 1.60625rem rgba(58, 196, 125, 0.03),
    0 0.45rem 0.73125rem rgba(58, 196, 125, 0.05),
    0 0.325rem 0.3875rem rgba(58, 196, 125, 0.03);
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
  box-shadow: 0 0.66875rem 2.3875rem rgba(247, 185, 36, 0.03),
    0 1.1375rem 1.60625rem rgba(247, 185, 36, 0.03),
    0 0.45rem 0.73125rem rgba(247, 185, 36, 0.05),
    0 0.325rem 0.3875rem rgba(247, 185, 36, 0.03);
  color: #212529;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #343a40;
}
.toast-success {
  background-color: #3ac47d;
}
.toast-error {
  background-color: #d92550;
}
.toast-info {
  background-color: #16aaff;
}
.toast-warning {
  background-color: #f7b924;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.slt-cate select {
  background: #F0F0F0 url(../images/downward-arrow.png) no-repeat center right 10px;
}
.slt-cate text{
  background: #F0F0F0 url(../images/downward-arrow.png) no-repeat center right 10px;
}
label i.fa.fa-asterisk {
  position: relative;
  top: -5px;
  font-size: 9px;
  color: #f00;
}
.warning-mess-sec img {
  width: 75px;
  margin: 10px 0px 17px 10px;
}

close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  background-color: none;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
} */
.modal-footer {
  justify-content: center !important;
  background-color: transparent;
  border: none !important;
}

.icon-delivery-i:before {
  content: "\e900";
}
.icon-clean:before {
  content: "\e901";
}

.container, .container-fluid, div, img, h1, h2, h3, h4, h5, p{
-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
animation-delay: 2s;
  
}

.img-responsive{max-width:100%;}
.radius-10{border-radius: 10px;}
.radius-20{border-radius: 20px;}
.radius-50{border-radius: 50%;}

.offset-half{margin-left: 4.333333%;}

.tb-100{
padding-top:100px;
padding-bottom:100px;
}
.tb-equal{
padding:80px 0px;
}
.tb-equal-half{
padding:50px 0px;
}
.pt-half{padding-top:40px;}

.bg-contain{background-size:contain !important;}
.bg-cover{background-size:cover !important;}
.pt-none{padding-top:0px;}
.pb-none{padding-bottom:0px;}
.overflow-hidden{overflow:hidden;}
P{
  font-size: 16px;
  line-height: 24px;
  color: #1E2329;
}

h1{font-size:45px;}
h2{font-size:35px;}
h3{font-size:24px;}
h4{font-size:18px;}
h5 {
  font-size: 16px;
  line-height: 24px;
}
h6{font-size:14px;}

h1, h2, h3, h4, h5, h6{
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.m-auto{margin:auto;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-80{margin-top:80px;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-80{margin-bottom:80px;}
.pr-8{padding-right:8.8%;}
.z-index-9{z-index:9;}

.p-none{padding: 0px;}
.pl-30{padding-left:30px;}
.pr-30{padding-right:30px;}
.pr-50{padding-right:50px;}

.height-full{height:100%;}

.space-10{height:10px;}
.space-20{height:20px;}
.space-30{height:30px;}

.border-radius-5{border-radius:5px;}

/* Button */


.view-more:hover {
  background: #242525;
  color: #fff;
  text-decoration: none;
}

.btn-white {
  background: #fff;
  color: #000000;
  border: none;
  padding: 0px 20px;
  line-height: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.75px;
}
.btn-white:hover {
  background: #59A52C;
  color: #fff !important;
  text-decoration: none;
}

/* Button End */

.h4-green h4{color: #59A52C;}
.h4-blue h4{color: #137DC5;}

/** Header 1 **/

/* .logo {
  padding: 0px;
}
.logo img{max-width: 200px;} */

/*** #2.# HEADER ***/

/* .h5-blue h5{color: #137DC5;}

header{padding:0px 40px;} */

/* .main-header {
  width: 100%;
  z-index: 9;
  position: relative;
  padding: 25px 0px;
  background: #EC663F;
} */
/* .dark-header nav li a{color:#fff;}
.dark-header .cart-field a{color:#fff;}
header .col-md-5 {
  top: 10px;
}

nav {
  background: #fff;
  border-radius: 7px;
  border: 2px solid #fff;
}
.menu-nav {
  margin: 0;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;    
}
.menu-nav li {
  margin-bottom: 0;
}

.menu-nav li:first-child {
  margin-left: 0;
}
/* .menu-nav li::first-child{
  color: #59A52C;
} */
/* .menu-nav li a {
  color: #222;
  padding: 0px 15px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 44px;
  /* font-family: "DM Serif Display", serif; */

.menu-nav li a:hover, .menu-nav > li:hover > a, .menu-nav > li.current-menu-item > a {
  /* background: #222; */
  color: #EC663F !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 7px;
  
}

.menu-nav ul {
  display: none;
  padding: 30px 15px;
  border-radius: 8px;
  text-align: left;
  position: absolute;
  width: 200px;
  background: #fff;
  z-index: 5;
  left: 0;
}
.menu-nav ul li {
  display: block;
  background: none;
  margin: 0;
}

.menu-nav li.active a:after {
  height: 19px;
  content: "";
  background: url(../images/active-smile.svg)no-repeat bottom center;
  width: 37px;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 30px;
}

.menu-nav ul li > a {
  display: block;
  padding: 4px 15px;
  color: #0e1219;
  font-size: 14px;
  line-height:normal;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /* -webkit-backface-visibility: hidden; */
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li > a:focus{
  outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
  text-decoration: none;
  color: #0122e3;
}

.menu-nav li:hover > ul {
  display: block;
}
.menu-nav li ul ul {
  left: 100%;
  top: -28px;
  margin: 0;
}
.menu-nav .edge > ul{
  left: auto;
  right: 0;
}
.menu-nav li ul .edge ul {
  left: auto;
  top: -28px;
  margin: 0;
  right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
  display: none;
}

.mega-menu .sub-menu li{
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.mega-menu .sub-menu li a img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  height: 120px;
}
.mega-menu .sub-menu li a{
  padding: 0px 15px;
  text-transform:capitalize;
}
 */

/*** end menu large screens ***/

/*** menu mobile ***/
/* .nav-button-holder {
  display: none;
}

.nav-button {
  background: none;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-button:focus{outline:none;}
.nav-button i{color: #fff; font-size: 24px;}

.icon-bar,
.icon-bar1,
.icon-bar2 {
  display: block;
  height: 2px;
  width: 25px;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-bar1,
.icon-bar2 {
  width: 18px;
  background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
  background: #ffffff;
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.icon-bar:after {
  bottom: -12px;
  top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
  left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-mobile {
  padding: 0px 25px;
  margin-bottom: 40px;
}
.menu-mobile li {
  padding-top: 15px;
  list-style: none;   
  margin-bottom: 0;
}
.menu-mobile li a {
  color: #fff;
  display: block;
  line-height: 24px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 1px;
}
.menu-mobile li a:hover,
.menu-mobile li a:focus {
  background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
  color: #EC663F;
}

.menu-mobile>li.menu-item-has-children>a:after {
  content: "";
  background: #fff url(../images/golDarroW.png)no-repeat;
  background-size: cover !important;
  width: 31px;
  height: 31px;
  margin-top: -3px;
  display: inline-block;
  position: absolute;
  right: 0;
  overflow: hidden;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
  content: "";
}
.menu-mobile li.menu-open a:after{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.menu-mobile ul {
  margin-left: 0;
  padding:0px;
}

.menu-mobile>li>ul {
  display: none;
}

.menu-mobile>li.menu-open>ul {
  display: block;
  margin-top: 8px;
}

.menu-mobile ul li {
  font-size: 12px;
  padding-top: 0px;
  text-transform: none;
  padding-left: 10px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
}

.menu-contact {
  margin-top: 15px;
  padding-left: 5px;
  font-size: 14px;
  color: #fff;
}

.menu-contact ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding:0px;
}

.menu-contact ul:first-child li i {
  font-size: 16px;
  margin-right: 10px;
}

.mobile-phone {
  margin-top: 8px;
}

.menu-contact .social-media {
  margin-top: 24px;
  padding-bottom: 48px;
}
.menu-contact .social-media li a{
  color: #fff;
}

.head-tel {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.head-tel:hover i{color: #59A52C;}

header .social-media li a:hover{color:#a4fdcf;}

.btn-blue {
  background: #137DC5;
  color: #fff;
  font-family: "DM Serif Display", serif;
  padding: 0px 30px;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.btn-blue:hover {
  color: #fff;
  background: #59A52C;
  text-decoration: none;
  outline: 1px solid #59A52C;
}

.btn-dark {
  background: #212529;
  color: #fff;
  font-family: "DM Serif Display", serif;
  padding: 0px 30px;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.75px;
  cursor: pointer;
}
.btn-dark:hover {
  color: #fff;
  background: #3B4046;
  text-decoration: none;
} */

/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
  overflow: hidden;
}

.menu-mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.menu-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.mobile-menu-holder {
  position: fixed;
  z-index: 0;
  right: 0;
  overflow-x: hidden;
  text-align: right;
  width: 320px;
  height: 100%;
  background: #141414;
  opacity: 0;
  padding: 0px 0px 50px;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  /* -webkit-backface-visibility: hidden; */
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.mobile-menu-holder.is-active {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  text-align:center;
}
/* .mobile-menu-holder .modal-menu-container{border-top:1px solid #E1D0C1;} */

body.has-active-menu .mobile-menu-holder.is-active{
  z-index: 99;
}

.modal-menu-container {
  position: relative;
}
.exit-mobile {
  cursor: pointer;
  padding: 0px;
  display: inline-block;
  margin-top: 0px;
}

p:last-child{margin:0px;}
.pt-none{padding-top:0px;}

.internal-banner{
  overflow: hidden;
  padding: 100px 0px;
}
.internal-banner img {
  object-fit: cover;
  height: 540px;
  width: 100%;
  object-position: bottom;
}
.internal-banner .container{
  position: relative;
  z-index: 8;
}
.internal-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6979166666666667) 98%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6979166666666667) 98%);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6979166666666667) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  z-index: 1;
  top: 0;
}
.internal-banner h1 {
  color: #fff;
  font-size: 50px;
}

.tel_us {
  background: #1A8CBA;
  color: #fff;
  padding: 0px 20px;
  line-height: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
}
.tel_us:hover{
  color: #fff;
  background: #62A663;
  text-decoration: none;
}

.list-style{
padding:0px;
list-style:none;
}
.list-style li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 24px;
  margin-bottom: 12px;
}
.list-style li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 12px;
  width: 15px;
  text-align: center;
  display: block;
  color: #1A8CBA;
  margin-right: 15px;
}

.left_white_after:after{
content:"";
width:100%;
height:100%;
position:absolute;
left:-100%;
top:0px;
background:#fff;
}

.fix-right_stachu{
right:0px;
bottom:0px;
}
.scale_tint:after {
  content: "";
  position: absolute;
  top: 50%;
-webkit-transform: translateY(-50%) skew(190deg);
-moz-transform: translateY(-50%) skew(190deg);
-o-transform: translateY(-50%) skew(190deg);
-ms-transform: translateY(-50%) skew(190deg);
transform: translateY(-50%) skew(190deg);
  left: -60px;
  width: 120px;
  height: 144%;
  background: #fff;
}

.info_lawyers p{
padding-right:40%;
}
.info_lawyers h3{
font-weight:400;
line-height:35px;
}
.info_lawyers h3 a{
color:#212529;
}

.ulink h3 {
  color: #1E2329;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.ulink ul{
  list-style: none;
  padding: 0px;
}
.ulink ul li a {
  color: #222;
  line-height: 35px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}
.ulink ul li a:hover{
  color: #EC663F;
}

.info_adderss p {
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 28px;
}
.info_adderss ul{
list-style:none;
padding:0px;
}
.info_adderss ul li{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.info_adderss ul li span{
padding-right:10px;
}

.social_info {
  list-style: none;
  padding: 0px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  margin: 0;
}
.social_info li a {
  width: 52px;
  display: block;
}

.circle {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  right: -65px;
  bottom: 0;
-webkit-transform: translateY(90px);
-moz-transform: translateY(90px);
-ms-transform: translateY(90px);
-o-transform: translateY(90px);
transform: translateY(90px);
}
.logo-in {
position: absolute;
/* width: 105px;
height: 105px;
border-radius: 50%; */
/* border: 1px solid #ddd; */
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.text-circle{
position:absolute;
/* width:100%;
height:100%; */
animation: rotateText 10s linear infinite;
}
.text-circle img{width: 160px;}

@keyframes rotateText {
0% {
  transform: rotate(360deg);
}
100% {
  transform: rotate(0deg);
}
}

.h3-after_num h3{
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  z-index: 1;
}
.h3-after_num h3 span {
  position: absolute;
  font-size: 80px;
  color: #6c953c;
  left: -10px;
  top: -8px;
  height: 42px;
  line-height: 16px;
  z-index: -1;
}
.h3-after_num p{color: #fff;}

.after_purple:after{
  content:"";
  background: #9a1e59;
  width: 85%;
  height: 92%;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.h3-after_num ul{
  color: #fff;
  padding-left: 17px;
}
.pr_80{padding-right: 80px;}

.author_box{    
  padding: 40px;
  color: #fff;
}

.col-we_are h2{
  color: #62A663;
  text-transform: uppercase;
}
.col-we_are p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.col-we_are p a{color: #62A663;}

.services:hover{
  text-decoration: none;
}
.services span {
  background: #ECECEC;
  display: block;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 10px;
  min-height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services span img{
  width: 112px;
}
.services p{
  color: #000;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  line-height: normal;
font-weight:500;
}
.services:hover p{
  text-decoration: none;
  color: #1A8CBA;  
}

.col-we_are .row div[class^="col-"]{margin-bottom: 15px;}
.services:hover span{
  background: #1A8CBA url(../img/arrow-right.png)no-repeat center;
  background-size: 88px;
}
.services:hover span img{opacity: 0;}

.change_e {
  color: #000;
  padding: 0px 40px;
  font-size: 16px;
  letter-spacing: 0;
}
.change_e:hover{
  background: #1A8CBA;
  color: #fff;
}
.white_h2 h2{color: #fff;}

.info_adderss {
  display: grid;
  gap: 15px;
}
.info_adderss span {
 
  margin-right: 10px;
  font-size: 18px;
}
.info_adderss p, .info_adderss a {
  color: #222;
  font-weight: 500;
  font-size: 18px;
}

.cta {
  background: url(../img/save-hand.png)no-repeat 0px 30px;
  background-size: 200px;
}

.prodtlist h3 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 20px 0px;
  z-index: 1;
}
.prodtlist h3:after{
  content:"";
  width:40%;
  height:100%;
  background:#1A8CBA22;
  position:absolute;
  z-index:-1;
  left:-15px;
  top:0px;
}

.prodtlist ul{
  list-style:none;
  padding:0px;
  margin-top:40px;
}
.prodtlist ul li a {
  line-height: 50px;
  color: #282828;
  font-weight: 500;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.prodtlist ul li a:hover{
  color:#1A8CBA;
}
.prodtlist ul li:last-child a{border:none;}

.contentAfter{
  padding-left:70px;
  position:relative;
}
.contentAfter p:first-child strong{font-weight:600; color:#333;}
.contentAfter:after{
  content:"";
  width:40px;
  height:40px;
  position:absolute;
  top:0px;
  left:0px;
  background:#1A8CBA;
}

.internaL-banner {
  position:relative;
}
/*.iNpage-banner:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #00000033;
}*/

.internaL-banner .container{
  position:absolute;
  top:50%;
  left:0px;
  right:0px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iNpage-banner h1 {
  color: #fff;
  font-weight: 600;
}
.iNpage-banner .breadcrumb {
  padding: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  margin: 0;
}
.breadcrumb-item+.breadcrumb-item::before{color: #ffffff;}
.iNpage-banner .breadcrumb li {
  color: #2998c5;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.iNpage-banner .breadcrumb li a{
  color: #fff;
}

.icOnI{
  background:#ededed;
  width:80px;
  height:80px;
  border-radius:10px;
  margin:auto;
  margin-bottom:25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icOnI img{width:40px;}
.icOnProcess h4{margin-bottom: 15px;}

.abt-box h5 {
  font-weight: 600;
  letter-spacing: 3px;
  color: #1A8CBA;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.abt-box p{
  color:#666;
}

.charityP h2 {
  color: #fff;
}

.h2_fixcenter h3 {
  position: absolute;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.h2_fixcenter h3 span{
  color: #1A8CBA;
}

.pp_styling ul{
  margin-bottom: 30px;
}


/* Blog css */

.blog-iteM{
  margin-bottom:30px;
  display: grid;
  grid-template-columns: auto auto;
  gap:40px;
}

/* .bloGT{
  
} */
.bloGT h4{
  font-weight:600;
}

.go-now a {
  height: 40px;
  background: #132d50;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 0px 20px;
  text-decoration:none;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloGT:hover .go-now a{
  background:#444;
  /*-webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);*/
}
.go-now a:after {
  font-family: 'FontAwesome';
  content: "\f063";
  font-size: 11px;
  margin-left: 4px;
}
.text-btn {
  font-weight: 600;
  letter-spacing: 3px;
  color: #84223b;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.list-categories{padding:0px;}
.list-categories li {
  position: relative;
  padding: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
}
.list-categories li a{
  color:#444; 
}
.bSidebar ul li:before {
  opacity: 0.5;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(resources.svg#desaturate);
  filter: grayscale(100%);
}
.list-categories li:before {
  content: "";
  background: url(../images/arRowi.svg)no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.list-categories li a{
  font-weight:500;
  text-decoration:none;
}
.list-categories li:last-child{margin:0px; padding:0px;}

.bSidebar h3{
  font-weight:700;
  font-size:24px;
  margin-bottom:15px;
  margin-top:30px;
}
.bSidebar h3:first-child{margin-top:0px;}

.bSidebar ul li:before{
  opacity:0.5;
  filter: gray; /* IE */
  -webkit-filter: grayscale(1); /* Old WebKit */
  -webkit-filter: grayscale(100%); /* New WebKit */
  filter: url(resources.svg#desaturate); /* older Firefox */
  filter: grayscale(100%); /* Current draft standard */
}

.bSidebar ul li:hover:before{
  opacity:1;
  filter: none; /* IE */
  -webkit-filter: grayscale(0); /* Old WebKit */
  -webkit-filter: grayscale(0%); /* New WebKit */
  filter: url(resources.svg#desaturate); /* older Firefox */
  filter: grayscale(0%); /* Current draft standard */
}

.mbthree0 {
  margin-bottom: 20px;
}
.article-post div figure {
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin: 0;
  margin-right: 15px;    
}
.article-post div a{
  font-weight:600;
  display: block;
  color:#282828;
}
.article-post div a img{
  border-radius:10px;
}
.article-post div date {
  font-weight: 400;
  font-size: 13px;
}
.article-post div date span{color:#132d50;}
.article-post figure{margin-right:15px;}

.bAfterh p{
  font-size: 15px;
}
.blog{margin-bottom: 50px;}

.paginate-li li a {
  border: none;
  background: #132d50;
  color: #fff;
  font-size: 13px;
  font-weight:400;
  line-height:40px;
  padding:0px;
  border-radius: 50px !important;
  width: 40px;
  height: 40px;
  text-align: center;
}
.paginate-li li.active a{
  background: #444 !important;
  color: #fff;
}
.paginate-li li a:hover{
  background: #444;
  color: #fff;
}
.blogDp h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.list-none{
  list-style: none;
  padding: 0px;
}
.list-none li{
  margin-bottom: 10px;
}




/* CTA CSs Style */

.cta-section {
  padding: 40px 50px;
  border-radius: 20px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: rgb(30,35,41);
  background: -moz-linear-gradient(0deg, rgba(30,35,41,1) 44%, rgba(59,64,70,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(30,35,41,1) 44%, rgba(59,64,70,1) 100%);
  background: linear-gradient(0deg, rgba(30,35,41,1) 44%, rgba(59,64,70,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2329",endColorstr="#3b4046",GradientType=1);
}
.cta-section:after{
  content: "";
  /* z-index: ; */
  background: rgb(30,35,41);
  background: -moz-linear-gradient(123deg, rgba(30,35,41,1) 20%, rgba(59,64,70,0.7091211484593838) 49%, rgba(59,64,70,0) 70%);
  background: -webkit-linear-gradient(123deg, rgba(30,35,41,1) 20%, rgba(59,64,70,0.7091211484593838) 49%, rgba(59,64,70,0) 70%);
  background: linear-gradient(123deg, rgba(30,35,41,1) 20%, rgba(59,64,70,0.7091211484593838) 49%, rgba(59,64,70,0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2329",endColorstr="#3b4046",GradientType=1);
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
}

.cta-section h2{
  color: #fff;
}
.cta-section p{
  color: #fff;
}

/* Table style Service page */
.table-style{
  border-radius: 10px;
  overflow: hidden;
}
.table-style tr:first-child{
  background: #59A52C;
  color: #fff;
  border: none;
}
.table-style tr{
  background: #eee;
  border-bottom: 3px solid #fff;
}
.table-style tr:last-child{border: none;}
.table-style tr td img{max-width: 24px;}

/* key */

.key{
  display: grid;
  gap: 15px;
  grid-template-columns: 50% 1fr;
  margin-top: 20px;
}
.key h1{
  color: #0099FC;
  font-weight: 200;
  margin-bottom: 10px;
}
.key p{
  text-transform: uppercase;
  font-size: 22px;
  line-height: normal;
}

/* TAbs Css */

.accordion-tbs .card {
  border-radius: 10px !important;
  margin-bottom: 15px;
  border: 0px;
  border-color: #000;
  overflow: hidden;
}
.accordion-tbs .card-header {
  padding: 0px;
  background: none;
  border: none;
}
.accordion-tbs .card-header button{
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  text-decoration: none;
  width: 100%;
  border: none;
  text-align: left;
  color: #282828;
  background: #eee;
}
.accordion-tbs .card-header button[aria-expanded=true] {
  border-radius: 0px;
  color: #222;    
  border: none;
  background: #eee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-tbs .card-header button[aria-expanded=true]:after {
  content: "-";
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 10px;
  background: #0099FC;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}
.accordion-tbs .card-header button[aria-expanded=false]:after {
  content: "+";
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 10px;
  background: #D0D0D0;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  
}
.accordion-tbs .card-body {
  background: #eee;
  color: #222;
  font-size: 14px;
}
.accordion-tbs .card-body p:last-child {
  margin: 0px;
}
.accordion-tbs .card-body p:last-child {
  margin: 0px;
}

.after-circle h2:after{
  content: "";
  width: 170px;
  height: 170px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  background: #eee;
  border-radius: 50%;
  z-index: -1;
}

.faq-items{
  background: #0099FC;
  padding: 30px 0px;
  padding-right: 30px;
  color: #fff;
  position: relative;
  border-radius: 0px 20px 20px 0px;
}
.faq-items:after{
  content: "";
  background: #0099FC;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: -100%;
}

.cta-question {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 50px;
  border-radius: 20px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #EC663F;
}
.cta-question h2{
  color: #fff;
}
.cta-question p {
  color: #fff;
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
}

.action-info{
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 15px;
  margin: auto;
}
.action-info i {
  color: #fff !important;
  font-size: 32px;
  position: relative;
  top: 5px;
}
.action-info p a {
  display: block;
  color: #fff;
}

.h2-circle:after {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  right: 0;
  margin: auto;
  z-index: -1;
  background: #eee;
}

.z-index-1{
  z-index: 1;
  position: relative;
}
@media (min-width: 1400px) {
  body, .radio-bx p{font-size: 1.12vw;}
  .container, .container-fluid{max-width: 83.45vw;}
  .menu-nav li a{font-size: 1.2vw;}
  h2{font-size: 2.5vw;}
  h3{font-size: 1.75vw;}
  h4{font-size: 1.31vw;}
  p, li, h5, .accordion-tbs .card-header button{font-size: 1.12vw; line-height: normal;}
  .consultation{
      padding: 5vw 4vw;
  }
  .btn-blue, .btn-dark, .btn-green{font-size:1.12vw;;}

}

@media (min-width: 1024px) and (max-width: 1199px) {

  .cta-question{grid-template-columns: 35% 35% 1fr;}
.xs-height-7vw{height: 50vw;}

}

@media (min-width: 992px) and (max-width: 1023px) {
.xs-height-7vw{height: 50vw;}
  .cta-question{grid-template-columns: 35% 35% 1fr;}
}

@media (min-width: 768px) and (max-width: 991px) {
  .xs-height-7vw{height: 50vw;}
  .head-tel{margin: 0px;}
  .slider-home h1{font-size: 40px;}
  .author-items{grid-template-columns: 1fr 100px; gap: 15px;}
  .services-box{grid-template-columns: repeat(2, 1fr);}
  .cta-section{padding: 40px 50px; grid-template-columns: 75% 1fr;}
  .cta-section h2{font-size: 32px;}
  .join-form{padding: 50px 20px; margin: 0px;}
  .grid-row-3{grid-template-columns: repeat(2, 1fr);}

}

@media only screen and (max-width: 991px) {
  .input-join{width: 100%;}
  .xs-sm-mn-height-500{min-height: 500px;}

.reviews{border: none; padding: 0px;}

  .services-repeat-4 {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px;
  }
  .input-join h2 br{display: none;}
  .half-bg-green:after, .half-bg-blue:after{height: 20%;}
  .cta-question{
      grid-template-columns: repeat(1, 1fr);
      justify-items: center;
      grid-gap: 20px;
  }

  .consultation{
      top: -50px;
      padding: 30px;
  }

.offset-1{margin-left:0px;}
  .xs-sm-d-flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
  }
  .xs-sm-align-center{
      -ms-flex-align: center;
      align-items: center;
  }
  .xs-sm-t-center {
       text-align: center;
  }
   .xs-sm-justify-center {
       justify-content: center;
       -webkit-box-align: center;
       -webkit-flex-align: center;
       -ms-flex-align: center;
  }
   .xs-justify-around {
       -ms-flex-pack: distribute !important;
       justify-content: space-around !important;
  }
   .xs-sm-flex-column {
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
  }
   .xs-position-static {
       position: static !important;
  }
   .xs-sm-pt-none {
       padding-top: 0px;
  }
   .xs-sm-mt-none {
       margin-top: 0px;
  }
   .xs-sm-bg-none {
       background: none !important;
  }
   .xs-sm-m-auto {
       margin: auto;
  }
   .xs-sm-mb-20 {
       margin-bottom: 20px;
  }
   .xs-sm-mt-20 {
       margin-top: 20px;
  }
   .xs-sm-mt-40 {
       margin-top: 40px !important;
  }
   .xs-sm-mt-30 {
       margin-top: 30px;
  }
   .xs-sm-mt-60 {
       margin-top: 60px;
  }
   .xs-sm-mt-80 {
       margin-top: 80px;
  }
   .xs-sm-mb-20 {
       margin-bottom: 20px;
  }
   .xs-sm-mb-40 {
       margin-bottom: 40px;
  }
  .xs-sm-mb-60 {
       margin-bottom: 60px;
  }
   .xs-sm-pb-80 {
       padding-bottom: 80px;
  }
   .xs-sm-d-none {
       display: none !important;
  }
   .xs-sm-d-block {
       display: block !important;
  }
   .xs-sm-d-flex {
       display: flex !important;
  }
   .sm-order-1 {
       order: 1;
  }
   .sm-order-2 {
       order: 2;
  }
  .xs-sm-order-2 {
       order: 2;
  }
.xs-sm-order-none{order:inherit;}
.xs-sm-pb-50{padding-bottom: 50px;}
}

@media screen and (max-width: 767px) {    
  .logo img {max-width: 200px;}
  .head-tel{margin: 0px;}
  .slider-home h1{font-size: 30px;}
.author-items{grid-template-columns: 1fr 100px; gap: 15px;}
  .slider-home .container{top: 50%;}
  .slider-home .owl-nav button{left: 0px;}
  .slider-home .owl-nav button.owl-next{right: 0px;}    
  .services-box{grid-template-columns: repeat(2, 1fr);}

  .grid-row-3{grid-template-columns: repeat(2, 1fr);}

  .fix-section .row {
      display: grid;
      row-gap: 15px;
  }    
  .portfolio .owl-nav{
      position: static;
      transform:none;
      left: -4px;
      top: inherit;
      margin-top: 10px;
      margin-left: -4px;
  }

  .slider-home p{display: none;}
  .xs-height-7vw{height: 50vw; object-fit: cover;}

  .services-repeat-4 {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px;
  }
  .testimonial .owl-dots{right: 15px;}
  .join-form{margin: 0px 10px; padding: 50px 15px;}

  .grid-column-2{
      grid-template-columns: repeat(1, 1fr);
  }
  .cta-section{grid-template-columns: auto; grid-gap: 20px; padding:40px;}
  .cta-section h2{font-size: 35px;}
  .cta-section h2 br{display: none;}

/*** Header Css ****/
.xs-mobile-flex{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.xs-d-none{display:none;}
  .xs-justify-center {
       justify-content: center !important;
       -webkit-box-align: center !important;
       -webkit-flex-align: center !important;
       -ms-flex-align: center !important;
  }
   .xs-flex-wrap{
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
  }
   .xs-t-center {
       text-align: center;
  }
   .xs-d-none {
       display: none !important;
  }
   .xs-d-block {
       display: block;
  }
   .xs-order-2 {
       order: 2;
  }
   .xs-sm-pt-none {
       padding-top: 0px;
  }
   .xs-sm-p-none {
       padding: 0px !important;
  }
   .xs-mt-20 {
       margin-top: 20px !important;
  }
  .xs-mt-30{margin-top: 30px;}
   .xs-mt-40 {
       margin-top: 40px !important;
  }
  }
   .xs-mt-60 {
       margin-top: 60px !important;
  }
   .xs-mt-80 {
       margin-top: 80px !important;
  }
   .xs-mb-20 {
       margin-bottom: 20px !important;
  }
   .xs-mb-40 {
       margin-bottom: 40px !important;
  }
   .xs-mb-60 {
       margin-bottom: 60px !important;
  }
   .xs-d-block {
       display: block !important;
  }


@media screen and (max-width: 567px) {
  .col-d-none{display: none;}
  .grid-3{grid-template-columns: repeat(2, 1fr);}
  .services-repeat-4 {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 15px;
  }
  .hide-sm{display: none;}    

}

@media (min-width: 320px) and (max-width: 480px) {
  .main-header{padding-top: 15px;}
  .top-header a{font-size: 13px;}    

  .logo img {max-width: 200px;}
  .head-tel{margin: 0px;}
  .slider-home h1{font-size: 30px;}
  .xs-height-7vw{height: 350px;}

  .grid-row-3{grid-template-columns: repeat(1, 1fr);}

  .slider-home .owl-nav button{left: 0px; top: inherit; transform: none;}
  .slider-home .owl-nav button {
      left: 0px;
      top: inherit;
      transform: none;
      bottom: 0px;
  }
  .slider-home h1 {
      font-size: 1.8em;
  }
  .services-box{grid-template-columns: repeat(1, 1fr);}

  .foot-two-column{
      grid-template-columns: auto;
      gap: 15px;
  }
  .slider-home p br{display: none;}
  .accordion-tbs .card-header button{
      white-space: normal;
      height: auto;
      line-height: normal;
      padding: 10px 20px;
  }

  .services-repeat-4{grid-template-columns: repeat(2, 1fr);}
  .grid-3{grid-template-columns: repeat(1, 1fr);}
  .services-repeat-4 {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 15px;
  }    

.xxs-wide div{width:100%; margin: 0 !important;}
.xxs-wide div a{
  width:80%;
   justify-content: center;
      -webkit-box-align: center;
      -webkit-flex-align: center;
      -ms-flex-align: center;
   margin:0px;
   margin-bottom:5px; 
}	
  
  .xxs-d-none {
       display: none;
  }
   .xxs-d-block {
       display: block !important;
  }
   .slider-item-box-bkg {
       height: auto;
       margin-bottom: 25px;
  }
}

@media (max-width:380px)  {
  .booking-summ {
      min-width: 350px;
      overflow-x:auto;
  }
}

.close{
  float: none;
    position: absolute;
    right: 15px;
    top: 15px;
}
.r-self {
    padding: 30px;
    padding-bottom: 40px;
    /* padding-left: 20px; 
    padding-right: 20px;  */
}
.r-self h3{
  font-weight: 600;
  text-transform: uppercase;
}
.r-self .close{
  float: none;
    opacity: 1;
    margin-left: auto;
    display: table;
}

.r-self input[type=text],
.r-self input[type=email],
.r-self input[type=password] {
    background: #E9E9E9;
    border: none;
    font-size: 14px;
    height: 42px;
    border-radius: 6px;
}
.r-self input[type=submit] {
  font-weight: 500;
  font-size: 16px;
  height: 48px;
  text-transform: uppercase;
  cursor: pointer;
}
.black-btn {
    background: #303740;
    border: none;
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    height: 40px;
    width: 100%;
    cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .xs-sm-smrtmin{
    min-height: 200px;
  }
}

@media screen and (max-width: 575px) {
  .mt-2-567{margin-top: 20px;}
}

@media (min-width: 320px) and (max-width: 480px) {
  .r-self{
    padding-left: 15px;
    padding-right: 15px;
  }
  .r-self h3{
    font-weight: 700;
    font-size: 18px;
  }
}
/* -----starting here----- */
/* .home-page-background{
  background-color: #ffffff;
  overflow: auto;
}

.home-cart {
  background: #1e2329;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  padding: 0px 15px;
}
.home-cart a {
  color: #fff !important;
  font-family: "DM Serif Display", serif;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 5px;
}
.main-header {
  width: 100%;
  z-index: 9;
  position: relative;
  padding: 10px 0px !important;
  background: #EC663F;
} 
 .menu-nav li.active a{
  background: #222;
color: #EC663F;
text-decoration: none;
border-radius: 7px;
} 
.after-yellow:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 28%;
  left: 151px;
  height: 60%;
  background: #EC663F;
  z-index: -1;
  border-radius: 15px;
} 
.order-btn_blue {
  color: #fff;
  background: #1E2329;
  margin-top: 5px;
  padding: 0px 36px;
  height: 38px;
  line-height: 38px;
  border-radius: 7px;
  font-size: 16px;
  border: 1px solid #030303;
  cursor: pointer;
}
.info-per-btn {
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 100%; 
}

.submit-btn {
  background: #000000;
  border: none;
  font-size: 15px;
  height: 45px;
  line-height: 19px;
  border-radius: 10px;
  color: #fdf7f7;
  padding: 10px 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
}
.submit-btn:hover {
  background: #3B4046;
  color: #fff;
} */
/* -----new */
/** Header 1 **/

.logo {
  padding: 0px;
}
.logo img{max-width: 200px;}

/*** #2.# HEADER ***/

.h5-blue h5{color: #137DC5;}

header.sticky {
  position: fixed !important;
  width: 100%;
  top: 0px;
  z-index: 99;
  background: #ff8966;
}
header.sticky .slippery{
  border: 2px solid #fff;
}

header{padding:0px 80px;}
.main-header {
  width: 100%;
  z-index: 10;
  position: absolute;
  padding: 25px 0px;
}
.dark-header nav li a{color:#fff;}
.dark-header .cart-field a{color:#fff;}
header .col-md-5 {
  top: 10px;
}

/*nav {
  background: #fff;
  border-radius: 7px;
  border: 2px solid #fff;
}*/
.menu-nav {
  margin: 0;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;    
}
.menu-nav li {
  margin-bottom: 0;
}

.menu-nav li:first-child {
  margin-left: 0;
}
.menu-nav li::first-child{
  color: #59A52C;
}
.menu-nav li a {
  color: #fff;
  padding: 0px 15px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  line-height: 44px;
}
.menu-nav li a:hover, .menu-nav > li:hover > a, .menu-nav > li.current-menu-item > a {
  background: none;
  color: #ffffff;
  text-decoration: none;
  border-radius: 7px;
}

.menu-nav ul {
  display: none;
  padding: 30px 15px;
  border-radius: 8px;
  text-align: left;
  position: absolute;
  width: 200px;
  background: #fff;
  z-index: 5;
  left: 0;
}
.menu-nav ul li {
  display: block;
  background: none;
  margin: 0;
}
.menu-nav li.active a{
  color: #fff;
}
.menu-nav li.active a:after {
  height: 19px;
  content: "";
  background: url(../images/active-smile.svg)no-repeat bottom center;
  width: 37px;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 30px;
}

.menu-nav ul li > a {
  display: block;
  padding: 4px 15px;
  color: #0e1219;
  font-size: 14px;
  line-height:normal;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li > a:focus{
  outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
  text-decoration: none;
  color: #0122e3;
}

.menu-nav li:hover > ul {
  display: block;
}
.menu-nav li ul ul {
  left: 100%;
  top: -28px;
  margin: 0;
}
.menu-nav .edge > ul{
  left: auto;
  right: 0;
}
.menu-nav li ul .edge ul {
  left: auto;
  top: -28px;
  margin: 0;
  right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
  display: none;
}

.mega-menu .sub-menu li{
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.mega-menu .sub-menu li a img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  height: 120px;
}
.mega-menu .sub-menu li a{
  padding: 0px 15px;
  text-transform:capitalize;
}


/*** end menu large screens ***/

/*** menu mobile ***/
.nav-button-holder {
  display: none;
}

.nav-button {
  background: none;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-button:focus{outline:none;}
.nav-button i{color: #fff; font-size: 24px;}

.icon-bar,
.icon-bar1,
.icon-bar2 {
  display: block;
  height: 2px;
  width: 25px;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-bar1,
.icon-bar2 {
  width: 18px;
  background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
  background: #ffffff;
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.icon-bar:after {
  bottom: -12px;
  top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
  left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-mobile {
  padding: 0px 25px;
  margin-bottom: 40px;
}
.menu-mobile li {
  padding-top: 15px;
  list-style: none;   
  margin-bottom: 0;
}
.menu-mobile li a {
  color: #fff;
  display: block;
  line-height: 24px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 1px;
}
.menu-mobile li a:hover,
.menu-mobile li a:focus {
  background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
  color: #fdb237;
}

.menu-mobile>li.menu-item-has-children>a:after {
  content: "";
  background: #fff url(../images/golDarroW.png)no-repeat;
  background-size: cover !important;
  width: 31px;
  height: 31px;
  margin-top: -3px;
  display: inline-block;
  position: absolute;
  right: 0;
  overflow: hidden;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
  content: "";
}
.menu-mobile li.menu-open a:after{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.menu-mobile ul {
  margin-left: 0;
  padding:0px;
}

.menu-mobile>li>ul {
  display: none;
}

.menu-mobile>li.menu-open>ul {
  display: block;
  margin-top: 8px;
}

.menu-mobile ul li {
  font-size: 12px;
  padding-top: 0px;
  text-transform: none;
  padding-left: 10px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
}

.menu-contact {
  margin-top: 15px;
  padding-left: 5px;
  font-size: 14px;
  color: #fff;
}

.menu-contact ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding:0px;
}

.menu-contact ul:first-child li i {
  font-size: 16px;
  margin-right: 10px;
}

.mobile-phone {
  margin-top: 8px;
}

.menu-contact .social-media {
  margin-top: 24px;
  padding-bottom: 48px;
}
.menu-contact .social-media li a{
  color: #fff;
}

.head-tel {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.head-tel:hover i{color: #59A52C;}

header .social-media li a:hover{color:#a4fdcf;}

.btn-blue {
  background: #ff8966;
  color: #fff;
  padding: 0px 30px;
  line-height: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.75px;
}

.btn-blue:hover {
  color: #222;
  background: #fff;
  text-decoration: none;
}

.btn-dark {
  background: #212529;
  color: #fff;
  padding: 0px 30px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}
.btn-dark:hover {
  color: #fff;
  background: #3B4046;
  text-decoration: none;
}

/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
  overflow: hidden;
}

.menu-mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.menu-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.mobile-menu-holder {
  position: fixed;
  z-index: 0;
  right: 0;
  overflow-x: hidden;
  text-align: right;
  width: 320px;
  height: 100%;
  background: #141414;
  opacity: 0;
  padding: 0px 0px 50px;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.mobile-menu-holder.is-active {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  text-align:center;
}
/* .mobile-menu-holder .modal-menu-container{border-top:1px solid #E1D0C1;} */

body.has-active-menu .mobile-menu-holder.is-active{
  z-index: 99;
}

.modal-menu-container {
  position: relative;
}
.exit-mobile {
  cursor: pointer;
  padding: 0px;
  display: inline-block;
  margin-top: 0px;
}

p:last-child{margin:0px;}
.pt-none{padding-top:0px;}

.internal-banner{
  overflow: hidden;    
}
.internal-banner img {
  object-fit: cover;
  height: 400px;
  width: 100%;
  object-position: center;
}


.tel_us {
  background: #1A8CBA;
  color: #fff;
  padding: 0px 20px;
  line-height: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
}
.tel_us:hover{
  color: #fff;
  background: #62A663;
  text-decoration: none;
}

.list-style{
padding:0px;
list-style:none;
}
.list-style li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 24px;
  margin-bottom: 12px;
}
.list-style li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 12px;
  width: 15px;
  text-align: center;
  display: block;
  color: #1A8CBA;
  margin-right: 15px;
}

.left_white_after:after{
content:"";
width:100%;
height:100%;
position:absolute;
left:-100%;
top:0px;
background:#fff;
}

.fix-right_stachu{
right:0px;
bottom:0px;
}
.scale_tint:after {
  content: "";
  position: absolute;
  top: 50%;
-webkit-transform: translateY(-50%) skew(190deg);
-moz-transform: translateY(-50%) skew(190deg);
-o-transform: translateY(-50%) skew(190deg);
-ms-transform: translateY(-50%) skew(190deg);
transform: translateY(-50%) skew(190deg);
  left: -60px;
  width: 120px;
  height: 144%;
  background: #fff;
}

.info_lawyers p{
padding-right:40%;
}
.info_lawyers h3{
font-weight:400;
line-height:35px;
}
.info_lawyers h3 a{
color:#212529;
}

.ulink h3 {
  color: #1E2329;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
}
.ulink ul{
  list-style: none;
  padding: 0px;
}
.ulink ul li a {
  color: #222;
  line-height: 32px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}
.ulink ul li a:hover{
  color: #EC663F;
}

.info_adderss p {
  font-weight: 300;
  margin-bottom: 0px;
}
.info_adderss ul{
list-style:none;
padding:0px;
}
.info_adderss ul li{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.info_adderss ul li span{
padding-right:10px;
}

.social_info {
  list-style: none;
  padding: 0px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  margin: 0;
}
.social_info li a {
  width: 52px;
  display: block;
}

.circle {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  right: -65px;
  bottom: 0;
-webkit-transform: translateY(90px);
-moz-transform: translateY(90px);
-ms-transform: translateY(90px);
-o-transform: translateY(90px);
transform: translateY(90px);
}
.logo-in {
position: absolute;
/* width: 105px;
height: 105px;
border-radius: 50%; */
/* border: 1px solid #ddd; */
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.text-circle{
position:absolute;
/* width:100%;
height:100%; */
animation: rotateText 10s linear infinite;
}
.text-circle img{width: 160px;}

@keyframes rotateText {
0% {
  transform: rotate(360deg);
}
100% {
  transform: rotate(0deg);
}
}

.h3-after_num h3{
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  z-index: 1;
}
.h3-after_num h3 span {
  position: absolute;
  font-size: 80px;
  color: #6c953c;
  left: -10px;
  top: -8px;
  height: 42px;
  line-height: 16px;
  z-index: -1;
}
.h3-after_num p{color: #fff;}

.after_purple:after{
  content:"";
  background: #9a1e59;
  width: 85%;
  height: 92%;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.h3-after_num ul{
  color: #fff;
  padding-left: 17px;
}
.pr_80{padding-right: 80px;}

.author_box{    
  padding: 40px;
  color: #fff;
}

.col-we_are h2{
  color: #62A663;
  text-transform: uppercase;
}
.col-we_are p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.col-we_are p a{color: #62A663;}

.services:hover{
  text-decoration: none;
}
.services span {
  background: #ECECEC;
  display: block;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 10px;
  min-height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services span img{
  width: 112px;
}
.services p{
  color: #000;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  line-height: normal;
font-weight:500;
}
.services:hover p{
  text-decoration: none;
  color: #1A8CBA;  
}

.col-we_are .row div[class^="col-"]{margin-bottom: 15px;}
.services:hover span{
  background: #1A8CBA url(../img/arrow-right.png)no-repeat center;
  background-size: 88px;
}
.services:hover span img{opacity: 0;}

.change_e {
  color: #000;
  padding: 0px 40px;
  font-size: 16px;
  letter-spacing: 0;
}
.change_e:hover{
  background: #1A8CBA;
  color: #fff;
}
.white_h2 h2{color: #fff;}

.info_adderss {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
}
.info_adderss p, .info_adderss a {
  color: #222;
  font-weight: 500;
  font-size: 17px;
}

.cta {
  background: url(../img/save-hand.png)no-repeat 0px 30px;
  background-size: 200px;
}

.prodtlist h3 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 20px 0px;
  z-index: 1;
}
.prodtlist h3:after{
  content:"";
  width:40%;
  height:100%;
  background:#1A8CBA22;
  position:absolute;
  z-index:-1;
  left:-15px;
  top:0px;
}

.prodtlist ul{
  list-style:none;
  padding:0px;
  margin-top:40px;
}
.prodtlist ul li a {
  line-height: 50px;
  color: #282828;
  font-weight: 500;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.prodtlist ul li a:hover{
  color:#1A8CBA;
}
.prodtlist ul li:last-child a{border:none;}

.contentAfter{
  padding-left:70px;
  position:relative;
}
.contentAfter p:first-child strong{font-weight:600; color:#333;}
.contentAfter:after{
  content:"";
  width:40px;
  height:40px;
  position:absolute;
  top:0px;
  left:0px;
  background:#1A8CBA;
}

.internaL-banner {
  position:relative;
}
/*.iNpage-banner:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #00000033;
}*/

.internaL-banner .container{
  position:absolute;
  top:50%;
  left:0px;
  right:0px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iNpage-banner h1 {
  color: #fff;
  font-weight: 600;
}
.iNpage-banner .breadcrumb {
  padding: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  margin: 0;
}
.breadcrumb-item+.breadcrumb-item::before{color: #ffffff;}
.iNpage-banner .breadcrumb li {
  color: #2998c5;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.iNpage-banner .breadcrumb li a{
  color: #fff;
}

.icOnI{
  background:#ededed;
  width:80px;
  height:80px;
  border-radius:10px;
  margin:auto;
  margin-bottom:25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icOnI img{width:40px;}
.icOnProcess h4{margin-bottom: 15px;}

.abt-box h5 {
  font-weight: 600;
  letter-spacing: 3px;
  color: #1A8CBA;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.abt-box p{
  color:#666;
}

.charityP h2 {
  color: #fff;
}

.h2_fixcenter h3 {
  position: absolute;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.h2_fixcenter h3 span{
  color: #1A8CBA;
}

.pp_styling ul{
  margin-bottom: 30px;
}


/* Blog css */

.blog-iteM{
  margin-bottom:30px;
  display: grid;
  grid-template-columns: auto auto;
  gap:40px;
}


.bloGT h4{
  font-weight:600;
}

.go-now a {
  height: 40px;
  background: #132d50;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 0px 20px;
  text-decoration:none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloGT:hover .go-now a{
  background:#444;
  /*-webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);*/
}
.go-now a:after {
  font-family: 'FontAwesome';
  content: "\f063";
  font-size: 11px;
  margin-left: 4px;
}
.text-btn {
  font-weight: 600;
  letter-spacing: 3px;
  color: #84223b;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.list-categories{padding:0px;}
.list-categories li {
  position: relative;
  padding: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
}
.list-categories li a{
  color:#444; 
}
.bSidebar ul li:before {
  opacity: 0.5;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(resources.svg#desaturate);
  filter: grayscale(100%);
}
.list-categories li:before {
  content: "";
  background: url(../images/arRowi.svg)no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.list-categories li a{
  font-weight:500;
  text-decoration:none;
}
.list-categories li:last-child{margin:0px; padding:0px;}

.bSidebar h3{
  font-weight:700;
  font-size:24px;
  margin-bottom:15px;
  margin-top:30px;
}
.bSidebar h3:first-child{margin-top:0px;}

.bSidebar ul li:before{
  opacity:0.5;
  filter: gray; /* IE */
  -webkit-filter: grayscale(1); /* Old WebKit */
  -webkit-filter: grayscale(100%); /* New WebKit */
  filter: url(resources.svg#desaturate); /* older Firefox */
  filter: grayscale(100%); /* Current draft standard */
}

.bSidebar ul li:hover:before{
  opacity:1;
  filter: none; /* IE */
  -webkit-filter: grayscale(0); /* Old WebKit */
  -webkit-filter: grayscale(0%); /* New WebKit */
  filter: url(resources.svg#desaturate); /* older Firefox */
  filter: grayscale(0%); /* Current draft standard */
}

.mbthree0 {
  margin-bottom: 20px;
}
.article-post div figure {
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin: 0;
  margin-right: 15px;    
}
.article-post div a{
  font-weight:600;
  display: block;
  color:#282828;
}
.article-post div a img{
  border-radius:10px;
}
.article-post div date {
  font-weight: 400;
  font-size: 13px;
}
.article-post div date span{color:#132d50;}
.article-post figure{margin-right:15px;}

.bAfterh p{
  font-size: 15px;
}
.blog{margin-bottom: 50px;}

.paginate-li li a {
  border: none;
  background: #132d50;
  color: #fff;
  font-size: 13px;
  font-weight:400;
  line-height:40px;
  padding:0px;
  border-radius: 50px !important;
  width: 40px;
  height: 40px;
  text-align: center;
}
.paginate-li li.active a{
  background: #444 !important;
  color: #fff;
}
.paginate-li li a:hover{
  background: #444;
  color: #fff;
}
.blogDp h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.list-none{
  list-style: none;
  padding: 0px;
}
.list-none li{
  margin-bottom: 10px;
}

.slider-home1 {
  position: relative;
  /*background: rgb(255,139,105);
  background: -moz-linear-gradient(90deg, rgba(255,139,105,1) 0%, rgba(236,102,63,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,139,105,1) 0%, rgba(236,102,63,1) 100%);
  background: linear-gradient(90deg, rgba(255,139,105,1) 0%, rgba(236,102,63,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8b69",endColorstr="#ec663f",GradientType=1);*/    
}
.slider-home1:before {
  /* content: "";
  width: 100%;
  height: 154px;
  bottom: 0px; */
  background: url(../images/shade-slider.svg)no-repeat center;
  /* background-size: cover; */
  /* background-size: cover; */
  /* position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto; */
}
.slider-home1:after {
  content: "";
  width: 100%;
  height: 204px;
  bottom: 0px;
  background: rgb(255,139,105);
  background: -moz-linear-gradient(0deg, rgba(255,139,105,0) 0%, rgba(20,20,20,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,139,105,0) 0%, rgba(20,20,20,1) 100%);
  background: linear-gradient(0deg, rgba(255,139,105,0) 0%, rgba(20,20,20,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8b69",endColorstr="#ec663f",GradientType=1);
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top:0px;
}
.slider-home1 img{
  margin: auto;
  display: block;
  width: 100%;
}
.slider-home1 .container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  z-index: 9;
}
.slider-home1 h1{
  color: #fff;
  font-weight: 600;
}
.slider-home1 p{
  font-size: 16px;
  color: #fff;
}
.slider-home1 .owl-nav button{
  position: absolute;
  top: 50%;
  left: 40px;
  outline: none;
}
.slider-home1 .owl-nav button.owl-next{
  right: 40px;
  left: inherit;
}
.slider-home1 .owl-nav button i {
  background: #59A52C;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.tel-right {
  margin-left: auto;
}
.tel-right img{
  width: 25px;
}
.tel-right:hover{color: #fff;}

.three-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.three-column a {
  -webkit-flex: 0 0 31.3%;
  -ms-flex: 0 0 31.3%;
  flex: 0 0 31.3%;
}

.author-items {
  display: grid;
  gap: 30px;
  margin-bottom: 25px;
}
.author-items div h3 {
  color: #59A52C;
  font-weight: 400;
  margin-bottom: 5px;
}

footer{
  background: #ECECEC;
  padding-top: 80px;
}

/*.consultation {
  background: #fff;
  box-shadow: rgb(0 0 0 / 4%) 0px -5px 30px;
  padding: 40px;
  position: relative;
  top: -120px;
  border-radius: 20px;
}
.consultation h3{
  color: #282828;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 32px;
}
.consultation p{
  color: #282828;
}
.consultation p strong {
  font-weight: 600;
  color: #137DC5;
}

.consultation input[type=text], .consultation input[type=email], .consultation input[type=tel] {
  margin-bottom: 15px;
  border-radius: 0px;
  height: 45px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px;
}
.consultation textarea{
  margin-bottom: 15px;
  border-radius: 0px;
  font-size: 14px;
  height: 80px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px;
}
.consultation input[type=submit]{
  outline: none;
  border-radius: none;
  border: none;
  cursor: pointer;
}*/

.foot-two-column {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 30px;
}

.column-two {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 20px;
}
.column-two ul{
  padding-left: 18px;
}

.key-about {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  width: 90%;
  padding: 0px 15px;
}
.key-about h1{
  color:#fff ;
  font-weight: 200;
  margin-bottom: 10px;
}
.key-about p{text-transform: uppercase;}
.key-about p strong {
  color: #59A52C;
  font-weight: 600;
}

.title-h24{
  display: grid;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 20% 1fr;
}
.title-h24 h4 {
  text-transform: uppercase;
  text-align: center;
}
.title-h24 h2{
  border-left: 1px solid #59A52C;
  padding-left: 50px;
}

.button-style {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-info div{
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 15px;
  -ms-flex-align: center;
  align-items: center;
}
.contact-info div img{
  max-width: 100%;
}
.contact-info div a, .contact-info div p {
  text-decoration: none;
  font-size: 18px;
  line-height: normal;
}
.contact-info div p span {
  color: #d0992e;
  display: block;
  font-size: 14px;
}
.gold-h3 h3 {
  color: #d0992e;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.icoz-points {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-gap: 15px;
}
.icoz-points div {
  height: 52px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.icoz-points div img {
  max-width: 32px;
}
.points span svg {
  width: 30px;
}

.grid-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.services-box{
  display: grid;
  grid-gap: 30px;
  padding: 0px 15px;
  grid-template-columns: repeat(3, 1fr);
}
.services-boxtop{
  display: grid;
  grid-gap: 30px;
  padding: 0px 15px;
  grid-template-columns: repeat(4, 1fr);
}
/* .services-items {
  padding: 35px 25px;
  text-align: center;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
  background: #ebebeb6b;
  border-radius: 10px;
} */
.services-items:hover{
  content: "";
  background: #ebebeb;
}
/*.services-items:after {
  content: "";    
  width: 100%;
  height: 94%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 10px;
}*/
/*.services-items:before {
  content: "";
  background: #C5C5C5;
  width: 15vw;
  height: 15vw;
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
  left: 0px;
  right: 0;
  margin: auto;
  z-index: 0;
  border-radius: 15vw;
}*/

.services-items div{
  display: grid;
  margin-bottom: 25px;
}
.services-items figure {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}
.services-items figure img {
  object-fit: cover;
  height: 150px;
}
.services-items div span {
  text-align: right;
  font-size: 12px;
}
.services-items div span strong {
  font-size: 18px;
  color: #59A52C;
}
.services-items h3 {
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 5px;
}
.services-items p {
  font-size: 18px;
  font-weight: 400;
  color: #ff8966;
  margin: 0;
}
.services-items span {
  color: #222;
  font-size: 14px;
  display: block;
  margin: 5px 0px 10px;
  font-weight: 400;
  text-transform: capitalize;
}
.services-items a:hover h4{color: #59A52C;}
.services-items a span{
  font-weight: 400;
  display: block;
}

.services-items:hover figure img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.services-items:hover a.btn-dark{
  background: #ff8966;
}

.before-blue:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.points {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-gap: 20px;
}
.points h4{
  margin-bottom: 5px;
}
.points p{
  font-size: 14px;
}
.points span {
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  border-radius: 10px;
  background: rgb(255,139,105);
  background: -moz-linear-gradient(90deg, rgba(255,139,105,1) 0%, rgba(236,102,63,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,139,105,1) 0%, rgba(236,102,63,1) 100%);
  background: linear-gradient(90deg, rgba(255,139,105,1) 0%, rgba(236,102,63,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8b69",endColorstr="#ec663f",GradientType=1);
  text-align: center;
  color: #fff;
}
.points span img{max-width: 52px;}


/* CTA CSs Style */

.cta-section {
  padding: 40px 50px;
  border-radius: 20px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: rgb(30,35,41);
  background: -moz-linear-gradient(0deg, rgba(30,35,41,1) 44%, rgba(59,64,70,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(30,35,41,1) 44%, rgba(59,64,70,1) 100%);
  background: linear-gradient(0deg, rgba(30,35,41,1) 44%, rgba(59,64,70,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2329",endColorstr="#3b4046",GradientType=1);
}
.cta-section:after{
  content: "";
  z-index: ;
  background: rgb(30,35,41);
  background: -moz-linear-gradient(123deg, rgba(30,35,41,1) 20%, rgba(59,64,70,0.7091211484593838) 49%, rgba(59,64,70,0) 70%);
  background: -webkit-linear-gradient(123deg, rgba(30,35,41,1) 20%, rgba(59,64,70,0.7091211484593838) 49%, rgba(59,64,70,0) 70%);
  background: linear-gradient(123deg, rgba(30,35,41,1) 20%, rgba(59,64,70,0.7091211484593838) 49%, rgba(59,64,70,0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2329",endColorstr="#3b4046",GradientType=1);
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
}

.cta-section h2{
  color: #fff;
}
.cta-section p{
  color: #fff;
}

/* IMAGE STYLES */
.select-type input[type=radio] + div {
cursor: pointer;
}


.testimonial-items {
  background: rgb(30,35,41);
  background: -moz-linear-gradient(0deg, rgba(30,35,41,1) 44%, rgba(59,64,70,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(30,35,41,1) 44%, rgba(59,64,70,1) 100%);
  background: linear-gradient(0deg, rgba(30,35,41,1) 44%, rgba(59,64,70,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2329",endColorstr="#3b4046",GradientType=1);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
}
.testimonial-items:after {
  content: "\f10d";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  font-size: 80px;
  color: #ffffff14;
}
.testimonial-items:before {
  content: "\f10e";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  font-size: 80px;
  color: #ffffff14;
}

.testimonial-items h3{
  text-transform: capitalize;
  color: #fff;
}
.testimonial-items p {
  font-weight: 300;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.testimonial-items .star {
  color: #FFC700;
  font-size: 24px;
  text-align: center;
}

.testimonial .owl-dots {
  margin: 0;
  display: flex;
  grid-gap: 4px;
  margin-top: 30px !important;
  justify-content: center;
}
.testimonial .owl-dots button{
  outline: none !important;
}
.testimonial .owl-dots button.active span{
  background: #ff8966 !important;
}
.testimonial .owl-dots button span {
  background: #fff;
  border-radius: 50px !important;
  width: 40px !important;
  height: 7px !important;
  margin: 0px  !important;
}

.cta-question {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 50px;
  border-radius: 20px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: rgb(255,139,105);
  background: -moz-linear-gradient(90deg, rgba(255,139,105,1) 0%, rgba(236,102,63,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,139,105,1) 0%, rgba(236,102,63,1) 100%);
  background: linear-gradient(90deg, rgba(255,139,105,1) 0%, rgba(236,102,63,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8b69",endColorstr="#ec663f",GradientType=1);
}
.cta-question h2{
  color: #fff;
}
.cta-question p {
  color: #fff;
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
}

.action-info {
  display: grid;
  grid-template-columns: 26px 1fr;
  grid-gap: 12px;
  margin: auto;
}
.action-info i {
  color: #fff;
  font-size: 32px;
  position: relative;
  top: 5px;
}
.action-info p a {
  display: block;
  color: #fff;
}

.h2-circle:after {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  right: 0;
  margin: auto;
  z-index: -1;
  background: #eee;
}

.z-index-1{
  z-index: 1;
  position: relative;
}


/* Product Page */

.product-image {
  background:white;
  padding: 30px;
  width: 32.5vw;
  border-radius: 0px;
  border: 1px solid #ff8966;
}
.product-image img {
  max-width: 250px;
  margin: auto;
  display: block;
}
.table-product th{
  font-size: 18px;
  background: #eee;
}
.zoom{
  display: grid;
  background: #fff;
  width: 42px;
  height: 42px;
}

#sidebar.fixed {
  position: fixed;
  top: 0px;
  margin-top: 140px;
  width: 32.5vw;
}

@media only screen and (max-width: 991px) {
  .product-image{
      width: 100%;
  }
  #sidebar.fixed{
      width: 100%;
      margin-top: 0px;
      position: relative;
  }
  .internal-banner{
      height: 320px;
  }
}
.dashboard-outer {
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
}
.view-more {
  background: #000000;
  border: none;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  color: #fdf7f7;
  padding: 0px 25px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
}
.nav-header {
  left: auto;
  width: 17rem;
  height: 3.5rem;
  display: inline-block;
  position: fixed;
  top: 0;
  background-color: #EC663F;
  transition: all 0.2s ease;
  z-index: 5;
}
.nav-header .brand-logo {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  color: #1E2329;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
}
.before-blue:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.submit-btn {
  background: #000000;
  border: none;
  font-size: 15px;
  height: 45px;
  line-height: 19px;
  border-radius: 10px;
  color: #fdf7f7;
  padding: 10px 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
}
.submit-btn:hover {
  background: #3B4046;
  color: #fff;
}
.order-btn_blue {
  color: #fff;
  background: #1E2329;
  margin-top: 5px;
  padding: 0px 36px;
  height: 38px;
  line-height: 38px;
  border-radius: 7px;
  font-size: 16px;
  border: 1px solid #030303;
  cursor: pointer;
}
.info-per-btn {
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 100%; 
}
.services-items {
  padding: 35px 25px;
  text-align: center;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
  background: #ededed80;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services-items a.btn-dark {
  margin-top: auto;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.filter-sch {
  display: grid;
  grid-template-columns: 49% 48.2%;
  grid-gap: 30px;
  align-items: end;
  margin-top: 30px;
 
}

.filter{
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 30px;
}
.filter label{
  font-weight: 600;
}
.filter select{
  font-size: 14px;
  height: 50px;
  background: #f1f1f1 url(../images/arrowdwn.svg)no-repeat right 20px center;
  background-size: 8px;
  border-radius: 5px;
  border: none;
  padding: 0px 40px 0px 20px;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;

}
.search-product{
  width: 100%;
}

.search-product input[type=text] {
  font-size: 18px;
  font-weight: 600;
  height: 46px;
  background: #ffffff6e url(../images/srchi.svg) no-repeat right 20px center;
  background-size: 16px;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 0px 40px 0px 10px;
}
.search-products input[type=text] {

  background: #ffffff6e url(../images/srchi.svg) no-repeat right 15px center;
  background-size: 16px;
  /* border-radius: 0px;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 0px 40px 0px 10px;
  font-size: 18px;
  font-weight: 600;
  height: 50px; */
}