@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,500,600,700,300);
@import url(../css/material-design.css);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #a4a8ae;
  font: 500 15px/27px "Raleway", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
}
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
  color: inherit;
  font-size: 20px;
}
.txt-clr1 {
  color: #fff;
}
.p__mod {
  font-size: 31px;
  line-height: 44px;
}
.clr-primary {
  color: #F36F22;
}
.clr-secondary {
  color: #3b3d3f;
}
.ttu {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ins767 {
    padding-left: 8%;
    padding-right: 8%;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 45px;
}
.row + * {
  margin-top: 30px;
}
.row + .row {
  margin-top: 30px;
}
.row + .offs {
  margin-top: 55px;
}
@media (max-width: 479px) {
  .row + .offs {
    margin-top: 0px;
  }
}
h3 + img {
  margin-top: 45px;
}
h3 + .index-list2 {
  margin-top: 35px;
}
h3 + h5 {
  margin-top: 35px;
}
img + h5 {
  margin-top: 16px;
}
* + p {
  margin-top: 10px;
}
p + .marked-list {
  margin-top: 10px;
}
h3 + .offs {
  margin-top: 40px;
}
h3 + p {
  margin-top: 40px;
}
h3 + .block-icon__skin {
  margin-top: 35px;
}
* + .offs2 {
  margin-top: 55px;
}
time + h5 {
  margin-top: -10px;
}
* + .offs3 {
  margin-top: 35px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 991px) {
  .box_aside {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
/*==================      Icons    ======================*/
.material-design-add184,
.material-design-bubble8,
.material-design-check51,
.material-design-halffilled1,
.material-design-thumb54,
.material-design-set5,
.material-design-two385,
.material-design-timelapse,
.material-design-settings49,
.material-design-light88,
.material-design-earth205 {
  color: #F36F22;
  font-size: 61px;
}
.material-design-search100 {
  font-size: 350px;
  color: #F36F22;
}
.material-design-home149,
.material-design-black402,
.material-design-phone370 {
  color: #fff;
  font-size: 40px;
  line-height: 89px;
}
/*==================      Block-icon  ===================*/
.block-icon {
  display: inline-block;
  padding: 0 20px 0 15px;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.block-icon h5 {
  font-size: 31px !important;
}
.block-icon h5 a:hover {
  color: #fff;
}
.block-icon span {
  display: inline-block;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.block-icon:hover span {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.block-icon * + p {
  margin-top: 12px;
}
.block-icon * + h5 {
  margin-top: 7px;
}
.block-icon__skin {
  position: relative;
  padding-left: 68px;
}
.block-icon__skin .icon {
  position: absolute;
  left: 0px;
  top: 22px;
  text-align: center;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-icon__skin + .block-icon__skin {
  margin-top: 14px;
}
.block-icon__skin__mod {
  padding-left: 98px;
}
.block-icon__skin__mod .icon {
  left: 0px;
  top: 30px;
}
/*==================      Block      ====================*/
.block {
  display: inline-block;
  border: 2px solid #f1f2f3;
  padding: 31px 10px 40px 36px;
}
.block__mod {
  background: #f1f2f3;
}
.block__mod2 {
  padding: 28px 10px 30px 36px;
}
/*==================   Copyright     ====================*/
.rights {
  color: #fff;
}
* + .rights {
  margin-top: 83px;
}
.rights a:hover {
  color: #3b3d3f;
}
@media (max-width: 991px) {
  .rights {
    margin-top: 30px;
  }
}
/*==================  404    ======================*/
.p404 .icon {
  padding-top: 170px;
  padding-left: 41px;
  display: inline-block;
}
.p404 .pd-add {
  padding-left: 45px;
}
@media (max-width: 767px) {
  .p404 .pd-add {
    padding-left: 20px;
  }
}
.p404 em {
  font-style: normal;
  font-size: 220px;
  color: #F36F22;
  font-weight: 700;
}
.p404 * + h2 {
  margin-top: 78px;
}
.p404 * + p {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .p404 em {
    font-size: 120px;
  }
  .p404 span {
    font-size: 220px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .p404 .icon {
    padding-top: 40px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 20px 0px 0;
}
.stuck_container__mod {
  border-bottom: 2px solid #f2f5e3;
}
.isStuck {
  padding: 0;
  border-bottom: none;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 1px 2px #bbb;
  background: rgba(0, 0, 0, 0.9);
}
.isStuck .navbar-brand {
  margin-top: 20px;
}
.isStuck .navbar-nav > li > a {
  padding: 15px 25px 15px;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 65px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 47px;
  height: 47px;
  font-size: 24px;
  line-height: 47px!important;
  font-weight: 700;
  color: #fff!important;
  background: #829312;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #3b3d3f;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1.2);
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 20px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  padding-top: 215px;
  padding-bottom: 205px;
}
@media (max-width: 767px) {
  .parallax_cnt {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #a4a8ae;
  background: rgba(241, 242, 243, 0.97);
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f2f3', endColorstr='#fff1f2f3');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f2f3', endColorstr='#fff1f2f3');
  zoom: 1;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: 0;
  color: #F36F22;
}
.rd-mobilemenu_ul a:hover {
  background: 0;
  color: #F36F22;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px 'FontAwesome';
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #3b3d3f;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #f1f2f3;
  color: #a4a8ae;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
  border: none;
}
.rd-mobilemenu_ul ul ul {
  border: none;
  box-shadow: none;
  background: transparent;
}
.rd-mobilemenu_ul ul ul li {
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 140px;
  color: inherit;
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a.active {
  background: 0;
  color: #F36F22;
}
.rd-mobilemenu_ul ul ul a:hover {
  background: 0;
  color: #F36F22;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #3b3d3f;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  padding-left: 10px;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #3b3d3f;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  background-color: #f7f7f7;
  border-color: transparent;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #3b3d3f;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  position: relative;
}
.resp-tabs-list:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  display: block;
  width: 100%;
  background: #5c5e60;
}
.resp-tabs-list li {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #9ea3a9;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0px 15px;
  position: relative;
}
.resp-tabs-list li:before {
  position: absolute;
  content: '';
  display: inline-block;
  height: 2px;
  background: #F36F22;
  left: 50%;
  margin-left: -55px;
  right: 0;
  width: 109px;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.lt-ie9 .resp-tabs-list li:before {
  filter: alpha(opacity=0);
}
.resp-tabs-list li:hover {
  color: #fff;
}
.resp-tabs-list li:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .resp-tabs-list li:hover:before {
  filter: alpha(opacity=100);
}
.resp-tabs-list li + li {
  margin-left: 47px;
}
.resp-tabs-list .resp-tab-active {
  color: #fff;
}
.resp-tabs-list .resp-tab-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .resp-tabs-list .resp-tab-active:before {
  filter: alpha(opacity=100);
}
* + .resp-tabs-container {
  margin-top: 72px;
}
.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px 0px 5px;
    background: #F36F22;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
  }
  .resp-accordion:hover {
    background: #f1f2f3;
    color: #F36F22;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .navbar-brand,
  header .navbar-nav {
    float: none;
  }
}
main {
  background: #3b3d3f;
}
footer {
  padding-top: 80px;
  padding-bottom: 35px;
  background: #F36F22;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row .col-xs-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .row .col-xs-4 {
    float: none;
    margin: 15px auto;
    width: 100%;
  }
}
