/* Mobile Canvas */
header.headerMain .mobile-canvas {
  background: #000;
  position: fixed;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: 0.6s;
}
header.headerMain .mobile-canvas.show {
  transform: translateX(0%);
}
header.headerMain .mobile-canvas ul {
  list-style: none;
  padding: 50px 0;
  margin: 0;
}
header.headerMain .mobile-canvas ul li a {
  color: #fff;
  font-family: 'Poppins';
  font-size: 14px;
}
header.headerMain .mobile-canvas a#navbarDropdown {
  padding: 0;
  margin: 0;
}
header.headerMain .mobile-canvas ul li {
  margin: 12px 0;
  border-bottom: 1px solid#ffffff3d;
  padding-bottom: 15px;
  padding-left: 30px;
}
header.headerMain .mobile-canvas .cancel {
  padding: 10px 20px;
  width: 50px;
  height: 50px;
}
header.headerMain .mobile-canvas .cancel i {
  color: #fff;
}
header.headerMain .ctaButton .btn-group .hamburger {
  align-items: center;
  display: none;
}
header.headerMain .ctaButton .btn-group .hamburger i {
  font-size: 30px;
}
/* Mobile canvas */

.containerWeb {
  padding: 30px;
}
header.headerMain {
  padding: 9px;
  position: relative;
  z-index: 1;
  background-color: #ffffffdb;
}
header.headerMain nav.topNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.headerMain nav.topNav .brand img.img-fluid {
  width: 280px;
}
header.headerMain nav.topNav .brand h2 {
  font-family: "Abril Fatface", cursive;
  font-size: 28px;
  margin: 0;
  padding: 0;
  transition: 0.5s ease;
}
header.headerMain nav.topNav .brand h2:hover {
  color: #7d6c6c;
  transition: 0.5s ease;
}

header.headerMain nav.topNav .global a.linkGlo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
header.headerMain nav.topNav .global a.linkGlo span.ico {
  width: 18px;
  height: 26px;
  margin-right: 5px;
}
header.headerMain nav.topNav .global a.linkGlo span.ico svg {
  width: 100%;
}
header.headerMain nav.topNav .global a.linkGlo span.text {
  color: #000;
  text-decoration: underline;
}
header.headerMain nav.topNav .global a.linkGlo span.arrow {
  margin-left: 8px;
}

header.headerMain nav.topNav .topMenu ul {
  list-style: none;
  margin: 0;
}
header.headerMain nav.topNav .topMenu ul li {
  display: inline-block;
  padding: 0px 6px;
}

