body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}
img {
    height: auto;
}
code {
  color: #7432ff;
}
ol, ul {
    padding: 0;
}
ul {
    list-style: disc;
}
.admin-bar .header__transparent {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .header__transparent {
        top: 46px;
    }
}
.admin-bar header .sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar header .sticky {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar header .sticky {
        top: 0 !important;
    }
}
.logo img {
    max-width: 185px;
}
.footer__widget-logo img{
    max-width: 197px;
}
.brand__item.swiper-slide img {
    max-width: 124px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand__item.swiper-slide img {
        max-width: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brand__item.swiper-slide img {
        max-width: 90px;
    }
}
.blog__single {
    position: relative;
}
.blog-text.mb-20 {
    margin-bottom: 0;
}
.blog__single-content p {
    margin-bottom: 28px;
}
.blog__single.sticky::before {
    position: absolute;
    content: "\f5a2";
    left: 50%;
    top: 5px;
    font-family: "Font Awesome 6 Free";
    color: #7432ff;
    font-size: 35px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .blog__single.sticky::before {
        left: 34px;;
    }
}
.maxdi-page-content .post-entry > p {
    margin: 32px 0;
    margin-top: 0;
}
.post-comment-form {
    clear: both;
    margin-top: 60px;
}
.maxdi-page-content .size-full.alignright {
    margin-bottom: 35px;
    margin-top: 20px;
    clear: both;
}
.maxdi-page-content table, .maxdi-page-content th, .maxdi-page-content td {
    border: 1px solid #d1d1d1;
}
.maxdi-page-content table {
    margin-bottom: 30px;
}
.maxdi-page-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}
.maxdi-page-content table tbody td {
    text-align: center;
}
.maxdi-page-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.maxdi-page-content table  a {
    color: #7432ff;
}
dd + dt {
    margin-top: 20px;
}
.maxdi-page-content ol, .maxdi-page-content ul {
    padding-left: 25px;
    margin-bottom: 25px;
}
.maxdi-page-content ol li, .maxdi-page-content ul li {
    margin-bottom: 7px;
}
.maxdi-page-content ol li ol, .maxdi-page-content ul li ul {
    margin-top: 7px;
}
.maxdi-page-content ol ol, .maxdi-page-content ol ul, .maxdi-page-content ul ol, .maxdi-page-content ul ul {
    margin-bottom: 0;
}
hr {
    border-bottom: 1px solid #a2a2a2;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #4a4f61;
    border: 1px solid #ddd;
    padding: 15px;
}
.wp-block-preformatted {
    margin: 30px 0;
}
.footer__widget li.recentcomments {
    padding-right: 0;
}
li.recentcomments {
    padding-right: 20px;
}
ol.wp-block-latest-comments{
    padding-left: 0;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    margin-top: 10px;
    display: block;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    display: inline-block;
}

blockquote {
    background: #fff5e8;
    margin: 35px 0px !important;
    padding: 40px;
    position: relative;
    font-style: normal;
    text-align: left;
    clear: both;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
blockquote p {
    margin-bottom: 0;
}
@media (max-width: 767px){
    blockquote {
        padding: 25px;
    }
}
blockquote::before {
    content: "\f10e";
    position: static;
    font-family: 'Font Awesome 6 Free';
    font-size: 38px;
    font-weight: 700;
    color: transparent;
    line-height: 1;
    margin-bottom: 14px;
    display: inline-block;
    -webkit-text-stroke: 2px #7432ff;
}
blockquote cite {
    font-size: 18px;
    display: block;
    margin-top: 18px;
    color: #4a4f61;
    font-style: inherit;
}
blockquote cite::before {
    content: "";
    font-size: 28px;
    color: #4a4f61;
    padding-bottom: 0px;
    display: inline-block;
    background: #4a4f61;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}
ul .comment-respond {
    margin-bottom: 30px;
}
.size-thumbnail {
    margin-bottom: 20px;
}
.blog-text ul, ol {
    padding-left: 25px;
}
.blog__area-pb-2 ul, ol {
    padding-left: 25px;
}
.blog__single-content-meta > ul {
    padding-left: 0;
}
.blog__wrapper ol li, .blog__wrapper ul li {
    padding-top: 7px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
    color: #fff !important;
    border-radius: 0;
  }
  .wp-block-button {
    margin-bottom: 15px;
}
.wp-block-cover-text {
    color: #fff !important;
}
.wp-block-cover-text a {
    color: #fff !important;
}
.wp-block-cover {
    margin-bottom: 30px;
}
.wp-block-column:nth-child(2n+1) {
    margin-right: 10px;
}
.wp-block-column:not(:last-child) {
    margin-right: 10px;
}
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 10px;
}
.wp-block-quote {
    border-left: 0;
}
.wp-block-quote.has-text-align-right {
    border-right: 0;
}
.wp-block-pullquote {
    border-top: 4px solid #7432ff !important;
    border-bottom: 4px solid #7432ff !important;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 20px 20px;
}
.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff;
    background: #7432ff  !important;
}
.wp-block-archives li a, .wp-block-categories li a {
    color: #4a4f61;
}
.blog-text a {
    color: #7432ff;
}
.blog-text a:hover {
    color: #4a4f61;
}
.blog-text dl, .blog-text ol, .blog-text ul {
    margin-top: 0;
    margin-bottom: 25px;
}
.post-password-form label {
    width: 100%;
}
.post-password-form input[type="submit"] {
    background-color: #7432ff;
    border: none;
    padding: 10px 40px;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    font-weight: 600;
    border-radius: 8px;
}
.blog__wrapper table, .blog__wrapper th, .blog__wrapper td {
    border: 1px solid #d1d1d1;
}
.blog__wrapper table {
    margin-bottom: 30px;
    width: 100%;
}
.blog__wrapper table tbody td {
    text-align: center;
}
.blog__wrapper table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 400;
}
.blog__wrapper table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.blog__tag {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    padding-top: 30px;
}
.blog__tag span {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}
.blog__single-details .blog-text.mb-20 p:last-child {
    margin-bottom: 0;
}
.wp-block-tag-cloud a {
    background: #fff;
    color: #4a4f61;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1;
    padding: 10px 21px;
    padding-bottom: 10px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: uppercase;
    border-radius: 40px;
    border: 0;
}
.wp-block-tag-cloud a:hover {
    color: #ffffff;
    background: #7432ff;
  }
