@import "fonts.css";

html {
  font-size: 16px;
}

body {
	font-family: Now, Roboto, "Helvetica Neue", sans-serif;
	font-size: 16px;
}

.root-wrapper {
  background:#F6F6F6;
}

a {
  color: #D2AB74;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

a:hover, 
a:focus {
  color: #C9B69B;
  text-decoration: none;
  outline: none;
}

p {
  margin: 0 0 1.1em 0;
}

/* HEADERS */
h1:first-child,
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {
	margin-top: 0;
}

#masthead {
  margin-top: 20px;
}

/* HELPER UTILITY CLASSES */
.screen-reader-text {
	position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  border: 0;
  word-wrap: normal!important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.no-padding {
  padding: 0;
}


/* HEADER */
.wrapper-header {
	width: 100%;
	position: relative;
  /* background-color: #fff; */
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-container {
	position: relative;
  z-index: 1000;
  font-size: 14px;
}

.header-container-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-container-inner .hc-brand {
  position: relative;
  z-index: 500;
  text-align: center;
  padding: 30px 0;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.header-container-inner .hc-brand .site-title {
	margin: 0;
	font-size: 48px;
	font-family: 'Great Vibes';
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.header-container-inner .hc-brand .site-title a {
	color: #25262E;
}

.header-container-inner .hc-brand .site-title a .site-title-logo {
	width: 260px;
  height: 100%;
  display: inline-block;
  object-fit: cover;
}

.header-container-inner .logo .title-tagline .title-tagline {
  display: block;
}

.header-container-inner .logo .title-tagline small {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}

.header-container-inner .hc-brand .site-title a .site-title-logo img {
	width: 100%;
	height: 100%;
}

.header-container-inner .hc-brand p {
	margin: 4px 0 0;
	font-size: 12px;
  color: rgba(0,0,0,.65);
}


/* LOGO */
.logo a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 25px;
  width: 260px;
  height: 100px;
  position: relative;
}

.logo a:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 11%;
  left: 62px;
  top: 81px;
  padding: 10px;
  background: #fff;
  z-index: -1;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* NAVS */

.header-container-inner #navigation {
	position: relative;
  width: 50%;
  text-align: left;
}
.nav-wrap {
	/* border-top: 1px solid #eee; */
  /* background-color: #fff; */
}

.nav-wrap .nav-layout {
	max-height: 54px;
  position: relative;
}

.nav-wrap .nav-layout .menu {
	display: block;
  /* text-align: left; */
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.nav-wrap .nav-layout .menu ul#nav-menu {
	display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: 'Now-Bold',sans-serif;
}

.nav-wrap .nav-layout .menu ul#nav-menu li {
  display: inline-block;
  line-height: 54px;
  /* margin: 0 8px; */
  margin: 0 20px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
}

.nav-wrap .nav-layout .menu ul#nav-menu li a {
	color:#fff;
	border: 0;
  display: inline-block;
  padding: 0;
  transition: color 0.5s;
}

.nav-wrap .nav-layout .menu ul#nav-menu li.active a {
  color: #dfb16f;
}

.nav-wrap .nav-layout .menu ul#nav-menu li a:hover {
  /* color: #C9B69B; */
  color: #dfb16f;
  text-decoration: none;
  outline: none;
}

.social-media-container {
  width: 10%;
  display: flex;
}

.social-media-container a {
  font-size: 18px;
  margin: 0 6px;
}

.social-media-container a:first-child {
  margin-left: 0;
}

.social-media-container a:last-child {
  margin-right: 0;
}

/* SLIDER SECTION */
.hr-slider {
  list-style: none;
}

.hr-slider img {
 height: 600px;
 width: 100%;
 object-fit: cover;
}

.captions {
  position: absolute;
  color: #fff;
  width: auto;
  top: 15%;
  left: 3%;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  background: #D2AB74;
  padding: 10px 25px;
  border-radius: 3px;
}

/* TOP SECTION */
.wrapper-main-content-section {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.wrapper-main-content-section h2 {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.3em;
  font-weight: bold;
}

.wrapper-main-content-section .middle-section .header-widgets h2 {
  font-size: 44px;
}

.wrapper-main-content-section h3 {
	font-size: 21px;
  font-weight: 400;
  line-height: 1.6em;
}

.section-wrap .top-main-section {
  background-color: #FFF;
  background-image: url("../images/slider/corporate-11.jpg");
  background-position: center center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 255px 15px 40px 15px;
  z-index: 12;

  position: absolute;
  top:0;

  width: 100%;
}

.cta-section-wrap .services-top-main-section {
  background-image: url("../images/slider/corporate-2.jpg") !important;
  background-position: center center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transform: translate(-1px, -149px);
  padding: 255px 15px 130px 15px;
}

.section-container.section-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.section-container.section-column .section-widget-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.section-container.section-column .section-widget-wrap .widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 1px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  padding: 350px 0px 9px 100px;
}

h3.widget-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 1.5em;
  text-transform: capitalize;
  letter-spacing: -0.01em;
  font-weight: bold;
}

.section-container.section-column .section-widget-wrap .widget-wrap p {
  color: #fff;
  font-size: 22px;
}

.wrapper-main-content-section section.top-section.boxed-section {
  /*background-image: url(http://themes.pixelwars.org/efor/demo-03/wp-content/uploads/sites/4/2018/10/bigstock-People-Talking-Communication-C-108102911-Large.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;

  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  /*padding: 100px 100px 100px 100px;*/
  padding: 15px 0 0 0;
  position: relative;
  overflow: hidden;
}

