@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Hind:wght@300;400;500;600;700&family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*All-Font-include-here
font-family: "Unna", serif;
font-family: "Hind", sans-serif;
font-family: "Bebas Neue", sans-serif;

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

*/
body {
  padding: 0;
  margin: 0;
  max-width: 100%;
  overflow-X: hidden;
  font-family: "Hind", sans-serif;
  color: #1f2937;
  font-size: 16px;
  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: #c79066;
}
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: #3657a1
}
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.2;
  text-transform: capitalize;
  font-family: "Unna", 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: 100px 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: relative;
  width: 100%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  z-index: 2;
  left: 0px;
  right: 0px;
  padding: 30px 30px;
  background: #0a1633;
}
.header-info::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
}
.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: 373px;
}
.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 20px;
  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: #ffffff;
  font-size: 16px;
  padding: 8px 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: "Hind", 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: #c79066;
}
.nav-menu-content .sm-clean ul li a, .nav-menu-content .sm-clean li.current-menu-item ul li a {
  padding: 0px 0px;
  color: #1f2937;
  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: #c79066;
}
.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: #1f2937;
}
.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: #c79066;
}
.defualt-content-info h1, h1 {
  font-size: 60px;
  color: #1f2937;
  margin-bottom: 15px;
  font-weight: normal;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-weight: bold;
  color: #c79066;
}
.defualt-content-info h2, h2 {
  font-size: 60px;
  color: #0a1633;
  margin-bottom: 15px;
  font-weight: bold;
}
.defualt-content-info h3, h3 {
  font-size: 36px;
  color: #0a1633;
  margin-bottom: 15px;
  font-weight: bold;
}
.defualt-content-info h4, h4 {
  font-size: 30px;
  color: #0a1633;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.3;
}
.defualt-content-info h5, h5 {
  font-size: 24px;
  color: #3657a1;
  margin-bottom: 17px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Hind", sans-serif;
  text-transform: capitalize;
}
.defualt-content-info h6, h6 {
  font-size: 16px;
  color: #c79066;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
}
.defualt-content-info img {
  margin-bottom: 40px;
}
.defualt-content-info p, p {
  font-size: 16px;
  line-height: 1.7;
  color: #1f2937;
  margin-bottom: 20px;
}
.defualt-content-info p a, p a {
  color: #c79066;
  font-weight: bold;
}
.defualt-content-info p a:hover, .defualt-content-info p a:focus, p a:hover, p a:focus {
  color: #0253a2;
}
.defualt-content-info ul, .defualt-content-info ol {
  margin-bottom: 35px;
}
.defualt-content-info ul li, .defualt-content-info ol li {
  font-size: 16px;
  line-height: 1.7;
  color: #1f2937;
  margin-bottom: 10px;
  padding-left: 21px;
  position: relative;
}
.defualt-content-info ul li a, .defualt-content-info ol li a {
  color: #c79066;
  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: #0253a2;
}
.defualt-content-info ul li:before {
  content: "";
  position: absolute;
  background: #3657a1;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 10px;
  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: #3657a1;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  font-family: "Hind", 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: center;
  margin-left: 100px;
  padding-left: 40px;
}
.tel-info:before {
  background: url("../images/header-icon.png");
  content: "";
  position: absolute;
  left: 0px;
  width: 15px;
  height: 86px;
  top: -29px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.tel-info p {
  line-height: normal !important;
  margin-bottom: 1px !important;
  font-family: "Hind", sans-serif;
  color: #c79066;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.tel-info p a {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
  line-height: 0.8;
  text-transform: uppercase;
  font-family: "Unna", serif;
  text-align: center;
  letter-spacing: 0 !important;
}
.tel-info p a:hover, .tel-info p a:focus {
  color: #c79066;
}
footer {
  position: relative;
}
.footer-menu {
  text-align: center;
  background: #ebb60e;
  padding: 35px 0px;
}
.footer-menu ul li {
  display: inline-block;
  padding: 0px 20px;
}
.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: #1f2937;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-menu ul li a:hover, .footer-menu ul li a:focus {
  color: #065285;
}
.copyright-sec {
  background: #c79066;
  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: bold;
  text-transform: uppercase;
}
.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: 18px;
  text-transform: uppercase;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  width: 355px;
  margin: 5px 2px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-family: "Hind", sans-serif;
}
.coman-btn-block .coman-btn-second img {
  margin-right: 4px;
  margin-bottom: 0px !important;
  position: relative;
  top: -1px !important;
  width: 29px;
  height: auto;
}
.coman-btn-block .coman-btn-second {
  color: #fff !important;
}
.coman-btn-block .coman-btn-second:hover, .coman-btn-block .coman-btn-second:focus {
  color: #fff !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: #3657a1;
  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: #000;
  color: #fff;
  border-radius: 50px;
}
.coman-btn-block .coman-btn-one:before {
  background: #C79066;
  background: -webkit-linear-gradient(0deg, rgba(199, 144, 102, 1) 0%, rgba(249, 210, 166, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(199, 144, 102, 1) 0%, rgba(249, 210, 166, 1) 100%);
  background: linear-gradient(0deg, rgba(199, 144, 102, 1) 0%, rgba(249, 210, 166, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C79066", endColorstr="#F9D2A6", GradientType=0);
  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: #F9D2A6;
  background: -webkit-linear-gradient(0deg, rgba(249, 210, 166, 1) 0%, rgba(199, 144, 102, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(249, 210, 166, 1) 0%, rgba(199, 144, 102, 1) 100%);
  background: linear-gradient(0deg, rgba(249, 210, 166, 1) 0%, rgba(199, 144, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9D2A6", endColorstr="#C79066", GradientType=0);
  color: #fff;
  border-radius: 50px;
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(6, 82, 133, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(6, 82, 133, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(6, 82, 133, 0);
  }
}
.coman-btn {
  width: 280px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff !important;
  background: #c79066 !important;
  text-align: center;
  border-radius: 50px;
  font-family: "Hind", sans-serif;
  margin: auto;
  position: relative;
}
.coman-btn:hover, .coman-btn:focus {
  color: #fff !important;
  background: #065285 !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: #1f2937;
  font-size: 36px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Hind", 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: #1f2937 !important;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none !important;
}
#ez-toc-container a:hover, #ez-toc-container a:focus {
  color: #c79066 !important;
}
.ez-toc-counter nav ul li a::before {
  color: #c79066 !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: 7px;
}
.video-block figure img {
  width: 100%;
  margin: 0px;
  border-radius: 0px;
}
.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 a.popup-youtube {
  position: relative;
  box-shadow: 0 0 0 10px rgba(250, 202, 55, .1);
  width: 70px;
  height: 70px;
  display: block;
  line-height: 75px;
  text-align: center;
  margin: auto;
  border-radius: 50px;
}
.video-block i {
  height: 60px;
  position: relative
}
.video-block i {
  line-height: 48px;
  color: #0a1633;
  width: 60px;
  border-radius: 60px;
  font-size: 20px;
  box-shadow: 0 0 0 10px #957058;
  border: 6px solid #957058;
  display: inline-block;
  background: #C79066;
  background: -webkit-linear-gradient(0deg, rgba(199, 144, 102, 1) 0%, rgba(249, 210, 166, 1) 100%);
  background: -moz-linear-gradient(0deg, rgb(199, 144, 102) 0%, rgb(249, 210, 166) 100%);
  background: linear-gradient(0deg, rgb(199, 144, 102) 0%, rgb(249, 210, 166) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C79066", endColorstr="#F9D2A6", GradientType=0);
}
.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(149, 112, 88, .7)
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(149, 112, 88, 0)
  }
  100% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(149, 112, 88, 0)
  }
}
blockquote {
  margin: 50px 0px;
  padding-left: 160px;
  position: relative;
  background: url("../images/blockquote-img.png");
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: top 13px left !important;
}
.coman-title {
  margin: auto;
  margin-bottom: 45px;
  max-width: 737px;
}
.coman-accordion {
  position: relative;
}
.coman-accordion .accordion-item {
  background-color: transparent !important;
  padding: 0px;
  margin-bottom: 15px;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.coman-accordion .accordion-item .accordion-button {
  padding: 26px 48px;
  box-shadow: none;
  background: #202d4e;
  color: #ffffff;
  font-size: 30px;
  outline: none;
  border: none !important;
  border-bottom: none;
  font-family: "Unna", serif;
  font-weight: bold;
  padding-right: 70px !important;
  border-radius: 0px !important;
}
.coman-accordion .accordion-item .accordion-button:after {
  width: 20px;
  height: 20px;
  background: none !important;
  font-family: "FontAwesome";
  font-weight: 900;
  transform: none !important;
  position: absolute;
  right: 32px;
}
.coman-accordion .accordion-item .accordion-button[aria-expanded="false"]:after {
  content: "\f0d7";
  color: #c79066;
}
.coman-accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
  content: "\f0d8";
  color: #c79066;
}
.coman-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #202d4e;
  color: #ffffff;
  border: none !important;
}
.coman-accordion .accordion-item .accordion-button[aria-expanded="true"] {
  border: none !important;
  background: #202d4e;
  color: #ffffff;
}
.coman-accordion .accordion-collapse {
  margin-top: 15px;
}
.coman-accordion .accordion-body {
  padding: 34px 48px;
  border: none !important;
  border-radius: 0px !important;
  background-color: #fff;
}
.coman-accordion .accordion-body p:last-child {
  margin-bottom: 0px;
}
.coman-accordion .accordion-body h1, .coman-accordion .accordion-body h2, .coman-accordion .accordion-body h3, .coman-accordion .accordion-body h4, .coman-accordion .accordion-body h5, .coman-accordion .accordion-body h6 {
  color: #c79066 !important;
  font-weight: bold;
}
.contact-us-sec .defualt-content-info {
  max-width: 1120px !important;
  margin: auto;
  margin-bottom: 40px;
}
.contact-us-info {
  background: #0a1633;
}
.contact-us-info .coman-form {
  padding: 55px 217px;
  background: #202d4e;
  margin-bottom: 0px;
}
.contact-us-info .coman-form h6 {
  color: #ffffff !important;
  font-size: 21px;
  margin: 0;
  letter-spacing: 8px;
  font-family: "Hind", sans-serif;
  opacity: 0.15;
}
.location-sec {
  padding-top: 0px !important;
  background: #0a1633;
  text-align: center;
}
.social-link ul {
  margin: 0px auto 0px auto;
  padding-top: 50px;
}
.social-link ul li:first-child {
  padding-left: 0 !important
}
.social-link ul li {
  display: inline-block;
  padding: 0 10px
}
.social-link ul li:last-child {
  padding-right: 0 !important
}
.social-link ul li a {
  font-size: 40px;
  color: #fff;
  line-height: normal;
  height: 40px;
  display: inline-block;
}
.social-link ul li a:focus, .social-link ul li a:hover {
  color: #c79066 !important
}
.location-block figure {
  margin-bottom: 20px
}
.location-block figure p {
  max-width: 100%;
}
.location-block iframe {
  height: 250px;
  width: 100%
}
.location-block, .user-shortcode-inn.user-shortcode-inn-second figure {
  text-align: center
}
.location-block h3 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.location-block p {
  color: #fff;
  max-width: 171px;
  margin: auto auto 10px
}
.location-block p a {
  color: #c79066;
  text-decoration: underline;
  text-transform: uppercase;
}
.location-block-list [class*=col-] {
  margin-top: 80px
}
.inner-benner-sec {
  padding: 130px 0px;
  text-align: center;
}
.inner-benner-sec h2 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  padding: 13px 51px;
  margin-bottom: 8px;
  border-radius: 50px;
  font-family: "Hind", sans-serif;
}
.inner-benner-sec h1 {
  color: #fff;
  font-weight: bold;
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 25px;
}
.inner-benner-sec h1:last-child {
  margin-bottom: 0px;
}
.fact-checked-info {
  background: #f4f2f0;
  border: 2px solid #f4f2f0;
  padding: 22px 40px;
  border-radius: 0px;
}
.fact-checked-info figure {
  float: left;
  margin: 0px;
  margin-right: 45px;
}
.fact-checked-info p {
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
  color: #0a1633;
  font-size: 18px;
  padding-left: 45px;
  border-left: 3px solid #dcdcdd;
}
.fact-checked-info p a {
  color: #c79066;
}
.fact-checked-sec {
  background: #ffffff;
}
.contact-shortcode {
  text-align: center;
  padding: 22px 30px;
  background: #0a1633;
  margin: 50px 0px;
  position: relative;
  border-radius: 0px;
}
.contact-shortcode h1, .contact-shortcode h2, .contact-shortcode h3, .contact-shortcode h4, .contact-shortcode h5, .contact-shortcode h6, .contact-shortcode p {
  color: #fff;
  margin-bottom: 15px;
}
.contact-shortcode p {
  max-width: 950px;
  margin: auto;
  margin-bottom: 20px;
}
.contact-shortcode h4 {
  font-size: 36px;
  font-weight: bold;
}
.get-in-touch-shortcode {
  background: #0a1633;
  border-radius: 0px;
  padding: 25px 40px;
  margin: 50px 0px;
}
.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: #ffffff;
  margin-bottom: 0px !important;
  font-weight: bold;
}
.get-in-touch-shortcode p {
  color: #3657a1;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 3px 0px;
  text-align: center;
  letter-spacing: 3px;
}
.get-in-touch-shortcode a {
  color: #ffffff;
  font-size: 48px !important;
  font-family: "Unna", serif;
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
  font-weight: bold;
}
.get-in-touch-shortcode a:hover, .get-in-touch-shortcode a:focus {
  color: #faca37;
}
.get-in-touch-shortcode h4 {
  text-align: center;
  line-height: 1.1;
  font-size: 36px;
}
.get-in-touch-shortcode h5 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Unna", serif;
  line-height: normal;
}
.awards-and-accolades-shortcode {
  margin: 50px 0px;
}
.awards-and-accolades-shortcode .awards-and-accolades-slider figure {
  height: 90px !important;
  line-height: 90px !important;
  text-align: center;
  margin: 20px 0px;
  padding: 0px 15px;
}
.awards-and-accolades-shortcode .awards-and-accolades-sec h2 {
  font-family: "Hind", sans-serif;
  color: #c78f65;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  position: relative;
  text-align: center;
  max-width: 1068px;
  margin: auto;
}
.awards-and-accolades-shortcode .awards-and-accolades-sec h2 small {
  font-size: 100%;
  background: #fff;
  position: relative;
  padding: 0px 30px;
  z-index: 1;
}
.awards-and-accolades-shortcode .awards-and-accolades-sec h2::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #e3e3e3;
  left: 0px;
  right: 0px;
  margin: auto;
  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%);
}
.awards-and-accolades-shortcode .awards-and-accolades-sec {
  padding: 0px 0px 0px 0px;
}
.user-shortcode {
  background-color: #0a1633 !important;
  padding: 50px;
  margin: 50px 0px;
  text-align: left;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: auto 100% !important;
  position: relative;
  border-radius: 0px;
  border-bottom: 3px solid #3657a1 !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 h6 {
  color: #f9d2a6 !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 h2 {
  font-weight: bold !important;
}
.user-shortcode h4 {
  font-size: 33px;
}
.user-shortcode p {
  margin-bottom: 15px !important;
}
.user-shortcode p:last-child {
  margin-bottom: 0px !important;
}
.user-shortcode p a:hover, .user-shortcode p a:focus {
  color: #faca37 !important;
}
.second-user-shortcode .user-shortcode h4 {
  font-weight: bold !important;
  position: relative;
  font-size: 18px !important;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-left: 40px;
  color: #ffffff;
  font-family: "Hind", sans-serif;
}
.second-user-shortcode .user-shortcode 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: #f9d2a6;
}
.second-user-shortcode .user-shortcode {
  background-position: right bottom !important;
  margin: 0px !important;
  border-radius: 0px;
  border: none !important;
  background-color: #202d4e !important;
}
.second-user-shortcode .user-shortcode p img {
  margin-bottom: 0px !important;
}
.second-user-shortcode .user-shortcode p {
  margin-bottom: 30px !important;
}
.second-user-shortcode {
  margin: 50px 0px;
}
.second-user-shortcode .coman-btn-block {
  background: #0a1633;
  text-align: center !important;
  padding: 15px 0px;
  border-radius: 0px;
}
.case-result-shortcode .case-result-sec {
  background: #0a1633;
  padding: 60px 40px;
  text-align: center;
}
.case-result-shortcode .case-result-sec h1, .case-result-shortcode .case-result-sec h2, .case-result-shortcode .case-result-sec h3, .case-result-shortcode .case-result-sec h4, .case-result-shortcode .case-result-sec h6, .case-result-shortcode .case-result-sec p {
  color: #fff !important;
}
.case-result-shortcode .case-result-sec h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.case-result-shortcode .case-result-block {
  background: #101d3d;
  padding: 34px 15px;
  height: 100%;
}
.case-result-shortcode .case-result-block:hover, .case-result-shortcode .case-result-block:focus {
  background: #202d4e;
}
.case-result-shortcode .case-result-sec [class*="col-"] {
  margin-bottom: 30px;
}
.case-result-shortcode .case-result-sec h3 {
  font-size: 48px;
  margin-bottom: 10px;
}
.case-result-shortcode .case-result-sec p {
  max-width: 250px;
  margin: auto;
  margin-bottom: 0px;
}
.case-result-shortcode .case-results-block h3 {
  font-family: "Hind", sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.case-result-shortcode .case-results-block h4 {
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.case-result-shortcode .case-results-block h5 {
  font-family: "Hind", sans-serif;
  color: #c79066;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.case-result-shortcode .case-results-block:hover h5, .case-result-shortcode .case-results-block:focus h5 {
  color: #fff;
}
.case-result-shortcode {
  margin: 50px 0px;
}
.client-reviews-sec .client-reviews-title p {
  margin-bottom: 0px !important;
}
.client-reviews-sec .client-reviews-title small {
  font-size: 16px;
  color: #3657a1;
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0px;
}
.client-reviews-sec {
  max-width: 100%;
}
.client-reviews-sec h4 {
  margin-bottom: 20px;
  color: #0a1633;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 0px !important;
}
.client-reviews-sec h2:before {
  display: none !important;
}
.client-reviews-sec {
  margin: 50px 0px;
  display: inline-block;
  width: 100%;
}
.client-reviews-block {
  padding: 40px 50px;
}
.client-reviews-block img {
  margin-bottom: 0px !important;
}
.client-reviews-block h5 {
  color: #0a1633;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Hind", sans-serif;
}
.client-reviews-sec .rating-img small {
  color: #111111;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  font-family: "Hind", sans-serif;
}
.client-reviews-sec .rating-img img {
  margin-right: 10px;
  margin-bottom: 0px !important;
  width: 142px !important;
  display: inline-block !important;
  clear: both;
  position: relative;
  top: -2px;
}
.client-reviews-block p {
  color: #0a1633;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 20px;
  line-height: 1.8;
  font-family: "Hind", sans-serif;
}
.google-map-link {
  color: #0a1633;
  font-size: 17px;
  font-family: "Hind", sans-serif;
}
.google-map-link a {
  color: #c79066 !important;
  font-weight: bold;
}
.google-map-link a:hover, .google-map-link a:focus {
  color: #0a1633 !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: #f5f5f6;
  margin-bottom: 20px;
  position: relative;
  border-left: 3px solid #f5f5f6;
  border-radius: 0px;
}
.client-reviews-sec:last-child {
  margin-bottom: 0px;
}
.near-me-shortcode {
  margin: 50px 0px;
  background: #0a1633;
  padding: 50px;
}
.near-me-shortcode h2 {
  font-size: 36px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 20px;
}
.near-me-shortcode h2 img {
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 15px;
}
.near-me-shortcode figure,
.near-me-shortcode figure img
{
    margin-bottom: 15px !important;
    text-align: center !important;
    width: 100% !important;
}
.near-me-shortcode h1,
.near-me-shortcode h2,
.near-me-shortcode h3,
.near-me-shortcode h4,
.near-me-shortcode h5,
.near-me-shortcode h6,
.near-me-shortcode p{
    color: #fff !important;
}
.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;
}