.blog__area .latest-comments ol ol, .blog__area .latest-comments ol ul, .blog__area .latest-comments ul ol, .blog__area .latest-comments ul ul {
    margin-bottom: 20px;
}
.blog__area ol ol, .blog__area ol ul, .blog__area ul ol, .blog__area ul ul {
    margin-bottom: 0;
}
.blog__area ol ul, .blog__area ul ol, .blog__area ul ul, .blog__area ol ul ol {
    margin-bottom: 0;
}
div.comment__box-content ul li, div.comment__box-content ol li {
    list-style: disc;
}
.blog__area .latest-comments ol ol ol, .blog__area .latest-comments ol ul ul, .blog__area .latest-comments ul ol ol, .blog__area .latest-comments ul ul ul {
    margin-bottom: 0px;
}
.wp-block-button .wp-block-button__link {
    color: #fff !important;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    margin-bottom: 20px;
}
.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid #222;
    color: #222 !important;
}
.wp-block-calendar {
    margin-bottom: 30px;
}
.wp-block-archives-dropdown select, .wp-block-categories-dropdown.wp-block-categories select {
    width: 250px;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.wp-block-categories .postform {
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
    float: none;
    margin-bottom: 15px;
}
.blog__single-details h2{
    font-size: 32px;
    margin-bottom: 10px;
}
.sidebar__widget:last-child {
    margin-bottom: 0;
}
.sidebar__widget-2:last-child {
    margin-bottom: 40px;
}
.sidebar__rc-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.sidebar__rc-item:last-child {
    margin: 0;
}
.sidebar__rc-thumb-image {
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 500px) and (max-width: 767px) {
    .sidebar__rc-thumb-image {
        width: 150px;
    }
}
.sidebar__rc-meta {
    font-size: 14px;
    font-weight: 600;
}

.sidebar__rc-meta i {
    padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    section.faq__area.fix.p-relative.pt-105.pb-60.faq__rs {
        padding-top: 130px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    section.portfolio__details.p-relative.pt-120.pb-100 {
      padding-bottom: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    section.project__area.p-relative.pt-130 {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    section.pricing__area.fix.p-relative.mt-105.pt-120.pb-90 {
        margin-bottom: -120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    section.customers__area.fix.p-relative.pt-120.pb-60 {
        margin-top: 120px;
    }
}
#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.tagcloud a {
    font-size: 16px !important;
    font-weight: 600;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #eef3ff;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.tagcloud a:hover {
    color: #ffffff;
    background: #7432ff;
}

.sidebar__widget ul li:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar__widget ul li {
    list-style: none;
    position: relative;
}

.sidebar__widget ul li a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.widget_alimasha-services-cats ul li a {
    display: block;
}

.sidebar__widget ul li a::before {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 700;
}

.sidebar__widget ul li a::after {
    position: absolute;
    content: "\f061";
    right: 20px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 700;
}
.sidebar__widget ul li a:hover {
    color: #7432ff;
}
.sidebar__widget ul li a:hover::after {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.sidebar__widget ul li a:hover::before {
    right: -10px;
    opacity: 0;
    visibility: hidden;
}
.sidebar__widget-search input {
    color: #b4bdff;
}
.sidebar__widget.widget_block h2 {
    position: relative;
    font-weight: 600;
    color: #7432ff;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 35px;
    display: inline-block;
}
.sidebar__widget.widget_block h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -7px;
    width: 100%;
    border-bottom: 1px solid #7432ff;
}
.sidebar__widget.widget_search {
    position: relative;
    background: #1d233a;
    padding: 38px 34px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
.wp-block-search__input {
    padding: 16px 24px;
    width: 100%;
    border: 1px solid #4a4f61;
    font-weight: 500;
    color: #b4bdff;
    background: transparent;
    border-radius: 10px;
}
.sidebar__widget #wp-block-search__input-1 {
    margin-bottom: 0;
}
.sidebar__widget .wp-block-search__button {
    margin-bottom: 0;
}
.sidebar__widget .sidebar__widget-2 #wp-block-search__input-1 {
    margin-bottom: 0;
}
.sidebar__widget .sidebar__widget-2 .wp-block-search__button {
    margin-bottom: 0;
}
#wp-block-search__input-1 {
    margin-bottom: 10px;
}
.wp-block-search__inside-wrapper input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #4a4f61;
  color: #b4bdff;
  font-weight: 500;
  background: transparent;
}
.wp-block-search__button {
    width: 70%;
    font-size: 16px;
    color: #ffffff;
    background: #7432ff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #7432ff;
    padding: 0;
    margin-bottom: 10px;
}
.sidebar__widget.widget_block .wp-block-latest-comments a {
    color: #4a4f61;
}
.sidebar__widget.widget_block .wp-block-latest-comments a:hover {
    color: #7432ff;
}
.sidebar__widget.widget_block ol li a {
    color: #4a4f61;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.6;
}
.sidebar__widget-search.mb-40 {
    margin-bottom: 0;
    position: relative;
    border-radius: 10px;
}
.widget_search .sidebar__widget-title {
    display: none;
}
.footer__widget ul li:not(:last-child) {
    margin-bottom: 35px;
}

.footer__widget ul li {
    list-style: none;
    position: relative;
}

.footer__widget ul li a {
    font-size: 17px;
    font-weight: 600;
}
.footer__widget a.tag-cloud-link.tag-link-193.tag-link-position-12 {
    padding: 0 9px;
}
.footer__widget a.tag-cloud-link.tag-link-81.tag-link-position-13 {
    padding: 0 9px;
}
.sidebar__widget.sidebar__widget-2.widget_recent_entries ul li a::before {
    opacity: 0;
    visibility: hidden;
}
.sidebar__widget.sidebar__widget-2.widget_recent_entries ul li a::after {
    opacity: 0;
    visibility: hidden;
}
.key__factors-icon::before {
    position: absolute;
    content: "\f0b1";
    font-family: "Font Awesome 6 Free";
    font-size: 30px;
    font-weight: 900;
    color: #7432ff;
    padding-left: 15px;
}
.key__factors-icon.key__factors-icon-2::before {
    content: "\f080";
}
.key__factors-icon.key__factors-icon-3::before {
    content: "\f13e";
}
.key__factors-icon.key__factors-icon-4::before {
    content: "\f15c";
}
.key__factors-text {
    margin-left: 42px;
}
@media (max-width: 575px) {
    .key__factors-text {
        margin-left: 0;
    }
}
.values__content-icon::before {
    position: absolute;
    content: "\f7d9";
    font-family: "Font Awesome 6 Free";
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    padding: 29px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #1d233a;
}
.values__content-icon.blue::before {
    background: #7432ff;
}
.values__content-icon.green::before {
    color: #1d233a;
    background: #c5f617;
}
.values__content-text {
    margin-left: 115px;
}
.comment-form-cookies-consent {
    margin-left: 18px;
    display: none;
}
.comment-form-url{
    display: none;
}
.field-format .form-group {
    width: 100%;
}
.post__comment-title {
    margin-bottom: 40px;
    margin-top: 45px;
}
.logged-in-as {
    margin-bottom: 20px;
}
.latest-comments ul li ul.children {
    padding-left: 105px;
}
@media (max-width: 767px){
    .latest-comments ul li ul.children {
        padding-left: 0;
    }
}
ul.children {
    list-style: none;
}
.blog__wrapper ul li a:hover {
    color: #7432ff;
}
.latest__comment li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}
.comment__box-thumb {
    float: left;
    margin-right: 20px;
}
.comment__box-thumb img {
    width: 70px;
    border-radius: 50%;
}
.comment__box-content {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 34px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .comment__box-content > p {
    margin-bottom: 15px;
  }
  .comment__box-content p {
    margin-bottom: 20px;
}
  .comment__box-name {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
  }
  .comment__box-name span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
  }
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-comments ul li ul.children {
        padding-left: 70px;
    }
}
.post__comment-title h4 small {
    font-size: 17px;
    color: #1d233a;
}
.post__comment .latest-comments > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.comment-reply-link{
    text-transform: uppercase;
    color: #7432ff;
    margin-top: 20px;
    font-weight: 600;
    position: relative;
}
.blog__pagination ul li a:hover, .blog__pagination ul li span.current {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #4a4f61;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sidebar__widget ul{
    padding: 0;
    margin: 0;
}
.footer__widget ul{
    padding: 0;
    margin: 0;
}

