/**********************
Sass Variable
*****************************************/
@import url(fonts.css);
@import url(margin-dist.css);
/**********************************************************************************
***********************************************************************************
0. General
***********************************************************************************
**********************************************************************************/
@media only screen and (max-width: 991px) {
  html {
    height: auto;
  }
}

@media only screen and (min-width: 991px) {
  html {
    height: 100%;
  }
}

body {
  outline: none !important;
  height: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  background: #e7eaef;
}

* {
  outline: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.white {
  color: #fff !important;
}

.default-ul {
  list-style: none;
  padding: 0;
}

.db {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
}

.no-border {
  border: none !important;
}

@media only screen and (max-width: 991px) {
  .center-block-r {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .hidden-mq {
    display: none;
  }
}

.full-width {
  width: 100%;
}

.tdn {
  text-decoration: none !important;
}

@media only screen and (min-width: 991px) {
  .hidden-mn {
    display: none;
  }
  .mtb118-m {
    margin: 118px auto;
  }
  .full-width {
    width: 100% !important;
  }
  .row-cmn {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-clmn {
    margin-left: -15px;
  }
  .row-crmn {
    margin-right: -15px;
  }
  .pull-right-m {
    float: right;
  }
}

.row-c {
  margin-right: -15px;
  margin-left: -15px;
}

.row-cl {
  margin-left: -15px;
}

.row-cr {
  margin-right: -15px;
}

.pull-left-c {
  float: left;
}

.pull-right-c {
  float: right;
}

@media only screen and (max-width: 991px) {
  .mtb20-mq {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 991px) {
  .col-md-3-half {
    width: 30%;
  }
  .col-md-5-half {
    width: 45%;
  }
}

p {
  font-size: 13px;
  color: #999999;
  line-height: 26px;
}

.center-txt {
  text-align: center;
}

iframe {
  width: 100% !important;
  padding: 0;
  margin: 0;
}

/*=========================================  Main Styles  =========================================*/
/*Filter styles*/
.saturate:hover img {
  -webkit-filter: saturate(3);
}

.grayscale:hover img {
  -webkit-filter: grayscale(100%);
}

.contrast:hover img {
  -webkit-filter: contrast(145%);
}

.brightness:hover img {
  -webkit-filter: brightness(0.25);
}

.blur:hover img {
  -webkit-filter: blur(3px);
}

.invert:hover img {
  -webkit-filter: invert(100%);
}

.sepia:hover img {
  -webkit-filter: sepia(100%);
}

.huerotate:hover img {
  -webkit-filter: hue-rotate(180deg);
}

.opacity:hover img {
  -webkit-filter: opacity(50%);
}

.old-close::before {
  background-color: transparent !important;
}

/*=========================================== Navbar=========================================== */
.navbar-brand {
  height: auto !important;
}

@media only screen and (min-width: 767px) {
  .navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    z-index: 99;
  }
}

/* DEMO example styles for logo image */
.navbar-brand {
  padding: 0px;
}

.navbar-brand > img {
  height: 100%;
  width: auto;
  padding: 7px 14px;
}

#navbar {
  background: transparent;
  border: none;
  border-radius: 0;
}

@media only screen and (min-width: 767px) {
  #navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
  }
}

@media (max-width: 767px) {
  #navbar {
    height: auto;
    margin: 0;
  }
  #navbar .navbar-collapse {
    overflow: hidden !important;
  }
}

#navbar .navbar-right {
  margin-right: 0 !important;
}

@media only screen and (min-width: 767px) {
  #navbar .navbar-collapse {
    position: relative;
  }
}

#navbar .navbar-nav li a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#navbar .navbar-nav li a:hover {
  color: #fe5e3a;
}

#navbar .container {
  background: #fff;
  padding: 15px 0;
  position: relative;
}

@media only screen and (max-width: 991px) {
  #navbar .container {
    padding: 15px !important;
  }
}

@media only screen and (min-width: 991px) {
  #navbar .container::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 105px solid white;
    border-left: 91px solid transparent;
    position: absolute;
    left: -43px;
    transform: rotate(140deg);
    top: -41px;
  }
  #navbar .container::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 105px solid white;
    border-left: 91px solid transparent;
    position: absolute;
    right: -91px;
    transform: rotate(180deg);
    top: -25px;
  }
}

#navbar .container .navbar-collapse {
  position: relative;
}

#navbar .container .navbar-collapse::before {
  content: '';
  height: 0;
  border-left: 582px solid transparent;
  border-right: 582px solid transparent;
  border-top: 85px solid white;
  position: absolute;
  width: 100%;
  left: 0;
  top: 130%;
}

