@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800,300,300italic&subset=latin,cyrillic");
/* 
    Document   : assan
    Author     : Design_mylife
    Description:assan multi-page for Multipurpose use
    Version    : V1.9
*/
/* line 12, ../sass/style.scss */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #424242;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
/* line 30, ../sass/style.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../sass/style.scss */
:focus {
  outline: 0 !important;
}

/* line 40, ../sass/style.scss */
iframe {
  border: none;
  width: 100%;
}

/* line 45, ../sass/style.scss */
::selection {
  background: #fefac7;
  /* Safari */
  color: #555555;
}

/* line 51, ../sass/style.scss */
::-moz-selection {
  background: #fefac7;
  /* Firefox */
  color: #555555;
}

/* line 57, ../sass/style.scss */
strong, b {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 65, ../sass/style.scss */
input,
button,
select,
textarea, label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* line 71, ../sass/style.scss */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}

/* line 79, ../sass/style.scss */
.badge {
  font-weight: normal;
  margin-left: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #e0130b;
  padding: 3px 6px;
}

/* line 90, ../sass/style.scss */
a {
  color: #333;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 99, ../sass/style.scss */
a:hover,
a:focus {
  color: #e0130b;
  text-decoration: none;
}

/* line 104, ../sass/style.scss */
.colored-text {
  color: #e0130b;
}

/* Headings */
/* line 109, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #060606;
  font-weight: 700;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

/* line 116, ../sass/style.scss */
h1 {
  font-size: 3.2em;
  line-height: 44px;
  margin: 0 0 44px 0;
}

/* line 122, ../sass/style.scss */
h2 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 32px 0;
}

/* line 129, ../sass/style.scss */
h3 {
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 15px;
}

/*use in section headings*/
/* line 138, ../sass/style.scss */
h3.heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  overflow: hidden;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
}

/* line 152, ../sass/style.scss */
h3.heading:after {
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  vertical-align: middle;
  height: .50em;
  margin: 0 -200% 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* line 165, ../sass/style.scss */
h4 {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}

/* line 173, ../sass/style.scss */
h5 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

/* line 181, ../sass/style.scss */
h6 {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

/*parahraphs*/
/* line 191, ../sass/style.scss */
p {
  color: #555;
  line-height: 24px;
  margin: 0 0 20px;
}

/* line 197, ../sass/style.scss */
p.sub-text {
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  color: #555;
}

/* line 205, ../sass/style.scss */
p.lead {
  font-size: 16px;
  font-weight: 400;
}

/*******section heading**********/
/* line 211, ../sass/style.scss */
.center-heading {
  text-align: center;
  margin-bottom: 40px;
}

/* line 216, ../sass/style.scss */
.center-heading h2 {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  font-size: 25px;
}

/* line 225, ../sass/style.scss */
.center-heading p {
  font-size: 20px;
  line-height: 35px;
}

/* line 230, ../sass/style.scss */
.center-heading h2 strong {
  font-weight: 700;
}

/* line 234, ../sass/style.scss */
.center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 1px solid #bbb;
  /* border-bottom: 1px solid $skincolor; */
  margin: auto;
}

/* line 243, ../sass/style.scss */
.center-heading p {
  margin-top: 10px;
}

/* line 247, ../sass/style.scss */
.overflow-hidden {
  overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
/* line 254, ../sass/style.scss */
.divide0 {
  width: 100%;
  height: 0px;
}

/* line 259, ../sass/style.scss */
.divide2 {
  width: 100%;
  height: 2px;
}

/* line 264, ../sass/style.scss */
.divide3 {
  width: 100%;
  height: 3px;
}

/* line 269, ../sass/style.scss */
.divide5 {
  width: 100%;
  height: 5px;
}

/* line 274, ../sass/style.scss */
.divide10 {
  width: 100%;
  height: 10px;
}

/* line 279, ../sass/style.scss */
.divide15 {
  width: 100%;
  height: 15px;
}

/* line 284, ../sass/style.scss */
.divide20 {
  width: 100%;
  height: 20px;
}

/* line 289, ../sass/style.scss */
.divide25 {
  width: 100%;
  height: 25px;
}

/* line 294, ../sass/style.scss */
.divide30 {
  width: 100%;
  height: 30px;
}

/* line 299, ../sass/style.scss */
.divide35 {
  width: 100%;
  height: 35px;
}

/* line 304, ../sass/style.scss */
.divide40 {
  width: 100%;
  height: 40px;
}

/* line 309, ../sass/style.scss */
.divide45 {
  width: 100%;
  height: 40px;
}

/* line 314, ../sass/style.scss */
.divide50 {
  width: 100%;
  height: 50px;
}

/* line 319, ../sass/style.scss */
.divide55 {
  width: 100%;
  height: 55px;
}

/* line 324, ../sass/style.scss */
.divide60 {
  width: 100%;
  height: 60px;
}

/* line 329, ../sass/style.scss */
.divide65 {
  width: 100%;
  height: 65px;
}

/* line 334, ../sass/style.scss */
.divide70 {
  width: 100%;
  height: 70px;
}

/* line 339, ../sass/style.scss */
.divide75 {
  width: 100%;
  height: 75px;
}

/* line 344, ../sass/style.scss */
.divide80 {
  width: 100%;
  height: 80px;
}

/* line 349, ../sass/style.scss */
.divide85 {
  width: 100%;
  height: 85px;
}

/*margins*/
/* line 355, ../sass/style.scss */
.margin10 {
  margin-bottom: 10px;
}

/* line 359, ../sass/style.scss */
.margin20 {
  margin-bottom: 20px;
}

/* line 363, ../sass/style.scss */
.margin30 {
  margin-bottom: 30px;
}

/* line 367, ../sass/style.scss */
.margin40 {
  margin-bottom: 40px;
}

/* line 371, ../sass/style.scss */
.no-padding {
  padding: 0px;
}

/* line 375, ../sass/style.scss */
.no-padding.gray {
  background-color: #f5f5f5;
}

/* line 379, ../sass/style.scss */
.no-padding-inner h3 {
  text-transform: uppercase;
  font-weight: 700;
}

/* line 384, ../sass/style.scss */
.no-padding-inner {
  padding: 60px;
}

@media (max-width: 568px) {
  /* line 389, ../sass/style.scss */
  .no-padding-inner {
    padding: 15px;
  }
}
/* line 393, ../sass/style.scss */
.margin-0 {
  margin: 0px !important;
}

/*************************************************************/
/************************** Buttons **************************/
/*************************************************************/
/* line 400, ../sass/style.scss */
.btn {
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 10px;
}

/* line 411, ../sass/style.scss */
.btn-default:hover, .btn-default:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

/* line 417, ../sass/style.scss */
.btn-lg {
  padding: 14px 28px 13px 28px;
  font-size: 15px;
  font-weight: 400;
}

/* line 423, ../sass/style.scss */
.btn:focus, .btn:hover {
  outline: 0;
  color: #fff;
}

/* line 428, ../sass/style.scss */
.btn-xs {
  font-size: 12px;
}

/* line 432, ../sass/style.scss */
.btn-theme-bg {
  border-color: #e0130b;
  color: #fff;
  background-color: #e0130b;
}

/* line 438, ../sass/style.scss */
.btn i {
  margin-right: 2px;
}

/* line 442, ../sass/style.scss */
.btn-theme-bg:hover {
  background-color: #333;
  border-color: #333;
}

/* line 447, ../sass/style.scss */
.btn-theme-dark {
  background-color: #333;
  color: #fff;
}

/* line 452, ../sass/style.scss */
.btn-theme-dark:hover {
  color: #fff;
  background-color: #e0130b;
}

/*********border-buttons**********/
/* line 458, ../sass/style.scss */
.border-black {
  border: 1px solid #333;
  color: #000;
  background-color: transparent;
}

/* line 464, ../sass/style.scss */
.border-black:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* line 470, ../sass/style.scss */
.border-white {
  border: 1px solid #fff;
  color: #fff;
}

/* line 475, ../sass/style.scss */
.border-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

/* line 481, ../sass/style.scss */
.border-theme {
  border: 1px solid #e0130b;
  color: #e0130b;
}

/* line 486, ../sass/style.scss */
.border-theme:hover {
  background-color: #e0130b;
  border-color: #e0130b;
  color: #fff;
}

/* line 492, ../sass/style.scss */
.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

/* line 496, ../sass/style.scss */
.btn-ico i {
  margin-left: 5px;
}

/***********bootstrap navigation default overrides--*/
/* line 501, ../sass/style.scss */
.navbar-default {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  min-height: 70px;
  padding: 10px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  background-color: rgba(255, 255, 255, 0.9);
  clear: both;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 523, ../sass/style.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #e0130b;
  background-color: transparent;
}

/* line 528, ../sass/style.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #e0130b;
  background-color: transparent;
}

/* line 533, ../sass/style.scss */
.navbar-brand {
  font-weight: 700;
  color: #000 !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
}

/* line 542, ../sass/style.scss */
.navbar-default .navbar-nav > li > a {
  color: #687074;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

/* line 550, ../sass/style.scss */
.navbar-default .navbar-nav > li > a:hover {
  color: #e0130b;
}

/* line 554, ../sass/style.scss */
.navbar-brand {
  padding: 6px 0 0;
}

/* line 558, ../sass/style.scss */
.navbar-brand img {
  width: 200px;
  height: auto;
  margin-top: -10px;
  display: inline-block;
}

/* line 566, ../sass/style.scss */
.logo-img,
.logo-text {
  display: inline-block;
}

/* line 571, ../sass/style.scss */
.logo-text .primary,
.logo-text .seconary {
  display: block;
}

/* line 575, ../sass/style.scss */
.logo-text .seconary {
  font-size: 11.5px;
}

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
/* line 583, ../sass/style.scss */
.navbar .dropdown-menu {
  padding: 0px;
  margin: 0;
  min-width: 200px;
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ddd;
}

/* line 596, ../sass/style.scss */
.search-dropdown {
  min-width: 244px !important;
}

/* line 600, ../sass/style.scss */
.navbar .dropdown-menu li a {
  color: #777;
  font-size: 15px;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 30px;
  line-height: 1.42857143;
}

/* line 609, ../sass/style.scss */
.dropdown-menu .label {
  margin-top: 6px;
}

/* line 613, ../sass/style.scss */
.navbar .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

/*********************

TOP BARS

****************************/
/* line 622, ../sass/style.scss */
.top-bar-dark {
  background-color: #333;
}

/* line 626, ../sass/style.scss */
.top-bar-light {
  background-color: #f3f3f3;
}

/* line 629, ../sass/style.scss */
.top-bar-light .top-dark-right li {
  border-color: #ddd;
}

/* line 633, ../sass/style.scss */
.top-bar-light .top-dark-right li a:hover {
  color: #e0130b;
}

/* line 637, ../sass/style.scss */
.top-bar-socials {
  line-height: 18px;
  padding-top: 5px;
}

/* line 641, ../sass/style.scss */
.top-bar-socials a {
  margin: 0;
}

/* line 645, ../sass/style.scss */
.top-dark-right {
  margin: 0;
  padding: 0;
}

/* line 650, ../sass/style.scss */
.top-dark-right li {
  line-height: 40px;
  border-left: 1px solid #444;
  padding: 0 6px;
}

/* line 656, ../sass/style.scss */
.top-dark-right li, .top-dark-right li a {
  color: #bbb;
  font-size: 12px;
}

/* line 661, ../sass/style.scss */
.top-dark-right li i {
  margin-right: 5px;
}

/* line 665, ../sass/style.scss */
.top-dark-right li a:hover {
  color: #fff;
}

/***search top bar**/
/* line 670, ../sass/style.scss */
.topbar-icons {
  display: block;
}

/* line 674, ../sass/style.scss */
.topbar-icons i {
  margin: 0 !important;
  display: block;
}

/* line 679, ../sass/style.scss */
.search {
  display: none;
  position: absolute;
  left: 0;
  right: 15px;
  top: 0;
  height: 100%;
  z-index: 99999;
}

/* line 689, ../sass/style.scss */
.search .form-control {
  height: 100%;
  position: absolute;
  top: 0;
  width: 99%;
  right: 0;
  border: 0px;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* line 707, ../sass/style.scss */
.search-close {
  position: absolute;
  right: 9px;
  top: 5px;
  cursor: pointer;
}

/* Mega MENU */
/* line 715, ../sass/style.scss */
.yamm-content {
  padding: 25px;
  box-sizing: border-box;
  background-color: #fff;
}

/* line 721, ../sass/style.scss */
.dropdown-menu .divider {
  background-color: #222;
}

/* line 725, ../sass/style.scss */
.yamm-content h3.heading {
  border-bottom: none;
  margin: 0 0 5px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 734, ../sass/style.scss */
.yamm-content h3:before {
  content: "";
  display: none;
}

/* line 739, ../sass/style.scss */
.yamm-content .mega-vertical-nav {
  margin-bottom: 30px;
}

/* line 743, ../sass/style.scss */
.yamm-content .mega-vertical-nav li a {
  padding: 8px 0;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #888;
  border-bottom: 1px solid #fbfbfb;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  /*    border-bottom: 0px;*/
}

/* line 757, ../sass/style.scss */
.nav.mega-vertical-nav li a:hover {
  background-color: transparent;
  color: #e0130b;
}

/* line 762, ../sass/style.scss */
.nav.mega-vertical-nav li a i {
  margin-right: 10px;
}

/* line 766, ../sass/style.scss */
.mega-contact p {
  margin: 0;
}

/* line 770, ../sass/style.scss */
.mega-contact i {
  color: #e0130b;
  margin-right: 5px;
}

/*navbar search form***/
/* line 776, ../sass/style.scss */
.dropdown-form {
  padding: 10px 27px;
  min-width: 213px;
}

/* line 781, ../sass/style.scss */
.dropdown-form .form-control {
  height: 34px;
}

/***header top bar with search***/
/* line 786, ../sass/style.scss */
.top-bar form {
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 792, ../sass/style.scss */
.top-bar button {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 9px;
  right: 13px;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  line-height: 15px;
}

/* line 805, ../sass/style.scss */
.top-bar form .form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 6px;
  width: 150px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 818, ../sass/style.scss */
.top-bar .form-group {
  margin: 0px;
}

/* line 822, ../sass/style.scss */
.top-bar .form-control:focus {
  width: 200px;
}

.nav > li > a {
    padding: 10px 10px;
}

/****************************dark heder********************/
/***********bootstrap navigation default overrides--*/
/* line 828, ../sass/style.scss */
.navbar-inverse {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  min-height: 70px;
  padding: 10px 0;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #333;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 849, ../sass/style.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #e0130b;
  background-color: transparent;
}

/* line 854, ../sass/style.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #e0130b;
  background-color: transparent;
}

/* line 859, ../sass/style.scss */
.navbar-inverse .navbar-brand {
  font-weight: 700;
  color: #fff !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
}

/* line 868, ../sass/style.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

/* line 874, ../sass/style.scss */
.navbar-inverse .navbar-nav > li > a:hover {
  color: #e0130b;
}

/* line 878, ../sass/style.scss */
#header-top.dark-header-top {
  background-color: #111;
  border-bottom-color: #222;
}

/* line 883, ../sass/style.scss */
#header-top.dark-header-top .top-bar a i {
  color: #fff;
}

/* line 887, ../sass/style.scss */
#header-top.dark-header-top .top-bar ul li {
  color: #fff;
}

/******************transparent header*****************************/
/* line 892, ../sass/style.scss */
.navbar-inverse.transparent-header {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 10px 0px;
  min-height: 50px;
}

@media (max-width: 767px) {
  /* line 903, ../sass/style.scss */
  .navbar-inverse.transparent-header {
    background-color: #111 !important;
  }
}
/****************header center*****************/
/* line 908, ../sass/style.scss */
.header-center {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 25px 0;
}

/* line 915, ../sass/style.scss */
.header-center a {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

/* line 922, ../sass/style.scss */
.header-center span {
  display: block;
}

/* line 926, ../sass/style.scss */
.navbar-default.menu-header-center {
  padding: 0px;
  min-height: 50px;
}

/* line 931, ../sass/style.scss */
.navbar-default.menu-header-center .navbar-nav > li {
  border-left: 1px solid #ddd;
}

/***home boxed***/
/* line 936, ../sass/style.scss */
#boxed {
  background-color: #f8f8f8;
}

@media (min-width: 1200px) {
  /* line 941, ../sass/style.scss */
  .boxed-wrapper {
    margin: 0  auto;
    width: 1170px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
  }
}
/* line 951, ../sass/style.scss */
.boxed-wrapper .tp-banner-container {
  margin: 0px auto;
}

/* line 955, ../sass/style.scss */
.boxed-wrapper .navbar-default {
  left: auto;
  width: auto;
  right: auto;
}

/***side panel*****/
/* line 962, ../sass/style.scss */
.side-panel-page {
  overflow-x: hidden;
}

/* line 966, ../sass/style.scss */
.side-panel {
  padding: 15px 0;
  background-color: #fff;
}

/* line 970, ../sass/style.scss */
.side-panel .offcanvas-toggle-right.navbar-toggle {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
}

/* line 977, ../sass/style.scss */
.offcanvas-side-content .logo-side-nav {
  padding: 25px 15px;
  text-align: center;
}

/* line 981, ../sass/style.scss */
.offcanvas-side-content .navmenu {
  width: 220px;
  padding: 0;
}

/* line 985, ../sass/style.scss */
.offcanvas-side-content li.nav-header {
  padding: 15px;
}

/* line 988, ../sass/style.scss */
.offcanvas-side-content .profile-element img {
  display: block;
  margin: 0 auto;
}

/* line 992, ../sass/style.scss */
.offcanvas-side-content .profile-element .dropdown-menu {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 0px;
}

/* line 1004, ../sass/style.scss */
.offcanvas-side-content .profile-element .dropdown-menu > li:last-child a {
  border-bottom: 0px;
}

/* line 1007, ../sass/style.scss */
.offcanvas-side-content .profile-element .dropdown-menu > li > a {
  padding: 8px 15px;
  border-bottom: 1px solid #f5f5f5;
}

/* line 1011, ../sass/style.scss */
.offcanvas-side-content .profile-element .dropdown-menu > li > a i {
  margin-right: 5px;
}

/* line 1015, ../sass/style.scss */
.metismenu > li > a {
  border-bottom: 1px solid #eee;
  padding: 7px 15px;
}

/* line 1019, ../sass/style.scss */
.metismenu .arrow {
  float: right;
  position: absolute;
  right: 10px;
  top: 14px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 1031, ../sass/style.scss */
.metismenu .arrow:before {
  content: "\f196";
}

/* line 1034, ../sass/style.scss */
.metismenu .active > a > .arrow:before {
  content: "\f147";
}

/* line 1037, ../sass/style.scss */
.metismenu .nav-second-level > li a {
  padding: 7px 15px;
  padding-left: 45px;
}

/* line 1041, ../sass/style.scss */
.metismenu .nav-third-level > li a {
  padding: 7px 15px;
  padding-left: 55px;
}

@media (max-width: 991px) {
  /* line 1047, ../sass/style.scss */
  .navbar-default .nav > li > a {
    padding: 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
  }

  /* line 1053, ../sass/style.scss */
  .navbar-default .nav > li > a i {
    margin-right: 3px;
  }

  /* line 1057, ../sass/style.scss */
  .navbar-inverse .nav > li > a {
    padding: 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  /* line 1063, ../sass/style.scss */
  .navbar-inverse .nav > li > a i {
    margin-right: 3px;
  }
}
/************************************************* css for footers****************************************/
/**footet dark**/
/* line 1069, ../sass/style.scss */
#footer {
  background: #111;
  font-size: 0.9em;
  padding: 80px 0 0;
  position: relative;
  clear: both;
}

/* line 1077, ../sass/style.scss */
.footer-col h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
}

/* line 1086, ../sass/style.scss */
.footer-col h3:first-letter {
  border-bottom: 1px solid #bbb;
}

/* line 1090, ../sass/style.scss */
.footer-col p {
  color: #aeaeae;
  font-size: 13px;
}

/* line 1095, ../sass/style.scss */
.contact p {
  margin-bottom: 10px;
}

/* line 1099, ../sass/style.scss */
.contact strong {
  margin-right: 10px;
  font-weight: bold;
}

/* line 1104, ../sass/style.scss */
.contact strong i {
  margin-right: 5px;
}

/* line 1108, ../sass/style.scss */
.contact a {
  color: #777;
}

/* line 1112, ../sass/style.scss */
.contact a:hover {
  color: #e0130b;
}

/* line 1116, ../sass/style.scss */
.f2-work li {
  margin: 1px;
  padding: 0px;
}

/* line 1121, ../sass/style.scss */
.f2-work li a {
  display: block;
}

/* line 1125, ../sass/style.scss */
.f2-work li a img {
  width: 80px;
  border: 2px solid transparent;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

/* line 1134, ../sass/style.scss */
.f2-work li a:hover img {
  border-color: #e0130b;
}

/* line 1138, ../sass/style.scss */
.footer-btm {
  margin-top: 30px;
  padding: 20px;
  background-color: #0c0c0c;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 1146, ../sass/style.scss */
.news-form .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
}

@media (max-width: 767px) {
  /* line 1155, ../sass/style.scss */
  .news-form {
    text-align: center !important;
  }

  /* line 1159, ../sass/style.scss */
  .news-form .form-control {
    margin-bottom: 10px;
  }
}
/* line 1163, ../sass/style.scss */
.footer-social li {
  padding: 0px;
}

/****************footer 2****************/
/* line 1168, ../sass/style.scss */
#footer-option {
  background: #121214;
  border-top: 4px solid #e1e1e1;
  font-size: 0.9em;
  padding: 80px 0 0;
  position: relative;
  clear: both;
}

/* line 1177, ../sass/style.scss */
#footer-option .footer-col h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

/* line 1184, ../sass/style.scss */
#footer-option .footer-btm {
  background-color: #0c0c0c;
}

/* line 1188, ../sass/style.scss */
#footer-option .contact a {
  color: #777;
}

/* line 1192, ../sass/style.scss */
#footer-option .contact a:hover {
  color: #e0130b;
}

