/*
Project     : Opentech - Multipurpose Domain, Hosting and Template
Version     : 1.0
Author      : Theme
*/
#acc_mods {
  display: grid;
  column-gap: 5rem;
  row-gap: 2rem;
  place-items: center;
  place-content: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
}

@-webkit-keyframes prelodaerStretch {

  0%,
  40%,
  to {
    -webkit-transform: translateY(-10px);
  }

  20% {
    -webkit-transform: translateY(-20px);
  }
}

@keyframes prelodaerStretch {

  0%,
  40%,
  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }

  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}

body {
  color: #696969;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  font-weight: 300;
  word-wrap: break-word;
  overflow-x: hidden;
}

.table:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0;
}

.nav>li>a>img,
img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  color: #fff;
  background-color: #f26a23;
}

::selection {
  color: #fff;
  background-color: #f26a23;
}

.del {
  text-decoration: line-through;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.iframe {
  z-index: 2;

}

.iframeIcon {
  font-size: 15rem;
  color: red;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%)
}

.page--header--section {
  background-image: url('../images/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width:600px) {
  .iframe {
    height: unset !important;
  }

  .iframeIcon {
    font-size: 7rem;
  }
}

#acc_mods li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0px;
  width: 100%;
}

.poin {
  padding-bottom: 15px;
}

.ltr {
  direction: ltr;
}

.list-footer {
  list-style-type: disc;
  padding: 0px;
}

a {
  color: #f26a23;
  -webkit-transition-property: color, border-color, background-color, box-shadow;
  transition-property: color, border-color, background-color, box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn-link.active,
.btn-link:focus,
.btn-link:hover,
a:focus,
a:hover {
  color: #f26a23;
}

.btn-link {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  -webkit-transition: color 0.3s, border-color 0.25s,
    background-color 0.25s ease-in-out;
  transition: color 0.3s, border-color 0.25s, background-color 0.25s ease-in-out;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.btn-link:link,
.btn-link:visited,
a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  outline: 0;
}

.nav li a:focus,
.nav li a:hover,
.nav li.open>a,
.nav li.open>a:focus,
.nav li.open>a:hover {
  /*  background-color: transparent*/
}

.nav li a,
.page--header-breadcrumb .breadcrumb li+li:before {
  color: inherit;
}

/*.header--nav-links li>a {
    border-right: 1px solid silver;
}*/

.header--nav-links li:nth-of-type(7) a {
  border-right: none;
}

.header--nav-links li a {
  margin: 5px;
}

.nav li a:focus {
  color: inherit;
}

.nav li a:hover,
.nav li.active>a,
.nav li.active>a:focus,
.nav li.active>a:hover,
.nav li.open>a,
.nav li.open>a:focus,
.nav li.open>a:hover {
  color: #f26a23;
}

.nav>li {
  float: left;
}

.nav>li>a {
  display: inline-block;
}

.btn {
  padding: 8px 25px;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  border-radius: 20px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}

.btn-lg {
  padding: 13px 35px;
  border-radius: 25px;
}

.wtasasvg {
  position: fixed;
  width: 15%;
  bottom: 10px;
  height: auto;
  border-radius: 15px;
  display: none;
  right: 10px;
  z-index: 999;
}

.btn-default,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled] .focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  color: #f26a23;
  background-color: transparent;
  border-color: #f26a23;
}

.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #fff;
  background-color: #f26a23;
  border-color: #f26a23;
}

.btn-primary,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #f26a23;
  border-color: #f26a23;
}

.bg--c-main .btn-primary,
.bg--c-main .btn-primary.disabled.focus,
.bg--c-main .btn-primary.disabled:focus,
.bg--c-main .btn-primary.disabled:hover,
.bg--c-main .btn-primary[disabled].focus,
.bg--c-main .btn-primary[disabled]:focus,
.bg--c-main .btn-primary[disabled]:hover {
  border-color: #fff;
}

.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.nav li a.btn-primary:focus,
.nav li a.btn-primary:hover,
.nav li.active>a.btn-primary,
.nav li.open>a.btn-primary,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #f26a23;
  background-color: #fff;
  border-color: #fff;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  height: 40px;
  padding: 7px 25px;
  border-radius: 0;
  box-shadow: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  outline: 0;
}

.form-control:focus {
  border-color: #f26a23;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  min-height: 100px;
  resize: vertical;
}