header.headerMain nav.topNav .topMenu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  transition: 0.5s ease;
  font-weight: bold;
  padding: 0;
}
header.headerMain nav.topNav .topMenu ul li a:hover {
  color: #000;
  transition: 0.5s ease;
}
header.headerMain nav.topNav .topMenu ul li.active a {
  color: #000;
  text-decoration: none;
  line-height: 1.8;
}
header.headerMain nav.topNav .topMenu ul li a.dropdown-toggle::after {
  position: relative;
  top: 3px;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
header.headerMain nav.topNav .topMenu ul li a.dropdown-item:active:focus {
  background: transparent;
}
header.headerMain nav.topNav .topMenu ul li .dropdown-menu {
  padding: 15px;
}
@media (max-width:1100px) {
  header.headerMain .topMenu ul {
    display: none;
  }
  header.headerMain .ctaButton .btn-group .hamburger {
    display: flex;
  }
  header.headerMain .ctaButton .btn-group a.btn {
    display: none;
  }
  header.headerMain nav.topNav .global {
    display: none;
  }
}
@media (max-width: 575px) {
  header.headerMain .mobile-canvas {
    width: 50%;
  }
}
@media (max-width:420px) {
  header.headerMain .mobile-canvas {
    width: 80%;
}
}
.ctaButton .btn-group a.btn.btn-login {
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  outline: 0;
  box-shadow: 0 0 0;
}
.ctaButton .btn-group a.btn.btn-contact {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 15px 35px;
  border-radius: 0px;
  border: 1px solid transparent;
  transition: 0.5s ease;
}
.ctaButton .btn-group a.btn.btn-contact:hover {
  background: #fff;
  color: #000;
  transition: 0.5s ease;
  border: 1px solid #000;
}
section.slide .carousel .buttonsStyle {
  position: absolute;
  bottom: 8.9em;
  width: 150px;
  height: 80px;
  right: 0;
}
section.slide .carousel .buttonsStyle a.carousel-control-prev {
  width: 60px;
  height: 60px;
  background: #fff;
  opacity: 1;
  margin-top: 10px;
}
section.slide .carousel .buttonsStyle a.carousel-control-next {
  background: #000;
  width: 80px;
  height: 80px;
  opacity: 1;
}
section.slide .carousel .carousel-caption {
  position: absolute;
  right: 5%;
  bottom: auto;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  top: 25%;
}
section.slide .carousel .carousel-caption h4 {
  font-family: "Abril Fatface", cursive;
  color: #fff;
  font-size: 30px;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
}
section.slide .carousel .carousel-caption p {
  font-family: "Poppins", sans-serif;
  text-align: left;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
section.slide .carousel .carousel-caption .slideBtns {
  text-align: left;
}
section.slide
  .carousel
  .carousel-caption
  .slideBtns
  .btn-group
  a.btn.btn-learn {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 15px 35px;
  border-radius: 0px;
  border: 1px solid transparent;
  transition: 0.5s ease;
}
section.slide
  .carousel
  .carousel-caption
  .slideBtns
  .btn-group
  a.btn.btn-learn:hover {
  background: #fff;
  color: #000;
  transition: 0.5s ease;
  border: 1px solid #000;
}

section.slide
  .carousel
  .carousel-caption
  .slideBtns
  .btn-group
  a.btn.btn-solution {
  color: #000;
  font-size: 18px;
  line-height: 1.8;
}
section.slide .carousel .carousel-indicators .active {
  background-color: #000;
}

section.insights {
  padding: 50px 0;
}
section.insights.about {
  padding: 50px 0 0;
}
section.insights hr.topDvdr {
  width: 60%;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4;
  height: 1px;
  margin-bottom: 30px;
}
section.insights h3 {
  font-family: "Poppins", cursive;
  font-size: 29px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 50px;
  color: #909090;
}

.solution {
  padding: 40px 0px;
  font-size: 40px;
  color: #909090;
}

.insightsBox .card {
  border: 0px;
  margin-bottom: 70px;
  transition: 0.5s ease;
}
.insightsBox .card:hover {
  transform: scale(0.9);
  transition: 0.5s ease;
}
.insightsBox .card .card-block {
  width: 80%;
  padding: 10px;
  margin-left: -15px;
  margin-top: -15px;
  background: #fff;
  box-shadow: 2px 5px 20px rgb(0 0 0 / 10%);
}
.insightsBox .card .card-block h5.card-title {
  font-family: "Abril Fatface", cursive;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 0;
}
.insightsBox .card .card-block p a.btn.btn-primary {
  background: #000;
  border-radius: 0;
  border: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 15px 40px;
  outline: 0px;
  color: #fff;
  box-shadow: 0 0 0;
}

section.insights a.btn.btn-viewAll {
  background: #000;
  border-radius: 0;
  border: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 15px 40px;
  outline: 0px;
  color: #fff;
  box-shadow: 0 0 0;
  margin: 30px auto 0;
  transition: 0.5s ease;
  border: 1px solid transparent;
}
section.insights a.btn.btn-viewAll:hover {
  background: #fff;
  color: #000;
  transition: 0.5s ease;
  border: 1px solid #000;
}
section.insights.about .insightsBox .card .cardContent p {
  font-family: "Poppins";
  font-size: 14px;
  padding: 20px 0 0;
  color: #000;
  width: 90%;
}
section.insights.about .insightsBox .card .cardContent button.btn.btn-card {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 15px 35px;
  border-radius: 0px;
  border: 1px solid transparent;
  transition: 0.5s ease;
}

section.news {
  padding: 50px 0;
}
section.news hr.topDvdr {
  width: 60%;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4;
  height: 1px;
  margin-bottom: 50px;
}
section.news h3 {
  font-family: "Abril Fatface", cursive;
  font-size: 48px;
  text-decoration: underline;
  text-align: left;
  margin: 0px 0 50px;
  color: #000;
}
section.news .newsBox .newsBar {
  border: 1px solid #909090;
  height: auto;
  padding: 15px;
  margin: 15px 0;
}
section.news .newsBox .newsBar img {
  width: 100%;
  padding: 0px 0 20px 0;
}

section.news .newsBox .newsBar h4 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
section.news .newsBox .newsBar label[for="date"] {
  color: #8a8a8a;
  display: block;
}
section.news .newsBox .newsBar a.viewNews {
  color: #000;
  font-weight: 600;

  bottom: 25px;
}
section.news a.btn.btn-viewAll {
  background: #000;
  border-radius: 0;
  border: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 15px 40px;
  outline: 0px;
  color: #fff;
  box-shadow: 0 0 0;
  margin: 30px auto 0;
}

section.location {
  padding: 50px 30px;
  background: #f2f2f2;
  margin-bottom: 50px;
}
section.location .locationImgBox img {
  width: 100%;
}

section.location .locBox {
  text-align: right;
}
section.location .locBox {
  text-align: right;
  height: 100%;
  display: flex;
  align-items: center;
}
section.location .locBox .locinnerBox {
  width: 100%;
}
section.location .locBox .locinnerBox h3 {
  font-family: "Abril Fatface", cursive;
  font-size: 38px;
  text-decoration: underline;
  margin: 0 0 10px;
  color: #000;
}
section.location .locBox .locinnerBox p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
}
section.location .locBox .locinnerBox form label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
}
section.location .locBox .locinnerBox form input#findlocation {
  height: 50px;
  border: 0px;
  border-radius: 0px;
  color: #c4c4c4;
  padding: 0 0 0 45px;
}