#recentcomments li a {
    display: inline;
}
.sidebar__widget.widget_recent_comments li span, .sidebar__widget.widget_recent_comments li span a {
    font-weight: 600;
}
.sidebar__widget ul li .rsswidget {
    display: block;
    padding-right: 15px;
}
.footer__widget li.recentcomments span, .footer__widget li.recentcomments span a {
    font-weight: 600;
    color: #b4bdff;
}
.rssSummary {
    line-height: 27px;
    margin: 10px 0;
}
.footer__widget .rssSummary {
    color: #b4bdff;
}
.footer__widget cite {
    color: #b4bdff;
}
.footer__widget .rss-date {
    color: #b4bdff;
}
.footer__widget .sidebar__widget-search {
    padding: 0;
    position: relative;
}
.footer__widget .sidebar__widget-search button {
    right: 7px;
    top: 29px;
}
.footer__widget p {
    color: #b4bdff;
}

.wp-block-archives-dropdown .nice-select{
    float: none;
    margin-bottom: 15px;
    width: 200px;
}
.sidebar__widget .nice-select{
    width: 100%;
    float: none;
    white-space: inherit;
}
.sidebar__widget .nice-select ul li{
    list-style: none;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sidebar__widget .nice-select .option {
    width: 100%;
}

.sidebar__widget .nice-select.open .list {
    width: 100%;
}
.footer__widget .nice-select{
    width: 100%;
    float: none;
    white-space: inherit;
}
.footer__widget .nice-select ul li{
    list-style: none;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer__widget .nice-select .option {
    width: 100%;
}

.footer__widget .nice-select.open .list {
    width: 100%;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.footer__widget #wp-calendar caption {
    color: #fff;
}
#wp-calendar thead {
    font-size: 14px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
.footer__widget #wp-calendar thead th {
    color: #fff;
}
#wp-calendar tbody {
    color: #666;
}
#wp-calendar tbody .pad, #wp-calendar tbody .pad:hover {
    background: none;
}
#wp-calendar tbody td:hover, #wp-calendar tbody td:hover a {
    background: #7432ff;
    color: #fff;
}
#wp-calendar tbody td {
    border: 1px solid #eee;
    text-align: center;
    padding: 8px 0;
    transition: .3s;
    background: #fff;
}
#wp-calendar tbody td#today {
    background: #7432ff !important;
    color: #fff;
}
.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}
.footer__widget .wp-calendar-nav span a {
    color: #fff;
}
.textwidget img {
    max-width: 100%;
}
.sidebar__widget ul ul {
    padding-left: 10px;
    padding-top: 30px;
}
.footer__widget-link {
    margin-bottom: 50px;
}
.footer__widget ul ul {
    padding-left: 10px;
    padding-top: 30px;
}
.footer__area .row.mb-145 {
    margin-bottom: 120px;
}
.footer__area .row.mb-50 {
    margin-bottom: 20px;
}
.menu-footer-menu-2-container ul li:not(:last-child){
    margin-bottom: 20px;
}
.menu-footer-menu-1-container ul li:not(:last-child){
    margin-bottom: 20px;
}
.menu-footer-menu-2-container ul li a{
    font-size: 16px;
    font-weight: normal;
}
.menu-footer-menu-1-container ul li a{
    font-size: 16px;
    font-weight: normal;
}
.services__details-thumb.mb-60 {
    margin-bottom: 50px;
}

/*theme unit test css */
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #7432ff;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.sidebar__widget select {
    max-width: 100%;
    height: 45px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0;
}
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.page-links > span.page-links-title {
    border: 0;
    color: inherit;
}
.page-links a, .page-links > span {
    border: 2px solid #ddd;
    display: inline-block;
    min-width: 35px;
    text-align: center;
    margin-left: 2px;
    height: 33px;
    line-height: 30px;
    margin-right: 3px;
    color: #444;
}
.page-links > span {
    border: 2px solid #7432ff;
    color: #7432ff;
}
.page-links a:hover {
    border: 2px solid #7432ff;
    color: #7432ff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 14px;
    font-style: italic;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}