/* ==========================================================================
   Importing: Fonts
   ========================================================================== */
@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold.eot");
  src: url("../fonts/poppins-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-bold.woff2") format("woff2"), url("../fonts/poppins-bold.woff") format("woff"), url("../fonts/poppins-bold.ttf") format("truetype"), url("../fonts/poppins-bold.svg#poppinsbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinslight';
  src: url("../fonts/poppins-light.eot");
  src: url("../fonts/poppins-light.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-light.woff2") format("woff2"), url("../fonts/poppins-light.woff") format("woff"), url("../fonts/poppins-light.ttf") format("truetype"), url("../fonts/poppins-light.svg#poppinslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsmedium';
  src: url("../fonts/poppins-medium.eot");
  src: url("../fonts/poppins-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-medium.woff2") format("woff2"), url("../fonts/poppins-medium.woff") format("woff"), url("../fonts/poppins-medium.ttf") format("truetype"), url("../fonts/poppins-medium.svg#poppinsmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular.eot");
  src: url("../fonts/poppins-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-regular.woff2") format("woff2"), url("../fonts/poppins-regular.woff") format("woff"), url("../fonts/poppins-regular.ttf") format("truetype"), url("../fonts/poppins-regular.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold.eot");
  src: url("../fonts/poppins-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-semibold.woff2") format("woff2"), url("../fonts/poppins-semibold.woff") format("woff"), url("../fonts/poppins-semibold.ttf") format("truetype"), url("../fonts/poppins-semibold.svg#poppinssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  line-height: 1.4;
}

html, body {
  color: #282828;
  font-family: "poppinsregular";
  font-size: 14px;
}

/* 
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.main-wrapper {
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.main-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-wrapper a {
  text-decoration: none;
  line-height: 1;
}

.inner-banner-wrap {
  height: 50vh !important;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-banner-wrap h2 {
  font-family: "poppinssemibold";
  font-size: 40px;
  color: #ffffff;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.inner-banner-wrap .badge {
  font-size: 16px;
  padding: 0;
  display: block;
  margin-top: 14px;
}

.inner-content-main {
  position: relative;
  background-color: #fcfcfc;
}
.inner-content-main .inner-content-wrap {
  position: relative;
  padding: 45px 0 30px;
}

.detailed-content-wrap {
  position: relative;
}
.detailed-content-wrap ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 12px;
}
.detailed-content-wrap li {
  line-height: 30px;
}
.detailed-content-wrap hr {
  border-top-color: #eaeaea;
}
.detailed-content-wrap h4 {
  color: #e4361a;
  font-size: 18px;
  font-family: "poppinsmedium";
  margin-top: 30px;
  margin-bottom: 15px;
}
.detailed-content-wrap .btn {
  background-color: #e4361a;
  padding: 12px 14px;
  width: 150px;
  color: #ffffff;
}
.detailed-content-wrap .btn:hover {
  background-color: #a21600;
}

/* ============================== Custom Page Styles ============================== */
.sticky-header {
  z-index: 3;
  background: #ffffff;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}

.pre-header {
  background: #fafafa;
  color: #626c84;
  line-height: 45px;
}
.pre-header a {
  color: #626c84;
}
.pre-header li {
  display: inline-block;
}
.pre-header li:not(:last-child) {
  margin-right: 18px;
}
.pre-header .header-social {
  text-align: right;
}

.header-logo {
  padding: 0 0;
}
.header-logo .logo-holder {
  width: 100%;
  max-width: 332px;
  height: 110px;
  display: table;
}
.header-logo .logo-holder a {
  display: table-cell;
  vertical-align: middle;
}
.header-logo .logo-holder img {
  width: 100%;
}
.header-logo .header-quick-contact ul {
  margin: 35px 0 0;
}
.header-logo .header-quick-contact li {
  display: inline-block;
  position: relative;
}
.header-logo .header-quick-contact li:not(:last-child) {
  margin-right: 30px;
  padding-right: 10px;
}
.header-logo .header-quick-contact li:not(:last-child)::after {
  position: absolute;
  content: '';
  background: #ddd;
  right: -15px;
  width: 1px;
  height: 35px;
  top: 4px;
}
.header-logo .header-quick-contact .info-icon {
  font-size: 20px;
  color: #e4361a;
  display: inline-block;
  top: -15px;
  position: relative;
  margin-right: 10px;
}
.header-logo .header-quick-contact .info-wrapper {
  display: inline-block;
  position: relative;
}
.header-logo .header-quick-contact .info-wrapper p {
  margin-bottom: 0;
  line-height: normal;
}
.header-logo .header-quick-contact .info-wrapper .info-title {
  font-family: "poppinssemibold";
  color: #252a37;
  font-size: 16px;
}
.header-logo .header-quick-contact .info-wrapper .info-title a {
  color: #252a37;
}
.header-logo .header-quick-contact .info-wrapper .info-subtitle {
  color: #7a7a7a;
  margin-top: 5px;
}

.site-nav-wrap {
  background: #e4361a;
}
.site-nav-wrap.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}
.site-nav-wrap .nav-block > ul > li {
  font-size: 18px;
  display: inline-block;
  position: relative;
}
.site-nav-wrap .nav-block > ul > li::after {
  content: '';
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a21600;
  transition: all 0.3s ease-in-out;
}
.site-nav-wrap .nav-block > ul > li.active::after {
  height: 6px;
}
.site-nav-wrap .nav-block > ul > li:hover::after {
  height: 12px;
}
.site-nav-wrap .nav-block > ul > li > a {
  color: #ffffff;
  display: block;
  padding: 0 21px;
  line-height: 70px;
}

.menu-icon {
  display: none;
}

.side-menu-wrap {
  width: 292px;
  height: 100%;
  position: fixed;
  right: -400px;
  overflow-y: auto;
  top: 0px;
  bottom: 0px;
  z-index: 3333;
  padding: 75px 30px 30px 30px;
  float: left;
  background-color: #a21600;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.side-menu-wrap.sidemenu-opened {
  right: 0;
}
.side-menu-wrap .side-menu-container {
  margin-right: 30px;
  float: right;
  width: 200px;
}
.side-menu-wrap .side-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu-wrap .side-menu-container li {
  padding: 10px 0;
  position: relative;
  font-family: "poppinsmedium";
  font-size: 16px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.side-menu-wrap .side-menu-container li > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}
.side-menu-wrap .side-menu-container li > a.dropdown-toggle {
  white-space: normal;
}
.side-menu-wrap .side-menu-container li > a::after {
  display: none;
}
.side-menu-wrap .side-menu-container li.active a {
  opacity: 1;
}
.side-menu-wrap .side-menu-container li:hover a, .side-menu-wrap .side-menu-container li:focus a {
  opacity: 1;
}
.side-menu-wrap .menu-close-btn {
  position: absolute;
  top: 22px;
  right: 26px;
  cursor: pointer;
}

.home-banner-wrap {
  position: relative;
}
.home-banner-wrap:hover .home-banner-arrows [class*="home-banner-custom-slick-"] {
  opacity: 0.5;
}

.home-banner-item {
  height: calc(100vh - 225px);
  min-height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #777777;
  background-blend-mode: overlay;
}
.home-banner-item .home-banner-content {
  position: relative;
  margin-top: 10%;
  padding-left: 5%;
  color: #ffffff;
  text-align: left;
}
.home-banner-item .home-banner-content h1 {
  font-size: 48px;
  font-family: "poppinssemibold";
  margin-bottom: 20px;
}
.home-banner-item .home-banner-content h4 {
  font-family: "poppinsregular";
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 36px;
}
.home-banner-item .home-banner-content .btn {
  text-transform: uppercase;
  background-color: #e4361a;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  max-width: 175px;
  line-height: 42px;
  margin-right: 10px;
}
.home-banner-item .home-banner-content .btn:hover {
  background-color: #a21600;
  color: #ffffff;
}
.home-banner-item .home-banner-content .btn i {
  margin-left: 10px;
}
.home-banner-item .home-banner-content .btn-outline {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  max-width: 175px;
  line-height: 42px;
}
.home-banner-item .home-banner-content .btn-outline:hover {
  background-color: #ffffff;
  color: #a21600;
}
.home-banner-item .home-banner-content .btn-outline i {
  margin-left: 10px;
}

.home-banner-arrows [class*="home-banner-custom-slick-"] {
  position: absolute;
  top: calc(50% - 23px);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparentx;
  border-radius: 6%;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.home-banner-arrows [class*="home-banner-custom-slick-"]:hover {
  background-color: #e4361a;
  opacity: 0.9 !important;
  color: #ffffff;
}
.home-banner-arrows .home-banner-custom-slick-prev {
  left: 50px;
}
.home-banner-arrows .home-banner-custom-slick-next {
  right: 50px;
}

.home-about-wrap {
  padding: 70px 0 70px;
  background-color: #ffffff;
}
.home-about-wrap .home-about-text {
  padding-top: 25px;
}
.home-about-wrap .home-about-text h4 {
  font-family: "poppinsregular";
  font-size: 22px;
  color: #999596;
  margin-bottom: 30px;
}
.home-about-wrap .home-about-text h1 {
  font-family: "poppinssemibold";
  font-size: 30px;
  margin-bottom: 40px;
}
.home-about-wrap .home-about-text h1 span {
  display: inline-block;
}
.home-about-wrap .home-about-text h1 span:not(:last-child) {
  margin-right: 32px;
  padding-right: 32px;
  border-right: 3px solid #e4361a;
}
.home-about-wrap .home-about-text p {
  line-height: 28px;
}
.home-about-wrap .home-about-text p a {
  display: inline-block;
  color: #e4361a;
  font-size: 16px;
  position: relative;
  padding-bottom: 3px;
  border-bottom: 2px solid #f2bcb7;
}
.home-about-wrap .home-about-text p a:hover {
  color: #a21600;
  border-bottom-color: #c27871;
}
.home-about-wrap .logo-icon-bg {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.home-about-wrap .logo-icon-bg img {
  width: 100%;
  height: auto;
}

.home-features [class*="col"] {
  padding: 0;
}

.feature-box1,
.feature-box2,
.feature-box3 {
  position: relative;
  background-size: cover;
  background-position: center;
}
.feature-box1::after,
.feature-box2::after,
.feature-box3::after {
  position: absolute;
  content: "";
  background: rgba(34, 34, 34, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
}

.home-features-col {
  padding-top: 0;
}
.home-features-col .feature-box1,
.home-features-col .feature-box2,
.home-features-col .feature-box3 {
  overflow: hidden;
}
.home-features-col .feature-box1::after {
  background: #e4361a;
}
.home-features-col .feature-box2::after {
  background: #a21600;
}
.home-features-col .feature-box3::after {
  background: #222222;
}

.home-feature .home-feature-info {
  color: #fff;
  z-index: 1;
  position: relative;
  padding: 50px;
}

.home-feature-title {
  font-size: 28px;
  margin: 30px 0 20px;
  color: #fff;
}

.home-feature-info i {
  font-size: 60px;
}

.feature-box1::after {
  background: rgba(228, 54, 26, 0.85);
}

.feature-box2::after {
  background: rgba(162, 22, 0, 0.85);
}

/* Feature Icon Left */
.home-feature-info.icon-left .feature-icon {
  float: left;
  color: #2154cf;
}
.home-feature-info.icon-left .feature-icon i {
  font-size: 50px;
}
.home-feature-info.icon-left .feature-content {
  margin-left: 80px;
}
.home-feature-info.icon-left .feature-content h3 {
  color: #252a37;
}
.home-feature-info.icon-left .feature-content p {
  color: #626c84;
}
.home-feature-info.icon-left .home-feature-title {
  font-size: 22px;
  margin: 0 0 5px 0;
}

/*-- Section title --*/
.section-title {
  font-size: 44px;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 90px;
  position: relative;
}
.section-title span {
  font-size: 18px;
  margin-bottom: 15px;
  color: #626c84;
  text-align: center;
  display: block;
  font-weight: 400 !important;
  line-height: normal;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -30px;
  height: 1px;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  border-bottom: 2px solid #2154cf;
}

/* Border left */
.section-title.border-title-left {
  padding-left: 140px;
}

.section-title.border-title-left:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -22px;
  height: 1px;
  width: 115px;
  left: 0;
  z-index: 0;
  border-bottom: 2px solid #e4371b;
}

.section-title.border-title-left:after {
  border: 0;
}

.section-title.border-title-left span {
  text-align: right;
  margin: 10px 0 0;
}

/* Services
================================================== */
/*-- Featured Tab --*/
.home-services {
  background: #fafafa;
  padding: 70px 0 130px;
}
.home-services .btn-primary {
  font-size: 16px;
  font-family: "poppinssemibold";
  padding: 15px 50px;
  line-height: 1.33;
  border-radius: 30px;
  background-color: #e4361a;
  border: 0;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.home-services .btn-primary:hover {
  background-color: #a21600;
}

.featured-tab {
  margin-top: -20px;
}
.featured-tab .nav-tabs {
  border: 0;
}
.featured-tab .nav-tabs > li {
  width: 20%;
}
.featured-tab .nav-tabs > li > a {
  font-weight: 600;
  background: none;
  border-radius: 0;
  min-height: 150px;
  padding: 25px 5px;
  border: 0;
  margin-right: -1px;
  color: #252a37;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.featured-tab .nav-tabs > li > a.active {
  color: #2154cf;
  background: #fff;
  -webkit-box-shadow: 0 -5px 14px -5px rgba(0, 0, 0, 0.05), -5px 0 14px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -5px 14px -5px rgba(0, 0, 0, 0.05), -5px 0 14px -13px rgba(0, 0, 0, 0.05);
}
.featured-tab .tab-content {
  background: #fff;
  border: 0;
  border-top: 0;
  padding: 40px 30px;
  min-height: 430px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.featured-tab .tab-pane img.pull-left {
  margin: 0 40px 10px 0;
}
.featured-tab .tab-pane img.pull-right {
  margin: 0 0 0 40px;
}
.featured-tab .nav-link {
  position: relative;
  z-index: 2;
}
.featured-tab .nav-link.active::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 100px;
  height: 3px;
  background: #e4371b;
  margin-left: -50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-tab .nav-link.active .tab-head span {
  color: #e4371b;
}

.tab-text-title {
  display: block;
  margin-top: 20px;
  line-height: 30px;
}

.bg-contain-verticle {
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle !important;
  padding: 30px 25px;
  margin: -10px;
}

.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tab-content-info {
  padding-left: 30px;
}
.tab-content-info .btn-readmore {
  font-weight: 800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  border-color: transparent;
  display: inline-block;
  color: #e4361a;
  font-size: 16px;
  position: relative;
  padding-bottom: 3px;
  border-bottom: 2px solid #f2bcb7;
}
.tab-content-info .btn-readmore i {
  padding-left: 5px;
}
.tab-content-info .btn-readmore:hover {
  color: #a21600;
  background-color: transparent;
}

.tab-content-title {
  font-family: "poppinssemibold";
  font-size: 30px;
  line-height: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
  display: inline-block;
}

.tab-head span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #222222;
}
.tab-head span i {
  font-size: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2154cf;
}

/* Testimonial
================================================== */
.quote-area {
  background-image: url("../images/random/parallax1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.column-title span {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 10px 0;
  display: block;
  font-family: "poppinsregular";
}

.quote_form {
  background: #1f1f1f;
  color: #fff;
  padding: 80px 50px 100px;
  margin-top: -80px;
  margin-bottom: -80px;
}
.quote_form .column-title {
  font-size: 36px;
  margin-bottom: 40px;
  font-family: "poppinssemibold";
}
.quote_form .column-title span {
  font-size: 20px;
  margin: 0;
}
.quote_form .form-group {
  margin-bottom: 30px;
}
.quote_form .form-control {
  border: 0;
  border-bottom: 1px solid #6d6d6d;
  padding-left: 0;
  color: #fff;
  background: transparent;
  border-radius: 0 !important;
}
.quote_form .form-control:focus {
  border: 0;
  border-bottom: 1px solid #a21600 !important;
  background: none;
}
.quote_form .tag-line {
  text-align: center;
  color: #fff;
  clear: both;
  margin-top: 20px;
  margin-bottom: 0;
}
.quote_form .tag-line p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.quote-form-text {
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

.quote_form input::input-placeholder,
.quote_form textarea::input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
}

.newsletter-form input::input-placeholder,
.newsletter-form input:-moz-placeholder,
.newsletter-form input::-moz-placeholder {
  color: #252a37;
}

.quote_form input:-moz-placeholder,
.quote_form textarea:-moz-placeholder,
.quote_form input::-moz-placeholder,
.quote_form textarea::-moz-placeholder {
  color: #fff;
}

.newsletter-form input::-moz-placeholder {
  color: #fff;
}

.quote_form input:-ms-input-placeholder,
.quote_form textarea:-ms-input-placeholder {
  color: #fff;
}

.newsletter-form input:-ms-input-placeholder {
  color: #fff;
}

.quote-form-inner-left .btn.btn-primary {
  background: #e4361a;
  border: 2px solid transparent;
}
.quote-form-inner-left .btn-primary {
  font-size: 16px;
  font-family: "poppinsmedium";
  padding: 15px 50px;
  line-height: 1.33;
  border-radius: 30px;
  border: 0;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.quote-form-inner-left .btn-primary:hover {
  background: #a21600;
  color: #fff;
}
.quote-form-inner-left .btn-primary:focus {
  outline: 0;
  box-shadow: none;
}
.quote-form-inner-left .btn-primary:not(:disabled):not(.disabled).active,
.quote-form-inner-left .btn-primary:not(:disabled):not(.disabled):active,
.quote-form-inner-left .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a21600;
  border-color: #a21600;
}
.quote-form-inner-left .btn-primary:not(:disabled):not(.disabled).active:focus,
.quote-form-inner-left .btn-primary:not(:disabled):not(.disabled):active:focus,
.quote-form-inner-left .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*-- Testimonial --*/
.testimonial-wrap {
  position: relative;
}
.testimonial-wrap .owl-nav {
  margin: 0;
  position: absolute;
  right: 40px;
  bottom: 95px;
  text-align: center;
}
.testimonial-wrap .owl-nav [class*="owl-"] {
  left: 0;
  top: 50%;
  bottom: 90px;
  background: #e4361a;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  margin: 0;
  border-radius: 0;
  transition: 400ms;
  transform: translateY(-50%);
  backface-visibility: hidden;
}
.testimonial-wrap .owl-nav [class*="owl-next"] {
  left: 0;
  right: 0;
}
.testimonial-wrap .owl-nav [class*="owl-prev"] {
  right: auto;
  left: -40px;
}
.testimonial-wrap .owl-nav > div:hover {
  background: #a21600;
}
.testimonial-wrap .owl-nav .disabled {
  background: #90a9e7;
  color: #fff;
  opacity: 1;
}

.testimonial-slide {
  padding: 50px 0;
}

.quote-item .quote-text {
  margin: 40px 0 10px;
  display: inline-block;
  padding: 50px 40px 30px 45px;
  background-color: #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  font-size: 16px;
  font-style: italic;
}
.quote-item .quote-text::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  font-size: 20px;
  left: 45px;
  top: -20px;
  color: #fff;
  background: #2154cf;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  font-style: normal;
}
.quote-item .quote-text::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 55px;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.5);
  display: block;
  width: 0;
}
.quote-item.quote-square .quote-text::before {
  content: "\e937";
  font-family: "iconfont";
  font-size: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #999596;
  line-height: 50px;
  color: #fff;
  background: #999596;
  border-radius: 3px;
  left: 45px;
}

/* Testimonial Slide classic */
.quote-item-area {
  max-width: 600px;
  margin: 0 auto;
}
.quote-item-area .quote-thumb {
  background: #2154cf;
  text-align: center;
  width: 190px;
  height: 190px;
  border-radius: 100%;
}
.quote-item-area .quote-thumb img {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 100%;
}

.quote-item-content .quote-name {
  margin: 0;
}
.quote-item-content .quote-name-desg {
  margin-bottom: 10px;
  display: block;
}

.quote-message {
  font-style: italic;
}

img.testimonial-thumb {
  max-width: 80px;
  float: left;
  margin-right: 20px;
  border-radius: 100%;
}

.quote-item-info {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.quote-author {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 2px;
  font-weight: 600;
  display: block;
  color: #fff;
}

.quote-subtext {
  color: #fff;
  font-size: 14px;
}

.quote-item-footer {
  margin-top: 40px;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Background overlay */
.bg-overlay {
  position: relative;
}
.bg-overlay .container {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-overlay.overlay-color::after {
  background-color: rgba(60, 9, 1, 0.85);
}

/* Clients
================================================== */
.home-clients-partner {
  padding-top: 120px !important;
}

.clients-wrap {
  padding: 45px 0 100px;
}
.clients-wrap .clients-item {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  background: #FFF;
  margin-left: 10px;
  margin-right: 10px;
}
.clients-wrap .clients-item img {
  border-radius: 10px;
  width: 100%;
  display: block;
}
.clients-wrap.clients-main .clients-item {
  margin-left: auto;
  margin-right: auto;
}

.client-slide-block {
  position: relative;
  padding: 0 48px;
}
.client-slide-block [class*="nav-"] {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 6px;
  font-size: 20px;
  background-color: #e4361a;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  cursor: pointer;
}
.client-slide-block [class*="nav-"]:hover {
  background-color: #a21600;
}
.client-slide-block .nav-prev {
  left: 0;
}
.client-slide-block .nav-next {
  right: 0;
}

.home-clients {
  background: #fbfbfb;
}

/* Footer
================================================== */
.footer {
  position: relative;
  z-index: 4;
}

/*-- Footer top --*/
.footer-top {
  position: absolute;
  top: -60px;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
.footer-top .footer-box {
  padding: 30px 45px 20px;
  min-height: 120px;
}
.footer-top .footer-box i {
  float: left;
  font-size: 28px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
}
.footer-top .footer-box .footer-box-content {
  margin-left: 90px;
}
.footer-top .footer-box .footer-box-content h3 {
  margin-top: 6px;
  margin-bottom: 2px;
  font-size: 20px;
  color: #ffffff;
}
.footer-top .footer-box .footer-box-content p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.footer-top-bg {
  background: #e4361a;
  margin: 0;
  color: #fff;
}

/*-- Footer main --*/
.footer-main {
  background: url(../images/div-bg/footer-bg.jpg);
  background-size: cover;
  background-position: 100%;
  color: #8c93a5;
  position: relative;
  padding: 120px 0 20px;
}
.footer-main.bg-overlay::after {
  background-color: rgba(60, 9, 1, 0.9);
}

.footer-widget {
  padding-bottom: 40px;
  text-align: center;
}
.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget ul.list-dash li {
  position: relative;
  display: inline-block;
  line-height: normal;
  padding-bottom: 25px;
  font-size: 15px;
}
.footer-widget ul.list-dash li a {
  color: #dadada;
}
.footer-widget ul.list-dash li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-widget ul.list-dash li:not(:last-child) {
  padding-right: 22px;
  margin-right: 10px;
}
.footer-widget ul.list-dash li:not(:last-child)::after {
  position: absolute;
  right: 0;
  content: "-";
  color: #e4361a;
  font-size: 18px;
}

.footer .widget-title {
  color: #fff;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}

/* Footer social */
.footer-social {
  margin-top: 25px;
}
.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.footer-social ul li a {
  -webkit-transition: 400ms;
  transition: 400ms;
  transition: 400ms;
  color: #fff;
}
.footer-social ul li a:hover {
  color: #2154cf;
}
.footer-social ul li a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  text-align: center;
  transition: 400ms;
}
.footer-social ul li a i:hover {
  color: #fff;
}
.footer-social ul li a i.fa-facebook:hover {
  background: #3b5998;
}
.footer-social ul li a i.fa-twitter:hover {
  background: #70c2e9;
}
.footer-social ul li a i.fa-google-plus:hover {
  background: #c53942;
}
.footer-social ul li a i.fa-pinterest:hover {
  background: #d8545d;
}
.footer-social ul li a i.fa-linkedin:hover {
  background: #3daccf;
}
.footer-social ul li a i.fa-instagram:hover {
  background: #3f729b;
}

/* Copyright */
.copyright {
  background: #0e0200;
  color: #cacaca;
  padding: 30px 0;
  font-size: 14px;
  text-align: center;
}
.copyright a {
  color: #cacaca;
  transition: all 0.3s ease-in-out;
}
.copyright a:hover {
  color: #ffffff;
}

.footer-menu {
  float: right;
}
.footer-menu ul li {
  display: inline-block;
  padding-left: 8px;
}
.footer-menu ul li a {
  color: #8c93a5;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 10px;
  padding-right: 10px;
  margin-right: 5px;
}
.footer-menu ul li a:hover {
  color: #fc6a2a;
}
.footer-menu ul li:last-child a {
  border-right: 0;
}

.content-header h3, .content-header h6 {
  color: #282828;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
}
.content-header h3::after, .content-header h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  background-color: #a21600;
}
.content-header h3 {
  font-size: 24px;
  font-family: "poppinssemibold";
}
.content-header h4 {
  font-size: 18px;
  font-family: "poppinssemibold";
}
.content-header h6 {
  font-size: 16px;
  font-family: "poppinsmedium";
}

.content-img {
  border: 5px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}
.content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us-wrap {
  padding-bottom: 40px;
}
.contact-us-wrap .content-header {
  margin-bottom: 30px;
}
.contact-us-wrap li:not(:last-child) {
  margin-bottom: 25px;
}
.contact-us-wrap li a {
  color: #282828 !important;
}
.contact-us-wrap li a:hover {
  color: #a21600;
}
.contact-us-wrap li i {
  color: #a21600;
}
.contact-us-wrap .contact-form .btn {
  background-color: #e4361a;
  color: #ffffff;
  width: 180px;
  line-height: 40px;
}
.contact-us-wrap .contact-form .btn i {
  margin-left: 6px;
}
.contact-us-wrap .contact-form .btn:hover {
  background-color: #a21600;
}

.contact-address li {
  position: relative;
  padding-left: 28px;
}
.contact-address li a {
  color: #7f8183;
}
.contact-address li i {
  position: absolute;
  left: 0;
  top: 2px;
}

.location-map-wrap {
  border: 2px solid #ffffff;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}
.location-map-wrap iframe {
  width: 100%;
  height: 320px;
}

.detailed-content-wrap {
  position: relative;
}
.detailed-content-wrap ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 12px;
}
.detailed-content-wrap li {
  line-height: 30px;
}
.detailed-content-wrap hr {
  border-top-color: #eaeaea;
}
.detailed-content-wrap h4 {
  color: #e4361a;
  font-size: 18px;
  font-family: "poppinsbold";
  margin-top: 30px;
  margin-bottom: 15px;
}
.detailed-content-wrap .btn {
  background-color: #e4361a;
  padding: 12px 14px;
  width: 150px;
  color: #ffffff;
}
.detailed-content-wrap .btn:hover {
  background-color: #a21600;
}

.inner-client-wrap {
  margin-bottom: 40px;
}
.inner-client-wrap .supporters-item {
  border: 1px solid #ebebeb;
}
.inner-client-wrap .supporters-item img {
  width: 100%;
}

.about-us-wrap {
  position: relative;
  padding-bottom: 30px;
}
.about-us-wrap p {
  text-align: justify;
}

.detailed-content-wrap hr {
  border-top-color: #eaeaea;
}

.product-list-wrap .iconbox {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #f8f8f8;
  transition: all ease 0.3s;
  padding: 8% 6%;
  cursor: move;
}
.product-list-wrap .iconbox:hover {
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}
.product-list-wrap .iconbox h5 {
  color: #282828;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.home-mobile-services-list {
  display: none;
  background-color: #fcfcfc;
}

.services-list-wrap .iconbox {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #f8f8f8;
  transition: all ease 0.3s;
  padding: 8% 6%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
.services-list-wrap .iconbox:hover, .services-list-wrap .iconbox:focus {
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
  background-color: #a21600;
}
.services-list-wrap .iconbox:hover h5, .services-list-wrap .iconbox:focus h5 {
  color: #ffffff;
}
.services-list-wrap .iconbox h5 {
  color: #282828;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
}

.mobile-footer {
  display: none;
  z-index: 999 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #f9f9f9;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}
.mobile-footer .box-border-right {
  border-right: 1px solid rgba(35, 57, 138, 0.19);
}

.privacy-policy-wrap p a {
  color: #e4361a;
  text-decoration: underline;
}
.privacy-policy-wrap p a:hover {
  color: #a21600;
}

.terms-and-conditions-wrap p a {
  color: #e4361a;
  text-decoration: underline;
}
.terms-and-conditions-wrap p a:hover {
  color: #a21600;
}

/* ============================== Custom Page Styles ============================== */
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.gallery-wrap > ul {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-wrap > ul > li {
  float: left;
  margin-bottom: 15px;
  width: 200px;
}
.gallery-wrap > ul > li a {
  border: 3px solid #fff;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.gallery-wrap > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.gallery-wrap > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-wrap > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.gallery-wrap > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.gallery-wrap > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.gallery-wrap > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.3);
}
.gallery-wrap .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.gallery-wrap .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-wrap .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.gallery-wrap .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.gallery-wrap .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.gallery-wrap .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.3);
}
.gallery-wrap .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.gallery-wrap > ul > li a {
  border: 3px solid #ffffff;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1500px) {
  .home-feature .home-feature-info {
    padding: 90px 50px;
    height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header-logo .logo-holder {
    margin: 0 auto;
  }
  .header-logo .m-auto {
    margin: initial !important;
  }

  .footer-top .footer-box {
    padding: 25px 16px 15px;
  }
}
@media (max-width: 1200px) {
  .header-quick-contact {
    display: none;
  }

  .site-nav-wrap .nav-block > ul > li {
    font-size: 16px;
  }
  .site-nav-wrap .nav-block > ul > li > a {
    padding: 0 15px;
    line-height: 55px;
  }
  .site-nav-wrap .nav-block > ul > li:hover::after {
    height: 6px;
  }
}
@media screen and (min-width: 992px) {
  .featured-tab .bg-contain-verticle {
    min-height: 350px;
  }

  textarea.form-control {
    height: 118px;
  }

  .quote-item.quote-left {
    padding-right: 50px;
  }
  .quote-item.quote-right {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .inner-banner-wrap {
    height: 30vh !important;
    min-height: 220px;
  }

  .home-banner-item .home-banner-content {
    text-align: center;
    margin-top: 20%;
  }
  .home-banner-item .home-banner-content h4 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-banner-item .home-banner-content h1 {
    font-size: 28px;
  }

  .home-banner-arrows [class*="home-banner-custom-slick-"] {
    opacity: 0.5;
  }
  .home-banner-arrows .home-banner-custom-slick-prev {
    left: 15px;
  }
  .home-banner-arrows .home-banner-custom-slick-next {
    right: 15px;
  }

  .quote_form {
    padding: 30px 30px 50px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-form {
    margin-top: 30px;
  }

  .home-services {
    display: none;
  }

  .home-mobile-services-list {
    display: block;
    padding: 40px 0 35px;
  }

  .home-about-wrap .home-about-text h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .home-about-wrap .home-about-text h1 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .home-about-wrap .home-about-text h1 span:not(:last-child) {
    margin-right: 16px;
    padding-right: 16px;
  }

  .home-clients-partner {
    padding-top: 40px !important;
  }

  .footer-top .footer-box {
    width: 50%;
  }
  .footer-top .footer-box:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .detailed-content-column-reverse {
    flex-direction: column-reverse;
  }
  .detailed-content-column-reverse .content-img {
    margin-top: 3rem;
  }

  .detailed-content-wrap > .row:not(.detailed-content-column-reverse) .content-img {
    margin-top: 3rem;
  }

  .main-wrapper {
    padding-top: 110px;
    padding-bottom: 72px;
  }

  .sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
  }

  .pre-header {
    display: none;
  }

  .header-logo .header-quick-contact {
    display: flex;
    align-items: center;
  }
  .header-logo .header-quick-contact ul {
    display: none;
  }

  .site-nav-wrap {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .inner-content-main .inner-content-wrap {
    padding: 25px 0 25px;
  }

  .inner-banner-wrap h2 {
    font-size: 24px;
  }

  .mobile-footer {
    display: block;
  }

  .footer-top {
    display: none;
  }

  .footer-main {
    display: none;
  }

  .clients-wrap {
    padding: 40px 0 40px;
  }

  .home-about-wrap {
    display: none;
  }

  .quote-form-inner-left {
    display: none;
  }

  .hilighted-info-wrap {
    display: none;
  }
}
@media (max-width: 575px) {
  .gallery-wrap > ul > li {
    width: 100%;
  }

  .header-logo .logo-holder {
    max-width: 275px;
  }

  .home-banner-item {
    height: calc(100vh - 300px);
    min-height: 281px;
  }
  .home-banner-item .home-banner-content .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .tab-content-title {
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .header-logo .logo-holder {
    max-width: 240px;
  }

  .home-banner-item {
    min-height: 355px;
  }

  .testimonial-wrap .owl-nav {
    bottom: 150px;
  }
}
/* ==========================================================================
   Common Styles
   ========================================================================== */
::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #ebebeb;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #FFF;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 0px;
  height: 10px !important;
  background-color: #e4361a;
}

::-moz-scrollbar-track {
  border-radius: 0px;
  background-color: #000;
}

::-moz-scrollbar {
  width: 4px;
  background-color: #FFF;
}

::-moz-scrollbar-thumb {
  border-radius: 0px;
  background-color: #e4361a;
}

::-o-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #010101;
  border-radius: 10px;
  background-color: #000;
}

::-o-scrollbar {
  width: 4px;
  background-color: #FFF;
}

::-o-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #010101;
  background-color: #e4361a;
}

.ltr {
  direction: ltr !important;
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  color: #6E7C7C;
}

.slick-slide img:focus {
  outline: 0;
}
.slick-slide a:focus {
  outline: 0;
}

.dir_ltr {
  direction: ltr !important;
  display: inline-block;
}

span:focus, a:focus {
  box-shadow: none;
  outline: 0;
}

p {
  line-height: 24px;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-family: "poppinsmedium";
  color: #e4361a;
}
.form-group .form-control {
  height: 50px;
  padding: 8px 20px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
}
.form-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #7f7b7c;
}
.form-group textarea {
  resize: none;
}
.form-group textarea.form-control {
  height: inherit;
}

.form-control, select, .custom-select {
  border-radius: 0;
}
.form-control:focus, select:focus, .custom-select:focus {
  box-shadow: none;
  outline: 0;
  border-color: #7f7b7c;
}

.form-control[readonly] {
  background-color: #ffffff !important;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.btn:focus {
  box-shadow: none;
  outline: 0;
}

.rating-star {
  background: url(../img/icons/rating-star.png) no-repeat;
  background-size: 37px 13px;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.rating-star-half {
  background-position: -13px 0;
}

.rating-star-empty {
  background-position: -25px 0;
}

.social-links a {
  display: inline-block;
  color: #282828;
}
.social-links a:not(:last-child) {
  margin-right: 22px;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: rgba(70, 63, 110, 0.12);
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #e4361a;
  color: white;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a > span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'iconfont';
  src: url("../plugins/iconfont/iconfont.ttf?2p4rfb") format("truetype"), url("../plugins/iconfont/iconfont.woff?2p4rfb") format("woff"), url("../plugins/iconfont/iconfont.svg?2p4rfb#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-deal:before {
  content: "\e924";
}

.icon-left-arrow2:before {
  content: "\e931";
}

.icon-quote2:before {
  content: "\e937";
}

.icon-right-arrow2:before {
  content: "\e938";
}

.icon-coins-2:before {
  content: "\e902";
}

.icon-commerce-2:before {
  content: "\e903";
}

.icon-monitor:before {
  content: "\e904";
}

.icon-graphic-3:before {
  content: "\e905";
}

.icon-business:before {
  content: "\e906";
}

.icon-graphic-2:before {
  content: "\e907";
}

.icon-commerce-1:before {
  content: "\e908";
}

.icon-hammer:before {
  content: "\e909";
}

.icon-graphic-1:before {
  content: "\e90a";
}

.icon-graphic:before {
  content: "\e90b";
}

.icon-justice-1:before {
  content: "\e90c";
}

.icon-line:before {
  content: "\e90d";
}

.icon-money-3:before {
  content: "\e90e";
}

.icon-chart:before {
  content: "\e90f";
}

.icon-commerce:before {
  content: "\e910";
}

.icon-agenda:before {
  content: "\e911";
}

.icon-money-2:before {
  content: "\e912";
}

.icon-justice:before {
  content: "\e913";
}

.icon-money-1:before {
  content: "\e914";
}

.icon-money:before {
  content: "\e915";
}

.icon-technology:before {
  content: "\e916";
}

.icon-coins-1:before {
  content: "\e917";
}

.icon-coins:before {
  content: "\e918";
}

.icon-left-arrow:before {
  content: "\e919";
}

.icon-bank:before {
  content: "\e91a";
}

.icon-calculator:before {
  content: "\e91b";
}

.icon-chart2:before {
  content: "\e91c";
}

.icon-chart22:before {
  content: "\e91d";
}

.icon-checked:before {
  content: "\e91e";
}

.icon-clock3:before {
  content: "\e91f";
}

.icon-comment:before {
  content: "\e920";
}

.icon-comments:before {
  content: "\e921";
}

.icon-consult:before {
  content: "\e922";
}

.icon-consut2:before {
  content: "\e923";
}

.icon-download:before {
  content: "\e925";
}

.icon-envelope:before {
  content: "\e926";
}

.icon-euro:before {
  content: "\e927";
}

.icon-folder:before {
  content: "\e928";
}

.icon-invest:before {
  content: "\e929";
}

.icon-loan:before {
  content: "\e92a";
}

.icon-map-marker2:before {
  content: "\e92b";
}

.icon-mutual-fund:before {
  content: "\e92c";
}

.icon-percent:before {
  content: "\e92d";
}

.icon-phone3:before {
  content: "\e92e";
}

.icon-pie-chart2:before {
  content: "\e92f";
}

.icon-play:before {
  content: "\e930";
}

.icon-savings:before {
  content: "\e932";
}

.icon-search:before {
  content: "\e933";
}

.icon-tag:before {
  content: "\e934";
}

.icon-tags:before {
  content: "\e935";
}

.icon-tax:before {
  content: "\e936";
}

.icon-vplay:before {
  content: "\e900";
}

.icon-newsletter:before {
  content: "\e901";
}

.icon-mobile2:before {
  content: "\e000";
}

.icon-laptop2:before {
  content: "\e001";
}

.icon-desktop2:before {
  content: "\e002";
}

.icon-tablet2:before {
  content: "\e003";
}

.icon-phone2:before {
  content: "\e004";
}

.icon-document:before {
  content: "\e005";
}

.icon-documents:before {
  content: "\e006";
}

.icon-search2:before {
  content: "\e007";
}

.icon-clipboard2:before {
  content: "\e008";
}

.icon-newspaper:before {
  content: "\e009";
}

.icon-notebook:before {
  content: "\e00a";
}

.icon-book-open:before {
  content: "\e00b";
}

.icon-browser:before {
  content: "\e00c";
}

.icon-calendar2:before {
  content: "\e00d";
}

.icon-presentation:before {
  content: "\e00e";
}

.icon-picture:before {
  content: "\e00f";
}

.icon-pictures:before {
  content: "\e010";
}

.icon-video:before {
  content: "\e011";
}

.icon-camera2:before {
  content: "\e012";
}

.icon-printer:before {
  content: "\e013";
}

.icon-toolbox:before {
  content: "\e014";
}

.icon-briefcase2:before {
  content: "\e015";
}

.icon-wallet:before {
  content: "\e016";
}

.icon-gift2:before {
  content: "\e017";
}

.icon-bargraph:before {
  content: "\e018";
}

.icon-grid:before {
  content: "\e019";
}

.icon-expand2:before {
  content: "\e01a";
}

.icon-focus:before {
  content: "\e01b";
}

.icon-edit2:before {
  content: "\e01c";
}

.icon-adjustments:before {
  content: "\e01d";
}

.icon-ribbon:before {
  content: "\e01e";
}

.icon-hourglass2:before {
  content: "\e01f";
}

.icon-lock2:before {
  content: "\e020";
}

.icon-megaphone:before {
  content: "\e021";
}

.icon-shield2:before {
  content: "\e022";
}

.icon-trophy2:before {
  content: "\e023";
}

.icon-flag2:before {
  content: "\e024";
}

.icon-map2:before {
  content: "\e025";
}

.icon-puzzle:before {
  content: "\e026";
}

.icon-basket:before {
  content: "\e027";
}

.icon-envelope2:before {
  content: "\e028";
}

.icon-streetsign:before {
  content: "\e029";
}

.icon-telescope:before {
  content: "\e02a";
}

.icon-gears2:before {
  content: "\e02b";
}

.icon-key2:before {
  content: "\e02c";
}

.icon-paperclip2:before {
  content: "\e02d";
}

.icon-attachment:before {
  content: "\e02e";
}

.icon-pricetags:before {
  content: "\e02f";
}

.icon-lightbulb:before {
  content: "\e030";
}

.icon-layers:before {
  content: "\e031";
}

.icon-pencil2:before {
  content: "\e032";
}

.icon-tools:before {
  content: "\e033";
}

.icon-tools-2:before {
  content: "\e034";
}

.icon-scissors2:before {
  content: "\e035";
}

.icon-paintbrush:before {
  content: "\e036";
}

.icon-magnifying-glass:before {
  content: "\e037";
}

.icon-circle-compass:before {
  content: "\e038";
}

.icon-linegraph:before {
  content: "\e039";
}

.icon-mic:before {
  content: "\e03a";
}

.icon-strategy:before {
  content: "\e03b";
}

.icon-beaker:before {
  content: "\e03c";
}

.icon-caution:before {
  content: "\e03d";
}

.icon-recycle2:before {
  content: "\e03e";
}

.icon-anchor2:before {
  content: "\e03f";
}

.icon-profile-male:before {
  content: "\e040";
}

.icon-profile-female:before {
  content: "\e041";
}

.icon-bike:before {
  content: "\e042";
}

.icon-wine:before {
  content: "\e043";
}

.icon-hotairballoon:before {
  content: "\e044";
}

.icon-globe2:before {
  content: "\e045";
}

.icon-genius:before {
  content: "\e046";
}

.icon-map-pin2:before {
  content: "\e047";
}

.icon-dial:before {
  content: "\e048";
}

.icon-chat:before {
  content: "\e049";
}

.icon-heart2:before {
  content: "\e04a";
}

.icon-cloud2:before {
  content: "\e04b";
}

.icon-upload2:before {
  content: "\e04c";
}

.icon-download2:before {
  content: "\e04d";
}

.icon-target:before {
  content: "\e04e";
}

.icon-hazardous:before {
  content: "\e04f";
}

.icon-piechart:before {
  content: "\e050";
}

.icon-speedometer:before {
  content: "\e051";
}

.icon-global:before {
  content: "\e052";
}

.icon-compass2:before {
  content: "\e053";
}

.icon-lifesaver:before {
  content: "\e054";
}

.icon-clock:before {
  content: "\e055";
}

.icon-aperture:before {
  content: "\e056";
}

.icon-quote:before {
  content: "\e057";
}

.icon-scope:before {
  content: "\e058";
}

.icon-alarmclock:before {
  content: "\e059";
}

.icon-refresh2:before {
  content: "\e05a";
}

.icon-happy:before {
  content: "\e05b";
}

.icon-sad:before {
  content: "\e05c";
}

.icon-facebook2:before {
  content: "\e05d";
}

.icon-twitter2:before {
  content: "\e05e";
}

.icon-googleplus:before {
  content: "\e05f";
}

.icon-rss2:before {
  content: "\e060";
}

.icon-tumblr2:before {
  content: "\e061";
}

.icon-linkedin2:before {
  content: "\e062";
}

.icon-dribbble2:before {
  content: "\e063";
}

.icon-home:before {
  content: "\e800";
}

.icon-apartment:before {
  content: "\e801";
}

.icon-pencil:before {
  content: "\e802";
}

.icon-magic-wand:before {
  content: "\e803";
}

.icon-drop:before {
  content: "\e804";
}

.icon-lighter:before {
  content: "\e805";
}

.icon-poop:before {
  content: "\e806";
}

.icon-sun:before {
  content: "\e807";
}

.icon-moon:before {
  content: "\e808";
}

.icon-cloud:before {
  content: "\e809";
}

.icon-cloud-upload:before {
  content: "\e80a";
}

.icon-cloud-download:before {
  content: "\e80b";
}

.icon-cloud-sync:before {
  content: "\e80c";
}

.icon-cloud-check:before {
  content: "\e80d";
}

.icon-database:before {
  content: "\e80e";
}

.icon-lock3:before {
  content: "\e80f";
}

.icon-cog2:before {
  content: "\e810";
}

.icon-trash2:before {
  content: "\e811";
}

.icon-dice:before {
  content: "\e812";
}

.icon-heart3:before {
  content: "\e813";
}

.icon-star2:before {
  content: "\e814";
}

.icon-star-half2:before {
  content: "\e815";
}

.icon-star-empty:before {
  content: "\e816";
}

.icon-flag3:before {
  content: "\e817";
}

.icon-envelope3:before {
  content: "\e818";
}

.icon-paperclip:before {
  content: "\e819";
}

.icon-inbox:before {
  content: "\e81a";
}

.icon-eye:before {
  content: "\e81b";
}

.icon-printer2:before {
  content: "\e81c";
}

.icon-file-empty:before {
  content: "\e81d";
}

.icon-file-add:before {
  content: "\e81e";
}

.icon-enter:before {
  content: "\e81f";
}

.icon-exit:before {
  content: "\e820";
}

.icon-graduation-hat:before {
  content: "\e821";
}

.icon-license:before {
  content: "\e822";
}

.icon-music-note:before {
  content: "\e823";
}

.icon-film-play:before {
  content: "\e824";
}

.icon-camera-video:before {
  content: "\e825";
}

.icon-camera:before {
  content: "\e826";
}

.icon-picture2:before {
  content: "\e827";
}

.icon-book:before {
  content: "\e828";
}

.icon-bookmark:before {
  content: "\e829";
}

.icon-user2:before {
  content: "\e82a";
}

.icon-users:before {
  content: "\e82b";
}

.icon-shirt:before {
  content: "\e82c";
}

.icon-store:before {
  content: "\e82d";
}

.icon-cart:before {
  content: "\e82e";
}

.icon-tag2:before {
  content: "\e82f";
}

.icon-phone-handset:before {
  content: "\e830";
}

.icon-phone:before {
  content: "\e831";
}

.icon-pushpin:before {
  content: "\e832";
}

.icon-map-marker:before {
  content: "\e833";
}

.icon-map:before {
  content: "\e834";
}

.icon-location:before {
  content: "\e835";
}

.icon-calendar-full:before {
  content: "\e836";
}

.icon-keyboard:before {
  content: "\e837";
}

.icon-spell-check:before {
  content: "\e838";
}

.icon-screen:before {
  content: "\e839";
}

.icon-smartphone:before {
  content: "\e83a";
}

.icon-tablet:before {
  content: "\e83b";
}

.icon-laptop:before {
  content: "\e83c";
}

.icon-laptop-phone:before {
  content: "\e83d";
}

.icon-power-switch:before {
  content: "\e83e";
}

.icon-bubble:before {
  content: "\e83f";
}

.icon-heart-pulse:before {
  content: "\e840";
}

.icon-construction:before {
  content: "\e841";
}

.icon-pie-chart:before {
  content: "\e842";
}

.icon-chart-bars:before {
  content: "\e843";
}

.icon-gift:before {
  content: "\e844";
}

.icon-diamond2:before {
  content: "\e845";
}

.icon-dinner:before {
  content: "\e847";
}

.icon-coffee-cup:before {
  content: "\e848";
}

.icon-leaf:before {
  content: "\e849";
}

.icon-paw:before {
  content: "\e84a";
}

.icon-rocket:before {
  content: "\e84b";
}

.icon-briefcase:before {
  content: "\e84c";
}

.icon-bus2:before {
  content: "\e84d";
}

.icon-car2:before {
  content: "\e84e";
}

.icon-train:before {
  content: "\e84f";
}

.icon-bicycle2:before {
  content: "\e850";
}

.icon-wheelchair:before {
  content: "\e851";
}

.icon-select:before {
  content: "\e852";
}

.icon-earth:before {
  content: "\e853";
}

.icon-smile:before {
  content: "\e854";
}

.icon-sad2:before {
  content: "\e855";
}

.icon-neutral:before {
  content: "\e856";
}

.icon-mustache:before {
  content: "\e857";
}

.icon-alarm:before {
  content: "\e858";
}

.icon-bullhorn:before {
  content: "\e859";
}

.icon-volume-high:before {
  content: "\e85a";
}

.icon-volume-medium:before {
  content: "\e85b";
}

.icon-volume-low:before {
  content: "\e85c";
}

.icon-volume:before {
  content: "\e85d";
}

.icon-mic2:before {
  content: "\e85e";
}

.icon-hourglass:before {
  content: "\e85f";
}

.icon-undo:before {
  content: "\e860";
}

.icon-redo:before {
  content: "\e861";
}

.icon-sync:before {
  content: "\e862";
}

.icon-history:before {
  content: "\e863";
}

.icon-clock2:before {
  content: "\e864";
}

.icon-download3:before {
  content: "\e865";
}

.icon-upload:before {
  content: "\e866";
}

.icon-enter-down:before {
  content: "\e867";
}

.icon-exit-up:before {
  content: "\e868";
}

.icon-bug:before {
  content: "\e869";
}

.icon-code2:before {
  content: "\e86a";
}

.icon-link:before {
  content: "\e86b";
}

.icon-unlink:before {
  content: "\e86c";
}

.icon-thumbs-up:before {
  content: "\e86d";
}

.icon-thumbs-down:before {
  content: "\e86e";
}

.icon-magnifier:before {
  content: "\e86f";
}

.icon-cross:before {
  content: "\e870";
}

.icon-menu:before {
  content: "\e871";
}

.icon-list:before {
  content: "\e872";
}

.icon-chevron-up:before {
  content: "\e873";
}

.icon-chevron-down:before {
  content: "\e874";
}

.icon-chevron-left:before {
  content: "\e875";
}

.icon-chevron-right:before {
  content: "\e876";
}

.icon-arrow-up:before {
  content: "\e877";
}

.icon-arrow-down:before {
  content: "\e878";
}

.icon-arrow-left:before {
  content: "\e879";
}

.icon-arrow-right:before {
  content: "\e87a";
}

.icon-move:before {
  content: "\e87b";
}

.icon-warning:before {
  content: "\e87c";
}

.icon-question-circle:before {
  content: "\e87d";
}

.icon-menu-circle:before {
  content: "\e87e";
}

.icon-checkmark-circle:before {
  content: "\e87f";
}

.icon-cross-circle:before {
  content: "\e880";
}

.icon-plus-circle:before {
  content: "\e881";
}

.icon-circle-minus:before {
  content: "\e882";
}

.icon-arrow-up-circle:before {
  content: "\e883";
}

.icon-arrow-down-circle:before {
  content: "\e884";
}

.icon-arrow-left-circle:before {
  content: "\e885";
}

.icon-arrow-right-circle:before {
  content: "\e886";
}

.icon-chevron-up-circle:before {
  content: "\e887";
}

.icon-chevron-down-circle:before {
  content: "\e888";
}

.icon-chevron-left-circle:before {
  content: "\e889";
}

.icon-chevron-right-circle:before {
  content: "\e88a";
}

.icon-crop:before {
  content: "\e88b";
}

.icon-frame-expand:before {
  content: "\e88c";
}

.icon-frame-contract:before {
  content: "\e88d";
}

.icon-layers2:before {
  content: "\e88e";
}

.icon-funnel:before {
  content: "\e88f";
}

.icon-text-format:before {
  content: "\e890";
}

.icon-text-size:before {
  content: "\e892";
}

.icon-bold:before {
  content: "\e893";
}

.icon-italic:before {
  content: "\e894";
}

.icon-underline:before {
  content: "\e895";
}

.icon-strikethrough:before {
  content: "\e896";
}

.icon-highlight:before {
  content: "\e897";
}

.icon-text-align-left:before {
  content: "\e898";
}

.icon-text-align-center:before {
  content: "\e899";
}

.icon-text-align-right:before {
  content: "\e89a";
}

.icon-text-align-justify:before {
  content: "\e89b";
}

.icon-line-spacing:before {
  content: "\e89c";
}

.icon-indent-increase:before {
  content: "\e89d";
}

.icon-indent-decrease:before {
  content: "\e89e";
}

.icon-page-break:before {
  content: "\e8a2";
}

.icon-hand:before {
  content: "\e8a5";
}

.icon-pointer-up:before {
  content: "\e8a6";
}

.icon-pointer-right:before {
  content: "\e8a7";
}

.icon-pointer-down:before {
  content: "\e8a8";
}

.icon-pointer-left:before {
  content: "\e8a9";
}

/*# sourceMappingURL=main.css.map */