section.location .locBox .locinnerBox form span.ico {
  position: absolute;
  left: 27px;
  margin-top: 48px;
}

section.news.dvdr {
  padding: 50px 0 0;
}

footer.footerBar {
  background: #9e9e9e;
  padding: 60px 30px;
}
footer.footerBar .linkList {
}
footer.footerBar .linkList h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
}
footer.footerBar .linkList ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
footer.footerBar .linkList ul li.list-item {
  margin: 0 0 10px;
}
footer.footerBar .linkList ul li.list-item a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 15px;
}

footer.footerBar .social {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
footer.footerBar .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
footer.footerBar .social ul li a.ico {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.footerBar .social ul li.dark a.ico {
  background: #000;
}
footer.footerBar .social ul li.lightdark a.ico {
  background: #909090;
}
footer.footerBar .social ul li.light a.ico {
  background: #c4c4c4;
}
footer.footerBar .social ul li a.ico svg {
  width: 20px;
  height: auto;
}

footer.footerBar .menuCopyRight {
  padding: 30px 0 0;
}
footer.footerBar .menuCopyRight .bottomNav {
  margin-left: -15px;
}
footer.footerBar .menuCopyRight .bottomNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.footerBar .menuCopyRight .bottomNav ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 15px;
  font-size: 14px;
  text-decoration: none;
}
footer.footerBar .menuCopyRight .bottomNav ul li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

footer.footerBar .menuCopyRight .copyright p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-align: right;
  margin: 0;
  line-height: 2.4;
}

/* About Page Start */
section.aboutHarrison {
}
section.aboutHarrison .innAboutBox {
}
section.aboutHarrison .innAboutBox h3.title {
  font-family: "Abril Fatface", cursive;
  font-size: 48px;
  text-decoration: none;
  text-align: center;
  margin: 0;
  color: #000;
}
section.aboutHarrison .innAboutBox h4.subTitle {
  text-align: center;
  font-family: "Poppins";
  font-weight: 700;
  margin: 15px 0 0px;
}
section.aboutHarrison .innAboutBox p.para {
  font-family: "Poppins";
  font-size: 14px;
  padding: 20px 0 0;
  color: #000;
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
}
section.aboutHarrison .innAboutBox figure {
  width: 100%;
}
section.aboutHarrison .innAboutBox figure img {
  width: 100%;
}
section.aboutHarrison .innAboutBox button.btn.btn-explore {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 15px 35px;
  border-radius: 0px;
  border: 1px solid transparent;
  transition: 0.5s ease;
  margin: 30px auto 0;
  display: block;
}

section.aboutHarrison.history hr.topDvdr {
  width: 60%;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4;
  height: 1px;
  margin-bottom: 30px;
}
section.aboutHarrison.history .innAboutBox p.para {
  width: 60%;
}

/* About Page End */

/* Solutions Page Start */
section.solutions {
  margin: 0 0 50px;
}
section.solutions h3.title {
  font-family: "Abril Fatface", cursive;
  font-size: 48px;
  text-decoration: none;
  text-align: center;
  margin: 0;
  color: #000;
}
section.solutions p.para {
  font-family: "Poppins";
  font-size: 14px;
  padding: 20px 0 0;
  color: #000;
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
}