/*******************footer 3********************/
/* line 1197, ../sass/style.scss */
.footer-col.footer-3 h3 {
  text-transform: uppercase;
  font-size: 35px;
}

/************twitter feed*****************/
/* line 1203, ../sass/style.scss */
.tweet ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 1209, ../sass/style.scss */
.tweet ul li {
  color: #777;
  font-weight: 600;
  padding: 8px 0;
  font-size: 15px;
}

/* line 1216, ../sass/style.scss */
.tweet ul li:before {
  content: "\f099";
  font-family: 'FontAwesome';
  margin-right: 15px;
  font-size: 16px;
  color: #e0130b;
}

/* line 1224, ../sass/style.scss */
.tweet ul li .date {
  padding: 3px 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 1231, ../sass/style.scss */
.tweet ul li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 1239, ../sass/style.scss */
.tweet li a {
  color: #fff;
  font-size: 13px;
}

/* line 1244, ../sass/style.scss */
.tweet li a:hover {
  color: #e0130b;
}

/* line 1248, ../sass/style.scss */
.latest-f-news li a {
  display: block;
  padding: 4px 0;
  color: #777;
}

/* line 1254, ../sass/style.scss */
.latest-f-news li a i {
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* line 1261, ../sass/style.scss */
.latest-f-news li a:hover i {
  margin-left: 5px;
}

/* line 1265, ../sass/style.scss */
.latest-f-news li a:hover {
  color: #fff;
}

/**************************

Footer light styles

******************************/
/* line 1274, ../sass/style.scss */
.footer-light-1 {
  padding-top: 60px;
  background-color: #f4f4f4;
}

/* line 1278, ../sass/style.scss */
.footer-light-1 h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 20px;
}

/* line 1284, ../sass/style.scss */
.footer-light-1 .menu-1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 3px 0;
}

/* line 1288, ../sass/style.scss */
.footer-light-1 .menu-1 li a {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 1292, ../sass/style.scss */
.footer-light-1 .media img {
  margin-top: 5px;
}

/* line 1295, ../sass/style.scss */
.footer-light-1 .media .media-body p {
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 0px;
}

/* line 1300, ../sass/style.scss */
.footer-light-1 .media .media-heading {
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-weight: 600;
}

/* line 1306, ../sass/style.scss */
.footer-light-1 .f2-work li a img {
  height: 70px;
}

/* line 1309, ../sass/style.scss */
.footer-light-1 .info li {
  padding-bottom: 10px;
}

/* line 1312, ../sass/style.scss */
.footer-light-1 .info li i {
  color: #e0130b;
  margin-right: 10px;
}

/* line 1316, ../sass/style.scss */
.footer-light-1 .subscribe-form .form-control {
  height: 49px;
}

/* line 1320, ../sass/style.scss */
.download-app li {
  padding: 0px;
}

/* line 1323, ../sass/style.scss */
.download-app li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: 35px;
}

/* line 1332, ../sass/style.scss */
.footer-copyright {
  font-size: 13px;
  color: #999;
  padding: 20px 15px;
  background-color: #ddd;
}

/****footer light option 2*****/
/* line 1340, ../sass/style.scss */
.footer-light-2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

/* line 1345, ../sass/style.scss */
.footer-light-2 h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 23px;
  font-size: 18px;
}

/* line 1352, ../sass/style.scss */
.footer-light-2 p {
  color: #777;
}

/* line 1355, ../sass/style.scss */
.footer-light-2 .footer-work {
  clear: both;
}

/* line 1358, ../sass/style.scss */
.footer-light-2 .footer-work a {
  display: block;
  width: 80px;
  margin: 0px;
  float: left;
  margin: 1px;
}

/* line 1365, ../sass/style.scss */
.footer-light-2 .find-us p {
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 1370, ../sass/style.scss */
.footer-light-2 .footer-news li a {
  display: block;
  margin-bottom: 10px;
}

/* line 1374, ../sass/style.scss */
.footer-light-2 .footer-news li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
}

/* line 1379, ../sass/style.scss */
.footer-light-2 .footer-bottom {
  padding-top: 30px;
  background-color: #eee;
}

/* line 1383, ../sass/style.scss */
.footer-light-2 .footer-bottom h3 {
  margin-bottom: 30px;
}

/* line 1386, ../sass/style.scss */
.footer-light-2 .footer-bottom ul {
  margin-bottom: 30px;
  padding: 0px;
}

/* line 1390, ../sass/style.scss */
.footer-light-2 .footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
  text-transform: uppercase;
}

/****footer light option 3*****/
/* line 1398, ../sass/style.scss */
.footer-light-3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

/* line 1403, ../sass/style.scss */
.footer-light-3 h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  margin-bottom: 20px;
}

/* line 1409, ../sass/style.scss */
.footer-light-3 p {
  color: #777;
}

/* line 1412, ../sass/style.scss */
.footer-light-3 .find-us p {
  margin-top: 0px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 1417, ../sass/style.scss */
.footer-light-3 .find-us p strong {
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}

/* line 1422, ../sass/style.scss */
.footer-light-3 .quick-links {
  padding-right: 40px;
}

/* line 1425, ../sass/style.scss */
.footer-light-3 .quick-links li {
  padding: 6px 0;
}

/* line 1428, ../sass/style.scss */
.footer-light-3 .quick-links li a {
  font-size: 14px;
  text-transform: capitalize;
}

/* line 1432, ../sass/style.scss */
.footer-light-3 .form-control {
  min-height: 45px;
  color: #999;
  text-transform: uppercase;
  font-size: 16px;
}

/* line 1439, ../sass/style.scss */
.footer-bottom {
  padding-top: 30px;
  background-color: #eee;
}

/* line 1443, ../sass/style.scss */
.footer-bottom h3 {
  margin-bottom: 30px;
}

/* line 1446, ../sass/style.scss */
.footer-bottom ul {
  margin-bottom: 30px;
  padding: 0px;
}

/* line 1450, ../sass/style.scss */
.footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
  text-transform: capitalize;
}

/***************************************************************************************

ASSAN SHOP CSS STARTS FROM BELOW

****************************************************************************************/
/***shop footer****/
/* line 1463, ../sass/style.scss */
.footer-shop {
  background-color: #f5f5f5;
  padding-top: 60px;
}

