/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500|Oswald:300,400,500,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}



body {
  font-family: "Heebo", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #4f555c;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #2a2a2a;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.owl-carousel .owl-item img {
  width: auto;
}

button:focus {
  outline: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.box-style {
  padding: 0 60px;
}

@media (max-width: 1199px) {
  .box-style {
    padding: 0 35px;
  }
}

@media (max-width: 991px) {
  .box-style {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .box-style {
    padding: 0 10px;
  }
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 90px 0;
  }
}

.mouse-follower {
  background-color: rgba(206, 224, 2, 0.2);
  position: absolute;
  color: white;
  width: 25px;
  height: 25px;
  border: 1px solid #da1c12;
  z-index: 999999;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.mr-bt-0 {
  margin-bottom: 0 !important;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  margin-top: 15px;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  position: relative;
  top: 10px;
}

.contact-validation-active #loader i {
  font-size: 26px;
  font-size: 1.73333rem;
  color: #da1c12;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

.section-title, .section-title-s4 {
  padding-left: 40px;
  position: relative;
  margin-bottom: 55px;
  margin-top: -2px;
}

@media (max-width: 767px) {
  .section-title, .section-title-s4 {
    padding-left: 0;
    margin-bottom: 45px;
  }
}

.section-title > span, .section-title-s4 > span {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #777676;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  margin-top: -0.31em;
  display: inline-block;
}

@media (max-width: 991px) {
  .section-title > span, .section-title-s4 > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .section-title > span, .section-title-s4 > span {
    letter-spacing: 2px;
  }
}

.section-title > span:after, .section-title-s4 > span:after {
  content: "";
  background: #d3d3d3;
  width: 50px;
  height: 1px;
  position: absolute;
  right: -60px;
  top: 12px;
}

.section-title h2, .section-title-s4 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  margin: 0.31em 0 0;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s4 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s4 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.section-title > span, .section-title-s4 > span, .section-title h2, .section-title-s4 h2 {
  position: relative;
  z-index: 2;
}

.section-title .transparent-text, .section-title-s4 .transparent-text {
  font-family: "Oswald", sans-serif;
  font-size: 125px;
  font-size: 8.33333rem;
  font-weight: bold;
  color: #f1f2f2;
  line-height: 0.8em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -3px;
}

@media (max-width: 991px) {
  .section-title .transparent-text, .section-title-s4 .transparent-text {
    font-size: 110px;
    font-size: 7.33333rem;
  }
}

@media (max-width: 767px) {
  .section-title .transparent-text, .section-title-s4 .transparent-text {
    font-size: 60px;
    font-size: 4rem;
  }
}

.section-title-s2 {
  position: relative;
  margin-bottom: 85px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-title-s2 {
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .section-title-s2 {
    margin-bottom: 65px;
  }
}

.section-title-s2 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0.6em;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-title-s2 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
    padding-top: 0.4em;
    padding-top: 0.15em;
  }
}

.section-title-s2 .transparent-text {
  font-family: "Oswald", sans-serif;
  font-size: 125px;
  font-size: 8.33333rem;
  font-weight: bold;
  color: #f1f2f2;
  line-height: 0.8em;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .section-title-s2 .transparent-text {
    font-size: 110px;
    font-size: 7.33333rem;
  }
}

@media (max-width: 767px) {
  .section-title-s2 .transparent-text {
    font-size: 60px;
    font-size: 4rem;
  }
}

.section-title-s3 {
  margin-bottom: 40px;
}

.section-title-s3 > span {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #777676;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
}

@media (max-width: 991px) {
  .section-title-s3 > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .section-title-s3 > span {
    letter-spacing: 2px;
  }
}

.section-title-s3 h2 {
  font-size: 45px;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  margin: 0.21em 0 0;
}

@media (max-width: 991px) {
  .section-title-s3 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .section-title-s3 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.section-title-s4 {
  text-align: center;
  padding-left: 0;
}

.section-title-s4 .transparent-text {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title-s4 > span:after {
  display: none;
}

.theme-btn, .theme-btn-s3, .theme-btn-s4 {
  font-family: "Oswald", sans-serif;
  height: 50px;
  line-height: 47px;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  border: 2px solid #da1c12;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s3, .theme-btn-s4 {
    height: 45px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s3, .theme-btn-s4 {
    height: 40px;
    line-height: 35px;
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 0 18px;
  }
}

.theme-btn:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
  background-color: #da1c12;
  color: #fff;
}

.theme-btn-s2 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #6b6b6b;
  letter-spacing: 2px;
  padding-right: 25px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.theme-btn-s2:hover {
  color: #da1c12;
}

.theme-btn-s3, .theme-btn-s4 {
  color: #676767;
  font-weight: 500;
  padding: 0 28px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .theme-btn-s3, .theme-btn-s4 {
    padding: 0 20px;
  }
}

.theme-btn-s4 {
  background-color: transparent;
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 0 25px;
}

@media screen and (min-width: 992px) {
  .theme-btn-s4 {
    height: 45px;
    line-height: 42px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #da1c12;
  -webkit-box-shadow: 0 0 5px 0 #eafd18;
  -moz-box-shadow: 0 0 5px 0 #eafd18;
  -o-box-shadow: 0 0 5px 0 #eafd18;
  -ms-box-shadow: 0 0 5px 0 #eafd18;
  box-shadow: 0 0 5px 0 #eafd18;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.html) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

/******************************
	#page title
******************************/
.page-title {
  width: 100%;
  height: 250px;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .page-title {
    height: 200px;
  }
}

.page-title:before {
  content: "";
  background: -webkit-linear-gradient(top, #da1c12 55%, #da1c12);
  background: -moz-linear-gradient(top, #0a172b 55%, #da1c12);
  background: -o-linear-gradient(top, #0a172b 55%, #da1c12);
  background: -ms-linear-gradient(top, #0a172b 55%, #da1c12);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #0a172b), to(#da1c12));
  background: linear-gradient(top, #0a172b 55%, #da1c12);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 60px;
  font-size: 4rem;
  font-weight: 500;
  margin: -0.12em 0 0.30em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.page-title .breadcrumb li a {
  color: #202020;;
}

.page-title .breadcrumb li a:hover {
  color: #c64a4a;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.preloader .dot1,
.preloader .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #da1c12;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/****************************************
	service single sidebar
****************************************/
.service-sidebar {
  /*** service-list-widget ***/
  /*** download-widget ***/
  /*** contact-widget ***/
}

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 60px;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #e6e6e6;
}

.service-sidebar .service-list-widget a {
  font-weight: 500;
  display: block;
  color: #0a172b;
  padding: 15px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  background-color: #da1c12;
  color: #fff;
}

.service-sidebar .download-widget ul {
  list-style: none;
}

.service-sidebar .download-widget ul > li + li {
  margin-top: 5px;
}

.service-sidebar .download-widget ul a {
  background-color: #141414;
  color: #fff;
  padding: 17px 25px;
  display: block;
}

.service-sidebar .download-widget ul i {
  display: inline-block;
  padding-right: 10px;
  color: #da1c12;
}

.service-sidebar .download-widget ul a:hover {
  color: #da1c12;
}

.service-sidebar .contact-widget {
  background-color: #da1c12;
  padding: 45px 30px;
}

.service-sidebar .contact-widget h4 {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #0a172b;
  margin: 0 0 0.8em;
}

.service-sidebar .contact-widget p {
  color: #0a172b;
  margin: 0 0 1em;
}

.service-sidebar .contact-widget p + a {
  color: #fff;
}

.service-sidebar .contact-widget p + a i {
  font-size: 14px;
}

.service-sidebar .contact-widget p + a:hover {
  color: #0a172b;
}

/****************************************
	shop sidebar
****************************************/
.shop-sidebar {
  /*** search-widget ***/
  /*** categories-widget ***/
  /*** popular-product-widget ***/
  /*** tag-widget ***/
}

@media (max-width: 991px) {
  .shop-sidebar {
    max-width: 300px;
    margin-top: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .shop-sidebar .widget {
    border: 1px solid #eee;
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .shop-sidebar .widget {
    border: 1px solid #eee;
    padding: 40px 20px;
  }
}

.shop-sidebar > .widget + .widget {
  margin-top: 65px;
}

.shop-sidebar .widget > h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}

@media screen and (min-width: 1200px) {
  .shop-sidebar .widget > h3 {
    position: relative;
    padding-left: 40px;
  }
  .shop-sidebar .widget > h3:before {
    content: "";
    background-color: #da1c12;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 8px;
  }
}

@media (max-width: 991px) {
  .shop-sidebar .widget > h3 {
    position: relative;
    padding-left: 40px;
  }
  .shop-sidebar .widget > h3:before {
    content: "";
    background-color: #da1c12;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 8px;
  }
}

.shop-sidebar .widget ul {
  list-style: none;
}

.shop-sidebar .search-widget div {
  position: relative;
}

.shop-sidebar .search-widget button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #da1c12;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-sidebar .search-widget input {
  background-color: #f3f3f3;
  height: 50px;
  padding: 6px 40px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-sidebar .categories-widget ul li {
  position: relative;
  color: #727780;
}

.shop-sidebar .categories-widget ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-sidebar .categories-widget ul li a {
  color: #727780;
}

.shop-sidebar .categories-widget ul > li + li {
  margin-top: 15px;
}

.shop-sidebar .categories-widget ul li a:hover {
  color: #da1c12;
}

.shop-sidebar .popular-product-widget ul li {
  overflow: hidden;
}

.shop-sidebar .popular-product-widget ul > li + li {
  margin-top: 20px;
}

.shop-sidebar .popular-product-widget .product-image {
  width: 70px;
  float: left;
}

.shop-sidebar .popular-product-widget .product-info {
  width: calc(100% - 70px);
  float: left;
  padding-left: 20px;
}

.shop-sidebar .popular-product-widget .product-info > a {
  color: #727780;
  display: block;
  margin-bottom: 4px;
}

.shop-sidebar .popular-product-widget .product-info > a:hover {
  color: #da1c12;
}

.shop-sidebar .popular-product-widget .star-rating {
  margin-bottom: 5px;
}

.shop-sidebar .popular-product-widget .star-rating i {
  font-size: 12px;
  font-size: 0.8rem;
  color: #da1c12;
}

.shop-sidebar .tag-widget .tagcloud a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #727780;
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 6px 15px;
  border-radius: 32px;
  margin: 0 5px 5px 0;
}

.shop-sidebar .tag-widget .tagcloud a:hover {
  background-color: #da1c12;
  border-color: #da1c12;
  color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
  max-height: 45px;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 45px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.33333rem;
  border: 1px solid transparent;
  color: #2a2a2a;
  display: block;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  border-color: #da1c12;
  color: #da1c12;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/****************************************
	blog sidebar
****************************************/
.blog-sidebar {
  /*** search-widget ***/
  /*** categories-widget ***/
  /*** popular-product-widget ***/
  /*** tag-widget ***/
}

@media screen and (min-width: 1200px) {
  .blog-sidebar {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    max-width: 300px;
    margin-top: 70px;
  }
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .widget {
  border: 1px solid #eee;
  padding: 40px 30px;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
    padding: 35px 25px;
  }
}

.blog-sidebar .widget > h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 0.65em;
  padding-left: 50px;
  margin: 0 0 0.8em;
  position: relative;
}

.blog-sidebar .widget > h3:before {
  content: "";
  background-color: #da1c12;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 13px;
  left: 0;
}

.blog-sidebar .widget ul {
  list-style: none;
}

.blog-sidebar .search-widget div {
  position: relative;
}

.blog-sidebar .search-widget button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #da1c12;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .search-widget input {
  background-color: #fbfbfb;
  height: 50px;
  padding: 6px 40px 6px 20px;
  border: 1px solid #da1c12;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-sidebar .categories-widget ul li {
  position: relative;
  color: #727780;
}

.blog-sidebar .categories-widget ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .categories-widget ul li a {
  color: #727780;
}

.blog-sidebar .categories-widget ul > li + li {
  margin-top: 15px;
}

.blog-sidebar .categories-widget ul li a:hover {
  color: #da1c12;
}

.blog-sidebar .popular-post-widget ul li {
  overflow: hidden;
}

.blog-sidebar .popular-post-widget ul > li + li {
  margin-top: 20px;
}

.blog-sidebar .popular-post-widget .post-image {
  width: 70px;
  float: left;
}

.blog-sidebar .popular-post-widget .post-info {
  width: calc(100% - 70px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .popular-post-widget .post-title {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .blog-sidebar .popular-post-widget .post-title {
    font-size: 15px;
    font-size: 1rem;
  }
}

.blog-sidebar .popular-post-widget .date {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #da1c12;
}

.blog-sidebar .popular-post-widget .post-info > a {
  color: #727780;
  display: block;
  margin-bottom: 6px;
}

.blog-sidebar .popular-post-widget .post-info > a:hover {
  color: #da1c12;
}

.blog-sidebar .tag-widget .tagcloud a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #727780;
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 6px 15px;
  border-radius: 32px;
  margin: 0 5px 5px 0;
}

.blog-sidebar .tag-widget .tagcloud a:hover {
  background-color: #da1c12;
  border-color: #da1c12;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .blog-with-left-sidebar .blog-sidebar {
    padding: 0 20px 0 0;
  }
}

.theme-accordion-s1, .theme-accordion-s2 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default, .theme-accordion-s2 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading, .theme-accordion-s2 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel, .theme-accordion-s2 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
  background-color: #da1c12;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before, .theme-accordion-s2 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  font-size: 1rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before, .theme-accordion-s2 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.2rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus, .theme-accordion-s2 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed, .theme-accordion-s2 .panel-heading .collapsed {
  background-color: #f1f1f1;
  color: #2a2a2a;
}

.theme-accordion-s1 .panel-heading .collapsed:before, .theme-accordion-s2 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fbfbfb;
  font-size: 18px;
  font-size: 1.2rem;
  border: 0;
  padding: 40px 25px 15px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

.theme-accordion-s2 .panel-default {
  border: 0;
  position: relative;
}

.theme-accordion-s2 .panel-heading a {
  background-color: #fff;
  font-family: "Oswald", sans-serif;
  color: #da1c12;
  display: block;
  padding: 12px 25px;
  border: 1px solid #dde2e8;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s2 .panel-heading a {
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s2 .panel-heading a .icon {
  background: #da1c12;
  width: 47px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading a .icon {
    display: none;
  }
}

.theme-accordion-s2 .panel-heading a .icon:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-accordion-s2 .panel-heading a:before {
  display: none;
}

.theme-accordion-s2 .panel-heading .collapsed {
  color: #1e2331;
}

.theme-accordion-s2 .panel-heading .collapsed .icon:before {
  content: "\f107";
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
  padding-left: 130px;
  min-height: 135px;
  position: relative;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding-left: 15px;
    min-height: auto;
  }
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
  position: absolute;
  left: 0;
  top: 30px;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
    position: static;
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation .navbar-brand {
  height: auto;
}

.site-header #navbar {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a {
  color: #2a2a2a;
}

.site-header #navbar > ul li a:hover {
  text-decoration: none;
  color: #da1c12;
}

.site-header #navbar > ul li a:focus {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 250px;
    border-top: 2px solid #da1c12;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #ececec;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 15px;
    font-size: 1rem;
    display: block;
    padding: 12px 20px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #da1c12;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #da1c12;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #da1c12;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #da1c12;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}


/*******************************************
	header style 1
*******************************************/
.header-style-1 {
  /*** .cart-search-contact ***/
}

@media screen and (min-width: 992px) {
  .header-style-1 {
    /*** hover effect ***/
  }
  .header-style-1 ul {
    list-style: none;
  }
  .header-style-1 .navigation-holder {
    background: #191919;
    width: 300px;
    height: 100% !important;
    padding: 65px 55px;
    position: fixed;
    right: -520px;
    top: 0;
    z-index: 99999;
  }
  .header-style-1 .navigation-holder > ul {
    float: none;
    height: 100%;
    overflow: auto;
  }
  .header-style-1 #navbar > ul {
    width: 100%;
    height: 100%;
  }
  .header-style-1 #navbar > ul > li {
    float: none;
  }
  .header-style-1 #navbar > ul li a {
    text-transform: uppercase;
  }
  .header-style-1 #navbar > ul li a,
  .header-style-1 #navbar > ul > li .sub-menu a {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    padding: 15px;
  }
  .header-style-1 #navbar > ul > li .sub-menu a {
    text-transform: none;
    font-weight: 300;
  }
  .header-style-1 #navbar > ul > li .sub-menu a:hover {
    color: #da1c12;
  }
  .header-style-1 #navbar > ul li a {
    padding: 20px 15px;
  }
  .header-style-1 #navbar > ul .sub-menu {
    background-color: transparent;
    width: auto;
    height: 0;
    border-top: 0;
    position: static;
    left: 0;
    top: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    padding-left: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-style-1 #navbar > ul .sub-menu.open-submenu {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header-style-1 #navbar > ul > li .sub-menu li {
    border-bottom: 0;
  }
  .header-style-1 #navbar > ul > li:hover > .sub-menu {
    top: auto;
    visibility: hidden;
    opacity: 0;
  }
  .header-style-1 #navbar > ul .sub-menu > li:hover > .sub-menu {
    left: auto;
    visibility: hidden;
    opacity: 0;
  }
  .header-style-1 .close-navbar-2 {
    background-color: #da1c12;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
}