section.solBox {
  margin: 0 0 50px;
  padding-top: 60px;
}
section.solBox .solBoxContent {
}
section.solBox .solBoxContent h4.title {
  font-family: "Abril Fatface", cursive;
  font-size: 38px;
  text-decoration: none;
  text-align: left;
  margin: 0 0 30px;
  color: #000;
}
section.solBox .solBoxContent p.para {
  font-family: "Poppins";
  font-size: 14px;
  padding: 20px 0 0;
  color: #000;
  text-align: left;
}
section.solBox .solBoxContent p.listTitle {
  font-family: "Poppins";
  font-size: 14px;
  padding: 20px 0 0;
  color: #000;
  text-align: left;
  margin: 0;
}
section.solBox .solBoxContent ul.listBox {
  margin: 0;
}
section.solBox .solBoxContent ul.listBox li {
  font-family: "Poppins";
  font-size: 14px;
  padding: 0;
  color: #000;
  text-align: left;
  font-weight: 500;
}
section.solBox .solBoxContent a.btn.btn-started {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 15px 35px;
  border-radius: 0px;
  border: 1px solid transparent;
  transition: 0.5s ease;
  margin: 30px auto 0;
}
section.solBox .solBoxImage figure img {
  width: 100%;
}
/* Solutions Page End */

/* Insight Page Start */
section.slide.insightHero {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-top: -150px;
  z-index: 0;
  position: relative;
  overflow-x: hidden;
}
section.slide.insightHero .slide {
  /* height: 100vh; */
  overflow: hidden;
}
section.slide.overlay .slide .carousel-inner .carousel-item:before {
  content: "";
  background: #ffffff42;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 3;
}
section.slide.insightHero
  .slide
  .carousel-inner
  .carousel-item
  .carousel-caption {
  width: 50%;
  text-align: center;
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 30vh;
}
section.slide.insightHero
  .slide
  .carousel-inner
  .carousel-item
  .carousel-caption
  h3.title {
  font-family: "Abril Fatface", cursive;
  font-size: 45px;
  text-decoration: none;
  text-align: center;
  margin: 0;
  color: #000;
}
section.slide.insightHero .slide .carousel-inner .carousel-item p.para {
  font-family: "Poppins";
  font-size: 14px;
  padding: 10px 0 0;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
}
section.slide.insightHero
  .slide
  .carousel-inner
  .carousel-item
  .carousel-caption
  a.btn.btn-learn {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 15px 35px;
  border-radius: 0px;
  border: 1px solid transparent;
  transition: 0.5s ease;
  margin: 0px auto 0;
}
/* Insight Page End */

