@import url('assets/templates/css/google-fonts.css');
/*---------------------------------------------
===================   
CSS INDEX
===================

[01] Template Typography
[02] Template Helper Elements
    1.1 Default Style
    1.2 Width Style
    1.3 Paragraph Limit Style
    1.4 Margin Padding Style
    1.5 Text Align Style
    1.6 Background Style
    1.7 Title Bar Style
    1.8 Section Spacing
    1.9 Media Box Style
    2.1 Button Style
    2.2 Nav Control Style
    2.3 Section Heading Style
    2.4 Title Style
    2.5 Pagination Style
    2.6 Inner Page Banner Style
    2.7 Preloader Style
    2.8 ScrollUp Style
[02] Header Area Style
[03] Slider Area Style
[04] About Area Style
[05] Service Area Style
[06] Case Study Area Style
[07] Testimonial Area Style
[08] Team Area Style
[09] Shop Area Style
[10] News Area Style
[11] Skill Area Style
[12] Get Quote Area Style
[13] Price Table Area Style
[14] Progress Area Style
[15] Call To Action Area Style
[16] Banner Area Style
[17] Progress Area Style
[18] Video Area Style
[19] Faq Area Style
[20] 404 Error Area Style
[21] Cpntact Area Style
[22] Sidebar Area Style
[23] Footer Area Style

---------------------------------------------*/
/*=======================================================================
[01] Template Typography 
=========================================================================*/
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  vertical-align: baseline;
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0 0 20px 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
  text-transform: none;
}
h1 {
  font-size: 44px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: calc(44px);
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: calc(40px);
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: calc(36px);
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: calc(32px);
  }
}
h2.size-xs {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  h2.size-xs {
    font-size: calc(28px);
  }
}
@media only screen and (max-width: 991px) {
  h2.size-xs {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 767px) {
  h2.size-xs {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 575px) {
  h2.size-xs {
    font-size: calc(22px);
  }
}
h2.size-sm {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h2.size-sm {
    font-size: calc(34px);
  }
}
@media only screen and (max-width: 991px) {
  h2.size-sm {
    font-size: calc(32px);
  }
}
@media only screen and (max-width: 767px) {
  h2.size-sm {
    font-size: calc(30px);
  }
}
@media only screen and (max-width: 575px) {
  h2.size-sm {
    font-size: calc(28px);
  }
}
h2 {
  font-size: 38px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: calc(38px);
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: calc(36px);
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: calc(32px);
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: calc(28px);
  }
}
h2.size-md {
  font-size: 42px;
}
@media only screen and (max-width: 1199px) {
  h2.size-md {
    font-size: calc(39px);
  }
}
@media only screen and (max-width: 991px) {
  h2.size-md {
    font-size: calc(36px);
  }
}
@media only screen and (max-width: 767px) {
  h2.size-md {
    font-size: calc(33px);
  }
}
@media only screen and (max-width: 575px) {
  h2.size-md {
    font-size: calc(30px);
  }
}
h2.size-lg {
  font-size: 44px;
}
@media only screen and (max-width: 1199px) {
  h2.size-lg {
    font-size: calc(41px);
  }
}
@media only screen and (max-width: 991px) {
  h2.size-lg {
    font-size: calc(38px);
  }
}
@media only screen and (max-width: 767px) {
  h2.size-lg {
    font-size: calc(35px);
  }
}
@media only screen and (max-width: 575px) {
  h2.size-lg {
    font-size: calc(32px);
  }
}
h2.size-xl {
  font-size: 48px;
}
@media only screen and (max-width: 1199px) {
  h2.size-xl {
    font-size: calc(45px);
  }
}
@media only screen and (max-width: 991px) {
  h2.size-xl {
    font-size: calc(42px);
  }
}
@media only screen and (max-width: 767px) {
  h2.size-xl {
    font-size: calc(39px);
  }
}
@media only screen and (max-width: 575px) {
  h2.size-xl {
    font-size: calc(36px);
  }
}
h3.size-xs {
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  h3.size-xs {
    font-size: calc(18px);
  }
}
@media only screen and (max-width: 991px) {
  h3.size-xs {
    font-size: calc(18px);
  }
}
@media only screen and (max-width: 767px) {
  h3.size-xs {
    font-size: calc(18px);
  }
}
@media only screen and (max-width: 575px) {
  h3.size-xs {
    font-size: calc(17px);
  }
}
h3.size-sm {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  h3.size-sm {
    font-size: calc(20px);
  }
}
@media only screen and (max-width: 991px) {
  h3.size-sm {
    font-size: calc(20px);
  }
}
@media only screen and (max-width: 767px) {
  h3.size-sm {
    font-size: calc(19px);
  }
}
@media only screen and (max-width: 575px) {
  h3.size-sm {
    font-size: calc(19px);
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: calc(22px);
  }
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: calc(21px);
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: calc(21px);
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: calc(20px);
  }
}
h3.size-md {
  font-size: 23px;
}
@media only screen and (max-width: 1199px) {
  h3.size-md {
    font-size: calc(22px);
  }
}
@media only screen and (max-width: 991px) {
  h3.size-md {
    font-size: calc(22px);
  }
}
@media only screen and (max-width: 767px) {
  h3.size-md {
    font-size: calc(21px);
  }
}
@media only screen and (max-width: 575px) {
  h3.size-md {
    font-size: calc(21px);
  }
}
h3.size-lg {
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  h3.size-lg {
    font-size: calc(22px);
  }
}
@media only screen and (max-width: 991px) {
  h3.size-lg {
    font-size: calc(22px);
  }
}
@media only screen and (max-width: 767px) {
  h3.size-lg {
    font-size: calc(21px);
  }
}
@media only screen and (max-width: 575px) {
  h3.size-lg {
    font-size: calc(21px);
  }
}
h3.size-xl {
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  h3.size-xl {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 991px) {
  h3.size-xl {
    font-size: calc(23px);
  }
}
@media only screen and (max-width: 767px) {
  h3.size-xl {
    font-size: calc(23px);
  }
}
@media only screen and (max-width: 575px) {
  h3.size-xl {
    font-size: calc(22px);
  }
}
h4 {
  font-size: 18px;
}
.size-xs {
  font-size: 14px;
}
.size-sm {
  font-size: 15px;
}
.size-md {
  font-size: 17px;
}
.size-lg {
  font-size: 18px;
}
.size-xl {
  font-size: 19px;
}
/*=======================================================================
[02] Template Helper Elements 
=========================================================================*/
/*----------------------------------------
1.1 Default Style
----------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
button:focus,
button:hover {
  outline: none;
}
#wrapper {
  overflow: hidden;
}
.float-none {
  float: none;
}
.possition-static {
  position: static;
}
.possition-relative {
  position: relative;
}
.height100 {
  height: 100%;
}
.radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.radius-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.radius-45 {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
/*----------------------------------------
1.2 Width Style
----------------------------------------*/
.full-width-container .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters.full-width {
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutters.full-width > [class^="col-"],
.row.no-gutters.full-width > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.gutters.full-width {
  margin-right: -30px;
  margin-left: -30px;
}
.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.gutters-4 > [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}
.row.gutters-4.full-width {
  padding-left: 0;
  padding-right: 0;
  margin-right: -12px;
  margin-left: -8px;
}
.row.gutters-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.gutters-15 > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-20 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-20 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-15.full-width {
  padding-left: 0;
  padding-right: 0;
  margin-right: -22.5px;
  margin-left: -22.5px;
}
.row.gutters-20.full-width {
  padding-left: 0;
  padding-right: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .width-100--lg {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .width-100--md {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .width-100--sm {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .width-100--xs {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .width-100-lg {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .width-100-md {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .width-100-sm {
    width: 100%;
  }
}
/*----------------------------------------
1.3 Paragraph Limit Style
----------------------------------------*/
.text-row-1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-row-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-row-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-row-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text-row-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/*----------------------------------------
1.4 Margin Padding Style
----------------------------------------*/
.margin-t-none {
  margin-top: 0;
}
.margin-t-5 {
  margin-top: 5px;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-t-60 {
  margin-top: 60px;
}
.margin-t-70 {
  margin-top: 70px;
}
.margin-t-80 {
  margin-top: 80px;
}
.margin-t-90 {
  margin-top: 90px;
}
.margin-t-100 {
  margin-top: 100px;
}
.margin-r-none {
  margin-right: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.margin-r-10 {
  margin-right: 10px;
}
.margin-r-15 {
  margin-right: 15px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-r-30 {
  margin-right: 30px;
}
.margin-r-40 {
  margin-right: 40px;
}
.margin-r-50 {
  margin-right: 50px;
}
.margin-r-60 {
  margin-right: 60px;
}
.margin-r-70 {
  margin-right: 70px;
}
.margin-r-80 {
  margin-right: 80px;
}
.margin-r-90 {
  margin-right: 90px;
}
.margin-r-100 {
  margin-right: 100px;
}
.margin-b-none {
  margin-bottom: 0!important;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-b-60 {
  margin-bottom: 60px;
}
.margin-b-70 {
  margin-bottom: 70px;
}
.margin-b-80 {
  margin-bottom: 80px;
}
.margin-b-90 {
  margin-bottom: 90px;
}
.margin-b-100 {
  margin-bottom: 100px;
}
.margin-l-none {
  margin-left: 0;
}
.margin-l-5 {
  margin-left: 5px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-l-15 {
  margin-left: 15px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-l-30 {
  margin-left: 30px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-l-50 {
  margin-left: 50px;
}
.margin-l-60 {
  margin-left: 60px;
}
.margin-l-70 {
  margin-left: 70px;
}
.margin-l-80 {
  margin-left: 80px;
}
.margin-l-90 {
  margin-left: 90px;
}
.margin-l-100 {
  margin-left: 100px;
}
.padding-t-none {
  padding-top: 0;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.padding-60 {
  padding: 60px;
}
.padding-70 {
  padding: 70px;
}
.padding-80 {
  padding: 80px;
}
.padding-90 {
  padding: 90px;
}
.padding-100 {
  padding: 100px;
}
.padding-t-5 {
  padding-top: 5px;
}
.padding-t-10 {
  padding-top: 10px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-t-30 {
  padding-top: 30px;
}
.padding-t-40 {
  padding-top: 40px;
}
.padding-t-50 {
  padding-top: 50px;
}
.padding-t-60 {
  padding-top: 60px;
}
.padding-t-70 {
  padding-top: 70px;
}
.padding-t-80 {
  padding-top: 80px;
}
.padding-t-90 {
  padding-top: 90px;
}
.padding-t-100 {
  padding-top: 100px;
}
.padding-r-none {
  padding-right: 0;
}
.padding-r-5 {
  padding-right: 5px;
}
.padding-r-10 {
  padding-right: 10px;
}
.padding-r-15 {
  padding-right: 15px;
}
.padding-r-20 {
  padding-right: 20px;
}
.padding-r-30 {
  padding-right: 30px;
}
.padding-r-40 {
  padding-right: 40px;
}
.padding-r-50 {
  padding-right: 50px;
}
.padding-r-60 {
  padding-right: 60px;
}
.padding-r-70 {
  padding-right: 70px;
}
.padding-r-80 {
  padding-right: 80px;
}
.padding-r-90 {
  padding-right: 90px;
}
.padding-r-100 {
  padding-right: 100px;
}
.padding-b-none {
  padding-bottom: 0;
}
.padding-b-5 {
  padding-bottom: 5px;
}
.padding-b-10 {
  padding-bottom: 10px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.padding-b-40 {
  padding-bottom: 40px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-b-60 {
  padding-bottom: 60px;
}
.padding-b-70 {
  padding-bottom: 70px;
}
.padding-b-80 {
  padding-bottom: 80px;
}
.padding-b-90 {
  padding-bottom: 90px;
}
.padding-b-100 {
  padding-bottom: 100px;
}
.padding-l-none {
  padding-left: 0;
}
.padding-l-5 {
  padding-left: 5px;
}
.padding-l-10 {
  padding-left: 10px;
}
.padding-l-15 {
  padding-left: 15px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-l-30 {
  padding-left: 30px;
}
.padding-l-40 {
  padding-left: 40px;
}
.padding-l-50 {
  padding-left: 50px;
}
.padding-l-60 {
  padding-left: 60px;
}
.padding-l-70 {
  padding-left: 70px;
}
.padding-l-80 {
  padding-left: 80px;
}
.padding-l-90 {
  padding-left: 90px;
}
.padding-l-100 {
  padding-left: 100px;
}
.margin-t-5r {
  margin-top: 0.5rem;
}
.margin-t-10r {
  margin-top: 1rem;
}
.margin-t-15r {
  margin-top: 1.5rem;
}
.margin-t-20r {
  margin-top: 2rem;
}
.margin-t-30r {
  margin-top: 3rem;
}
.margin-t-40r {
  margin-top: 4rem;
}
.margin-t-50r {
  margin-top: 5rem;
}
.margin-t-60r {
  margin-top: 6rem;
}
.margin-t-70r {
  margin-top: 7rem;
}
.margin-t-80r {
  margin-top: 8rem;
}
.margin-t-90r {
  margin-top: 9rem;
}
.margin-t-100r {
  margin-top: 10rem;
}
.margin-r-5r {
  margin-right: 0.5rem;
}
.margin-r-10r {
  margin-right: 1rem;
}
.margin-r-15r {
  margin-right: 1.5rem;
}
.margin-r-20r {
  margin-right: 2rem;
}
.margin-r-30r {
  margin-right: 3rem;
}
.margin-r-40r {
  margin-right: 4rem;
}
.margin-r-50r {
  margin-right: 5rem;
}
.margin-r-60r {
  margin-right: 6rem;
}
.margin-r-70r {
  margin-right: 7rem;
}
.margin-r-80r {
  margin-right: 8rem;
}
.margin-r-90r {
  margin-right: 9rem;
}
.margin-r-100r {
  margin-right: 10rem;
}
.margin-b-5r {
  margin-bottom: 0.5rem;
}
.margin-b-10r {
  margin-bottom: 1rem;
}
.margin-b-15r {
  margin-bottom: 1.5rem;
}
.margin-b-20r {
  margin-bottom: 2rem;
}
.margin-b-30r {
  margin-bottom: 3rem;
}
.margin-b-40r {
  margin-bottom: 4rem;
}
.margin-b-50r {
  margin-bottom: 3rem;
}
.margin-b-60r {
  margin-bottom: 6rem;
}
.margin-b-70r {
  margin-bottom: 7rem;
}
.margin-b-80r {
  margin-bottom: 8rem;
}
.margin-b-90r {
  margin-bottom: 9rem;
}
.margin-b-100r {
  margin-bottom: 10rem;
}
.margin-l-5r {
  margin-left: 0.5rem;
}
.margin-l-10r {
  margin-left: 1rem;
}
.margin-l-15r {
  margin-left: 1.5rem;
}
.margin-l-20r {
  margin-left: 2rem;
}
.margin-l-30r {
  margin-left: 3rem;
}
.margin-l-40r {
  margin-left: 4rem;
}
.margin-l-50r {
  margin-left: 5rem;
}
.margin-l-60r {
  margin-left: 6rem;
}
.margin-l-70r {
  margin-left: 7rem;
}
.margin-l-80r {
  margin-left: 8rem;
}
.margin-l-90r {
  margin-left: 9rem;
}
.margin-l-100r {
  margin-left: 10rem;
}
.padding-t-5r {
  padding-top: 0.5rem;
}
.padding-t-10r {
  padding-top: 1rem;
}
.padding-t-15r {
  padding-top: 1.5rem;
}
.padding-t-20r {
  padding-top: 2rem;
}
.padding-t-30r {
  padding-top: 3rem;
}
.padding-t-40r {
  padding-top: 4rem;
}
.padding-t-50r {
  padding-top: 5rem;
}
.padding-t-60r {
  padding-top: 6rem;
}
.padding-t-70r {
  padding-top: 7rem;
}
.padding-t-80r {
  padding-top: 8rem;
}
.padding-t-90r {
  padding-top: 9rem;
}
.padding-t-100r {
  padding-top: 10rem;
}
.padding-r-5r {
  padding-right: 0.5rem;
}
.padding-r-10r {
  padding-right: 1rem;
}
.padding-r-15r {
  padding-right: 1.5rem;
}
.padding-r-20r {
  padding-right: 2rem;
}
.padding-r-30r {
  padding-right: 3rem;
}
.padding-r-40r {
  padding-right: 4rem;
}
.padding-r-50r {
  padding-right: 5rem;
}
.padding-r-60r {
  padding-right: 6rem;
}
.padding-r-70r {
  padding-right: 7rem;
}
.padding-r-80r {
  padding-right: 8rem;
}
.padding-r-90r {
  padding-right: 9rem;
}
.padding-r-100r {
  padding-right: 10rem;
}
.padding-b-5r {
  padding-bottom: 0.5rem;
}
.padding-b-10r {
  padding-bottom: 1rem;
}
.padding-b-15r {
  padding-bottom: 1.5rem;
}
.padding-b-20r {
  padding-bottom: 2rem;
}
.padding-b-30r {
  padding-bottom: 3rem;
}
.padding-b-40r {
  padding-bottom: 4rem;
}
.padding-b-50r {
  padding-bottom: 5rem;
}
.padding-b-60r {
  padding-bottom: 6rem;
}
.padding-b-70r {
  padding-bottom: 7rem;
}
.padding-b-80r {
  padding-bottom: 8rem;
}
.padding-b-90r {
  padding-bottom: 9rem;
}
.padding-b-100r {
  padding-bottom: 10rem;
}
.padding-l-5r {
  padding-left: 0.5rem;
}
.padding-l-10r {
  padding-left: 1rem;
}
.padding-l-15r {
  padding-left: 1.5rem;
}
.padding-l-20r {
  padding-left: 2rem;
}
.padding-l-30r {
  padding-left: 3rem;
}
.padding-l-40r {
  padding-left: 4rem;
}
.padding-l-50r {
  padding-left: 5rem;
}
.padding-l-60r {
  padding-left: 6rem;
}
.padding-l-70r {
  padding-left: 7rem;
}
.padding-l-80r {
  padding-left: 8rem;
}
.padding-l-90r {
  padding-left: 9rem;
}
.padding-l-100r {
  padding-left: 10rem;
}
/*----------------------------------------
1.5 Text Align Style
----------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .text-center-lg {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .text-center--lg {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-md {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .text-center--md {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .text-center--sm {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .text-center--xs {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-lg {
    text-align: left;
  }
}
@media only screen and (max-width: 1199px) {
  .text-left--lg {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-md {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .text-left--md {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .text-left-sm {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .text-left--sm {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .text-left--xs {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-right-lg {
    text-align: right;
  }
}
@media only screen and (max-width: 1199px) {
  .text-right--lg {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-right-md {
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  .text-right--md {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .text-right-sm {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .text-right--sm {
    text-align: right;
  }
}
@media only screen and (max-width: 575px) {
  .text-right--xs {
    text-align: right;
  }
}
/*----------------------------------------
1.6 Background Style
----------------------------------------*/
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-top-center {
  background-position: top center;
}
.bg-center {
  background-position: center center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-body {
  background-color: #ffffff;
}
.bg-primary {
  background-color: #0d47a1 !important;
}
.bg-accent {
  background-color: #ff6d00;
}
.bg-body-secondary {
  background-color: #f7f7f7;
}
.bg-dark {
  background-color: #111111 !important;
}
.bg-light {
  background-color: #ffffff !important;
}
.overlay-primary-horizontal {
  background: -webkit-gradient(linear, left top, right top, from(#0d47a1), to(#1765b4));
  background: -webkit-linear-gradient(left, #0d47a1, #1765b4);
  background: -o-linear-gradient(left, #0d47a1, #1765b4);
  background: linear-gradient(to right, #0d47a1, #1765b4);
}
/*----------------------------------------
1.7 Title Bar Style
----------------------------------------*/
.title-bar {
  position: relative;
  margin-bottom: 50px;
}
.title-bar:before {
  content: "";
  height: 3px;
  width: 42px;
  left: 0;
  bottom: -22px;
  position: absolute;
  z-index: 1;
  background-color: #0d47a1;
}
.title-bar.bar-size-xl:before {
  height: 5px;
  width: 60px;
}
.title-bar.bar-size-lg:before {
  height: 4px;
  width: 50px;
}
.title-bar.bar-size-md:before {
  height: 3px;
  width: 40px;
}
.title-bar.bar-size-sm:before {
  height: 2px;
  width: 30px;
}
.title-bar.bar-size-xs:before {
  height: 1px;
  width: 20px;
}
.title-bar.bar-bg-accent:before {
  background-color: #ff6d00;
}
.title-bar.bar-bg-light:before {
  background-color: #ffffff;
}
.title-bar.bar-bg-dark:before {
  background-color: #111111;
}
/*----------------------------------------
1.8 Section Spacing
----------------------------------------*/
.section-space-equal {
  padding: 4rem 0;
}
.section-space-less30 {
  padding: 4rem 0 4rem;
}
.section-space-default {
  padding: 4rem 0 4rem;
}
.section-space-default-less30 {
  padding: 4rem 0 4rem;
}
.section-space-top-default {
  padding: 4rem 0 0;
}
.section-space-top {
  padding: 4rem 0 0;
}
.section-space-bottom {
  padding: 0 0 4rem;
}
.section-space-bottom-less30 {
  padding: 0 0 4rem;
}
/*----------------------------------------
1.9 Media Box Style
----------------------------------------*/
.media-body {
  margin-left: 30px;
}
.media-body.space-xl {
  margin-left: 60px;
}
.media-body.space-lg {
  margin-left: 30px;
}
.media-body.space-md {
  margin-left: 20px;
}
.media-body.space-sm {
  margin-left: 15px;
}
.media-body.space-xs {
  margin-left: 10px;
}
.media-body-box {
  padding: 5px 5px 5px 30px;
}
.media-body-box p {
  margin-bottom: 0;
}
.media-none {
  display: block;
}
.media-none > div {
  width: 100%;
}
.media-none img {
  width: 100%;
}
.media-none img.media-img-auto {
  width: auto;
}
.media-none .media-body,
.media-none .media-body.space-xl,
.media-none .media-body.space-lg,
.media-none .media-body.space-md,
.media-none .media-body.space-sm,
.media-none .media-body.space-xs {
  margin-top: 20px;
  margin-left: 0;
}
.media-none .media-body.media-body-box {
  margin-top: 0;
  margin-left: 0;
  padding: 3rem;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-xl,
  .media-none--lg .media-body.space-lg,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-xl,
  .media-none--md .media-body.space-lg,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-xl,
  .media-none--sm .media-body.space-lg,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-xl,
  .media-none-lg .media-body.space-lg,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-xl,
  .media-none-md .media-body.space-lg,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-xl,
  .media-none-sm .media-body.space-lg,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
/*----------------------------------------
2.1 Button Style
----------------------------------------*/
.btn-ghost.btn-icon {
  padding: 5px 45px 5px 35px;
  position: relative;
}
.btn-ghost.btn-icon:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 5;
  font-family: Fontawesome;
  color: #0d47a1;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .btn-ghost.btn-icon {
    padding: 5px 40px 5px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-ghost.btn-icon {
    padding: 5px 38px 5px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-ghost.btn-icon {
    padding: 5px 36px 5px 28px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-ghost.btn-icon {
    padding: 5px 34px 5px 26px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-ghost.btn-icon {
    padding: 5px 32px 5px 24px;
  }
}
.btn-fill.btn-icon {
  padding: 5px 45px 5px 35px;
  position: relative;
}
.btn-fill.btn-icon:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 5;
  font-family: Fontawesome;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.btn-icon {
    padding: 5px 40px 5px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.btn-icon {
    padding: 5px 38px 5px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.btn-icon {
    padding: 5px 36px 5px 28px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.btn-icon {
    padding: 5px 34px 5px 26px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.btn-icon {
    padding: 5px 32px 5px 24px;
  }
}
.btn-text.btn-icon {
  font-size: 18px;
  color: #0d47a1;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .btn-text.btn-icon {
    font-size: 15px;
  }
}
.btn-text.btn-icon:after {
  content: "\f105";
  position: absolute;
  right: 5px;
  font-family: fontawesome;
  font-size: 20px;
  color: #111111;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .btn-text.btn-icon:after {
    font-size: 18px;
  }
}
.btn-text.btn-icon:hover {
  color: #0d47a1;
}
.btn-text.btn-icon:hover:after {
  color: #0d47a1;
}
.btn-ghost.border-thin,
.btn-fill.border-thin {
  border: 1px solid;
}
.btn-text.color-primary,
.btn-text.icon-primary:after,
.btn-text.hover-icon-primary:hover:after,
.btn-text.hover-color-primary:hover,
.btn-ghost.color-primary,
.btn-ghost.icon-primary:after,
.btn-ghost.hover-icon-primary:hover:after,
.btn-ghost.hover-color-primary:hover,
.btn-fill.color-primary,
.btn-fill.icon-primary:after,
.btn-fill.hover-icon-primary:hover:after,
.btn-fill.hover-color-primary:hover {
  color: #0d47a1;
}
.btn-text.color-accent,
.btn-text.icon-accent:after,
.btn-text.hover-icon-accent:hover:after,
.btn-text.hover-color-accent:hover,
.btn-ghost.color-accent,
.btn-ghost.icon-accent:after,
.btn-ghost.hover-icon-accent:hover:after,
.btn-ghost.hover-color-accent:hover,
.btn-fill.color-accent,
.btn-fill.icon-accent:after,
.btn-fill.hover-icon-accent:hover:after,
.btn-fill.hover-color-accent:hover {
  color: #ff6d00;
}
.btn-text.color-light,
.btn-text.icon-light:after,
.btn-text.hover-icon-light:hover:after,
.btn-text.hover-color-light:hover,
.btn-ghost.color-light,
.btn-ghost.icon-light:after,
.btn-ghost.hover-icon-light:hover:after,
.btn-ghost.hover-color-light:hover,
.btn-fill.color-light,
.btn-fill.icon-light:after,
.btn-fill.hover-icon-light:hover:after,
.btn-fill.hover-color-light:hover {
  color: #ffffff;
}
.btn-text.color-dark,
.btn-text.icon-dark:after,
.btn-text.hover-icon-dark:hover:after,
.btn-text.hover-color-dark:hover,
.btn-ghost.color-dark,
.btn-ghost.icon-dark:after,
.btn-ghost.hover-icon-dark:hover:after,
.btn-ghost.hover-color-dark:hover,
.btn-fill.color-dark,
.btn-fill.icon-dark:after,
.btn-fill.hover-icon-dark:hover:after,
.btn-fill.hover-color-dark:hover {
  color: #111111;
}
.btn-ghost.bg-primary,
.btn-ghost.hover-bg-primary:hover,
.btn-fill.bg-primary,
.btn-fill.hover-bg-primary:hover {
  background-color: #0d47a1;
}
.btn-ghost.bg-accent,
.btn-ghost.hover-bg-accent:hover,
.btn-fill.bg-accent,
.btn-fill.hover-bg-accent:hover {
  background-color: #ff6d00;
}
.btn-ghost.bg-light,
.btn-ghost.hover-bg-light:hover,
.btn-fill.bg-light,
.btn-fill.hover-bg-light:hover {
  background-color: #ffffff;
}
.btn-ghost.bg-dark,
.btn-ghost.hover-bg-dark:hover,
.btn-fill.bg-dark,
.btn-fill.hover-bg-dark:hover {
  background-color: #111111;
}
.btn-ghost.bg-gray,
.btn-ghost.hover-bg-gray:hover,
.btn-fill.bg-gray,
.btn-fill.hover-bg-gray:hover {
  background-color: #e4e4e4;
}
.btn-ghost.border-color-primary,
.btn-ghost.hover-border-primary:hover,
.btn-fill.border-color-primary,
.btn-fill.hover-border-primary:hover {
  border-color: #0d47a1;
}
.btn-ghost.border-color-accent,
.btn-ghost.hover-border-accent:hover,
.btn-fill.border-color-accent,
.btn-fill.hover-border-accent:hover {
  border-color: #ff6d00;
}
.btn-ghost.border-color-light,
.btn-ghost.hover-border-light:hover,
.btn-fill.border-color-light,
.btn-fill.hover-border-light:hover {
  border-color: #ffffff;
}
.btn-ghost.border-color-dark,
.btn-ghost.hover-border-dark:hover,
.btn-fill.border-color-dark,
.btn-fill.hover-border-dark:hover {
  border-color: #111111;
}
.btn-ghost.border-color-gray,
.btn-ghost.hover-border-gray:hover,
.btn-fill.border-color-gray,
.btn-fill.hover-border-gray:hover {
  border-color: #e4e4e4;
}
.btn-ghost {
  cursor: pointer;
  font-size: 18px;
  border: 2px solid;
  border-color: #0d47a1;
  color: #0d47a1;
  background-color: transparent;
  font-weight: 500;
  display: inline-block;
  padding: 5px 35px;
  min-height: 60px;
  line-height: 0;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .btn-ghost {
    padding: 5px 32px;
    min-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-ghost {
    padding: 5px 30px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-ghost {
    padding: 5px 28px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-ghost {
    padding: 5px 25px;
    min-height: 48px;
    font-size: 15px;
  }
}
.btn-ghost:hover {
  background-color: #0d47a1;
  color: #ffffff;
}
.btn-ghost:hover:after {
  color: #ffffff;
}
.btn-fill {
  cursor: pointer;
  font-size: 18px;
  line-height: 0;
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 35px;
  min-height: 50px;
  border: 2px solid;
  border-color: #0d47a1;
  background-color: #0d47a1;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .btn-fill {
    padding: 5px 32px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill {
    padding: 5px 30px;
    min-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill {
    padding: 5px 28px;
    min-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill {
    padding: 5px 25px;
    min-height: 38px;
    font-size: 15px;
  }
}
.btn-fill:hover {
  background-color: transparent;
  color: #0d47a1;
}
.btn-fill:hover:after {
  color: #0d47a1;
}
.btn-text {
  cursor: pointer;
  font-size: 18px;
  color: #0d47a1;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .btn-text {
    font-size: 15px;
  }
}
.btn-text:hover {
  color: #0d47a1;
}
.btn-fill.size-xl,
.btn-ghost.size-xl {
  font-size: 20px;
  padding: 5px 45px;
  min-height: 65px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 42px;
    min-height: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 40px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 35px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 30px;
    min-height: 50px;
  }
}
.btn-fill.size-xl.btn-icon,
.btn-ghost.size-xl.btn-icon {
  padding: 7px 55px 7px 45px;
}
.btn-fill.size-xl.btn-icon:after,
.btn-ghost.size-xl.btn-icon:after {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-xl.btn-icon,
  .btn-ghost.size-xl.btn-icon {
    padding: 6px 52px 6px 42px;
  }
  .btn-fill.size-xl.btn-icon:after,
  .btn-ghost.size-xl.btn-icon:after {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-xl.btn-icon,
  .btn-ghost.size-xl.btn-icon {
    padding: 5px 50px 5px 40px;
  }
  .btn-fill.size-xl.btn-icon:after,
  .btn-ghost.size-xl.btn-icon:after {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-xl.btn-icon,
  .btn-ghost.size-xl.btn-icon {
    padding: 5px 45px 5px 35px;
  }
  .btn-fill.size-xl.btn-icon:after,
  .btn-ghost.size-xl.btn-icon:after {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-xl.btn-icon,
  .btn-ghost.size-xl.btn-icon {
    padding: 5px 40px 5px 30px;
  }
  .btn-fill.size-xl.btn-icon:after,
  .btn-ghost.size-xl.btn-icon:after {
    font-size: 22px;
  }
}
.btn-fill.size-lg,
.btn-ghost.size-lg {
  font-size: 19px;
  padding: 5px 40px;
  min-height: 60px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 38px;
    min-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 35px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 28px;
    min-height: 48px;
  }
}
.btn-text.size-lg.btn-icon,
.btn-fill.size-lg.btn-icon,
.btn-ghost.size-lg.btn-icon {
  padding: 7px 50px 7px 40px;
}
.btn-text.size-lg.btn-icon:after,
.btn-fill.size-lg.btn-icon:after,
.btn-ghost.size-lg.btn-icon:after {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .btn-text.size-lg.btn-icon,
  .btn-fill.size-lg.btn-icon,
  .btn-ghost.size-lg.btn-icon {
    padding: 6px 45px 6px 35px;
  }
  .btn-text.size-lg.btn-icon:after,
  .btn-fill.size-lg.btn-icon:after,
  .btn-ghost.size-lg.btn-icon:after {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-text.size-lg.btn-icon,
  .btn-fill.size-lg.btn-icon,
  .btn-ghost.size-lg.btn-icon {
    padding: 5px 42px 5px 32px;
  }
  .btn-text.size-lg.btn-icon:after,
  .btn-fill.size-lg.btn-icon:after,
  .btn-ghost.size-lg.btn-icon:after {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-text.size-lg.btn-icon,
  .btn-fill.size-lg.btn-icon,
  .btn-ghost.size-lg.btn-icon {
    padding: 5px 40px 5px 30px;
  }
  .btn-text.size-lg.btn-icon:after,
  .btn-fill.size-lg.btn-icon:after,
  .btn-ghost.size-lg.btn-icon:after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-text.size-lg.btn-icon,
  .btn-fill.size-lg.btn-icon,
  .btn-ghost.size-lg.btn-icon {
    padding: 5px 36px 5px 26px;
  }
  .btn-text.size-lg.btn-icon:after,
  .btn-fill.size-lg.btn-icon:after,
  .btn-ghost.size-lg.btn-icon:after {
    font-size: 20px;
  }
}
.btn-fill.size-md,
.btn-ghost.size-md {
  padding: 5px 32px;
  min-height: 55px;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 28px;
    min-height: 48px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 25px;
    min-height: 45px;
    font-size: 16px;
  }
}
.btn-text.size-md.btn-icon,
.btn-fill.size-md.btn-icon,
.btn-ghost.size-md.btn-icon {
  padding: 5px 42px 5px 32px;
}
.btn-text.size-md.btn-icon:after,
.btn-fill.size-md.btn-icon:after,
.btn-ghost.size-md.btn-icon:after {
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  .btn-text.size-md.btn-icon,
  .btn-fill.size-md.btn-icon,
  .btn-ghost.size-md.btn-icon {
    padding: 5px 40px 5px 30px;
  }
  .btn-text.size-md.btn-icon:after,
  .btn-fill.size-md.btn-icon:after,
  .btn-ghost.size-md.btn-icon:after {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-text.size-md.btn-icon,
  .btn-fill.size-md.btn-icon,
  .btn-ghost.size-md.btn-icon {
    padding: 5px 38px 5px 28px;
  }
  .btn-text.size-md.btn-icon:after,
  .btn-fill.size-md.btn-icon:after,
  .btn-ghost.size-md.btn-icon:after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-text.size-md.btn-icon,
  .btn-fill.size-md.btn-icon,
  .btn-ghost.size-md.btn-icon {
    padding: 5px 36px 5px 26px;
  }
  .btn-text.size-md.btn-icon:after,
  .btn-fill.size-md.btn-icon:after,
  .btn-ghost.size-md.btn-icon:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-text.size-md.btn-icon,
  .btn-fill.size-md.btn-icon,
  .btn-ghost.size-md.btn-icon {
    padding: 5px 34px 5px 24px;
  }
  .btn-text.size-md.btn-icon:after,
  .btn-fill.size-md.btn-icon:after,
  .btn-ghost.size-md.btn-icon:after {
    font-size: 20px;
  }
}
.btn-fill.size-sm,
.btn-ghost.size-sm {
  font-size: 16px;
  padding: 5px 30px;
  min-height: 50px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 28px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 25px;
    min-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 22px;
    min-height: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 20px;
    min-height: 42px;
    font-size: 14px;
  }
}
.btn-fill.size-sm.btn-icon,
.btn-ghost.size-sm.btn-icon {
  padding: 5px 40px 3px 30px;
}
.btn-fill.size-sm.btn-icon:after,
.btn-ghost.size-sm.btn-icon:after {
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-sm.btn-icon,
  .btn-ghost.size-sm.btn-icon {
    padding: 5px 38px 3px 28px;
  }
  .btn-fill.size-sm.btn-icon:after,
  .btn-ghost.size-sm.btn-icon:after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-sm.btn-icon,
  .btn-ghost.size-sm.btn-icon {
    padding: 5px 36px 3px 26px;
  }
  .btn-fill.size-sm.btn-icon:after,
  .btn-ghost.size-sm.btn-icon:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-sm.btn-icon,
  .btn-ghost.size-sm.btn-icon {
    padding: 5px 34px 3px 24px;
  }
  .btn-fill.size-sm.btn-icon:after,
  .btn-ghost.size-sm.btn-icon:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-sm.btn-icon,
  .btn-ghost.size-sm.btn-icon {
    padding: 5px 32px 3px 22px;
  }
  .btn-fill.size-sm.btn-icon:after,
  .btn-ghost.size-sm.btn-icon:after {
    font-size: 20px;
  }
}
.btn-text.size-sm.btn-icon {
  padding: 5px 30px 3px 0;
}
.btn-text.size-sm.btn-icon:after {
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .btn-text.size-sm.btn-icon {
    padding: 5px 28px 3px 0;
  }
  .btn-text.size-sm.btn-icon:after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-text.size-sm.btn-icon {
    padding: 5px 26px 3px 0;
  }
  .btn-text.size-sm.btn-icon:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-text.size-sm.btn-icon {
    padding: 5px 24px 3px 0;
  }
  .btn-text.size-sm.btn-icon:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-text.size-sm.btn-icon {
    padding: 5px 22px 3px 0;
  }
  .btn-text.size-sm.btn-icon:after {
    font-size: 20px;
  }
}
.btn-fill.size-xs,
.btn-ghost.size-xs {
  font-size: 14px;
  padding: 5px 26px 3px;
  min-height: 45px;
}
@media only screen and (max-width: 1199px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 25px 3px;
    min-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 22px 3px;
    min-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 20px 3px;
    min-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 18px 3px;
    min-height: 34px;
    font-size: 13px;
  }
}
.btn-text.size-xs.btn-icon,
.btn-fill.size-xs.btn-icon,
.btn-ghost.size-xs.btn-icon {
  padding: 5px 35px 5px 25px;
}
@media only screen and (max-width: 1199px) {
  .btn-text.size-xs.btn-icon,
  .btn-fill.size-xs.btn-icon,
  .btn-ghost.size-xs.btn-icon {
    padding: 5px 32px 5px 22px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-text.size-xs.btn-icon,
  .btn-fill.size-xs.btn-icon,
  .btn-ghost.size-xs.btn-icon {
    padding: 5px 30px 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-text.size-xs.btn-icon,
  .btn-fill.size-xs.btn-icon,
  .btn-ghost.size-xs.btn-icon {
    padding: 5px 28px 5px 18px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-text.size-xs.btn-icon,
  .btn-fill.size-xs.btn-icon,
  .btn-ghost.size-xs.btn-icon {
    padding: 5px 26px 5px 16px;
  }
}
.nav-btn-fill {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}
.nav-btn-fill a.nav-item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  background: #eeeeee;
  color: #111111;
  padding: 10px 3rem;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-btn-fill a.nav-item:last-child {
  margin-right: 0;
}
.nav-btn-fill a.nav-item:hover {
  background: #ff6d00;
  color: #ffffff;
}
.nav-btn-fill a.nav-item.current,
.nav-btn-fill a.nav-item.active {
  background: #ff6d00;
  color: #ffffff;
}
.nav-btn-text {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}
.nav-btn-text a.nav-item {
  float: left;
  color: #888888;
  padding: 15px 0;
  margin-right: 30px;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
}
.nav-btn-text a.nav-item:after {
  content: "";
  height: 3px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #ff6d00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-btn-text a.nav-item:last-child {
  margin-right: 0;
}
.nav-btn-text a.nav-item:hover {
  color: #111111;
}
.nav-btn-text a.nav-item:hover:after {
  width: 100%;
}
.nav-btn-text a.nav-item.current,
.nav-btn-text a.nav-item.active {
  color: #111111;
}
.nav-btn-text a.nav-item.current:after,
.nav-btn-text a.nav-item.active:after {
  width: 100%;
}
.play-btn {
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 9;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  font-size: 30px;
  padding-left: 5px;
  background-color: #ff6d00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*----------------------------------------
2.2 Nav Control Style
----------------------------------------*/
.nav-control-layout1 {
  position: relative;
}
.nav-control-layout1 .owl-controls i {
  color: #111111;
  display: block;
  line-height: 36px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout1 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-layout1 .owl-controls .owl-nav > div {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  opacity: 1;
  margin: 0 4px;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout1 .owl-controls .owl-prev:hover,
.nav-control-layout1 .owl-controls .owl-next:hover {
  background: #0d47a1;
  border: 1px solid #0d47a1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout1 .owl-controls .owl-prev:hover i,
.nav-control-layout1 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-layout2 {
  position: relative;
}
.nav-control-layout2 .owl-controls i {
  color: #111111;
  display: block;
  line-height: 36px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-layout2 .owl-controls .owl-nav > div {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  opacity: 1;
  margin: 0 4px;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-controls .owl-prev:hover,
.nav-control-layout2 .owl-controls .owl-next:hover {
  background: #0d47a1;
  border: 1px solid #0d47a1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-controls .owl-prev:hover i,
.nav-control-layout2 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-layout3 {
  position: relative;
}
.nav-control-layout3 .owl-controls {
  position: absolute;
  top: -83px;
  right: 0;
  z-index: 5;
}
.nav-control-layout3 .owl-controls i {
  color: #111111;
  display: block;
  line-height: 36px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-layout3 .owl-controls .owl-nav > div {
  background-color: transparent;
  opacity: 1;
  margin: 0 10px 0 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-controls .owl-nav > div:last-child {
  margin: 0;
}
.nav-control-layout3 .owl-controls .owl-prev:hover,
.nav-control-layout3 .owl-controls .owl-next:hover {
  background-color: transparent;
}
.nav-control-layout3 .owl-controls .owl-prev:hover i,
.nav-control-layout3 .owl-controls .owl-next:hover i {
  color: #ff6d00;
}
@media only screen and (min-width: 576px) {
  .nav-control-layout1 .owl-controls {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 5;
  }
}
@media only screen and (min-width: 576px) {
  .nav-control-layout2 .owl-controls {
    position: absolute;
    top: -75px;
    right: 10px;
    z-index: 5;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout1 .owl-controls i {
    line-height: 26px;
    font-size: 16px;
  }
  .nav-control-layout1 .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 4px;
    height: 35px;
    width: 35px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .nav-control-layout1 .owl-controls .owl-prev {
    left: 0px;
  }
  .nav-control-layout1 .owl-controls .owl-next {
    right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout2 .owl-controls i {
    line-height: 26px;
    font-size: 16px;
  }
  .nav-control-layout2 .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 4px;
    height: 35px;
    width: 35px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .nav-control-layout2 .owl-controls .owl-prev {
    left: 0px;
  }
  .nav-control-layout2 .owl-controls .owl-next {
    right: 0px;
  }
}
.nav-control-middle-layout1 .owl-controls i {
  color: #ff6d00;
  display: block;
  line-height: 3.6rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle-layout1 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle-layout1 .owl-controls .owl-nav > div {
  border: 1px solid #ff6d00;
  opacity: 1;
  font-size: 1.8rem;
  margin: 0 4px;
  height: 4.6rem;
  width: 4.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle-layout1 .owl-controls .owl-prev {
  left: 0;
}
.nav-control-middle-layout1 .owl-controls .owl-prev:hover {
  border: 1px solid #ff6d00;
  background: #ff6d00;
}
.nav-control-middle-layout1 .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle-layout1 .owl-controls .owl-next {
  right: 0;
}
.nav-control-middle-layout1 .owl-controls .owl-next:hover {
  border: 1px solid #ff6d00;
  background: #ff6d00;
}
.nav-control-middle-layout1 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-middle-layout2 .owl-controls i {
  color: #111111;
  display: block;
  line-height: 3.6rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle-layout2 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle-layout2 .owl-controls .owl-nav > div {
  opacity: 1;
  font-size: 1.8rem;
  margin: 0 4px;
  height: 4.6rem;
  width: 4.6rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle-layout2 .owl-controls .owl-prev {
  left: 0;
}
.nav-control-middle-layout2 .owl-controls .owl-prev:hover {
  background: #ff6d00;
}
.nav-control-middle-layout2 .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle-layout2 .owl-controls .owl-next {
  right: 0;
}
.nav-control-middle-layout2 .owl-controls .owl-next:hover {
  background: #ff6d00;
}
.nav-control-middle-layout2 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.nav-control-middle-layout3 .owl-controls i {
  color: #111111;
  display: block;
  line-height: 3.6rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle-layout3 .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle-layout3 .owl-controls .owl-nav > div {
  opacity: 1;
  font-size: 1.8rem;
  margin: 0 4px;
  height: 4.6rem;
  width: 4.6rem;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle-layout3 .owl-controls .owl-prev {
  left: 0;
}
.nav-control-middle-layout3 .owl-controls .owl-prev:hover {
  background: #ff6d00;
}
.nav-control-middle-layout3 .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-middle-layout3 .owl-controls .owl-next {
  right: 0;
}
.nav-control-middle-layout3 .owl-controls .owl-next:hover {
  background: #ff6d00;
}
.nav-control-middle-layout3 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.dot-control-layout1 .owl-controls {
  line-height: 1;
  margin-top: 5px;
}
.dot-control-layout1 .owl-controls .owl-dots .owl-dot span {
  margin: 0 10px 0 0;
  height: 15px;
  width: 15px;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-controls .owl-dots .owl-dot:last-child span {
  margin: 0;
}
.dot-control-layout1 .owl-controls .owl-dots .active span {
  border: 1px solid #0d47a1;
  background: #0d47a1;
}
.dot-control-layout1 .owl-nav {
  margin-top: 0;
}
.dot-control-layout2 .owl-controls {
  line-height: 1;
  margin-top: 5px;
}
.dot-control-layout2 .owl-controls .owl-dots {
  text-align: left;
}
.dot-control-layout2 .owl-controls .owl-dots .owl-dot span {
  margin: 0 10px 0 0;
  height: 15px;
  width: 15px;
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dot-control-layout2 .owl-controls .owl-dots .owl-dot:last-child span {
  margin: 0;
}
.dot-control-layout2 .owl-controls .owl-dots .active span {
  background: #ffffff;
}
.dot-control-layout2 .owl-nav {
  margin-top: 0;
}
.owl-controls .owl-nav {
  margin-top: 0;
}
/*----------------------------------------
2.3 Section Heading Style
----------------------------------------*/
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4 {
  width: 100%;
  margin: 0 auto 20px;
  margin-top: 20px
}
@media only screen and (max-width: 767px) {
  .section-heading h1,
  .section-heading h2,
  .section-heading h3,
  .section-heading h4 {
    width: 100%;
  }
}
.section-heading p {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .section-heading p {
    width: 100%;
  }
}
.section-heading p.sub-title {
  color: #ababac;
}
.section-heading.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.text-left h1,
.section-heading.text-left h2,
.section-heading.text-left h3,
.section-heading.text-left h4 {
  width: 100%;
  text-align: left;
}
.section-heading.text-left p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section-heading.text-right h1,
.section-heading.text-right h2,
.section-heading.text-right h3,
.section-heading.text-right h4 {
  width: 100%;
  text-align: left;
}
.section-heading.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
/*----------------------------------------
2.4 Title Style
----------------------------------------*/
.title-light {
  text-transform: none;
  font-weight: 300;
}
.title-light h1,
.title-light h2,
.title-light h3,
.title-light h4 {
  text-transform: none;
  font-weight: 300;
}
.title-light p {
  text-transform: inherit;
  font-weight: 400;
}
.title-regular {
  text-transform: none;
  font-weight: 400;
}
.title-regular h1,
.title-regular h2,
.title-regular h3,
.title-regular h4 {
  text-transform: none;
  font-weight: 400;
}
.title-regular p {
  text-transform: inherit;
  font-weight: 400;
}
.title-medium {
  text-transform: none;
  font-weight: 500;
}
.title-medium h1,
.title-medium h2,
.title-medium h3,
.title-medium h4 {
  text-transform: none;
  font-weight: 500;
}
.title-medium p {
  text-transform: inherit;
  font-weight: 400;
}
.title-semibold {
  text-transform: none;
  font-weight: 600;
}
.title-semibold h1,
.title-semibold h2,
.title-semibold h3,
.title-semibold h4 {
  text-transform: none;
  font-weight: 600;
}
.title-semibold p {
  text-transform: inherit;
  font-weight: 400;
}
.title-bold {
  text-transform: none;
  font-weight: 700;
}
.title-bold h1,
.title-bold h2,
.title-bold h3,
.title-bold h4 {
  text-transform: none;
  font-weight: 700;
}
.title-bold p {
  text-transform: inherit;
  font-weight: 400;
}
.title-black {
  text-transform: nonenone;
  font-weight: 900;
}
.title-black h1,
.title-black h2,
.title-black h3,
.title-black h4 {
  text-transform: none;
  font-weight: 900;
}
.title-black p {
  text-transform: inherit;
  font-weight: 400;
}
.title-light.color-primary h1,
.title-regular.color-primary h1,
.title-medium.color-primary h1,
.title-semibold.color-primary h1,
.title-bold.color-primary h1,
.title-black.color-primary h1,
.title-light.color-primary h2,
.title-regular.color-primary h2,
.title-medium.color-primary h2,
.title-semibold.color-primary h2,
.title-bold.color-primary h2,
.title-black.color-primary h2,
.title-light.color-primary h3,
.title-regular.color-primary h3,
.title-medium.color-primary h3,
.title-semibold.color-primary h3,
.title-bold.color-primary h3,
.title-black.color-primary h3,
.title-light.color-primary h4,
.title-regular.color-primary h4,
.title-medium.color-primary h4,
.title-semibold.color-primary h4,
.title-bold.color-primary h4,
.title-black.color-primary h4 {
  color: #0d47a1;
}
.title-light.color-primary a,
.title-regular.color-primary a,
.title-medium.color-primary a,
.title-semibold.color-primary a,
.title-bold.color-primary a,
.title-black.color-primary a {
  color: #0d47a1;
}
.title-light.color-accent h1,
.title-regular.color-accent h1,
.title-medium.color-accent h1,
.title-semibold.color-accent h1,
.title-bold.color-accent h1,
.title-black.color-accent h1,
.title-light.color-accent h2,
.title-regular.color-accent h2,
.title-medium.color-accent h2,
.title-semibold.color-accent h2,
.title-bold.color-accent h2,
.title-black.color-accent h2,
.title-light.color-accent h3,
.title-regular.color-accent h3,
.title-medium.color-accent h3,
.title-semibold.color-accent h3,
.title-bold.color-accent h3,
.title-black.color-accent h3,
.title-light.color-accent h4,
.title-regular.color-accent h4,
.title-medium.color-accent h4,
.title-semibold.color-accent h4,
.title-bold.color-accent h4,
.title-black.color-accent h4 {
  color: #ff6d00;
}
.title-light.color-accent a,
.title-regular.color-accent a,
.title-medium.color-accent a,
.title-semibold.color-accent a,
.title-bold.color-accent a,
.title-black.color-accent a {
  color: #ff6d00;
}
.title-light.color-light,
.title-regular.color-light,
.title-medium.color-light,
.title-semibold.color-light,
.title-bold.color-light,
.title-black.color-light {
  color: #ffffff;
}
.title-light.color-light h1,
.title-regular.color-light h1,
.title-medium.color-light h1,
.title-semibold.color-light h1,
.title-bold.color-light h1,
.title-black.color-light h1,
.title-light.color-light h2,
.title-regular.color-light h2,
.title-medium.color-light h2,
.title-semibold.color-light h2,
.title-bold.color-light h2,
.title-black.color-light h2,
.title-light.color-light h3,
.title-regular.color-light h3,
.title-medium.color-light h3,
.title-semibold.color-light h3,
.title-bold.color-light h3,
.title-black.color-light h3,
.title-light.color-light h4,
.title-regular.color-light h4,
.title-medium.color-light h4,
.title-semibold.color-light h4,
.title-bold.color-light h4,
.title-black.color-light h4 {
  color: #ffffff;
}
.title-light.color-light a,
.title-regular.color-light a,
.title-medium.color-light a,
.title-semibold.color-light a,
.title-bold.color-light a,
.title-black.color-light a {
  color: #ffffff;
}
.title-light.color-dark h1,
.title-regular.color-dark h1,
.title-medium.color-dark h1,
.title-semibold.color-dark h1,
.title-bold.color-dark h1,
.title-black.color-dark h1,
.title-light.color-dark h2,
.title-regular.color-dark h2,
.title-medium.color-dark h2,
.title-semibold.color-dark h2,
.title-bold.color-dark h2,
.title-black.color-dark h2,
.title-light.color-dark h3,
.title-regular.color-dark h3,
.title-medium.color-dark h3,
.title-semibold.color-dark h3,
.title-bold.color-dark h3,
.title-black.color-dark h3,
.title-light.color-dark h4,
.title-regular.color-dark h4,
.title-medium.color-dark h4,
.title-semibold.color-dark h4,
.title-bold.color-dark h4,
.title-black.color-dark h4 {
  color: #111111;
}
.title-light.color-dark a,
.title-regular.color-dark a,
.title-medium.color-dark a,
.title-semibold.color-dark a,
.title-bold.color-dark a,
.title-black.color-dark a {
  color: #111111;
}
.title-light.hover-color-primary a:hover,
.title-regular.hover-color-primary a:hover,
.title-medium.hover-color-primary a:hover,
.title-semibold.hover-color-primary a:hover,
.title-bold.hover-color-primary a:hover,
.title-black.hover-color-primary a:hover {
  color: #0d47a1;
}
.title-light.hover-color-accent a:hover,
.title-regular.hover-color-accent a:hover,
.title-medium.hover-color-accent a:hover,
.title-semibold.hover-color-accent a:hover,
.title-bold.hover-color-accent a:hover,
.title-black.hover-color-accent a:hover {
  color: #ff6d00;
}
.title-light.hover-color-light a:hover,
.title-regular.hover-color-light a:hover,
.title-medium.hover-color-light a:hover,
.title-semibold.hover-color-light a:hover,
.title-bold.hover-color-light a:hover,
.title-black.hover-color-light a:hover {
  color: #ffffff;
}
.title-light.hover-color-dark a:hover,
.title-regular.hover-color-dark a:hover,
.title-medium.hover-color-dark a:hover,
.title-semibold.hover-color-dark a:hover,
.title-bold.hover-color-dark a:hover,
.title-black.hover-color-dark a:hover {
  color: #111111;
}
/*----------------------------------------
2.5 Pagination Style
----------------------------------------*/
.pagination-align-center {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-align-center li {
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 0px 0px #e7e7e7;
  -moz-box-shadow: 0px 1px 0px 0px #e7e7e7;
  box-shadow: 0px 1px 0px 0px #e7e7e7;
}
.pagination-align-center li:last-child {
  margin-right: 0;
}
.pagination-align-center li a {
  width: 42px;
  font-size: 17px;
  color: #111111;
  height: 38px;
  background: #ebebeb;
  display: block;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-align-center li a:hover {
  background: #ff6d00;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-align-center .active a {
  background: #ff6d00;
  color: #ffffff;
}
.pagination-align-left {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pagination-align-left li {
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 0px 0px #e7e7e7;
  -moz-box-shadow: 0px 1px 0px 0px #e7e7e7;
  box-shadow: 0px 1px 0px 0px #e7e7e7;
}
.pagination-align-left li:last-child {
  margin-right: 0;
}
.pagination-align-left li a {
  width: 42px;
  font-size: 17px;
  color: #111111;
  height: 38px;
  background: #ebebeb;
  display: block;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-align-left li a:hover {
  background: #ff6d00;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-align-left .active a {
  background: #ff6d00;
  color: #ffffff;
}
/*----------------------------------------
2.6 Inner Page Banner Style
----------------------------------------*/
.inner-page-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0d47a1;
  display: block;
  padding: 7rem 0 7.8rem;
}
.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 4rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
  }
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
 content: '\f178';
 font-family: 'FontAwesome';
 position: absolute;
 right: -6px;
 top: 0px;
 z-index: 5;
 color: #ff6c00;
}
.inner-page-banner .breadcrumbs-area ul li a {
  color: #ff6c00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}
/*----------------------------------------
2.7 Preloader Style
----------------------------------------*/
#preloader {
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
#preloader .loading-page {
  background: #0d0d0d;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#preloader .loading-page .loading-counter {
  text-align: center;
  position: relative;
  width: 200px;
}
#preloader .loading-page .loading-counter p {
  font-size: 40px;
  color: #0d47a1;
}
#preloader .loading-page .loading-counter .item-counting {
  color: #ff6d00;
  font-size: 60px;
  margin-bottom: 30px;
}
#preloader .loading-page .loading-counter hr {
  background: #0d47a1;
  border: none;
  height: 2px;
}
/*----------------------------------------
2.8 ScrollUp Style
----------------------------------------*/
#scrollUp {
  background-color: rgba(13, 71, 161, 0.3);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 44px;
  z-index: 99999;
  border: 2px solid #0d47a1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#scrollUp i {
  color: #0d47a1;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: #0d47a1;
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #ffffff;
}
#scrollUp {
  animation: blinker 10s linear infinite;
}
@keyframes blinker {
  90% {
    opacity: 0;
  }
}
/*=======================================================================
[02] Header Area Style
=========================================================================*/
.header-top-bar {
  min-height: 48px;
}
ul.topbar-call li {
  display: inline-block;
  color: #dfdfdf;
  margin-right: 30px;
  font-size: 14px;
}
ul.topbar-call li i {
  font-size: 16px;
  color: #ff6d00;
  margin-right: 10px;
  margin-left: 0;
}
ul.topbar-call li:last-child {
  margin-right: 0;
}
ul.topbar-social li {
  margin-right: 5px;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
}
ul.topbar-social li a {
  display: block;
  padding: 10px 10px 6px;
}
ul.topbar-social li a i {
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.topbar-social li a:hover i {
  color: #0d47a1;
}
ul.topbar-social li:last-child {
  margin-right: 0;
}
ul.topbar-social li:last-child a {
  padding: 10px 0 6px 12px;
}
.header-fixed {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 100;
  position: fixed;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.template-main-menu {
  text-align: right;
}
.template-main-menu nav ul li.default-item {
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.template-main-menu nav ul li.default-item a {
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .template-main-menu nav ul li.default-item a {
    padding: 40px 9px;
  }
}
.template-main-menu nav ul li.default-item a:hover {
  color: #ff6d00;
}
.template-main-menu nav ul li.default-item ul.template-dropdown-menu {
  background: #ff6d00;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 240px;
  padding: 0;
  top: 100%;
  position: absolute;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999;
}
.template-main-menu nav ul li.default-item ul.template-dropdown-menu li {
  display: block;
  border-bottom: 1px solid #0a387f;
  position: relative;
}
.template-main-menu nav ul li.default-item ul.template-dropdown-menu li a {
  display: block;
  color: #ffffff;
  padding: 10px 10px 10px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.template-main-menu nav ul li.default-item ul.template-dropdown-menu li a:hover,
.template-main-menu nav ul li.default-item ul.template-dropdown-menu li a:focus {
  background: #0a387f;
  padding: 10px 10px 10px 30px;
}
.template-main-menu nav ul li.default-item ul.template-dropdown-menu li:last-child {
  border-bottom: none;
}
.template-main-menu nav ul li.default-item:hover ul.template-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.template-main-menu nav ul li.default-item:hover ul.template-dropdown-menu li.active a {
  background: #0a387f;
  padding: 10px 10px 10px 30px;
}
.template-main-menu nav ul li.default-item.active a {
  color: #ff6d00;
}
.template-main-menu nav ul li.default-item.active ul li.active a {
  background: #0a387f;
  padding-left: 10px;
  color: #ffffff;
}
.template-main-menu nav ul li.default-item.menu-justify {
  position: static;
}
.template-main-menu nav ul li.default-item.menu-justify .template-dropdown-mega-menu {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  visibility: hidden;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.template-main-menu nav ul li.default-item.menu-justify .template-dropdown-mega-menu .mega-menu-inner {
  background: #ff6d00;
  padding: 15px;
}
.template-main-menu nav ul li.default-item.menu-justify .template-dropdown-mega-menu .mega-menu-inner ul.mega-menu-items li {
  border-bottom: 1px solid #0a387f;
  display: block;
  position: relative;
}
.template-main-menu nav ul li.default-item.menu-justify .template-dropdown-mega-menu .mega-menu-inner ul.mega-menu-items li a {
  font-size: 16px;
  display: block;
  color: #ffffff;
  padding: 8px 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-main-menu nav ul li.default-item.menu-justify .template-dropdown-mega-menu .mega-menu-inner ul.mega-menu-items li a:hover {
  background: #0a387f;
  padding-left: 10px;
}
.template-main-menu nav ul li.default-item.menu-justify .template-dropdown-mega-menu .mega-menu-inner ul.mega-menu-items li:last-child {
  border-bottom: none;
}
.template-main-menu nav ul li.default-item.menu-justify .template-dropdown-mega-menu .mega-menu-inner ul.mega-menu-items li.active a {
  background: #0a387f;
  padding-left: 10px;
}
.template-main-menu nav ul li.default-item.menu-justify:hover .template-dropdown-mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-one .main-menu-area nav ul li a {
  padding: 40px 15px;
  color: #111111;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-one .main-menu-area nav ul li a {
    padding: 40px 9px;
  }
}
.header-style-one .main-menu-area nav ul li ul li a {
  padding: 10px 10px 10px 15px;
  color: #ffffff;
}
.header-style-one .stick {
  border-bottom: 2px solid #0d47a1;
  background: rgba(255, 255, 255, 0.9);
}
.header-style-one .stick nav ul li a {
  padding: 30px 15px;
  color: #111111;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-one .stick nav ul li a {
    padding: 30px 9px;
  }
}
.header-style-one .stick nav ul li ul li a {
  padding: 10px 10px 10px 15px;
  color: #ffffff;
}
.header-style-two {
  border-bottom: 1px solid #254786;
}
.header-style-two .main-menu-area nav ul li a {
  padding: 40px 15px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-two .main-menu-area nav ul li a {
    padding: 40px 9px;
  }
}
.header-style-two .main-menu-area nav ul li ul li a {
  padding: 10px 10px 10px 15px;
  color: #ffffff;
}
.header-style-two .stick {
  background: rgba(17, 17, 17, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-style-two .stick nav ul li a {
  padding: 30px 15px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-two .stick nav ul li a {
    padding: 30px 9px;
  }
}
.header-style-two .stick nav ul li ul li a {
  padding: 10px 10px 10px 15px;
  color: #ffffff;
}
.header-action-items {
  text-align: right;
}
.header-action-items ul li.header-action-item {
  display: inline-block;
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
  margin-right: 10px;
}
.header-action-items ul li.header-action-item:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 7;
  width: 1px;
  height: 20px;
  background-color: #e4e4e4;
  right: 0;
}
.header-action-items ul li.header-action-item:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.header-action-items ul li.header-action-item:last-child:after {
  display: none;
}
.header-action-items ul li.header-action-item:first-child {
  padding-left: 0;
}
.header-action-items ul li.header-action-item i:before {
  margin-left: 0;
}
.header-search {
  position: relative;
  line-height: 0;
}
.header-search button {
  border: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-search button:focus {
  outline: none;
}
.header-search .search-input {
  position: absolute;
  top: -13px;
  right: 33px;
  z-index: 10;
  height: 42px;
  width: 800px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.98);
  border: none;
  padding: 5px 30px 8px;
  color: #111111;
  display: none;
  -webkit-box-shadow: 0px 5px 10px 3px rgba(255, 109, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px 3px rgba(255, 109, 0, 0.3);
  box-shadow: 0px 5px 10px 3px rgba(255, 109, 0, 0.3);
}
@media only screen and (max-width: 1199px) {
  .header-search .search-input {
    right: 25px;
    width: 740px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search .search-input {
    right: 25px;
    width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search .search-input {
    right: 25px;
    width: 230px;
  }
}
.header-search input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.header-search input::-webkit-input-placeholder,
.header-search textarea::-webkit-input-placeholder {
  color: #111111;
}
.header-search input::-moz-placeholder,
.header-search textarea::-moz-placeholder {
  color: #111111;
}
.header-search input:-moz-placeholder,
.header-search textarea:-moz-placeholder {
  color: #111111;
}
.header-search input:-ms-input-placeholder,
.header-search textarea:-ms-input-placeholder {
  color: #111111;
}
.header-search.icon-dark button {
  background-color: transparent;
  color: #444444;
}
.header-search.icon-dark button:hover {
  color: #0d47a1;
}
.header-search.icon-light button {
  background-color: transparent;
  color: #ffffff;
}
.header-search.icon-light button:hover {
  color: #ff6d00;
}
.cart-area {
  position: relative;
}
.cart-area:hover .cart-wrapper {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.cart-area .cart-trigger-icon {
  line-height: 82px;
  display: block;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.cart-area .cart-trigger-icon span {
  background: #ff6d00;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: 20px;
  width: 20px;
  font-size: 12px;
  right: 10px;
  line-height: 20px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.cart-area .cart-trigger-icon.icon-dark {
  color: #111111;
}
.cart-area .cart-trigger-icon.icon-dark:hover {
  color: #ff6d00;
}
.cart-area .cart-trigger-icon.icon-light {
  color: #ffffff;
}
.cart-area .cart-trigger-icon.icon-light:hover {
  color: #ff6d00;
}
.cart-area .cart-wrapper {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -15deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  padding: 15px 15px 0 15px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.96);
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  width: 418px;
  z-index: 999999;
}
.cart-area .cart-wrapper > li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.cart-area .cart-wrapper > li .media {
  position: relative;
}
.cart-area .cart-wrapper > li .media .cart-product-img a {
  display: inline-block;
}
.cart-area .cart-wrapper > li .media .cart-product-img a img {
  border: 1px solid #dddddd;
  width: 80px;
  min-height: 80px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area .cart-wrapper > li .media .cart-content ul li {
  margin-right: 15px;
  display: inline-block;
}
.cart-area .cart-wrapper > li .media .cart-content ul li .cart-title-line1 {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.cart-area .cart-wrapper > li .media .cart-content ul li .cart-title-line1 a {
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area .cart-wrapper > li .media .cart-content ul li .cart-title-line1 a:hover {
  color: #0d47a1;
}
.cart-area .cart-wrapper > li .media .cart-content ul li .cart-title-line2 {
  font-size: 12px;
}
.cart-area .cart-wrapper > li .media .cart-content ul li .cart-title-line2 span {
  color: #000000;
}
.cart-area .cart-wrapper > li .media .cart-content ul li:first-child {
  width: 140px;
  margin-top: 20px;
}
.cart-area .cart-wrapper > li .media .cart-content ul li:last-child {
  margin-right: 0;
}
.cart-area .cart-wrapper > li .media .cart-content a.trash i:before {
  color: #000;
}
.cart-area .cart-wrapper > li .media .cart-content a.trash:hover i:before {
  color: #f44336;
}
.cart-area .cart-wrapper > li:last-child {
  border-bottom: none;
}
.cart-area .cart-wrapper > li .checkout-btn-area {
  margin: 10px 0;
  text-align: center;
}
.cart-area .cart-wrapper > li .checkout-btn-area li {
  display: inline;
}
#wrapper.open {
  margin-right: 280px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-bar {
  position: fixed;
  float: none;
  z-index: 99;
  background: transparent;
  padding: 0;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-bar .meanmenu-reveal {
  z-index: 999;
  top: 7px;
  position: absolute;
  color: #111111;
}
.mean-container .mean-bar .meanmenu-reveal span {
  background: #111111;
}
.mean-container .mean-bar .mean-nav {
  background: transparent;
}
.mean-container .mean-bar .mean-nav ul li a {
  color: #111111;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-bar .mean-nav ul li a:hover {
  color: #0d47a1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-bar .mean-nav ul li li a {
  color: #111111;
  opacity: 1;
  border-top: 1px solid #dddddd;
}
.mean-container .mean-bar .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-bar .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  border-bottom: 1px solid #0d47a1;
  position: relative;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.mean-container .mean-bar .mobile-menu-nav-back .logo-mobile {
  box-sizing: border-box;
}
nav#main-nav {
  display: inline-block;
  position: relative;
}
nav#main-nav > ul {
  visibility: hidden;
}
nav#main-nav.active {
  visibility: visible;
}
body.mean-container.menuOpen {
  overflow: hidden;
}
.mean-container .mean-nav ul li a.mean-expand {
  padding: 5px 12px!important;
  height: inherit;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none!important;
  }
}
.offcanvas-menu-btn {
  position: relative;
  width: 12px;
  margin-left: 15px;
}
.offcanvas-menu-btn a.menu-bar {
  height: 30px;
  position: absolute;
  top: -20px;
  display: block;
  left: -15px;
}
.offcanvas-menu-btn a.menu-bar span {
  display: block;
  height: 1px;
  width: 28px;
  background-color: #ffffff;
  margin-top: 7px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offcanvas-menu-btn a.menu-times {
  height: 30px;
  position: absolute;
  top: -20px;
  display: block;
  left: -15px;
}
.offcanvas-menu-btn a.menu-times span {
  display: block;
  height: 1px;
  width: 28px;
  background-color: #ffffff;
  margin-top: 7px;
}
.offcanvas-menu-btn a.menu-times span:first-child {
  position: relative;
  bottom: -8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.offcanvas-menu-btn a.menu-times span:last-child {
  position: relative;
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.offcanvas-menu-btn a.menu-bar.open {
  display: none;
}
.offcanvas-menu-btn a.menu-bar.close {
  display: none;
}
.offcanvas-menu-btn a.menu-times.close {
  display: none;
}
.offcanvas-menu-btn a.menu-times.open {
  display: block;
}
.offcanvas-menu-btn a.menu-times.re-point {
  top: -20px;
  left: 230px;
}
.offcanvas-btn-repoint {
  margin-left: 30px;
  width: inherit;
}
.offcanvas-body-wrapper {
  position: fixed;
  height: 100%;
  width: 300px;
  z-index: 999999;
  top: 0;
  right: -300px;
  background-color: #2c2c2c;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow-x: hidden;
  padding-top: 30px;
  -webkit-box-shadow: inset 4px 0px 15px 2px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 4px 0px 15px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 4px 0px 15px 2px rgba(255, 255, 255, 0.3);
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav {
  margin-top: 40px;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li {
  display: block;
  border-bottom: 1px solid #000000;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li:last-child {
  border-bottom: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 12px 0 12px 70px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a i {
  position: absolute;
  top: 12px;
  left: 30px;
  font-size: 20px;
  margin-right: 20px;
  color: #818181;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a:hover {
  background-color: #0d47a1;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a:hover i {
  color: #ffffff;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav {
  background-color: #393939;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav li a {
  position: relative;
  border-bottom: 1px solid #303030;
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 100px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav li a:hover {
  color: #ff6d00;
  background-color: #303030;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav li a:before {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 3px;
  content: "";
  background-color: #0d47a1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li ul.offcanvas-sub-nav li:last-child a {
  border-bottom: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default > .panel-heading {
  background-color: transparent;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default > .panel-heading a {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 12px 0 12px 70px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default > .panel-heading a i {
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 20px;
  margin-right: 20px;
  color: #818181;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default > .panel-heading a:hover {
  background-color: #0d47a1;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default > .panel-heading a:hover i {
  color: #ffffff;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-heading.active a {
  background-color: #0d47a1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-heading.active a i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel {
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel .panel-body {
  border-top: 0;
  padding: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body .panel-group .panel + .panel {
  margin-top: 0;
}
div#wrapper.open > .offcanvas-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 20;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
div#wrapper {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*=======================================================================
[03] Slider Area Style
=========================================================================*/
.slider-area {
  position: relative;
}
.slider-direction-layout1 .nivo-controlNav {
  right: 5%;
  bottom: inherit;
  top: 50%;
  transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  left: inherit;
  z-index: 8;
}
.slider-direction-layout1 .nivo-controlNav .nivo-control {
  text-indent: -9999px;
  width: 0.6rem;
  height: 3rem;
  background-color: #0d47a1;
  color: #0d47a1;
  margin-bottom: 1rem;
  display: block;
}
.slider-direction-layout1 .nivo-controlNav .nivo-control:hover {
  background-color: #ff6d00;
}
.slider-direction-layout1 .nivo-controlNav .nivo-control.active {
  background-color: #ff6d00;
}
.slider-direction-layout1 .nivo-caption {
  opacity: 1;
  top: 0;
  z-index: 7;
}
.slider-layout1 .slide-1 .slider-big-text p,
.slider-layout1 .slide-2 .slider-big-text p,
.slider-layout1 .slide-3 .slider-big-text p {
  padding: 0;
  line-height: 1.2;
  font-size: 4.8rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .slide-1 .slider-big-text p,
  .slider-layout1 .slide-2 .slider-big-text p,
  .slider-layout1 .slide-3 .slider-big-text p {
    font-size: 3.6rem;
  }
}
.slider-layout1 .slide-1 .slider-small-text p,
.slider-layout1 .slide-2 .slider-small-text p,
.slider-layout1 .slide-3 .slider-small-text p {
  margin-bottom: 30px;
  width: 50%;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .slide-1 .slider-small-text p,
  .slider-layout1 .slide-2 .slider-small-text p,
  .slider-layout1 .slide-3 .slider-small-text p {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 .slider-small-text p,
  .slider-layout1 .slide-2 .slider-small-text p,
  .slider-layout1 .slide-3 .slider-small-text p {
    display: none;
  }
}
.overlay-slider {
  position: relative;
  overflow: hidden;
}
.overlay-slider:before {
  content: url('https://www.radiustheme.com/demo/html/seomaster/img/slider/slider-curve-overlay.png');
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}
.overlay-slider:after {
  content: url('https://www.radiustheme.com/demo/html/seomaster/img/slider/slider-icon-overlay.png');
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 60%;
  left: 0;
  z-index: 6;
}
.slider-area .slide-1 .first-line {
  -webkit-animation: fadeInRightBig 1000ms ease-in-out;
  -moz-animation: fadeInRightBig 1000ms ease-in-out;
  -ms-animation: fadeInRightBig 1000ms ease-in-out;
  animation: fadeInRightBig 1000ms ease-in-out;
}
.slider-area .slide-1 .second-line {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-1 .third-line {
  -webkit-animation: bounceInUp 1500ms ease-in-out;
  -moz-animation: bounceInUp 1500ms ease-in-out;
  -ms-animation: bounceInUp 1500ms ease-in-out;
  animation: bounceInUp 1500ms ease-in-out;
}
.slider-area .slide-1 .forth-line {
  -webkit-animation: zoomIn 2000ms ease-in-out;
  -moz-animation: zoomIn 2000ms ease-in-out;
  -ms-animation: zoomIn 2000ms ease-in-out;
  animation: zoomIn 2000ms ease-in-out;
}
.slider-area .slide-2 .first-line {
  -webkit-animation: fadeInLeftBig 1000ms ease-in-out;
  -moz-animation: fadeInLeftBig 1000ms ease-in-out;
  -ms-animation: fadeInLeftBig 1000ms ease-in-out;
  animation: fadeInLeftBig 1000ms ease-in-out;
}
.slider-area .slide-2 .second-line {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-2 .third-line {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-2 .forth-line {
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider-area .slide-3 .first-line {
  -webkit-animation: bounceInDown 1000ms ease-in-out;
  -moz-animation: bounceInDown 1000ms ease-in-out;
  -ms-animation: bounceInDown 1000ms ease-in-out;
  animation: bounceInDown 1000ms ease-in-out;
}
.slider-area .slide-3 .second-line {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-3 .third-line {
  -webkit-animation: bounceInUp 1500ms ease-in-out;
  -moz-animation: bounceInUp 1500ms ease-in-out;
  -ms-animation: bounceInUp 1500ms ease-in-out;
  animation: bounceInUp 1500ms ease-in-out;
}
.slider-area .slide-3 .forth-line {
  -webkit-animation: bounceInUp 2000ms ease-in-out;
  -moz-animation: bounceInUp 2000ms ease-in-out;
  -ms-animation: bounceInUp 2000ms ease-in-out;
  animation: bounceInUp 2000ms ease-in-out;
}
/*=======================================================================
[04] About Area Style
=========================================================================*/
.about-layout1 p {
  font-size: 17px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .about-layout1 .item-content {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-layout1 .item-img {
    margin-bottom: 9rem;
  }
}
.about-layout2 {
  text-align: center;
}
.about-layout2 .title span {
  color: #ff6d00;
  font-weight: 700;
}
.about-layout2 p {
  margin-bottom: 50px;
}
.about-layout3 .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-layout3 .row:nth-child(1n) {
  position: relative;
}
.about-layout3 .row:nth-child(1n):after {
  content: "";
  background-color: #f7f7f7;
  height: 100%;
  width: 3000px;
  right: 50%;
  top: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-layout3 .row:nth-child(1n):after {
    display: none;
  }
}
.about-layout3 .row:nth-child(1n):before {
  content: "";
  background-color: #ffffff;
  height: 100%;
  width: 3000px;
  left: 50%;
  top: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-layout3 .row:nth-child(1n):before {
    display: none;
  }
}
.about-layout3 .row:nth-child(1n) .item-content {
  padding: 9rem 0 9rem 5rem;
}
@media only screen and (max-width: 767px) {
  .about-layout3 .row:nth-child(1n) .item-content {
    padding: 5rem 0 5rem 0;
  }
}
.about-layout3 .row:nth-child(1n) > div:nth-child(1n) {
  background-color: #f7f7f7;
}
.about-layout3 .row:nth-child(1n) > div:nth-child(2n) {
  background-color: transparent;
}
.about-layout3 .row:nth-child(2n) {
  position: relative;
}
.about-layout3 .row:nth-child(2n):after {
  content: "";
  background-color: #ffffff;
  height: 100%;
  width: 3000px;
  right: 50%;
  top: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-layout3 .row:nth-child(2n):after {
    display: none;
  }
}
.about-layout3 .row:nth-child(2n):before {
  content: "";
  background-color: #f42f3b;
  height: 100%;
  width: 3000px;
  left: 50%;
  top: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-layout3 .row:nth-child(2n):before {
    display: none;
  }
}
.about-layout3 .row:nth-child(2n) .item-content {
  padding: 9rem 5rem 9rem 0;
}
@media only screen and (max-width: 767px) {
  .about-layout3 .row:nth-child(2n) .item-content {
    padding: 5rem 0 5rem 0;
  }
}
.about-layout3 .row:nth-child(2n) > div:nth-child(1n) {
  background-color: #f42f3b;
}
.about-layout3 .row:nth-child(2n) > div:nth-child(2n) {
  background-color: transparent;
}
.about-layout3 .item-img {
  text-align: center;
  padding: 3rem;
}
.about-layout3 .item-content,
.about-layout3 .item-img {
  position: relative;
  z-index: 2;
}
.about-layout4 .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.about-layout4 .row:after {
  content: "";
  background-color: #ffffff;
  height: 100%;
  width: 3000px;
  right: 50%;
  top: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-layout4 .row:after {
    display: none;
  }
}
.about-layout4 .row:before {
  content: "";
  background-color: #f42f3b;
  height: 100%;
  width: 3000px;
  left: 50%;
  top: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-layout4 .row:before {
    display: none;
  }
}
.about-layout4 .row .item-content {
  padding: 9rem 5rem 9rem 0;
}
@media only screen and (max-width: 767px) {
  .about-layout4 .row .item-content {
    padding: 5rem 5rem 5rem 0;
  }
}
.about-layout4 .row > div:nth-child(1n) {
  background-color: transparent;
}
.about-layout4 .row > div:nth-child(2n) {
  background-color: #f42f3b;
}
.about-layout4 .item-img {
  text-align: center;
  padding: 3rem;
}
.about-layout4 .item-content,
.about-layout4 .item-img {
  position: relative;
  z-index: 2;
}
/*=======================================================================
[05] Service Area Style        
=========================================================================*/
.service-layout1 {
  text-align: center;
  margin-bottom: 3rem;
  padding: 40px 22px 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.service-layout1 .item-icon {
  margin-bottom: 25px;
}
.service-layout1 .item-icon i {
  height: 150px;
  width: 150px;
  font-size: 70px;
  color: #ffffff;
  line-height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout1 .item-content .title {
  margin-bottom: 15px;
}
.service-layout1:hover {
  -webkit-box-shadow: 0px 6px 12px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 6px 12px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 6px 12px 0px rgba(50, 50, 50, 0.5);
}
.col-12:nth-child(1n) .service-layout1 .item-icon i {
  background-color: #0d49a7;
}
.col-12:nth-child(2n) .service-layout1 .item-icon i {
  background-color: #1ec4da;
}
.col-12:nth-child(3n) .service-layout1 .item-icon i {
  background-color: #3faf6c;
}
.col-12:nth-child(4n) .service-layout1 .item-icon i {
  background-color: #ef5350;
}
.service-layout2 {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.service-layout2 .item-img {
  margin-bottom: 10px;
}
.service-layout3 {
  margin-bottom: 5rem;
}
.service-layout4 .item-content ul {
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.service-layout4 .item-content ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}
.service-layout4 .item-content ul li:last-child {
  margin-bottom: 0;
}
.service-layout4 .item-content ul li span {
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  background-color: #0d47a1;
  color: #ffffff;
}
.service-layout4 .item-content ul li h3 {
  margin-bottom: 10px;
}
.service-layout4 .item-img {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.service-layout4 .item-img img {
  margin: 0 auto;
}
.service-layout5 .item-box {
  padding: 7rem 0;
  text-align: center;
}
.service-layout5 .item-box:nth-child(odd) {
  background-color: #ffffff;
}
.service-layout5 .item-box:nth-child(even) {
  background-color: #f7f7f7;
}
.service-layout5 .item-box .item-img {
  margin-bottom: 20px;
}
.service-layout5 .item-box p {
  width: 50%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1199px) {
  .service-layout5 .item-box p {
    width: 90%;
  }
}
.service-tab-nav {
  margin-bottom: 8rem;
}
.service-tab-nav .tab-nav li {
  text-align: center;
  display: inline-block;
  width: 16.6%;
  border-right: 1px solid #df6001;
}
.service-tab-nav .tab-nav li:last-child {
  border-right: 0;
}
.service-tab-nav .tab-nav li a {
  display: block;
  padding: 6rem 0.75rem;
  width: 100%;
  position: relative;
}
.service-tab-nav .tab-nav li a:after {
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-tab-nav .tab-nav li a:hover {
  background-color: #ed6500;
}
.service-tab-nav .tab-nav li a:hover:after {
  opacity: 1;
  visibility: visible;
  bottom: -1px;
}
.service-tab-nav .tab-nav li .active {
  background-color: #ed6500;
}
.service-tab-nav .tab-nav li .active:after {
  opacity: 1;
  visibility: visible;
  bottom: -1px;
}
.service-contact-form .form-group {
  margin-bottom: 15px;
}
.service-contact-form .form-group .form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
  border: 0;
}
.service-contact-form .form-group input {
  height: 50px;
  color: #111111;
  padding: 5px 20px;
  font-size: 16px;
}
.service-contact-form .form-group textarea {
  padding: 20px;
  font-size: 16px;
}
.service-contact-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.service-contact-form .form-response .alert-success {
  background-color: transparent;
  color: #0a387f;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .service-contact-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.service-contact-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.service-contact-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.service-contact-form input::-webkit-input-placeholder,
.service-contact-form textarea::-webkit-input-placeholder {
  color: #828181;
}
.service-contact-form input::-moz-placeholder,
.service-contact-form textarea::-moz-placeholder {
  color: #828181;
}
.service-contact-form input:-moz-placeholder,
.service-contact-form textarea:-moz-placeholder {
  color: #828181;
}
.service-contact-form input:-ms-input-placeholder,
.service-contact-form textarea:-ms-input-placeholder {
  color: #828181;
}
.single-service-layout1 {
  position: relative;
}
.single-service-layout1 .item-img {
  padding: 5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .single-service-layout1 .item-img {
    position: inherit;
    top: inherit;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 0 1rem;
  }
}
.single-service-layout1 .item-content p {
  font-weight: 300;
  margin-bottom: 35px;
}
.single-service-layout1 .item-content .list-content {
  margin-bottom: 35px;
}
.single-service-layout1 .item-content .list-content ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 49%;
  color: #111111;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-service-layout1 .item-content .list-content ul li {
    display: block;
    width: 100%;
  }
}
.single-service-layout1 .item-content .list-content ul li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: FontAwesome;
  color: #ff6d00;
  font-size: 20px;
}
.single-service-layout2 {
  text-align: center;
  margin-bottom: 2rem;
}
.single-service-layout2 p {
  margin-bottom: 6rem;
}
.single-service-layout3 .item-img {
  margin-bottom: 30px;
}
.single-service-layout3 .item-content .title {
  margin-bottom: 30px;
}
.single-service-layout3 .item-content .title:before {
  bottom: -15px;
}
.single-service-layout3 .item-content p {
  margin-bottom: 20px;
}
.single-service-layout3 .item-content .skill-layout1 {
  margin-bottom: 5rem;
}
/*=======================================================================
[06] Case Study Area Style
=========================================================================*/
.case-study-layout1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.case-study-layout1 figure {
  margin: 0;
}
.case-study-layout1 figure img {
  width: 100%;
}
.case-study-layout1 .item-content {
  left: 0;
  top: 100%;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}
.case-study-layout1 .item-content .title {
  position: absolute;
  left: 35px;
  bottom: 55px;
  margin-bottom: 0;
}
.case-study-layout1 .item-content .title-ctg {
  position: absolute;
  left: 35px;
  bottom: 30px;
  font-size: 15px;
  color: #ffffff;
}
.case-study-layout1 .item-content a i {
  position: absolute;
  right: 30px;
  bottom: 25px;
  font-size: 24px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-study-layout1 .item-content a:hover i {
  background-color: #ff6d00;
  border: 1px solid #ff6d00;
}
.case-study-layout2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.case-study-layout2 figure {
  margin: 0;
}
.case-study-layout2 figure img {
  width: 100%;
}
.case-study-layout2 .item-content {
  left: 0;
  top: 100%;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(13, 71, 161, 0.8);
}
.case-study-layout2 .item-content .title {
  position: absolute;
  left: 35px;
  bottom: 55px;
  margin-bottom: 0;
}
.case-study-layout2 .item-content .title-ctg {
  position: absolute;
  left: 35px;
  bottom: 30px;
  font-size: 15px;
  color: #ffffff;
}
.case-study-layout2 .item-content a i {
  position: absolute;
  right: 30px;
  bottom: 25px;
  font-size: 24px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-study-layout2 .item-content a:hover i {
  background-color: #ff6d00;
  border: 1px solid #ff6d00;
}
.case-study-layout3 {
  margin-bottom: 3rem;
}
.case-study-layout3 .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.case-study-layout3 .item-img:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 109, 0, 0.9);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-study-layout3 .item-img img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-study-layout3 .item-img .item-mask {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  top: 0%;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.case-study-layout3 .item-img .item-mask a {
  margin: 0 auto;
  font-size: 18px;
  color: #111111;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.case-study-layout3 .item-img .item-mask a:hover {
  background-color: #0d47a1;
  color: #ffffff;
}
.case-study-layout3 .item-content .title {
  margin-bottom: 0;
}
.case-study-layout3:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.case-study-layout3:hover .item-img:after {
  opacity: 1;
  visibility: visible;
}
.case-study-layout3:hover .item-img .item-mask {
  opacity: 1;
  visibility: visible;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-study-layout4 {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.case-study-layout4:before {
  opacity: 0.8;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-study-layout4 .item-img img {
  width: 100%;
}
.case-study-layout4 .item-content {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 3;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.case-study-layout4 .item-content .title {
  margin-bottom: 5px;
}
.case-study-layout4 .item-content .title-ctg {
  color: #ffffff;
}
.case-study-layout4:hover:before {
  opacity: 0.9;
  background-color: #111111;
}
.case-study-layout4:hover .item-content {
  bottom: 20%;
}
.case-study-layout5 {
  margin-bottom: 3rem;
}
.case-study-layout5 .item-img {
  margin-bottom: 15px;
}
.case-study-layout5 .item-img img {
  width: 100%;
}
.case-study-layout5 .item-content .title {
  margin-bottom: 35px;
}
.case-study-layout5 .item-content p {
  margin-bottom: 0;
}
.case-study-layout6 {
  margin-bottom: 3rem;
}
.case-study-layout6 .item-img {
  margin-bottom: 20px;
}
.case-study-layout6 .item-img img {
  width: 100%;
}
.case-study-layout6 .title {
  margin-bottom: 10px;
}
.case-study-layout6 p {
  color: #b5b5b5;
  font-size: 18px;
}
.single-case-layout1 .item-img {
  background-color: #f7f7f7;
  padding: 30px;
}
.single-case-layout1 .item-content .title {
  margin-bottom: 5px;
}
.single-case-layout1 .item-content span {
  display: block;
  margin-bottom: 35px;
}
.single-case-layout1 .item-content span:before {
  bottom: -15px;
}
.single-case-layout2 .item-img {
  margin-bottom: 4.5rem;
}
.case-info-details-layout1 {
  margin-top: 3rem;
}
.case-info-details-layout1 .media {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}
.case-info-details-layout1 .media .item-title {
  min-width: 20rem;
}
.case-info-details-layout1 .media:last-child {
  margin-bottom: 15px;
  border-bottom: 0;
}
.case-info-details-layout2 {
  margin-bottom: 5rem;
}
.case-info-details-layout2 .panel-default {
  margin-top: 0!important;
  border-radius: 0!important;
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-info-details-layout2 .panel-default .panel-heading {
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(213, 213, 213, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(213, 213, 213, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(213, 213, 213, 0.75);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-info-details-layout2 .panel-default .panel-heading .panel-title {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-info-details-layout2 .panel-default .panel-heading .panel-title a {
  color: #111111;
  font-size: 22px;
  font-weight: 500;
  padding: 1.3rem 3rem 1.5rem;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-info-details-layout2 .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.case-info-details-layout2 .panel-default .panel-heading .accordion-toggle:after {
  text-align: center;
  font-family: FontAwesome;
  content: "\f068";
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 18px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-info-details-layout2 .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f067";
  color: #ff6d00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-info-details-layout2 .panel-default .panel-heading.active {
  background-color: #ff6d00;
}
.case-info-details-layout2 .panel-default .panel-heading.active .panel-title a {
  color: #ffffff;
}
.case-info-details-layout2 .panel-default .panel-heading.active .accordion-toggle:after {
  color: #ffffff;
}
.case-info-details-layout2 .panel-default .panel-collapse {
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-info-details-layout2 .panel-default .panel-body {
  padding: 3rem 3rem 1.5rem;
}
.case-info-details-layout2 .panel-default:last-child {
  margin-bottom: 0;
}
.case-info-summary li {
  font-size: 18px;
  margin-bottom: 5px;
}
.case-info-summary li:last-child {
  margin-bottom: 0;
}
.case-info-summary li label {
  min-width: 100px;
  margin-right: 15px;
  color: #111111;
  font-weight: 700;
}
.case-info-summary li ul.social-default {
  display: inline-block;
}
.case-info-summary li ul.social-default li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.case-info-summary li ul.social-default li:last-child {
  margin-right: 0;
}
.case-info-summary li ul.social-default li a {
  display: inline-block;
  color: #646464;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-info-summary li ul.social-default li a.facebook:hover {
  color: #516eab;
}
.case-info-summary li ul.social-default li a.twitter:hover {
  color: #29c5f6;
}
.case-info-summary li ul.social-default li a.google:hover {
  color: #eb4026;
}
.case-info-summary li ul.social-default li a.pinterest:hover {
  color: #ca212a;
}
.case-info-summary li ul.social-default li a.rss:hover {
  color: #ef6c00;
}
.case-info-summary li ul.social-default li a.linkedin:hover {
  color: #1976d2;
}
.case-pagination {
  border-top: 1px solid #e4e4e4;
  padding: 30px 30px 2.5rem;
  position: relative;
}
.case-pagination:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 1px;
  height: 50%;
  background-color: #e4e4e4;
}
.case-pagination .title {
  margin-bottom: 10px;
}
.case-pagination .prev-article {
  color: #444444;
  display: inline-block;
  position: relative;
}
.case-pagination .prev-article:after {
  content: "\f104";
  position: absolute;
  left: -30px;
  top: -47px;
  z-index: 1;
  font-size: 30px;
  font-family: FontAwesome;
}
.case-pagination .prev-article:hover {
  color: #0d47a1;
}
.case-pagination .next-article {
  color: #444444;
  display: inline-block;
  position: relative;
}
.case-pagination .next-article:after {
  content: "\f105";
  position: absolute;
  right: -30px;
  top: -47px;
  z-index: 1;
  font-size: 30px;
  font-family: FontAwesome;
}
.case-pagination .next-article:hover {
  color: #0d47a1;
}
/*=======================================================================
[07] Testimonial Area Style
=========================================================================*/
.testimonial-img-section {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial-layout1 {
  text-align: center;
}
.testimonial-layout1 img {
  height: 98px;
  width: 98px!important;
  display: inline-block;
  margin: 0 auto 25px;
}
.testimonial-layout1 .title {
  margin-bottom: 5px;
}
.testimonial-layout1 .sub-title {
  margin-bottom: 10px;
}
.testimonial-layout1 p {
  font-size: 22px;
  font-style: italic;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .testimonial-layout1 p {
    width: 100%;
  }
}
.testimonial-layout2 p {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
}
.testimonial-layout2 p:after {
  content: "\f10e";
  font-family: FontAwesome;
  position: relative;
  top: 10px;
  font-size: 24px;
  line-height: 1;
  left: 5px;
}
.testimonial-layout2 .media img {
  height: 70px;
  width: 70px!important;
  display: inline-block;
  margin: 0 auto 25px;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 3px 3px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 0px 1px rgba(0, 0, 0, 0.25);
}
.testimonial-layout2 .media .media-body .title {
  margin-bottom: 5px;
}
.testimonial-layout2 .media .media-body .sub-title {
  color: #ffffff;
}
/*=======================================================================
[08] Team Area Style        
=========================================================================*/
.team-layout1 {
  position: relative;
  overflow: hidden;
}
.team-layout1 figure {
  margin: 0;
}
.team-layout1 figure img {
  width: 100%;
}
.team-layout1 .item-content {
  left: 0;
  top: 100%;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 109, 0, 0.8);
}
.team-layout1 .item-content .title {
  position: absolute;
  left: 30px;
  bottom: 65px;
  margin-bottom: 0;
}
.team-layout1 .item-content .sub-title {
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  bottom: 22px;
  font-size: 16px;
  color: #ffffff;
}
.team-layout1 .item-content span {
  position: absolute;
  left: 30px;
  bottom: 0;
}
.team-layout2 {
  margin-bottom: 4.5rem;
}
.team-layout2 figure {
  overflow: hidden;
  margin-bottom: 15px;
}
.team-layout2 figure img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.team-layout2 .item-content .title {
  margin-bottom: 0;
}
.team-layout2 .item-content .title-bar:before {
  bottom: -15px;
}
.team-layout2:hover figure img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.team-social {
  margin-bottom: 50px;
}
.team-social li {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.team-social li a {
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 42px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-social li:nth-child(1n) a {
  color: #3b5998;
}
.team-social li:nth-child(2n) a {
  color: #55acee;
}
.team-social li:nth-child(3n) a {
  color: #1565c0;
}
.team-social li:nth-child(4n) a {
  color: #e52d27;
}
.team-social li:nth-child(5n) a {
  color: #000000;
}
.team-social li:nth-child(6n) a {
  color: #e91e63;
}
.team-social li:nth-child(7n) a {
  color: #df1212;
}
.team-social li:last-child {
  margin-right: 0;
}
.team-social li:hover:nth-child(1n) a {
  background-color: #3b5998;
  color: #ffffff;
}
.team-social li:hover:nth-child(2n) a {
  background-color: #55acee;
  color: #ffffff;
}
.team-social li:hover:nth-child(3n) a {
  background-color: #1565c0;
  color: #ffffff;
}
.team-social li:hover:nth-child(4n) a {
  background-color: #e52d27;
  color: #ffffff;
}
.team-social li:hover:nth-child(5n) a {
  background-color: #000000;
  color: #ffffff;
}
.team-social li:hover:nth-child(6n) a {
  background-color: #e91e63;
  color: #ffffff;
}
.team-social li:hover:nth-child(7n) a {
  background-color: #df1212;
  color: #ffffff;
}
.team-contact-form .form-group {
  margin-bottom: 15px;
}
.team-contact-form .form-group .form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
  border: 0;
}
.team-contact-form .form-group input {
  height: 50px;
  color: #111111;
  padding: 5px 20px;
  font-size: 16px;
}
.team-contact-form .form-group textarea {
  padding: 20px;
  font-size: 16px;
}
.team-contact-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.team-contact-form .form-response .alert-success {
  background-color: transparent;
  color: #0a387f;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .team-contact-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.team-contact-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.team-contact-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.team-contact-form input::-webkit-input-placeholder,
.team-contact-form textarea::-webkit-input-placeholder {
  color: #828181;
}
.team-contact-form input::-moz-placeholder,
.team-contact-form textarea::-moz-placeholder {
  color: #828181;
}
.team-contact-form input:-moz-placeholder,
.team-contact-form textarea:-moz-placeholder {
  color: #828181;
}
.team-contact-form input:-ms-input-placeholder,
.team-contact-form textarea:-ms-input-placeholder {
  color: #828181;
}
.tooltip-hover-item {
  position: relative;
  z-index: 6;
}
.tooltip-single-item {
  opacity: 0;
  position: absolute;
  top: -30px;
  z-index: -1;
  line-height: 1.2;
  font-size: 14px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(216, 216, 216, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(216, 216, 216, 0.75);
  color: #ffffff;
  background-color: #0d47a1;
  padding: 6px 12px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.7s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.7s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.7s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.7s cubic-bezier(0, 0, 0.15, 1.88);
}
.tooltip-single-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 0;
  margin: 0 auto;
  text-align: center;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid;
  border-top-color: #0d47a1;
}
.single-team-layout1 .item-img {
  margin-bottom: 3rem;
}
.single-team-layout1 .item-content .title {
  margin-bottom: 5px;
}
.single-team-layout1 .item-content .sub-title {
  display: block;
}
.single-team-layout1 .item-content .item-list {
  margin-bottom: 20px;
}
.single-team-layout1 .item-content .item-list:last-child {
  margin-bottom: 0;
}
.single-team-layout1 .item-content .item-list .title {
  margin-bottom: 2px;
}
.single-team-layout1 ul.social-default {
  text-align: center;
  margin-top: 2.2rem;
  position: relative;
  margin-bottom: 2.2rem;
}
.single-team-layout1 ul.social-default:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: -2;
  height: 1px;
  background-color: #dedede;
}
@media only screen and (max-width: 575px) {
  .single-team-layout1 ul.social-default:after {
    display: none;
  }
}
.single-team-layout1 ul.social-default li {
  display: inline-block;
  position: relative;
  margin: 0 2px 8px;
}
.single-team-layout1 ul.social-default li:after {
  position: absolute;
  height: 100%;
  width: 140px;
  left: -40px;
  top: 0;
  content: "";
  background-color: #ffffff;
  z-index: -1;
}
.single-team-layout1 ul.social-default li a {
  display: block;
  text-align: center;
  border: 1px solid #e4e4e4;
  font-size: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.single-team-layout1 ul.social-default li a i {
  height: 54px;
  line-height: 54px;
  width: 60px;
  color: #444444;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.single-team-layout1 ul.social-default li a.facebook .tooltip-single-item.facebook {
  background-color: #3d5b99;
}
.single-team-layout1 ul.social-default li a.facebook .tooltip-single-item.facebook:before {
  border-top-color: #3d5b99;
}
.single-team-layout1 ul.social-default li a.twitter .tooltip-single-item.twitter {
  background-color: #fe204a;
}
.single-team-layout1 ul.social-default li a.twitter .tooltip-single-item.twitter:before {
  border-top-color: #fe204a;
}
.single-team-layout1 ul.social-default li a.google .tooltip-single-item.google {
  background-color: #dc4a38;
}
.single-team-layout1 ul.social-default li a.google .tooltip-single-item.google:before {
  border-top-color: #dc4a38;
}
.single-team-layout1 ul.social-default li a.pinterest .tooltip-single-item.pinterest {
  background-color: #ee6e08;
}
.single-team-layout1 ul.social-default li a.pinterest .tooltip-single-item.pinterest:before {
  border-top-color: #ee6e08;
}
.single-team-layout1 ul.social-default li a.rss .tooltip-single-item.rss {
  background-color: #5b88bd;
}
.single-team-layout1 ul.social-default li a.rss .tooltip-single-item.rss:before {
  border-top-color: #5b88bd;
}
.single-team-layout1 ul.social-default li a.linkedin .tooltip-single-item.linkedin {
  background-color: #1976d2;
}
.single-team-layout1 ul.social-default li a.linkedin .tooltip-single-item.linkedin:before {
  border-top-color: #1976d2;
}
.single-team-layout1 ul.social-default li a.facebook:hover {
  color: #516eab;
}
.single-team-layout1 ul.social-default li a.twitter:hover {
  background: transparent;
  color: #29c5f6;
}
.single-team-layout1 ul.social-default li a.google:hover {
  background: transparent;
  color: #eb4026;
}
.single-team-layout1 ul.social-default li a.pinterest:hover {
  background: transparent;
  color: #ca212a;
}
.single-team-layout1 ul.social-default li a.rss:hover {
  background: transparent;
  color: #ef6c00;
}
.single-team-layout1 ul.social-default li a.linkedin:hover {
  background: transparent;
  color: #1976d2;
}
.single-team-layout2 {
  text-align: center;
}
.single-team-layout2 .item-img {
  margin-bottom: 5rem;
}
.single-team-layout2 .item-content {
  margin-bottom: 4.5rem;
}
.single-team-layout2 .item-content .title {
  margin-bottom: 5px;
}
.single-team-layout2 .item-content .sub-title {
  display: inline-block;
}
.single-team-layout2 .item-content .sub-title:before {
  margin: 0 auto;
  right: 0;
  bottom: -20px;
  height: 4px;
  width: 52px;
}
.single-team-layout2 .item-content p {
  padding: 0 10rem;
}
@media only screen and (max-width: 575px) {
  .single-team-layout2 .item-content p {
    padding: 0 5px;
  }
}
.single-team-layout2 .email-info {
  margin-bottom: 6rem;
}
.single-team-layout2 .email-info .title {
  text-transform: initial;
  margin-bottom: 0;
}
.single-team-layout2 .email-info span {
  line-height: 1.2;
  font-size: 24px;
}
.single-team-layout2 ul.social-default {
  text-align: center;
  position: relative;
}
.single-team-layout2 ul.social-default li {
  display: inline-block;
  position: relative;
  margin: 8px 2px 0;
}
.single-team-layout2 ul.social-default li a {
  display: block;
  height: 50px;
  line-height: 48px;
  width: 50px;
  text-align: center;
  color: #444444;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  font-size: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-team-layout2 ul.social-default li a:hover {
  color: #ffffff;
}
.single-team-layout2 ul.social-default li a.facebook:hover {
  background-color: #516eab;
  border: 1px solid #516eab;
}
.single-team-layout2 ul.social-default li a.twitter:hover {
  background-color: #29c5f6;
  border: 1px solid #29c5f6;
}
.single-team-layout2 ul.social-default li a.google:hover {
  background-color: #eb4026;
  border: 1px solid #eb4026;
}
.single-team-layout2 ul.social-default li a.pinterest:hover {
  background-color: #ca212a;
  border: 1px solid #ca212a;
}
.single-team-layout2 ul.social-default li a.rss:hover {
  background-color: #ef6c00;
  border: 1px solid #ef6c00;
}
.single-team-layout2 ul.social-default li a.linkedin:hover {
  background-color: #1976d2;
  border: 1px solid #1976d2;
}
/*=======================================================================
[09] Shop Area Style
=========================================================================*/
.inner-shop-top-left {
  font-size: 20px;
  color: #111111;
}
.inner-shop-top-right {
  float: right;
}
@media only screen and (max-width: 767px) {
  .inner-shop-top-right {
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .inner-shop-top-right {
    display: block!important;
  }
}
.inner-shop-top-right .dropdown {
  margin-right: 5px;
  border: 1px solid #e4e4e4;
  display: inline-block;
}
.inner-shop-top-right .dropdown button:active,
.inner-shop-top-right .dropdown button:focus {
  box-shadow: none;
  outline: none;
}
.inner-shop-top-right .dropdown button {
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 20px;
  background: transparent;
  font-size: 16px;
}
.inner-shop-top-right .dropdown button span {
  margin-left: 15px;
}
.inner-shop-top-right .dropdown .dropdown-menu {
  border-radius: 0;
  left: -2px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.inner-shop-top-right .dropdown .dropdown-menu > li {
  border: none;
  padding: 0;
  display: inherit;
  font-size: 16px;
}
.inner-shop-top-right .dropdown .dropdown-menu > li a {
  color: #111111;
  padding: 5px 10px 5px 20px;
  display: block;
}
.inner-shop-top-right .dropdown .dropdown-menu > li a:hover {
  background-color: #0d47a1;
  color: #ffffff;
}
.inner-shop-top-right ul.layout-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .inner-shop-top-right ul.layout-switcher {
    margin-top: 10px;
  }
}
.inner-shop-top-right ul.layout-switcher > li {
  border: 1px solid #e4e4e4;
  display: inline-block;
}
.inner-shop-top-right ul.layout-switcher > li > a {
  padding: 9px 17px;
  display: block;
}
.inner-shop-top-right ul.layout-switcher > li > a > i {
  color: #989898;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-shop-top-right ul.layout-switcher > li:hover a i {
  color: #0d47a1;
}
.inner-shop-top-right ul.layout-switcher > .active i {
  color: #0d47a1;
}
.product-box-layout1 {
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 3rem;
  padding: 4rem;
}
.product-box-layout1 .product-img-holder {
  margin-bottom: 4rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.product-box-layout1 .product-img-holder img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.product-box-layout1 .product-img-holder:after {
  opacity: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box-layout1 .product-img-holder .product-social-round {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box-layout1 .product-img-holder .product-social-round li {
  display: inline-block;
  margin: 0 1px;
  opacity: 0;
  visibility: hidden;
  margin-right: 5px;
  -webkit-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 2s cubic-bezier(0, 0, 0.15, 1.88);
}
.product-box-layout1 .product-img-holder .product-social-round li a {
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #0d47a1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box-layout1 .product-img-holder .product-social-round li a:hover {
  background-color: #ff6d00;
  color: #ffffff;
}
.product-box-layout1 .product-img-holder .product-social-round li:nth-child(1n) {
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}
.product-box-layout1 .product-img-holder .product-social-round li:nth-child(2n) {
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
}
.product-box-layout1 .product-img-holder .product-social-round li:nth-child(3n) {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.product-box-layout1 .product-content-holder .title {
  margin-bottom: 5px;
}
.product-box-layout1 .product-content-holder .title a {
  color: #111111;
}
.product-box-layout1 .product-content-holder .title a:hover {
  color: #0d47a1;
}
.product-box-layout1 .product-content-holder .price {
  color: #ff6d00;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.product-box-layout1 .product-content-holder .price span {
  margin-right: 15px;
  font-weight: 400;
  color: #9f9f9f;
  text-decoration: line-through;
}
.product-box-layout1:hover .product-img-holder:after {
  opacity: 1;
  visibility: visible;
}
.product-box-layout1:hover .product-img-holder .product-social-round {
  opacity: 1;
  visibility: visible;
}
.product-box-layout1:hover .product-img-holder .product-social-round li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
.category-grid-layout1 .product-box-layout1 {
  text-align: center;
}
.category-grid-layout1 .product-box-layout1 .item-details {
  display: none;
}
.category-list-layout1 .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
.category-list-layout1 .product-box-layout1 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .category-list-layout1 .product-box-layout1 {
    display: block;
  }
}
.category-list-layout1 .product-box-layout1 .product-img-holder {
  width: 50%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .category-list-layout1 .product-box-layout1 .product-img-holder {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .category-list-layout1 .product-box-layout1 .product-img-holder {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .category-list-layout1 .product-box-layout1 .product-img-holder {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .category-list-layout1 .product-box-layout1 .product-img-holder {
    width: 100%;
  }
}
.category-list-layout1 .product-box-layout1 .product-content-holder {
  margin-left: 30px;
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .category-list-layout1 .product-box-layout1 .product-content-holder {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .category-list-layout1 .product-box-layout1 .product-content-holder {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .category-list-layout1 .product-box-layout1 .product-content-holder {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.single-product-wrap {
  margin-bottom: 7rem;
}
.single-product-wrap .single-product-gallery {
  margin-bottom: 3rem;
}
.single-product-wrap .single-product-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product-wrap .single-product-gallery .tab-content {
  padding: 30px;
  background-color: #f7f7f7;
  margin-top: 0;
}
.single-product-wrap .single-product-gallery .tab-content a {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.single-product-wrap .single-product-gallery .tab-content a img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-product-wrap .single-product-gallery .nav-tabs {
  border-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
.single-product-wrap .single-product-gallery .nav-tabs li {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.333333%;
}
.single-product-wrap .single-product-gallery .nav-tabs li a {
  padding: 20px;
  background-color: #f7f7f7;
  display: block;
}
.single-product-wrap .single-product-gallery .nav-tabs li a img {
  opacity: 0.5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.single-product-wrap .single-product-gallery .nav-tabs li:hover img {
  opacity: 1;
}
.single-product-wrap .single-product-gallery .nav-tabs .active img {
  opacity: 1;
}
.single-product-wrap .single-product-info {
  margin-bottom: 3rem;
}
.single-product-wrap .single-product-info .title {
  margin-bottom: 10px;
}
.single-product-wrap .single-product-info .rating {
  margin: 0 0 10px;
}
.single-product-wrap .single-product-info .rating li {
  display: inline-block;
}
.single-product-wrap .single-product-info .rating li > i {
  color: #eebe2c;
}
.single-product-wrap .single-product-info .price {
  font-size: 30px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
}
.single-product-wrap .single-product-info .item-sku {
  color: #111111;
  margin-bottom: 30px;
}
.single-product-wrap .single-product-info .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product-wrap .single-product-info .cart-quantity li {
  display: inline-block;
  margin-right: 10px;
}
.single-product-wrap .single-product-info .cart-quantity li:last-child {
  margin-right: 0;
}
.single-product-wrap .single-product-info .cart-quantity li .quantity-holder {
  height: 50px;
  width: 115px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #0d47a1;
}
.single-product-wrap .single-product-info .cart-quantity li .item-btn {
  height: 50px;
}
.single-product-wrap .single-product-info .cart-quantity li input {
  -webkit-border-radius: 45px 0 0 45px;
  -moz-border-radius: 45px 0 0 45px;
  -ms-border-radius: 45px 0 0 45px;
  -o-border-radius: 45px 0 0 45px;
  border-radius: 45px 0 0 45px;
  font-size: 18px;
  color: #111111;
  font-weight: 500;
  border: none;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select {
  padding: 2px 2px 2px 0;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select button {
  cursor: pointer;
  width: 35px;
  display: block;
  border: 0;
  font-size: 18px;
  background-color: #0d47a1;
  color: #ffffff;
  height: 50%;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select button i {
  margin: 0 auto;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select button:hover {
  background-color: #1765b4;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select .quantity-plus {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.single-product-wrap .single-product-info .cart-quantity li .btn-quantity-select .quantity-minus {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  -o-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.single-product-tab {
  margin-bottom: 50px;
  border: 1px solid #cacaca;
  position: relative;
}
.single-product-tab .nav-tabs {
  border-bottom: 0;
}
.single-product-tab ul > li {
  display: inline-block;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-product-tab ul > li:last-child {
  margin-right: 0;
}
.single-product-tab ul > li a {
  background: #f7f7f7;
  color: #111111;
  padding: 12px 30px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-product-tab ul > li:hover a {
  color: #0d47a1;
}
.single-product-tab ul > li .active {
  background-color: transparent;
  color: #0d47a1;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.single-product-tab .tab-content {
  padding: 40px 30px 30px;
}
.modal-dialog {
  background: #ffffff;
  max-width: 50%;
}
@media (max-width: 768px) and (max-width: 1199px) {
  .modal-dialog {
    width: 73%;
  }
}
@media only screen and (max-width: 991px) {
  .modal-dialog {
    width: 98%;
    max-width: 98%;
  }
}
.modal-dialog .modal-body .myclose {
  font-size: 40px;
  margin-right: 8px;
  font-weight: normal;
  line-height: 0.5;
}
.modal-dialog .single-product-wrap {
  padding: 5rem 5rem 0;
}
.modal-dialog .single-product-wrap .single-product-gallery {
  margin-bottom: 3rem;
}
.modal-dialog .single-product-wrap .single-product-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-dialog .single-product-wrap .single-product-gallery .tab-content {
  padding: 30px;
  background-color: #f7f7f7;
  margin-top: 0;
}
.modal-dialog .single-product-wrap .single-product-gallery .tab-content a {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.modal-dialog .single-product-wrap .single-product-gallery .tab-content a img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs {
  border-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.333333%;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li a {
  padding: 20px;
  background-color: #f7f7f7;
  display: block;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li a img {
  opacity: 0.5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs li:hover img {
  opacity: 1;
}
.modal-dialog .single-product-wrap .single-product-gallery .nav-tabs .active img {
  opacity: 1;
}
.modal-dialog .single-product-wrap .single-product-info .title {
  margin-bottom: 10px;
}
.modal-dialog .single-product-wrap .single-product-info .rating {
  margin: 0 0 10px;
}
.modal-dialog .single-product-wrap .single-product-info .rating li {
  display: inline-block;
}
.modal-dialog .single-product-wrap .single-product-info .rating li > i {
  color: #eebe2c;
}
.modal-dialog .single-product-wrap .single-product-info .price {
  font-size: 30px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
}
.modal-dialog .single-product-wrap .single-product-info .quantity {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .modal-dialog .single-product-wrap .single-product-info .quantity {
    text-align: center;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity li {
  vertical-align: top;
  margin: 0 2px 0 0;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .modal-dialog .single-product-wrap .single-product-info .quantity li {
    margin-bottom: 5px;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity li a.btn-cart {
  border: 1px solid #cacaca;
  line-height: 52px;
  text-align: center;
  height: 52px;
  padding: 0 20px;
  background: transparent;
  display: block;
  color: #111111;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-dialog .single-product-wrap .single-product-info .quantity li a.btn-cart {
    padding: 0 13px;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity li a.btn-cart i {
  color: #111111;
  line-height: 54px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li a.btn-cart:hover {
  border: 1px solid #0d47a1;
  background: #0d47a1;
  color: #ffffff;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group {
  position: relative;
  box-shadow: none;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .form-control {
  box-shadow: none;
  border-radius: 0;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group input {
  border: none;
  height: 50px;
  width: 100px;
  padding-right: 47px;
  font-size: 20px;
  text-align: center;
  color: #111111;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-dialog .single-product-wrap .single-product-info .quantity li .input-group input {
    width: 81px;
    padding-left: 5px;
    padding-right: 40px;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical .btn-default {
  border: 0;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button {
  cursor: pointer;
  display: block;
  border-left: 1px solid #cacaca!important;
  border-radius: 0!important;
  background: transparent;
  padding: 7px 12px 5px;
  line-height: 1.3;
  border: 1px solid #cacaca;
}
@media only screen and (max-width: 1199px) {
  .modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button {
    padding: 8px 12px 7px;
  }
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button:last-child {
  border-top: 1px solid #cacaca;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button:focus {
  box-shadow: none;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button:hover i {
  color: #0d47a1;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .input-group .input-group-btn-vertical button i {
  line-height: 1;
  color: #111111;
  font-size: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li:first-child {
  background: #111111;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li:first-child a {
  color: #ffffff;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li:first-child a:hover {
  color: #111111;
}
.modal-dialog .single-product-wrap .single-product-info .quantity li .quantity-holder {
  border: 1px solid #cacaca;
}
/*=======================================================================
[10] News Area Style
=========================================================================*/
.news-layout1 {
  margin-bottom: 3rem;
}
.news-layout1 .item-img {
  margin-bottom: 20px;
}
.news-layout1 .item-img img {
  width: 100%;
}
.news-layout1 .item-date {
  font-size: 18px;
  color: #707070;
  margin-bottom: 10px;
}
.news-layout1 .item-post {
  position: relative;
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
}
.news-layout1 .item-post .post-by a {
  color: #111111;
}
.news-layout1 .item-post .post-by a span {
  color: #0d47a1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-layout1 .item-post .post-by a:hover span {
  color: #ff6d00;
}
.news-layout1 .item-post .post-info {
  position: absolute;
  right: 0;
  top: 15px;
}
.news-layout1 .item-post .post-info li {
  margin-left: 15px;
  display: inline-block;
}
.news-layout1 .item-post .post-info li a {
  color: #5a5a5a;
}
.news-layout1 .item-post .post-info li a i {
  margin-right: 5px;
  color: #c5c5c5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-layout1 .item-post .post-info li a:hover {
  color: #ff6d00;
}
.news-layout1 .item-post .post-info li a:hover i {
  color: #0d47a1;
}
.news-layout2 {
  margin-bottom: 3rem;
}
.news-layout2 .item-img {
  overflow: hidden;
}
.news-layout2 .item-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.news-layout2 .item-post-date {
  margin-bottom: 2px;
  font-size: 24px;
  color: #111111;
  font-weight: 500;
}
.news-layout2 .item-post-by {
  margin-bottom: 12px;
  font-size: 16px;
}
.news-layout2 .item-post-by a {
  color: #ff6d00;
}
.news-layout2 .item-post-by a:hover {
  color: #0d47a1;
}
.news-layout2 p {
  margin-bottom: 40px;
}
.news-layout2:hover .item-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-layout3 {
  margin-bottom: 3rem;
}
.news-layout3 .item-img {
  overflow: hidden;
  margin-bottom: 15px;
}
.news-layout3 .item-img img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.news-layout3 .item-post-date {
  margin-bottom: 0;
  font-size: 17px;
  color: #111111;
  font-weight: 500;
}
.news-layout3 .item-post-by {
  margin-bottom: 10px;
  font-size: 14px;
}
.news-layout3 .item-post-by a {
  color: #ff6d00;
}
.news-layout3 .item-post-by a:hover {
  color: #0d47a1;
}
.news-layout3 .title {
  margin-bottom: 0;
}
.news-layout3:hover .item-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-layout4 {
  margin-bottom: 5rem;
}
.news-layout4 .item-img {
  overflow: hidden;
  margin-bottom: 15px;
}
.news-layout4 .item-post-date {
  margin-bottom: 0;
  font-size: 16px;
  color: #111111;
}
.news-layout4 .item-post-by {
  margin-bottom: 10px;
  font-size: 14px;
}
.news-layout4 .item-post-by a {
  color: #ff6d00;
}
.news-layout4 .item-post-by a:hover {
  color: #0d47a1;
}
.news-layout4 p {
  font-size: 18px;
  margin-bottom: 30px;
}
.news-details-layout1 .item-img {
  overflow: hidden;
  margin-bottom: 15px;
}
.news-details-layout1 .item-post-date {
  margin-bottom: 0;
  font-size: 22px;
  color: #111111;
}
.news-details-layout1 .item-post-by {
  margin-bottom: 10px;
  font-size: 14px;
}
.news-details-layout1 .item-post-by a {
  color: #ff6d00;
}
.news-details-layout1 .item-post-by a:hover {
  color: #0d47a1;
}
.news-details-layout1 blockquote {
  margin: 20px 0 40px;
  display: inline-block;
  padding: 30px 15px 35px 80px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  border-left: 3px solid #0d47a1;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 575px) {
  .news-details-layout1 blockquote {
    padding: 30px 20px 35px 50px;
  }
}
.news-details-layout1 blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 35px;
  top: 25px;
  color: #0d47a1;
  font-size: 36px;
  z-index: 1;
  font-family: fontawesome;
}
@media only screen and (max-width: 575px) {
  .news-details-layout1 blockquote:before {
    left: 5px;
  }
}
.news-details-layout1 ul.blog-tags {
  margin-bottom: 20px;
  margin-top: 10px;
}
.news-details-layout1 ul.blog-tags li {
  font-size: 13px;
  margin-top: 7px;
  
  display: inline-block;
}
.news-details-layout1 ul.blog-tags li a {
  border: 1px solid #017aff;
  margin-right: 7px;
  display: block;
  padding: 3px 10px;
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-details-layout1 ul.blog-tags li a:hover {
  color: #ffffff;
  background-color: #111111;
  border: 1px solid #111111;
}
.news-details-layout1 .post-share-area {
  padding: 20px;
  background-color: #f7f7f7;
}
.news-details-layout1 .post-share-area p {
  font-size: 16px;
  font-weight: 600;
}
.news-details-layout1 .post-share-area ul.social-default li {
  display: inline-block;
  margin-bottom: 3px;
}
.news-details-layout1 .post-share-area ul.social-default li a.facebook {
  background: #516eab;
  border: 2px solid #516eab;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout1 .post-share-area ul.social-default li a.facebook:hover {
  background: transparent;
  color: #516eab;
}
.news-details-layout1 .post-share-area ul.social-default li a.twitter {
  background: #fe204a;
  border: 2px solid #fe204a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout1 .post-share-area ul.social-default li a.twitter:hover {
  background: transparent;
  color: #fe204a;
}
.news-details-layout1 .post-share-area ul.social-default li a.google {
  background: #eb4026;
  border: 2px solid #eb4026;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout1 .post-share-area ul.social-default li a.google:hover {
  background: transparent;
  color: #eb4026;
}
.news-details-layout1 .post-share-area ul.social-default li a.pinterest {
  background: #5b88bd;
  border: 2px solid #5b88bd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout1 .post-share-area ul.social-default li a.pinterest:hover {
  background: transparent;
  color: #5b88bd;
}
.news-details-layout1 .post-share-area ul.social-default li a.rss {
  background: #ee6e08;
  border: 2px solid #ee6e08;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout1 .post-share-area ul.social-default li a.rss:hover {
  background: transparent;
  color: #ee6e08;
}
.news-details-layout1 .post-share-area ul.social-default li a.linkedin {
  background: #dc4a38;
  border: 2px solid #dc4a38;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout1 .post-share-area ul.social-default li a.linkedin:hover {
  background: transparent;
  color: #dc4a38;
}
.news-details-layout1 .post-share-area ul.social-default li:last-child {
  margin-right: 0;
}
.news-details-layout1 .post-share-area ul.social-default li a {
  display: block;
  height: 44px;
  line-height: 42px;
  width: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-details-layout1 .blog-post-slider {
  padding: 40px 30px;
}
.news-details-layout1 .blog-post-slider .title {
  margin-bottom: 10px;
}
.news-details-layout1 .blog-post-slider .prev-article {
  color: #444444;
  display: block;
  position: relative;
}
.news-details-layout1 .blog-post-slider .prev-article:after {
  content: "\f104";
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 1;
  font-size: 30px;
  font-family: FontAwesome;
}
.news-details-layout1 .blog-post-slider .prev-article:hover {
  color: #0d47a1;
}
.news-details-layout1 .blog-post-slider .next-article {
  color: #444444;
  display: block;
  position: relative;
}
.news-details-layout1 .blog-post-slider .next-article:after {
  content: "\f105";
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 1;
  font-size: 30px;
  font-family: FontAwesome;
}
.news-details-layout1 .blog-post-slider .next-article:hover {
  color: #0d47a1;
}
.news-details-layout1 .author-info {
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 5rem;
}
.news-details-layout1 .author-info .title {
  margin-bottom: 5px;
}
.news-details-layout1 .author-info .sub-title {
  font-size: 15px;
  color: #ff6d00;
  margin-bottom: 15px;
}
.news-details-layout1 .author-info .author-social-style li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.news-details-layout1 .author-info .author-social-style li a {
  height: 40px;
  width: 42px;
  line-height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #e4e4e4;
  color: #111111;
}
.news-details-layout1 .author-info .author-social-style li a:hover {
  background-color: #111111;
  color: #ffffff;
}
.news-details-layout1 .comments-area ul li {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.news-details-layout1 .comments-area ul li .comments-content {
  position: relative;
}
.news-details-layout1 .comments-area ul li .comments-content h3 {
  width: 75%;
}
.news-details-layout1 .comments-area ul li .comments-content h3 a span {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout1 .comments-area ul li .comments-content h3 a:hover {
  color: #0d47a1;
}
.news-details-layout1 .comments-area ul li .comments-content h3 a:hover span {
  color: #ff6d00;
}
.news-details-layout1 .comments-area ul li .comments-content .btn-reply {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
  font-size: 14px;
}
.news-details-layout1 .comments-area ul li .comments-content .btn-reply a {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #0d47a1;
  padding: 4px 15px 5px;
  color: #ffffff;
}
.news-details-layout1 .comments-area ul li .comments-content .btn-reply a:hover {
  background-color: #ff6d00;
}
.news-details-layout1 .comments-area ul li:nth-child(even) {
  margin-left: 4rem;
}
.news-details-layout1 .comments-area ul li:nth-child(even) .comments-content span {
  right: 30px;
}
.news-details-layout1 .leave-comments .form-group {
  margin-bottom: 15px;
}
.news-details-layout1 .leave-comments .form-group .form-control {
  color: #111111;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
  background: #f7f7f7;
  border: none;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
}
.news-details-layout1 .leave-comments .form-group input {
  padding: 0.5rem 1.5rem;
  height: 45px;
}
.news-details-layout1 .leave-comments .form-group textarea {
  padding: 1.5rem;
  padding-top: 15px;
}
.news-details-layout1 .leave-comments .form-group button {
  margin-top: 20px;
}
.news-details-layout1 .leave-comments .form-response .alert-info {
  background: transparent!important;
  border: none!important;
  color: red;
  letter-spacing: 5px;
}
.news-details-layout1 .leave-comments .form-response .alert-success {
  background-color: transparent;
  color: green;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
.news-details-layout1 .leave-comments .form-response .alert {
  border-radius: 0!important;
  padding: 35px 0 15px 0;
  margin-bottom: 0!important;
}
.news-details-layout1 .leave-comments input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.news-details-layout1 .leave-comments input::-webkit-input-placeholder,
.news-details-layout1 .leave-comments textarea::-webkit-input-placeholder {
  color: #444444;
}
.news-details-layout1 .leave-comments input::-moz-placeholder,
.news-details-layout1 .leave-comments textarea::-moz-placeholder {
  color: #444444;
}
.news-details-layout1 .leave-comments input:-moz-placeholder,
.news-details-layout1 .leave-comments textarea:-moz-placeholder {
  color: #444444;
}
.news-details-layout1 .leave-comments input:-ms-input-placeholder,
.news-details-layout1 .leave-comments textarea:-ms-input-placeholder {
  color: #444444;
}
.news-details-layout2 {
  text-align: center;
}
.news-details-layout2 .item-img {
  margin-bottom: 6rem;
  position: relative;
}
.news-details-layout2 .item-img:after {
  opacity: 0.8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
  content: "";
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.news-details-layout2 .item-img .mask-item {
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}
.news-details-layout2 .item-img .mask-item .item-post-date {
  margin-bottom: 0;
  font-size: 22px;
  color: #ffffff;
}
.news-details-layout2 .item-img .mask-item .item-post-by {
  margin-bottom: 10px;
  font-size: 14px;
  color: #d0d0d0;
}
.news-details-layout2 .item-img .mask-item .item-post-by a {
  color: #ff6d00;
}
.news-details-layout2 .item-img .mask-item .item-post-by a:hover {
  color: #ffffff;
}
.news-details-layout2 blockquote {
  margin: 20px 0 40px;
  display: inline-block;
  padding: 30px 15px 35px 80px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  border-left: 3px solid #0d47a1;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 575px) {
  .news-details-layout2 blockquote {
    padding: 30px 20px 35px 50px;
  }
}
.news-details-layout2 blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 35px;
  top: 25px;
  color: #0d47a1;
  font-size: 36px;
  z-index: 1;
  font-family: fontawesome;
}
@media only screen and (max-width: 575px) {
  .news-details-layout2 blockquote:before {
    left: 5px;
  }
}
.news-details-layout2 ul.blog-tags {
  margin-bottom: 30px;
  margin-top: 30px;
}
.news-details-layout2 ul.blog-tags li {
  font-size: 13px;
  display: inline-block;
}
.news-details-layout2 ul.blog-tags li a {
  border: 1px solid #e4e4e4;
  display: block;
  padding: 3px 10px;
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-details-layout2 ul.blog-tags li a:hover {
  color: #ffffff;
  background-color: #111111;
  border: 1px solid #111111;
}
.news-details-layout2 .post-share-area {
  padding: 20px;
  background-color: #f7f7f7;
}
.news-details-layout2 .post-share-area p {
  font-size: 16px;
  font-weight: 600;
}
.news-details-layout2 .post-share-area ul.social-default li {
  display: inline-block;
  margin-bottom: 3px;
}
.news-details-layout2 .post-share-area ul.social-default li a.facebook {
  background: #516eab;
  border: 2px solid #516eab;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout2 .post-share-area ul.social-default li a.facebook:hover {
  background: transparent;
  color: #516eab;
}
.news-details-layout2 .post-share-area ul.social-default li a.twitter {
  background: #29c5f6;
  border: 2px solid #29c5f6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout2 .post-share-area ul.social-default li a.twitter:hover {
  background: transparent;
  color: #29c5f6;
}
.news-details-layout2 .post-share-area ul.social-default li a.google {
  background: #eb4026;
  border: 2px solid #eb4026;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout2 .post-share-area ul.social-default li a.google:hover {
  background: transparent;
  color: #eb4026;
}
.news-details-layout2 .post-share-area ul.social-default li a.pinterest {
  background: #ca212a;
  border: 2px solid #ca212a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout2 .post-share-area ul.social-default li a.pinterest:hover {
  background: transparent;
  color: #ca212a;
}
.news-details-layout2 .post-share-area ul.social-default li a.rss {
  background: #ef6c00;
  border: 2px solid #ef6c00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout2 .post-share-area ul.social-default li a.rss:hover {
  background: transparent;
  color: #ef6c00;
}
.news-details-layout2 .post-share-area ul.social-default li a.linkedin {
  background: #1976d2;
  border: 2px solid #1976d2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-layout2 .post-share-area ul.social-default li a.linkedin:hover {
  background: transparent;
  color: #1976d2;
}
.news-details-layout2 .post-share-area ul.social-default li:last-child {
  margin-right: 0;
}
.news-details-layout2 .post-share-area ul.social-default li a {
  display: block;
  height: 44px;
  line-height: 42px;
  width: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-details-layout2 .blog-post-slider {
  padding: 40px 30px;
}
.news-details-layout2 .blog-post-slider .title {
  margin-bottom: 10px;
}
.news-details-layout2 .blog-post-slider .prev-article {
  color: #444444;
  display: block;
  position: relative;
}
.news-details-layout2 .blog-post-slider .prev-article:after {
  content: "\f104";
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 1;
  font-size: 30px;
  font-family: FontAwesome;
}
.news-details-layout2 .blog-post-slider .prev-article:hover {
  color: #0d47a1;
}
.news-details-layout2 .blog-post-slider .next-article {
  color: #444444;
  display: block;
  position: relative;
}
.news-details-layout2 .blog-post-slider .next-article:after {
  content: "\f105";
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 1;
  font-size: 30px;
  font-family: FontAwesome;
}
.news-details-layout2 .blog-post-slider .next-article:hover {
  color: #0d47a1;
}
.news-details-layout2 .author-info {
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 5rem;
  text-align: left;
}
.news-details-layout2 .author-info .title {
  margin-bottom: 5px;
}
.news-details-layout2 .author-info .sub-title {
  font-size: 15px;
  color: #ff6d00;
  margin-bottom: 15px;
}
.news-details-layout2 .author-info .author-social-style li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.news-details-layout2 .author-info .author-social-style li a {
  height: 40px;
  width: 42px;
  line-height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #e4e4e4;
  color: #111111;
}
.news-details-layout2 .author-info .author-social-style li a:hover {
  background-color: #111111;
  color: #ffffff;
}
.news-details-layout2 .comments-area ul li {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.news-details-layout2 .comments-area ul li .comments-content {
  text-align: left;
  padding-top: 10px;
  position: relative;
}
.news-details-layout2 .comments-area ul li .comments-content h3 {
  width: 75%;
}
.news-details-layout2 .comments-area ul li .comments-content h3 a span {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
}
.news-details-layout2 .comments-area ul li .comments-content .btn-reply {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
  font-size: 14px;
}
.news-details-layout2 .comments-area ul li .comments-content .btn-reply a {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #0d47a1;
  padding: 4px 15px 5px;
  color: #ffffff;
}
.news-details-layout2 .comments-area ul li .comments-content .btn-reply a:hover {
  background-color: #ff6d00;
}
.news-details-layout2 .comments-area ul li:nth-child(even) {
  margin-left: 4rem;
}
.news-details-layout2 .comments-area ul li:nth-child(even) .comments-content span {
  right: 30px;
}
.news-details-layout2 .leave-comments .form-group {
  margin-bottom: 15px;
}
.news-details-layout2 .leave-comments .form-group .form-control {
  color: #111111;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
  background: #f7f7f7;
  border: none;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
}
.news-details-layout2 .leave-comments .form-group input {
  padding: 0.5rem 1.5rem;
  height: 45px;
}
.news-details-layout2 .leave-comments .form-group textarea {
  padding: 1.5rem;
  padding-top: 15px;
}
.news-details-layout2 .leave-comments .form-group button {
  margin-top: 20px;
}
.news-details-layout2 .leave-comments .form-response .alert-info {
  background: transparent!important;
  border: none!important;
  color: red;
  letter-spacing: 5px;
}
.news-details-layout2 .leave-comments .form-response .alert-success {
  background-color: transparent;
  color: green;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
.news-details-layout2 .leave-comments .form-response .alert {
  border-radius: 0!important;
  padding: 35px 0 15px 0;
  margin-bottom: 0!important;
}
.news-details-layout2 .leave-comments input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.news-details-layout2 .leave-comments input::-webkit-input-placeholder,
.news-details-layout2 .leave-comments textarea::-webkit-input-placeholder {
  color: #444444;
}
.news-details-layout2 .leave-comments input::-moz-placeholder,
.news-details-layout2 .leave-comments textarea::-moz-placeholder {
  color: #444444;
}
.news-details-layout2 .leave-comments input:-moz-placeholder,
.news-details-layout2 .leave-comments textarea:-moz-placeholder {
  color: #444444;
}
.news-details-layout2 .leave-comments input:-ms-input-placeholder,
.news-details-layout2 .leave-comments textarea:-ms-input-placeholder {
  color: #444444;
}
.shine-hover figure {
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
}
.shine-hover figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine-hover:hover figure::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*=======================================================================
[11] Skill Area Style
=========================================================================*/
.skill-layout1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
.skill-layout1 p {
  margin-bottom: 0;
}
.skill-layout1 .progress {
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 9px;
  margin-bottom: 60px;
  overflow: visible;
  position: relative;
  margin-top: 44px;
}
.skill-layout1 .progress .lead {
  color: #111111;
  font-size: 18px;
  position: absolute;
  top: -38px;
  font-weight: 600;
}
.skill-layout1 .progress:last-child {
  margin-bottom: 0;
}
.skill-layout1 .progress-bar > span {
  background: #111111;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -25px;
  position: relative;
  padding: 5px;
}
.skill-layout1 .progress-bar > span:before,
.skill-layout1 .progress-bar > span:after {
  border: medium solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.skill-layout1 .progress-bar > span:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.skill-layout2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .skill-layout2 {
    margin-bottom: 11rem;
  }
}
.skill-layout2 p {
  margin-bottom: 0;
}
.skill-layout2 .progress {
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 9px;
  margin-bottom: 60px;
  overflow: visible;
  position: relative;
  margin-top: 44px;
}
.skill-layout2 .progress .lead {
  color: #111111;
  font-size: 18px;
  position: absolute;
  top: -38px;
  font-weight: 600;
}
.skill-layout2 .progress:last-child {
  margin-bottom: 0;
}
.skill-layout2 .progress-bar > span {
  background: #111111;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -25px;
  position: relative;
  padding: 5px;
}
.skill-layout2 .progress-bar > span:before,
.skill-layout2 .progress-bar > span:after {
  border: medium solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.skill-layout2 .progress-bar > span:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
/*=======================================================================
[12] Get Quote Area Style
=========================================================================*/
.get-quote-section-space {
  padding: 60px 0;
}
.get-quote .item-title p {
  color: #fffefe;
  font-size: 18px;
  font-weight: 300;
}
/*=======================================================================
[13] Price Table Area Style
=========================================================================*/
.price-table-layout1 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.price-table-layout1:hover {
  z-index: 2;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #0a387f;
}
.price-table-layout1:hover .tpt-header .tpt-header-top {
  border-bottom: 1px solid #e4e4e4;
}
.price-table-layout1:hover .tpt-header .tpt-header-top .tpt-title {
  color: #ffffff;
}
.price-table-layout1:hover .tpt-header .tpt-header-bottom .currency {
  color: #ffffff;
}
.price-table-layout1:hover .tpt-header .tpt-header-bottom .amount {
  color: #ffffff;
}
.price-table-layout1:hover .tpt-header .tpt-header-bottom .period {
  color: #ffffff;
}
.price-table-layout1:hover .tpt-body .tpt-body-items .tpt-body-item:nth-child(even) {
  background-color: #10428f;
}
.price-table-layout1:hover .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
  color: #ffffff;
}
.price-table-layout1:hover .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-icon .fa-check,
.price-table-layout1:hover .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-icon .fa-times {
  color: #ffffff;
}
.price-table-layout1:hover .tpt-footer .tpt-footer-btn {
  color: #111111;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(235, 235, 235, 0.75);
  -moz-box-shadow: 0px 2px 0px 0px rgba(235, 235, 235, 0.75);
  box-shadow: 0px 2px 0px 0px rgba(235, 235, 235, 0.75);
}
.price-table-layout1 .tpt-header {
  text-align: center;
}
.price-table-layout1 .tpt-header .tpt-header-top {
  margin-bottom: 5px;
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
}
.price-table-layout1 .tpt-header .tpt-header-top .tpt-title {
  letter-spacing: 1px;
  font-weight: 500;
  color: #ff6d00;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}
.price-table-layout1 .tpt-header .tpt-header-bottom {
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.price-table-layout1 .tpt-header .tpt-header-bottom .currency {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  position: relative;
  bottom: 32px;
  left: -5px;
}
.price-table-layout1 .tpt-header .tpt-header-bottom .amount {
  font-size: 60px;
  color: #111111;
  font-weight: 700;
}
.price-table-layout1 .tpt-header .tpt-header-bottom .period {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.price-table-layout1 .tpt-body {
  margin-bottom: 30px;
}
.price-table-layout1 .tpt-body .tpt-body-items .tpt-body-item {
  position: relative;
  padding: 16px 10px 16px 50px;
}
.price-table-layout1 .tpt-body .tpt-body-items .tpt-body-item:nth-child(even) {
  background-color: #eaeff0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.price-table-layout1 .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
  color: #111111;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}
.price-table-layout1 .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-icon {
  position: absolute;
  left: 20px;
  z-index: 1;
  line-height: 1.9;
  font-size: 12px;
}
.price-table-layout1 .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-icon .fa-check {
  color: #0b9876;
}
.price-table-layout1 .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-icon .fa-times {
  color: #e53935;
}
.price-table-layout1 .tpt-footer {
  text-align: center;
  padding-bottom: 30px;
}
.price-table-layout1 .tpt-footer .tpt-footer-btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #ff6d00;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 4.5rem;
  font-weight: 500;
  line-height: 1.9;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(156, 51, 0, 0.75);
  -moz-box-shadow: 0px 2px 0px 0px rgba(156, 51, 0, 0.75);
  box-shadow: 0px 2px 0px 0px rgba(156, 51, 0, 0.75);
}
.price-table-layout1 .tpt-footer .tpt-footer-btn:hover {
  background-color: #f7f7f7;
}
/*=======================================================================
[14] Progress Area Style
=========================================================================*/
.progress-layout1 {
  padding-top: 30rem;
  padding-bottom: 3rem;
  background-image: url('assets/templates/img/banner-brand/banner4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .progress-layout1 {
    padding-top: 25rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .progress-layout1 {
    padding-top: 10rem;
    padding-bottom: 7rem;
    background-image: none;
    background-color: #ff6d00;
  }
}
.progress-layout1 li {
  display: inline-block;
  width: 35%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .progress-layout1 li {
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .progress-layout1 li {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.progress-layout1 li:last-child {
  margin-bottom: 0;
}
.progress-layout1 li h3 {
  font-size: 7rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.progress-layout1 li span {
  color: #f6f6f6;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}
/*=======================================================================
[15] Call To Action Area Style        
=========================================================================*/
.call-to-action {
  padding: 40px 0;
}
.call-to-action > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call-to-action .call-title .title {
  font-size: 28px;
}
.call-to-action .call-phone {
  margin-top: 10px;
  margin-bottom: 10px;
}
.call-to-action .call-phone a {
  color: #ffffff;
  font-size: 24px;
}
.call-to-action .call-phone a i {
  margin-right: 10px;
}
.call-to-action .call-phone a:hover {
  color: #ff6d00;
}
.call-to-action .call-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*=======================================================================
[16] Banner Area Style
=========================================================================*/
.banner-layout1 {
  text-align: center;
  overflow: hidden;
}
.banner-layout1 .top-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
}
.banner-layout1 .title {
  margin-bottom: 30px;
}
.banner-layout1 .score-test-form {
  padding: 0 5rem;
}
@media only screen and (max-width: 991px) {
  .banner-layout1 .score-test-form {
    padding: 0;
  }
}
.banner-layout1 .score-test-form .form-group {
  width: 100%;
  margin-bottom: 15px;
}
.banner-layout1 .score-test-form .form-group .form-control {
  background: #ffffff;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.banner-layout1 .score-test-form .form-group input {
  height: 55px;
  color: #111111;
  padding: 5px 20px;
  font-size: 15px;
}
.banner-layout1 .score-test-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.banner-layout1 .score-test-form .form-response .alert-success {
  background-color: transparent;
  color: #0a387f;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .banner-layout1 .score-test-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.banner-layout1 .score-test-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.banner-layout1 .score-test-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.banner-layout1 .score-test-form input::-webkit-input-placeholder {
  color: #444444;
}
.banner-layout1 .score-test-form input::-moz-placeholder {
  color: #444444;
}
.banner-layout1 .score-test-form input:-moz-placeholder {
  color: #444444;
}
.banner-layout1 .score-test-form input:-ms-input-placeholder {
  color: #444444;
}
.banner-layout1 .score-test-form ul.form-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .banner-layout1 .score-test-form ul.form-items {
    display: inherit;
  }
}
.banner-layout1 .score-test-form ul.form-items li {
  margin-right: 10px;
}
.banner-layout1 .score-test-form ul.form-items li:last-child {
  margin-right: 0;
}
.banner-layout1 .score-test-form ul.form-items li .item-btn {
  padding: 5px;
  width: 100%;
  min-height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-layout1 .score-test-form ul.form-items li:nth-child(1n) {
  width: calc(40% - 10px);
}
@media only screen and (max-width: 767px) {
  .banner-layout1 .score-test-form ul.form-items li:nth-child(1n) {
    width: 100%;
  }
}
.banner-layout1 .score-test-form ul.form-items li:nth-child(2n) {
  width: calc(40% - 10px);
}
@media only screen and (max-width: 767px) {
  .banner-layout1 .score-test-form ul.form-items li:nth-child(2n) {
    width: 100%;
  }
}
.banner-layout1 .score-test-form ul.form-items li:nth-child(3n) {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .banner-layout1 .score-test-form ul.form-items li:nth-child(3n) {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .banner-layout1 .score-test-form ul.form-items li:nth-child(3n) {
    width: 100%;
  }
}
.banner-layout1 .banner-img {
  position: relative;
  bottom: -75px;
}
/*=======================================================================
[17] Progress Area Style
=========================================================================*/
.progress-box {
  margin-bottom: 3rem;
  text-align: center;
}
.progress-box .progress-percent {
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
}
.progress-box .progress-percent:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.progress-box .title {
  margin-bottom: 12px;
}
.progress-box p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 0;
}
/*=======================================================================
[18] Video Area Style
=========================================================================*/
.video-layout1 {
  position: relative;
}
/*=======================================================================
[19] Faq Area Style
=========================================================================*/
.faq-layout1 .panel-default {
  margin-top: 0!important;
  border-radius: 0!important;
  border: none;
  box-shadow: none;
  margin-bottom: 3px;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-layout1 .panel-default .panel-heading {
  background-color: transparent;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-layout1 .panel-default .panel-heading .panel-title {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-layout1 .panel-default .panel-heading .panel-title a {
  color: #111111;
  font-size: 24px;
  font-weight: 500;
  padding: 22px 60px 25px 0;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-layout1 .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.faq-layout1 .panel-default .panel-heading .accordion-toggle:after {
  text-align: center;
  font-family: FontAwesome;
  content: "\f107";
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 18px;
  z-index: 1;
  line-height: 40px;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  background-color: #ff6d00;
  border: 1px solid #ff6d00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-layout1 .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f105";
  color: #ff6d00;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-layout1 .panel-default .panel-collapse {
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-layout1 .panel-default .panel-body {
  padding: 20px 0 15px;
}
/*=======================================================================
[20] 404 Error Area Style
=========================================================================*/
.error-page-layout1 {
  text-align: center;
}
.error-page-layout1 img {
  margin-bottom: 7rem;
  display: inline-block;
}
.error-page-layout1 .title {
  margin-bottom: 10px;
}
.error-page-layout1 p {
  margin-bottom: 40px;
}
.error-page-layout1 .btn-ghost {
  color: #111111;
}
.error-page-layout1 .btn-ghost:hover {
  color: #ffffff;
}
/*=======================================================================
[21] Cpntact Area Style
=========================================================================*/
.contact-info-area {
  position: relative;
}
.contact-info-area:after {
  content: "";
  background-color: #ffffff;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .contact-info-area:after {
    display: none;
  }
}
.contact-info-area:before {
  content: "";
  background-color: #0d47a1;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .contact-info-area:before {
    display: none;
  }
}
.contact-address {
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .contact-address {
    background-color: #0d47a1;
    padding: 5rem;
  }
}
.contact-address ul {
  margin-bottom: 70px;
}
.contact-address ul:last-child {
  margin-bottom: 0;
}
.contact-address ul li {
  font-weight: 300;
  color: #ffffff;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-group .form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #f7f7f7;
  box-shadow: none;
  border: 0;
}
.contact-form .form-group input {
  height: 50px;
  color: #111111;
  padding: 5px 20px;
  font-size: 16px;
}
.contact-form .form-group textarea {
  padding: 20px;
  font-size: 16px;
}
.contact-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.contact-form .form-response .alert-success {
  background-color: transparent;
  color: #0a387f;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .contact-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.contact-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #828181;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #828181;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #828181;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #828181;
}
/*=======================================================================
[22] Sidebar Area Style
=========================================================================*/
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}
.sidebar-widget-area {
  margin-bottom: 3rem;
}
.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0!important;
}
.widget-search .stylish-input-group {
  background: transparent;
  border: 1px solid #e4e4e4;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget-search .stylish-input-group .form-control {
  padding: 0.75rem 1.5rem;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  text-transform: lowercase;
  color: #111111;
}
.widget-search .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent!important;
}
.widget-search .stylish-input-group .input-group-addon button {
  padding: 1.5rem;
  cursor: pointer;
  background: #ff6d00;
  border: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-search .stylish-input-group .input-group-addon button span {
  color: #ffffff;
  font-size: 14px;
}
.widget-search .stylish-input-group .input-group-addon button:hover {
  background-color: #0d47a1;
}
.widget-search .stylish-input-group input {
  font-size: 14px;
  color: #111111;
}
.widget-search .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #707070;
}
.widget-search .stylish-input-group input.form-control::-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #707070;
}
.widget-search .stylish-input-group input.form-control:-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #707070;
}
.widget-search .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #707070;
}
.widget-categories ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dedede;
}
.widget-categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.widget-categories ul li:last-child:before {
  display: none;
}
.widget-categories ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #0d47a1;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
.widget-categories ul li a {
  display: block;
  color: #444444;
  font-size: 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-categories ul li a span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-categories ul li:hover a {
  color: #0d47a1;
}
.widget-categories ul li:hover:before {
  right: 0;
  left: 0;
  width: 100%;
}
.widget-categories ul li:before {
  content: "";
  background-color: #0d47a1;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-recent-entries ul li {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.widget-recent-entries ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.widget-recent-entries ul li a {
  color: #111111;
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 10px;
}
.widget-recent-entries ul li a:hover {
  color: #0d47a1;
}
.widget-recent-entries ul li .post-date {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.widget-archives ul li {
  padding-left: 15px;
  position: relative;
  font-size: 17px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  line-height: 1;
  border-bottom: 1px solid #e4e4e4;
}
.widget-archives ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.widget-archives ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: fontAwesome;
  color: #0d47a1;
  font-size: 15px;
}
.widget-archives ul li a {
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-archives ul li a:hover {
  color: #0d47a1;
}
.widget-tag li {
  display: inline-block;
  margin-top: 3px;
  border: 1px solid #e4e4e4;
  background: transparent;
  font-size: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-tag li a {
  color: #707070;
  display: block;
  padding: 9px 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-tag li:hover {
  border: 1px solid #0d47a1;
  background: #0d47a1;
}
.widget-tag li:hover a {
  color: #ffffff;
}
.widget-popular-product ul li {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.widget-popular-product ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-popular-product ul li .popular-product-img {
  padding: 10px;
  background-color: #f7f7f7;
}
.widget-popular-product ul li .popular-product-content h4 {
  margin-bottom: 5px;
  color: #111111;
}
.widget-popular-product ul li .popular-product-content h4 a {
  color: #111111;
}
.widget-popular-product ul li .popular-product-content h4 a:hover {
  color: #0d47a1;
}
.widget-popular-product ul li .popular-product-content .rating {
  line-height: 1.6;
}
.widget-popular-product ul li .popular-product-content .rating li {
  display: inline;
  border-bottom: none;
}
.widget-popular-product ul li .popular-product-content .rating li i {
  color: #fdc800;
}
.widget-popular-product ul li .popular-product-content .amount {
  color: #111111;
  font-weight: 500;
}
.widget-popular-product ul li .popular-product-content .amount .currency {
  color: #111111;
  font-weight: 500;
}
.widget-price-range .price-range-wrapper {
  text-align: center;
  padding-top: 20px;
}
.widget-price-range .price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap {
  margin-top: 15px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button {
  margin-right: 10px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn {
  padding: 5px 20px 2px;
  min-height: 40px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select {
  margin: 20px 0;
  text-align: center;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
  display: inline-block;
  margin: 0 2px;
  font-weight: 500;
  color: #222222;
}
.widget-price-range .price-range-wrapper .noUi-connect {
  background: #cbcbcb;
  box-shadow: none;
}
.widget-price-range .price-range-wrapper .noUi-horizontal {
  height: 12px;
}
.widget-price-range .price-range-wrapper .noUi-target {
  border-radius: 0;
  box-shadow: none;
  background-color: #eeeeee;
  border: 0;
}
.widget-price-range .price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -10px;
  background: #0d47a1;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 25px;
}
.widget-price-range .price-range-wrapper .noUi-handle::after,
.widget-price-range .price-range-wrapper .noUi-handle::before {
  left: 11px;
  top: 7px;
  background: #ffffff;
}
.widget-price-range .price-range-wrapper .noUi-handle::after {
  left: 14px;
}
.widget-classes ul li {
  display: grid;
  width: 100%;
  margin-bottom: 2px;
  font-size: 17px;
  position: relative;
}
.widget-classes ul li:last-child {
  margin-bottom: 0;
}
.widget-classes ul li a {
  background-color: #f8f8f8;
  padding: 15px 15px 15px 40px;
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-classes ul li a i {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  padding-left: 2px;
  text-align: center;
  color: #ff6d00;
  left: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-classes ul li:hover a {
  padding: 15px 15px 15px 50px;
  background-color: #ff6d00;
  color: #ffffff;
}
.widget-classes ul li:hover a i {
  color: #ffffff;
  left: 25px;
}
.widget-testimonial .widget-testimonial-box .item-img {
  margin-bottom: 15px;
}
.widget-testimonial .widget-testimonial-box .title {
  margin-bottom: 0;
}
.widget-testimonial .widget-testimonial-box .sub-title {
  font-size: 14px;
  margin-bottom: 0;
}
.widget-banner {
  padding: 30px;
  background-color: #0d47a1;
  position: relative;
}
.widget-banner:after {
  content: "\f041";
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 54px;
  line-height: 1;
  z-index: 1;
  font-family: FontAwesome;
  color: #275eb3;
}
.widget-banner .title span {
  font-weight: 600;
}
.widget-case-details ul li {
  font-size: 17px;
  margin-bottom: 5px;
}
.widget-case-details ul li:last-child {
  margin-bottom: 0;
}
.widget-case-details ul li label {
  min-width: 80px;
  margin-right: 15px;
  color: #111111;
  font-weight: 700;
}
.widget-case-details ul li ul.social-default {
  display: inline-block;
}
.widget-case-details ul li ul.social-default li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.widget-case-details ul li ul.social-default li:last-child {
  margin-right: 0;
}
.widget-case-details ul li ul.social-default li a {
  display: inline-block;
  color: #646464;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-case-details ul li ul.social-default li a.facebook:hover {
  color: #516eab;
}
.widget-case-details ul li ul.social-default li a.twitter:hover {
  color: #29c5f6;
}
.widget-case-details ul li ul.social-default li a.google:hover {
  color: #eb4026;
}
.widget-case-details ul li ul.social-default li a.pinterest:hover {
  color: #ca212a;
}
.widget-case-details ul li ul.social-default li a.rss:hover {
  color: #ef6c00;
}
.widget-case-details ul li ul.social-default li a.linkedin:hover {
  color: #1976d2;
}
/*=======================================================================
[23] Footer Area Style        
=========================================================================*/
.footer-area-top {
  padding: 11rem 0 6.5rem;
  background: #121212;
}
.footer-area-top .footer-box {
  color: #b3b3b3;
  margin-bottom: 30px;
  font-size: 17px;
}
.footer-area-top .footer-box .title {
  margin-bottom: 30px;
}
.footer-area-top .footer-box .footer-logo {
  margin-bottom: 20px;
}
.footer-area-top .footer-box .footer-about p {
  margin-bottom: 50px;
}
.footer-area-top .footer-box .contact-us-info li {
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  color: #999999;
  margin-bottom: 15px;
  line-height: 1.6;
}
.footer-area-top .footer-box .contact-us-info li:last-child {
  margin-bottom: 0;
}
.footer-area-top .footer-box .contact-us-info li i {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  color: #ff6d00;
  font-size: 20px;
}
.footer-area-top .footer-box .latest-news li {
  margin-bottom: 22px;
}
.footer-area-top .footer-box .latest-news li:last-child {
  margin-bottom: 0;
}
.footer-area-top .footer-box .latest-news li a {
  color: #c3c3c3;
  margin-bottom: 5px;
  display: block;
}
.footer-area-top .footer-box .latest-news li a:hover {
  color: #ff6d00;
}
.footer-area-top .footer-box .latest-news li span {
  display: block;
  font-size: 14px;
  color: #6b6b6b;
}
.footer-area-top .footer-box .quick-link li {
  margin-bottom: 15px;
}
.footer-area-top .footer-box .quick-link li:last-child {
  margin-bottom: 0;
}
.footer-area-top .footer-box .quick-link li a {
  color: #b3b3b3;
}
.footer-area-top .footer-box .quick-link li a:hover {
  color: #ff6d00;
}
.footer-area-top .footer-box .newsletter-box p {
  margin-bottom: 30px;
}
.footer-area-top .footer-box .newsletter-box .stylish-input-group {
  border: 1px solid #414141;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.footer-area-top .footer-box .newsletter-box .stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: lowercase;
  color: #8d8d8d;
  height: 50px;
  font-size: 16px;
  background-color: transparent;
  padding: 0.4rem 0.75rem 0.7rem;
}
.footer-area-top .footer-box .newsletter-box .stylish-input-group .input-group-addon {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-box .newsletter-box .stylish-input-group .input-group-addon button {
  border: 0;
  padding: 13px 17px 12px;
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-box .newsletter-box .stylish-input-group .input-group-addon button i {
  color: #ff6d00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-box .newsletter-box .stylish-input-group .input-group-addon button:hover {
  background: #ff6d00;
}
.footer-area-top .footer-box .newsletter-box .stylish-input-group .input-group-addon button:hover i {
  color: #ffffff;
}
.footer-area-bootom {
  display: flex;
  padding: 22px 0 15px;
  background-color: #000000;
}
.footer-area-bootom .copy-right {
  margin-bottom: 10px;
}
.footer-area-bootom .copy-right p {
  color: #999999;
  margin-bottom: 0;
}
.footer-area-bootom .payment-method {
  margin-bottom: 10px;
  text-align: right;
}
.footer-area-bootom .payment-method ul li {
  display: inline-block;
}
.footer-widget {
    border: 1px solid #444;
    height: 100%;
    width: 100%;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.fixed {
		position: fixed;
		z-index: 99;
		top: 60;
position: sticky;
top: 10px;

	}
	
	
	
	
	
	
	
	.fotoramafullscreen {
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: zoom-in;
        z-index: 10;
    }