@media (max-width: 991px) {
  .header-style-1 .close-navbar-2 {
    display: none;
  }
}

.header-style-1 .navigation {
  padding: 0;
}

@media (max-width: 767px) {
  .header-style-1 .navigation {
    padding: 0;
  }
}

.header-style-1 .menu-info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .header-style-1 .menu-info {
    display: none;
  }
}

.header-style-1 .menu-info ul {
  overflow: hidden;
  list-style: none;
}

.header-style-1 .menu-info ul li {
  font-size: 18px;
  font-size: 1.2rem;
  padding-bottom: 2px;
  float: left;
  line-height: 1em;
}

@media (max-width: 991px) {
  .header-style-1 .menu-info ul li {
    font-size: 16px;
    font-size: 1.06667rem;
    padding-bottom: 2px;
  }
}

.header-style-1 .menu-info ul > li + li {
  margin-left: 35px;
}

@media (max-width: 991px) {
  .header-style-1 .menu-info ul > li + li {
    margin-left: 25px;
  }
}

.header-style-1 .menu-info ul .fi {
  position: relative;
  top: 3px;
  display: inline-block;
  padding-right: 3px;
}

@media (max-width: 991px) {
  .header-style-1 .menu-info ul .fi {
    top: 2px;
  }
}

.header-style-1 .menu-info ul .fi:before {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #da1c12;
}

@media (max-width: 991px) {
  .header-style-1 .menu-info ul .fi:before {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.header-style-1 .menu-open-btn-holder {
  background-color: #da1c12;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 15px;
  top: 22px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .header-style-1 .menu-open-btn-holder {
    display: none;
  }
}

.header-style-1 .menu-open-btn-holder button {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.header-style-1 .menu-open-btn-holder button span {
  background-color: #fff;
  width: 27px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 9px;
}

.header-style-1 .menu-open-btn-holder button > span:nth-child(2) {
  top: 22px;
}

.header-style-1 .menu-open-btn-holder button > span:nth-child(3) {
  width: 18px;
  top: 32px;
}

@media (max-width: 991px) {
  .header-style-1 .navbar-header button {
    top: 25px;
  }
}

.header-style-1 .cart-search-contact {
  right: 95px;
}

@media (max-width: 767px) {
  .header-style-1 .cart-search-contact {
    right: 85px;
  }
}

.header-style-1 .navigation-holder.open-navigation-menu {
  right: 0;
}

/*******************************************
	header style 2
*******************************************/
.header-style-2, .header-style-3 {
  /*** topbar ***/
  /*** navigation ***/
  /*** search cart ***/
}

.header-style-2 .topbar, .header-style-3 .topbar {
  padding: 15px 0;
  border-bottom: 1px solid #f1efef;
}

@media (max-width: 991px) {
  .header-style-2 .topbar, .header-style-3 .topbar {
    text-align: center;
    padding: 15px;
  }
}

.header-style-2 .topbar p, .header-style-3 .topbar p {
  font-size: 15px;
  font-size: 1rem;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 991px) {
  .header-style-2 .topbar p, .header-style-3 .topbar p {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.header-style-2 .topbar ul, .header-style-3 .topbar ul {
  overflow: hidden;
  list-style: none;
  float: right;
  padding-top: 2px;
}

@media (max-width: 991px) {
  .header-style-2 .topbar ul, .header-style-3 .topbar ul {
    float: none;
    display: inline-block;
  }
}

.header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
  font-size: 15px;
  font-size: 1rem;
  float: left;
  padding: 2px 0;
  color: #636363;
  line-height: 1em;
}

@media (max-width: 991px) {
  .header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
    font-size: 14px;
    font-size: 0.93333rem;
    padding-bottom: 2px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
    float: none;
  }
}

.header-style-2 .topbar ul > li + li, .header-style-3 .topbar ul > li + li {
  margin-left: 35px;
}

@media (max-width: 991px) {
  .header-style-2 .topbar ul > li + li, .header-style-3 .topbar ul > li + li {
    margin-left: 25px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .header-style-2 .topbar ul > li + li, .header-style-3 .topbar ul > li + li {
    margin: 8px 0 0;
  }
}

.header-style-2 .topbar ul .fi, .header-style-3 .topbar ul .fi {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 3px;
}

.header-style-2 .topbar ul .fi:before, .header-style-3 .topbar ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #cee002;
}

@media (max-width: 991px) {
  .header-style-2 .topbar ul .fi:before, .header-style-3 .topbar ul .fi:before {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.header-style-2 .navigation ul, .header-style-3 .navigation ul {
  list-style: none;
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation .navbar-brand, .header-style-3 .navigation .navbar-brand {
    margin-top: 7px;
  }
  .header-style-2 #navbar, .header-style-3 #navbar {
    //margin-right: 100px;
  }
  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    padding: 40px 12px;
  }
  .header-style-2 #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before, .header-style-3 #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    content: "\e649";
  }
  .header-style-2 #navbar > ul .sub-menu, .header-style-3 #navbar > ul .sub-menu {
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    padding: 40px 15px;
  }
}

@media (max-width: 991px) {
  .header-style-2 .navbar-header button, .header-style-3 .navbar-header button {
    top: 25px;
  }
}

.header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
  top: 71px;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content,
  .header-style-2 .cart-search-contact .header-search-form,
  .header-style-3 .cart-search-contact .header-search-form {
    top: 64px;
  }
}