/* Careers Page Start */
section.careers {
  margin: 0 0 50px;
}
section.careers h3.title {
  font-family: "Abril Fatface", cursive;
  font-size: 48px;
  text-decoration: none;
  text-align: center;
  margin: 0;
  color: #000;
}
section.careers p.para {
  font-family: "Poppins";
  font-size: 14px;
  padding: 20px 0 0;
  color: #000;
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
}
section.careers ul.inlineList {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
section.careers ul.inlineList li {
  color: #909090;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 16px;
}

section.careerBox {
  margin: 0 0 50px;
}
section.careerBox .careerBoxContent {
}
section.careerBox .careerBoxContent h4.title {
  font-family: "Abril Fatface", cursive;
  font-size: 38px;
  text-decoration: none;
  text-align: left;
  margin: 0 0 30px;
  color: #000;
}
section.careerBox .careerBoxContent p.para {
  font-family: "Poppins";
  font-size: 14px;
  padding: 20px 0 0;
  color: #000;
  text-align: left;
}
section.careerBox .careerBoxContent p.listTitle {
  font-family: "Poppins";
  font-size: 14px;
  padding: 20px 0 0;
  color: #000;
  text-align: left;
  margin: 0;
}
section.careerBox .careerBoxContent ul.listBox {
  margin: 0;
}
section.careerBox .careerBoxContent ul.listBox li {
  font-family: "Poppins";
  font-size: 14px;
  padding: 0;
  color: #000;
  text-align: left;
  font-weight: 500;
}
section.careerBox .careerBoxContent a.btn.btn-started {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 15px 35px;
  border-radius: 0px;
  border: 1px solid transparent;
  transition: 0.5s ease;
  margin: 30px auto 0;
}

section.careerBox .careerBoxImage {
}
section.careerBox .careerBoxImage figure {
}
section.careerBox .careerBoxImage figure img {
  width: 100%;
}

section.Testimonials {
  padding: 40px 0 110px;
}
section.Testimonials
  .regular
  .slick-list
  .slick-track
  .slick-slide
  .testimonialsBox {
  text-align: center;
}
section.Testimonials
  .regular
  .slick-list
  .slick-track
  .slick-slide
  .testimonialsBox
  h4.title {
  font-family: "Poppins";
  font-size: 24px;
  color: #000;
  width: 100%;
  font-weight: 500;
}
section.Testimonials
  .regular
  .slick-list
  .slick-track
  .slick-slide
  .testimonialsBox
  p.designation {
  font-family: "Poppins";
  font-size: 14px;
  color: #000;
  width: 100%;
  font-weight: 500;
}
section.Testimonials
  .regular
  .slick-list
  .slick-track
  .slick-slide
  .testimonialsBox
  .ico {
  width: auto;
  text-align: center;
}
section.Testimonials
  .regular
  .slick-list
  .slick-track
  .slick-slide
  .testimonialsBox
  .ico
  svg {
  width: 70px;
}

section.Testimonials button.slick-prev.slick-arrow {
  position: absolute;
  background: #fff;
  width: 70px;
  height: 70px;
  right: 52%;
  left: auto;
  top: auto;
  bottom: -130px;
  border: 1px solid #000;
}
section.Testimonials button.slick-prev.slick-arrow::before {
  content: "";
  width: 35px;
  height: 2px;
  background: #000;
  position: relative;
  margin: 0 auto;
  display: block;
}
section.Testimonials button.slick-prev.slick-arrow:after {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  display: block;
  content: "";
  border-left-width: 0px;
  border-top-width: 0px;
  transform: rotate(-45deg);
  right: 18px;
  position: absolute;
  margin-top: -5px;
}
section.Testimonials button.slick-next.slick-arrow {
  position: absolute;
  background: black;
  width: 80px;
  height: 80px;
  right: 44%;
  left: auto;
  top: auto;
  bottom: -140px;
}
section.Testimonials button.slick-next.slick-arrow:before {
  content: "";
  width: 45px;
  height: 2px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  display: block;
}
section.Testimonials button.slick-next.slick-arrow:after {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  display: block;
  content: "";
  border-left-width: 0px;
  border-top-width: 0px;
  transform: rotate(135deg);
  left: 18px;
  position: absolute;
  margin-top: -5px;
}
/* Careers Page End */

/* News Page Start */
section.newsCollpase {
}
section.newsCollpase div#accordion {
}
section.newsCollpase div#accordion .card {
  border: 0;
  margin: 0;
}
section.newsCollpase div#accordion .card .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}
section.newsCollpase div#accordion .card .card-header h5 {
}
section.newsCollpase div#accordion .card .card-header h5 button.btn.btn-link {
  width: 80%;
  display: block;
  margin: 0 auto 30px;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 60px;
  text-align: left;
  outline: 0;
  box-shadow: 0 0 0;
  font-family: "Poppins";
  font-size: 28px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
section.newsCollpase
  div#accordion
  .card
  .card-header
  h5
  button.btn.btn-link.collapsed:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #000;
  position: absolute;
  margin-left: -60px;
  margin-top: -4px;
  border-radius: 50%;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

section.newsCollpase
  div#accordion
  .card
  .card-header
  h5
  button.btn.btn-link:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #000;
  position: absolute;
  margin-left: -60px;
  margin-top: -4px;
  border-radius: 50%;
  background-image: url(../images/minus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

section.newsCollpase div#accordion section.news {
  padding: 0 0 20px;
}
/* News Page End */

/* Contact Page Start */
section.contact {
  margin: 0 0 50px;
}
section.contact h3.title {
  font-family: "Abril Fatface", cursive;
  font-size: 48px;
  text-decoration: none;
  text-align: center;
  margin: 0;
  color: #000;
}
section.contact p.para {
  font-family: "Poppins";
  font-size: 14px;
  padding: 20px 0 0;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto 50px;
}

section.contact p.callNum {
  text-align: center;
  border-top: 1px solid #ccc;
  font-family: "Poppins";
  color: #000;
  font-weight: 700;
  font-size: 30px;
}
section.contact p.callNum span.highlight {
  display: block;
  background: #fff;
  width: 233px;
  margin: -26px auto 0;
  text-decoration: underline;
}
.text-black {
  color: #000;
}
.text-black:hover {
  color: #000;
}
section.contactBox {
  margin: 0 0 40px;
}
section.contactBox .contactBoxImage {
}
section.contactBox .contactBoxImage figure {
  width: 100%;
}
section.contactBox .contactBoxImage figure img {
  width: 100%;
}