.search {
  background: #fe5e3a;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .search::before {
    content: '';
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 7px solid #fe5e3a;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
}

.search a {
  color: #fff !important;
}

.search-form {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: -200%;
  right: 0;
  background: #fff;
  width: 36%;
}

.search-form.active {
  top: 100%;
  z-index: 99;
}

@media (max-width: 767px) {
  .search-form.active {
    z-index: 999;
  }
}

.search-form input {
  background: #fff;
  border-radius: 0;
  border: none;
  height: auto !important;
  padding: 10px 15px;
  font-size: 20px;
  box-shadow: none !important;
}

/*****************
Navbar Effect
**********************/
.navbar-toggle {
  background: #fe5e3a !important;
  border-radius: 0px;
  border: none;
  margin-top: 30px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .menu-btn1 {
    right: 0 !important;
  }
}

.icon-bar {
  background: #fff !important;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .type1 {
  top: 6px;
  transform: rotate(46deg);
}

.navbar-toggle.active .type2 {
  background-color: transparent !important;
}

.navbar-toggle.active .type3 {
  top: -6px;
  transform: rotate(-50deg);
}

.cat-area {
  background: #fff;
  padding-top: 5px;
  position: relative;
}

.cat-area.cat-default::before {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #fe5e3a;
}

.cat-area .cat-cap {
  text-align: center;
  padding: 10px 15px;
}

.cat-area .cat-cap h2 {
  margin: 10px auto;
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #2f2f2f;
  text-transform: uppercase;
}

.cat-area .cat-cap h3 {
  margin: 10px auto;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #fe5e3a;
  text-transform: uppercase;
}

.cat-area .cat-cap p {
  font-family: "Exo", sans-serif;
  font-size: 15px;
  color: #444444;
  margin: 10px auto;
  line-height: 24px;
}

.cat-area .cat-cap .btn {
  background: #fe5e3a;
  display: inline-block;
  padding: 10px 55px;
  position: relative;
  border-radius: 0;
  border: none;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  margin: 20px auto;
}

.cat-area .cat-cap .btn span {
  position: relative;
  top: 5px;
}

.cat-area .cat-cap .btn .btn-s1 {
  width: 0;
  height: 0;
  border-top: 43px solid #fe5e3a;
  border-right: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}

.cat-area .cat-cap .btn .btn-s2 {
  width: 0;
  height: 0;
  border-top: 43px solid #fe5e3a;
  border-left: 20px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
}

.cat-area .cat-cap .btn::before {
  border-bottom: 12px solid #fe5e3a;
  border-left: 91.5px solid transparent;
  border-right: 91.5px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -12px;
  width: 0;
  transform: rotate(180deg);
}

@media only screen and (min-width: 991px) {
  #cat {
    position: relative;
    top: -105px;
  }
  #cat .col-md-4:nth-child(2) {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 99;
    position: relative;
  }
  #cat .col-md-4:nth-child(2) .cat-area {
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.3);
  }
  #cat .col-md-4:nth-child(2) .cat-area .center-lines1 {
    position: absolute;
    width: 51%;
    background: #fe5e3a;
    height: 5px;
    transform: rotate(10deg);
    top: 102%;
    left: -2px;
  }
  #cat .col-md-4:nth-child(2) .cat-area .center-lines {
    position: absolute;
    width: 51%;
    background: #fe5e3a;
    height: 5px;
    transform: rotate(-10deg);
    top: 102%;
    right: -2px;
  }
  #cat .col-md-4:nth-child(2) .cat-area::before {
    border-bottom: 30px solid #ffffff;
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: -30px;
    width: 0;
    transform: rotate(180deg);
  }
  #cat .col-md-4:nth-child(2) .cat-area .btn::before {
    border-bottom: 13px solid #fe5e3a;
  }
  #cat .col-md-4:nth-child(2) .cat-area .btn .btn-s1 {
    right: -19px;
  }
  #cat .col-md-4:nth-child(2) .cat-area .btn .btn-s2 {
    left: -19px;
  }
}

.welcome {
  margin: 15px auto;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  color: #949494;
  line-height: 23px;
}