/*******************************************
	header style 3
*******************************************/
@media screen and (min-width: 992px) {
  .header-style-3 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-3 .topbar p,
  .header-style-3 .topbar ul li,
  .header-style-3 #navbar > ul > li > a {
    color: #d8d8d8;
  }
  .header-style-3 .topbar {
    border-color: rgba(255, 255, 255, 0.05);
  }
  .header-style-3 .navigation {
    background-color: transparent;
  }
  .header-style-3 .cart-search-contact .fi:before {
    color: #d8d8d8;
  }
  .header-style-3 #navbar > ul .sub-menu {
    background-color: #101010;
  }
  .header-style-3 #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #171717;
  }
  .header-style-3 #navbar > ul li a {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .header-style-3 .navigation {
    background-color: #101010;
  }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /*** pagi info ***/
  /*** social-links ***/
  /*** hero slider animation ***/
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
//  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .slider-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide .container {
  height: 100%;
  display: table;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero .slide .container {
    padding: 0;
  }
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #da1c12;
  width: 45px;
  height: 45px;
  z-index: 10;
}

.hero .slick-prev {
  left: 0;
}

.hero .slick-prev:before {
  font-family: "themify";
  content: "\e629";
  opacity: 1;
}

.hero .slick-next {
  right: 0;
}