select.form-control {
  cursor: pointer;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.breadcrumb li:first-child {
  order: 2;
}

.breadcrumb li:nth-child(2) {
  order: 1;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: 0;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.float--none {
  float: none;
}

.ml--5 {
  margin-left: 5px;
}

.ml--8 {
  margin-left: 8px;
}

.ml--15 {
  margin-left: 15px;
}

.mr--5 {
  margin-right: 5px;
}

.mr--8 {
  margin-right: 8px;
}

.mr--15 {
  margin-right: 15px;
}

.pt--10 {
  padding-top: 10px;
}

.pt--20 {
  padding-top: 20px;
}

.pt--30 {
  padding-top: 30px;
}

.pt--40 {
  padding-top: 40px;
}

.pt--50 {
  padding-top: 50px;
}

.pt--60 {
  padding-top: 60px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--100 {
  padding-top: 100px;
}

.pt--130 {
  padding-top: 130px;
}

.pt--150 {
  padding-top: 150px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--100 {
  padding-bottom: 100px;
}

.pb--130 {
  padding-bottom: 130px;
}

.pb--150 {
  padding-bottom: 150px;
}

.p--80 {
  padding: 80px;
}

.p--10 {
  padding: 10px;
}

.m--0 {
  margin: 0px;
}

.icon:hover {
  color: #f69323;
  cursor: pointer;
}

.text-c--main {
  color: #f26a23;
}

.bg--img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg--overlay {
  position: relative;
  color: #eee;
  z-index: 0;
}

.bg--overlay:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: -1;
}

.bg--overlay-90:before {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.bg--c-main,
.bg--c-main--a:after,
.bg--c-main--b:before,
.cart--widget a:hover .icon .fa,
.pricing--slider .owl-nav>div:hover,
.pricing--table .table tr:hover {
  color: #fff;
  background-color: #f26a23;
}

.bg--c-lighterblue,
.bg--c-lighterblue--a:after,
.bg--c-lighterblue--b:before {
  background-color: #f8fbff;
}

.bg--c-darkgray,
.bg--c-darkgray--a:after,
.bg--c-darkgray--b:before {
  color: #eee;
  background-color: #393939;
}

.section--divider-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.section--divider-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.gutter--0 {
  margin-left: 0;
  margin-right: 0;
}

.gutter--0>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.gutter--10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter--10>[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.vc--parent {
  width: 100%;
  height: 100%;
  display: table;
}

.row--vb>div,
.row--vc>div,
.vc--child {
  display: table-cell;
  vertical-align: middle;
}

.vc--child-bottom {
  display: table-cell;
}

.row--vb>div,
.row--vc>div {
  float: none;
}

.row--vb>div,
.vc--child-bottom {
  vertical-align: bottom;
}

.section--title .h1 {
  margin-top: 4px;
  color: #393939;
  font-weight: 300;
}

.bg--overlay .section--title .h1,
.nav--widget .nav>li>a:hover>span.count {
  color: #fff;
}

.section--title p {
  margin-top: 7px;
  margin-bottom: 3px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.dropdown-menu {
  margin-top: 21px;
  padding: 15px 0;
  border-width: 0;
  border-radius: 0;
}

.dropdown-menu:before {
  content: " ";
  position: absolute;
  top: -10px;
  left: 35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px;
  border-color: transparent transparent #fff;
}

.dropdown-menu .dropdown-menu {
  top: -14px;
  left: 100%;
  margin-top: 0;
  margin-left: 21px;
  box-shadow: -3px 6px 12px rgba(0, 0, 0, 0.15);
}

.dropdown-menu .dropdown-menu:before {
  top: 27px;
  left: -12px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-menu>div>li+li {
  margin-top: -1px;
}

.dropdown-menu>div>li>a {
  position: relative;
  padding-top: 5px;
  padding-bottom: 6px;
  color: #393939;
  /*    border-style: solid;*/
  border-width: 1px 0;
  border-color: #e5e5e5;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-weight: 600;
  -webkit-transition-property: color, border-color, background-color, padding;
  transition-property: color, border-color, background-color, padding;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.dropdown-menu>div>li.active>a,
.dropdown-menu>div>li.active>a:focus,
.dropdown-menu>div>li.active>a:hover,
.dropdown-menu>div>li.open>a,
.dropdown-menu>div>li.open>a:focus,
.dropdown-menu>div>li.open>a:hover,
.dropdown-menu>div>li>a:focus,
.dropdown-menu>div>li>a:hover {
  padding-left: 30px;
  color: #fff !important;
  background-color: #f26a23;
  border-color: #f26a23;
}

.dropdown-menu .dropdown-toggle:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  font-family: "FontAwesome";
  font-size: 11px;
  line-height: 21px;
}

.ui-spinner {
  width: 70px;
  margin: 16px 0;
  background-color: transparent;
  overflow: visible;
}

.ui-spinner.ui-widget {
  border-width: 0;
}

.ui-spinner-input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  color: #f26a23;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  outline: 0;
}

.owl-nav>div,
.ui-spinner .ui-spinner-input {
  font-size: 16px;
  line-height: 26px;
}

.ui-spinner-button {
  top: -16px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  cursor: pointer;
}

.ui-spinner-button:before {
  content: "\f106";
  display: block;
  color: #999;
  width: 30px;
  margin: 0 auto;
  background-color: #f8f8f8;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 16px;
}

.ui-spinner-down {
  top: auto;
  bottom: -16px;
}

.ui-spinner-down:before {
  content: "\f107";
}

.owl-dots {
  position: absolute;
  left: 0;
  right: -4px;
  bottom: 30px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 10px 5px 0;
  background-color: #f26a23;
  border-radius: 50%;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.nav--widget .nav>li>a:hover>span.count:before,
.owl-dot.active,
.pricing--nav .nav>li.active>a:after,
.tab-nav--widget .nav>li.active>a:after,
.tab-nav--widget .nav>li>a:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-nav>div {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  margin-top: -20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  -webkit-transition-property: color, background, border-color, box-shadow;
  transition-property: color, background, border-color, box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 1;
}

.owl-nav>div:hover {
  color: #f26a23;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.owl-nav>div.owl-next {
  left: auto;
  right: 10px;
}

.pagination {
  margin: -15px 0 0;
  padding: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
}

.pagination>li {
  display: inline-block;
  margin: 15px 1px 0;
}

.pagination>li>a {
  float: none;
  display: block;
  min-width: 40px;
  padding: 0 2px;
  background-color: transparent;
  border-width: 0;
  color: #393939;
  font-size: 13px;
  line-height: 40px;
  border-radius: 50%;
}

.pagination>li.active>a,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover,
.pagination>li:not(.prev):not(.next)>a:active,
.pagination>li:not(.prev):not(.next)>a:active:focus,
.pagination>li>a:focus,
.pagination>li>a:hover {
  color: #f26a23;
  background-color: transparent;
}

.pagination>li>a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #f26a23;
  border-radius: 50%;
  background-color: #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: -1;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
  border-radius: 50%;
}

.pagination>li.next>a,
.pagination>li.prev>a {
  font-size: 16px;
}

.pagination>li.prev,
.portfolio-info--widget .table tr td .social>li {
  margin-right: 20px;
}

.pagination>li.next {
  margin-left: 20px;
}

.ltr {
  direction: ltr;
}

.header--cart-btn a:focus,
.header--cart-btn a:hover,
.pagination>li.next>a,
.pagination>li.next>a:active,
.pagination>li.next>a:active:focus,
.pagination>li.prev>a,
.pagination>li.prev>a:active,
.pagination>li.prev>a:active:focus,
.tagcloud a:focus,
.tagcloud a:hover {
  color: #fff;
}

.coming--soon-content .countdown ul:after,
.coming--soon-content .countdown ul:before,
.content--inner:after,
.content--inner:before {
  content: " ";
  display: table;
}

.coming--soon-content .countdown ul:after,
.content--inner:after {
  clear: both;
}

.content--inner table {
  width: 100%;
  color: #999;
}

.content--inner p+table {
  margin-top: 26px;
}

.content--inner table td,
.content--inner table th {
  padding: 8px 20px;
  border: 1px solid #eee;
  font-weight: 400;
}

.content--inner table th {
  color: #393939;
}

.content--inner figure {
  position: relative;
  padding: 20px 0 0 20px;
  z-index: 0;
}

.content--inner figure+p,
.content--inner p+figure {
  margin-top: 18px;
}

.content--inner figure:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 20px;
  border: 1px dotted #000;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  z-index: -1;
}

.content--inner blockquote {
  margin-bottom: 0;
  padding: 33px 0 36px;
  color: #393939;
  border-style: dotted;
  border-width: 1px 0;
  border-color: rgba(0, 0, 0, 0.15);
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}

.content--inner blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 10%;
  color: #eee;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 40px;
  z-index: -1;
}

.content--inner blockquote+p,
.content--inner p+blockquote {
  margin-top: 20px;
}

.content--inner blockquote p {
  max-width: 440px;
  margin: 0 auto;
}

.comment--list,
.content--inner blockquote {
  position: relative;
  z-index: 0;
}

.comment--respond+.comment--list {
  margin-top: 54px;
}

.post--items+.comment--list {
  margin-top: 20px;
  padding-top: 55px;
}

.post--items+.comment--list:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: -1;
}

.comment--list .title {
  margin-bottom: 13px;
}

.comment--list .title .h4 {
  margin-top: -1px;
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.comment--items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment--items .comment--items {
  margin-top: 10px;
  margin-left: 100px;
}

.comment--items li+li {
  margin-top: 10px;
}

.comment--item {
  padding: 30px 30px 30px 40px;
}

.comment--item .img {
  float: left;
  margin-right: 30px;
}

.comment--item .info {
  overflow: hidden;
}

.about--widget dl dd p+p,
.comment--item .info .header {
  margin-top: 5px;
}

.comment--item .info:before {
  bottom: 0;
  border: 1px solid #f26a23;
}

.comment--item .info--left {
  float: left;
}

.comment--item .header .name {
  margin-bottom: 0;
  color: #393939;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.comment--item .header .datetime {
  margin-top: -2px;
  margin-bottom: 0;
  color: #999;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
}

.comment--item .header .datetime span {
  margin-right: 10px;
}

.comment--item .info--rating,
.comment--item .info--reply {
  float: right;
}

.comment--item .info--rating .nav {
  margin: 0 -4px;
  color: #393939;
  font-size: 0;
  line-height: 0;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.comment--item .info--rating .nav>li {
  margin: 0 4px;
  font-size: 14px;
  line-height: 24px;
}

.comment--item .info--reply {
  color: #999;
}

.comment--item,
.comment--respond {
  position: relative;
  z-index: 0;
}

.comment--list+.comment--respond {
  margin-top: 37px;
}

.post--items+.comment--respond {
  margin-top: 20px;
  padding-top: 55px;
}

.comment--item .info:before,
.comment--respond .form--inner:before,
.post--items+.comment--respond:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: -1;
}

.post--items+.comment--respond:before {
  border-top: 1px solid #f26a23;
}

.comment--respond .title {
  margin-bottom: 30px;
}

.comment--respond .title .h4 {
  margin-top: -1px;
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.comment--respond .form--inner {
  position: relative;
  padding: 34px 60px 11px;
  z-index: 0;
}

.post--items+.comment--respond .form--inner {
  background-color: #f8f8f8;
}

.comment--respond .form--inner:before {
  bottom: 0;
  border: 1px solid #f26a23;
}

.post--items+.comment--respond .form--inner:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.comment--respond .rating {
  margin-top: 0;
  margin-bottom: 22px;
}

.comment--respond .rating label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  color: #393939;
  font-size: 14px;
  font-weight: 300;
  vertical-align: top;
}

.comment--respond .rating .br-wrapper {
  display: inline-block;
}

.comment--respond .rating .br-widget a {
  display: inline-block;
  margin-right: 9px;
}

.comment--respond .rating .br-widget a:last-child {
  margin-right: 0;
}

.comment--respond .rating .br-widget a:after {
  color: #999;
  font-size: 14px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.comment--respond .rating .br-widget a[data-rating-value="0"],
.feature--item .img img+img,
.feature--item:hover .img img,
.pricing--nav .nav>li.active>a>img,
.pricing--nav .nav>li>a:hover>img,
.pricing--nav .nav>li>a>img+img,
.service--item .icon img+img,
.service--item.style--2:hover .icon img,
.tab-nav--widget .nav>li.active>a .icon img,
.tab-nav--widget .nav>li>a .icon img+img,
.tab-nav--widget .nav>li>a:hover .icon img {
  display: none;
}

.cart--widget a:hover .info .h4,
.comment--respond .rating .br-widget a.br-selected:after,
.page--header-breadcrumb .breadcrumb li span {
  color: #f26a23;
}

.comment--respond .form-group {
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.comment--respond .form-group:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.comment--respond .form-control {
  background-color: transparent;
  border-width: 0;
}

.comment--respond textarea.form-control {
  min-height: 130px;
  background-color: #f8f8f8;
  border-color: transparent;
}

.post--items+.comment--respond .form-control {
  background-color: #fff;
  border-width: 1px;
  border-color: #eee;
}

.post--items+.comment--respond .form-control:focus {
  border-color: #f26a23;
}

.comment--respond .btn {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f26a23;
  z-index: 99999;
}

.preloader--spinners {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 90px;
  height: 30px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.feature--item:hover .img img+img,
.preloader--spinner,
.pricing--nav .nav>li.active>a>img+img,
.pricing--nav .nav>li>a:hover>img+img,
.tab-nav--widget .nav>li.active>a .icon img+img,
.tab-nav--widget .nav>li>a:hover .icon img+img {
  display: inline-block;
}

.preloader--spinner:after,
.preloader--spinner:before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: prelodaerStretch 0.95s infinite ease-in-out;
  animation: prelodaerStretch 0.95s infinite ease-in-out;
}

.preloader--spinner:after {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.preloader--spinner+.preloader--spinner:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.preloader--spinner+.preloader--spinner:after {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.widget+.widget {
  margin-top: 30px;
}

.sidebar .widget+.widget {
  margin-top: 60px;
}

.footer--widgets .widget+.widget {
  margin-top: 37px;
}

.widget--title {
  margin-top: 7px;
  margin-bottom: 22px;
  color: #eee;
  font-weight: 500;
}

.sidebar .widget--title {
  position: relative;
  margin-top: -7px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.nav--widget .nav>li>a:before,
.sidebar .widget--title:before {
  content: " ";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.sidebar .widget--title:before {
  bottom: 0;
  right: 0;
}

.product--img-gallery .owl-carousel a.current img,
.search--widget .form-control {
  border-color: #f26a23;
}

.search--widget .input-group-btn .btn {
  border-radius: 0;
}

.search--widget .input-group-btn .btn:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 0;
  border-color: #00122b transparent transparent;
}

.about--widget,
.nav--widget .nav>li>a>span {
  font-size: 14px;
  line-height: 24px;
}

.about--widget .logo {
  margin-bottom: 10px;
}

.about--widget address {
  margin-bottom: 31px;
}

.about--widget dl,
.about--widget dl dd p {
  margin-bottom: 0;
}

.about--widget dl+dl {
  margin-top: 24px;
}

.about--widget dl dt {
  margin-bottom: 12px;
  color: #eee;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.about--widget dl dt .fa {
  min-width: 14px;
  margin-right: 10px;
}

.about--widget dl dd span {
  color: #696969;
}

.links--widget .nav>li,
.nav--widget .nav>li,
.tab-nav--widget .nav>li {
  float: none;
}

.links--widget .nav>li+li {
  margin-top: 6px;
}

.links--widget .nav>li>a,
.portfolio-info--widget .table tr td .social>li>a,
.portfolio-info--widget .table tr td .tags>li>a,
.product--summery .info .rating .nav>li>a {
  padding: 0;
}

.nav--widget .nav {
  font-size: 0;
  line-height: 0;
  font-weight: 400;
}

.nav--widget .nav>li+li {
  margin-top: 10px;
}

.nav--widget .nav>li>a {
  display: block;
  padding: 8px 0;
}

.nav--widget .nav>li>a:before {
  top: 50%;
  right: 60px;
  z-index: -1;
}

.nav--widget .nav>li>a>span {
  display: inline-block;
}

.nav--widget .nav>li>a>span.text {
  padding-right: 20px;
  background-color: #fff;
}

.nav--widget .nav>li>a>span.count {
  position: absolute;
  top: 50%;
  right: 0;
  min-width: 40px;
  margin-top: -20px;
  color: #f26a23;
  border-radius: 50%;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  z-index: 0;
}

.nav--widget .nav>li>a>span.count:before,
.portfolio--related-widget:before,
.portfolio-info--widget:before,
.tab-nav--widget .nav>li>a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: -1;
}

.nav--widget .nav>li>a>span.count:before {
  background-color: #f26a23;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.newsletter--widget .desc {
  margin-bottom: 16px;
}

.newsletter--widget form .form-control {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

.newsletter--widget form .btn {
  margin-top: 15px;
  padding: 6px 20px 5px;
}

.tab-nav--widget .nav {
  color: #393939;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.tab-nav--widget .nav>li+li {
  margin-top: 1px;
}

.tab-nav--widget .nav>li>a {
  display: block;
  position: relative;
  margin-right: 27px;
  padding: 17px 20px;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition-property: margin, color, background-color;
  transition-property: margin, color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 0;
}

.tab-nav--widget .nav>li.active>a,
.tab-nav--widget .nav>li>a:hover {
  margin-left: 10px;
  margin-right: 17px;
  color: #fff !important;
  background-color: #f26a23;
}

.portfolio--related-widget:before,
.portfolio-info--widget:before,
.tab-nav--widget .nav>li>a:before {
  border: 1px solid #f26a23;
}

.tab-nav--widget .nav>li>a:after {
  content: " ";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px;
  border-color: transparent transparent transparent #f26a23;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.tab-nav--widget .nav>li>a .icon {
  display: inline-block;
  min-width: 28px;
  margin-right: 10px;
  text-align: center;
}

.cart--widget a,
.service--item.style--2:hover .icon img+img {
  display: block;
}

.cart--widget .icon {
  float: left;
  margin-right: 20px;
}

.cart--widget .icon .fa {
  display: block;
  min-width: 95px;
  padding: 15px 0;
  color: #f26a23;
  background-color: #f8f8f8;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.cart--widget .info {
  text-align: right;
  overflow: hidden;
}

.cart--widget .info .h4 {
  margin-top: 9px;
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.cart--widget .info .nav {
  margin: 11px -7.5px 0;
  color: #999;
  font-size: 0;
  line-height: 0;
}

.cart--widget .info .nav>li {
  float: none;
  display: inline-block;
  margin: 0 7.5px;
  font-size: 12px;
  line-height: 22px;
}

.portfolio-info--widget {
  position: relative;
  padding: 37px 30px;
  z-index: 0;
}

.portfolio-info--widget .table {
  color: #999;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.portfolio-info--widget .table tr td,
.portfolio-info--widget .table tr th {
  border-width: 0;
}

.portfolio-info--widget .table tr th {
  position: relative;
  padding: 0 10px 0 0;
  color: #393939;
  font-weight: 400;
  white-space: nowrap;
  z-index: 0;
}

.portfolio-info--widget .table tr th:after {
  content: ":";
  position: absolute;
  right: 0;
}

.portfolio-info--widget .table tr+tr td,
.portfolio-info--widget .table tr+tr th {
  padding-top: 17px;
}

.portfolio-info--widget .table tr td {
  padding: 0 0 0 10px;
}

.portfolio-info--widget .table tr td .tags {
  color: #696969;
}

.portfolio-info--widget .table tr td .tags>li:after {
  content: "|";
  margin: 0 10px;
}

.portfolio-info--widget .table tr td .tags>li:last-child:after {
  display: none;
}

.portfolio-info--widget .table tr td .social {
  color: #ccc;
}

.portfolio--related-widget {
  position: relative;
  padding: 35px 30px 31px;
  z-index: 0;
}

.portfolio--related-widget>.title {
  margin-bottom: 12px;
  color: #393939;
  font-size: 16px;
  line-height: 26px;
}

.portfolio--related-widget .portfolio--item .caption--text {
  left: 50px;
  right: 50px;
  bottom: 46px;
}

.portfolio--related-widget .portfolio--item .caption--text .h4 {
  font-size: 16px;
  line-height: 24px;
}

.recent-posts--widget .nav>li+li,
.tagcloud a {
  margin-top: 10px;
}

.recent-posts--widget .nav>li>.info {
  overflow: hidden;
}

.recent-posts--widget .nav>li>.info .title {
  margin-top: 13px;
  margin-bottom: 0;
  color: #393939;
  font-size: 14px;
  line-height: 24px;
}

.recent-posts--widget .nav>li>.info .date {
  margin-bottom: 0;
  color: #999;
  font-size: 12px;
  line-height: 22px;
}

.recent-posts--widget .nav>li>.info .title+.date {
  margin-top: 4px;
}

.tagcloud {
  margin-top: -10px;
  font-size: 0;
  line-height: 0;
}

.tagcloud a {
  display: inline-block;
  position: relative;
  padding: 4px 18px;
  margin-right: 10px;
  color: #393939;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  z-index: 0;
}

.tagcloud a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f26a23;
  border-radius: 20px;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.checkout--form .form-control:focus+span,
.tagcloud a:focus:before,
.tagcloud a:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.header--section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header--topbar {
  padding: 20px 0;
  color: #eee;
  font-weight: 400;
}

.header--topbar .social {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.header--topbar .social>li>a {
  padding: 3px 7.5px;
  font-size: 14px;
  line-height: 24px;
}

.header--topbar .links {
  margin-left: -15px;
  margin-right: -15px;
}

.header--topbar .links>li>a {
  padding: 3px 15px;
}

.header--topbar .links>li>a>.fa {
  font-size: 14px;
}

.header--topbar .links>li>.dropdown-menu {
  left: -22px;
}

.header--topbar .button {
  margin-left: 30px;
}

.header--topbar .button>li>a {
  padding: 3px 25px;
  text-transform: none;
}

.header--navbar {
  padding-top: 13px;
  margin-bottom: 0;
  color: #fff;
  border-width: 0;
  border-radius: 0;
  -webkit-transition-property: padding, background-color, box-shadow;
  transition-property: padding, background-color, box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.is-sticky .header--navbar {
  left: 0;
  right: 0;
  padding-bottom: 13px;
  background-color: #222;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.header--navbar:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1140px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.header--cart-btn a span:before,
.is-sticky .header--navbar:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header--navbar:after {
  clear: none;
}

.header--navbar .navbar-toggle {
  margin-right: 0;
  padding: 9px 15px;
  border-color: #fff;
  border-radius: 24px;
}

.header--navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header--navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.header--cart-btn {
  margin-left: 40px;
}

.desc>p {
  font-size: 15px;
}

.header--cart-btn a {
  padding: 9px 0;
  font-size: 12px;
  line-height: 30px;
}

.header--cart-btn a .fa {
  vertical-align: middle;
}

.header--cart-btn a span {
  display: inline-block;
  position: relative;
  min-width: 30px;
  margin-left: 10px;
  background-color: #f26a23;
  border-radius: 50%;
  text-align: center;
  z-index: 0;
}

.header--cart-btn a span:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.header--cart-btn a:hover span:before {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.header--navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.header--nav-links {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 5px;
  padding-bottom: 4px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.header--nav-links>li>a {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 13px;
  line-height: 21px;
}

.header--nav-links>.dropdown>.dropdown-menu {
  margin-top: 17px;
}

.header--nav-links>.dropdown>a:after {
  content: "\f107";
  margin-left: 5px;
  font-family: "FontAwesome";
}

.page--header-breadcrumb .breadcrumb {
  margin-top: 3px;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.page--header-title .h1 {
  margin-bottom: 3px;
  font-weight: 600;
}

.page--header-breadcrumb+.page--header-title {
  margin-top: 17px;
}

.page--content-inner .title .h1 {
  margin-bottom: 4px;
  color: #393939;
  font-weight: 300;
}

.page--content-inner .sub-title {
  position: relative;
  margin-bottom: 37px;
  padding-bottom: 19px;
  z-index: 0;
}

.page--content-inner .sub-title .h3 {
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
}

.page--content-inner .sub-title:before {
  content: " ";
  position: absolute;
  left: 1px;
  right: 0;
  bottom: 0;
  max-width: 150px;
  height: 2px;
  background-color: #f26a23;
}

.page--content-inner .desc+.desc {
  margin-top: 33px;
}

.page--content-inner .desc h4 {
  margin: 15px 0;
  color: #393939;
}

.banner--section {
  overflow: hidden;
}

.banner--item,
.banner--slider,
.banner--slider .owl-item,
.banner--slider .owl-stage,
.banner--slider .owl-stage-outer {
  height: 100%;
}

.service--item {
  position: relative;
  padding: 70px 20px;
  margin: 0px 8px 0px 8px;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  z-index: 0;
  height: 400px;
}

.service--item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.service--item.style--2 {
  padding: 80px 30px;
  border: 1px solid #f26a23;
  height: 450px;
}

.service--item.style--2:hover {
  color: #696969;
  background-color: transparent;
}

.service--item.style--2:hover:before {
  background-color: transparent;
  box-shadow: 0 5px 10px #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.services--slider .owl-item.active+.owl-item .service--item:before {
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}

.services--slider .owl-item.active+.owl-item+.owl-item .service--item:before {
  opacity: 0.08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
}

.services--slider .owl-item.active+.owl-item+.owl-item+.owl-item .service--item:before {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}

.service--item .icon {
  margin-bottom: 27px;
}

.service--item .icon img {
  width: auto;
  margin: 0 auto;
}

.service--item .desc {
  max-width: 280px;
  margin: 11px auto 0;
}

.service--item .action {
  margin-top: 26px;
}

.service--item .action .btn-primary {
  background-color: transparent;
  border-color: #fff;
}

.service--item .action .btn-primary:focus,
.service--item .action .btn-primary:hover {
  background-color: #fff;
}

.service--item.style--2:hover .action .btn-primary {
  color: #fff;
  background-color: #f26a23;
  border-color: #f26a23;
}

.pricing--nav .nav>li>a,
.services--content .img {
  position: relative;
  padding: 30px 30px 0;
  z-index: 0;
}

.services--content .desc+.img,
.services--content .img+.desc {
  margin-top: 23px;
}

.pricing--nav .nav>li>a:before,
.services--content .img:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  border: 1px solid #eee;
  z-index: -1;
}

.services--content .desc blockquote {
  margin-bottom: 0;
  padding-left: 40px;
  color: #999;
  border-color: #f26a23;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
}

.portfolio--details blockquote+p,
.portfolio--details p+blockquote,
.services--content .desc blockquote+p,
.services--content .desc p+blockquote {
  margin-top: 16px;
}

.services--content .desc ul {
  list-style: none;
}

.services--content .desc ul>li:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border: 1px solid #f26a23;
  border-radius: 50%;
}

.pricing--section .tab-pane {
  -webkit-transition: opacity 0.35s linear 0.45s;
  transition: opacity 0.35s linear 0.45s;
}

.pricing--nav {
  margin-top: -1px;
  color: #393939;
  font-family: "Raleway", sans-serif;
  font-size: 0;
  line-height: 0;
  font-weight: 300;
}

.pricing--nav .nav>li {
  float: none;
  display: inline-block;
  margin-top: 1px;
  vertical-align: top;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}

.pricing--nav .nav>li+li {
  margin-left: 1px;
}

.pricing--nav .nav>li.active,
.pricing--nav .nav>li:hover {
  padding-top: 10px;
}

.pricing--nav .nav>li>a {
  padding: 18px 30px;
}

.pricing--nav .nav>li.active>a,
.pricing--nav .nav>li>a:hover {
  color: #fff !important;
  background-color: #f26a23;
}

.pricing--nav .nav>li>a:before {
  bottom: 0;
  border: 1px solid #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.pricing--nav .nav>li>a:after {
  content: " ";
  position: absolute;
  left: 33px;
  bottom: -8px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 4px 7px;
  border-color: #f26a23 transparent transparent;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 4;
}

.pricing--nav .nav>li>a>span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
}

.pricing--slider .owl-nav {
  margin-top: 30px;
  text-align: center;
}

.pricing--slider .owl-nav>div {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 10px 5px 0;
  color: #f26a23;
  border-color: #f26a23;
  line-height: 38px;
}

.pricing--item,
.pricing--item .price {
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.pricing--item {
  position: relative;
  text-align: center;
  z-index: 0;
}

.pricing--item .title .h4,
.pricing--item:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.pricing--item:before {
  content: " ";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: -1;
  background-color: transparent;
  -webkit-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
}

.pricing--item.active,
.pricing--item:hover {
  color: #fff;
}

.pricing--item.active:before,
.pricing--item:hover:before {
  background-color: #f26a23;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.title--big .pricing--item:before {
  top: 85px;
}

.pricing--item .title .h4 {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 11px 5px;
  color: #fff;
  background-color: #f26a23;
  border-radius: 50%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: center;
  -webkit-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
}

.pricing--item.active .title .h4,
.pricing--item:hover .title .h4 {
  color: #f26a23;
  background-color: #fff;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
}

.title--big .pricing--item .title .h4 {
  width: 150px;
  height: 150px;
}

.pricing--item .price {
  margin-top: 13px;
  color: #393939;
  font-family: "Lato", sans-serif;
  font-size: 72px;
  line-height: 82px;
  font-weight: 300;
}

.pricing--item.active .price,
.pricing--item:hover .price,
.pricing--table .table tbody tr:hover th {
  color: #fff;
}

.pricing--item .price small {
  display: inline-block;
  margin-top: -15px;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}

.pricing--item .price+.features {
  margin-top: 21px;
}

.pricing--item .features .h4 {
  margin-top: -19px;
  padding-top: 23px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.pricing--heading .features .nav+.h4 {
  margin-top: -18px;
  padding-top: 0;
}

.pricing--heading .features .nav {
  padding: 41px 0;
}

.pricing--item .features .nav+.nav {
  margin-top: 58px;
}

.pricing--item .features .h4+.nav {
  padding-top: 17px;
}

.pricing--item .features .nav li {
  float: none;
  position: relative;
  z-index: 0;
}

.pricing--item .features .nav li+li {
  margin-top: 8px;
}

.pricing--item .features .nav li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #f26a23;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  z-index: -1;
}

.pricing--item .features .nav li:last-child:before {
  border-bottom-width: 1px;
}

.pricing--item .action {
  margin-top: 33px;
  padding-bottom: 40px;
}

.pricing--item .action .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.pricing--item.active .action .btn-default,
.pricing--item:hover .action .btn-default {
  color: #fff;
  border-color: #fff;
}

.pricing--item .action .btn-default:hover {
  color: #f26a23;
  background-color: #fff;
}

.pricing--table {
  position: relative;
  z-index: 0;
}

.portfolio--filter-menu .nav>li:before,
.pricing--table:before,
.product--details-nav .nav>li>a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: -1;
}

.pricing--table .table {
  font-family: "Raleway", sans-serif;
  word-break: break-all;
}

.pricing--table .table tr {
  color: #393939;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.pricing--table.text-center .table tr td,
.pricing--table.text-center .table tr th {
  text-align: center;
}

.pricing--table .table thead tr th {
  padding: 18px 15px 16px;
  color: #fff;
  background-color: #393939;
  border-width: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  white-space: nowrap;
  text-transform: uppercase;
  vertical-align: middle;
}

.pricing--table .table tbody tr td,
.pricing--table .table tbody tr th {
  position: relative;
  padding: 10px 15px 12px;
  border-width: 0;
  font-weight: 400;
  vertical-align: middle;
}

.pricing--table .table tbody tr th {
  color: #f26a23;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 18px;
  line-height: 28px;
}

.pricing--table .table tbody tr td {
  font-size: 14px;
  line-height: 24px;
}

.pricing--table .table tbody tr td:before,
.pricing--table .table tbody tr th:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #f26a23;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
}

.pricing--table .table tbody tr td .btn {
  border-color: #f26a23;
  white-space: nowrap;
}

.portfolio--filter-menu .nav>li:after,
.vps--pricing-feature .h5:before,
.vps--pricing-slider .ui-slider-handle span:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent;
}

.feature--item {
  padding: 60px 30px 50px;
  color: #393939;
  background-color: #fff;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.feature--item:hover {
  color: #fff;
  background-color: #f26a23;
}

.feature--item.style--2,
.feature--item.style--2:hover {
  padding: 0;
  color: #696969;
  background-color: transparent;
}

.feature--item .img {
  display: inline-block;
  width: 100px;
  margin-bottom: 24px;
  background-color: #f26a23;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.feature--item:hover .img {
  background-color: #fff;
}

.feature--item .icon {
  display: inline-block;
  position: relative;
  min-width: 50px;
  margin-bottom: 13px;
  color: #f26a23;
  border-radius: 50%;
  font-size: 18px;
  line-height: 50px;
  z-index: 0;
}

.feature--item .icon:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #f26a23;
  border-radius: 50%;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: -1;
}

.feature--item .title .h4 {
  font-size: 20px;
  line-height: 30px;
}

.feature--item.style--2 .title .h4 {
  color: #393939;
  text-transform: uppercase;
}

.feature--item .desc {
  margin-top: 8px;
  padding-bottom: 3px;
}

.portfolio--filter-menu .nav {
  font-size: 0;
  line-height: 0;
  font-weight: 300;
}

.portfolio--filter-menu .nav>li {
  color: #000 !important;
  font-weight: 500;
  float: none;
  display: inline-block;
  position: relative;
  margin-top: 1px;
  margin-right: 1px;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition-property: margin, color, background-color;
  transition-property: margin, color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  vertical-align: top;
  cursor: pointer;
  z-index: 0;
}

.portfolio--filter-menu .nav>li.active,
.portfolio--filter-menu .nav>li:hover {
  margin-top: 10px;
  color: #fff;
  background-color: #f26a23;
}

.portfolio--filter-menu .nav>li:after {
  bottom: -10px;
  border-width: 5px 7px;
  border-color: #f26a23 transparent transparent;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.portfolio--filter-menu .nav>li.active:after,
.portfolio--item:hover .caption,
.product--details-nav .nav>li.active>a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio--filter-menu .nav>li:last-child {
  margin-right: 0;
}

.portfolio--item .img,
.product--img {
  position: relative;
  z-index: 0;
  height: 230px;
  overflow: hidden;
}

.portfolio--item .img img {
  width: 100%;
}

.frnt-img {
  width: 360px;
  height: 260px;
}

.portfolio--item .caption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.portfolio--item .caption:before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-color: #f26a23;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  z-index: -1;
}

.portfolio--item .caption--text {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 56px;
}

.portfolio--item .caption--text .fa {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.portfolio--item .caption--text .h4 {
  line-height: 28px;
}

.portfolio--item .caption--text .cat {
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}

.portfolio--details {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.portfolio--details blockquote {
  margin-bottom: 0;
  color: #999;
  border-color: #f26a23;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
}

.product--img {
  border: 1px solid #eee;
}

.product--img .action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 1;
}

.product--item:hover .product--img .action {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product--img .action:before {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
}

.product--img .action--inner {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.product--img .action .buttons {
  margin-top: 25px;
  padding: 7px 0;
  color: #ccc;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
}

.product--img .action .buttons a {
  padding: 10px 12.5px;
  font-size: 16px;
  line-height: 26px;
}

.product--info {
  padding: 33px 15px 29px;
  background-color: #f8f8f8;
  text-align: center;
}

.product--info .name .h4 {
  color: #393939;
  font-weight: 600;
}

.product--info .price {
  margin-top: 9px;
  color: #393939;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.product--info .price .del {
  margin-left: 25px;
  color: #999;
}

.checkout--form .panel-collapse>p,
.product--info .rating {
  margin-top: 8px;
}

.product--info .rating .nav {
  font-size: 0;
  line-height: 0;
}

.product--info .rating .nav>li {
  float: none;
  display: inline-block;
  margin: 0 4px;
  color: #f26a23;
}

.checkout--info-form p,
.product--info .rating .nav>li>.fa {
  font-size: 14px;
  line-height: 24px;
}

.product--img-gallery .tab-content {
  margin-bottom: 10px;
}

.product--img-gallery .owl-carousel {
  padding: 0 40px;
}

.product--img-gallery .owl-carousel a {
  display: block;
  border: 1px solid transparent;
}

.product--img-gallery .owl-carousel a img {
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.product--img-gallery .owl-nav>div {
  left: 0;
  margin-bottom: 10px;
  color: #999;
  background-color: #fff;
  border-color: #eee;
  border-radius: 0;
  box-shadow: none;
}

.product--img-gallery .owl-nav>div.owl-next {
  left: auto;
  right: 0;
}

.product--img-gallery .owl-nav>div:hover {
  color: #fff;
  background-color: #f26a23;
  border-color: #f26a23;
}

.product--summery .title .h3 {
  margin-top: -4px;
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.product--summery .info {
  margin-top: 9px;
  font-size: 0;
  line-height: 0;
}

.product--summery .info .fa,
.product--summery .info a {
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
}

.product--summery .info .rating {
  display: inline-block;
  margin: 0 20px 0 -4px;
  padding-right: 16px;
  color: #f26a23;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.product--summery .info .rating .nav>li {
  margin: 0 4px;
}

.product--summery .info>.btn-link {
  margin-right: 20px;
  padding-right: 16px;
  border-right: 1px solid #ccc;
}

.product--summery .info>.btn-link:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right-width: 0;
}

.product--summery .desc {
  margin-top: 15px;
}

.product--summery .instock,
.product--summery .price {
  margin-top: 10px;
  margin-bottom: 0;
  color: #f26a23;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.product--summery .instock strong,
.product--summery .price strong {
  margin-right: 8px;
  color: #393939;
  font-weight: 400;
}

.product--summery .price .del {
  margin-left: 15px;
  color: #ccc;
}

.product--summery form {
  margin-top: 8px;
  font-size: 0;
  line-height: 0;
}

.product--summery .ui-spinner {
  margin-top: 35px;
  margin-right: 20px;
}

.product--summery .buttons {
  display: inline-block;
  color: #ccc;
  vertical-align: middle;
}

.product--summery .buttons .btn {
  margin-top: 15px;
  margin-right: 20px;
}

.product--summery .buttons .btn-link {
  margin-top: 15px;
  margin-right: 25px;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}

.product--summery .buttons .btn-link:last-child {
  margin-right: 0;
}

.product--details-nav .nav {
  margin-bottom: 39px;
  color: #393939;
  font-family: "Raleway", sans-serif;
  font-size: 0;
  line-height: 0;
}

.product--details-nav .nav>li {
  display: inline-block;
  vertical-align: top;
}

.product--details-nav .nav>li>a {
  display: block;
  position: relative;
  margin-right: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition-property: margin, color, border-color, background-color;
  transition-property: margin, color, border-color, background-color;
  z-index: 0;
}

.product--details-nav .nav>li.active>a,
.product--details-nav .nav>li>a:hover {
  margin-top: 10px;
  background-color: #f26a23;
}

.product--details-nav .nav>li.active>a,
.product--details-nav .nav>li.active>a:focus,
.product--details-nav .nav>li.active>a:hover,
.product--details-nav .nav>li>a:hover {
  color: #fff;
}

.product--details-nav .nav>li>a:after {
  content: " ";
  position: absolute;
  left: 20px;
  bottom: -10px;
  border-style: solid;
  border-width: 5px 7px;
  border-color: #f26a23 transparent transparent;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.related--products .title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 13px;
  z-index: 0;
}

.related--products .title:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: -1;
}

.team--member {
  position: relative;
  margin: 5px 0;
  padding: 60px 20px 54px;
  background-color: #fff;
  z-index: 0;
}

.checkout--form .panel-group:before,
.counter--item:before,
.team--member:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.team--member:before,
.testimonial--item .content:before {
  right: 0;
  border: 1px solid #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.team--member:before {
  -webkit-transition-property: border-color, box-shadow, opacity;
  transition-property: border-color, box-shadow, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.team--member:hover:before {
  border-color: transparent;
  box-shadow: 0 0 20px #f26a23;
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}

.team--member .img {
  margin-bottom: 27px;
}

.team--member .img img {
  max-width: 200px;
  margin: 0 auto;
}

.team--member .name .h4 {
  color: #393939;
  font-family: "Open Sans", sans-serif;
}

.team--member .role {
  margin-top: 8px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.team--member .social {
  margin: 4px -15px 0;
  color: #999;
  font-size: 0;
  line-height: 0;
}

.team--member .social .nav>li {
  float: none;
  display: inline-block;
}

.team--member .social .nav>li>a {
  padding: 10px 15px 0;
  font-size: 18px;
  line-height: 28px;
}

.team--members .owl-nav {
  margin-top: 25px;
  text-align: center;
}

.team--members .owl-nav>div {
  display: inline-block;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  margin: 10px 5px 0;
  color: #f26a23;
  background-color: transparent;
  border-color: #f26a23;
}

.team--members .owl-nav>div:hover {
  color: #fff;
  background-color: #f26a23;
  box-shadow: none;
}

.testimonial--slider .owl-dots {
  left: auto;
  bottom: 6px;
  background-color: #fff;
}

.testimonial--item .content {
  position: relative;
  padding: 0 80px 53px;
  z-index: 0;
}

.testimonial--item .content:before {
  content: " ";
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.testimonial--item .content:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 25px 0;
  border-color: transparent #696969 transparent transparent;
  z-index: -1;
}

.testimonial--item .img {
  display: inline-block;
  position: relative;
  margin-bottom: 53px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
}

.testimonial--item .img:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0 3px 10px #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: -1;
}

.testimonial--item .img img {
  border-radius: 50%;
}

.testimonial--item blockquote {
  margin: 0;
  padding: 0;
  border-width: 0;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-style: italic;
}

.testimonial--item blockquote:before {
  content: "\f10d";
  display: block;
  margin-bottom: 14px;
  color: #eee;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 40px;
}

.counter--item,
.testimonial--item .name {
  position: relative;
  color: #393939;
  z-index: 0;
}

.testimonial--item .name {
  margin-top: 48px;
  padding-bottom: 2px;
  font-family: "Raleway", sans-serif;
  font-size: 0;
  line-height: 0;
}

.testimonial--item .name:before {
  content: "-";
  margin-top: -2px;
  margin-right: 12px;
}

.testimonial--item .name p,
.testimonial--item .name:before {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}

.counter--item {
  padding: 53px 30px 34px 30px;
}

.counter--item:before {
  right: 35px;
  background-color: #fff;
}

.counter--item.style--2 {
  color: #fff;
  padding: 0;
  text-align: center;
}

.counter--item.style--2:before {
  display: none;
}

.counter--item .img {
  position: absolute;
  top: 20px;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #f26a23;
  border: 3px solid rgba(255, 255, 255, 0.15);
  line-height: 64px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  text-align: center;
}

.counter--item:hover .img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.counter--item.style--2 .icon {
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 46px;
}

.counter--item .title .h4 {
  max-width: 120px;
  font-weight: 600;
}

.counter--item.style--2 .title .h4 {
  max-width: none;
  font-weight: 400;
}

.counter--item .count {
  margin-top: 15px;
}

.counter--item.style--2 .count {
  margin-top: 11px;
  margin-bottom: 1px;
}

.counter--item .count .h1 {
  color: #f26a23;
  font-family: "Lato", sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
}

.counter--item.style--2 .count .h1 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
}

.faq--item,
.faq--items {
  margin-bottom: 0;
}

.faq--item {
  box-shadow: none;
}

.faq--items .faq--item {
  border-radius: 0;
}

.faq--items .faq--item+.faq--item {
  margin-top: 10px;
}

.faq--item .panel-heading {
  padding: 0;
  border-radius: 0;
}

.faq--item .panel-heading a {
  display: block;
  position: relative;
  padding: 13px 40px 13px 20px;
  color: #fff;
  background-color: #f26a23;
  font-size: 0;
  line-height: 0;
  z-index: 0;
}

.faq--item .panel-heading a.collapsed {
  color: #393939;
  background-color: #f8fbff;
}

.faq--item .panel-heading a:after,
.faq--item .panel-heading a:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}

.faq--item .panel-heading a.collapsed:after,
.faq--item .panel-heading a.collapsed:before {
  background-color: #393939;
}

.faq--item .panel-heading a.collapsed:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.faq--item .panel-heading a .fa {
  min-width: 18px;
  margin-right: 14px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.faq--item .panel-heading a span {
  font-size: 18px;
  line-height: 28px;
}

.faq--item .panel-body {
  padding: 24px 30px;
  color: #000;
  font-weight: 500;
}

.faq--item,
.faq--item .panel-heading+.panel-collapse>.panel-body {
  border-width: 0;
}

.cta--content .title {
  margin-top: 6px;
}

.cta--content .title .h3 {
  line-height: 34px;
}

.cta--content .action {
  margin-top: 25px;
}

.cta--content .note {
  margin-top: 16px;
  margin-bottom: 3px;
}

.cta--content .note small {
  font-size: 10px;
  line-height: 20px;
}

.post--inner:before,
.post--item:before {
  top: 0;
}

.post--item:before {
  -webkit-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}

.post--item:hover:before {
  box-shadow: 0 5px 10px #f26a23;
}

.post--items .post--item:before {
  display: none;
  top: -61px;
  border-top: 1px solid #f26a23;
  box-shadow: none !important;
}

.post--items .post--item+.post--item {
  margin-top: 121px;
}

.post--items .post--item+.post--item:before {
  display: block;
}

.post--img,
.post--inner,
.post--item {
  position: relative;
  z-index: 0;
}

.post--img {
  font-size: 0;
  line-height: 0;
}

.post--img .date,
.post--items .post--img .date a {
  padding: 8px 20px;
  color: #fff;
  background-color: #f26a23;
}

.post--img .date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 22px;
  z-index: 1;
}

.post--img .date .fa {
  font-size: 13px;
  line-height: 23px;
  vertical-align: middle;
}

.post--items .post--img .date {
  padding: 0;
  background-color: transparent;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.post--items .post--img .date a {
  display: inline-block;
  margin-right: 1px;
}

.post--inner {
  padding: 23px 20px 25px;
  background-color: #fff;
}

.post--items .post--inner {
  padding: 23px 0 0;
}

.post--inner:before {
  border: 1px solid #f26a23;
}

.post--items .post--inner:before {
  display: none;
}

.post--inner .meta {
  margin: -5px -7.5px 17px;
  color: #ccc;
  font-size: 12px;
  font-weight: 400;
}

.post--inner .meta>li {
  padding: 5px 7.5px 0;
}

.post--inner .meta>li>a {
  padding: 0;
}

.post--inner .meta>li>a>.fa {
  margin-right: 8px;
}

.post--single .post--inner .meta>li>a {
  color: #f26a23;
}

.post--inner .title .h4 {
  color: #393939;
  font-weight: 400;
}

.post--single .post--inner .title .h4 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 34px;
}

.post--inner .content {
  margin-top: 9px;
}

.post--inner .action {
  margin-top: 26px;
}

.post--inner .action .btn {
  padding: 6px 20px 5px;
  -webkit-transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow;
}

.post--inner .action .btn:focus,
.post--inner .action .btn:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.contact--info-item {
  text-align: center;
}

.contact--info-item .icon {
  max-width: 100px;
  margin: 0 auto 23px;
  color: #fff;
  background-color: #f26a23;
  border-radius: 50%;
  font-size: 25px;
  line-height: 100px;
  text-align: center;
}

.contact--info-item .title .h3 {
  color: #393939;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

.contact--info-item .info .h4 {
  color: #393939;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.contact--form {
  position: relative;
  padding: 74px 60px 80px;
  background-color: #fff;
  z-index: 1;
}

.contact--form:before {
  box-shadow: 0 0 20px #f26a23;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.contact--form .title {
  margin-bottom: 53px;
}

.contact--form .title .h1 {
  color: #393939;
  font-weight: 300;
}

.contact--form .title p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
}

.contact--form .alert {
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
}

.contact--form .form-group {
  margin-bottom: 20px;
}

.contact--form .form-control {
  height: 44px;
  background-color: #f8f8f8;
  border-color: transparent;
  border-width: 1px;
}

.contact--form .btn,
.contact--form .form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.client--brand {
  position: relative;
  height: 120px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #999;
  font-size: 0;
  line-height: 114px;
  text-align: center;
  z-index: 0;
}

.client--brand:before,
.contact--form:before,
.footer--copyright:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.client--brand:before {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}

.client--brand:hover:before {
  box-shadow: 0 0 10px #f26a23;
}

.footer--section {
  color: #ccc;
}

.footer--copyright {
  position: relative;
  background-color: rgba(55, 71, 84, 0.3);
  z-index: 0;
}

.footer--copyright:before {
  border-top: 1px solid #f26a23;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.footer--copyright .social {
  float: left;
  margin: 3px -7.5px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.footer--copyright .social>li>a {
  padding: 0 7.5px;
}

.copyright--text {
  float: right;
  margin: 3px 0 2px;
  font-weight: 400;
}

#backToTop {
  position: fixed;
  left: 5px;
  bottom: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 999;
}

body.isScrolling #backToTop {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

#backToTop a {
  padding: 12px 17px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

#backToTop {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*####################################################Validate-Contact###########################################*/

#msg_succ,
#msg_err {
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 999;
  font-size: 20px;
  line-height: 1.2px;
  color: #dedede;
  padding: 30px !important;
  text-align: center;
  /*    padding-left: 90px;
    margin-top: 15px;*/
  margin: 10px auto;
  font-weight: bold;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#msg_succ a,
#msg_err a {
  color: #333;
  text-decoration: underline;
}

#msg_err {
  background: #cf4f52 url("../images/err.png") 15px 50% no-repeat;
  border: 2px solid #85282a;
}

#msg_err.fixed,
#msg_succ.fixed {
  width: 300px;
  position: fixed;
  top: 0px;
  z-index: 100;
}

#msg_succ {
  background: #6da164 url("../images/succ.png") 15px 50% no-repeat;
  border: 2px solid #445f46;
}

.message {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0px auto;
  color: #fff;
  background-color: #2e3138;
  border: 1px #999 solid;
  text-align: center;
  font-size: 16px;
}

.valid {
  border: 2px solid red !important;
  border-radius: 10px;
}

/*###################################################################################################*/

/*----------------gallery--------------*/

.add_padding {
  padding-left: 19px;
  padding-right: 13px;
  overflow: hidden;
}

.fancybox_image {
  height: 301px;
  min-height: 301px;
  max-height: 301px;
}

.index_gallery_ul li {
  width: 350px !important;
  height: 256px !important;
}

.index_gallery_ul li .grid_4 {
  width: 345px !important;
}

/*----------------------------------------------------------------------------------------------------------------*/

.threecol .report-holder.first {
  padding: 0px 5px;
}

.threecol .report-holder {
  padding: 0px 0px 20px 0px;
}

.threecol {
  height: 265px;
}

.first {
  margin-left: 0;
  padding-bottom: 36px;
}

.threecol,
.twelvecol {
  position: relative;
  float: left;
  margin-left: -4%;
}

.threecol .imageholder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}

.threecol .imageholder::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.45);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.threecol img {
  max-width: 100%;
}

.cmModal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999990;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cmModalOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(189, 189, 189) opacity: 0.5;
}

.cmModalBody {
  width: 95%;
  min-width: 280px;
  min-height: 300px;
  background-color: black;
  border: 2px solid white;
  border-radius: 5px;
  padding: 5px;
  position: relative;
}

.cmCloseContainer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 10px;
  display: flex;
  justify-content: flex-start;
}

.cmCloseContainer .fa {
  color: black;
  font-size: 3rem;
  margin: 5px;
  cursor: pointer;
  background-color: #f7f7f75e;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cmModalShow {
  display: flex;
  animation: modalOpen 0.5s forwards;
}

.cmModalHide {
  display: none;
}

@keyframes modalOpen {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}

.panel-body {
  margin-top: 8px;
  color: #999;
  background-color: #fff;
  border-width: 0 !important;
}

.img_div {
  height: 244px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 16px solid #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.45);
  display: block;
  position: relative;
}

.jcarousel-skin-tango {
  width: 100%;
  float: left;
}

.sub-menu-holder-and-menu-hover-div-holder {
  display: flex;
}

.active-sub-menu {}

.sub-menu-and-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
}

.info h1 {
  z-index: 50;
  position: relative;
}

.list-footer {
  padding-left: 10px;
}

.dropdown-menu::before {
  content: " ";
  position: absolute;
  top: -10px;
  right: 35px;
  left: unset;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px;
  border-color: transparent transparent #fff;
}

p {
  line-height: 1.5;
}

.menu-hover-div-details>div .description,
.sub-menu-holder {
  font-family: "Raleway", sans-serif;
}

@font-face {
  font-family: "DroidArabicKufi";
  src: url("../fonts/droidkufi-regular.ttf") format("truetype");
}

.arabic-font {
  font-family: "DroidArabicKufi";
}

/*desktop*/
@media screen and (min-width: 992px) {
  .sub-menu-holder-and-menu-hover-div-holder {
    max-height: 90vh;
  }

  .nav .dropdown-menu::before {
    content: unset;
  }

  .sub-menu {
    min-width: 280px;
    padding: 10px;
    color: black;
    transition: all 1s;
  }

  .sub-menu a {
    width: 100%;
  }

  .sub-menu-and-icon-container i {
    color: black;
    font-size: 2.5rem;
  }

  .sub-menu-and-icon-container:hover i {
    color: white;
  }

  .sub-menu-and-icon-container:hover,
  .sub-menu:hover a {
    color: white !important;
    background-color: #f26a23;
  }

  .menu-hover-div-details {
    background-color: #f26a23;
    width: 100%;
    /*display: none;*/
  }

  .menu-hover-div-details>div {
    position: relative;
    display: flex;
    height: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .menu-hover-div-details>div .title {
    margin-top: 5px !important;
    position: relative;
  }

  .menu-hover-div-details>div .title::before {
    content: "";
    width: 50px;
    height: 3px;
    background-color: white;
    position: absolute;
    bottom: -8px;
  }

  .menu-hover-div-details>div .description {
    padding: 15px;
    text-transform: initial;
    font-weight: initial;
    z-index: 50;
    max-height: 80vh;
    overflow: auto;
  }

  .desc-img-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 300px;
    background-image: linear-gradient(to right top, #f26a23, transparent);
  }

  .menu-hover-div-details>div img {
    max-width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
  }

  .dropdown-menu.nav-drop-down {
    transition: all 0.2s;
    position: fixed;
    top: 120px;
    left: 0px;
    right: 0px;
    padding: 0px;
    max-width: 80%;
    margin: auto;
  }

  .scroll-nav-class {
    top: 60px !important;
  }
}

/*ipad and mobile*/
@media screen and (max-width: 991px) {
  .sub-menu-and-icon-container {
    justify-content: flex-start;
  }

  .sub-menu-holder-and-menu-hover-div-holder {
    width: 100%;
  }

  .sub-menu-holder {
    width: 100%;
  }

  .sub-menu-and-icon-container .sub-menu {
    padding: 2px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    width: 100%;
  }

  .sub-menu-and-icon-container {
    padding: 0px;
  }

  .sub-menu-and-icon-container i {
    display: none;
  }

  .menu-hover-div-details {
    display: none !important;
  }

  .sub-menu {
    margin-bottom: 5px;
    padding: 10px;
    color: #222;
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .captcha_wrapper {
    display: flex;
    justify-content: center;
  }

  .page--header--section.pb--150 {
    padding-bottom: 112px !important;
  }

  .page--header--section.pt--130 {
    padding-top: 190px !important;
  }
}

/*###################################################################################################*/