.wrapper-main-content-section .section-background-overlay,
.about-section-wrap .section-background-overlay {
  background-color: #00211e;
  opacity: .6;
  transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.wrapper-main-content-section .section-art {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
}

.wrapper-main-content-section .section-art svg {
  height: 90px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wrapper-main-content-section .section-art svg path.section-art-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0.33;
}

.wrapper-main-content-section .top-section >.section-content {
  max-width: 1140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.wrapper-main-content-section .top-section .main-section-column {
  width: 100%;
  padding: 0 120px 0 120px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.wrapper-main-content-section .top-section .main-section-column div {
  text-align: center;
  width: 100%;
  color: #fff;
}

.different-content-section {
  padding-top: 45px !important;
}

.wrapper-section .middle-section,
.wrapper-section .testimonial-section {
	transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  padding: 130px 0 80px 0;
}

.wrapper-section .testimonial-section {
  /* background-color: #f2eada; */
  background-color: #f8c51173;
  position: relative;
}

.wrapper-section section .section-content .header-widgets {
	align-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.wrapper-section .middle-section .main-content-section {
	width: 100%;
  display: inline-block;
  height: 100%;
  text-align: center;
}


/* HELP YOU CONTENT */
.wrapper-section .middle-section .main-content-section .content {
	transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  padding: 45px 45px 45px 45px;
  width: 100%;
  position: relative;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  height: 290px;
}

.wrapper-section .different-content-section .main-content-section .content {
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  padding: 30px;
  background: #fff;
  width: 100%;
  position: relative;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  min-height: 487px;
  height: 100%;
  box-shadow: 0 0px 18px rgba(0, 0, 0, 0.12);
  margin: 10px 0;
}

.wrapper-section .middle-section .main-content-section .middle-help-content {
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  padding: 8px;
  background: #fff;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 10px 0;
  /* cursor: pointer; */
}

.wrapper-section .middle-section .main-content-section .middle-help-content:hover {
  box-shadow: 0 44px 98px 0 rgba(0,0,0,.12);
  border-bottom-style: solid;
  background: rgba(255,255,255,.05);
  border-color: #F8C511;
}

.wrapper-section .middle-section .main-content-section .middle-help-content:hover .icon-wrapper span {
  color: #F8C511 !important;
}

.wrapper-section .middle-section .main-content-section .middle-help-content .content-heading .heading-wrapper {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-family: now-bold;
}

.wrapper-section .middle-section .main-content-section .middle-help-content .content-heading  .heading-wrapper h3 {
  font-size: 19px;
}

.wrapper-section .middle-section .main-content-section .middle-help-content .content-body {
  text-align: center;
  font-size: 16px;
  bottom: 0;
  top: auto;
}

.wrapper-section .middle-section .main-content-section .middle-help-content .content-body .content-wrapper {
  text-align: center;
  font-family: now, roboto;
  font-style: italic;
}

.wrapper-section .middle-section .main-content-section .content-icon {
	width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.wrapper-section .middle-section .main-content-section .content-icon .icon-wrapper {
	-webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  text-align: center;
  display: inline-block;
  position: relative;
  color: #aab8c2;
  font-size: 3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* cursor: pointer; */
  width: 140px;
  height: 140px;
  text-align: center;
  margin-top: 15px;
}

.wrapper-section .different-content-section .content-icon .icon-wrapper {
  width: 180px !important;
  height: 180px !important;
}

.wrapper-section .middle-section .main-content-section .content-icon .icon-wrapper span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 100px;
  color: #D2AB74;

  transition: color .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.wrapper-section .middle-section .main-content-section .content-icon .icon-wrapper span:hover {
  color: #F8C511;
}

.wrapper-section .middle-section .main-content-section .content-icon .icon-wrapper span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  text-align: center
}

.wrapper-section .middle-section .main-content-section .content-heading {
	width: 100%;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin-bottom: 20px;
  overflow: hidden;
}

.wrapper-section .middle-section .main-content-section .content-heading .heading-wrapper {
	width: 100%;
}

.wrapper-section .different-content-section .main-content-section .content-heading .heading-wrapper {
  width: 100%;
  text-align: left;
}

.wrapper-section .middle-section .main-content-section .content-heading .heading-wrapper h4 {
	padding: 0;
  margin: 0;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.14em;
  font-family: Now-Bold;
}

.wrapper-section .middle-section .main-content-section .content-body {
  color: #999;
  font-size: 15px;
  width: 100%;
  position: absolute;
  top: 58%;
  padding: 0 20px;
}

.wrapper-section .different-content-section .main-content-section .content-body {
  position: initial;
  padding: 0;
}

.wrapper-section .middle-section .main-content-section .content-body .content-wrapper {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;

  font-family: roboto;
  text-align: left;
  line-height: 1.6;
}


.middle-section.testimonial-section .testimonial-wrapper-content {
	display: inline-block;
	width: 100%;
	position: relative;
}

.middle-section.testimonial-section .testimonial-wrapper-content .testimonial.tc-card {
	margin: 0 25px 0 25px;
}

.middle-section.testimonial-section .testimonial-wrapper-content .testimonial.tc-card .testimonial-content {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.middle-section.testimonial-section .testimonial-wrapper-content .testimonial.tc-card .testimonial-content figure {
	border-radius: 50% 50% 50% 50%;
  margin: 0 0 15px 0;
  order: 5;
  position: relative;
  overflow: hidden;
  width: 128px;
  height: 128px;
}

.middle-section.testimonial-section .testimonial-wrapper-content .testimonial.tc-card .testimonial-content .tc-description {
	color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  width: 350px;
  background-color: #fff;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 22px 0 rgba(25,25,25,.08);
  padding: 30px 30px 36px 30px;
  margin: 0 0 38px 0;
  text-align: left;
  order: 4;
  max-width: 100%;
  position: relative;
}

.middle-section.testimonial-section .testimonial-wrapper-content .testimonial.tc-card .testimonial-content .tc-description::after {
	content: '';
  border-color: #fff transparent transparent transparent;
  left: 49%;
  border-right-width: 12px;
  margin-left: calc(12px/-2);
  border-top-width: 17px;
  bottom: -17px;
  border-left-width: 12px;
  width: 0;
  height: 17px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  position: absolute;
  display: block;
}

.middle-section.testimonial-section .testimonial-wrapper-content .testimonial.tc-card .testimonial-content .tc-name {
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  align-self: center;
  text-align: center;
  order: 5;
  font-family: roboto;
  max-width: 100%;
}

.middle-section.testimonial-section .testimonial-wrapper-content .testimonial.tc-card .testimonial-content .tc-position {
  /* color: #8e8e8e; */
  color: #fff;
  font-family: "Open Sans",Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  padding: 0;
  margin: 0;
  align-self: center;
  text-align: center;
  order: 6;

  font-weight: bold;
}

.middle-section.testimonial-section .testimonial-wrapper-content .testimonial.tc-card .testimonial-content .tc-company {
  order: 7;
}

/* REACHOUT BANNER SECTION */
.banner-section {
  background-color: #000;
  background-image: url(http://themes.pixelwars.org/efor/demo-03/wp-content/uploads/sites/4/2018/10/myoung-kang-569499-unsplash-Custom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  position: relative;
}
.banner-background-overlay {
  background-color: #2128ff;
  opacity: .4;
  transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.banner-widget-counter-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.banner-widget-number-wrapper {
  color: #fff;
  font-size: 75px;
  font-weight: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.widget-counter-number-prefix {
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: pre-wrap;
}

.widget-counter-number-suffix {
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: pre-wrap;
}

.banner-widget-counter-title {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 2.5;
}


/* ABOUT PAGE */
.cta-section-wrap {
  /* background-attachment: scroll; */
  /* background-color: #222428;
  background-image: url(http://themes.pixelwars.org/efor/demo-05/wp-content/uploads/sites/8/2019/05/man2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #d8dadc;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /* padding: 50px 0px 80px 0px; 
  padding: 255px 15px 0px 15px;
  
  position: absolute;
  top:0;

  width: 100%; */

  margin-bottom: 190px; /* Hack for now */
}

.cta-section-wrap .top-main-section {
  background-color: #222428;
  background-image: url(http://themes.pixelwars.org/efor/demo-05/wp-content/uploads/sites/8/2019/05/man2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;

  border-radius: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #d8dadc;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /* padding: 50px 0px 80px 0px; */
  padding: 255px 15px 0px 15px;
  
  position: absolute;
  top:0;

  width: 100%;
}

.section-wrap .about-top-main-section {
  background-image: url(http://themes.pixelwars.org/efor/demo-05/wp-content/uploads/sites/8/2019/05/man2.jpg);
}

.post-header {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 54.5vw;
  margin: 0 auto;
  background-color: #567DA7;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-position: 50% 0;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%221500%22%20height%3D%22823%22%20viewBox%3D%220%200%201500%20823%22%3E%0A%20%20%3Cfilter%20id%3D%22blur%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2220%22%20edgeMode%3D%22duplicate%22%20/%3E%0A%20%20%20%20%3CfeComponentTransfer%3E%0A%20%20%20%20%20%20%3CfeFuncA%20type%3D%22discrete%22%20tableValues%3D%221%201%22%20/%3E%0A%20%20%20%20%3C/feComponentTransfer%3E%0A%20%20%3C/filter%3E%0A%20%20%3Cimage%20filter%3D%22url%28%23blur%29%22%20xlink%3Ahref%3D%22data%3Aimage/jpeg%3Bbase64%2C/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAYEBAQEBAYEBAYJBgUGCQoHBgYHCgsJCQoJCQsPCwwMDAwLDwwNDg4ODQwRERMTEREaGRkZGh0dHR0dHR0dHR0BBgcHDAsMFg8PFhkUEBQZHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHf/AABEIABYAKAMBEQACEQEDEQH/xACNAAADAQEAAAAAAAAAAAAAAAAEBQYHAxAAAQQABQMBBQkAAAAAAAAAAQIDBBEABQYSMRMhQRQHCCIzURUWIzJhYnGBoQEAAwEBAQAAAAAAAAAAAAAAAwQFBgIBEQACAAUBAwkHBQAAAAAAAAABAgADBBEhEgUxQQYiI1JxctHS8BUyUWGRoeEzgYKSwf/aAAwDAQACEQMRAD8Al9VzJGn22ZUKK3IjEEPOym0p2rHAOyqH643O1a+rpyDLUaLZO/8A0fmM/SS5U24YnVCyHqhpTBezCKICiPw/TOl1Cz9KH5f5xGl8rpi3WZLDNbFsZ+YPDshp9kg20Nj1uhRL14wkOqciNks18IeQpZTfdXY+f8wEcqK0nAQfxNuzOYL7JlcS0NsmnO6gWlnK4IS4ptTqkSF0dqeSmhZqx4xUp+UFZUvpRJa/vf1b4QpNoZMhbuzRQfdeGiKjrreXKq3V9LY1f7b8DxffGoktNVbOwduJ3fQfAcImM6E3UWEa3L0WmdDeiphp3upIBeBWgFQI3VV2L5GMvOqtaaS0MLK0tfSYlx7u+XORWWBPmMSAVFchlKUAk1WxAPCAODuvziB7Pp7ZNz8zD5rpwN9MQrHsI1VqCM8VGDLahS5cCahqOtp5mXEcKDtCSkLS8nYsKuhu7iu+EZdAt+bMIhx64jBQ+vCAGPY1qbRjrKM6bdYlE9SHPhyloSQT8lQ2ONp2nm+fGO3RVBBXPWDfjEeifryN3VKxp+n4eeZtlraFwJrTaAW35kxbfxrHPTo7nEj67RjSbP2gCgDK2OLEejEWpp2DGxHYAYlWMuyYEXm2dniwhmbQ/vbeIDVe0rfopfvL5o0YkUnGY30PhHWXG0y47DHqtRNSwtfpVNfaCgVbfi7ON18u747YnvN2qGXUiE3x7n3s27thpZdAVazOBbPvfa439kDQ8vAVLEDNM+Nvu+pUhmZYl0krKwhNFVbbvvjqXUbTF+ilnnG+V826BzJNEbdI4xjB8ILh5bmyiQ7m+okJHdCmWcwJK/AKVI7Gr4Vg5rNpWxTy799fNC4p6S+ZrW7p8IZZvk2ZqiZWJuodRIQmEkQDGhrO6PvVRd6IKurvu+rS/rgcurrs2kJvzzhv/tBmkU2Okbd1fxH/2Q%3D%3D%22%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%25%22%20width%3D%22100%25%22/%3E%0A%3C/svg%3E);
}


.section-wrap .product-top-main-section {
  background-image: url(../images/slider/corporate-0011.jpg) !important;
}

.image-loaded {
  transition: opacity .25s linear;
}

@keyframes sharpen {
  from {
    background-image: filter(url(../images/slider/corporate-001.jpg), blur(20px));
  }
  to {
    background-image: filter(url(../images/slider/corporate-001.jpg), blur(0px));
  }
}

.section-wrap .contact-top-main-section {
  /* background-image: url(http://themes.pixelwars.org/efor/demo-05/wp-content/uploads/sites/8/2019/05/man2.jpg); */
  background-image: url(../images/slider/contact-classic.jpeg)!important;
}

.cta-section-wrap .cta-section-background-overlay {
  border-radius: 0px 0px 0px 0px;
  background-color: #222428;
  /* background: #222428 url(../images/slider/corporate-2.j); */
  opacity: 0.63;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.cta-section-wrap .section-inner .cta-section-container {
  min-height: 61vh;
  max-width: 1160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.cta-section-wrap .section-inner .cta-section-container .cta-section-column {
  width: 100%;
}

.cta-section-wrap .section-inner .cta-section-container .cta-section-widget-wrap,
.cta-section-widget-wrap {
  position: relative;
  min-height: 1px;
  padding: 10px;
  align-content: center;
  align-items: center;
  text-align: center;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.cta-section-wrap .section-inner .cta-section-container .section-widget-wrap-small-heading,
.section-widget-wrap-small-heading {
  margin-bottom: 40px;
  display: block;
}

.section-widget-wrap-small-heading .heading-container h4 {
  color: rgba(255,255,255,0.77);
  font-family: roboto;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1.6px;
  padding: 0;
  margin: 0;
}

.section-widget-wrap-big-heading {
  margin-bottom: 40px;
}

.section-widget-wrap-big-heading .heading-container h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.35em;
}

.section-widget-main-tagline {
  background-color: #161616;
  color: #fff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 70px 60px 70px;
  margin-bottom: 0px;
}

.section-widget-main-tagline .tagline-content {
  margin-bottom: 20px;
}

.section-widget-main-tagline .tagline-content .tagline-content-container h2 {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 55px;
}

.about-main-content-section {
  margin-top: 47em;
}

.about-main-content-section .about-content-wrap .section-content-inner {
  /* background-color: #e8e4da; */
  background-color: #e6c77a;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 75px 0px 130px 0px;
  position: relative;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-content-image-wrap {
  width: 100%;
  text-align: center;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-content-image-wrap .content-image {
  width: 100%;
  display: inline-block;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-content-image-wrap .content-image img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  object-fit: cover;
  min-height: 670px;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-main-content-wrap .about-content-small-heading,
.about-main-content-section .about-content-wrap .section-content-inner .about-main-content-wrap .about-content-big-heading {
  margin-bottom: 20px;
  width: 100%;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-main-content-wrap .about-content-small-heading .heading-container {
  text-align: center;
  width: 100%;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-main-content-wrap .about-content-small-heading .heading-container h5 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 1px;
  font-family: roboto;
  margin: 0;
  padding: 0;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-main-content-wrap .about-content-big-heading .heading-container {
  margin: 0px 0px 0px -100px;
  padding: 1em 1em 1em 1em;
  background-color: #ffffff;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-main-content-wrap .about-content-big-heading .heading-container h2 {
  margin: 0;
  padding: 0;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1px;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-main-content-wrap .about-content-divider {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 0;
  font-size: 0;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-main-content-wrap .about-content-divider span.divider-separator {
  display: inline-block;
  width: 6%;
  margin: 0 auto;
  margin-left: 0;
  border-top: 1px solid #000;
  direction: ltr;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-main-content-wrap .about-content-description {
  width: 100%;
  position: relative;
}

.about-main-content-section .about-content-wrap .section-content-inner .about-main-content-wrap .about-content-description .content-wrap p {
  text-align: left;
  line-height: 2;
  color: #3f3f3f;
  margin-bottom: 5px;
}

.about-drive-section {
  margin-top: 20px;
}

.about-drive-section .about-drive-content-section {
  background-color: #f2f2f8;
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  margin-bottom: 60px;
  padding: 60px 0 60px 0;
  position: relative;
}

.about-drive-section .about-drive-content-section .about-drive-container {
  text-align: center;
  width: 100%;
  position: relative;
}

.about-drive-section .about-drive-content-section .about-drive-container .heading-container-wrap {
  margin-bottom: 20px;
}

.about-drive-section .about-drive-content-section .about-drive-container .heading-container-wrap .heading-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.about-drive-section .about-drive-content-section .about-drive-container .heading-container-wrap .heading-container h4 {
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 600;
  color: #000;
  line-height: 1.2em;
  font-family: now-bold;
  padding: 0;
  margin: 0;
}

.about-drive-section .about-drive-content-section .about-drive-container .heading-container-wrap .heading-container h5 {
  font-size: 17px;
}

.about-drive-container .drive-container-wrap,
.about-drive-container .team-container-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 1140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.about-drive-container .drive-container-wrap .column-widget-wrap {
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.about-drive-container .team-container-wrap .column-widget-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
  border: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
  box-shadow: 0 6px 20px 0 rgba(0,0,0,.1);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  margin: 15px;
  text-align: center;
  min-height: 800px;
}

.about-drive-container .team-container-wrap .column-card.team-content {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;

  padding: 0;
  /* position: relative; */
  z-index: 100;
  margin-top: 0;
  margin-bottom: 0;
}

.about-drive-container .team-container-wrap .team-image {
  max-height: 100%;
  border: none;
  width: auto;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.about-drive-container .team-container-wrap .team-image img {
  margin: 0 auto;
  border: none;
  /* height: auto; */
  width: 100%;
  display: block;
  margin-right: 0;
  padding-bottom: 0;
  border-radius: 5px;
  margin: auto;
  margin-top: 15px;
  max-width: calc(100% - 84px);
  height: 451px;
  object-fit: cover;
}

.about-drive-container .team-container-wrap .team-content-text {
  text-align: left;
  padding: 30px;
  padding-top: 27px;
  border-top: none;
  background: #fff;
}

.about-drive-container .team-container-wrap .team-content-text .team-socials {
  position: absolute;
  bottom: 14px;
}

.about-drive-container .team-container-wrap .team-content-text-inner {
  z-index: 10;
  /* position: relative; */
}

.about-drive-container .team-container-wrap .team-content-text-inner h5 {
  font-weight: bold;
  font-size: 17px;
}

.about-drive-container .team-container-wrap .team-content-text-inner span.team-subtitle {
  margin-bottom: 20px;
  display: block;
  line-height: 1;
  color: inherit;
  font-weight: 600;
  opacity: 1;
  opacity: .7;
}

.about-drive-container .team-container-wrap .team-content-text-inner p {
  color: #838383;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

.about-drive-container .team-container-wrap .team-content-text-inner .team-contact {
  /* z-index: 10;
  position: absolute;
  bottom: -42px;
  right: 0;
  width: calc(100% - 110px); */
  z-index: 10;
  position: absolute;
  right: 0;
  width: calc(100% - 110px);
  bottom: 10px;
}

.about-drive-container .team-container-wrap .team-content-text-inner .team-contact .tc-team-phone {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  height: 25px;
  padding: 0;
  color: inherit;
  line-height: 30px;
  transition: .4s cubic-bezier(.25,1,.2,1);
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  opacity: 1;
}

.about-drive-container .team-container-wrap .team-content-text-inner .team-contact .tc-team-email {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  padding: 0;
  color: inherit;
  line-height: 30px;
  transition: .4s cubic-bezier(.25,1,.2,1);
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  opacity: 1;
  margin: auto;
}

.about-drive-container .team-container-wrap .team-content-text-inner .team-contact .tc-team-email a {
  z-index: 1;
  position: relative;
  margin-right: 15px;
  width: 100%;
  display: block;
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card {
  width: 100%;
  position: relative;
  display: inline-block;
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  display: inline-block;
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure {
  position: relative;
  overflow: hidden;
  float: left;
  max-width: 100%;
  margin: 0;
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure .banner-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .1;
  background: #000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure .small-banner-image img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s,-webkit-transform 0.35s;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  display: block;
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure .card-content {
  padding: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure .card-content .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure .card-content .content-wrap h2 {
  color: #fff;
  text-align: center;
  font-family: now-bold;
  order: 1;
  margin-top: 8%;
  margin-bottom: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s,-webkit-transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0); 
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure .card-content .content-wrap .content-text {
  color: rgba(255,255,255,.84);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: .5px;
  text-align: center;
  order: 2;
  margin: 0.8em 0 0;
  padding: 1.5em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s;
  -o-transition: opacity 0.35s,transform 0.35s;
  transition: opacity 0.35s,transform 0.35s;
  transition: opacity 0.35s,transform 0.35s,-webkit-transform 0.35s;
  -webkit-transform: translate3d(0,20px,0) scale(1.1);
  transform: translate3d(0,20px,0) scale(1.1);
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure .card-content .content-wrap .content-text p {
  font-size: 16px;
  margin-bottom: 7px;
}

/* IMAGE HOVER */
.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure:hover .banner-image-overlay {
  opacity: .7;
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure:hover .content-wrap h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure:hover .small-banner-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.about-drive-container .drive-container-wrap .column-widget-wrap .column-card .card-container .figure-wrap figure:hover .content-wrap .content-text {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}

/* ABOUT IDEOLOGY SECTION */
.about-ideology-section {
  padding: 100px 0 100px 0;
}

.about-ideology-section .about-ideology-wrap {
  max-width: 1140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.about-ideology-section .big-heading-title-wrap {
  margin-top: 200px;
}

.about-ideology-section .big-heading-title-wrap .heading-widget-container .heading-container h3 {
  font-size: 100px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  color: #000;
  font-family: now-bold;
  text-transform: capitalize;
}

.about-ideology-section .big-heading-title-wrap .heading-widget-container .heading-divider-wrap {
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 0;
  font-size: 0; 
}

.about-ideology-section .big-heading-title-wrap .heading-widget-container .heading-divider-wrap span.divider-separator {
  display: inline-block;
  width: 15%;
  margin: 0 auto;
  border-top: 5px solid #000;
}

.service-info-section {
  margin-top: 4em;
  /* margin-top: 20em; */
}

.about-ideology-container .ideology-list-wrap .ideology-widget-container .widget-box-wrapper,
.service-info-section .service-info-container .column-wrapper .service-info-widget-wrapper .widget-box-wrapper {
  margin-bottom: 10px;
  width: 100%;
  padding: 0 0 10px 0;

  -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  
  display: flex;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-ideology-container .ideology-list-wrap .ideology-widget-container .widget-box-wrapper .ideology-icon-box-wrapper,
.service-info-section .service-info-container .column-wrapper .service-info-widget-wrapper .widget-box-wrapper .service-info-wrap-icon-box-wrapper {
  margin-top: 5px;
  margin-right: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-ideology-container .ideology-list-wrap .ideology-widget-container .widget-box-wrapper .ideology-icon-box-wrapper span.icon-box,
.service-info-section .service-info-container.column-wrapper .service-info-widget-wrapper .widget-box-wrapper .service-info-wrap-icon-box-wrapper span.icon-box {
  fill: #000;
  color: #000;
  border-color: #000;
  font-size: 13px;
}

.about-ideology-container .ideology-list-wrap .ideology-widget-container .widget-box-wrapper  .ideology-box-content-wrapper,
.service-info-section .service-info-container .column-wrapper .service-info-widget-wrapper .widget-box-wrapper .service-info-box-content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-ideology-container .ideology-list-wrap .ideology-widget-container .widget-box-wrapper  .ideology-box-content-wrapper h3.ideology-box-content-title,
.service-info-section .service-info-container .column-wrapper .service-info-widget-wrapper .widget-box-wrapper .service-info-box-content-wrapper h3.service-info-box-content-title {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: .9em;
  margin-bottom: 7px;
}

.about-ideology-container .ideology-list-wrap .ideology-widget-container .widget-box-wrapper  .ideology-box-content-wrapper p.ideology-box-content-description,
.service-info-section .service-info-container .column-wrapper .service-info-widget-wrapper .widget-box-wrapper .service-info-box-content-wrapper p {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin: 0;
}


/* UNIQUE MODEL */
section.about-unique-model-content-section {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
}

section.about-unique-model-content-section .about-unique-model-container {
  max-width: 1140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap .big-left-box {
  background-color: #f2f2f8;
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  margin: 0 0 0 0;
  padding: 70px 70px 70px 70px;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap .big-left-box .box-widget-heading {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  position: relative;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap .big-left-box .box-widget-heading h2 {
  font-size: 53px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 0;
  font-family: now-bold;
  padding: 0;
  margin: 0;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap .big-left-box .box-widget-wrap .box-widget-wrap .box-widget-content {
  text-align: right;
  padding: 30px 0 0 0;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap .big-left-box .box-widget-wrap .box-widget-content p {
  font-family: roboto;
  text-align: right;
  line-height: 30px;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap  .big-right-box {
  width: 100%;
  background-color: #f2f2f8;
  padding: 40px 80px 40px 80px;
  margin-top: 100px;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap  .big-right-box .box-text-content-wrap {
  color: #1c1a1a;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 20px;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap  .big-right-box .box-text-content-wrap p.list-pointers {
  position: relative;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap  .big-right-box .box-text-content-wrap p.list-pointers:after {
  content: "\f054";
  position: absolute;
  font-size: 13px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  left: -17px;
  top: 6px;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap  .big-right-box .box-text-content-wrap span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap  .big-right-box .box-button-wrap {
  text-align: center;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap  .big-right-box .box-button-wrap a.button-schedule-link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  fill: #0c0c0c;
  color: #0c0c0c;
  background-color: #f4da58;
  padding: 18px 40px;
  width: auto;
  border-radius: 6px;
  box-shadow: 0px 1px 6px 0 rgba(0,0,0,.5);
  line-height: 1;
  transition: all .3s;
  display: inline-block;
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap  .big-right-box .box-button-wrap a.button-schedule-link:hover {
  color: #0c0c0c;
  background-color: #f7f459;
  transform: scale(1.1);
}

section.about-unique-model-content-section .about-unique-model-container .unique-column-wrap  .big-right-box .box-button-wrap a.button-schedule-link span.btn-content-text {
  display: inline-block;
}

/* SCROLL TO TOP */
.scrollToTopBtn {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 35px;
  line-height: 48px;
  width: 50px;
  height: 50px;
  outline: none;
  
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 100px;
  right: 30px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all .5s ease
}

.scrollToTopBtn span {
  color: #e3c55b;
  display: inline-block;
}

.scrollToTopBtn span:hover {
  color: #F8C510;
}

.scrollToTopBtn:hover {
  border: 2px solid #F8C511;
}

.showBtn {
  opacity: 1;
  transform: translateY(0)
}


/* ABOUT CLIENTS SECTION */
section.about-client-content-section {
  background-color: #f7f7fb;
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  padding: 40px 0 40px 0;
}

.about-client-content-section .about-client-container {
  max-width: 1140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.about-client-content-section .about-client-container .about-client-heading-wrapper {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.about-client-content-section .about-client-container .about-client-heading-wrapper .widget-heading-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.about-client-content-section .about-client-container .about-client-heading-wrapper .widget-heading-container .heading-container h2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: now-bold;
}

.about-client-content-section .about-client-container .about-client-list-wrapper {
  width: 100%;
  position: relative;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-client-content-section .about-client-container .about-client-list-wrapper .client-list-carousel-wrapper {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;

  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.about-client-content-section .about-client-container .about-client-list-wrapper .client-list-carousel-wrapper .image-carousel-wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  height: 100%;
  position: relative;
  margin-right: 68px;
}

.about-client-content-section .about-client-container .about-client-list-wrapper .client-list-carousel-wrapper .image-carousel-wrap figure.image-slide-inner {
  line-height: 29px;
}

.about-client-content-section .about-client-container .about-client-list-wrapper .client-list-carousel-wrapper .image-carousel-wrap  figure.image-slide-inner img {
  height: auto;
  /* max-width: 100%; */
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  object-fit: contain;
  height: 90px;
  width: 120px;
}




/* SERVICE PAGE */
.service-wrapper {
  width: 1240px;
}

.service-container {
  position: relative;
  box-sizing: border-box;

  /* width: 1519px; */

  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;

  overflow: hidden;

  background-repeat: no-repeat;
  background-position: top;

  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.service-info-section.boxed-section.middle-section {
 background: #f2f2f236 !important;
}

.service-wrapper .service-info-wrap {
  display: inline-block;
  width: 1240px;
  position: absolute;
  transform: translate(0px, 10%);
}

.service-wrapper .service-info-wrap .si-columns {
  display: inline-block;
}

.service-wrapper .service-info-wrap .column-wrapper {
  display: inline-block; 
  width: 100%; 
}

.service-wrapper .service-info-wrap .column-wrapper .service-column {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
}

.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container {
  position: relative;
  text-align: left;
  margin: 0px;
  margin-bottom: 30px;
  padding: 20px;
  padding-bottom: 0;
  background: #fff;
  border-radius: 7px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #68646400;
  transition: 0.2s;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
  border: 1px solid #ccc;
}

.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container .ci-img-wrapper { 
  font-size: 20px;
  margin-bottom: 25px;
  margin-right: 0;
  float: left;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container .ci-img-wrapper span {
  width: 80px;
  display: inline-block;
  height: 80px;
  text-align: center;
}

.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container .ci-img-wrapper span img {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
}

.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container .ci-img-wrapper,
.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container .ci-text-wrapper {
  display: inline-block;
  vertical-align: bottom;
  transition: transform .2s ease-in-out;
  text-align: center;
} 


.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container .ci-text-wrapper h4 {
  color: #313131;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container .ci-text-wrapper p {
  transition: 0.25s;
  font-family: inherit!important;
  opacity: 0;
  color: #828282;
  margin: 0;
  font-size: 13px;
}

.service-info-img-container {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../images/service-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
}

.mgmt-container {
  background-image: url("../images/service-4.jpg") !important;
  padding-bottom: 343px;
}

.service-info-img-2-container {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../images/service-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
}

.leadership-container {
  background-image: url("../images/service-3.jpg") !important;
}

.service-info-section .service-info-container .column-wrapper .service-info-widget-wrapper .widget-box-wrapper .service-info-box-content-wrapper h3.service-info-box-content-title {
  font-size: 20px;
  color:#313131;
  line-height: 1.4;
}

.service-info-content-wrapper {
  padding: 0 80px 0 30px;
}

.service-info-content-wrapper .heading-wrapper {
  margin: 30px 0 20px 0;
  background: #fff;
  padding: 14px 8px 5px 8px;
  border: 2px solid #f1a129;
  border-radius: 10px;
  font-family: now-bold;
  text-transform: uppercase;
}

.service-info-wrap-icon-box-wrapper {
  margin-top: 11px;
}

/* HOVER STATE */
.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container:hover {
  box-shadow: 0 44px 98px 0 rgba(0,0,0,0.12);
  z-index: 100;
  border-bottom: 3px solid #f1a129;
}

.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container:hover .ci-text-wrapper, 
.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container:hover .ci-img-wrapper {
  -webkit-transform: translate3d(0, -67px, 0);
  transform: translate3d(0, -15px, 0);
}

.service-wrapper .service-info-wrap .column-wrapper .service-column .column-inner .ci-container:hover .ci-text-wrapper p {
  opacity: 1;
}



/* PRODUCTS PAGE */
.cta-product-section-wrap {
  background-attachment: scroll;
  background-color: #222428;
  background-image: url(http://themes.pixelwars.org/efor/demo-05/wp-content/uploads/sites/8/2019/05/man2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  border-radius: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #d8dadc;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 80px 0px;
  position: relative;

  margin-bottom: 80px; /* Hack for now */
}

.wrapper-product-main-content-section {
  padding:20px;
  margin-top: 50em;
}

.wrapper-contact-main-content-section {
  padding:20px;
  margin-top: 25em;
}

.product-lists {
  display: block;
  margin: 0 auto;
  max-width: 80rem;
  padding: 1rem;
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}

ol.gradient-list > li {
  background: #006092;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
  /* font-weight: bold; */
  color: #fff;
  line-height: 2rem;
  font-style: italic;
}

ol.gradient-list > li span {
  text-transform: uppercase;
  font-size: 22px;
  font-family: Now;
  font-style: normal;
  font-weight: bold;
}

ol.gradient-list > li::before, 
ol.gradient-list > li::after {
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,96,146,0.8830882694874825) 35%, rgba(0,212,255,1) 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: '';
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}

ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #1d1f20;
  display: flex;
  font: 900 1.5em/1 'Roboto';
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}

ol.gradient-list > li:nth-child(10n+1):before {
  background: rgb(248,197,18);
  background: linear-gradient(90deg, rgba(248,197,18,1) 35%, rgba(248,197,18,0.7542367288712359) 100%);
}

ol.gradient-list > li:nth-child(10n+2):before {
  background: rgb(248,197,18);
  background: linear-gradient(90deg, rgba(248,197,18,1) 35%, rgba(248,197,18,0.7542367288712359) 100%);
}

ol.gradient-list > li:nth-child(10n+3):before {
  background: rgb(248,197,18);
  background: linear-gradient(90deg, rgba(248,197,18,1) 35%, rgba(248,197,18,0.7542367288712359) 100%);
}

ol.gradient-list > li:nth-child(10n+4):before {
  background: rgb(248,197,18);
  background: linear-gradient(90deg, rgba(248,197,18,1) 35%, rgba(248,197,18,0.7542367288712359) 100%);
}

ol.gradient-list > li:nth-child(10n+5):before {
  background: rgb(248,197,18);
  background: linear-gradient(90deg, rgba(248,197,18,1) 35%, rgba(248,197,18,0.7542367288712359) 100%);
}

ol.gradient-list > li:nth-child(10n+6):before {
  background: rgb(248,197,18);
  background: linear-gradient(90deg, rgba(248,197,18,1) 35%, rgba(248,197,18,0.7542367288712359) 100%);
}

ol.gradient-list > li:nth-child(10n+7):before {
  background: rgb(248,197,18);
  background: linear-gradient(90deg, rgba(248,197,18,1) 35%, rgba(248,197,18,0.7542367288712359) 100%);
}

ol.gradient-list > li:nth-child(10n+8):before {
  background: rgb(248,197,18);
  background: linear-gradient(90deg, rgba(248,197,18,1) 35%, rgba(248,197,18,0.7542367288712359) 100%);
}

ol.gradient-list > li:nth-child(10n+9):before {
  background: rgb(248,197,18);
  background: linear-gradient(90deg, rgba(248,197,18,1) 35%, rgba(248,197,18,0.7542367288712359) 100%);
}

ol.gradient-list > li:nth-child(10n+10):before {
  background: rgb(248,197,18);
  background: linear-gradient(90deg, rgba(248,197,18,1) 35%, rgba(248,197,18,0.7542367288712359) 100%);
}

ol.gradient-list > li + li {
  margin-top: 2rem;
}


/* Hacks */
.info-card {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  padding: 0;
  
  display: block;
  position: relative;
  background: #fff;
  margin: 0 15px;
  -moz-transition: .2s!important;
  -ms-transition: .2s!important;
  transition: .2s!important;
  box-shadow: 0 25px 98px 0 rgba(0,0,0,.1);
  border-radius: 5px;
  overflow: hidden;

  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  float: left;
  /* width: 350px; */
  margin-bottom: 15px;

}

.info-card .photobox-img {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.info-card .phb-content.no-image {
  border-radius: 4px;
  border-top: 0;
}

.info-card .photobox-img img {
  width: 100%;
  height: auto;
  margin: 15px;
  border-radius: 5px;
  max-width: calc(100% - 30px);
  margin-bottom: 0;
}

.info-card .phb-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 30px 40px 35px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: 0;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.text-left {
  text-align: left;
}

.info-card .phb-content.no-image h5 {
  line-height: 1.6;
  margin-bottom: 15px;
}

.info-card .phb-content .phb-btncontainer {
  margin-top: 25px;
}

/* Whatsapp Help Section */
div#wapp-helper {
  left: auto;
  right: 0;
  top: auto;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  display: block;
}

.wapp-container {
  display: flex;
  flex-direction: column;
}

.about-brochure-section .brochure-container a {
  transform: translate(10px, -27px);
}

.wapp-container a, 
.brochure-container a {
  margin-right: 20px;
  height: 40px;
  white-space: nowrap;
  padding: 12px 24px;
  background-color: #175dbd;
  outline: 0;
  text-decoration: none;
  color: #fff;
  pointer-events: all;
  cursor: pointer;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16);
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 50px;
}

.wapp-container a i {
  margin: 0 12px 0 0;
}

/*  Owl Carousel */
.owl-carousel .owl-stage-outer {
	padding: 14px 10px 0 0;
}

.testimonial-wrapper-content  button,
.about-client-list-wrapper button,
.services-overview-wrapper button,
.service-container button {
 font-size: 25px !important;
}


.contact-section .full-width .contact-title h3 {
  font-size: 24px;
  font-weight: bold;
}

.contact-details {
  margin-top: 40px;
}

.contact-details .contact-details-wrapper h3 {
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-details .contact-details-wrapper h5 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  font-weight: bold;
}

.contact-details .contact-details-wrapper h6 {
  padding-right: 60px;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  color: inherit;
  margin-bottom: 20px;
  line-height: 27px;
}

.contact-map-wrapper {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: #ececec;
  margin: 30px 0;
}

.alert-message-wrapper {
  margin: 10px 0;
}