.hero .slick-next:before {
  font-family: "themify";
  content: "\e628";
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .hero .slick-dots {
    width: auto;
    position: absolute;
    right: 45px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .hero .slick-dots {
    right: 25px;
  }
}

@media screen and (min-width: 768px) {
  .hero .slick-dots:before, .hero .slick-dots:after {
    content: "";
    width: 1px;
    height: 50px;
    background: rgba(125, 125, 125, 0.4);
    position: absolute;
    left: 5px;
  }
  .hero .slick-dots:before {
    top: -70px;
  }
  .hero .slick-dots:after {
    bottom: -50px;
  }
  .hero .slick-dots li {
    height: 28px;
    float: none;
    display: block;
    margin: 0;
  }
  .hero .slick-dots button {
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 4px;
  }
  .hero .slick-dots li.slick-active button {
    background-color: #da1c12;
    border-color: #da1c12;
  }
  .hero .slick-dots button:before,
  .hero .slick-dots button:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero .slick-dots {
    bottom: 30px;
  }
  .hero .slick-dots li {
    margin: 0;
  }
  .hero .slick-dots button {
    background-color: transparent;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .hero .slick-dots li.slick-active button {
    background-color: #da1c12;
    border-color: #da1c12;
  }
  .hero .slick-dots button:before,
  .hero .slick-dots button:before {
    display: none;
  }
}

.hero .pagi-info {
  font-family: "Oswald", sans-serif;
  width: 100%;
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 50px;
}

@media (max-width: 991px) {
  .hero .pagi-info {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .pagi-info {
    display: none;
  }
}

.hero .social-links {
  width: auto;
  position: absolute;
  left: 45px;
  bottom: auto;
  top: calc(50% + 100px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1300px) {
  .hero .social-links {
    left: 25px;
  }
}

@media (max-width: 850px) {
  .hero .social-links {
    display: none;
  }
}

.hero .social-links:before {
  content: "";
  width: 1px;
  height: 50px;
  background: rgba(125, 125, 125, 0.4);
  position: absolute;
  left: 8px;
  top: -70px;
}

.hero .social-links:after {
  font-family: "Oswald", sans-serif;
  color: #888;
  content: "SOCIAL";
  position: absolute;
  left: -28px;
  top: -135px;
  letter-spacing: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero .social-links ul {
  list-style: none;
}

.hero .social-links ul > li + li {
  margin-top: 10px;
}

.hero .social-links li a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

.hero .social-links li a:hover {
  color: #da1c12;
}

.hero .slide-caption > div {
  overflow: hidden;
}

.hero .slide-caption > div * {
  -webkit-animation: fadeOutLeft 1.5s both;
  animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > div.slide-title * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slider-image {
  -webkit-animation: kenburn 25s 2s alternate infinite;
  -animation: kenburn 25s 2s alternate infinite;
}

/*************************************
	hero-style-1
***************************************/
.hero-style-1, .hero-style-2, .hero-style-3 {
  height: calc(100vh - 110px);
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-1, .hero-style-2, .hero-style-3 {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-1, .hero-style-2, .hero-style-3 {
    height: 310px;
    min-height: 300px;
  }
}

.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
  height: calc(100vh - 110px);
  min-height: 700px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
    /*height: calc(100vh - 86px);*/
    height: 300px;
    min-height: 290px;
  }
}

.hero-style-1 .slide:before, .hero-style-2 .slide:before, .hero-style-3 .slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #000 60%, #da1c12);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #000), to(#da1c12));
  background: -o-linear-gradient(top, #000 60%, #da1c12);
  background: linear-gradient(top, #000 60%, #da1c12);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  z-index: 1;
}

.hero-style-1 .slide-subtitle h4, .hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #fff;
  margin: 0;
  padding-left: 85px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-subtitle h4, .hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-subtitle h4, .hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding-left: 45px;
    letter-spacing: 4px;
  }
}

.hero-style-1 .slide-subtitle h4:before, .hero-style-2 .slide-subtitle h4:before, .hero-style-3 .slide-subtitle h4:before {
  content: "";
  background-color: #fff;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-subtitle h4:before, .hero-style-2 .slide-subtitle h4:before, .hero-style-3 .slide-subtitle h4:before {
    width: 30px;
  }
}

.hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
  font-size: 70px;
  font-size: 4.66667rem;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
  margin: 0.6em 0 0.78em;
}

@media (max-width: 1199px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 60px;
    font-size: 4rem;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

/*************************************
	hero-style-2
***************************************/
.hero-style-2, .hero-style-3 {
  text-align: center;
  height: calc(100vh - 155px);
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-2, .hero-style-3 {
    height: calc(100vh - 176px);
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2, .hero-style-3 {
    height: 300px;
    min-height: 300px;
  }
}

.hero-style-2 .slide, .hero-style-3 .slide {
  height: calc(100vh - 155px);
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-2 .slide, .hero-style-3 .slide {
    height: calc(100vh - 176px);
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide, .hero-style-3 .slide {
    height: 300px;
    min-height: 300px;
  }
}

.hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {
  padding-left: 0;
}

.hero-style-2 .slide-subtitle h4:before, .hero-style-3 .slide-subtitle h4:before {
  display: none;
}

/*************************************
	hero-style-2
***************************************/
.hero-style-3 {
  text-align: center;
  height: 100vh;
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: calc(100vh - 176px);
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 {
    height: 300px;
    min-height: 300px;
  }
}

.hero-style-3 .slide {
  height: 100vh;
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-3 .slide {
    height: calc(100vh - 176px);
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 .slide {
    height: 300px;
    min-height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-3 .slide-caption {
    margin-top: 80px;
  }
}

@-webkit-keyframes kenburn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}

@keyframes kenburn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background: url("../images/footer-bg.html") center center/cover no-repeat local;
  position: relative;
  padding: 80px 0 30px 0px;
  /*** about-widget ***/
  /*** address-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
}

@media (max-width: 991px) {
  .site-footer {
    padding: 90px 0 30px;
  }
}

.site-footer:before {
  content: "";
  background-color: rgba(18, 18, 18, 0.92);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .site-footer .container .row > .col {
    margin-bottom: 60px;
  }
}

.site-footer .widget-title h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  margin: -0.19em 0 1.67em;
}

@media (max-width: 767px) {
  .site-footer .widget-title h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    margin: -0.19em 0 1.27em;
  }
}

.site-footer ul {
  list-style: none;
}

.site-footer li,
.site-footer a,
.site-footer p {
  font-size: 15px;
  font-size: 1rem;
  color: #e0dfdf;
}

.site-footer a:hover {
  color: #da1c12;
}

.site-footer .about-widget .logo {
  margin-bottom: 35px;
}

.site-footer .about-widget p {
  margin-bottom: 2em;
}

.site-footer .about-widget ul {
  overflow: hidden;
}

.site-footer .about-widget ul li {
  float: left;
}

.site-footer .about-widget ul > li + li {
  margin-left: 15px;
}

.site-footer .about-widget a:hover {
  color: #da1c12;
}

.site-footer .address-widget p {
  margin-bottom: 1em;
}

.site-footer .address-widget > p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget {
    padding-left: 50px;
  }
}

.site-footer .link-widget ul li {
  margin-top: 15px;
}

.site-footer .link-widget ul a {
  position: relative;
  padding-left: 15px;
}

.site-footer .link-widget ul a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.site-footer .contact-widget ul > li + li {
  margin-top: 15px;
}

.site-footer .contact-widget .newsletter {
  max-width: 300px;
  margin-top: 30px;
}

.site-footer .contact-widget .newsletter h4 {
  font-size: 15px;
  font-size: 1rem;
  color: #fff;
  margin: 0 0 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.site-footer .contact-widget input {
  background-color: #353739;
  height: 50px;
  padding: 6px 45px 6px 15px;
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.site-footer .contact-widget form div {
  position: relative;
}

.site-footer .contact-widget form button {
  background: transparent;
  border: 0;
  outline: 0;
  color: #9c9c9c;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
  -webkit-box-shadow: 0 2px 15px rgba(125, 125, 125, 0.1);
  box-shadow: 0 2px 15px rgba(125, 125, 125, 0.1);
}

.header-style-3 .sticky-header {
  /*background-color: #101010;*/
  background-color: rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
#0.6	about-section
--------------------------------------------------------------*/
.about-section, .about-section-s3 {
  margin-top: -2px;
}

@media screen and (min-width: 1200px) {
  .about-section .section-title, .about-section-s3 .section-title, .about-section .section-title-s4, .about-section-s3 .section-title-s4 {
    margin-top: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .about-section .about-text, .about-section-s3 .about-text {
    padding-right: 60px;
  }
}

@media screen and (min-width: 992px) {
  .about-section .about-text, .about-section-s3 .about-text {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .about-section .about-text, .about-section-s3 .about-text {
    margin-bottom: 55px;
  }
}

.about-section .about-text .theme-btn-s2, .about-section-s3 .about-text .theme-btn-s2 {
  margin-top: 8px;
}

.about-section .about-text p, .about-section-s3 .about-text p {
  margin-bottom: 1.7em;
}

/*--------------------------------------------------------------
#0.7	services-section
--------------------------------------------------------------*/

.topbar-bg {
	background: #1f1368;
}




.services-section, .services-section-s2 {
  background: #f8f8f8 url("../images/service-section-bg.html") right center/35% no-repeat local;
  margin-top: -2px;
}

@media (max-width: 767px) {
  .services-section, .services-section-s2 {
    padding-bottom: 80px;
  }
}

.services-section .service-text p, .services-section-s2 .service-text p {
  margin-bottom: 1.5em;
}

.services-section .service-text h3, .services-section-s2 .service-text h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 300;
  color: #676e72;
  line-height: 1.6em;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .services-section .service-text h3, .services-section-s2 .service-text h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .services-section .service-text h3, .services-section-s2 .service-text h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .services-section .service-grids, .services-section-s2 .service-grids {
    margin-top: 60px;
  }
}

.services-section .service-grids .details, .services-section-s2 .service-grids .details {
  background-color: #fff;
  padding: 30px 25px;
}

@media (max-width: 767px) {
  .services-section .service-grids .details, .services-section-s2 .service-grids .details {
    padding: 22px 15px;
  }
}

.services-section .service-grids .details h3, .services-section-s2 .service-grids .details h3 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0;
  text-transform: uppercase;
  padding-left: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .services-section .service-grids .details h3, .services-section-s2 .service-grids .details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .services-section .service-grids .details h3, .services-section-s2 .service-grids .details h3 {
    padding-left: 25px;
  }
}

.services-section .service-grids .details h3:before, .services-section-s2 .service-grids .details h3:before {
  content: "";
  background-color: #da1c12;
  width: 33px;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}

@media (max-width: 767px) {
  .services-section .service-grids .details h3:before, .services-section-s2 .service-grids .details h3:before {
    width: 15px;
  }
}

.services-section .service-grids .details h3 a, .services-section-s2 .service-grids .details h3 a {
  color: #323434;
}

.services-section .service-grids .details h3 a:hover, .services-section-s2 .service-grids .details h3 a:hover {
  color: #da1c12;
}

.services-section .owl-theme .owl-controls .owl-nav [class*=owl-], .services-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: #323434;
  -webkit-box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 768px) {
  .services-section .owl-theme .owl-controls .owl-nav [class*=owl-], .services-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .services-section .owl-theme .owl-controls .owl-nav [class*=owl-], .services-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
  }
}

.services-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .services-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #da1c12;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .services-section .owl-theme .owl-controls .owl-nav .owl-prev, .services-section-s2 .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -25px;
  }
}

@media screen and (min-width: 768px) {
  .services-section .owl-theme .owl-controls .owl-nav .owl-next, .services-section-s2 .owl-theme .owl-controls .owl-nav .owl-next {
    right: -25px;
  }
}

.services-section .owl-theme .owl-controls, .services-section-s2 .owl-theme .owl-controls {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .services-section .owl-theme .owl-controls, .services-section-s2 .owl-theme .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
  }
}

/*--------------------------------------------------------------
#0.8	specialization
--------------------------------------------------------------*/
.specialization .specialization-grids, .specialization-s2 .specialization-grids {
  padding-left: 1px;
}

.specialization .specialization-grids .grid, .specialization-s2 .specialization-grids .grid {
  width: 33.33%;
  float: left;
  border: 1px solid #e9e7e7;
  margin: 0 0 0 -1px;
  padding: 45px;
}

@media (max-width: 991px) {
  .specialization .specialization-grids .grid, .specialization-s2 .specialization-grids .grid {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .specialization .specialization-grids .grid, .specialization-s2 .specialization-grids .grid {
    width: 100%;
    margin: -1px 0 0;
  }
}

.specialization .icon{
  margin-bottom: 25px;
  text-align: left;
}

.specialization .icon img{
    width: 130px;
}


@media (max-width: 991px) {
  .specialization .icon {
    margin-bottom: 20px;
  }
}

.specialization .icon .fi:before{
  color: #6f6f6f;
  font-size: 60px;
  font-size: 4rem;
}

@media (max-width: 991px) {
  .specialization .icon .fi:before{
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

.specialization .grid h3, .specialization-s2 .grid h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 1em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .specialization .grid h3, .specialization-s2 .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.specialization .grid p, .specialization-s2 .grid p {
  margin: 0;
}

/*--------------------------------------------------------------
#0.9	recent-projects
--------------------------------------------------------------*/
.recent-projects {
  background-color: #f8f8f8;
  padding-bottom: 105px;
}

@media (max-width: 991px) {
  .recent-projects {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .recent-projects {
    padding-bottom: 70px;
  }
}

.recent-projects .projects-grids .grid {
  position: relative;
  overflow: hidden;
}

.recent-projects .grid .hover-content {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-projects .grid .hover-content:before {
  content: "";
  background: #da1c12;
  width: 2px;
  height: 70%;
  position: absolute;
  left: 40px;
  top: -100%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.recent-projects .grid:hover .hover-content {
  opacity: 1;
  top: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.recent-projects .grid:hover .hover-content:before {
  top: 0;
}

.recent-projects .grid .details {
  width: 100%;
  padding: 0 35px 45px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.recent-projects .grid .details h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.44em;
  text-transform: uppercase;
}

.recent-projects .grid .details h3 a {
  color: #dddddd;
}

.recent-projects .grid .details h3 a:hover {
  color: #da1c12;
}

.recent-projects .grid .details p {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 300;
  color: #da1c12;
  margin: 0;
  text-transform: uppercase;
}

.recent-projects .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: #323434;
  -webkit-box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 768px) {
  .recent-projects .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .recent-projects .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
  }
}

.recent-projects .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #da1c12;
  color: #fff;
}

.recent-projects .owl-theme .owl-controls {
  margin-top: 50px;
}

.recent-projects .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
}

.recent-projects .owl-theme .owl-dots .owl-dot.active span {
  background-color: #da1c12;
}

/*--------------------------------------------------------------
#1.0	testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
  position: relative;
}

@media screen and (min-width: 992px) {
  .testimonials-section {
    padding-bottom: 185px;
  }
}

.testimonials-section .testimonials-grids {
  padding: 70px 0 0 65px;
}

@media (max-width: 991px) {
  .testimonials-section .testimonials-grids {
    padding: 0;
  }
}

.testimonials-section .left-grid {
  background-color: rgba(255, 255, 255, 0.9);
  width: 380px;
  float: left;
  position: relative;
  z-index: 1;
  padding: 65px 40px;
}

@media (max-width: 991px) {
  .testimonials-section .left-grid {
    width: 100%;
    float: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
  }
}

@media (max-width: 767px) {
  .testimonials-section .left-grid {
    padding: 50px 25px;
  }
}

.testimonials-section .right-grid {
  background-color: #fff;
  width: calc(100% - 380px);
  float: right;
  position: relative;
  z-index: 1;
  padding: 68px 60px;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 991px) {
  .testimonials-section .right-grid {
    width: 100%;
    float: none;
    padding: 65px 40px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .right-grid {
    padding: 50px 25px;
  }
}

.testimonials-section .left-col-pic {
  position: absolute;
  left: 15px;
  top: 0;
}

@media (max-width: 991px) {
  .testimonials-section .left-col-pic {
    display: none;
  }
}

.testimonials-section .left-grid .details p {
  margin-bottom: 2.5em;
}

.testimonials-section .testimonials-slider-grids .grid > p {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0 0 2em;
}

@media (max-width: 1199px) {
  .testimonials-section .testimonials-slider-grids .grid > p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.testimonials-section .client-info {
  min-height: 90px;
  position: relative;
  padding-left: 120px;
}

@media (max-width: 767px) {
  .testimonials-section .client-info {
    padding-left: 0;
  }
}

.testimonials-section .client-info .img-holder {
  position: absolute;
  left: 0;
}

.testimonials-section .client-info .img-holder img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .testimonials-section .client-info .img-holder {
    position: static;
  }
}

.testimonials-section .client-details {
  padding-top: 15px;
}

.testimonials-section .client-details h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: normal;
  color: #7b7a7a;
  margin: 0 0 0.4em;
}

.testimonials-section .client-details h4 + p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
}

.testimonials-section .owl-controls {
  margin-top: 30px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
  background: #e6e6e6;
  width: 14px;
  height: 14px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  background-color: #da1c12;
}

/*--------------------------------------------------------------
#1.1	recent-blog-section
--------------------------------------------------------------*/
.recent-blog-section {
  background-color: #f8f8f8;
}

@media screen and (min-width: 992px) {
  .recent-blog-section {
    padding-bottom: 200px;
  }
}

.recent-blog-section .blog-grids {
  margin: 0 -1px;
}

.recent-blog-section .blog-grids .grid {
  width: calc(33.33% - 6px);
  float: left;
  margin: 0 3px 15px 3px;
}

@media (max-width: 991px) {
  .recent-blog-section .blog-grids .grid {
    width: calc(50% - 6px);
  }
}

@media (max-width: 650px) {
  .recent-blog-section .blog-grids .grid {
    width: calc(100% - 6px);
  }
}

.recent-blog-section .grid .details {
  background-color: #fff;
  padding: 30px 35px;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .recent-blog-section .grid .details {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .recent-blog-section .grid .details {
    padding: 25px 20px;
  }
}

.recent-blog-section .grid .details h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.5em;
  font-weight: normal;
  margin: 1em 0 0;
}

@media (max-width: 991px) {
  .recent-blog-section .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.recent-blog-section .grid .details h3 a {
  color: #414141;
}

.recent-blog-section .grid .details h3 a:hover {
  color: #da1c12;
}

.recent-blog-section .entry-meta {
  list-style: none;
  overflow: hidden;
}

.recent-blog-section .entry-meta li {
  float: left;
}

.recent-blog-section .entry-meta > li + li {
  margin-left: 25px;
}

.recent-blog-section .entry-meta li a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #8f9aa7;
}

@media (max-width: 1199px) {
  .recent-blog-section .entry-meta li a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.recent-blog-section .entry-meta i {
  display: inline-block;
  padding-right: 3px;
}

.recent-blog-section .entry-meta li a:hover {
  color: #da1c12;
}

/*--------------------------------------------------------------
#1.3	contact-section
--------------------------------------------------------------*/
.contact-section {
  /*** contact-form-area ***/
}

.contact-section .contact-title {
  margin-bottom: 25px;
}

.contact-section .contact-title h2 {
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1em;
  margin: -3px 0 0.77em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .contact-section .contact-title h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.contact-section .contact-title h2 + p {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  color: #788595;
  margin: 0;
}

@media (max-width: 767px) {
  .contact-section .contact-title h2 + p {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.contact-section .details ul {
  list-style: none;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .contact-section .details ul {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .contact-section .details ul {
    max-width: 300px;
  }
}

.contact-section .details ul li {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 75px;
  padding-top: 10px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .contact-section .details ul li {
    padding-left: 60px;
    padding-top: 5px;
  }
}

.contact-section .details ul h5 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: normal;
  color: #484848;
  margin: 0 0 0.38em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .contact-section .details ul h5 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.contact-section .details ul span {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal;
  color: #8f9aa7;
}

@media (max-width: 767px) {
  .contact-section .details ul span {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

@media (max-width: 400px) {
  .contact-section .details ul span {
    font-size: 11px;
    font-size: 0.73333rem;
  }
}

.contact-section .details ul > li:nth-child(3n) {
  margin-left: 0;
}

.contact-section .details .icon {
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #f7f4f4;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .contact-section .details .icon {
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
}

.contact-section .details .icon i {
  font-size: 25px;
  font-size: 1.66667rem;
  color: #da1c12;
}

@media (max-width: 767px) {
  .contact-section .details .icon i {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.contact-section .contact-form-area {
  position: relative;
  overflow: hidden;
}

.contact-section .contact-form-area .contact-pic {
  float: right;
}

@media (max-width: 767px) {
  .contact-section .contact-form-area .contact-pic {
    display: none;
  }
}

.contact-section .contact-form-area .contact-form-holder {
  width: 470px;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 35px 45px 40px;
  border: 1px solid #eaeaea;
  position: absolute;
  left: 45px;
  top: calc(50% - 243px);
}

@media (max-width: 1199px) {
  .contact-section .contact-form-area .contact-form-holder {
    left: 0;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-form-area .contact-form-holder {
    width: 100%;
    position: static;
    padding: 25px;
    margin-top: 30px;
  }
}

.contact-section .contact-form-area form > div {
  margin-bottom: 25px;
}

.contact-section .contact-form-area form > div:last-child {
  margin-bottom: 0;
}

.contact-section .contact-form-area form input,
.contact-section .contact-form-area form textarea {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  background: transparent;
  height: 50px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-section .contact-form-area form input:focus,
.contact-section .contact-form-area form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-section .contact-form-area form input,
  .contact-section .contact-form-area form textarea {
    font-size: 15px;
    font-size: calc(15);
  }
}

.contact-section .contact-form-area form textarea {
  height: 100px;
}

.contact-section .contact-form-area form .submit-btn-wrapper {
  margin-bottom: 0;
}

.contact-section .contact-form-area form ::-webkit-input-placeholder {
  font-style: 14;
  font-style: normal;
  color: #abb1b8;
}

.contact-section .contact-form-area form :-moz-placeholder {
  font-style: 14;
  font-style: normal;
  color: #abb1b8;
}

.contact-section .contact-form-area form ::-moz-placeholder {
  font-style: 14;
  font-style: normal;
  color: #abb1b8;
}

.contact-section .contact-form-area form :-ms-input-placeholder {
  font-style: 14;
  font-style: normal;
  color: #abb1b8;
}

.contact-section .contact-form-area form ::-webkit-input-placeholder {
  text-transform: uppercase;
}

.contact-section .contact-form-area form :-moz-placeholder {
  text-transform: uppercase;
}

.contact-section .contact-form-area form ::-moz-placeholder {
  text-transform: uppercase;
}

.contact-section .contact-form-area form :-ms-input-placeholder {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
	#home style 3
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#3.4	testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2 {
  background: url("../images/testimonials-bg.html") center center/auto repeat local;
}

.testimonials-section-s2 .testimonials-grids .grid {
  background-color: #fff;
  padding: 45px 50px;
  border: 1px solid #f3f3f3;
  position: relative;
}
  
.testimonials-section-s2 .testimonials-grids .grid .fas{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media (max-width: 500px) {
  .testimonials-section-s2 .testimonials-grids .grid:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 .testimonials-grids .grid {
    padding: 25px;
  }
}

.testimonials-section-s2 .client-info {
  min-height: 90px;
  padding-left: 120px;
  margin-top: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials-section-s2 .client-info {
    padding-left: 100px;
  }
}

.testimonials-section-s2 .client-info .img-holder {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .testimonials-section-s2 .client-info .img-holder {
    max-width: 80px;
  }
}

.testimonials-section-s2 .client-info .img-holder img {
  border-radius: 50%;
}

.testimonials-section-s2 .client-details {
  padding-top: 15px;
}

.testimonials-section-s2 .client-details h4 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #7b7a7a;
  font-weight: normal;
  margin: 0 0 0.3em;
}

.testimonials-section-s2 .client-details p {
  font-size: 13px;
  font-size: 0.86667rem;
  margin: 0;
}

.testimonials-section-s2 .owl-controls {
  font-family: "Oswald", sans-serif;
  margin-top: 50px;
}

.testimonials-section-s2 .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
  padding: 0;
  color: #b9b9b9;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonials-section-s2 .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #da1c12;
}

/*--------------------------------------------------------------
	#about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	about-pg-section
--------------------------------------------------------------*/
.about-pg-section {
  padding-bottom: 75px;
}

@media (max-width: 991px) {
  .about-pg-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .about-pg-section {
    padding-bottom: 50px;
  }
}

.about-text ul{
    list-style-type: none;
}

.about-text ul li{
    color:#8f9aa7;
}

.about-text .quick-links{
    list-style-type:disc;
    margin-left: 20px;
}

.about-text .quick-links li a{
    color:#8f9aa7;
}
.about-text .quick-links li a:hover{
    color:#E0E981;
}

.about-text-title{
    color:#8f9aa7;
}

.about-pg-section .about-text h2,h1 {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin: -0.27em 0 0.8em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .about-pg-section .about-text h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .about-pg-section .about-text h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.about-pg-section .about-text .info {
  margin-top: 35px;
}

.about-pg-section .about-text .info img {
  display: block;
  margin-bottom: 15px;
}

.about-pg-section .about-text .info h4 {
  margin: 0 0 0.7em;
}

.about-pg-section .about-text .info h4 + span {
  color: #da1c12;
}

.about-pg-section .video-holder {
  margin-left: 10px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .about-pg-section .video-holder {
    margin-left: 100px;
  }
}

@media (max-width: 991px) {
  .about-pg-section .video-holder {
    max-width: 570px;
    margin: 60px 0 0;
  }
}

.about-pg-section .video-holder .fi:before {
  font-size: 70px;
  font-size: 4.66667rem;
  color: #da1c12;
}

@media (max-width: 767px) {
  .about-pg-section .video-holder .fi:before {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

.about-pg-section .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-pg-section .mission-vission {
  margin-top: 93px;
}

@media (max-width: 991px) {
  .about-pg-section .mission-vission {
    margin-top: 73px;
  }
}

@media (max-width: 767px) {
  .about-pg-section .mission-vission {
    margin-top: 63px;
  }
}

@media (max-width: 991px) {
  .about-pg-section .mission-vission > .col + .col {
    margin-top: 40px;
  }
}

.about-pg-section .mission-vission h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: -0.17em 0 0.6em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .about-pg-section .mission-vission h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .about-pg-section .mission-vission h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

/*--------------------------------------------------------------
#4.2	about-pg-history
--------------------------------------------------------------*/
.about-pg-history {
  border-top: 1px solid #e6e6e6;
  padding-bottom: 30px;
}

.about-pg-history .section-title, .about-pg-history .section-title-s4 {
  padding-left: 0;
}

.about-pg-history .history-grids .grid {
  width: calc(50% - 70px);
  float: left;
  padding: 0 0 0 50px;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .about-pg-history .history-grids .grid {
    width: calc(50% - 10px);
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .about-pg-history .history-grids .grid {
    width: 100%;
    margin-bottom: 50px;
  }
}

.about-pg-history .history-grids .grid:before {
  content: "";
  background-color: #dcdcdc;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about-pg-history .history-grids .grid:after {
  content: "";
  background-color: #da1c12;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 32px;
}

.about-pg-history .history-grids .grid:nth-child(odd) {
  width: calc(50% + 70px);
  padding-right: 150px;
}

@media (max-width: 991px) {
  .about-pg-history .history-grids .grid:nth-child(odd) {
    width: calc(50% + 10px);
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  .about-pg-history .history-grids .grid:nth-child(odd) {
    width: 100%;
  }
}

.about-pg-history .history-grids .date {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #da1c12;
}

.about-pg-history .history-grids .grid h3 {
  font-size: 18px;
  font-size: calc(18);
  margin: 0.5em 0 1em;
  position: relative;
  text-transform: uppercase;
}

.about-pg-history .history-grids .grid h3:before {
  content: "";
  background-color: #dcdcdc;
  width: 33px;
  height: 1px;
  position: absolute;
  left: -50px;
  top: 7px;
}

/*--------------------------------------------------------------
#4.3	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
  background: url("../images/fun-fact-bg.html") center center/cover no-repeat fixed;
  padding: 80px 0 90px;
  position: relative;
}

.fun-fact-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .fun-fact-section {
    padding: 70px 0 20px;
  }
}

.fun-fact-section .funfact-grids {
  overflow: hidden;
}

.fun-fact-section .funfact-grids .grid {
  width: 25%;
  float: left;
  position: relative;
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .fun-fact-section .funfact-grids .grid {
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .fun-fact-section .funfact-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .funfact-grids .grid {
    padding-left: 50px;
  }
}

@media (max-width: 500px) {
  .fun-fact-section .funfact-grids .grid {
    width: 100%;
    float: none;
  }
}

.fun-fact-section .odometer-inside {
  font-family: "Oswald", sans-serif;
}

.fun-fact-section .icon {
  position: absolute;
  left: 0;
  top: 5px;
}

.fun-fact-section .fi:before {
  font-size: 50px;
  font-size: 50px;
  color: #da1c12;
}

@media (max-width: 1199px) {
  .fun-fact-section .fi:before {
    font-size: 40px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .fi:before {
    font-size: 35px;
    font-size: 35px;
  }
}

.fun-fact-section h3 {
  font-size: 60px;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  line-height: 0.9em;
}

@media (max-width: 1199px) {
  .fun-fact-section h3 {
    font-size: 50px;
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .fun-fact-section h3 {
    font-size: 45px;
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section h3 {
    font-size: 40px;
    font-size: 40px;
  }
}

.fun-fact-section p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #bcbcbc;
  margin: 0;
}

@media (max-width: 991px) {
  .fun-fact-section p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-section p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.specialization-s2 {
  background-color: #f9f9f9;
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section {
  /*** contact-form-area ***/
  /*** contact-info-area ***/
}

.contact-pg-section .section-title, .contact-pg-section .section-title-s4 {
  padding-left: 0;
}

.contact-pg-section .contact-area-left-col p {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  margin: -1em 0 3em;
}

@media (max-width: 767px) {
  .contact-pg-section .contact-area-left-col p {
    font-size: 18px;
    font-size: 1.2rem;
    margin: -1em 0 2.5em;
  }
}

.contact-pg-section .contact-form-area {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .contact-pg-section .contact-form-area .contact-pic {
    display: none;
  }
}

.contact-pg-section .contact-form-area .contact-form-holder {
  width: 470px;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 35px 45px 40px;
  border: 1px solid #eaeaea;
  position: absolute;
  right: 0;
  top: calc(50% - 243px);
}

@media (max-width: 991px) {
  .contact-pg-section .contact-form-area .contact-form-holder {
    left: 0;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-form-area .contact-form-holder {
    width: 100%;
    position: static;
    padding: 25px;
  }
}

.contact-pg-section .contact-form-area form > div {
  margin-bottom: 25px;
}

.contact-pg-section .contact-form-area form > div:last-child {
  margin-bottom: 0;
}

.contact-pg-section .contact-form-area form input,
.contact-pg-section .contact-form-area form textarea,{
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  background: transparent;
  height: 50px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.career-form input,
.career-form textarea,
.career-form select{
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  /*font-size: 0.93333rem;*/
  background: transparent;
  height: 50px;
  padding: 0;
  border: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 10px;
  border-radius: 5px;
  padding: 0px 10px;
}

.career-form textarea{
  height: 100px;
}

.career-form select{
  width: 100%;
  color:#8f9aa7;
  /*margin: 0px 10px;*/
}

.career-form select option{
  color:#8f9aa7;
}

.contact-pg-section .contact-form-area form input:focus,
.contact-pg-section .contact-form-area form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-pg-section .contact-form-area form input,
  .contact-pg-section .contact-form-area form textarea {
    font-size: 15px;
    font-size: calc(15);
  }
}

.contact-pg-section .contact-form-area form textarea {
  height: 100px;
}

.contact-pg-section .contact-form-area form .submit-btn-wrapper {
  margin-bottom: 0;
}

.contact-pg-section .contact-form-area form ::-webkit-input-placeholder {
  font-style: 14;
  font-style: normal;
  color: #abb1b8;
}

.contact-pg-section .contact-form-area form :-moz-placeholder {
  font-style: 14;
  font-style: normal;
  color: #abb1b8;
}

.contact-pg-section .contact-form-area form ::-moz-placeholder {
  font-style: 14;
  font-style: normal;
  color: #abb1b8;
}

.contact-pg-section .contact-form-area form :-ms-input-placeholder {
  font-style: 14;
  font-style: normal;
  color: #abb1b8;
}

.contact-pg-section .contact-form-area form ::-webkit-input-placeholder {
  text-transform: uppercase;
}

.contact-pg-section .contact-form-area form :-moz-placeholder {
  text-transform: uppercase;
}

.contact-pg-section .contact-form-area form ::-moz-placeholder {
  text-transform: uppercase;
}

.contact-pg-section .contact-form-area form :-ms-input-placeholder {
  text-transform: uppercase;
}

.contact-pg-section .contact-info-area {
  padding-left: 100px;
  margin-top: 100px;
  background: url("../images/contact-map.html") center center/100% no-repeat local;
}

@media (max-width: 1199px) {
  .contact-pg-section .contact-info-area {
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .contact-info-area {
    margin-top: 70px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-info-area {
    margin-top: 60px;
  }
}

.contact-pg-section .contact-info-area .title h3 {
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0 0 0.56em;
}

@media (max-width: 991px) {
  .contact-pg-section .contact-info-area .title h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.contact-pg-section .contact-info ul {
  list-style: none;
  margin-top: 55px;
}

@media (max-width: 991px) {
  .contact-pg-section .contact-info ul {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-info ul {
    margin-top: 35px;
  }
}

.contact-pg-section .contact-info ul li {
  position: relative;
  padding-left: 75px;
}

.contact-pg-section .contact-info ul > li + li {
  margin-top: 40px;
}

.contact-pg-section .contact-info ul .icon {
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #da1c12;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .contact-pg-section .contact-info ul .icon {
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
}

.contact-pg-section .contact-info ul .icon i {
  font-size: 25px;
  font-size: 1.66667rem;
  color: #da1c12;
}

@media (max-width: 767px) {
  .contact-pg-section .contact-info ul .icon i {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.contact-pg-section .contact-info ul p {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 991px) {
  .contact-pg-section .contact-info ul p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

/*--------------------------------------------------------------
#5.2	contact-map-section
--------------------------------------------------------------*/
.contact-map-section {
  padding-top: 0;
}

.contact-map-section .contact-map {
  width: 100%;
  height: 450px;
}

@media (max-width: 767px) {
  .contact-map-section .contact-map {
    height: 350px;
  }
}

.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------
	#service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	service-single-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content {
    padding-left: 20px;
  }
}

.service-single-section .service-single-content .service-pic {
  margin-bottom: 50px;
}

.service-single-section .service-single-content .theme-btn, .service-single-section .service-single-content .theme-btn-s3, .service-single-section .service-single-content .theme-btn-s4 {
  margin-top: 20px;
}

.service-single-section .service-single-content h2 {
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 1em 0;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 33px;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.service-single-section .service-single-content h3 {
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: normal;
  margin: 1.2em 0;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.service-single-section .service-single-content p {
  margin-bottom: 1.3em;
}

.service-single-section .service-single-content ul {
  list-style: none;
  font-size: 16px;
  font-size: 1.06667rem;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content ul {
    font-size: 15px;
    font-size: 1rem;
  }
}

.service-single-section .service-single-content ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.7em;
}

.service-single-section .service-single-content ul > li + li {
  margin-top: 12px;
}

.service-single-section .service-single-content ul li i {
  display: inline-block;
  color: #da1c12;
  position: absolute;
  left: 0;
  top: 5px;
}

@media screen and (min-width: 1200px) {
  .service-single-section .service-details-content {
    background: #fff;
    width: calc(100% - 60px);
    padding: 68px 55px 75px;
    margin: -100px auto 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  }
  .service-single-section .service-details-content > h2 {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
	#project single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	project-single-section
--------------------------------------------------------------*/
.project-single-section .project-single-info {
  position: relative;
}

.project-single-section .content h2 {
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: normal;
  margin: 1.2em 0;
}

@media (max-width: 991px) {
  .project-single-section .content h2 {
    font-size: 26px;
    font-size: 1.73333rem;
  }
}

.project-single-section .content h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 1.2em 0;
}

.project-single-section .content p {
  margin-bottom: 1.5em;
  line-height: 2em;
}

.project-single-section .content ul {
  list-style: none;
  padding-top: 10px;
}

.project-single-section .content ul > li + li {
  margin-top: 15px;
}

.project-single-section .content ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.7em;
}

.project-single-section .content ul li i {
  color: #da1c12;
  position: absolute;
  left: 0;
  top: 5px;
}

.project-single-section .project-pic {
  max-width: 750px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .project-single-section .overview {
    margin-top: 50px;
  }
}

.project-single-section .project-info {
  width: 500px;
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 66.96px 5.04px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 66.96px 5.04px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 1199px) {
  .project-single-section .project-info {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .project-single-section .project-info {
    width: 100%;
    margin-top: 70px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.project-single-section .project-info h3 {
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: normal;
  line-height: 1.38em;
  margin: 0 0 1.3em;
}

.project-single-section .project-info ul {
  list-style: none;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
}

.project-single-section .project-info ul li {
  padding-left: 0;
  line-height: 1.7em;
  color: #8f9aa7;
}

@media (max-width: 1199px) {
  .project-single-section .project-info ul li {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.64em;
  }
}

.project-single-section .project-info ul > li + li {
  margin-top: 15px;
}

.project-single-section .project-info ul li span {
  color: #da1c12;
}

.project-single-section .prev-next {
  max-height: 45px;
  text-align: center;
  margin-top: 60px;
}

.project-single-section .prev-next ul {
  list-style: none;
  overflow: hidden;
  display: inline-block;
}

.project-single-section .prev-next ul li {
  display: inline-block;
}

.project-single-section .prev-next ul a {
  background-color: #da1c12;
  display: block;
  padding: 12px 25px 12px 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.project-single-section .prev-next ul a i {
  display: inline-block;
  padding: 0 5px;
}

.project-single-section .prev-next ul a:hover {
  background-color: #b7c702;
}

.project-single-section .prev-next ul li:last-child a {
  padding: 12px 15px 12px 25px;
}

.project-single-section .owl-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}

.project-single-section .owl-controls .owl-nav [class*=owl-] {
  background: rgba(206, 224, 2, 0.3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.project-single-section .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #da1c12;
}

.project-single-section .owl-controls .owl-nav .owl-next {
  border-left: 1px solid rgba(206, 224, 2, 0.2);
}

/*--------------------------------------------------------------
	#404 page
----------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.1 	error-404-section
----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .error-404-section .content {
    padding-right: 350px;
  }
}

@media (max-width: 767px) {
  .error-404-section .content {
    text-align: center;
  }
}

.error-404-section .content h2 {
  font-size: 100px;
  font-size: 6.66667rem;
  color: #da1c12;
  margin: 0 0 0.2em;
}

@media (max-width: 991px) {
  .error-404-section .content h2 {
    font-size: 80px;
    font-size: 5.33333rem;
  }
}

@media (max-width: 767px) {
  .error-404-section .content h2 {
    font-size: 60px;
    font-size: 4rem;
  }
}

.error-404-section .content h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #da1c12;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .error-404-section .content h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: 1.3em;
  }
}

@media (max-width: 767px) {
  .error-404-section .content h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.error-404-section .content p {
  font-size: 18px;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0 0 2em;
}

@media (max-width: 991px) {
  .error-404-section .content p {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media (max-width: 767px) {
  .error-404-section .content p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.error-404-section .content .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .error-404-section .content .icon {
    display: none;
  }
}

.error-404-section .content .icon i {
  font-size: 150px;
  font-size: 10rem;
  color: #da1c12;
  opacity: 0.2;
}

/*cistom added css*/

.navbar-brand img{
    width: 150px;
}

.navbar-brand {
    padding: 5px 15px;
}

.f-30{
    font-size:30px;
}

.f-18{
    font-size: 18px !important;
}

.career-text p{
    margin: 0px;    
}

.career-form-holder{
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 20px 15px;
}
.career-form-holder h3{
    margin-top:0px;
}

.mt-20{
    margin-top: 20px;
}

.pl-0{
    padding-left: 0px;
}

.pr-0{
    padding-right: 0px;
}
.p-5{
   padding: 0px 5px; 
}

.project-category{
    text-align: center;
    padding: 15px 35px !important;
}
.project-category h3{
    margin: 0px !important;
}

.breadcrumb{
    padding: 4px 0px;
    margin-bottom: 0px !important;
    margin-top: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.section-title h2{
    margin: 0px !important;
}

.section-title > span::after{
    margin-top: 10px;
}

.p-0{
    padding: 0px !important;
}


.walkthrough-video iframe{
    width: 100% !important;
    height: 500px !important;
}

.amenities-cover{
    
}

.amenities-box{
    text-align: center;
    margin: 5px 10px;
    background: #e8e8e8;
    padding: 1px;
}

.back-top {
    padding: 6px 10px;
    border-radius: 5px;
    background: #da1c12;
    color: #fff;
    position: fixed;
    bottom: 5%;
    right: 2%;
}

.modal-body p{
    font-family: "Oswald", sans-serif;
}
.floorbox{height: 250px;margin-bottom: 10px;}
.floorbox a{position: relative;display: block;margin-bottom: 10px;border: 1px solid #c9c9c9;overflow: hidden}
.floorbox a p{position: absolute;width: 100%;text-align: center;bottom: 0px;background: rgba(0,0,0,.7);margin: 0px;}
.floorbox a p span{color: #fff}
.floorbox img{width: 100%;height: 250px;}

.amimg {
    background: #fff;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.amimg:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}


/*.promain{
    display: flex;
  flex-direction: column;
}*/

.sidebar {
  top: 5%;
}
#sidemenu{margin-top: 50px;}
.sidebar ul{list-style: none;margin-top: 50px;}
.sidebar ul li:first-child{border-top: 1px solid #cccccc;}
.sidebar ul li{border-bottom: 1px solid #cccccc;border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;line-height: 45px;padding-left: 15px;}
.sidebar ul li a{color:#202020}

.btn-block + .btn-block{margin-top: 0px;}


#innerlist {
  position: sticky;
  position: -webkit-sticky;
  background: #f83d23;
  width: 100%;
  height: 100px;
  top: 70px;
  justify-content: center;
}/*
.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}*/

.recent h3{color:#fff;}
.recent h3:hover{color:#da1c12;}


=================================================================
================================================




html,body{ -webkit-overflow-scrolling : touch !important; overflow: auto !important; height: 100% !important; }
body {
  color: #000000;
  font-size:16px;
  font-family: 'proxima_novaregular';
}
.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}
@media(min-width: 768px){
    #top-packages .container { margin-bottom: 30px;}
    .packages {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
}
.price-tag {
    border-bottom: none !important;
    float: none !important;
}
}
@media(max-width: 767px){
    .mobile-button {display: block !important;}
    }
.mobile-button {
display: none;
background: #e0e4cb;
position: fixed;
bottom: 0px;
width: 100%;
z-index: 999;
text-align: center;
}
.mobile-button img {
margin: 0 0px;
width: 30%;
}
/*--------------popup close----------------*/
#popupbg{width: 100%; position: fixed;top:0;left: 0;z-index: 999999;height: 100%;background: rgba(0,0,0,0.7);display: none;}
.popinner{width: 548px;max-width: 92%;position: relative;top:50%;left: 50%;
    transform: translate(-50%,-50%);}


.popinner .poptitle{width: 100%;background: #1071b8;box-sizing: border-box;padding: 0 0 0 0; overflow: hidden;}
.popinner .poptitle h3{text-align: center;font-size: 22px;color: #fff;line-height: 40px;margin:0;padding: 0;}
.popinner .popbody{width: 100%;box-sizing: border-box;padding:10px 18px;background: #fff;}
.popinner .popbody p{font-size: 16px;line-height: 24px;display: block;color: #344a5f;margin: 0;padding: 0;}
.popinner .popbody .font18{font-size: 23px;line-height: 28px;display: block;color: #344a5f;margin: 10px 0;padding: 0;}
.popinner .popbody .bulletbg{width: 100%; margin: 0;padding: 0;}
.popinner .popbody .bulletbg ul{margin: 0;padding: 0;}
.popinner .popbody .bulletbg ul li{font-size: 16px;line-height: 24px;display: block;color: #344a5f;margin: 0;padding: 0;}
.popinner .popbody .bulletbg ul li span{font-size: 18px;padding-right: 10px;}
.uk-text-primary {
    color: #2d7091!important;
}
.uk-text-warning {
    color: #e28327!important;
}
.uk-text-success {
    color: #659f13!important;
}
.popinner .popbody .formbg{width: 90%;margin: 15px auto;padding: 0;overflow: hidden;}
.popinner .popbody .formbg input[type="text"], .popinner .popbody .formbg input[type="email"]{padding: 2px 12px;background: #fff;
    font-size: 1em;color: #333;
    width: 100%;line-height: 35px;
    border-radius: 4px;
    border: 1px solid #ccc;}
    .popinner .popbody .formbg input[type="submit"]{display: inline-block;font-size: 16px;color: #fff;border:0;
        border-radius: 10px;padding: 0 20px;margin-top: 15px; margin-bottom:10px; cursor: pointer;
        line-height: 40px;background: #1a1a1a;}
        
       
        
    .submitbg{width: 100%; text-align: center;}

.closepop{width: 100%;text-align: center;}
.closepop a{display: inline-block;font-size: 12px;line-height: 30px;color: #afafaf;margin: 0;padding: 0 10px;text-decoration: underline;}
.dclose{display:none;}
.form-control{ border-radius: 0px !important; }
@media screen and (max-width: 767px){
    .popinner .popbody .formbg input[type="text"]{margin-top: 10px;}
    .inclusions .read-collpse span {margin: 20px 0px 0px;}
    .inclusions .read-collpse {position: static !important;}
    .mobile-footer a {
    color: #fff;
}
.mobile-footer li {
    list-style: none;
}
}
/*--------------popup close----------------*/

.blinking{
    animation: blink 1s linear infinite;
    font-weight:700;
	text-transform:uppercase;
    color: #ffe712;
}
@keyframes blink{
0%{opacity: 5;}
50%{opacity: .8;}
100%{opacity: 1;}
}

.fixed{
    
}
@font-face {
    font-family: 'proxima_nova_blblack';
    src: url('../fonts/proxima/proxima_nova_black-webfont.html') format('woff2'),
         url('../fonts/proxima/proxima_nova_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_ththin';
    src: url('../fonts/proxima/proxima_nova_thin-webfont.html') format('woff2'),
         url('../fonts/proxima/proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proxima/proximanova-regular-webfont.html') format('woff2'),
         url('../fonts/proxima/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima/proxima-nova-bold-webfont.html') format('woff2'),
         url('../fonts/proxima/proxima-nova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.mobhiddn{}
.mobhiddn2{}
#header{}
.deal{
    background: #1a1a1a;

    color: #fff;
    font-size: 20px;
    border: solid 1px #aa5335;
    padding: 9px 25px;
    text-transform: uppercase;
    margin-top: 22px;
}
.deal:hover{
    background: #ac5237;
    color: #fff;
}

#header .head-cnt{
    float: right;
   /* margin-top: 13px;*/
}
#header .head-cnt ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#header .head-cnt ul li{
    padding: 0 0 5px 35px;
    margin: 0px;
    list-style-type: none;
    font-size: 23px;
    position: relative;
}

#header .head-cnt ul li a{
    color: #1a1a1a;
    text-decoration: none;
}

#header .head-cnt ul li i {
    position: absolute;
    left: 0;
    top:-2px;
}

.headingg {
    text-align: center;
    padding: 10px 0px 0px 0px;
}
.aboutPackages p {
    font-size: 16px;
    line-height: 31px;
}
.headingg h1 {
    font-size: 30px;
    color: #403f3f;    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#banner{
    position: relative;
    background-image: url(../images/site/h1n.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat; background-size: cover;

}
#banner .overlayBg::before {background: rgba(128, 200, 234, 0.28) none repeat scroll 0 0;}
.aboutPackages{background-image: url(../images/site/p2.jpg); background-attachment: fixed; position: relative; padding: 40px 0px;background-size: cover;  }
.overlayBg::before {
    background: rgba(255, 255, 255, 0.76) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
#banner .banner-warp{
    position: relative;
}

#banner .banner-text h1 {
    font-size: 55px;
    font-family: 'proxima_nova_blblack';
    color: #fff;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 15px;
}
#banner .banner-text h4 {
    font-size: 38px;
    color: #1a1a1a;
    font-family: 'proxima_nova_rgbold';
    line-height: 36px;
    margin-bottom: 30px;
}

#banner .destination{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

 #banner .destination li {
    padding: 0 13px 0 0;
    color: #fff;
    font-size: 16px;
    margin: 0 10px 0 4px;
    list-style-type: none;
    display: inline-block;
    font-family: 'proxima_nova_ththin';
    border-right: solid 1px #1a1a1a;
    line-height: 14px;
}
#banner .destination li:last-child {
    border-right: none;
}
#banner .trusted{
    padding: 0px;
    margin: 40px 0 0 0;
    list-style-type: none;
    display: inline-block;;
}

#banner .trusted li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border-bottom: solid 1px #fff;
    display: block;
    color: #fff;    
    font-size: 22px;
    line-height: 45px;
}

#banner .trusted li:last-child{
    border-bottom: none;
}

#banner .trusted li i{
    color: #1a1a1a;    
}

#banner .free-quotes{
    background: #fff;
   
	
}
#banner .free-quotes .get-free{
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 4px 4px;
    font-size: 26px;
    position: relative;
	
}

#banner .free-quotes .get-free:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #1a1a1a;
    bottom: -12px;
    left: 46%;
}

#banner .free-quotes .get-free-qoute{
    padding: 30px;
}
#banner .free-quotes .get-free-qoute .form-control{
    border-radius: 0;
}

.btn-enq{
    background: #1a1a1a;
    border: none;
  color: #FFFFFF;
  text-align: center;
    font-size: 18px;
    padding:6px 21px;
    color: #fff;
    font-weight:500;
    text-transform: uppercase;
	transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btn-enq span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-enq span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-enq:hover span {
  padding-right: 25px;
}

.btn-enq:hover span:after {
  opacity: 1;
  right: 0;
}


.banner-2 {
    background: #1a1f1e;
    width: 100%;
    padding: 10px 0;
   
}

.banner-2 ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}

.banner-2 ul li {
    padding: 0 22px 0 0;
    margin: 0 22px 0 0;border-right: 1px solid;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}
.abt-cmpny img.img-fluid {
    background:#F44336;
    border-radius: 10%;
    padding: 10px;
}
.banner-2 ul li:last-child {
    border-right: none;
}

.banner-2 .abt-cmpny{
    color: #fff;
    text-align: center;
}

.banner-2 .abt-cmpny h6{
    font-size: 17px;
}

#top-packages{
    padding: 50px 0;
}

.h1-global{
    font-size: 44px;
    font-family: 'proxima_novaregular';
}
.h1-global span{
    font-family: 'proxima_nova_rgbold';
    color: #1a1a1a;
}
.packages {
    margin-top: 0px;
}
.packages figure{
    position: relative;  
    -webkit-transition: all 0.8s ease; /* Safari and Chrome */
    -moz-transition: all 0.8s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 0.8s ease; /* Opera */
    transition: all 0.8s ease;
    transform:scale(1);
}
.packages figure:hover{
  -webkit-transform:scale(1); /* Safari and Chrome */
    -moz-transform:scale(1); /* Firefox */
    -ms-transform:scale(1); /* IE 9 */
    -o-transform:scale(1); /* Opera */
     transform:scale(1.06);
}

.overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+18,000000+100&0+70,0.89+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 18%, rgba(0,0,0,0) 65%, rgba(0,0,0,2.89) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 18%,rgba(0,0,0,0) 65%,rgba(0,0,0,2.89) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 18%,rgba(0,0,0,0) 65%,rgba(0,0,0,0 2.89) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e3000000',GradientType=0 ); /* IE6-9 */
}
.packages .all-free {
    position: absolute;
    bottom: 83px;
    left: -1px;
    padding: 8px 0 8px 0;
    font-weight: bold;
}
.packages .special-honymoon {
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 8px 0 0 0;
    color: #fff;
    right: 10px;
    font-size: 18px;
    text-align: center;
    line-height: normal;
}
.packages .tag {
    position: absolute;
    width: 108px;
    top: 23px;
	color:#fff;
    background: #1a1a1a;
    left: 0;
    padding: 8px 0 8px 18px;
    font-weight: bold;
    font-size: 18px;
    -webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}

.packages .budget {
    position: absolute;
    top: -8px;
    right: -7px;
}

.packages h2{
    font-size: 17px;
    font-family: 'proxima_novaregular';
    font-weight: bold;
}
.packages h2 span{
    color: #1a1a1a;font-weight: bold;font-size: 14px;
}
.packages h3{
    font-size: 14px; 
    margin-bottom: 10px;
}
.packages h3 span{
    color: #F44336;
}
.itnry{
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
 }
.itnry li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 14px;
    color: #1a1a1a;
}
.itnry li.active{
    color: #a3a3a3;
}
.itnry li.active figure {
    opacity: 0.3;
}
.itnry li figure{
    padding: 0px;
    margin: 0px;
}
.itnry li p{
    padding: 0px;
    margin: 0px;
}
.inclusions{
    margin-top: 20px;
}
.inclusions h5{
    font-size: 17px;
    font-weight: 600;
}
.inclusions a{
    color: #1a1a1a;
}
.pkg-incusion{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pkg-incusion li{
    padding: 0 0 0 15px;
    margin: 0 0 3px 0;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 6px;font-size: 14px;
}
.pkg-incusion li i{
    position: absolute;
    left: 0;
    top: 3px;
    color: #1a1a1a;
}
.inclusions .read-collpse {
    position: absolute;
    right: 20px;
    margin-top: -10px;
}
.inclusions .read-collpse span {
    display: block;
}
.inclusions .read-collpse[aria-expanded="false"] i{
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] span{
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] i{
  display: block;
}

.price-tag {
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
    padding: 10px 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.price-tag .price{
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px; color: #F44336;
}
.price-tag .price small {
    display: block;
    text-decoration: line-through;
    color: #333; font-weight: bold;
}

.price-tag .price small i {
    text-decoration: line-through;
}

.btn-detail {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.btn-detail .btn {
    background: #1a1a1a;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 9px 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.btn-detail .btn span{
cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;	
	
}

.btn-detail .btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-detail:hover span {
  padding-right: 25px;
}

.btn-detail:hover span:after {
  opacity: 1;
  right: 0;
}

#confused{
     background-image: url(../images/site/h1.jpg);
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 50px 0;
	background-size: cover; position: relative;
}
#book-online{ background-image: url(../images/site/p6.jpg);background-attachment: fixed;background-size: cover; position: relative;}
#confused .overlayBg::before{background: rgba(5, 3, 3, 0.87) none repeat scroll 0 0;}

.white-color{
    color: #fff!important;
}
#confused h1.h1-global.white-color{ text-transform: uppercase; }
.requirement{
    background: #1a1a1a;
    border-radius: 8px;
    font-size: 16px;
	font-weight:400;
    padding: 10px 50px;
    color: #fff;
    text-transform: uppercase;    margin-top: 20px;
}
.requirement:hover{
    background: #000;
    color: #fff;
}

#book-online
{
    padding: 50px 0;
}
.why-book {
    border-right: dotted 1px #333;
    text-align: center;
    margin: 50px 0;
    height: 70%;
    padding: 0 20px;
}
.why-book img{
    margin-bottom: 10px;
}
.why-book h4{
    color: #1a1a1a;
    font-family: 'proxima_nova_rgbold';
    font-size: 20px;
}
.why-book p{
    font-size: 17px;
}
#footer{
    background: #323232;
    padding: 50px 0 10px 0 ;
}
.ftr-link{
    padding: 0px;
    margin: 0 0 25px 0;
    list-style-type: none;
   
}
.ftr-link li {
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    color: #a5a2a2;
    font-size: 16px;
    line-height: 32px;
    display: block;
}
.ftr-link li:last-child {
    border-right: none;
}
.ftr-h4{
    color: #fff;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ftr-h5 {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.approved{
    margin-top: 42px;
}
.ftr-cnt{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.ftr-cnt li{
    padding: 0 0 0 40px;
    margin: 0 0 10px 0; 
    list-style-type: none;
    font-size: 22px;;
    color: #fff;
    position: relative;
}
.ftr-cnt li a{
    color: #fff;
}
.ftr-cnt li i{
    position: absolute;
    left: 0;
}
#copywrite{
    background: #272727;
    padding: 12px 0;
}
#copywrite p{
    margin: 0;
    padding: 0px;
    color: #fff;
}

#copywrite-thank-you{
    background: #272727;
    padding: 12px 0;
}
#copywrite-thank-you  p{
    margin: 0;
    padding: 0px;
    color: #fff;
}
.coi-pop .modal-header{
    background: #1a1a1a;
}
.coi-pop .modal-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.coi-pop .btn-secondary {
    background: #1a1a1a;
    border: none;
    font-size: 18px;
    text-align: center;
}
.coi-pop .btn-secondary:hover {
    background: #ca621b;
    color: #fff;
}
.coi-pop .close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
}
#book-online .col-md-3{
    padding-right: 0;
    padding-left: 0;
}

#thank-you{
    padding: 100px;
}

#thank-you a{
   color: #fecd2a;
}

/*-----------------------*/
.inner_mobile>.container {
    max-width: 100%;
}
.inner_mobile {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    background: #1a1a1a;
    position: fixed;
    z-index: 99999;
}
._col_m {
    border-right: 1px solid #0004d;
    color: #000000;
    height: 45px;
    justify-content: center;
    background: #243A51;
    cursor: pointer;
}
._btn_bm {
	margin: 0;
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 0 10px 0;
	}
._btn_bm, ._col_bm, ._col_m {
    text-align: center; 
}
.fa-1x {
    font-size: 31px!important;
	margin-top: 8px;
}
.section_mobile{
    display: none;
}
.mobile-footer{
    display: none;
}  
#top-packages hr{
margin-top:50px;
}

._col_bm a{
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    #header .head-cnt ul li {
    font-size: 24px;
}
.deal {
    font-size: 16px;
}    
#banner .banner-text h1 {
    font-size: 46px;
    line-height: 45px;
}     
#banner .banner-text h4 {
    font-size: 32px;
}  
#banner .destination li {
    font-size: 18px;
}  
#banner .trusted li {
    font-size: 17px;
    line-height: 38px;
}  
.banner-2 ul li {
    padding: 0 10px 0 0;
    margin: 0 6px 0 0;
} 
.banner-2 .abt-cmpny h6 {
    font-size: 15px;
}
.itnry li {
    width: 18%;
    font-size: 12px;
}
.packages h3 {
    font-size: 18px;
    min-height: 43px;
} 
.packages h2 {
    font-size: 18px;
} 
.price-tag .price {
    font-size: 18px;
}
.btn-detail .btn {
    font-size: 13px;
} 
.why-book h4 {
    font-size: 20px;
}
.why-book p {
    font-size: 18px;
}
.ftr-cnt li {
    font-size: 20px;
}
.ftr-link li {
    margin: 0 0 13px 0;
}
.why-book {
    padding: 0 20px;
    height: 80%;
}  
.bdr-none{
        border: none !important
}  
  
}
@media only screen and (max-width: 992px) {
    #header .head-cnt ul li {
    font-size: 18px;display:block;text-align:center;width:100%;
}
#header .head-cnt ul li img{
   width: 19px;     
}
#header .head-cnt ul li {
    padding: 0 0 0 26px;
    margin-bottom: 8px;
}
#header .head-cnt ul li i{position:relative;}
#header .head-cnt {
    margin-top: 33px;
}

#top-packages{
    padding: 0px 0;
}
.packages {
    margin-top:15px;
}
.price-tag .price small{display:inline-block;margin-right:10px;}
.deal {
    font-size: 16px;
    padding: 4px 16px;
    margin-top: 46px;
    border: solid 4px #c4c4c4;
}
#banner .free-quotes .get-free {
    font-size: 22px;
        padding: 10px 0;
}
#banner .free-quotes .get-free-qoute {
    padding: 20px 10px 10px;
}
#banner .banner-text h1 {
    font-size: 32px;
}
#banner .banner-text h4 {
    font-size: 23px;
}
#banner .destination li {
    font-size: 12px;
} 

.h3 {
    font-size:23px !important;
}
  
.upto {
    width: 61px;
}
.banner-2 ul li {
    margin: 0 6px 15px 0;
}
.banner-2 {
    padding: 20px 0 0 0;
    display: none;
}

.h1-global {
    font-size: 35px;
    display:none;
}
.special-honymoon p {
    font-size: 13px;
    line-height: normal;
}
.packages .special-honymoon {
    bottom: -20px;
    left: 10px;
    font-size: 18px;
}
.packages .all-free {
    bottom: 52px;
    left: -1px;
    width: 139px;
}
.packages .tag {
    width: 75px;
    top: 23px;
    right: 0;
    font-size: 13px;
}
.packages h2 {
    font-size: 19px;
}
.packages h3 {
    font-size: 15px;
}
.inclusions h5 {
    font-size: 16px;
}
.price-tag .price {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.btn-detail {
    display: inline-block;font-size:16px !important;position:relative;transform:translate(-50%,0);left:50%;
    float: none;
}
.ftr-cnt li {
    font-size: 14px;
    padding: 0 0 0 30px;
}  
.ftr-cnt li img {
    width: 20px;
}


.logo{
	
	}
@media only screen and (max-width: 767px) {
.mobhiddn{display:none;}
.mobhiddn2{display:none !important;}
#banner .banner-text h4 {margin-bottom: 10px;}
 #banner {
    background-image: url(../images/mobile-banner.jpg);
} 
#banner .banner-text h1{margin-top: -10px;}
#banner .free-quotes .get-free-qoute{margin-bottom:15px;}
.mobile-footer .pt-4 {
    padding-top: 0 !important;
}   
.approved .ftr-h5{
        display: none;
}
.font-bold{
   font-size: 18px;
    font-weight: bold;
}    
.media p {
    font-size: 15px;
} 
.media p a{
    color: #fff;
}      
.ftr-cnt{
    display: none;
}    
.mobile-footer{
    display: block;
    color: #fff;
}    
.section_mobile{
    display: block;
} 
.section_mobile .col-md-9{
    width: 75%;
}    
#confused {
    background-attachment: scroll;
}    
.upto {
    width: 100px;
}
#copywrite p {
    font-size: 12px;
} 
#copywrite {
    padding: 10px 0;
    margin-bottom: 38px;
}  
.hidden-md{
        display: none;
}    
#book-online{
        display: none;
}    
#banner .trusted{
    display: none;
}  
/*.ftr-link {
    display: none;
    padding: 0px;
    margin: 0 0 20px 0;
}
.ftr-link li {
    font-size: 13px;
} */    
#banner {
    background-size: cover;
}    
 .deal {
  display:none;
}
#header .head-cnt {
    float: none;
}    
#header .head-cnt ul li {
    display: inline-block;
}    
#header .head-cnt ul li:last-child {
    margin-left: 10px;
}  
#header .head-cnt {
    margin-top: 3px;
    border-top: solid 1px #d2d2d2;
    padding-top: 4px;
}
#banner .col-sm-8, #banner .col-sm-4  {
    flex: 0 0 100%;
    max-width: 100%;
}    
.banner-text
 {
    text-align: center;
 }