@media only screen and (min-width: 991px) {
  .welcome {
    background: url(../images/welcome-bg.png) center center;
    background-size: cover;
    padding: 103px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .welcome {
    background: #19191a;
    padding: 25px 15px;
  }
}

.welcome h2 {
  font-family: "Exo", sans-serif;
  font-size: 24px;
  color: #949494;
  font-weight: 300;
  margin: 10px auto;
  font-style: italic;
}

.welcome h3 {
  font-family: "Exo", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin: 10px auto;
  text-transform: uppercase;
  font-style: italic;
}

.welcome i {
  font-size: 20px;
  color: #fe5e3a;
}

.welcome .btn {
  background: #fe5e3a;
  display: inline-block;
  padding: 10px 55px;
  position: relative;
  border-radius: 0;
  border: none;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  margin: 20px auto;
}

.welcome .btn span {
  position: relative;
  top: 5px;
}

.welcome .btn .btn-s1 {
  width: 0;
  height: 0;
  border-top: 43px solid #fe5e3a;
  border-right: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}

.welcome .btn .btn-s2 {
  width: 0;
  height: 0;
  border-top: 43px solid #fe5e3a;
  border-left: 20px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
}

.welcome .btn::before {
  border-bottom: 12px solid #fe5e3a;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -12px;
  width: 0;
  transform: rotate(180deg);
}

@media only screen and (min-width: 991px) {
  .wm {
    max-width: 92%;
    margin: 0 auto;
  }
}

#feature {
  background: #fff;
  padding: 20px 15px;
  position: relative;
}

@media only screen and (min-width: 991px) {
  #feature .bar-b {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    border-bottom: 60px solid #fff;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    height: 0;
    left: 0;
    position: absolute;
    bottom: -60px;
    transform: rotate(180deg);
  }
}

#feature h2 {
  font-family: "Exo", sans-serif;
  font-size: 24px;
  color: #949494;
  font-weight: 300;
  margin: 10px auto;
  font-style: italic;
}

#feature h3 {
  color: #212121;
  font-family: "Exo", sans-serif;
  font-size: 50px;
  font-weight: 900;
  margin: 10px auto;
  text-transform: uppercase;
  font-style: italic;
}

.product-area {
  padding: 10px;
  background: #e7eaef;
}

.product-area .p-cap {
  padding: 10px 0;
  text-align: center;
}

.product-area .p-cap h5 {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-style: italic;
  margin: 10px 15px;
  line-height: 26px;
}

.product-area .p-cap h5 span {
  color: #fe5e3a;
}