/* line 1468, ../sass/style.scss */
.footer-top {
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

/* line 1473, ../sass/style.scss */
.footer-top .top-social li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

/* line 1484, ../sass/style.scss */
.footer-shop h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 1491, ../sass/style.scss */
.shop-footer-main {
  padding-top: 30px;
}

/* line 1495, ../sass/style.scss */
.shop-footer-main ul li {
  line-height: 28px;
}

/* line 1499, ../sass/style.scss */
.shop-footer-main ul li a {
  color: #777;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 1506, ../sass/style.scss */
.shop-footer-main ul li a:hover {
  text-decoration: underline;
}

/* line 1510, ../sass/style.scss */
.footer-shop .footer-btm {
  background-color: #ccc;
}

/* line 1514, ../sass/style.scss */
.footer-shop .footer-btm p {
  margin-bottom: 0px;
  margin-top: 15px;
  font-size: 12px;
}

/**shop services***/
/* line 1521, ../sass/style.scss */
.shop-services {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #333;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}

/* line 1531, ../sass/style.scss */
.shop-services i {
  color: #e0130b;
  margin-right: 15px;
}

/* line 1536, ../sass/style.scss */
.shop-service-box h4 {
  color: #fff;
}

/* line 1539, ../sass/style.scss */
.shop-service-box p {
  color: #aeaeae;
}

/****shop breadcrumb****/
/* line 1544, ../sass/style.scss */
.breadcrumb-light {
  background: url(../img/showcase-1.jpg) repeat fixed !important;
  background-size: cover;
  padding: 70px 0 !important;
  border-bottom: 0px;
}

/* line 1550, ../sass/style.scss */
.breadcrumb-light h4 {
  color: #fff !important;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 1556, ../sass/style.scss */
.breadcrumb-light ol.breadcrumb li a {
  color: #fff;
}

/* line 1559, ../sass/style.scss */
.breadcrumb-light ol.breadcrumb {
  color: #fff;
  font-weight: 400;
}

/* line 1563, ../sass/style.scss */
.breadcrumb-light p {
  color: #fff;
  font-weight: 600;
  margin: 0;
}

/***product***/
/* line 1570, ../sass/style.scss */
.product-col {
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

/* line 1579, ../sass/style.scss */
span.sale-label {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 16px;
  background-color: #C63D2D;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 1593, ../sass/style.scss */
.product-desc-sh h4 {
  text-transform: capitalize;
}

/* line 1597, ../sass/style.scss */
.product-col img {
  width: 100%;
}

/* line 1601, ../sass/style.scss */
.product-desc-sh h4 a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

/* line 1608, ../sass/style.scss */
.product-desc-sh span {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  color: red;
}

/* line 1615, ../sass/style.scss */
.product-desc-sh del {
  margin-right: 10px;
  color: #777;
}

/* line 1620, ../sass/style.scss */
.product-desc-sh {
  padding: 20px;
}

@media (min-width: 992px) {
  /* line 1625, ../sass/style.scss */
  .product-desc-sh {
    background-color: #f8f8f8;
  }
}
/* line 1629, ../sass/style.scss */
.product-col img {
  display: block;
  margin: 0 auto;
}

/* line 1634, ../sass/style.scss */
.shop-sidebar .popular-desc h5 {
  font-weight: 400;
  margin-bottom: 3px;
  font-size: 14px;
}

/* line 1640, ../sass/style.scss */
.shop-footer-list-menu li a {
  color: #777;
}

/* line 1644, ../sass/style.scss */
.shop-footer-list-menu li a:hover {
  color: #fff;
}

/************cart***************/
/* line 1649, ../sass/style.scss */
.shop-cart ol {
  padding: 0px;
}

/* line 1653, ../sass/style.scss */
.shop-cart ol li {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* line 1659, ../sass/style.scss */
.shop-cart ol li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

/* line 1664, ../sass/style.scss */
.shop-cart ol a {
  margin-top: 0px !important;
}

/* line 1668, ../sass/style.scss */
.shop-cart ol li img {
  width: 70px;
  height: auto;
  float: left;
}

/* line 1674, ../sass/style.scss */
.cart-desc {
  overflow: hidden;
  padding-left: 20px;
}

/* line 1679, ../sass/style.scss */
.cart-desc h5 {
  margin: 0px;
  font-weight: 400;
}

/* line 1684, ../sass/style.scss */
.cart-item-price {
  display: block;
  color: #777;
}

/* line 1689, ../sass/style.scss */
.cart-total {
  font-size: 20px;
  line-height: 34px;
}

/* line 1694, ../sass/style.scss */
.sponsors-icons li i {
  font-size: 40px;
  color: #999;
}

/* line 1699, ../sass/style.scss */
.detail-img-col {
  text-align: center;
}

/* line 1703, ../sass/style.scss */
.detail-img-col img {
  display: block;
  margin: auto;
}

/* line 1708, ../sass/style.scss */
.detail-img-sm img {
  width: 70px;
  height: 100px;
  display: inline-block;
  border: 1px solid #ddd;
  margin: 5px;
}

/* line 1716, ../sass/style.scss */
.detail-content-right h3 {
  margin-bottom: 15px;
}

/* line 1720, ../sass/style.scss */
.rating-list li {
  padding: 0px;
}

/* line 1724, ../sass/style.scss */
.rating-list li i.yellow {
  color: #FFD700;
}

/* line 1728, ../sass/style.scss */
.rating-list li i.gray {
  color: #bbb;
}

/* line 1732, ../sass/style.scss */
.rating-list li.detail-price {
  padding-right: 10px;
  color: #e0130b;
  font-weight: 400;
  font-size: 20px;
}

/* line 1739, ../sass/style.scss */
.rating-list li.review a {
  padding-left: 10px;
  padding-right: 10px;
  color: #e0130b;
  font-weight: 400;
  font-size: 14px;
}

/* line 1747, ../sass/style.scss */
.rating-list li.admin-detail {
  padding-right: 20px;
}

/* line 1751, ../sass/style.scss */
.bootstrap-touchspin {
  float: left;
  margin-right: 5px;
  width: 130px;
}

/* line 1757, ../sass/style.scss */
.bootstrap-touchspin .form-control {
  height: 31px;
  margin-top: 5px;
}

/* line 1762, ../sass/style.scss */
.product-feautres-list li {
  font-weight: 400;
  font-size: 13px;
  color: #777;
}

/* line 1768, ../sass/style.scss */
.product-feautres-list li {
  line-height: 30px;
}

/* line 1772, ../sass/style.scss */
.product-feautres-list li i {
  margin-right: 10px;
}

/* line 1776, ../sass/style.scss */
.add-cart button {
  margin: 5px;
}

/* line 1780, ../sass/style.scss */
.product-cat-text p {
  margin: 0px;
}

/* line 1784, ../sass/style.scss */
.review-box {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/* line 1789, ../sass/style.scss */
.review-box img {
  float: left;
  width: 60px;
  height: auto;
}

/* line 1795, ../sass/style.scss */
.review-content {
  overflow: hidden;
  padding-left: 20px;
}

/* line 1800, ../sass/style.scss */
.review-content p {
  font-size: 13px;
  color: #888;
  margin: 0px;
}

/* line 1806, ../sass/style.scss */
.review-content .rating-list {
  margin: 0px;
}

/* line 1810, ../sass/style.scss */
.sidebar-info-box .services-box-icon i {
  color: #fff;
}

/* line 1814, ../sass/style.scss */
.sidebar-info-box .services-box-info h4 {
  margin-bottom: 5px;
}

/* line 1818, ../sass/style.scss */
table.shopping-cart-table tr th, table.shopping-cart-table tr td {
  vertical-align: middle;
}

/* line 1822, ../sass/style.scss */
.shopping-cart-container h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
}

/* line 1828, ../sass/style.scss */
.colored-box {
  padding: 15px;
  background-color: #e0130b;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}

/* line 1837, ../sass/style.scss */
.colored-box i {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  color: #e0130b;
  margin-bottom: 15px;
}

/* line 1852, ../sass/style.scss */
.colored-box h4 {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}

/* line 1859, ../sass/style.scss */
.colored-box p {
  color: #fff;
}

/* line 1863, ../sass/style.scss */
.login-link {
  margin-bottom: 50px;
}

/* line 1867, ../sass/style.scss */
.login-link a {
  color: #e0130b;
}

/*****sky login register form****/
/* line 1872, ../sass/style.scss */
.sky-form-login-register .btn {
  padding: 8px 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 1886, ../sass/style.scss */
.sky-form-login-register .btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* line 1893, ../sass/style.scss */
.sky-form-login-register .sky-form {
  margin: 0;
  outline: none;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font: 13px/1.55 "Open Sans", sans-serif;
  color: #666;
}

/* line 1905, ../sass/style.scss */
.sky-form-login-register .sky-form.v2 {
  font: 13px/1.55 "Open Sans", sans-serif;
}

/* line 1909, ../sass/style.scss */
.sky-form-login-register .sky-form footer {
  background-color: #fff;
}

/* line 1913, ../sass/style.scss */
.sky-form-login-register .sky-form .btn-link {
  color: #777;
}

/* line 1917, ../sass/style.scss */
.sky-form-login-register h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 30px;
  color: #060606;
}
.sky-form-login-register h4  {
  color: #777;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
}
/* line 1926, ../sass/style.scss */
.border-rits {
  text-align: center;
}

/* line 1930, ../sass/style.scss */
.border-rits span {
  color: #687074;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
}

/* line 1940, ../sass/style.scss */
.border-rits span:before {
  top: 10px;
  height: 1px;
  width: 100%;
  content: " ";
  background: #ccc;
  position: absolute;
  left: 100%;
}

/* line 1950, ../sass/style.scss */
.social-login-wrapper {
  padding: 50px 0;
  background-color: #222;
}

/* line 1955, ../sass/style.scss */
.border-rits span:after {
  top: 10px;
  height: 1px;
  width: 100%;
  content: " ";
  background: #ccc;
  position: absolute;
  right: 100%;
}

/* line 1965, ../sass/style.scss */
.social-login button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px !important;
}

/* line 1972, ../sass/style.scss */
.social-login .btn-facebook {
  background-color: #3b5998;
  color: #fff;
}

/* line 1977, ../sass/style.scss */
.social-login .btn-twitter {
  background-color: #0084b4;
  color: #fff;
}

/* line 1982, ../sass/style.scss */
.sky-form-login-register .sky-form .btn-block {
  margin: 0px !important;
}

/* line 1986, ../sass/style.scss */
.sky-form-login-register.v2 .sky-form footer {
  border-top: 0px;
}

/* line 1990, ../sass/style.scss */
.sky-form-login-register .sky-form .button {
  font: 400 15px/39px "Open Sans", sans-serif;
  background-color: #e0130b;
}

/* line 1995, ../sass/style.scss */
.social-1.reg-social li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* line 2001, ../sass/style.scss */
.items-list {
  margin-bottom: 40px;
}

/* line 2005, ../sass/style.scss */
.items-list h3 {
  margin-bottom: 10px;
  text-transform: capitalize;
}

/* line 2010, ../sass/style.scss */
.items-list img {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2015, ../sass/style.scss */
.items-list p {
  font-size: 13px;
  margin-bottom: 8px;
}

/* line 2020, ../sass/style.scss */
.items-list .rate {
  color: #e0130b;
  font-size: 18px;
}

/* line 2025, ../sass/style.scss */
.shop-cart .btn-theme-bg {
  color: #fff !important;
}

/* line 2029, ../sass/style.scss */
.shop-cart .btn-theme-bg:hover {
  background-color: #333 !important;
}

/* line 2033, ../sass/style.scss */
.wide-img-showcase-row {
  position: relative;
}

/* line 2037, ../sass/style.scss */
.no-padding.img {
  background: url(../img/showcase-1.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

/* line 2044, ../sass/style.scss */
.no-padding.img-2 {
  background: url(../img/showcase-2.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

@media (max-width: 767px) {
  /* line 2052, ../sass/style.scss */
  .no-padding.img {
    position: relative;
    height: 300px;
  }
}
/************************image hover effect*******************/
/* line 2058, ../sass/style.scss */
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}

/* line 2064, ../sass/style.scss */
.item-img-wrap img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}

/* line 2072, ../sass/style.scss */
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 2080, ../sass/style.scss */
.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

/* line 2096, ../sass/style.scss */
.item-img-wrap:hover .item-img-overlay span {
  opacity: 1;
}

/* line 2100, ../sass/style.scss */
.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*forms*/
/* line 2125, ../sass/style.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #7a7a7a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 2159, ../sass/style.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border-color: #bbb;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*************parallax*************/
/* line 2169, ../sass/style.scss */
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

/************

Carousel slider

***************/
/* line 2183, ../sass/style.scss */
.carousel-slider-wrapper {
  position: relative;
}

/* line 2187, ../sass/style.scss */
.carousel-slider-wrapper .item {
  overflow: hidden;
  width: 100%;
  height: 600px;
  background-color: #333 !important;
  padding: 100px 0 0;
}

/* line 2195, ../sass/style.scss */
.carousel-slider-wrapper .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 2201, ../sass/style.scss */
#carousel-slide-1 {
  background-image: url(../img/bg-1.jpg);
  width: 100%;
  background-size: cover;
}

/* line 2207, ../sass/style.scss */
#carousel-slide-2 {
  background-image: url(../img/bg-2.jpg);
  width: 100%;
  background-size: cover;
}

/* line 2213, ../sass/style.scss */
#carousel-slide-3 {
  background-image: url(../img/bg-3.jpg);
  width: 100%;
  background-size: cover;
}

/* line 2219, ../sass/style.scss */
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/* line 2232, ../sass/style.scss */
.carousel-item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  z-index: 3;
}

/* line 2242, ../sass/style.scss */
.carousel-item-content h1 {
  display: inline-block;
  padding: 10px 20px;
  line-height: 35px;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #e0130b;
  margin: 0px;
}

/* line 2254, ../sass/style.scss */
.carousel-item-content p {
  margin: 0px;
  padding: 6px 20px;
  color: #fff;
  background: #333;
  display: inline-block;
  text-transform: uppercase;
}

/* line 2263, ../sass/style.scss */
a.carousel-control {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background-image: none !important;
  font-size: 52px;
  font-weight: 400;
  cursor: pointer;
}

/*flex slider*/
/* line 2279, ../sass/style.scss */
.slider-reg {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 2284, ../sass/style.scss */
  .slider-reg.transparent-header-slider {
    margin-top: 50px;
  }
}
/* line 2288, ../sass/style.scss */
.main-flex-slider {
  position: relative;
}

/* line 2292, ../sass/style.scss */
.main-flex-slider .flex-control-nav {
  bottom: 10px;
  margin: 0;
  height: 14px;
  z-index: 10;
}

/* line 2299, ../sass/style.scss */
.main-flex-slider .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.7) !important;
  width: 26px;
  height: 8px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* line 2317, ../sass/style.scss */
.main-flex-slider .flex-control-paging li a.flex-active {
  background-color: #e0130b !important;
}

/* line 2321, ../sass/style.scss */
.slider-overlay {
  background: rgba(0, 0, 0, 0.2);
  background-image: url("../img/pattern.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 2332, ../sass/style.scss */
.slider-text {
  text-align: center;
  margin-top: 30px;
}

/* line 2337, ../sass/style.scss */
.slider-text h1 {
  font-size: 3.75em;
  color: #FFF;
  padding: 5px 10px 0px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}

/* line 2348, ../sass/style.scss */
.slider-text p {
  color: #fff;
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: 400;
}

/* line 2355, ../sass/style.scss */
.slider-text p a {
  font-style: normal;
}

@media (min-width: 1401px) {
    /* line 2360, ../sass/style.scss */
    .slider-text {
        margin-top: 250px;
    }
}

@media (max-width: 1400px) {
    /* line 2360, ../sass/style.scss */
    .slider-text {
        margin-top: 200px;
    }
}
@media (max-width: 1200px) {
  /* line 2360, ../sass/style.scss */
  .slider-text {
    margin-top: 170px;
  }

    .slider-text h1 {
        font-size: 3em;
    }
}
@media (max-width: 1024px) {
  /* line 2365, ../sass/style.scss */
  .slider-text {
    margin-top: 120px;
  }

    .slider-text h1 {
        font-size: 2.5em;
    }
}
@media (max-width: 768px) {
  /* line 2370, ../sass/style.scss */
  .slider-text {
    margin-top: 70px;
  }

    .slider-text p {
        font-size: 1.8em;
    }
}
@media (max-width: 667px) {
  /* line 2379, ../sass/style.scss */
  .slider-text {
    margin-top: 50px;
  }

  /* line 2383, ../sass/style.scss */
  .slider-text h1 {
    font-size: 2.3em;
  }

  .flex-control-nav {
    display: none;
  }
}
@media (max-width: 533px) {
    .slider-text h1 {
        font-size: 1.7em;
    }
  /* line 2388, ../sass/style.scss */
    .slider-text p {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
}
@media (max-width: 414px) {
  /* line 2397, ../sass/style.scss */
  .slider-text h1 {
    font-size: 1.3em;
  }

    .slider-text {
        margin-top: 40px;
    }
}
@media (max-width: 384px) {
  /* line 2403, ../sass/style.scss */
  .slider-text h1 {
    font-size: 1.2em;
      margin-bottom: 0;
  }

    .slider-text p {
        font-size: 1em;
    }
}
/***********animation delays*****************/
/* line 2409, ../sass/style.scss */
.delay-1 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}

/* line 2415, ../sass/style.scss */
.delay-2 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  animation-delay: 600ms;
}

/* line 2421, ../sass/style.scss */
.delay-3 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

/* line 2427, ../sass/style.scss */
.delay-4 {
  -webkit-animation-delay: 1600ms;
  -moz-animation-delay: 1600ms;
  animation-delay: 1600ms;
}

/*intro text*/
/* line 2434, ../sass/style.scss */
.intro-text {
  padding: 60px 0;
  background-color: #eee;
}

/* line 2439, ../sass/style.scss */
.intro-text h2 {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 25px;
}

/* line 2446, ../sass/style.scss */
.intro-text a {
  margin: 7px;
}

/*******************home parallax-bg----***********************/
/* line 2451, ../sass/style.scss */
#home-parallax {
  background: url("../img/showcase-4.jpg") no-repeat;
  padding: 190px 0;
}

/* line 2456, ../sass/style.scss */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e0130b;
}

@keyframes blink {
  /* line 2465, ../sass/style.scss */
  0% {
    opacity: 1;
  }

  /* line 2468, ../sass/style.scss */
  50% {
    opacity: 0;
  }

  /* line 2471, ../sass/style.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  /* line 2476, ../sass/style.scss */
  0% {
    opacity: 1;
  }

  /* line 2479, ../sass/style.scss */
  50% {
    opacity: 0;
  }

  /* line 2482, ../sass/style.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  /* line 2487, ../sass/style.scss */
  0% {
    opacity: 1;
  }

  /* line 2490, ../sass/style.scss */
  50% {
    opacity: 0;
  }

  /* line 2493, ../sass/style.scss */
  100% {
    opacity: 1;
  }
}

/* line 2497, ../sass/style.scss */
.parallax-buttons {
  display: block;
  text-align: center;
  margin-top: 20px;
}

/* line 2503, ../sass/style.scss */
.parallax-buttons a {
  display: inline-block;
  margin: 5px;
}

/* line 2508, ../sass/style.scss */
h1.typed-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

/* line 2515, ../sass/style.scss */
.typed-text .element {
  color: #e0130b;
}

/* line 2519, ../sass/style.scss */
#home-parallax p {
  color: #fff;
}

@media (max-width: 568px) {
  /* line 2524, ../sass/style.scss */
  h1.typed-text {
    font-size: 25px;
  }
}
/*services*/
/* line 2529, ../sass/style.scss */
.services-wrap {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

/* line 2535, ../sass/style.scss */
.services-box {
  clear: both;
}

/* line 2539, ../sass/style.scss */
.services-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
}

/* line 2553, ../sass/style.scss */
.services-box-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e0130b;
  color: #fff;
  font-size: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 2567, ../sass/style.scss */
.services-box-info {
  padding-left: 65px;
}

/* line 2571, ../sass/style.scss */
.services-box-info h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/*services 2*/
/* line 2580, ../sass/style.scss */
.service-box i {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #e0130b;
  font-size: 30px;
  background-color: #f7f9fa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

/* line 2599, ../sass/style.scss */
.service-box h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

/* line 2606, ../sass/style.scss */
.service-box:hover i {
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: #fff;
  background-color: #e0130b;
}

/***services3***/
/* line 2617, ../sass/style.scss */
#services-bg-wrap {
  padding: 90px 0;
  background-color: #f7f9fa;
}

/* line 2622, ../sass/style.scss */
.service-3-meta h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
}

/* line 2628, ../sass/style.scss */
.white-bg {
  background-color: #fff !important;
  padding-top: 90px !important;
  padding-bottom: 50px !important;
}

/* line 2634, ../sass/style.scss */
.service-4-meta h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 2639, ../sass/style.scss */
.blue-bg {
  background-color: #e0130b;
  padding-top: 70px;
  padding-bottom: 40px;
}

/* line 2645, ../sass/style.scss */
.blue-bg .services-box i {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 50px;
  margin-right: 25px;
}

/* line 2654, ../sass/style.scss */
.blue-bg .services-box .services-box-info {
  margin-left: 30px;
}

/* line 2658, ../sass/style.scss */
.blue-bg .services-box .services-box-info h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* line 2665, ../sass/style.scss */
.blue-bg .services-box .services-box-info p {
  color: #eee;
}

/***special features***/
/* line 2670, ../sass/style.scss */
.special-feature .section-title hr {
  border-color: #151515;
}

/* line 2674, ../sass/style.scss */
.special-feature i {
  font-size: 65px;
  line-height: 75px;
  color: #e0130b;
}

/* line 2680, ../sass/style.scss */
.special-feature h4 {
  font-size: 16px;
  margin-top: 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
}

/* line 2689, ../sass/style.scss */
.special-feature .mask-top {
  width: 100%;
  background-color: #ffffff;
  padding: 55px 0;
  position: absolute;
  top: 0px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 2701, ../sass/style.scss */
.special-feature .mask-top h4:before {
  top: -18px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: -2px auto;
  position: absolute;
  width: 40px;
}

/* line 2713, ../sass/style.scss */
.special-feature .s-feature-box:hover .mask-top {
  top: -200px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 2721, ../sass/style.scss */
.special-feature .s-feature-box {
  overflow: hidden;
  position: relative;
  height: 280px;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  cursor: pointer;
}

/* line 2730, ../sass/style.scss */
.special-feature .mask-bottom {
  color: #333333;
  padding: 20px 15px 20px 15px;
  width: 100%;
  position: absolute;
  bottom: -300px;
  height: 100%;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 2743, ../sass/style.scss */
.special-feature .mask-bottom p {
  padding: 0px 5px;
  font-size: 14px;
}

/* line 2748, ../sass/style.scss */
.special-feature .mask-bottom h4 {
  margin: 15px 0px 17px;
}

/* line 2752, ../sass/style.scss */
.special-feature .s-feature-box:hover .mask-bottom {
  bottom: 0;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 2760, ../sass/style.scss */
.special-feature .mask-bottom i {
  font-size: 38px;
  line-height: 50px;
}

/****services new*****/
/* line 2766, ../sass/style.scss */
.service-box-4 .service-ico {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  margin-top: 3px;
  float: left;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 2781, ../sass/style.scss */
.service-ico i {
  color: #e0130b;
  font-size: 50px;
}

/* line 2786, ../sass/style.scss */
.service-box-4 .service-text {
  margin-left: 65px;
}

/* line 2790, ../sass/style.scss */
.service-text a {
  color: #e0130b;
}

/* line 2794, ../sass/style.scss */
.service-text a i {
  margin-left: 5px;
  vertical-align: middle;
}

/* line 2799, ../sass/style.scss */
.service-text h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

/***colored boxed**************/
/* line 2806, ../sass/style.scss */
.colored-boxed {
  text-align: center;
}

/* line 2810, ../sass/style.scss */
.colored-boxed i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 0px solid;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 50px;
  display: inline-block;
}

/* line 2825, ../sass/style.scss */
.colored-boxed.green i {
  color: #e0130b;
  border-color: #e0130b;
}

/* line 2830, ../sass/style.scss */
.colored-boxed.dark i {
  color: #333;
  border-color: #333;
}

/* line 2835, ../sass/style.scss */
.colored-boxed.blue i {
  color: #3b5998;
  border-color: #3b5998;
}

/* line 2840, ../sass/style.scss */
.colored-boxed.red i {
  color: #cb2027;
  border-color: #cb2027;
}

/* line 2845, ../sass/style.scss */
.colored-boxed h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/* line 2853, ../sass/style.scss */
.colored-boxed p {
  margin-top: 10px;
}

/**************work and portfolio whole*******/
/* mouse grab icon */
/* line 2859, ../sass/style.scss */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move !important;
}

/* line 2863, ../sass/style.scss */
.portfolio {
  padding: 60px 0;
  background-color: #f8f8f8;
}

/* line 2868, ../sass/style.scss */
.work-desc {
  width: 100%;
  padding: 10px 10px;
  background: #FFF;
  border-top: none;
  position: relative;
    text-align: center;
}

/* line 2876, ../sass/style.scss */
.work-desc:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  margin-left: 20px;
  width: 8px;
  height: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 100;
}

/* line 2890, ../sass/style.scss */
.work-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
    text-align: center;
}

/* line 2898, ../sass/style.scss */
.owl-spaced .owl-item > div {
  margin: 5px;
}

/* line 2902, ../sass/style.scss */
.work-desc span {
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  font-size: 14px;
  color: #999;
}

/* line 2910, ../sass/style.scss */
.project-detail h3 {
  margin-bottom: 10px;
}

/* line 2914, ../sass/style.scss */
.project-detail em {
  display: block;
}

/* line 2918, ../sass/style.scss */
.full-width-3-work .work-desc {
  padding: 10px;
}

/****progress bars****/
/*progress bar*/
/* line 2924, ../sass/style.scss */
h3.heading-progress {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 0px;
  text-transform: uppercase;
  color: #777;
}

/* line 2933, ../sass/style.scss */
.progress {
  height: 15px;
  line-height: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #E9E9E9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* line 2947, ../sass/style.scss */
.progress-bar {
  line-height: 10px;
  background: #e0130b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*news and blogs*/
/* line 2957, ../sass/style.scss */
.news-desc {
  padding: 15px 0;
}

/* line 2961, ../sass/style.scss */
.news-desc h4 {
  margin: 0px;
  font-weight: 600;
}

/* line 2966, ../sass/style.scss */
.news-desc span {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}

/* line 2972, ../sass/style.scss */
.news-desc span + span {
  padding-left: 30px;
}

/*latest news in home option*/
/* line 2977, ../sass/style.scss */
.latest-new {
  border: 1px solid #ddd;
}

/* line 2981, ../sass/style.scss */
.blog-date {
  width: 60px;
  height: 60px;
  padding: 6px 5px;
  margin: -40px auto 10px auto;
  line-height: 1;
  font-weight: 400;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

/* line 3000, ../sass/style.scss */
.blog-date span {
  font-weight: 400;
  font-size: 15px;
  display: block;
}

/* line 3006, ../sass/style.scss */
.l-news-desc {
  padding: 10px 20px;
}

/* line 3010, ../sass/style.scss */
.l-news-desc h3 {
  margin-bottom: 15px;
}

/* line 3014, ../sass/style.scss */
ul.post-desc {
  padding: 0;
}

/* line 3018, ../sass/style.scss */
ul.post-desc li {
  font-size: 14px;
  text-transform: capitalize;
  color: #555;
}

/* line 3024, ../sass/style.scss */
ul.post-desc li + li {
  padding-left: 15px;
}

/**blog inner pages**/
/* line 3029, ../sass/style.scss */
.blog-post {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

/* line 3035, ../sass/style.scss */
.post-detail {
  margin-bottom: 25px;
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
  margin-left: 0px;
}

/* line 3043, ../sass/style.scss */
.post-detail li img {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  float: left;
  margin-right: 10px;
}

/* line 3054, ../sass/style.scss */
.post-detail li + li {
  padding-left: 15px;
}

/* line 3058, ../sass/style.scss */
.post-detail li {
  font-size: 12px;
  vertical-align: middle;
  /*text-transform: capitalize;*/
}

/* line 3064, ../sass/style.scss */
.post-detail li i {
  margin-right: 5px;
}

/* line 3068, ../sass/style.scss */
.blog-post h2 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 3076, ../sass/style.scss */
.blog-left-img .post-detail {
  margin-top: 0px;
}

/* line 3080, ../sass/style.scss */
.about-author {
  background-color: #f5f5f5;
  padding: 30px;
  margin-bottom: 50px;
}

/* line 3086, ../sass/style.scss */
.about-author img {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 3097, ../sass/style.scss */
.about-author p {
  overflow: hidden;
}

/* line 3101, ../sass/style.scss */
.comment-list {
  padding-bottom: 5px;
  margin-bottom: 30px;
}

/* line 3106, ../sass/style.scss */
.comment-post h4 img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  float: left;
}

/* line 3113, ../sass/style.scss */
.comment-post p {
  overflow: hidden;
}

/* line 3117, ../sass/style.scss */
.comment-form .form-contact .form-control {
  background-color: #f5f5f5;
}

/*Timeline blog
------------------------------------*/
/* line 3123, ../sass/style.scss */
.timeline {
  padding: 20px 0;
  list-style: none;
  position: relative;
}

/* line 3129, ../sass/style.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #f5f5f5;
  left: 50%;
  margin-left: -1.5px;
}

/* line 3140, ../sass/style.scss */
.timeline > li {
  margin-bottom: 40px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

/* line 3149, ../sass/style.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 3154, ../sass/style.scss */
.timeline > li:after {
  clear: both;
}

/* line 3159, ../sass/style.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 3164, ../sass/style.scss */
.timeline > li:after {
  clear: both;
}

/* line 3168, ../sass/style.scss */
.timeline > li > .timeline-panel {
  width: 94%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
}

/* line 3177, ../sass/style.scss */
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

/* line 3189, ../sass/style.scss */
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

/* line 3201, ../sass/style.scss */
.timeline > li > .timeline-badge {
  color: #ccc;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 19px;
  right: -12px;
  z-index: 9;
}

/* line 3215, ../sass/style.scss */
.timeline > li > .timeline-badge i:hover {
  color: #e0130b;
}

/* line 3219, ../sass/style.scss */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

/* line 3223, ../sass/style.scss */
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

/* line 3230, ../sass/style.scss */
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* line 3237, ../sass/style.scss */
.timeline > li > .timeline-panel .timeline-heading {
  padding: 5px;
}

/* line 3241, ../sass/style.scss */
.timeline > li > .timeline-panel .timeline-heading img {
  width: 100%;
}

/* line 3245, ../sass/style.scss */
.timeline .timeline-body {
  padding: 25px 15px;
}

/* line 3249, ../sass/style.scss */
.timeline .timeline-body h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

/* line 3254, ../sass/style.scss */
.timeline-body .post-detail {
  margin: 5px 0px;
}

/* line 3258, ../sass/style.scss */
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-bottom: 40px;
}

/* line 3264, ../sass/style.scss */
.timeline > li:nth-child(2) {
  margin-top: 60px;
}

/* line 3268, ../sass/style.scss */
.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}

@media (max-width: 992px) {
  /* line 3273, ../sass/style.scss */
  .timeline > li > .timeline-panel:before {
    top: 31px;
    right: -11px;
    border-top: 11px solid transparent;
    border-left: 11px solid #ccc;
    border-bottom: 11px solid transparent;
  }

  /* line 3281, ../sass/style.scss */
  .timeline > li > .timeline-panel:after {
    top: 32px;
    right: -10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
  }

  /* line 3289, ../sass/style.scss */
  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-right-width: 11px;
    left: -11px;
  }

  /* line 3294, ../sass/style.scss */
  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-right-width: 10px;
    left: -10px;
  }
}
@media (max-width: 767px) {
  /* line 3300, ../sass/style.scss */
  ul.timeline:before {
    left: 40px;
  }

  /* line 3304, ../sass/style.scss */
  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }

  /* line 3312, ../sass/style.scss */
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
  }

  /* line 3318, ../sass/style.scss */
  ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }

  /* line 3324, ../sass/style.scss */
  ul.timeline > li > .timeline-panel {
    float: right;
  }

  /* line 3328, ../sass/style.scss */
  ul.timeline > li > .timeline-panel:before {
    top: 27px;
    right: -12px;
    border-top: 12px solid transparent;
    border-left: 12px solid #ccc;
    border-bottom: 12px solid transparent;
  }

  /* line 3336, ../sass/style.scss */
  ul.timeline > li > .timeline-panel:after {
    top: 28px;
    right: -11px;
    border-top: 11px solid transparent;
    border-left: 11px solid #fff;
    border-bottom: 11px solid transparent;
  }

  /* line 3344, ../sass/style.scss */
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 12px;
    left: -12px;
    right: auto;
  }

  /* line 3351, ../sass/style.scss */
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 11px;
    left: -11px;
    right: auto;
  }

  /* line 3358, ../sass/style.scss */
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 3365, ../sass/style.scss */
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
}
/*testimonials parallax*/
/* line 3370, ../sass/style.scss */
.testimonials {
  background: url(../img/bg-4.jpg) no-repeat;
  padding: 80px 0;
}

