/*All-Font-include-here

  font-family: "Source Sans 3", sans-serif;
  font-family: "Bebas Neue", sans-serif;
font-family: "Frank Ruhl Libre", serif;
.row {margin: 0;}
[class*="col-"] { padding: 0; }
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Frank+Ruhl+Libre:wght@300..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
  padding: 0;
  margin: 0;
  max-width: 100%;
  overflow-X: hidden;
  font-family: "Source Sans 3", sans-serif;
  color: #1f282f;
  font-size: 18px;
  line-height: 1.7;
  font-weight: normal;
  -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: #614458
}
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: #94748a
}
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: normal;
  line-height: normal;
  font-family: "Bebas Neue", 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: 110px 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: right;
  vertical-align: middle;
  z-index: 2;
  left: 0px;
  right: 0px;
  padding: 10px 30px;
}
.header-info::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
}
.header-info .logo {
  width: auto;
  float: left;
  z-index: 1;
  padding: 0px;
  padding-top: 0px;
  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%);
}
.header-info .logo a, .header-info .logo a img {
  display: inline-block;
  vertical-align: middle;
}
.header-info .logo a img {
  width: auto;
}
.nav-menu-content {
  display: inline-block;
  vertical-align: middle
}
.nav-menu-content nav {
  width: 100%;
  padding: 0px
}
.nav-menu-content .sm-clean {
  float: right;
  width: 100%;
  text-align: right
}
.nav-menu-content .sm-clean li {
  margin: 0px 30px;
  position: relative;
}
.nav-menu-content .sm-clean li:first-child:before, .nav-menu-content .sm-clean li li:before {
  display: none !important;
}
.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;
}
.nav-menu-content .sm-clean li a {
  color: #1f282f;
  font-size: 18px;
  padding: 10px 0px;
  font-weight: bold;
  text-transform: uppercase;
  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: "Source Sans 3", sans-serif;
}
.nav-menu-content .sm-clean li.contact-link a {
  background: #614458 !important;
  color: #fff !important;
  padding: 8px 25px;
  text-align: center;
}
.nav-menu-content .sm-clean li.contact-link a:hover, .nav-menu-content .sm-clean li.contact-link a:focus {
  background: #94748a !important;
  color: #fff !important;
}
.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: #614458
}
.nav-menu-content .sm-clean ul li a, .nav-menu-content .sm-clean li.current-menu-item ul li a {
  padding: 0px 0px;
  color: #fff;
  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: 0px 0px;
}
.nav-menu-content .sm-clean ul li a {
  padding: 6px 28px !important;
}
.sm-clean ul li a.has-submenu::after {
  right: 25px !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: #614458;
  background: #fff;
}
.nav-menu-content .sm-clean ul li ul li a, .nav-menu-content .sm-clean ul li.current-menu-item ul li a {
  color: #fff;
  background: #836078;
}
.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, .nav-menu-content .sm-clean ul li ul li.current-menu-ancestor a {
  color: #614458;
  background: #fff;
}
.defualt-content-info h1, h1 {
  font-size: 60px;
  color: #1f282f;
  line-height: 1.1;
  margin-bottom: 10px;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  color: #614458;
  font-weight: normal;
}
.defualt-content-info h2, h2 {
  font-size: 48px;
  color: #1f282f;
  line-height: 1.1;
  margin-bottom: 10px;
}
.defualt-content-info h3, h3 {
  font-size: 36px;
  color: #614458;
  line-height: 1.1;
  margin-bottom: 10px;
}
.defualt-content-info h4, h4 {
  font-size: 30px;
  color: #614458;
  line-height: 1.1;
  margin-bottom: 10px;
}
.defualt-content-info h5, h5 {
  font-size: 27px;
  color: #614458;
  font-weight: bold;
  line-height: 1.6;
  text-transform: capitalize;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 15px;
}
.defualt-content-info h6, h6 {
  font-size: 18px;
  color: #00958c;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
}
.defualt-content-info img {
  margin-bottom: 40px;
}
.defualt-content-info p, p {
  font-size: 18px;
  line-height: 1.7;
  color: #1f282f;
  margin-bottom: 30px;
}
.defualt-content-info p a, p a {
  color: #614458;
  font-weight: bold;
}
.defualt-content-info p a:hover, .defualt-content-info p a:focus, p a:hover, p a:focus {
  color: #1f282f;
}
.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.7;
  color: #1f282f;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.defualt-content-info ul li a, .defualt-content-info ol li a {
  color: #614458;
  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: #1f282f;
}
.defualt-content-info ul li:before {
  content: "";
  position: absolute;
  background: #614458;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 12px;
  border-radius: 0px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.defualt-content-info ol {
  padding-left: 0px;
}
.defualt-content-info ul.arrow-list li {
  padding-left: 44px;
  margin-bottom: 17px;
}
.defualt-content-info ul.arrow-list li:before {
  background: url("../images/arrow-list-icon.jpg");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
}
.defualt-content-info ol > li::before {
  counter-increment: my;
  content: counter(my);
  position: absolute;
  left: 0px;
  top: 1px;
  position: absolute;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 17px;
  background: #614458;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 0px;
  font-family: "Source Sans 3", 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: 45px;
  counter-increment: section;
}
/*defualt-content-info---defualt-content-info----defualt-content-info*/
/*.sticky-block {
	position: sticky;
	top: 0px;
}*/
.coman-row {
  margin: 0px -33px;
}
.coman-col {
  padding: 0px 33px;
}
.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;
}
/*.coman-side-bar{
	position: sticky;
	top: 0px;
}*/
.deskop-img {
  display: block !important;
}
.tablet-img {
  display: none !important;
}
.mobile-img {
  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;
}
.coman-btn-block {
  width: 100%;
}
.coman-btn-block .coman-btn-one, .coman-btn-block .coman-btn-second, .coman-btn-block .coman-btn-third {
  border-radius: 0px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
  width: 345px;
  margin: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff !important;
  text-align: left;
  padding: 0px 30px;
}
.coman-btn-block .coman-btn-third {
  text-align: center;
}
.coman-btn-block .coman-btn-third img {
  margin-right: 10px;
  position: relative;
  top: -2px;
  margin-bottom: 0px !important;
}
.coman-btn-block .coman-btn-one i, .coman-btn-block .coman-btn-second i {
  width: 30px;
  height: 30px;
  background: #fff;
  float: right;
  position: absolute;
  right: 20px;
  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%);
  color: #614458;
  text-align: center;
  line-height: 30px;
}
.coman-btn-block .coman-btn-second img {
  margin-right: 10px;
  margin-bottom: 0px !important;
  position: relative;
  top: -1px !important;
}
.coman-btn-block .coman-btn-second:before, .coman-btn-block .coman-btn-third:before {
  background: #614458;
  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);
}
.coman-btn-block .coman-btn-second:hover:before, .coman-btn-block .coman-btn-second:focus:before, .coman-btn-block .coman-btn-third:hover:before, .coman-btn-block .coman-btn-third:focus:before {
  background: #94748a;
  color: #fff;
}
.coman-btn-block .coman-btn-one:before {
  background: #94748a;
  color: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  border-radius: 0px;
}
.coman-btn-block .coman-btn-one:hover:before, .coman-btn-block .coman-btn-one:focus:before {
  background: #614458;
  color: #fff;
  border-radius: 0px;
}
.coman-btn-block.text-center.top-banner-btn .coman-btn-one.wow.fadeInUp {
    width: 535px;
}
.top-banner-btn a.coman-btn-one:before{
      background: #1f282f;
}
@keyframes pulse-coman {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(97, 68, 88, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(97, 68, 88, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(97, 68, 88, 0);
  }
}
.lag-btn, .tel-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
}
.lag-btn a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  color: #0d487c;
  border: 2px solid #0d487c;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  width: 160px;
  text-align: center;
  border-radius: 50px;
}
.lag-btn a:hover, .lag-btn a:focus {
  background: #0d487c;
  color: #fff;
}
.tel-info {
  position: relative;
  padding-left: 35px;
  margin-left: 35px;
  border-left: 3px solid rgba(31, 40, 47, 0.2);
}
.tel-info p {
  margin-bottom: 3px;
  color: #614458;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.tel-info a {
  color: #1f282f;
  font-size: 48px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
}
.tel-info a:hover, .tel-info a:focus {
  color: #614458;
}
.copyright-sec {
  background: #1f282f;
  padding: 20px 0px;
  text-align: center;
}
.copyright-sec figure {
  margin-bottom: 0px;
  text-align: right;
}
.copyright-sec p {
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0px !important;
}
.footer-info {
  background: rgb(161, 168, 176);
  background: -moz-linear-gradient(0deg, rgba(161, 168, 176, 1) 0%, rgba(206, 207, 211, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(161, 168, 176, 1) 0%, rgba(206, 207, 211, 1) 100%);
  background: linear-gradient(0deg, rgba(161, 168, 176, 1) 0%, rgba(206, 207, 211, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a1a8b0", endColorstr="#cecfd3", GradientType=1);
  padding: 100px 0px;
}
.footer-link ul li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 17px;
}
.footer-link ul li:before {
  content: "";
  position: absolute;
  background: #614458;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 12px;
  border-radius: 0px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.footer-link ul li a {
  color: #1f282f;
  font-size: 18px;
}
.footer-link ul li a:hover, .footer-link ul li a:focus {
  color: #614458;
}
.location-block {
  text-align: center;
}
.location-block figure {
  width: 100%;
  margin-bottom: 25px;
}
.location-block figure iframe {
  width: 100%;
  height: 350px;
}
footer h3 {
  color: #1f282f;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.location-block p {
  max-width: 147px;
  margin: auto;
  margin-bottom: 10px;
}
.location-block .get-directions-btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  width: 140px;
  position: relative;
  color: #fff !important;
  background: #614458;
  display: inline-block;
  text-align: center;
}
.location-block .get-directions-btn:hover, .location-block .get-directions-btn:focus {
  background: #94748a;
}
.footer-logo {
  text-align: center;
  margin-bottom: 35px;
}
footer .phone-link {
  border-top: 1px solid rgba(31, 40, 47, 0.1);
  border-bottom: 1px solid rgba(31, 40, 47, 0.1);
  padding: 12px 0px 10px 0px;
  max-width: 358px;
  margin: 30px auto;
}
footer .phone-link a {
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
}
.social-link ul li:first-child {
  padding-left: 0px;
}
.social-link ul li {
  display: inline-block;
  padding: 0px 12px;
}
.social-link ul li:last-child {
  padding-right: 0px;
}
.social-link ul li a {
  font-size: 22px;
  color: #1f282f;
}
.social-link ul li a:hover, .social-link ul li a:focus {
  color: #614458;
}
.coman-title {
  max-width: 1007px;
  margin: auto;
  margin-bottom: 30px;
}
.coman-title h2 {
  font-size: 60px;
  line-height: 1;
}
blockquote {
  margin: 50px 0px;
  border-left: 3px solid #ed9769;
  padding-left: 30px;
}
blockquote h4, .defualt-content-info blockquote h4 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}
.coman-btn {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  width: 300px;
  position: relative;
  color: #fff !important;
  background: #614458;
  display: inline-block;
  text-align: center;
}
.coman-btn:hover, .coman-btn:focus {
  background: #94748a !important;
}
.conatct-us-sec {
  background: #614458;
  padding-top: 60px;
}
.conatct-us-sec figure {
  margin-bottom: 0px;
}
.conatct-us-sec .google-icon {
  text-align: center;
  margin-top: 30px;
  animation: pulse-coman 2s infinite;
  transform: scale(1);
  margin-bottom: 20px;
}
.conatct-us-sec .coman-form .gform_button {
  max-width: 82%;
}
.conatct-us-sec .coman-form textarea {
  height: 190px !important;
}
.contact-shortcode {
  padding-left: 0px !important;
  padding: 50px;
  margin: 50px 0px;
  background-color: #614458 !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
  background-size: auto 100% !important;
}
.contact-shortcode h2 {
  color: #fff !important;
  font-size: 60px;
  margin-bottom: 20px;
}
.contact-shortcode h3 {
  color: #fff !important;
  margin-bottom: 20px;
}
.contact-shortcode .coman-btn-one {
  margin: 0px !important;
}
.contact-shortcode .coman-btn-block .coman-btn-one:hover::before, .contact-shortcode .coman-btn-block .coman-btn-one:focus::before {
  background: #000;
}
.faq-sec .coman-title {
  max-width: 100%;
}
.coman-accordion {
  position: relative;
  margin-bottom: 0px;
}
.coman-accordion .accordion-item {
  background-color: #fff;
  border: none;
  border-radius: 0px !important;
  padding: 0px;
  margin-bottom: 20px;
  -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);
}
.coman-accordion .accordion-item .accordion-button {
  padding: 30px 40px;
  box-shadow: none;
  background: #fff;
  color: #614458;
  font-size: 30px;
  border-radius: 0px !important;
  outline: none;
  border: 2px solid traperent;
  border-bottom: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  padding-right: 70px !important;
}
.coman-accordion .accordion-item .accordion-button:after {
  width: 30px;
  height: 30px;
  background: none !important;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  transform: none !important;
  right: 25px;
  text-align: right;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  line-height: 30px !important;
}
.coman-accordion .accordion-item .accordion-button[aria-expanded="false"]:after {
  content: "\2b";
  color: #614458;
}
.coman-accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
  content: "\f068";
  color: #614458;
}
.coman-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: none;
  color: #614458;
  border: 2px solid #614458;
  border-bottom: none;
}
.coman-accordion .accordion-item .accordion-button[aria-expanded="true"] {
  border: 2px solid #614458;
  border-bottom: none;
}
.coman-accordion .accordion-body {
  padding: 10px 40px;
  padding-top: 0px !important;
  border: 2px solid #614458;
  border-top: none;
}
.faq-contact-block .coman-btn-third {
  color: #1f282f !important;
}
.faq-contact-block .coman-btn-third:hover, .faq-contact-block .coman-btn-third:focus {
  color: #fff !important;
}
.faq-contact-block .coman-btn-third:before {
  background: #ffffff;
  color: #1f282f !important;
}
.faq-contact-block .coman-btn-third:hover:before, .faq-contact-block .coman-btn-third:focus:before {
  background: #94748a;
  color: #fff !important;
}
.faq-contact-block .coman-btn-one:hover:before, .faq-contact-block .coman-btn-one:focus:before {
  background: #1f282f;
  color: #fff !important;
}
.faq-contact-block {
  background: #614458;
  text-align: center;
}
.faq-contact-block h2 {
  color: #fff;
}
.faq-contact-block figure, .faq-contact-block figure img {
  width: 100%;
  margin-bottom: 0px;
}
.faq-contact-block-det {
  padding: 40px 50px;
}
.inner-banner-sec {
  background: rgb(161, 168, 176);
  background: -moz-linear-gradient(0deg, rgba(161, 168, 176, 1) 0%, rgba(206, 207, 211, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(161, 168, 176, 1) 0%, rgba(206, 207, 211, 1) 100%);
  background: linear-gradient(0deg, rgba(161, 168, 176, 1) 0%, rgba(206, 207, 211, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a1a8b0", endColorstr="#cecfd3", GradientType=1);
  padding: 230px 0px 90px 0px;
  text-align: center;
}
.inner-banner-sec h2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1f2830;
}
.inner-banner-sec h1 {
  font-size: 90px;
  margin-bottom: 0px;
}
.results-shortcode {
  margin: 50px 0px;
}
.results-shortcode .coman-btn-third {
  color: #1f282f !important;
}
.results-shortcode .coman-btn-third:hover, .results-shortcode .coman-btn-third:focus {
  color: #fff !important;
}
.results-shortcode .coman-btn-third:before {
  background: #ffffff;
  color: #1f282f !important;
}
.results-shortcode .coman-btn-third:hover:before, .results-shortcode .coman-btn-third:focus:before {
  background: #94748a;
  color: #fff !important;
}
.results-shortcode .record-million-sec {
  background: #614458;
}
.results-shortcode .record-million-sec .item {
  text-align: center;
  padding: 50px 40px;
  position: relative;
}
.results-shortcode .record-million-sec .item::before {
  content: "";
  position: absolute;
  left: 0;
  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%);
  width: 1px;
  height: 70px;
  background: #fff;
  opacity: 0.1;
}
.results-shortcode .record-million-sec .item h2 {
  font-size: 48px;
  color: #fff;
}
.results-shortcode .record-million-sec .item h6 {
  font-size: 18px;
  color: #a4abb5;
}
.results-shortcode .record-million-sec .item p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0px;
}
.results-shortcode .record-million-slider {
  padding: 0px 50px;
}
.second-contact-shortcode {
  text-align: center;
  padding: 35px 15px;
  background: #614458;
  margin: 50px 0px;
}
.second-contact-shortcode h1, .second-contact-shortcode h2, .second-contact-shortcode h3, .second-contact-shortcode h4, .second-contact-shortcode h5, .second-contact-shortcode h6 {
  color: #fff;
}
.second-contact-shortcode .coman-btn-third {
  color: #1f282f !important;
}
.second-contact-shortcode .coman-btn-third:hover, .second-contact-shortcode .coman-btn-third:focus {
  color: #fff !important;
}
.second-contact-shortcode .coman-btn-third:before {
  background: #ffffff;
  color: #1f282f !important;
}
.second-contact-shortcode .coman-btn-third:hover:before, .second-contact-shortcode .coman-btn-third:focus:before {
  background: #94748a;
  color: #fff !important;
}
.second-contact-shortcode .coman-btn-one:hover:before, .second-contact-shortcode .coman-btn-one:focus:before {
  background: #1f282f;
  color: #fff !important;
}
.user-shortcode {
  background-color: #614458 !important;
  padding: 60px 60px;
  margin: 50px 0px;
  text-align: left;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: auto 100% !important;
  position: relative;
}
.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;
}
.user-shortcode p {
  margin-bottom: 10px !important;
}
.user-shortcode p:last-child {
  margin-bottom: 0px !important;
}
.user-shortcode p a {
  color: #ba9bb0;
}
.user-shortcode p a:hover, .user-shortcode p a:focus {
  color: #fff !important;
}
.user-shortcode.user-shortcode-second {
  background-position: left bottom !important;
}
.user-shortcode.user-shortcode-second figure {
  text-align: center;
}
.user-shortcode-second img {
  margin-bottom: 0px;
}
.user-shortcode-second p {
  margin-bottom: 15px !important;
}
.user-shortcode-second h4 {
  margin: 0px;
}
.faq-block {
  margin: 50px 0px;
}
.faq-block .coman-title {
  max-width: 100%;
}
.client-reviews-sec .client-reviews-title p {
  margin-bottom: 0px !important;
}
.client-reviews-sec .client-reviews-title small {
  font-size: 16px;
  color: #cac9cc;
  margin-bottom: 10px;
  font-weight: 800;
  display: block;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 3px;
}
.client-reviews-sec {
  max-width: 100%;
}
.client-reviews-sec h2 {
  margin-bottom: 20px;
  color: #1f282f;
  font-size: 60px;
  padding-bottom: 0px !important;
}
.client-reviews-sec h2:before {
  display: none !important;
}
.client-reviews-sec {
  margin: 45px 0px;
  display: inline-block;
  width: 100%;
}
.client-reviews-block {
  padding: 40px 50px;
}
.client-reviews-block img {
  margin-bottom: 0px !important;
}
.client-reviews-block h4 {
  color: #1f282f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
}
.client-reviews-sec .rating-img small {
  color: #1f282f;
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  font-family: "Source Sans 3", sans-serif;
}
.client-reviews-sec .rating-img img {
  margin-right: 10px;
  margin-bottom: 0px !important;
  width: 169px !important;
  display: inline-block !important;
  clear: both;
  position: relative;
  top: -2px;
}
.client-reviews-block p {
  color: #1f282f;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 20px;
  line-height: 1.8;
}
.google-map-link {
  color: #1f282f;
  font-size: 17px;
}
.google-map-link a {
  color: #94748a !important;
  font-weight: bold;
}
.google-map-link a:hover, .google-map-link a:focus {
  color: #ba9bb0 !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: #ffffff;
  margin-bottom: 20px;
  position: relative;
  border-left: 3px solid #ba9bb0;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.04);
}
.client-reviews-sec:last-child {
  margin-bottom: 0px;
}
.fact-checked-info {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 22px 40px;
}
.fact-checked-info figure {
  float: left;
  margin: 0px;
  margin-right: 45px;
}
.fact-checked-info p {
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
  color: #1f282f;
  font-size: 18px;
  padding-left: 45px;
  border-left: 3px solid #eeeeee;
}
.fact-checked-info p a {
  color: #614458;
}
.fact-checked-info p a:hover, .fact-checked-info p a:focus {
  color: #1f282f;
}
@keyframes pulse-coman-btn {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(148, 116, 138, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(148, 116, 138, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(148, 116, 138, 0);
  }
}
.contact-shortcode .coman-btn-block .coman-btn-one::before {
  animation: pulse-coman-btn 2s infinite;
  transform: scale(1);
}
.mobile-contact-info {
  display: none;
}
.header-contact-info {
  border-radius: 0px !important;
  display: inline-block !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  line-height: normal !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
  color: #fff !important;
  padding: 4px 24px !important;
  padding-right: 43px !important;
  font-family: "Source Sans 3", sans-serif !important;
  background: url("../images/right-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 25px center !important;
  background-color: #94748a !important;
  letter-spacing: 3px !important;
}
.header-contact-info:hover,
.header-contact-info:focus{
	background-color: #000 !important;
	color: #fff !important;
}
.record-million-sec {
  background: #614458;
}
.record-million-sec .owl-stage-outer {
  overflow: hidden;
  padding: 0;
}
.record-million-slider .owl-stage {
  display: flex;
}
.record-million-slider .owl-nav {
  display: none;
}
@media (max-width: 767px) {
  .coman-btn-block.text-center.top-banner-btn .coman-btn-one.wow.fadeInUp {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 11px;
  } 
}