.product-area .p-cap .btn {
  background: #000 !important;
  display: inline-block;
  padding: 10px 55px;
  position: relative;
  border-radius: 0;
  border: none;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  margin: 20px auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.product-area .p-cap .btn:hover {
  background: #fe5e3a !important;
}

.product-area .p-cap .btn:hover .btn-s1 {
  border-top: 43px solid #fe5e3a;
}

.product-area .p-cap .btn:hover .btn-s2 {
  border-top: 43px solid #fe5e3a;
}

.product-area .p-cap .btn:hover::before {
  border-bottom: 12px solid #fe5e3a;
}

.product-area .p-cap .btn span {
  position: relative;
  top: 5px;
}

.product-area .p-cap .btn .btn-s1 {
  width: 0;
  height: 0;
  border-top: 43px solid #000;
  border-right: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.product-area .p-cap .btn .btn-s2 {
  width: 0;
  height: 0;
  border-top: 43px solid #000;
  border-left: 20px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.product-area .p-cap .btn::before {
  border-bottom: 12px solid #000;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 0;
  transform: rotate(180deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-demo .item {
  padding: 10px 15px;
}

.owl-demo .owl-pagination {
  display: none;
}

.owl-demo .owl-buttons {
  position: absolute;
  top: -25%;
  right: 0;
}

.owl-demo .owl-buttons div {
  background: #212121;
  margin-right: 10px;
  color: #fff !important;
  width: auto;
  height: auto !important;
  padding: 10px 17px !important;
  min-height: 100% !important;
  font-size: 21px !important;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-demo .owl-buttons div:first-child::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 10px solid #212121;
  border-bottom: 25px solid transparent;
  position: absolute;
  left: -10px;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-demo .owl-buttons div:first-child i {
  position: relative;
  right: 5px;
}

.owl-demo .owl-buttons div:last-child::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 10px solid #212121;
  border-bottom: 25px solid transparent;
  position: absolute;
  right: -10px;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-demo .owl-buttons div:last-child i {
  position: relative;
  left: 5px;
}

.owl-demo .owl-buttons div:hover {
  background: #fe5e3a;
}

.owl-demo .owl-buttons div:hover:first-child::before {
  border-right-color: #fe5e3a;
}

.owl-demo .owl-buttons div:hover:last-child::before {
  border-left-color: #fe5e3a;
}

@media only screen and (min-width: 767px) {
  #para {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  #para {
    padding: 50px 0;
  }
}

.news {
  background: #fff;
  padding: 20px 25px;
  position: relative;
}

.news .bar-tp-1 {
  content: '';
  height: 0;
  border-bottom: 30px solid white;
  border-right: 536px solid transparent;
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
}

.news .bar-tp-2 {
  content: '';
  height: 0;
  border-top: 30px solid white;
  border-left: 536px solid transparent;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
}

.news h2 {
  font-family: "Exo", sans-serif;
  font-size: 28px;
  color: #212121;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  margin: 15px auto 35px auto;
}

.news-text {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.news-text:hover .date {
  background: #fe5e3a;
}

.news-text .date {
  padding: 10px 15px;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  background: #000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.news-text h3 {
  margin-top: 0;
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #262626;
  font-style: italic;
}

.news-text p {
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #262626;
  margin: 10px auto;
}

@media only screen and (min-width: 767px) {
  .news-text .col-sm-9 {
    padding-left: 0 !important;
  }
}

.pdf {
  background: #fe5e3a;
  padding: 20px 25px;
  position: relative;
  min-height: 465px;
}

.pdf .bar-tp-1 {
  content: '';
  height: 0;
  border-top: 30px solid #fe5e3a;
  border-right: 536px solid transparent;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
}

.pdf .bar-tp-2 {
  content: '';
  height: 0;
  border-bottom: 30px solid #fe5e3a;
  border-left: 536px solid transparent;
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
}

.pdf h2 {
  font-family: "Exo", sans-serif;
  font-size: 28px;
  color: #212121;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  margin: 15px auto 35px auto;
}

.pdf h3 {
  font-family: "Exo", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  font-style: italic;
  margin: 10px auto;
}

@media only screen and (min-width: 991px) {
  .pdf h3 {
    margin-top: 70px;
  }
}

.pdf p {
  margin: 10px auto;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
  line-height: 25px;
}

.pdf .btn {
  display: table;
  background: #000 !important;
  padding: 10px 20px;
  position: relative;
  border-radius: 0;
  border: none;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  margin: 20px auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.pdf .btn span {
  position: relative;
  top: 5px;
}

.pdf .btn .btn-s1 {
  width: 0;
  height: 0;
  border-top: 43px solid #000;
  border-right: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.pdf .btn .btn-s2 {
  width: 0;
  height: 0;
  border-top: 43px solid #000;
  border-left: 20px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.pdf .btn::before {
  border-bottom: 12px solid #000;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -12px;
  width: 0;
  transform: rotate(180deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

footer {
  background: #292929;
  min-height: 300px;
  position: relative;
}

@media only screen and (min-width: 991px) {
  footer .bar-bbb1 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    border-bottom: 60px solid transparent;
    border-left: 100px solid #292929;
    border-right: 100px solid #292929;
    height: 0;
    left: 0;
    position: absolute;
    top: -60px;
    transform: rotate(180deg);
  }
}

.footer-panel h2 {
  font-family: "Exo", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fe5e3a;
  text-transform: uppercase;
  font-style: italic;
  margin: 20px auto;
}

.footer-panel h3 {
  font-family: "Exo", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #a7a7a7;
  font-style: italic;
  line-height: 25px;
  margin: 10px auto;
}

.footer-panel p {
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #777777;
  margin: 3px auto;
  display: table;
  float: left;
  width: 100%;
}

.footer-panel p i {
  color: #fe5e3a;
  margin-right: 10px;
  width: 5%;
  float: left;
  margin-top: 10px;
}

.footer-panel p span {
  width: 80%;
  float: left;
}

.footer-panel ul li {
  margin: 10px auto;
}

.footer-panel ul li a {
  font-family: "Exo", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #777777;
  text-transform: capitalize;
  text-decoration: none;
}

.footer-panel ul li a i {
  margin-right: 10px;
  color: #fe5e3a;
}

.social {
  text-align: left;
  margin-top: 20px;
  width: 100%;
  display: block;
  float: left;
}

.social li {
  display: inline-block;
}

.social li a {
  display: block;
  padding: 8px 15px;
  text-align: center;
  background: #353535;
  color: #fff;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.social li a:hover {
  background: #fe5e3a;
}

.copyright {
  padding: 25px 0;
  background: #262626;
  color: #a9a9a9;
  font-weight: 500;
  font-size: 13px;
  font-family: "Exo", sans-serif;
}

.copyright p {
  margin: 0;
}