/* line 3375, ../sass/style.scss */
.testimonials .center-heading h2 {
  color: #fff;
}

/* line 3379, ../sass/style.scss */
.testimonials h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
}

/* line 3388, ../sass/style.scss */
.testimonials h4 i {
  color: #e0130b;
  margin-right: 5px;
}

/* line 3393, ../sass/style.scss */
.testimonials p {
  color: #e0130b;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
}

/* line 3400, ../sass/style.scss */
.customer-img {
  max-width: 92px;
  margin: auto;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/**owl**/
/* line 3411, ../sass/style.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px !important;
  height: 8px !important;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #444 !important;
}

/*********************testmonials v-2*****************/
/* line 3426, ../sass/style.scss */
.testimonials-v-2 {
  padding: 100px 0;
  overflow: hidden;
}

/* line 3431, ../sass/style.scss */
.testi-slide {
  text-align: center;
}

/* line 3435, ../sass/style.scss */
.testi-slide img {
  width: 92px;
  height: 92px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 3444, ../sass/style.scss */
.testi-slide p {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-style: italic;
}

/* line 3452, ../sass/style.scss */
.testi-slide i {
  color: #e0130b;
  margin-right: 10px;
}

/* line 3457, ../sass/style.scss */
.testi-slide h4 {
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif !important;
  font-style: italic;
}

/* line 3464, ../sass/style.scss */
.testi-slide .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  border: 2px solid #ccc;
  width: 8px;
  height: 8px;
}

/* line 3475, ../sass/style.scss */
.testi-slide .flex-control-paging li a.flex-active {
  background: transparent !important;
  border: 2px solid #e0130b;
}

/* line 3480, ../sass/style.scss */
.quote {
  position: relative;
}

/* line 3484, ../sass/style.scss */
.quote blockquote {
  padding: 0px;
  border: 0;
  margin: 0;
  font-size: 14px;
  font-style: italic;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/* line 3496, ../sass/style.scss */
.quote blockquote p {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 3504, ../sass/style.scss */
.quote blockquote:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 90px;
  width: 0;
  height: 0;
  border-top: 0.83333em solid #ccc;
  border-right: 0.86667em solid transparent;
}

/* line 3515, ../sass/style.scss */
.quote.green blockquote {
  background-color: #e0130b;
}

/* line 3519, ../sass/style.scss */
.quote.green blockquote:before {
  border-top-color: #e0130b;
}

/* line 3523, ../sass/style.scss */
.quote.dark blockquote {
  background-color: #555;
}

/* line 3527, ../sass/style.scss */
.quote.dark blockquote:before {
  border-top-color: #555;
}

/* line 3531, ../sass/style.scss */
.quote-footer {
  margin: 10px 0;
}

/* line 3535, ../sass/style.scss */
.quote-footer .quote-author-img img {
  float: left;
  max-width: 90px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: -5px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  padding: 5px;
  background-color: #fff;
}

/* line 3552, ../sass/style.scss */
.quote-footer h4 {
  font-size: 14px;
  margin-bottom: 4px;
}

/* line 3557, ../sass/style.scss */
.quote-footer p {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}

/***********bootstrap collapse overrides*/
/* line 3564, ../sass/style.scss */
.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

/* line 3572, ../sass/style.scss */
.panel-default > .panel-heading {
  color: #000;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 7px 12px;
}

/* line 3579, ../sass/style.scss */
.panel-title i {
  margin-right: 10px;
  color: #e0130b;
}

/*************soical icons**********/
/* line 3585, ../sass/style.scss */
.social-1 {
  margin: 0;
  padding: 0;
}

/* line 3590, ../sass/style.scss */
.social-1 li {
  padding: 0px;
}

/* line 3594, ../sass/style.scss */
.social-1 li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 3611, ../sass/style.scss */
.social-1 li a i:hover {
  opacity: 0.8;
}

/* line 3615, ../sass/style.scss */
.social-1 li a i.fa-facebook {
  background-color: #3b5998;
}

/* line 3619, ../sass/style.scss */
.social-1 li a i.fa-twitter {
  background-color: #0084b4;
}

/* line 3623, ../sass/style.scss */
.social-1 li a i.fa-google-plus {
  background-color: #C63D2D;
}

/* line 3627, ../sass/style.scss */
.social-1 li a i.fa-pinterest {
  background-color: #cb2027;
}

/* line 3631, ../sass/style.scss */
.social-1 li a i.fa-dribbble {
  background-color: #ea4c89;
}

/**************countdown*************/
/* line 3636, ../sass/style.scss */
.countdown_section {
  display: inline-block;
  width: 120px;
  height: 120px;
  padding-top: 13px;
  margin: 10px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}

/* line 3655, ../sass/style.scss */
.subscribe-form .form-control {
  height: 48px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/*purchase section*/
/* line 3662, ../sass/style.scss */
.purchase-sec {
  padding: 30px 0;
  background: #e0130b;
}

/* line 3667, ../sass/style.scss */
.purchase-sec span {
  line-height: 40px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

/****fun facts*****/
/* line 3676, ../sass/style.scss */
.fun-fact-wrap {
  background: url(../img/showcase-4.jpg);
  background-repeat: repeat !important;
  padding-top: 100px;
  padding-bottom: 70px;
}

/* line 3683, ../sass/style.scss */
.facts-in {
  text-align: center;
}

/* line 3687, ../sass/style.scss */
.facts-in h3 {
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
}

/* line 3694, ../sass/style.scss */
.facts-in h3 i {
  font-size: 40px;
  margin-right: 20px;
  color: #e0130b;
}

/* line 3700, ../sass/style.scss */
.facts-in h4 {
  margin-bottom: 0px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 992px) {
  /* line 3709, ../sass/style.scss */
  .facts-in {
    margin-bottom: 70px;
  }
}
/******owl carousel*******/
/* line 3714, ../sass/style.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: #e0130b !important;
}

/**********static background with transparent header*/
/* line 3729, ../sass/style.scss */
.static-bg {
  background: url(../img/showcase-3.jpg);
  padding-top: 230px;
  padding-bottom: 200px;
}

/* line 3735, ../sass/style.scss */
.static-wrap {
  text-align: center;
}

/* line 3739, ../sass/style.scss */
.static-wrap h3 {
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 0 0 16px 0;
  margin: 0 0 35px 0;
  font-weight: 400;
  font-size: 44px;
  border-bottom: solid 1px #cccccc;
  position: relative;
  color: #fff;
  line-height: 44px;
}

/* line 3752, ../sass/style.scss */
.static-bg h3:before {
  content: "";
  height: 3px;
  background: #009ada;
  background: -moz-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #009ada), color-stop(100%, #04bfbf));
  background: -webkit-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
  background: -o-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
  background: -ms-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
  background: linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ada', endColorstr='#04bfbf',GradientType=1 );
  width: 60%;
  max-width: 100%;
  display: block;
  left: 0%;
  bottom: -2px;
  position: absolute;
}

/* line 3771, ../sass/style.scss */
.static-bg h3:before {
  left: 20%;
}

/* line 3775, ../sass/style.scss */
.slider-flex h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/****************************breadcrumb***************************/
/* line 3782, ../sass/style.scss */
.breadcrumb-wrap {
  padding: 30px 0;
  background-image: url(../img/shadow-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
}

/* line 3792, ../sass/style.scss */
.breadcrumb-wrap h4 {
  margin: 0px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
}

/* line 3803, ../sass/style.scss */
ol.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #333;
}

/* line 3810, ../sass/style.scss */
ol.breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

/* line 3817, ../sass/style.scss */
ol.breadcrumb li a {
  color: #333;
}

/***list of highlight**/
/* line 3822, ../sass/style.scss */
.highlight-list li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #777;
  line-height: 45px;
}

/* line 3829, ../sass/style.scss */
.highlight-list li i {
  color: #e0130b;
  margin-right: 10px;
}

/************team section css here*****/
/* line 3835, ../sass/style.scss */
.team-wrap {
  padding: 3px 3px 20px;
  border: 1px solid #eee;
  text-align: center;
}

/* line 3840, ../sass/style.scss */
.team-wrap li {
  padding: 0px;
}

/* line 3844, ../sass/style.scss */
.team-wrap h4 {
  margin-bottom: 3px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 17px;
}

/* line 3851, ../sass/style.scss */
.team-wrap span {
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

/**team-v2**/
/* line 3861, ../sass/style.scss */
.person-v2 {
  margin-bottom: 30px;
}

/* line 3865, ../sass/style.scss */
.our-team-v-2 {
  padding-top: 70px;
  background-color: #f5f5f5;
  padding-bottom: 40px;
}

/* line 3871, ../sass/style.scss */
.person-v2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* line 3878, ../sass/style.scss */
.person-v2 h3 {
  margin: 5px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

/* line 3886, ../sass/style.scss */
.person-desc-v2 em {
  display: block;
  color: #777;
  margin-bottom: 10px;
}

/******************pricing tables***********************/
/**pricing simple **/
/* line 3894, ../sass/style.scss */
.pricing-simple {
  border: 1px solid #D0D6DF;
  margin-bottom: 30px;
}

/* line 3898, ../sass/style.scss */
.pricing-simple h4 {
  border-bottom: 1px solid #D0D6DF;
  margin: 0px;
  color: #666;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 3908, ../sass/style.scss */
.pricing-simple h3 {
  margin: 0px;
  padding: 30px 20px;
  border-bottom: 1px solid #D0D6DF;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  background-color: #f4f4f4;
}

/* line 3917, ../sass/style.scss */
.pricing-simple h3 sup, .pricing-simple h3 sub {
  font-size: 14px;
  color: #D0D6DF;
  font-weight: 400;
}

/* line 3922, ../sass/style.scss */
.pricing-simple h3 sup {
  vertical-align: top;
  left: 10px;
}

/* line 3926, ../sass/style.scss */
.pricing-simple h3 sub {
  vertical-align: bottom;
}

/* line 3929, ../sass/style.scss */
.pricing-simple ul {
  padding-top: 30px;
}

/* line 3932, ../sass/style.scss */
.pricing-simple ul li {
  padding: 6px 20px;
  border-bottom: 1px solid #f5f5f5;
  color: #aeaeae;
}

/* line 3937, ../sass/style.scss */
.pricing-simple ul li:last-child {
  border-bottom: 0px;
}

/* line 3940, ../sass/style.scss */
.pricing-simple ul li i {
  color: #e0130b;
  margin-right: 10px;
}

/* line 3944, ../sass/style.scss */
.pricing-simple .bottom {
  padding: 20px 10px;
  text-align: center;
}

/* line 3948, ../sass/style.scss */
.pricing-simple p {
  color: #aeaeae;
  padding: 15px 20px;
  text-align: center;
  padding-bottom: 0px;
}

/* line 3954, ../sass/style.scss */
.pricing-simple .circle {
  width: 150px;
  height: 150px;
  padding: 0px 0 0;
  margin: 30px auto;
  margin-bottom: 0px;
  display: table;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4f4f4;
}

/* line 3972, ../sass/style.scss */
.pricing-simple .circle .price {
  text-align: center;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}

/* line 3978, ../sass/style.scss */
.pricing-simple .circle .price sub, .pricing-simple .circle .price sup {
  font-size: 14px;
  color: #777;
}

/* line 3982, ../sass/style.scss */
.pricing-simple .circle .price sup {
  vertical-align: top;
}

/* line 3985, ../sass/style.scss */
.pricing-simple .circle .price sub {
  vertical-align: bottom;
}

/* line 3989, ../sass/style.scss */
.popular {
  position: relative;
  overflow: hidden;
}

/* line 3993, ../sass/style.scss */
.popular .ribbon {
  position: absolute;
  left: -55px;
  bottom: 5px;
  font-size: 11px;
  text-align: center;
  width: 150px;
  color: #fff;
  text-transform: capitalize;
  padding: 1px 12px;
  display: block;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #e0130b;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 4016, ../sass/style.scss */
.no-space-pricing {
  margin: 0px;
}

/**dark pricing tables**/
/* line 4021, ../sass/style.scss */
.pricing-simple.dark-pricing {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #333;
}

/* line 4025, ../sass/style.scss */
.pricing-simple.dark-pricing h4 {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* line 4029, ../sass/style.scss */
.pricing-simple.dark-pricing .circle {
  background-color: #444;
  border-color: #333;
}

/* line 4033, ../sass/style.scss */
.pricing-simple.dark-pricing .circle .price {
  color: #fff;
}

/* line 4036, ../sass/style.scss */
.pricing-simple.dark-pricing ul li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/***************about me*********************/
/* line 4041, ../sass/style.scss */
.me-intro {
  background: url(../img/bg-4.jpg);
  padding: 200px 0;
}

/* line 4046, ../sass/style.scss */
.me-intro h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 4053, ../sass/style.scss */
.me-intro p {
  color: #fff;
}

/* line 4057, ../sass/style.scss */
.me-hobbies h4 i {
  margin-right: 10px;
  color: #e0130b;
  font-size: 25px;
}

/* line 4063, ../sass/style.scss */
.services-me li {
  padding: 10px 0;
  font-size: 16px;
}

/* line 4068, ../sass/style.scss */
.services-me li i {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 15px;
  background-color: #e5e5e5;
  color: #e0130b;
}

/* line 4082, ../sass/style.scss */
.contact-me {
  background-color: #eee;
  padding: 40px 0;
}

/**dropcaps**/
/* line 4088, ../sass/style.scss */
p.dropcap:first-letter {
  display: block;
  float: left;
  font-size: 50px;
  line-height: 51px;
  margin: -1px 8px -2px 0;
  color: #e0130b;
}

/*contact us*/
/*gmap*/
/* line 4099, ../sass/style.scss */
#map-canvas {
  width: 100%;
  height: 300px;
}

/* line 4104, ../sass/style.scss */
#contactForm .form-control {
  min-height: 45px;
  background-color: #fff;
}

/* line 4109, ../sass/style.scss */
.form-contact form label {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}

/* line 4115, ../sass/style.scss */
.contact-info li a {
  color: #777;
}

/* line 4119, ../sass/style.scss */
.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 4125, ../sass/style.scss */
.help-block ul li {
  color: red;
}

/* line 4129, ../sass/style.scss */
label span {
  color: red;
  margin-left: 5px;
}

/* line 4134, ../sass/style.scss */
.required span {
  color: red;
}

/***error page****/
/* line 4139, ../sass/style.scss */
.error-bg {
  background-color: #eee;
}

/* line 4143, ../sass/style.scss */
.error-404 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 4146, ../sass/style.scss */
.error-404 h1 {
  text-transform: uppercase;
  color: #aaa;
  font-size: 160px;
  line-height: 160px;
  margin-bottom: 20px;
}

/* line 4153, ../sass/style.scss */
.error-404 h3 {
  color: #777;
  text-transform: uppercase;
  line-height: 40px;
}

/* line 4158, ../sass/style.scss */
.error-404 .form-control {
  font-size: 20px;
}

/********************************sidebar***********************/
/* line 4163, ../sass/style.scss */
.sidebar-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
}

/* line 4170, ../sass/style.scss */
.search-widget {
  position: relative;
}

/* line 4174, ../sass/style.scss */
.search-widget i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #777;
}

/* line 4181, ../sass/style.scss */
.cat-list li {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 4186, ../sass/style.scss */
.cat-list li a {
  color: #888;
  margin-right: 10px;
}

/* line 4191, ../sass/style.scss */
.cat-list li i {
  color: #888;
  margin-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 4200, ../sass/style.scss */
.cat-list li:hover i {
  margin-left: 5px;
}

/* line 4204, ../sass/style.scss */
.cat-list li a:hover {
  color: #e0130b;
}

/* line 4208, ../sass/style.scss */
.popular-post li {
  padding-bottom: 20px;
}

/* line 4212, ../sass/style.scss */
.popular-img {
  float: left;
  margin-right: 10px;
}

/* line 4217, ../sass/style.scss */
.popular-img a img {
  width: 60px;
  height: 60px;
}

/* line 4222, ../sass/style.scss */
.popular-desc {
  display: table;
}

/* line 4226, ../sass/style.scss */
.popular-desc h5 {
  font-size: 17px;
  margin-bottom: 6px;
}

/* line 4231, ../sass/style.scss */
.popular-desc h5 a {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

/* line 4237, ../sass/style.scss */
.popular-desc h5 a:hover {
  color: #e0130b;
}

/* line 4241, ../sass/style.scss */
.popular-desc h6 {
  color: #777;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
}

/* line 4248, ../sass/style.scss */
.tag-list a {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0px;
  margin-bottom: 3px;
  padding: 3px 6px;
  color: #777;
  font-size: 14px !important;
  background-color: #e5e5e5;
}

/* line 4259, ../sass/style.scss */
.tag-list a:hover {
  background-color: #e0130b;
  color: #fff;
}

/****************testimonials***********************/
/* line 4265, ../sass/style.scss */
.quote-text {
  background-color: #f6f6f6;
  border-left: none;
  color: rgba(85, 94, 106, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
  padding: 26px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #35bdf6;
  -moz-box-shadow: 0 3px 0 #35bdf6;
  -ms-box-shadow: 0 3px 0 #35bdf6;
  box-shadow: 0 3px 0 #35bdf6;
}

/* line 4284, ../sass/style.scss */
.quote-text:before {
  border: solid 14px transparent;
  z-index: 3;
  border-top-color: #f6f6f6;
  top: auto;
  right: auto;
  bottom: -28px;
  left: 30px;
}

/* line 4294, ../sass/style.scss */
.quote-text:after {
  border: solid 14px transparent;
  z-index: 2;
  border-width: 18px;
  border-top-color: #35bdf6;
  top: auto;
  right: auto;
  bottom: -36px;
  left: 26px;
}

/* line 4305, ../sass/style.scss */
.quote-text:before, .quote-text:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}

/* line 4313, ../sass/style.scss */
.quote-pic {
  float: left;
  margin-right: 12px;
  margin-left: 28px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}

/* line 4325, ../sass/style.scss */
.quote-author {
  display: inline-block;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

/* line 4331, ../sass/style.scss */
.quote-author strong {
  font-size: 14px;
  font-weight: 700;
  display: block;
}

/***********************sign in or sign up css****************/
/* line 4338, ../sass/style.scss */
.login-form {
  padding: 20px;
  background-color: #f5f5f8;
}

/* line 4343, ../sass/style.scss */
.login-form h3 span {
  color: #777;
  font-size: 15px;
}

/* line 4348, ../sass/style.scss */
.btn-fb-login {
  background-color: #3b5998;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 4357, ../sass/style.scss */
.login-form form a {
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 320px) {
  /* line 4363, ../sass/style.scss */
  .login-form form a {
    margin-top: 10px;
  }
}
/****clients***/
/* line 4368, ../sass/style.scss */
#clients-carousel {
  background-color: #424242;
  padding: 90px 0;
}

/* line 4373, ../sass/style.scss */
#clients-carousel.light {
  background-color: #222;
}

/* line 4377, ../sass/style.scss */
#clients-carousel.light h3.heading {
  color: #fff;
}

/* line 4381, ../sass/style.scss */
#clients-carousel .center-heading h2 {
  color: #fff;
}

/* line 4385, ../sass/style.scss */
#clients-carousel .item {
  text-align: center;
}

/* line 4389, ../sass/style.scss */
#clients-carousel p {
  color: #bbb;
}

/* line 4393, ../sass/style.scss */
#cta-1 {
  padding: 40px 0;
  background-color: #e0130b;
  text-align: center;
}

/* line 4399, ../sass/style.scss */
#cta-1 h1 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

/* line 4406, ../sass/style.scss */
#cta-2 {
  padding: 30px 0;
  background-color: #f2f2f2;
  text-align: center;
}

/* line 4412, ../sass/style.scss */
#cta-2 h1 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 400;
}