section.contactBox h4.title {
  font-family: "Abril Fatface", cursive;
  font-size: 30px;
  text-decoration: none;
  text-align: left;
  margin: 0 0 20px;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
}
section.contactBox div#contactAcc {
}
section.contactBox div#contactAcc .card {
  border: 0;
}
section.contactBox div#contactAcc .card .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}
section.contactBox div#contactAcc .card .card-header h5 {
}
section.contactBox div#contactAcc .card .card-header h5 button.btn.btn-link {
  padding: 10px 0 20px 60px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  color: #000;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 0 0;
}
section.contactBox div#contactAcc .card .collapse .card-body {
  font-family: "Poppins";
  font-size: 16px;
  color: #000;
  margin: 10px 0 30px;
}

section.contactBox
  div#contactAcc
  .card
  .card-header
  h5
  button.btn.btn-link:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #000;
  position: absolute;
  margin-left: -60px;
  margin-top: -4px;
  border-radius: 50%;
  background-image: url(../images/minus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

section.contactBox
  div#contactAcc
  .card
  .card-header
  h5
  button.btn.btn-link.collapsed:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #000;
  position: absolute;
  margin-left: -60px;
  margin-top: -4px;
  border-radius: 50%;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

section.contactBox .newsLetterContact {
}
section.contactBox .newsLetterContact form {
  margin: 20px 0 0;
}
section.contactBox .newsLetterContact form input {
  height: 50px;
  border: 1px solid #909090;
  border-radius: 0px;
}
section.contactBox .newsLetterContact form button.btn {
  background: #000;
  border-radius: 0;
  height: 50px;
  margin-left: -15px;
  border: 1px solid #000;
  padding: 0 30px;
}
/* Contact Page End */

/* Blog Page Single Start */
section.banner .post-thumbnail {
  height: 70vh;
  background-image: url(../images/insight-img1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 150% !important;
}
section.main-description .post-description {
  padding: 60px 50px;
  box-shadow: -3px -17px 4px 5px #8888880d;
  margin-top: -4rem;
  z-index: 6;
  background: white;
}
section.main-description .post-title {
  font-family: "Abril Fatface", cursive;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 0;
}
.fa:hover {
  opacity: 0.7;
}
.fa-facebook {
  background: #3b5998;
  color: white;
}
.fa-twitter {
  background: #55acee;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
section.main-description .social-share .fa a:focus,
a:hover {
  color: white;
  text-decoration: none;
}
section.main-description .social-share .fa {
  padding: 7px;
  font-size: 22px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  display: block;
  margin: 4px;
}
section.main-description .author-img {
  width: 50px;
  border-radius: 50%;
  margin: 0px;
}
section.main-description .author-name {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000000a8;
  margin: 45px 0 10px;
}
section.main-description .date-time h3 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000000a8;
  margin: 45px 0 10px;
}
section.main-description .post-description .content .content-head {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  color: #000;
  margin: 25px 0 20px;
}
section.main-description .post-description .content .content-description {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  color: #000;
  margin: 25px 0 20px;
}
section.main-description .post-description .content .middle-img {
  width: 100%;
}
section.related-posts {
  padding: 50px 50px;
}
section.related-posts img.card-img-top {
  height: 200px;
}
section.related-posts p.card-text {
  padding: 20px;
  font-family: "Abril Fatface", cursive;
  font-size: 20px;
  font-weight: 400;
  margin: 15px 15px 15px;
  padding: 0;
  height: 95px;
  overflow: hidden;
}
section.related-posts img.card-img-top {
  height: 200px;
  border-radius: 10px;
}
section.related-posts .popular-blogs {
  padding: 35px 0px;
  font-family: "Abril Fatface", cursive;
  font-size: 38px;
  text-decoration: underline;
  margin: 0 0 10px;
  color: #000;
}
.btn-success{
  background: #000;
    color: #fff;
    font-size: 18px;
    padding: 15px 35px;
    border-radius: 0px;
  
    transition: 0.5s ease;
    border:1px solid #000;
}
.btn-success:hover{

  background: #fff;
    color: #000;
    font-size: 18px;
    padding: 15px 35px;
    border-radius: 0px;

    transition: 0.5s ease;
    border:1px solid #000;
}
/* Blog Single Ends */