#banner .free-quotes {
    margin-top: 35px;
}
#banner .free-quotes .get-free {
    font-size: 22px;
}
#banner .destination li {
    font-size: 16px;font-weight:bold;
}    
#banner .banner-text h1 {
    font-size: 28px;
} 
.banner-2 ul li {
    width: 30%;
}
     
.why-book {
    border-right: none;
    border-bottom: dotted 1px #333;
    text-align: center;
    margin: 50px 0;
}

.logo{
	text-align:center;
}
.logo img{
	
}
.h1-global {
    font-size: 27px;
}
.approved {
    margin-top: 0;
    margin-bottom: 15px;
}
.ftr-h4 {
    margin-bottom: 10px;
}
#footer {
    padding: 20px 0 0;
}
.mobile-footer .pb-4{
    padding-bottom: 0;
}{
        
} 
}
@media only screen and (max-width: 568px) {
    .requirement {
    font-size: 12px;
    padding: 6px 15px;
}   
.approved {
    margin-top: 0;
    margin-bottom: 15px;
}  
#thank-you {
    padding: 50px 0;
}    
}
@media only screen and (max-width: 375px) {
.deal {
    position: absolute;
    font-size: 13px;
}
#header .head-cnt ul {
    padding-right: 50px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}
#header .head-cnt ul li {
    padding: 0 0 0 26px;
    margin-bottom: 2px;
}    
.logo img
 {
    margin: 0 auto;
 } 
#thank-you {
    padding: 20px 0;
}      
}