/*****accordions****/
/*** Accordion ***/
/* line 4420, ../sass/style.scss */
.panel-group {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

/* line 4427, ../sass/style.scss */
.panel-group .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* line 4434, ../sass/style.scss */
.panel-group .panel + .panel {
  margin-top: -2px;
}

/* line 4438, ../sass/style.scss */
.panel-group .panel-heading {
  padding: 0;
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* line 4447, ../sass/style.scss */
.panel-group .panel-body {
  font-size: 14px;
  background: #f9f9f9;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  font-family: "Open Sans", sans-serif;
}

/* line 4457, ../sass/style.scss */
.panel-group .panel-heading a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 10px;
  font-size: 15px;
  color: #505050;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 400;
}

/***acordions icon*****/
/* line 4470, ../sass/style.scss */
.panel-ico {
  position: relative;
}

/* line 4474, ../sass/style.scss */
.panel-ico:after {
  content: '\f067';
  color: #888;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 8px;
}

/* line 4484, ../sass/style.scss */
.panel-ico.active:after {
  content: '\f068';
  color: #e0130b;
}

/* line 4489, ../sass/style.scss */
.panel-ico.active a {
  color: #e0130b;
}

/**primary tabs***/
/* line 4494, ../sass/style.scss */
.panel-primary {
  border: 0px;
}

/* line 4497, ../sass/style.scss */
.panel-primary .panel-heading {
  background: #e0130b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4505, ../sass/style.scss */
.panel-primary .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}

/* line 4508, ../sass/style.scss */
.panel-primary .panel-ico.active a {
  color: #fff;
}

/* line 4511, ../sass/style.scss */
.panel-primary .panel-ico.active:after {
  color: #fff;
}

/* line 4514, ../sass/style.scss */
.panel-primary .panel-heading a {
  color: #eee;
}

/* line 4517, ../sass/style.scss */
.panel-primary .panel-ico:after {
  color: #eee;
}

/* line 4521, ../sass/style.scss */
.simple-collapse .panel-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

/* line 4529, ../sass/style.scss */
.simple-collapse.panel-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/****************elements******************/
/* line 4537, ../sass/style.scss */
.grid-wrap h4 {
  display: block;
  line-height: 35px;
  text-align: center;
  background-color: #f9f9fa;
  border: 1px solid #ddd;
}

/* line 4545, ../sass/style.scss */
.element-buttons a {
  margin-bottom: 10px;
  margin-right: 5px;
}

/*****************bootstrap tabs overrides*****************************/
/*tabs*/
/* line 4552, ../sass/style.scss */
.nav-tabs {
  border: 0px;
}

/* line 4556, ../sass/style.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0px;
  background-color: #e0130b;
  color: #fff;
}

/* line 4562, ../sass/style.scss */
.nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #f4f4f4;
  border: 0px;
}

