 /*All-Font-include-here
  font-family: "Fustat", sans-serif;

  .row {margin: 0;}
  [class*="col-"] { padding: 0; }

 font-family: "Montserrat", sans-serif;
 font-family: "Fustat", sans-serif;
 font-family: "IBM Plex Sans", sans-serif;
 font-family: "Hedvig Letters Serif", serif;
*/
 @import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Hedvig+Letters+Serif:opsz@12..24&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 body {
   padding: 0;
   margin: 0;
   max-width: 100%;
   overflow-X: hidden;
   font-family: "Fustat", sans-serif;
   color: #362722;
   font-size: 16px;
   line-height: 1.8;
   font-weight: 500;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
 }
 a {
   outline: none !important;
   text-decoration: none;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   color: #ee542f;
 }
 a:hover, a:focus {
   outline: none !important;
   text-decoration: none;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   color: #362722
 }
 img {
   border: none;
   vertical-align: middle;
   max-width: 100%;
  /* height: auto;*/
   margin: 0px auto;
   max-height: auto;
   width: auto;
 }
 ul, li, p {
   list-style: none;
   padding: 0px;
   margin: 0px;
   line-height: 1.7;
 }
 strong, b {
   font-weight: bold;
 }
 h1, h2, h3, h4, h5, h6 {
   outline: none !important;
   margin: 0px;
   padding: 0px;
   font-weight: bold;
   line-height: 1.3;
   font-family: "Fustat", sans-serif;
 }
 input, select, textarea, button, input:hover, select:hover, textarea:hover, button:hover, input:focus, select:focus, textarea:focus, button:focus {
   outline: none !important;
   box-shadow: none;
   border: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   text-decoration: none;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
 }
 .container {
   width: 100%;
   max-width: 1690px;
   margin: 0 auto;
   padding: 0px 15px
 }
 .no-padding {
   padding: 120px 0
 }
 .bg {
   -webkit-background-size: cover !important;
   -moz-background-size: cover !important;
   -o-background-size: cover !important;
   background-size: cover !important;
   background-position: center center !important;
   background-repeat: no-repeat !important
 }
 .header-info {
   position: absolute;
   width: 100%;
   display: inline-block;
   text-align: left;
   vertical-align: middle;
   z-index: 2;
   left: 0px;
   right: 0px;
   padding: 25px 50px;
   background: #ebe9e5;
   position: fixed;
   top: 0px;
   left: 0px;
   right: 0px;
   min-height: 156px;
 }
 .header-info .logo {
   width: auto;
   float: none;
   z-index: 1;
   padding: 0px;
   position: relative;
   display: inline-block;
   vertical-align: middle;
 }
 .header-info .logo a, .header-info .logo a img {
   display: inline-block;
   vertical-align: middle;
 }
 .header-info .logo a img {
   width: 266px;
 }
 .nav-menu-content {
   display: inline-block;
   vertical-align: middle;
   width: auto;
   text-align: left;
   padding-left: 100px !important;
   /* padding-left: 200px !important; */
 }
 .nav-menu-content nav {
   width: 100%;
   padding: 0px
 }
 .nav-menu-content .sm-clean {
   text-align: center
 }
 .navbar-expand-lg .navbar-collapse {
   justify-content: center;
 }
 .nav-menu-content .sm-clean li {
   margin: 0px 15px;
   position: relative;
 }
 .nav-menu-content .sm-clean li:first-child {
   margin-left: 0px
 }
 .nav-menu-content .sm-clean li:last-child {
   margin-right: 0px
 }
 .nav-menu-content .sm-clean ul li {
   margin: 0px 0px;
 }
 .nav-menu-content .sm-clean li a {
   color: #2e2e2e;
   font-size: 18px;
   padding: 8px 0px;
   font-weight: bold;
   text-transform: capitalize;
   position: relative;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   -ms-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   font-family: "Fustat", sans-serif;
 }
 .nav-menu-content .sm-clean li a:hover, .nav-menu-content .sm-clean li a:focus, .nav-menu-content .sm-clean li a.highlighted, .nav-menu-content .sm-clean li.current-menu-item a {
   color: #ee542f;
 }
 .nav-menu-content .sm-clean ul li a, .nav-menu-content .sm-clean li.current-menu-item ul li a {
   padding: 0px 0px;
   color: #2e2e2e;
   font-size: 16px;
   font-weight: bold;
   text-transform: none;
   position: relative;
   line-height: normal;
   border-radius: 0px !important;
   border-top: 1px solid #e7e7e7;
 }
 .nav-menu-content .sm-clean ul li {
   border-bottom: none;
   padding: 7px 0px;
 }
 .nav-menu-content .sm-clean ul li a {
   padding: 0px 30px !important;
 }
 .sm-clean ul li a.has-submenu::after {
   right: 30px !important;
 }
 .nav-menu-content .sm-clean ul li:last-child {
   border-bottom: none;
 }
 .nav-menu-content .sm-clean ul li a:hover, .nav-menu-content .sm-clean ul li a:focus, .nav-menu-content .sm-clean ul li a.highlighted, .nav-menu-content .sm-clean ul li.current-menu-item a, .nav-menu-content .sm-clean ul li.current-menu-ancestor a {
   color: #ee542f;
 }
 .nav-menu-content .sm-clean ul li ul li a, .nav-menu-content .sm-clean ul li.current-menu-item ul li a, .nav-menu-content .sm-clean ul li.current-menu-ancestor ul li a {
   color: #2e2e2e;
 }
 .nav-menu-content .sm-clean ul li ul li a:hover, .nav-menu-content .sm-clean ul li ul li a:focus, .nav-menu-content .sm-clean ul li ul li a.highlighted, .nav-menu-content .sm-clean ul li ul li.current-menu-item a, .nav-menu-content .sm-clean ul li ul li a.disabled {
   color: #ee542f;
 }
 .defualt-content-info h1, h1 {
   font-size: 60px;
   color: #362722;
   margin-bottom: 15px;
   font-weight: normal;
 }
 h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
   font-weight: bold;
   color: #ee542f;
   font-family: "Fustat", sans-serif;
 }
 .defualt-content-info h2, h2 {
   font-size: 48px;
   color: #362722;
   margin-bottom: 10px;
   font-weight: bold;
   line-height: 1.3;
   font-family: "Fustat", sans-serif;
 }
 .defualt-content-info h3, h3 {
   font-size: 36px;
   color: #362722;
   margin-bottom: 10px;
   font-weight: bold;
   line-height: 1.3;
   font-family: "Fustat", sans-serif;
 }
 .defualt-content-info h4, h4 {
   font-size: 30px;
   color: #362722;
   margin-bottom: 10px;
   font-weight: bold;
   line-height: 1.3;
   font-family: "Fustat", sans-serif;
 }
 .defualt-content-info h5, h5 {
   font-size: 24px;
   color: #362722;
   margin-bottom: 17px;
   font-weight: bold;
   font-family: "Fustat", sans-serif;
   text-transform: capitalize;
   line-height: 1.3;
 }
 .defualt-content-info h6, h6 {
   font-size: 16px;
   color: #ee542f;
   margin-bottom: 10px;
   font-weight: 900;
   line-height: 1.3;
   font-family: "Fustat", sans-serif;
   text-transform: uppercase;
   letter-spacing: 3px;
 }
 .defualt-content-info img {
   margin-bottom: 30px;
 }
 .defualt-content-info p, p {
   font-size: 18px;
   line-height: 1.8;
   color: #362722;
   margin-bottom: 20px;
   font-weight: 500;
 }
 .defualt-content-info p a, p a {
   color: #ee542f;
   font-weight: bold;
 }
 .defualt-content-info p a:hover, .defualt-content-info p a:focus, p a:hover, p a:focus {
   color: #362722;
 }
 .defualt-content-info ul, .defualt-content-info ol {
   margin-bottom: 35px;
 }
 .defualt-content-info ul li, .defualt-content-info ol li {
   font-size: 18px;
   line-height: 1.8;
   color: #362722;
   margin-bottom: 10px;
   padding-left: 19px;
   font-weight: 500;
   position: relative;
 }
 .defualt-content-info ul li a, .defualt-content-info ol li a {
   color: #ee542f;
   font-weight: bold;
 }
 .defualt-content-info ul li a:hover, .defualt-content-info ul li a:focus, .defualt-content-info ol li a:hover, .defualt-content-info ol li a:focus {
   color: #362722;
 }
 .defualt-content-info ul li:before {
   content: "";
   position: absolute;
   background: #abcad6;
   width: 8px;
   height: 8px;
   position: absolute;
   left: 0px;
   top: 11px;
   border-radius: 8px;
   background-size: contain !important;
   background-repeat: no-repeat !important;
 }
 .defualt-content-info ol {
   padding-left: 0px;
 }
 .defualt-content-info ol > li::before {
   counter-increment: my;
   content: counter(my);
   position: absolute;
   left: 0px;
   top: 3px;
   height: 25px;
   width: 25px;
   text-align: center;
   line-height: 25px;
   font-size: 15px;
   background: #abcad6;
   color: #fff;
   font-weight: bold;
   border-radius: 0px;
   font-family: "Fustat", sans-serif;
 }
 .defualt-content-info ol {
   list-style: none;
   counter-reset: my;
 }
 .defualt-content-info ol ul {
   margin-top: 20px !important;
   margin-bottom: 20px !important;
 }
 .defualt-content-info ol > li {
   position: relative;
   margin-bottom: 14px;
   padding-left: 40px;
   counter-increment: section;
 }
 /*defualt-content-info---defualt-content-info----defualt-content-info*/
 /*.sticky-block {
     position: sticky;
     top: 0px;
}
 */
 .coman-row {
   margin: 0px -40px;
 }
 .coman-col {
   padding: 0px 40px;
 }
 .alignnone {
   margin: 0px 30px 30px 0;
 }
 .aligncenter, div.aligncenter {
   display: block;
   margin: 0px auto 30px auto;
 }
 .alignright {
   float: right;
   margin: 0px 0 30px 30px;
 }
 .alignleft {
   float: left;
   margin: 5px 30px 30px 0;
 }
 a img.alignright {
   float: right;
   margin: 0px 0 30px 20px;
 }
 a img.alignnone {
   margin: 0px 30px 30px 0;
 }
 a img.alignleft {
   float: left;
   margin: 0px 30px 30px 0;
 }
 a img.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
 .wp-caption.alignnone {
   margin: 0px 30px 30px 0;
 }
 .wp-caption.alignleft {
   margin: 0px 30px 30px 0;
 }
 .wp-caption.alignright {
   margin: 0px 0 30px 30px;
 }
 img.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
 /*.coman-side-bar{
     position: sticky;
     top: 0px;
}
 */
 .deskop-block {
   display: block !important;
 }
 .mobile-block {
   display: none !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block {
   margin: 40px 0px;
   background: #fff;
   border: 2px solid #4f68b1;
   border-radius: 6px;
   padding: 25px;
   -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
   -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
   overflow: visible;
   max-width: 100%;
 }
 .wp-block-table-of-contents-block-table-of-contents-block:first-child {
   margin-top: 0px !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block:last-child {
   margin-bottom: 0px !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container {
   max-width: 100%;
   background-color: transparent;
   margin: 0px !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul {
   display: inline-block;
   margin: 0;
   padding: 0;
   text-align: left;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul > li::before {
   content: "";
   position: absolute;
   background: url("../images/left-arrow-2.png");
   width: 7px;
   height: 12px;
   position: absolute;
   left: 0px;
   top: 12px;
   border-radius: 0px;
   background-size: contain !important;
   background-repeat: no-repeat !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul > li {
   padding-left: 17px;
   position: relative;
   padding-bottom: 0px !important;
   margin-bottom: 10px !important;
   color: #2a272b;
   font-size: 21px !important;
   padding-top: 0px !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul li a {
   color: #2a272b;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul li a:hover, .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul > li a:focus {
   color: #4f68b1;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul ul {
   padding-left: 20px;
   margin: 0px 0px;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul ul li::before {
   content: "";
   position: absolute;
   background: #4f68b1;
   background-repeat: repeat;
   background-size: auto;
   width: 7px;
   height: 7px;
   position: absolute;
   left: 0px;
   top: 14px;
   border-radius: 24px;
   background-size: contain !important;
   background-repeat: no-repeat !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul ul li {
   position: relative;
   padding-left: 17px;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-title {
   padding: 0px !important;
   border-bottom: 2px solid #edeff3 !important;
   font-weight: bold !important;
   font-size: 30px !important;
   color: #01101b !important;
   font-family: 'Roboto Slab', serif;
   margin-bottom: 20px;
   padding-bottom: 15px !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol {
   counter-reset: item;
   margin: 0px !important;
   padding: 0px !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li {
   color: #2a272b;
   font-size: 21px;
   padding: 0px !important;
   margin: 0px !important;
   margin-bottom: 10px !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li::before {
   left: 0px !important;
   top: auto !important;
   position: relative !important;
   height: auto !important;
   width: auto !important;
   text-align: center !important;
   line-height: normal !important;
   font-size: 21px !important;
   background: transparent !important;
   font-weight: 700 !important;
   text-align: center !important;
   border-radius: 0 !important;
   color: #2a272b !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol ol {
   padding-left: 20px !important;
   margin: 10px 0px !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li a {
   color: #2a272b !important;
 }
 .wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li a:hover, .wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li a:focus {
   color: #4f68b1 !important;
 }
 .eb-toc__list-wrap ol li::before {
   content: counters(item, ".") "." !important;
   counter-increment: item !important;
   padding-right: 5px !important;
 }
 .tel-info {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   text-align: right;
   float: right;
 }
 .tel-info p {
   font-family: "Fustat", sans-serif;
   color: #2e2e2e;
   font-size: 16px;
   font-weight: 600;
   text-align: center;
   text-transform: capitalize;
   letter-spacing: 0px;
   margin-bottom: 10px !important;
   text-align: right;
 }
 .contact-btn {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   margin-left: 30px;
   text-align: center;
 }
 .contact-btn a {
   color: #122a4f;
   font-size: 14px;
   background: #ffffff;
   border-radius: 5px;
   height: 60px;
   line-height: 60px;
   width: 150px;
   font-weight: bold;
   text-transform: uppercase;
   display: inline-block;
   letter-spacing: 2px;
 }
 .contact-btn a:hover, .contact-btn a:focus {
   color: #fff;
   background: #ee542f;
 }
 .tel-info p a {
   color: #ffffff;
   font-size: 32px;
   font-weight: 900;
   display: inline-block;
   line-height: 1.2;
   text-transform: uppercase;
   font-family: "Fustat", sans-serif;
   text-align: center;
   letter-spacing: 0 !important;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   padding-top: 7px;
   margin-top: 7px;
 }
 .tel-info p a:hover, .tel-info p a:focus {
   color: #ee542f;
 }
 footer {
   position: relative;
   background: #362722;
 }
 .footer-menu {
   text-align: center;
   background: none;
   padding: 42px 0px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   border-top: 1px solid rgba(255, 255, 255, 0.1);
 }
 .footer-menu ul li {
   display: inline-block;
   padding: 0px 23px;
 }
 .footer-menu ul li:first-child {
   padding-left: 0px;
   border: none !important;
 }
 .footer-menu ul li:last-child {
   padding-right: 0px;
 }
 .footer-menu ul li a {
   color: #ffffff;
   font-size: 18px;
   text-transform: capitalize;
   font-weight: bold;
 }
 .footer-menu ul li a:hover, .footer-menu ul li a:focus {
   color: #ee542f;
 }
 .copyright-sec {
   background: #362722;
   padding: 18px 0px;
 }
 .copyright-sec figure {
   margin-bottom: 0px;
   text-align: right;
 }
 .copyright-sec p {
   color: #fff;
   font-size: 16px;
   margin-bottom: 0px;
   font-weight: normal;
   text-transform: capitalize;
 }
 .copyright-sec p a {
   color: #fff;
 }
 .copyright-sec p a:hover, .copyright-sec p a:focus {
   color: #1f2e58;
 }
 .coman-btn-block .coman-btn-one, .coman-btn-block .coman-btn-second {
   border-radius: 0px;
   display: inline-block;
   font-size: 17px;
   text-transform: capitalize;
   font-weight: bold;
   height: 60px;
   line-height: 60px;
   width: 340px;
   margin: 5px 2px;
   text-align: center;
   position: relative;
   z-index: 1;
   color: #fff !important;
   font-family: "IBM Plex Sans", sans-serif;
 }
 .coman-btn-block .coman-btn-second img {
   margin-right: 3px;
   margin-bottom: 0px !important;
   position: relative;
   top: -1px !important;
   width: 24px;
   height: auto;
 }
 .coman-btn-block .coman-btn-one img {
   margin-left: 7px;
   margin-bottom: 0px !important;
 }
 .coman-btn-block .coman-btn-second {
   color: #362722 !important;
 }
 .coman-btn-block .coman-btn-second:hover, .coman-btn-block .coman-btn-second:focus {
   color: #362722 !important;
 }
 .coman-btn-block .coman-btn-one:hover, .coman-btn-block .coman-btn-one:focus {
   color: #fff !important;
 }
 .coman-btn-block .coman-btn-second:before {
   background: #abcad6;
   color: #fff;
   transform: scale(1);
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0px;
   right: 0px;
   margin: auto;
   z-index: -1;
   animation: pulse-blue 2s infinite;
   transform: scale(1);
   border-radius: 50px;
 }
 .coman-btn-block .coman-btn-second:hover:before, .coman-btn-block .coman-btn-second:focus:before {
   background: #ee542f;
   border-radius: 50px;
   color: #fff;
 }
 .coman-btn-block .coman-btn-one:before {
   background: #ee542f;
   color: #fff;
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0px;
   right: 0px;
   margin: auto;
   z-index: -1;
   border-radius: 50px;
 }
 .coman-btn-block .coman-btn-one:hover:before, .coman-btn-block .coman-btn-one:focus:before {
   background: #abcad6;
   color: #fff;
   border-radius: 50px;
 }
 @keyframes pulse-blue {
   0% {
     transform: scale(0.95);
     box-shadow: 0 0 0 0 rgba(3, 126, 186, 0.7);
   }
   70% {
     transform: scale(1);
     box-shadow: 0 0 0 12px rgba(3, 126, 186, 0);
   }
   100% {
     transform: scale(0.95);
     box-shadow: 0 0 0 0 rgba(3, 126, 186, 0);
   }
 }
 .coman-btn {
   width: 270px;
   height: 48px;
   line-height: 48px;
   display: inline-block;
   font-weight: bold;
   text-transform: capitalize;
   font-size: 17px;
   color: #ffffff;
   background: #362722;
   text-align: center;
   border-radius: 0px;
   font-family: "Fustat", sans-serif;
   margin: auto;
   position: relative;
   border-radius: 50px;
 }
 .coman-btn:hover, .coman-btn:focus {
   color: #fff !important;
   background: #ee542f !important;
 }
 .coman-btn-block.coman-btn-block-second .coman-btn-one, .coman-btn-block.coman-btn-block-second .coman-btn-second {
   height: 48px;
   line-height: 48px;
   font-size: 16px;
   width: 280px;
   text-align: center !important;
   padding: 0px 5px !important;
 }
 .coman-btn-block.coman-btn-block-second .coman-btn-second img {
   margin-right: 3px;
   width: 23px;
 }
 .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
   display: none !important;
 }
 .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
   color: red !important;
   font-size: 10px;
   line-height: 1.6;
 }
 .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid="true"] + label, .gform_wrapper.gravity-theme label + [aria-invalid="true"] {
   color: red !important;
 }
 div#ez-toc-container {
   padding: 40px 40px 30px 40px;
   border: none;
   margin: 20px 0px !important;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   border-radius: 0px !important;
   background: #faf6ee !important;
   width: 100% !important;
   display: inline-block !important;
 }
 .ez-toc-title-container {
   position: relative;
 }
 div#ez-toc-container nav ul li {
   font-size: 100%;
 }
 #ez-toc-container a.ez-toc-toggle {
   width: 100% !important;
 }
 div#ez-toc-container ul li, div#ez-toc-container ul li a {
   font-size: 100% !important;
 }
 div#ez-toc-container ul li, div#ez-toc-container ul li a {
   font-weight: bold;
   margin-bottom: 5px !important;
 }
 .ez-toc-title-container .ez-toc-title-toggle {
   position: absolute;
   opacity: 0;
   width: 100%;
   left: 0px;
   top: 0px;
 }
 div#ez-toc-container .ez-toc-title {
   color: #362722;
   font-size: 36px !important;
   font-weight: bold;
   text-transform: capitalize;
   font-family: "Fustat", sans-serif;
   margin-bottom: 7px;
   display: inline-block;
   width: 100%;
 }
 div#ez-toc-container ul li:before {
   display: none !important;
 }
 #ez-toc-container a {
   color: #362722 !important;
   font-weight: normal;
   font-size: 18px;
   text-decoration: none !important;
 }
 #ez-toc-container a:hover, #ez-toc-container a:focus {
   color: #ee542f !important;
 }
 .ez-toc-counter nav ul li a::before {
   color: #ee542f !important;
   font-weight: bold !important;
 }
 div#ez-toc-container ul ul ul li {
   margin-top: 3px !important;
 }
 div#ez-toc-container ul ul {
   padding-left: 20px;
 }
 div#ez-toc-container ul {
   margin-top: 3px !important;
   margin-left: 0px;
   margin-bottom: 5px;
 }
 #ez-toc-container ul ul ul, .ez-toc div.ez-toc-widget-container ul ul ul {
   margin-left: 30px !important;
   margin-bottom: 5px !important;
 }
 .deskop-block {
   display: block;
 }
 .mobile-block {
   display: none;
 }
 .mobile-contact-info {
   display: none;
 }
 .video-block figure {
   position: relative;
   text-align: center;
   margin: 0px;
   border-radius: 9px;
 }
 .video-block figure img {
   width: 100%;
   margin: 0px;
   border-radius: 9px;
 }
 .video-block .play-btn {
   position: absolute;
   top: 50%;
   -moz-transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
   left: 0px;
   right: 0px;
   margin: auto;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
 }
 .video-block i {
   line-height: 64px;
   height: 64px;
   color: #ee542f;
   width: 64px;
   border-radius: 64px;
   font-size: 20px;
   display: inline-block;
   position: relative;
   background: #ffffff;
 }
 .video-block .play-btn a, .video-block .play-btn i, .video-block .play-btn i:after {
   transform: scale(1);
   animation: 2s infinite pulse-play
 }
 @keyframes pulse-play {
   0% {
     transform: scale(.95);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
   }
   70% {
     transform: scale(1);
     box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
   }
   100% {
     transform: scale(.95);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
   }
 }
 .coman-accordion {
   position: relative;
 }
 .coman-accordion .accordion-item {
   background-color: #fdfcf9;
   padding: 0px;
   margin-bottom: 20px;
   border: none !important;
   -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
   -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
   box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
   border-radius: 7px !important;
 }
 .coman-accordion .accordion-item .accordion-button {
   padding: 27px 39px;
   box-shadow: none;
   background: #fdfcf9;
   color: #362722;
   font-size: 30px;
   outline: none;
   border: none !important;
   border-bottom: none;
   font-family: "Fustat", sans-serif;
   font-weight: bold;
   padding-right: 70px !important;
   border-radius: 9px !important;
   line-height: 1.3;
 }
 .coman-accordion .accordion-item .accordion-button:after {
   width: 48px;
   height: 48px;
   font-family: "FontAwesome";
   font-weight: 900;
   transform: none !important;
   position: absolute;
   right: 24px;
   background: #f1f0ed !important;
   text-align: center !important;
   border-radius: 50px !important;
   font-size: 20px !important;
   line-height: 48px !important;
 }
 .coman-accordion .accordion-item .accordion-button[aria-expanded="false"]:after {
   content: "\2b";
   color: #2e2e2e;
 }
 .coman-accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
   content: "\f068";
   color: #fff !important;
   background: #362722 !important;
 }
 .coman-accordion .accordion-item .accordion-button:not(.collapsed) {
   background: none;
   color: #362722;
   border: none !important;
 }
 .coman-accordion .accordion-item .accordion-button[aria-expanded="true"] {
   border: none !important;
   border-bottom: none !important;
   border-radius: 9px 9px 0px 0px !important;
 }
 .coman-accordion .accordion-body {
   padding: 34px 37px;
   border: none !important;
   padding-top: 0px !important;
   border-top: none !important;
   border-radius: 0px 0px 9px 9px !important;
 }
 .header-info .logo {
   display: none;
 }
 .header-info.fixed .logo {
   display: inline-block;
 }
 .header-info.fixed {
   position: fixed;
   top: 0px;
   left: 0px;
   right: 0px;
   z-index: 99999;
 }
 .header-info .nav-menu-content {
   padding: 36px 0px;
 }
 .header-btn-one {
   color: #fff;
   font-size: 16px;
   background: #ee542f;
   border-radius: 50px;
   padding: 12px 25px;
   font-weight: bold;
   margin-left: 15px;
 }
 .header-btn-one img {
   margin-left: 7px;
 }
 .header-btn-one:hover, .header-btn-one:focus {
   background: #362722;
   color: #fff;
 }
 .header-btn-second {
   color: #362722;
   font-size: 16px;
   background: #abcad6;
   border-radius: 50px;
   padding: 12px 25px;
   font-weight: bold;
   margin-left: 15px;
 }
 .header-btn-second img {
   margin-right: 7px;
 }
 .header-btn-second:hover, .header-btn-second:focus {
   background: #f7efda;
   color: #362722;
 }
 .blockquote-det .blockquote-img {
   float: left;
   margin: 0px;
   width: 66px;
   height: 66px;
   border-radius: 66px;
 }
 .blockquote-det .blockquote-img img {
   margin-bottom: 0px;
 }
 blockquote {
   margin: 30px 0px 50px 0px;
   text-align: center;
 }
 .blockquote-det {
   display: inline-block;
   text-align: left;
 }
 .blockquote-det .blockquote-inn {
   overflow: hidden;
   padding-top: 7px;
   padding-left: 12px;
 }
 .blockquote-det .blockquote-inn h6 {
   color: #362722;
   font-size: 21px;
   margin-bottom: 0px;
   font-family: "Fustat", sans-serif;
   text-transform: capitalize !important;
   line-height: normal;
   font-weight: bold;
 }
 .blockquote-det .blockquote-inn p {
   color: #abcad6;
   font-size: 15px;
   font-family: "IBM Plex Sans", sans-serif;
   font-weight: bold;
   margin-bottom: 0px;
   text-transform: uppercase;
 }
 blockquote h3 {
   color: #362722 !important;
   font-size: 32px !important;
   font-weight: normal !important;
   font-family: "Hedvig Letters Serif", serif !important;
   line-height: 1.5 !important;
   margin-bottom: 25px !important;
 }
 .footer-logo {
   margin-bottom: 20px;
 }
 .phone-link a {
   color: #abcad6;
   font-size: 48px;
   font-weight: 900;
   font-family: "Fustat", sans-serif;
 }
 .phone-link a:hover, .phone-link a:focus {
   color: #ee542f;
 }
 .social-link, .phone-link {
   text-align: center;
   margin-bottom: 30px;
 }
 .phone-link {
   text-align: center;
   margin-bottom: 20px;
 }
 .social-link ul li:first-child {
   padding-left: 0 !important
 }
 .social-link ul li {
   display: inline-block;
   padding: 0 16px
 }
 .social-link ul li:last-child {
   padding-right: 0 !important
 }
 .social-link ul li a {
   font-size: 30px;
   color: #fff
 }
 .social-link ul li a:focus, .social-link ul li a:hover {
   color: #ee542f !important
 }
 .location-sec {
   background: #362722;
   text-align: center;
 }
 .location-block {
   max-width: 1080px;
   margin: auto;
   margin-top: 50px;
 }
 .location-block iframe {
   border: 0;
   width: 100%;
   height: 580px;
   border-radius: 10px;
 }
 .location-block h1, .location-block h2, .location-block h3, .location-block h4, .location-block h5, .location-block h6, .location-block p {
   color: #fff;
 }
 .location-block .coman-btn {
   background: #fff !important;
   color: #2e2e2e;
 }
 .location-block .coman-btn:hover, .location-block .coman-btn:focus {
   color: #fff !important;
   background: #ee542f !important;
 }
 .inner-benner-sec {
   margin-top: 156px;
   padding: 70px 0px;
   text-align: center;
 }
 .inner-benner-sec h2 {
   display: inline-block;
   clear: both;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 18px;
   margin-bottom: 20px;
   font-family: "Fustat", sans-serif;
   line-height: 1.5;
 }
 .inner-benner-sec h1 {
   color: #ffffff;
   font-size: 60px;
   font-weight: bold;
   margin-bottom: 20px;
   line-height: 1.3;
 }
 .inner-benner-sec .coman-btn-block .coman-btn-second {
   color: #362722 !important;
 }
 .inner-benner-sec .coman-btn-block .coman-btn-second:hover, .inner-benner-sec .coman-btn-block .coman-btn-second:focus {
   color: #362722 !important;
 }
 .inner-benner-sec .coman-btn-block .coman-btn-second:before {
   background: #f7efda;
   color: #362722;
 }
 .inner-benner-sec .coman-btn-block .coman-btn-second:hover:before, .inner-benner-sec .coman-btn-block .coman-btn-second:focus:before {
   background: #abcad6;
   color: #362722;
 }
 .fact-checked-info {
   background: #f4f4f3;
   border: 2px solid #f4f4f3;
   padding: 25px 40px;
   border-radius: 0px;
   border-radius: 8px;
 }
 .fact-checked-info figure {
   float: left;
   margin: 0px;
   margin-right: 45px;
 }
 .fact-checked-info p {
   overflow: hidden;
   margin: 0px;
   vertical-align: middle;
   color: #362722;
   font-weight: 500;
   font-size: 16px;
   padding-left: 45px;
   border-left: 3px solid #e1dfde;
 }
 .fact-checked-info p a {
   color: #abcad6;
 }
 .fact-checked-sec {
   background: #ffffff;
 }
 .contact-shortcode {
   text-align: center;
   padding: 25px 25px;
   margin: 50px 0px;
   position: relative;
   border-radius: 10px;
   background: #362722;
 }
 .contact-shortcode h1, .contact-shortcode h2, .contact-shortcode h3, .contact-shortcode h4, .contact-shortcode h5, .contact-shortcode h6, .contact-shortcode p {
   color: #fff !important;
   margin-bottom: 10px;
 }
 .contact-shortcode p {
   max-width: 950px;
   margin: auto;
   margin-bottom: 20px;
 }
 .contact-shortcode h4 {
   font-size: 36px;
   font-weight: bold;
 }
 .contact-shortcode .coman-btn-block .coman-btn-second {
   color: #362722 !important;
 }
 .contact-shortcode .coman-btn-block .coman-btn-second:hover, .contact-shortcode .coman-btn-block .coman-btn-second:focus {
   color: #362722 !important;
 }
 .contact-shortcode .coman-btn-block .coman-btn-second:before {
   background: #f7efda;
   color: #362722;
 }
 .contact-shortcode .coman-btn-block .coman-btn-second:hover:before, .contact-shortcode .coman-btn-block .coman-btn-second:focus:before {
   background: #abcad6;
   color: #362722;
 }
 .get-in-touch-shortcode {
   padding: 16px 40px;
   margin: 50px 0px;
   position: relative;
   border-radius: 10px;
   background: #362722;
 }
 .get-in-touch-shortcode h2, .get-in-touch-shortcode h3, .get-in-touch-shortcode h4, .get-in-touch-shortcode h5, .get-in-touch-shortcode h6 {
   color: #fff !important;
   margin-bottom: 0px !important;
   font-weight: bold;
 }
 .get-in-touch-shortcode p {
   color: #ee542f;
   font-size: 16px !important;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0px 0px 5px 0px;
   letter-spacing: 4px;
   text-align: center;
 }
 .get-in-touch-shortcode a {
   color: #ffffff;
   font-size: 34px; /*!important;*/
   text-transform: uppercase;
   margin: 0px;
   text-align: center;
   font-weight: bold;
 }
 .get-in-touch-shortcode a:hover, .get-in-touch-shortcode a:focus {
   color: #ee542f;
 }
 .get-in-touch-shortcode h4 {
   text-align: center;
   line-height: 1.1;
 }
 .awards-and-accolades-shortcode .awards-and-accolades-slider figure {
   height: 100px !important;
   line-height: 100px !important;
   text-align: center;
   margin: 0px;
   padding: 0px 15px;
 }
 .awards-and-accolades-shortcode .awards-and-accolades-sec h2 {
   font-family: "IBM Plex Sans", sans-serif;
   color: #ee542f;
   opacity: 1;
   font-size: 16px;
   text-transform: uppercase;
   font-weight: bold;
   text-align: center;
   letter-spacing: 5px;
   margin-bottom: 20px;
 }
 .awards-and-accolades-shortcode .awards-and-accolades-sec {
   margin: 50px 0px;
   padding: 0px !important;
 }
 .user-shortcode-inn {
   padding: 50px;
   margin: 0px 0px !important;
   text-align: left;
   background-repeat: no-repeat !important;
   background-position: left bottom !important;
   background-size: auto 100% !important;
   position: relative;
   border-radius: 0px;
   border-radius: 10px 10px 0px 0px !important;
   background-color: #362722 !important;
 }
 .user-shortcode h1, .user-shortcode h2, .user-shortcode h3, .user-shortcode h4, .user-shortcode h5, .user-shortcode h6, .user-shortcode p, .user-shortcode ul li, .user-shortcode ol li {
   color: #fff !important;
   margin-bottom: 10px;
   font-style: normal !important;
 }
 .user-shortcode h1, .user-shortcode h2, .user-shortcode h3, .user-shortcode h4, .user-shortcode h5, .user-shortcode h6 {
   margin-bottom: 15px;
   font-weight: bold !important;
 }
 .user-shortcode h6 {
   color: #ee542f !important;
   font-size: 18px !important;
   letter-spacing: 0px !important;
 }
 .user-shortcode h2 {
   font-weight: bold !important;
 }
 .user-shortcode h4 {
   font-size: 36px;
   margin-bottom: 10px !important;
 }
 .user-shortcode p {
   margin-bottom: 15px !important;
 }
 .user-shortcode p:last-child {
    margin-bottom: -30px !important;
   /* margin-bottom: 0px !important; */
 }
 .user-shortcode p a:hover, .user-shortcode p a:focus {
   color: #e18141 !important;
 }
 .user-shortcode .coman-btn-block {
   background: #291d18;
   text-align: center;
   border-radius: 0px 0px 10px 10px !important;
   padding: 15px 0px;
 }
 .user-shortcode {
   margin: 50px 0px;
 }
 .user-shortcode .coman-btn-block .coman-btn-second {
   color: #362722 !important;
 }
 .user-shortcode .coman-btn-block .coman-btn-second:hover, .user-shortcode .coman-btn-block .coman-btn-second:focus {
   color: #362722 !important;
 }
 .user-shortcode .coman-btn-block .coman-btn-second:before {
   background: #f7efda;
   color: #362722;
 }
 .user-shortcode .coman-btn-block .coman-btn-second:hover:before, .user-shortcode .coman-btn-block .coman-btn-second:focus:before {
   background: #abcad6;
   color: #362722;
 }
 .second-user-shortcode .user-shortcode-inn {
   padding: 50px;
   margin: 0px 0px !important;
   text-align: left;
   background-repeat: no-repeat !important;
   background-position: left bottom !important;
   background-size: auto 100% !important;
   position: relative;
   border-radius: 0px;
   border-radius: 10px 10px 0px 0px !important;
   background-color: #362722 !important;
 }
 .second-user-shortcode h1, .second-user-shortcode h2, .second-user-shortcode h3, .second-user-shortcode h4, .second-user-shortcode h5, .second-user-shortcode h6, .second-user-shortcode p, .second-user-shortcode ul li, .second-user-shortcode ol li {
   color: #fff !important;
   margin-bottom: 10px;
   font-style: normal !important;
 }
 .second-user-shortcode h1, .second-user-shortcode h2, .second-user-shortcode h3, .second-user-shortcode h4, .second-user-shortcode h5, .second-user-shortcode h6 {
   margin-bottom: 15px;
   font-weight: bold !important;
 }
 .second-user-shortcode h6 {
   color: #ee542f !important;
   font-size: 18px !important;
   letter-spacing: 0px !important;
 }
 .second-user-shortcode h2 {
   font-weight: bold !important;
 }
 .second-user-shortcode p {
   margin-bottom: 15px !important;
 }
 .second-user-shortcode p:last-child {
   margin-bottom: 0px !important;
 }
 .second-user-shortcode p a:hover, .second-user-shortcode p a:focus {
   color: #e18141 !important;
 }
 .second-user-shortcode {
   margin: 50px 0px;
 }
 .second-user-shortcode .coman-btn-block .coman-btn-second {
   color: #362722 !important;
 }
 .second-user-shortcode .coman-btn-block .coman-btn-second:hover, .second-user-shortcode .coman-btn-block .coman-btn-second:focus {
   color: #362722 !important;
 }
 .second-user-shortcode .coman-btn-block .coman-btn-second:before {
   background: #f7efda;
   color: #362722;
 }
 .second-user-shortcode .coman-btn-block .coman-btn-second:hover:before, .second-user-shortcode .coman-btn-block .coman-btn-second:focus:before {
   background: #abcad6;
   color: #362722;
 }
 .second-user-shortcode .user-shortcode-inn h4 {
   font-weight: bold !important;
   position: relative;
   font-size: 18px !important;
   text-transform: uppercase;
   margin-bottom: 25px;
   padding-left: 40px;
   color: #ffffff !important;
 }
 .second-user-shortcode .user-shortcode-inn h4::before {
   position: absolute;
   content: "";
   left: 0px;
   top: 50%;
   -moz-transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
   width: 25px;
   height: 3px;
   background: #ee542f;
 }
 .second-user-shortcode .user-shortcode-inn {
   background-position: right bottom !important;
   border-radius: 8px;
   border: none !important;
 }
 .second-user-shortcode .user-shortcode-inn p img {
   margin-bottom: 0px !important;
 }
 .second-user-shortcode .user-shortcode-inn p {
   margin-bottom: 20px !important;
 }
 .case-results-shortcode {
   margin: 50px 0px;
 }
 .case-results-shortcode .case-results-sec {
   text-align: center;
   background: #f1f0ed;
   padding: 45px 0px;
   border-radius: 9px;
 }
 .case-results-shortcode .case-results-sec h5 {
   color: #ee542f;
   text-transform: uppercase;
   font-family: "IBM Plex Sans", sans-serif;
   letter-spacing: 4px !important;
   line-height: normal;
   margin-bottom: 30px;
   line-height: 1.5;
 }
 .case-results-shortcode .case-results-block {
   background: #fdfcf9;
   border-radius: 9px;
   padding: 50px;
   text-align: left;
 }
 .case-results-shortcode .case-results-block h3 {
   color: #ee542f;
   text-transform: uppercase;
   line-height: normal;
   margin-bottom: 15px;
   font-size: 16px;
   font-family: "Fustat", sans-serif;
   font-weight: 900;
 }
 .case-results-shortcode .case-results-block h4 {
   color: #362722;
   text-transform: capitalize;
   line-height: 1;
   font-weight: 500;
   margin-bottom: 20px;
   font-size: 70px;
   font-family: "Fustat", sans-serif;
 }
 .case-results-shortcode .case-results-block p {
   color: #2e2e2e;
   font-weight: 500;
   margin-bottom: 0px;
   padding-left: 60px;
   font-family: "Fustat", sans-serif;
   position: relative;
   font-size: 16px;
 }
 .case-results-shortcode .case-results-block p::before {
   content: "";
   position: absolute;
   top: 10px;
   left: 0px;
   right: auto;
   margin: auto;
   width: 45px;
   height: 1px;
   background: #abcad6;
 }
 .case-result-slider {
   margin-bottom: 25px;
   padding-left: 7%;
 }
 .client-reviews-sec .client-reviews-title p {
   margin-bottom: 0px !important;
 }
 .client-reviews-sec .client-reviews-title small {
   font-size: 16px;
   color: #abcad6;
   margin-bottom: 5px;
   font-weight: bold;
   display: block;
   text-transform: uppercase;
   line-height: normal;
   letter-spacing: 0px;
   font-family: "Fustat", sans-serif;
 }
 .client-reviews-sec {
   max-width: 100%;
 }
 .client-reviews-sec h4, .faq-block h4 {
   margin-bottom: 20px;
   color: #362722 !important;
   font-size: 48px;
   font-weight: bold;
   padding-bottom: 0px !important;
   font-family: "Fustat", sans-serif;
 }
 .client-reviews-sec h2:before {
   display: none !important;
 }
 .client-reviews-sec {
   margin: 50px 0px;
   display: inline-block;
   width: 100%;
 }
 .faq-block {
   margin: 50px 0px;
 }
 .faq-block:last-child {
   margin-bottom: 0px;
 }
 .client-reviews-block {
   padding: 40px 50px;
 }
 .client-reviews-block img {
   margin-bottom: 0px !important;
 }
 .client-reviews-block h5 {
   color: #362722;
   font-size: 24px;
   font-weight: bold;
   margin-bottom: 10px;
   font-family: "Fustat", sans-serif;
   line-height: normal;
 }
 .client-reviews-sec .rating-img small {
   color: #111111;
   font-size: 16px;
   font-weight: normal;
   vertical-align: middle;
   display: inline-block;
   font-family: "Fustat", sans-serif;
 }
 .client-reviews-sec .rating-img img {
   margin-right: 10px;
   margin-bottom: 0px !important;
   width: 111px !important;
   display: inline-block !important;
   clear: both;
   position: relative;
   top: -2px;
 }
 .client-reviews-block p {
   color: #00223d;
   font-size: 17px;
   font-weight: normal;
   margin-bottom: 0px;
   margin-top: 20px;
   line-height: 1.8;
   font-family: "Fustat", sans-serif;
 }
 .google-map-link {
   color: #362722;
   font-size: 18px;
   font-family: "Fustat", sans-serif;
 }
 .google-map-link a {
   color: #abcad6 !important;
   font-weight: bold;
 }
 .google-map-link a:hover, .google-map-link a:focus {
   color: #ee542f !important;
 }
 .review-quiet-img {
   text-align: right;
 }
 .review-quiet-img img {
   width: auto !important;
 }
 .owl-carousel .owl-item .review-quiet-img img {
   margin-right: 0 !important;
 }
 .client-reviews-slider {
   background: #f1f0ed;
   margin-bottom: 15px;
   position: relative;
   border-left: 3px solid #f1f0ed;
   border-radius: 10px;
 }
 .client-reviews-sec:last-child {
   margin-bottom: 0px;
 }
 .faq-block {
   margin: 50px 0px;
 }
 .faq-block:last-child {
   margin-bottom: 0px;
 }
.inner-benner-sec p{
    color: #fff;
    margin-bottom: 0px;
}
.inner-benner-sec p a{
    color: #abcad6;
}
.inner-benner-sec p a:hover,
.inner-benner-sec p a:focus
{
        color: #ee542f;
}
.youtube-iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 1rem;
}
.youtube-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.refer-a-case-block{
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.refer-a-case-block::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* ajusta opacidad aquí */
  z-index: 1;
}

.refer-a-case-block h2,
.refer-a-case-block p,
.refer-a-case-block a{
  position: relative;
  z-index: 2;
}
img.aligncenter.size-full.wp-image-33105{
	height:auto;
}