/* line 4571, ../sass/style.scss */
.nav-tabs > li > a:hover {
  border: 0px;
}

/* line 4575, ../sass/style.scss */
.tabs .nav-tabs {
  border-bottom: none;
}

/* line 4579, ../sass/style.scss */
.tabs .nav-tabs li {
  margin-bottom: 0;
}

/* line 4583, ../sass/style.scss */
.tab-content {
  overflow: hidden;
  padding: 15px 0;
}

/*****vertical left tabs--*****/
/* line 4589, ../sass/style.scss */
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
}

/* line 4593, ../sass/style.scss */
.tabs-left .nav-tabs > li {
  float: none;
  margin-bottom: 2px;
}

/* line 4597, ../sass/style.scss */
.tabs-left .tab-content {
  padding: 0px;
}

/*****vertical right tabs--*****/
/* line 4602, ../sass/style.scss */
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
}

/* line 4606, ../sass/style.scss */
.tabs-right .nav-tabs > li {
  float: none;
  margin-bottom: 2px;
}

/* line 4610, ../sass/style.scss */
.tabs-right .tab-content {
  padding: 0px;
}

@media (max-width: 767px) {
  /* line 4615, ../sass/style.scss */
  .tabs .nav-tabs li {
    width: 100%;
    float: none;
    margin-bottom: 2px;
  }

  /* line 4621, ../sass/style.scss */
  .tabs .nav-tabs li a {
    margin-right: 0 !important;
  }

  /* line 4625, ../sass/style.scss */
  .tabs .nav-tabs li.active a {
    border-bottom: 2px solid #dcdcdc !important;
  }
}
@media (max-width: 568px) {
  /* line 4630, ../sass/style.scss */
  .tabs-right .nav-tabs {
    float: none;
    margin-left: 0;
  }

  /* line 4635, ../sass/style.scss */
  .tabs-left .nav-tabs {
    float: none;
    margin-left: 0;
  }
}
/* line 4640, ../sass/style.scss */
.tabs .nav-tabs li a {
  background: #f7f7f7;
  margin-right: 2px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 12px 20px;
  color: #6d6d6d;
  position: relative;
}

/* line 4655, ../sass/style.scss */
.tabs .nav-tabs li a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
}

/* line 4665, ../sass/style.scss */
.tabs .nav-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}

/* line 4675, ../sass/style.scss */
.tabs .nav-tabs li a:hover {
  border-color: #f7f7f7;
}

/* line 4679, ../sass/style.scss */
.tabs .nav-tabs > li > a .fa {
  margin-right: 4px;
}

/* line 4683, ../sass/style.scss */
.tabs .nav-tabs li.active a {
  color: #e0130b;
  border-left-color: #eee;
  border-right-color: #eee;
  background: #fff;
}

/* line 4690, ../sass/style.scss */
.tabs .nav-tabs li.active a:after {
  background: #e0130b;
}

/* line 4694, ../sass/style.scss */
.tabs .nav-tabs li.active a:before {
  background: #fff;
}

/* line 4698, ../sass/style.scss */
.tabs .nav-tabs li.active a:hover {
  border-bottom-color: #fff;
}

/* line 4702, ../sass/style.scss */
.tabs .tab-content {
  padding: 15px;
  background: #fff;
}

/* line 4707, ../sass/style.scss */
.tab-content p {
  overflow: hidden;
}

/* line 4712, ../sass/style.scss */
.tabs .tab-content:before,
.tabs .tab-content:after {
  content: " ";
  display: table;
}

/* line 4717, ../sass/style.scss */
.tabs .tab-content:after {
  clear: both;
}

/* line 4721, ../sass/style.scss */
.tabs .tab-content p:last-child {
  margin-bottom: 0;
}

/* line 4725, ../sass/style.scss */
.form-element .form-control {
  height: 31px;
}

/***************************video home********************/
/*****************home ********
******************************/
/* line 4732, ../sass/style.scss */
#video-wrap {
  display: table;
  width: 100%;
  height: 580px;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
}

/* line 4742, ../sass/style.scss */
.fallback-image {
  background-image: url(../img/showcase-5.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.parallax-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44,62,80,0.3);
    z-index: 2;
}*/
/* line 4761, ../sass/style.scss */
.video-wrap-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
}

/* line 4768, ../sass/style.scss */
.video-wrap-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 50px;
}

/* line 4776, ../sass/style.scss */
.video-wrap-content p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 25px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 433px) {
  /* line 4787, ../sass/style.scss */
  #video-wrap {
    background-color: #444;
    display: table;
    width: 100%;
    height: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
  }

  /* line 4799, ../sass/style.scss */
  .video-wrap-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
  }

  /* line 4807, ../sass/style.scss */
  .video-wrap-content p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
/* line 4814, ../sass/style.scss */
.popover-test button {
  margin: 5px;
}

/****************************************************************

Version v1.1 css*

****************************************************************/
/* line 4823, ../sass/style.scss */
.latest-tweets .tweet li {
  font-weight: 400;
}

/* line 4827, ../sass/style.scss */
.latest-tweets .tweet li a {
  color: #e0130b;
}

/**********************sidenav*********************/
/* line 4832, ../sass/style.scss */
.side-nav li {
  border-bottom: 1px solid #e9e9e9;
}

/* line 4836, ../sass/style.scss */
.side-nav li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  position: relative;
}

/* line 4843, ../sass/style.scss */
.side-nav li a.active {
  color: #e0130b;
}

/* line 4847, ../sass/style.scss */
.side-nav li a i {
  margin-right: 10px;
}

/*************pagination***********/
/* line 4852, ../sass/style.scss */
.gallery-bottom .pagination {
  margin-top: 0px;
}

/* line 4856, ../sass/style.scss */
.pagination > li > a, .pagination > li > span {
  background-color: #ccc;
  padding: 3px 9px;
  color: #fff;
  border: 0px;
}

/* line 4863, ../sass/style.scss */
.pagination > li > a {
  margin-right: 5px;
}

/* line 4867, ../sass/style.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #e0130b;
}

/* line 4871, ../sass/style.scss */
.jobs-row h4.panel-title {
  font-weight: 400;
  text-align: left;
}

/* line 4876, ../sass/style.scss */
.jobs-row h4.panel-title a {
  font-size: 15px;
}

/* line 4880, ../sass/style.scss */
.jobs-row h4.panel-title em {
  font-weight: 400;
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 0px;
}

/*****************search results*******************/
/* line 4889, ../sass/style.scss */
.search-area {
  padding: 20px 0;
  background-color: #f5f5f5;
}

/* line 4894, ../sass/style.scss */
.search-area .form-control {
  height: 38px;
}

/* line 4898, ../sass/style.scss */
.search-area .btn-lg {
  padding: 10px 17px 10px 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

/* line 4906, ../sass/style.scss */
span.results-number {
  display: block;
  color: #999;
  margin-bottom: 10px;
}

/* line 4912, ../sass/style.scss */
.results-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

/* line 4918, ../sass/style.scss */
.results-box h3 a {
  color: #e0130b;
}

/* line 4922, ../sass/style.scss */
.results-box h3 a:hover {
  text-decoration: underline;
}

/* line 4926, ../sass/style.scss */
.results-box .btn {
  top: -1px;
  padding: 0;
  position: relative;
  color: #999;
  border: none;
  font-size: 14px;
}

/* line 4935, ../sass/style.scss */
.results-box .btn:hover, .results-box .btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* line 4942, ../sass/style.scss */
.link-ul {
  padding: 0;
  margin-bottom: 0px;
}

/* line 4947, ../sass/style.scss */
.link-ul li a, .link-ul li a.btn-link {
  color: #999;
  font-size: 14px;
  margin-right: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
}

/* line 4958, ../sass/style.scss */
.link-ul li {
  font-size: 12px;
}

/* line 4962, ../sass/style.scss */
.link-ul li a:hover {
  color: #e0130b;
  text-decoration: underline;
}

/* line 4967, ../sass/style.scss */
.results-box p {
  margin: 10px 0;
  color: #666;
  font-weight: 400;
}

/* line 4973, ../sass/style.scss */
.results-sidebar-box ul li a {
  color: #999;
}

/* line 4977, ../sass/style.scss */
.results-sidebar-box ul li a:hover {
  text-decoration: underline;
  color: #e0130b;
}

/* line 4982, ../sass/style.scss */
.results-sidebar-box h4 {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 4990, ../sass/style.scss */
.view-all {
  color: #999;
  font-size: 12px;
  display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Process
/*-----------------------------------------------------------------------------------*/
/* line 4999, ../sass/style.scss */
.process h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
}

/* line 5006, ../sass/style.scss */
.process-step {
  margin: 0 auto;
  width: 700px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  position: relative;
}

/* line 5015, ../sass/style.scss */
.process-border {
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #dadada;
  height: 100%;
}

/* line 5023, ../sass/style.scss */
.step {
  width: 700px;
  float: right;
  text-align: left;
  margin: 0 0 10px;
  padding: 10px 0 0 405px;
  position: relative;
}

/* line 5032, ../sass/style.scss */
.step.even {
  float: left;
  text-align: right;
  padding: 10px 405px 0 0;
}

/* line 5038, ../sass/style.scss */
.step h5 {
  color: #3f8dbf;
}

/* line 5042, ../sass/style.scss */
.step .icon-square {
  position: relative;
  margin-left: 10px;
}

/* line 5047, ../sass/style.scss */
.step.even .icon-square {
  margin-right: 10px;
}

/* line 5051, ../sass/style.scss */
.step .icon-square:before {
  content: "";
  display: block;
  width: 65px;
  border-bottom: 1px solid #dadada;
  position: absolute;
  top: 35px;
  left: -65px;
}

/* line 5061, ../sass/style.scss */
.step.even .icon-square:before {
  left: auto;
  right: -65px;
}

/* line 5066, ../sass/style.scss */
.icon-square {
  display: inline-block;
}

/* line 5070, ../sass/style.scss */
.icon-square i {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #ddd;
  font-size: 40px;
  padding: 0;
  margin: 0 0 10px 0;
  display: table;
  width: 70px;
  height: 70px;
  border: 2px solid #ddd;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 5090, ../sass/style.scss */
.step:hover .icon-square i {
  background-color: #e0130b;
  color: #FFF;
}

/* line 5095, ../sass/style.scss */
.icon-square i:before {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 5101, ../sass/style.scss */
.step h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
}

@media (max-width: 767px) {
  /* line 5109, ../sass/style.scss */
  .process-step {
    width: 100%;
  }

  /* line 5113, ../sass/style.scss */
  .step {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
  }

  /* line 5122, ../sass/style.scss */
  .step.even {
    float: none;
    text-align: center;
    padding: 0;
  }

  /* line 5128, ../sass/style.scss */
  .step .icon-square:before {
    border: 0px;
  }

  /* line 5132, ../sass/style.scss */
  .process-border {
    border: 0;
  }
}
/*******************Process inline*****/
/* line 5137, ../sass/style.scss */
.process-inline {
  margin-top: 50px;
  padding-top: 80px;
  background-color: #eee;
}

/* line 5143, ../sass/style.scss */
.Process-col {
  padding: 80px 30px;
  text-align: center;
}

/* line 5148, ../sass/style.scss */
.Process-col.one {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 5152, ../sass/style.scss */
.Process-col.two {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 5156, ../sass/style.scss */
.Process-col.three {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 5160, ../sass/style.scss */
.Process-col.four {
  background-color: black;
}

/* line 5164, ../sass/style.scss */
.Process-col i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}

/* line 5178, ../sass/style.scss */
.Process-col h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 25px 0;
}

/**********************invoice page************************/
/* line 5186, ../sass/style.scss */
body.invoice {
  background-color: #ECEEF4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 992px) {
  /* line 5195, ../sass/style.scss */
  .container.invoice-outer {
    width: 970px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}
/* line 5203, ../sass/style.scss */
.invoice-outer {
  background-color: #fff;
  min-height: 400px;
  padding: 15px;
  line-height: 22px;
  border: 1px solid #ddd;
}

/* line 5211, ../sass/style.scss */
.invoice-header h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 26px;
}

@media (min-width: 768px) {
  /* line 5218, ../sass/style.scss */
  .invoice-header-right {
    text-align: right;
  }

  /* line 5222, ../sass/style.scss */
  .invoice-header-right h5 {
    margin-bottom: 0px;
  }

  /* line 5226, ../sass/style.scss */
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 60px;
  }
}
/* line 5232, ../sass/style.scss */
.invoice-header-right h5 {
  font-size: 17px;
}

/* line 5236, ../sass/style.scss */
.about-client ul strong {
  font-weight: 700;
  margin-right: 5px;
}

/* line 5241, ../sass/style.scss */
.invoice .panel-default > .panel-heading {
  border-color: #ddd !important;
}

/* line 5245, ../sass/style.scss */
.copyright-info {
  text-align: center;
  display: block;
  color: #999;
  font-size: 12px;
}

/****************login register calssic****************/
/* line 5253, ../sass/style.scss */
.login-regiter-tabs .nav-tabs {
  border: 0px;
}

/* line 5256, ../sass/style.scss */
.login-regiter-tabs .nav-tabs > li.active > a, .login-regiter-tabs .nav-tabs > li.active > a:hover, .login-regiter-tabs .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #fff;
  border-bottom-color: #e0130b;
  background-color: #e0130b;
  border-color: #e0130b;
}

/* line 5264, ../sass/style.scss */
.login-regiter-tabs .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
  border: 1px solid #ddd;
  padding: 6px 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-right: 20px;
}

@media (max-width: 568px) {
  /* line 5279, ../sass/style.scss */
  .login-regiter-tabs .nav-tabs > li > a {
    padding: 6px 25px;
  }
}
/* line 5283, ../sass/style.scss */
.login-regiter-tabs .nav-tabs > li > a:hover {
  border-color: #e0130b;
  background-color: transparent;
}

/* line 5287, ../sass/style.scss */
.login-regiter-tabs .tab-content {
  margin-top: 40px;
  padding: 20px 0;
}

/* line 5291, ../sass/style.scss */
.login-regiter-tabs .tab-content p a {
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: underline;
}

/************maintenance page***************/
/* line 5298, ../sass/style.scss */
.maintenance-page {
  background-color: #ddd;
}

/* line 5302, ../sass/style.scss */
.maintenance-page .main-text {
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
}

/* line 5308, ../sass/style.scss */
.maintenance-page .main-text span {
  font-size: 20px;
  font-weight: 400;
  display: block;
  font-style: normal;
  margin-top: 30px;
}

/* line 5316, ../sass/style.scss */
.maintenance-box h4 {
  color: #000;
  font-weight: 400;
}

/* line 5321, ../sass/style.scss */
.maintenance-box i {
  font-size: 40px;
  margin-bottom: 20px;
}

/****dropdown login***/
/* line 5327, ../sass/style.scss */
.dropdown-login-box {
  overflow: hidden;
  padding: 15px !important;
  min-width: 300px !important;
  background-color: #fff !important;
}

/* line 5334, ../sass/style.scss */
.dropdown-login-box .btn {
  margin-top: 10px;
}

/* line 5338, ../sass/style.scss */
.dropdown-login-box h4 {
  margin: 5px 0 10px 0;
}

/* line 5342, ../sass/style.scss */
.dropdown-login-box h4 em {
  font-size: 12px;
  color: #e0130b;
  font-weight: 400;
}

/* line 5348, ../sass/style.scss */
.dropdown-login-box input[type=checkbox] {
  margin: 5px -20px 0;
  line-height: normal;
}

/* line 5353, ../sass/style.scss */
.dropdown-login-box p {
  margin: 0;
}

/* line 5357, ../sass/style.scss */
.dropdown-login-box p a {
  color: #e0130b;
}

/* line 5361, ../sass/style.scss */
.dropdown-login-box p a:hover {
  color: #e0130b;
  text-decoration: underline;
}

/************************************ version v1.2.1 css *****************/
/********************

VERSION V1.3 css start here

*************************************************/
/******************

MULTI LEVEL DROPDOWN CSS

*********************/
/* line 5377, ../sass/style.scss */
.dropdown-submenu {
  position: relative;
}

/* line 5381, ../sass/style.scss */
.dropdown-submenu > .dropdown-menu {
  top: -2px;
  left: 100%;
  right: -100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media (max-width: 767px) {
  /* line 5393, ../sass/style.scss */
  .dropdown-submenu > .dropdown-menu {
    padding-left: 20px;
  }
}
/* line 5397, ../sass/style.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 5401, ../sass/style.scss */
.dropdown-submenu > a:after {
  top: 18px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

/* line 5412, ../sass/style.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 5416, ../sass/style.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media (max-width: 767px) {
  /* line 5426, ../sass/style.scss */
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}
/*******************new contact pages************************/
/* line 5432, ../sass/style.scss */
.sky-form-columns .btn-lg {
  padding: 14px 28px 13px 28px !important;
}

/* line 5436, ../sass/style.scss */
.sky-form-columns .sky-form {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* line 5443, ../sass/style.scss */
.sky-form-columns .sky-form footer {
  border: 0px;
  background-color: transparent;
  padding: 0px;
}

/* line 5449, ../sass/style.scss */
.sky-form-columns .sky-form fieldset {
  padding: 0px;
}

/* line 5453, ../sass/style.scss */
.contact-option-circle {
  text-align: center;
  background-color: #f5f5f5;
  padding: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 5463, ../sass/style.scss */
.contact-option-circle i {
  font-size: 35px;
  color: #888;
  display: block;
  margin-bottom: 10px;
}

/* line 5470, ../sass/style.scss */
.sky-form-columns .sky-form fieldset + fieldset {
  border-top: 0px;
}

/*******************dark dropdown code here*****************/
/* line 5475, ../sass/style.scss */
.navbar .dropdown-menu.dark-dropdown {
  border: 1px solid #444;
}

/* line 5479, ../sass/style.scss */
.navbar .dropdown-menu.dark-dropdown li a {
  color: #bbb;
}

/* line 5483, ../sass/style.scss */
.navbar .dropdown-menu.dark-dropdown li a:hover {
  color: #e0130b;
  background-color: transparent;
}

/* line 5488, ../sass/style.scss */
.navbar .dropdown-menu.dark-dropdown, .navbar .dropdown-menu.dark-dropdown .yamm-content {
  background-color: #333;
}

/* line 5492, ../sass/style.scss */
.navbar .dropdown-menu.dark-dropdown li a {
  border-color: #444;
}

/* line 5496, ../sass/style.scss */
.navbar .dropdown-menu.dark-dropdown .yamm-content h3 {
  color: #fff;
}

/* line 5500, ../sass/style.scss */
.navbar .dropdown-menu.dark-dropdown .dropdown-submenu .dropdown-menu li a {
  border-color: #444 !important;
}

/**************intro text**************/
/* line 5505, ../sass/style.scss */
.intro-text-default {
  padding: 80px 0;
}

/* line 5509, ../sass/style.scss */
.intro-text-default h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 30px;
}

@media (max-width: 375px) {
  /* line 5517, ../sass/style.scss */
  .intro-text-default h4 {
    font-size: 28px;
    line-height: 40px;
  }
}
/* line 5522, ../sass/style.scss */
.intro-text-default p {
  font-size: 16px;
}

/* line 5526, ../sass/style.scss */
.intro-text-1 {
  background: #05101b;
  padding: 40px 0;
}

/* line 5531, ../sass/style.scss */
.intro-text-1 h4 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 5538, ../sass/style.scss */
.intro-text-1 h4 strong {
  color: #e0130b;
  font-weight: 700;
}

/* line 5543, ../sass/style.scss */
.intro-text-1 p {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

/* line 5549, ../sass/style.scss */
.intro-text-1 a {
  margin-top: 15px;
}

/* line 5553, ../sass/style.scss */
.intro-text-1.light {
  background-color: #f5f5f5;
}

/* line 5557, ../sass/style.scss */
.intro-text-1.light h4 {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 5563, ../sass/style.scss */
.intro-2nd h3 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
  font-size: 40px;
}

/* line 5570, ../sass/style.scss */
.intro-2nd p {
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
  color: #777;
  margin: 30px 0;
}

/* line 5578, ../sass/style.scss */
.testimonials-light {
  padding: 80px 0;
  background-color: #f8f8f8;
}

/* line 5583, ../sass/style.scss */
.testimonials-light h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-style: normal;
}

/*******************portfolio with new hover style********************/
/* line 5591, ../sass/style.scss */
.featured-work {
  background-color: #f5f5f5;
  padding-top: 60px;
  position: relative;
}

/* line 5597, ../sass/style.scss */
.featured-work .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 0px;
}

/* line 5605, ../sass/style.scss */
.featured-work .owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #e0130b;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 5621, ../sass/style.scss */
.work-wrap {
  position: relative;
  display: block;
}

/* line 5626, ../sass/style.scss */
.work-wrap .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
  display: block;
}

/* line 5643, ../sass/style.scss */
.work-wrap .img-overlay .inner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  margin-top: -51px;
}

/* line 5651, ../sass/style.scss */
.work-wrap .img-overlay .inner-overlay h2 {
  color: #434343;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 18px;
  color: #e0130b;
  margin-bottom: 6px;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  -ms-transform: translate3d(0, -400%, 0);
  -webkit-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}

/* line 5669, ../sass/style.scss */
.work-wrap .img-overlay .inner-overlay p {
  color: #333;
  margin-bottom: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  -ms-transform: translate3d(0, -400%, 0);
  -webkit-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}

/* line 5683, ../sass/style.scss */
.work-wrap .img-overlay .inner-overlay a.link {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 5690, ../sass/style.scss */
.work-wrap .img-overlay .inner-overlay a.zoom {
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* line 5697, ../sass/style.scss */
.work-wrap .img-overlay .inner-overlay a {
  display: inline-block;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e0130b;
  text-align: center;
  margin: 0 5px;
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  -ms-transform: translate3d(0, 400%, 0);
  -webkit-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}

/* line 5720, ../sass/style.scss */
.work-wrap .img-overlay .inner-overlay a i {
  font-size: 14px;
  color: #e0130b;
  line-height: 40px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 5730, ../sass/style.scss */
.work-wrap:hover .img-overlay {
  opacity: 1;
}

/* line 5734, ../sass/style.scss */
.work-wrap:hover .img-overlay .inner-overlay h2 {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5742, ../sass/style.scss */
.work-wrap:hover .img-overlay .inner-overlay p {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5750, ../sass/style.scss */
.work-wrap:hover .img-overlay .inner-overlay a {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5758, ../sass/style.scss */
.fun-fact-wrap-light {
  background-color: #eee;
  padding-top: 100px;
  padding-bottom: 70px;
}

/* line 5764, ../sass/style.scss */
.fun-fact-wrap-light .facts-in h3 .counter {
  color: #000;
}

/* line 5768, ../sass/style.scss */
.fun-fact-wrap-light .facts-in h4 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  font-style: normal;
}

/* line 5776, ../sass/style.scss */
.fun-facts-bg {
  background: #e0130b;
}

/***theme features box***/
/* line 5781, ../sass/style.scss */
.assan-box {
  margin-bottom: 30px;
}

/* line 5785, ../sass/style.scss */
.assan-box img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 5791, ../sass/style.scss */
.assan-box h4 {
  padding: 0px 15px;
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
  margin: 0px;
  line-height: 55px;
}

/* line 5800, ../sass/style.scss */
.assan-box p {
  padding: 0px 20px;
}

/************************home events**********************/
/* line 5805, ../sass/style.scss */
.events-bg {
  background: url(../img/showcase-1.jpg);
  padding: 150px 0;
}

/* line 5810, ../sass/style.scss */
.events-bg h2 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}

/* line 5818, ../sass/style.scss */
.events-bg h4 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}

/* line 5824, ../sass/style.scss */
.event-digit-box h1 {
  font-weight: 400;
  color: #777;
  margin-bottom: 25px;
}

/* line 5830, ../sass/style.scss */
.event-digit-box h4 {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 5837, ../sass/style.scss */
.event-speakers {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}

/***schedule**/
/* line 5844, ../sass/style.scss */
.event-box {
  padding: 15px;
  background-color: #fff;
  border: 2px solid #f5f5f5;
  margin-bottom: 15px;
}

/* line 5851, ../sass/style.scss */
.event-box .author {
  color: #000;
  font-weight: 700;
  display: block;
}

/* line 5857, ../sass/style.scss */
.event-box .title {
  margin: 15px 0;
}

/* line 5861, ../sass/style.scss */
.event-box .time {
  padding: 6px 12px;
  display: inline-block;
  color: #fff;
  background-color: #e0130b;
}

/* line 5868, ../sass/style.scss */
.event-box p {
  font-size: 14px;
}

/* line 5872, ../sass/style.scss */
.event-gallery {
  padding: 80px 0;
  background-color: #eee;
}

/* line 5877, ../sass/style.scss */
.register-event {
  background: url(../img/showcase-4.jpg);
  padding: 100px 0;
}

/* line 5882, ../sass/style.scss */
.register-event .center-heading h2 {
  color: #fff;
}

/* line 5886, ../sass/style.scss */
.register-event .center-heading p {
  color: #fff;
}

/* line 5890, ../sass/style.scss */
.event-price-box {
  padding: 45px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

/* line 5896, ../sass/style.scss */
.event-price-box h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* line 5902, ../sass/style.scss */
.event-price-box h5 {
  font-size: 20px;
  margin: 0px;
  text-transform: capitalize;
}

/* line 5908, ../sass/style.scss */
.event-price-box h3, .event-price-box h5 {
  color: #fff;
}

/* line 5912, ../sass/style.scss */
.register-text-box {
  text-align: center;
}

/* line 5916, ../sass/style.scss */
.register-text-box h3 {
  color: #fff;
}

/************no space columns end******/
/* line 5921, ../sass/style.scss */
.col-one-fourth {
  width: 25%;
  float: left;
}

@media (max-width: 767px) {
  /* line 5927, ../sass/style.scss */
  .col-one-fourth {
    width: 50%;
  }
}
@media (max-width: 568px) {
  /* line 5932, ../sass/style.scss */
  .col-one-fourth {
    width: 100%;
  }
}
/****massonary****/
/* line 5937, ../sass/style.scss */
.mas-boxes-inner {
  padding: 0px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-bottom: 3px solid #f5f5f5;
  padding: 5px;
}

/* line 5945, ../sass/style.scss */
.mas-blog-inner {
  padding: 20px;
  background-color: #fff;
}

/* line 5950, ../sass/style.scss */
.mas-blog-inner h3 {
  text-transform: capitalize;
}

/* line 5954, ../sass/style.scss */
.mas-blog-inner .post-detail {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 5959, ../sass/style.scss */
.mas-blog-inner h3 {
  margin-bottom: 15px;
  font-weight: 400;
}

/*************NEW PORTFOLIO IN V1.4****************/
/* line 5965, ../sass/style.scss */
.filter {
  text-align: center;
  margin-bottom: 30px;
}

/* line 5970, ../sass/style.scss */
.filter li a.active {
  color: #e0130b;
  border-color: #e0130b;
}

/* line 5975, ../sass/style.scss */
.filter li a {
  display: inline-block;
  margin: 3px 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
  color: #e0130b;
  font-weight: 400;
  padding: 4px 12px;
  border: 2px solid #e0130b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

/* line 5991, ../sass/style.scss */
.filter li a:hover {
  border-color: #f5f5f5;
}

/* line 5996, ../sass/style.scss */
.col-2-space .project-post {
  width: 50%;
  padding: 15px;
}

/* line 6001, ../sass/style.scss */
.col-2-no-space .project-post {
  width: 50%;
  padding: 0;
  margin: 0;
}

/* line 6007, ../sass/style.scss */
.col-3-space .project-post {
  width: 33.33%;
  padding: 15px;
}

/* line 6012, ../sass/style.scss */
.col-3-no-space .project-post {
  width: 33.333%;
  padding: 0;
  margin: 0;
}

/* line 6018, ../sass/style.scss */
.col-4-space .project-post {
  width: 25%;
  padding: 15px;
}

/* line 6023, ../sass/style.scss */
.col-4-no-space .project-post {
  width: 25%;
  padding: 0;
  margin: 0;
}

/* line 6029, ../sass/style.scss */
.col-5-no-space .project-post {
  width: 20%;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 6036, ../sass/style.scss */
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 50%;
  }
}
@media (max-width: 568px) {
  /* line 6041, ../sass/style.scss */
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 100%;
  }
}
/***new icon overlay***/
/* line 6046, ../sass/style.scss */
.img-icon {
  position: relative;
  overflow: hidden;
}

/* line 6051, ../sass/style.scss */
.img-icon img {
  width: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 6059, ../sass/style.scss */
.img-icon-overlay {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 6073, ../sass/style.scss */
.img-icon-overlay p {
  position: absolute;
  width: 100%;
  margin-top: -20px;
  top: 50%;
  text-align: center;
}

/* line 6081, ../sass/style.scss */
.img-icon-overlay p a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.99);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  text-align: center;
  color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 6101, ../sass/style.scss */
.img-icon-overlay p a img {
  width: 20px;
  height: auto;
}

/* line 6106, ../sass/style.scss */
.img-icon-overlay p a:hover {
  color: #e0130b;
}

/* line 6110, ../sass/style.scss */
.img-icon:hover .img-icon-overlay {
  opacity: 1;
}

/* line 6114, ../sass/style.scss */
.img-icon:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/****construction page css***/
/* line 6123, ../sass/style.scss */
.construction-service-box {
  margin-bottom: 30px;
}

/* line 6127, ../sass/style.scss */
.service-thumb {
  position: relative;
}

/* line 6131, ../sass/style.scss */
.construction-service-box .services-desc h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

/* line 6139, ../sass/style.scss */
.construction-service-box .services-desc p {
  margin-bottom: 5px;
  line-height: 27px;
}

/* line 6144, ../sass/style.scss */
.constro-cta {
  background: url(../img/construction/constro-bg-2.jpg);
  padding: 80px 0;
  text-align: center;
}

/* line 6150, ../sass/style.scss */
.constro-cta p {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 20px;
}

/* line 6157, ../sass/style.scss */
.constro-cta h1 {
  color: #fff;
  text-transform: uppercase;
}

/* line 6162, ../sass/style.scss */
.constro-cta i {
  display: block;
  color: #fff;
  font-size: 50px;
}

/* line 6168, ../sass/style.scss */
.constro-cta a {
  margin-top: 40px;
}

/* line 6172, ../sass/style.scss */
.constro-cta a i {
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
}

/* line 6178, ../sass/style.scss */
.construction.testimonials-v-2 {
  background-color: #f5f5f5;
}

/****cube portfolio*******/
/* line 6183, ../sass/style.scss */
.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
}

/* line 6188, ../sass/style.scss */
.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #e0130b;
}

/* line 6192, ../sass/style.scss */
.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #e0130b;
}

/* line 6196, ../sass/style.scss */
.portfolio-cube .cbp-l-caption-buttonLeft, .portfolio-cube .cbp-l-caption-buttonRight {
  background-color: #e0130b;
}

/* line 6200, ../sass/style.scss */
.portfolio-cube .cbp-l-caption-buttonLeft:hover, .portfolio-cube .cbp-l-caption-buttonRight:hover {
  background-color: #e0130b;
}

/* line 6204, ../sass/style.scss */
.cube-masonry .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #FFFFFF;
  background-color: #e0130b;
  border-color: #e0130b;
  cursor: default;
}

/* line 6211, ../sass/style.scss */
.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter {
  background: #e0130b;
}

/* line 6215, ../sass/style.scss */
.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter:before {
  border-top-color: #e0130b;
}

/* line 6219, ../sass/style.scss */
.btn-sweet-alert {
  margin: 5px;
}

/* line 6223, ../sass/style.scss */
.portfolio-cube .cbp-l-grid-projects-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

/* line 6228, ../sass/style.scss */
.portfolio-cube .cbp-l-filters-button .cbp-filter-item {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

/* line 6233, ../sass/style.scss */
.portfolio-cube .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #e0130b;
  color: #fff;
  border-color: #e0130b;
  cursor: default;
}

/* line 6240, ../sass/style.scss */
.portfolio-cube {
  font-family: "Open Sans", sans-serif !important;
}

/* line 6244, ../sass/style.scss */
.cube-masonry .cbp-l-caption-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

/* line 6249, ../sass/style.scss */
.cube-masonry .cbp-l-caption-desc {
  font-family: "Open Sans", sans-serif;
}

/************pace style for page pre-loader********/
/* line 6254, ../sass/style.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 6262, ../sass/style.scss */
.pace-inactive {
  display: none;
}

/* line 6266, ../sass/style.scss */
.pace .pace-progress {
  background: #e0130b;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 6276, ../sass/style.scss */
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #e0130b, 0 0 5px #e0130b;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* line 6291, ../sass/style.scss */
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #e0130b;
  border-left-color: #e0130b;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  /* line 6311, ../sass/style.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 6315, ../sass/style.scss */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes pace-spinner {
  /* line 6321, ../sass/style.scss */
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 6325, ../sass/style.scss */
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes pace-spinner {
  /* line 6331, ../sass/style.scss */
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 6335, ../sass/style.scss */
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes pace-spinner {
  /* line 6341, ../sass/style.scss */
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 6345, ../sass/style.scss */
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  /* line 6351, ../sass/style.scss */
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 6355, ../sass/style.scss */
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
/* line 6366, ../sass/style.scss */
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  border: 1px solid #AAA;
}

/* line 6380, ../sass/style.scss */
.social-icon:hover {
  border-color: transparent;
}

/* line 6384, ../sass/style.scss */
.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative;
}

/* line 6393, ../sass/style.scss */
.social-icon i:last-child {
  color: #FFF !important;
}

/* line 6397, ../sass/style.scss */
.social-icon:hover i:first-child {
  margin-top: -40px;
}

/***social icons lg (big)***/
/* line 6402, ../sass/style.scss */
.social-icon-lg {
  margin: 0 5px 5px 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  border: 1px solid #AAA;
}

/* line 6416, ../sass/style.scss */
.social-icon-lg:hover {
  border-color: transparent;
}

/* line 6420, ../sass/style.scss */
.social-icon-lg i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  position: relative;
}

/* line 6429, ../sass/style.scss */
.social-icon-lg i:last-child {
  color: #FFF !important;
}

/* line 6433, ../sass/style.scss */
.social-icon-lg:hover i:first-child {
  margin-top: -60px;
}

/***social icons small***/
/* line 6438, ../sass/style.scss */
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  border: 1px solid #AAA;
}

/* line 6452, ../sass/style.scss */
.social-icon-sm:hover {
  border-color: transparent;
}

/* line 6456, ../sass/style.scss */
.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative;
}

/* line 6465, ../sass/style.scss */
.social-icon-sm i:last-child {
  color: #FFF !important;
}

/* line 6469, ../sass/style.scss */
.social-icon-sm:hover i:first-child {
  margin-top: -30px;
}

/* line 6473, ../sass/style.scss */
si-border {
  border: 1px solid #AAA !important;
}

/* line 6477, ../sass/style.scss */
.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 6484, ../sass/style.scss */
.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 6491, ../sass/style.scss */
.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 6498, ../sass/style.scss */
.si-gray {
  background: #f3f3f3;
  border: 0px;
}

/* line 6503, ../sass/style.scss */
.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important;
}

/**icons hover colored**/
/* line 6510, ../sass/style.scss */
.si-colored-facebook, .si-facebook:hover {
  background-color: #3B5998 !important;
}

/* line 6514, ../sass/style.scss */
.si-colored-twitter, .si-twitter:hover {
  background-color: #00ACEE !important;
}

/* line 6518, ../sass/style.scss */
.si-colored-google-plus, .si-g-plus:hover {
  background-color: #DD4B39 !important;
}

/* line 6522, ../sass/style.scss */
.si-colored-skype, .si-skype:hover {
  background-color: #00AFF0 !important;
}

/* line 6526, ../sass/style.scss */
.si-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important;
}

/* line 6530, ../sass/style.scss */
.si-pin:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

/* line 6534, ../sass/style.scss */
.si-rss:hover, .si-colored-rss {
  background-color: #EE802F !important;
}

/* line 6538, ../sass/style.scss */
.si-pinterest:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

/* line 6542, ../sass/style.scss */
.si-tumblr:hover, .si-colored-tumblr {
  background-color: #34526F !important;
}

/* line 6546, ../sass/style.scss */
.si-vimeo:hover, .si-colored-vimeo {
  background-color: #86C9EF !important;
}

/* line 6550, ../sass/style.scss */
.si-digg:hover, .si-colored-digg {
  background-color: #191919 !important;
}

/* line 6554, ../sass/style.scss */
.si-instagram:hover, .si-colored-instagram {
  background-color: #3F729B !important;
}

/* line 6558, ../sass/style.scss */
.si-flickr:hover, .si-colored-flickr {
  background-color: #FF0084 !important;
}

/* line 6562, ../sass/style.scss */
.si-paypal:hover, .si-colored-paypal {
  background-color: #00588B !important;
}

/* line 6566, ../sass/style.scss */
.si-yahoo:hover, .si-colored-yahoo {
  background-color: #720E9E !important;
}

/* line 6570, ../sass/style.scss */
.si-android:hover, .si-colored-andriod {
  background-color: #A4C639 !important;
}

/* line 6574, ../sass/style.scss */
.si-appstore:hover, .si-colored-apple {
  background-color: #000 !important;
}

/* line 6578, ../sass/style.scss */
.si-dropbox:hover {
  background-color: #3D9AE8 !important;
}

/* line 6582, ../sass/style.scss */
.si-dribbble:hover, .si-colored-dribbble {
  background-color: #EA4C89 !important;
}

/* line 6586, ../sass/style.scss */
.si-soundcloud:hover, .si-colored-soundcoloud {
  background-color: #F70 !important;
}

/* line 6590, ../sass/style.scss */
.si-xing:hover, .si-colored-xing {
  background-color: #126567 !important;
}

/* line 6594, ../sass/style.scss */
.si-phone:hover, .si-colored-phone {
  background-color: #444 !important;
}

/* line 6598, ../sass/style.scss */
.si-behance:hover, .si-colored-behance {
  background-color: #053eff !important;
}

/* line 6602, ../sass/style.scss */
.si-github:hover, .si-colored-github {
  background-color: #171515 !important;
}

/* line 6606, ../sass/style.scss */
.si-stumbleupon:hover, .si-colored-stumbleupon {
  background-color: #F74425 !important;
}

/* line 6610, ../sass/style.scss */
.si-email:hover, .si-colored-email {
  background-color: #6567A5 !important;
}

/* line 6614, ../sass/style.scss */
.si-wordpress:hover, .si-colored-wordpress {
  background-color: #1E8CBE !important;
}

/* line 6618, ../sass/style.scss */
.social-shortcodes .left-heading {
  font-size: 30px;
  text-transform: uppercase;
}

/* line 6623, ../sass/style.scss */
.grid-boxed {
  border: 1px solid transparent;
  padding: 20px;
}

/* line 6628, ../sass/style.scss */
.grid-boxed:hover {
  border: 1px dashed #999;
}

/**********************

UNDER CUNSTRUCTION PAGES v1.9

***********************/
/* line 6637, ../sass/style.scss */
.coming-soon {
  background: url(../img/bg-3.jpg);
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
}

/* line 6646, ../sass/style.scss */
.coming-soon .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 6655, ../sass/style.scss */
.coming-soon h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 55px;
}

/* line 6664, ../sass/style.scss */
.counts {
  width: 120px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 6672, ../sass/style.scss */
.counts span {
  color: #fff;
  font-size: 50px;
  display: block;
  margin-bottom: 20px;
}

/* line 6678, ../sass/style.scss */
.counts p {
  text-transform: uppercase;
  color: #fff;
}

/* line 6683, ../sass/style.scss */
.count-down-1 {
  position: relative;
}

/* line 6686, ../sass/style.scss */
.count-down-1 .counts {
  width: 120px;
  text-align: center;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 12px;
  position: relative;
}

/* line 6694, ../sass/style.scss */
.count-down-1 span {
  color: #fff;
  text-shadow: 1px 2px rgba(255, 255, 255, 0.1);
  display: block;
  font-size: 50px;
  margin-bottom: 30px;
}

/* line 6701, ../sass/style.scss */
.count-down-1 p {
  margin-bottom: 0px;
  color: #eee;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

/* line 6709, ../sass/style.scss */
.soon-inner h3 {
  color: #000;
  text-transform: uppercase;
}

/* line 6713, ../sass/style.scss */
.soon-inner .form-control {
  height: 48px;
  font-size: 15px;
}

/* line 6717, ../sass/style.scss */
.soon-inner .form-control.error {
  border-color: red;
  color: red;
}

/* line 6721, ../sass/style.scss */
.soon-inner .form-control.success {
  border-color: green;
  color: green;
}

/****coming soon fullscreen***/
/* line 6727, ../sass/style.scss */
body.coming-soon-full {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* line 6734, ../sass/style.scss */
.coming-soon-fullscreen {
  width: 100%;
  background: url(../img/bg-4.jpg);
  background-attachment: fixed;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  display: table;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

/* line 6747, ../sass/style.scss */
.coming-soon-fullscreen .v-middle {
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 6755, ../sass/style.scss */
.coming-soon-fullscreen .v-middle h1 {
  font-size: 40px;
  text-transform: uppercase;
}

/* line 6760, ../sass/style.scss */
.pe-icon-box {
  font-size: 50px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}

/* line 6776, ../sass/style.scss */
.buttons {
  margin-bottom: 60px;
}

/* line 6779, ../sass/style.scss */
.buttons a {
  margin: 5px;
}

/* line 6782, ../sass/style.scss */
.buttons h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/**features list at home default**/
/* line 6790, ../sass/style.scss */
.more-features {
  padding: 60px 0;
  background-color: #333;
  color: #fff;
}

/* line 6795, ../sass/style.scss */
.more-features li {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 6801, ../sass/style.scss */
.more-features li i {
  margin-right: 12px;
  vertical-align: middle;
}

/* line 6806, ../sass/style.scss */
.font-box .font_awesome a {
  padding: 10px 0;
  color: #a6a8a9;
  display: block;
}

/* line 6811, ../sass/style.scss */
.font-box .font_awesome a i {
  font-size: 25px;
  display: block;
  color: #676a6c;
}

/* line 6816, ../sass/style.scss */
.font-box h3 {
  margin-bottom: 20px;
  font-weight: 600;
}

/* line 6820, ../sass/style.scss */
.font-box > div {
  padding-bottom: 50px;
}

.form-control {
    height: auto;
}

input[type="checkbox"], input[type="radio"] {
    margin-top: 6px;
}

.img-center {
    margin: 0 auto;
}

p > a {
    font-weight: bold;
}

h5.text-size-medium {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.2em;
}

.list-view .pager {
    text-align: center;
}
.select-calculator {
    height: 35px;
    border: 2px solid #e5e5e5;
    color: #A9A9A9;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
}
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #e0130b;
}
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
  border-color: #D47D79;
}
.cell {
  display: table-cell;
  padding: 10px 5px;
  float: right;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
div.cell > a:focus {
  color: inherit;
}
div.cell > .active {
  color: #e0130b !important;
}
div.cell > i.fa {
  color: #FFD658 ;
}
.read_reviews {
  color: #e0130b;
}
.read_reviews:hover {
  color: #333;
}
.copy-protected {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.mfp-inline-holder .mfp-content {
  width: 400px;
}
.white-popup {
    background: #FFF;
    padding: 30px;
}

.white-popup b {
    font-weight: 700;
}
#asterisk-popup h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#asterisk-popup form {
  text-align: center;
}
#asterisk-popup form .errorMessage {
  color: #E0130B;
}

#makeOrder {
    background-color: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
}

.errorMessage {
    color: red;
}