/**
 * Theme Name:        Astrologer
 * Theme URI:         Astrologer
 * Description:       Astrologer website
 * Version:           1.0.0
 * Author:            Rohit kumar (2024)
 * Author URI:        Astrologer
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       Astrologer

 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */
 
/*---------------------------
	Fonts
----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
      font-family: "Philosopher", sans-serif;

}
html {
  font-size: 15px;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    margin: 0px 10px 0px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
#menu ul li a {
    border-bottom: 1px solid #a0abff;
}

body {
  font-family: "Hind", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.slick-slide img {
    height: 300px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

p {
  color: #000;
  line-height: 1.8em;
  margin-bottom: 15px;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #051829;
  margin: 0 0 0.4em;
}
.details img{
    height: 351px;
    margin-right: 20px;
    width: 524px;

}

ul {
  padding-left: 0;
  margin: 0;
  list-style-position: inside;
}

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;
}

a:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}
ul, li, a{
  list-style: none;
  text-decoration: none;
}
/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.float-right {
  float: right;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 70px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 35px 0;
  }
  .px-banner-new-box h1 {
    font-size: 36px !important;
}
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
  clear: both;
}

.contact-validation-active label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
  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 #success-2,
  .contact-validation-active #error,
  .contact-validation-active #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success,
.contact-validation-active #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.53333rem;
}

/*** back to top **/
.back-to-top {
  background-color:#37a4dd;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.gap-row{
      row-gap: 20px;
}
.back-to-top:hover {
  background-color: #ff7200;
  transition: 0.3s
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  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%);
}

/** 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;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: #000;
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/**** style for box layout ***/
.box-layout {
  /*** style for box layout ***/
}

@media screen and (min-width: 1200px) {
  .box-layout {
    width: 100%;
    height: 100%;
    background: url("../images/body-bg.jpg") center center/auto repeat fixed;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    background-color: #fff;
    width: 1250px;
    margin: 50px auto 0;
  }
}

.section-title, .section-title-white, .section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .section-title, .section-title-white, .section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
    margin-bottom: 35px;
  }
}

.section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
  font-size: 30px;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0.5em;
  position: relative;
  letter-spacing: -1px;
}

@media (max-width: 1199px) {
  .section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
    font-size: 27px;
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  .section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.section-title h2:before, .section-title-white h2:before, .section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
  content: "";
  background-color: #499134;
  width: 33px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .section-title h2:before, .section-title-white h2:before, .section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
    height: 3px;
  }
}

.section-title-white h2 {
  color: #fff;
}

.section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
  text-align: center;
}

.section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2,
.section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
  color: #fff;
}

.section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
  margin: 0 0 0.83em;
}

.section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
    padding: 0 45px;
  }
}

.section-title-s3, .section-title-s4 {
  margin-bottom: 30px;
}

.section-title-s3 h2, .section-title-s4 h2 {
  font-size: 22px;
  /* font-size: 2rem; */
  line-height: 1.33em;
  margin: 0.13em 0 0;
  padding-bottom: 0.3em;
  position: relative;
}

@media (max-width: 1199px) {
  .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 27px;
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.section-title-s3 h2:before, .section-title-s4 h2:before {
  content: "";
  background-color: #429134;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-title-s3 > span, .section-title-s4 > span {
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title-s4 h2 {
  margin: 0 0 0.83em;
}

.section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
  color: #051829;
}

.section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
  color: #6a6a6a;
}

.section-title-s6 h2, .section-title-s7 h2 {
  text-transform: none;
}

.section-title-s6 h2:before, .section-title-s7 h2:before {
  display: none;
}

.section-title-s7 h2 {
  padding-bottom: 0;
}

.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
  background-color: #ff7200;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #fff;
  padding: 5px 28px;
  border: 2px solid #ff7200;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  display: inline-block;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn-s5:hover {
  background-color: #429134;
  color: #fff;
  border-color: #429134;
  transition: 0.3s
}

@media (max-width: 1199px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
    font-size: 15px;
    font-size: 1rem;
    padding: 4px 22px;
  }
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 4px 20px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
    font-size: 13px;
  }
}

.theme-btn-s2 {
  background-color: #429134;
  border-color: #429134;
  color: #fff;
}

.theme-btn-s2:hover {
  background-color: #ff7200;
  color: #fff;
  border-color: #ff7200;
  transition: 0.3s
}

.theme-btn-s3:hover {
  border-color: #429134;
  color: #fff;
  background:#429134;
  transition: 0.3s
}

.theme-btn-s4 {
  background-color: #429134;
  border-color: #429134;
  color: #fff;
}

.theme-btn-s4:hover {
  background-color: #ff7200;
  border-color: #ff7200;
  color: #fff;
  transition: 0.3s
}

.theme-btn-s5 {
  background-color: transparent;
  border: 2px solid #fdc900;
  color: #fff;
}

.theme-btn-s5:hover {
  background-color: #fdc900;
}

.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: #051829;
  -webkit-box-shadow: 0 0 5px 0 #0b3356;
  -moz-box-shadow: 0 0 5px 0 #0b3356;
  -o-box-shadow: 0 0 5px 0 #0b3356;
  -ms-box-shadow: 0 0 5px 0 #0b3356;
  box-shadow: 0 0 5px 0 #0b3356;
}

.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: #666;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,
 -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,
 box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,
 -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,
 box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,
 box-shadow ease-in-out .15s,
 -webkit-box-shadow ease-in-out .15s;
}

.wpcf7-form select {
  font-style: normal;
  background-image: url(../images/select-icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.wpcf7-form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
  list-style-type: none;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  text-align: center;
}

/******************************
	#blog grids
******************************/
.page-title {
  height: 260px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .page-title {
    height: 200px  !important;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.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: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0.40em 0 0.23em;
}}

@media (max-width: 1199px) {
  .page-title h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
 .page-title h2 {
  text-align: center;
}
.page-title .breadcrumb {
  text-align: center;
}
.section-padding {
  padding: 60px 0;
}
.service-single-content{
  margin-top:30px;
}
.img-gape {
  margin: 40px 0px 20px!important;
}
.service-single-content .details p {
  margin-bottom: 1em!important;
}
.page-title h2 {
  font-size: 2rem;
}
.pro-ul-gape {
  margin-top: 15px!important;
  padding-bottom: 20px;
}




}

@media (max-width: 767px) {
 .page-title h2 {
  font-size: 28px;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}
.img-gape {
  margin: 40px 0px 15px;
}
.how-img img {
  margin-bottom: 15px;
}



}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
    margin-top:10px;
  }
.box-shadow-space {
  padding: 15px 15px 15px 15px !important;
}
.pro-ul-gape {
  margin-top: 10px!important;
  padding-bottom: 15px
}



}

.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #ff7200;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: #ff7200;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}




/*.preloader {
  width: 100%;
  background-color: #323232;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10001;
}
.preloader div {
  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%);
}*/

/*************************************
    = service grids
**************************************/




.services-grids {
  overflow: hidden;
}

.services-grids .inner {
  min-height: 254px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .services-grids .inner {
    min-height: 218px;
  }
}

.services-grids .details {
  width: 100%;
  height: 100%;
  padding: 60px 50px;
  position: absolute;
  left: 0;
  top: 57%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .services-grids .details {
    padding: 50px 30px;
  }
}

.services-grids .info {
  position: relative;
}

.services-grids .details h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  margin: 0 0 1.2em;
  background: #fff;
}

@media (max-width: 1199px) {
  .services-grids .details h3 {
    font-size: 17px;
    font-size: 1.13333rem;
    margin: 0 0 1.2em;
  }
}

@media (max-width: 767px) {
  .services-grids .details h3 {
    font-size: 15px;
    font-size: 1rem;
    margin: 0 0 1.2em;
  }
}

.services-grids .details h3 i {
  background: #429134;
  color: #fff;
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  left: -5px;
}

@media (max-width: 1199px) {
  .services-grids .details h3 i {
    padding: 5px 8px;
  }
}

.services-grids .details p {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  margin: 0 0 1.79em;
}

.services-grids .details .more {
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.services-grids .grid:hover .details {
  background-color: #ff720080;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
}

.services-grids .grid:hover .details h3 {
  color: #fff;
  margin: 0 0 0.59em;
  background: no-repeat;
}

.services-grids .grid:hover .details h3 i {
  background: transparent;
}

.dots-s1 .owl-controls {
  margin-top: 0;
}

.dots-s1 .owl-dots {
  height: 15px;
}

.dots-s1 .owl-dots .owl-dot span {
  background: #bfbfbf;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.dots-s1 .owl-dots .owl-dot.active span,
.dots-s1 .owl-dots .owl-dot:hover span {
  background-color: #429134;
}

.dots-s1 .owl-dots .owl-dot.active span {
  width: 9px;
  height: 9px;
}

.slider-arrow-s1 .owl-controls {
  margin-top: 0;
}

.slider-arrow-s1 .owl-controls .owl-nav .owl-prev,
.slider-arrow-s1 .owl-controls .owl-nav .owl-next {
  background-color: #fdc900;
  width: 34px;
  height: 34px;
  line-height: 37px;
  font-size: 18px;
  font-size: 1.2rem;
  color: #051829;
  padding: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.slider-arrow-s1 .owl-controls .owl-nav .owl-prev:hover,
.slider-arrow-s1 .owl-controls .owl-nav .owl-next:hover {
  background-color: #e4b500;
  color: #051829;
}

@media (max-width: 991px) {
  .slider-arrow-s1 .owl-controls .owl-nav .owl-prev,
  .slider-arrow-s1 .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 1px solid #dee0e1;
  border-radius: 0;
}

.theme-accordion-s1 .panel-group .panel + .panel {
  margin-top: 8px;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel-heading a {
  background-color: rgba(253, 212, 51, 0.95);
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  display: block;
  padding: 15px 25px;
  position: relative;
}

@media (max-width: 1800px) {
  .theme-accordion-s1 .panel-heading a {
    background-color: #429134;
    color: #fff
  }
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
  font-size: 1.33333rem;
  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 {
    font-size: 18px;
    font-size: 1.2rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #333
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  padding: 24px 33px 12px;
}

@media (max-width: 1800px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 20px 10px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

/*************************************
    = team grids
**************************************/
.team-grids .team-grid {
  overflow: hidden;
  position: relative;
}

.team-grids .member-pic-social {
  position: relative;
  overflow: hidden;
}

.team-grids .social {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.team-grids .social-links {
  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%);
  z-index: 11;
  opacity: 0;
}

.team-grids .member-pic-social:hover .social-links {
  opacity: 1;
}

.team-grids .social-links > li + li {
  margin-left: 20px;
}

.team-grids .social-links li a {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
}

@media (max-width: 1199px) {
  .team-grids .social-links li a {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.team-grids .social-links li a:hover {
  color: #051829;
}

.team-grids .member-info {
  text-align: center;
  padding-top: 25px;
}

.team-grids .member-info h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 3px;
}

@media (max-width: 1199px) {
  .team-grids .member-info h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .team-grids .member-info h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 991px) {
  .team-grids .member-info p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.team-grids .owl-controls .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 59%;
  z-index: 10;
}

@media (max-width: 1199px) {
  .team-grids .owl-controls .owl-nav {
    display: none;
  }
}

.team-grids .owl-controls .owl-dots {
  position: relative;
  top: 80px;
  z-index: 10;
}

@media (max-width: 1199px) {
  .team-grids .owl-controls .owl-dots {
    top: 0;
  }
}

.team-grids .owl-controls .owl-nav .owl-prev,
.team-grids .owl-controls .owl-nav .owl-next {
  background: transparent;
  font-size: 24px;
  font-size: 1.6rem;
  color: #051829;
  padding: 0;
  position: absolute;
}

.team-grids .owl-controls .owl-nav .owl-prev:hover,
.team-grids .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  color: #fdc900;
}

.team-grids .owl-controls .owl-nav .owl-prev {
  left: -65px;
}

.team-grids .owl-controls .owl-nav .owl-next {
  right: -65px;
}

.team-grids .owl-controls .owl-dots .active span,
.team-grids .owl-controls .owl-dots .owl-dot:hover span {
  background: #fdc900;
}

.square-hover-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.square-hover-effect .hover-1,
.square-hover-effect .hover-2,
.square-hover-effect .hover-3,
.square-hover-effect .hover-4 {
  background: rgba(253, 201, 0, 0.9);
  width: 50%;
  height: 50%;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.square-hover-effect .hover-1 {
  left: 0;
  top: 0;
}

.square-hover-effect .hover-2 {
  left: 50%;
  top: 0;
}

.square-hover-effect .hover-3 {
  left: 50%;
  top: 50%;
}

.square-hover-effect .hover-4 {
  left: 0;
  top: 50%;
}

.square-hover-effect:hover .hover-1,
.square-hover-effect-parent:hover .hover-1 {
  left: 50%;
  top: 0;
  opacity: 1;
}

.square-hover-effect:hover .hover-2,
.square-hover-effect-parent:hover .hover-2 {
  left: 50%;
  top: 50%;
  opacity: 1;
}

.square-hover-effect:hover .hover-3,
.square-hover-effect-parent:hover .hover-3 {
  left: 0%;
  top: 50%;
  opacity: 1;
}

.square-hover-effect:hover .hover-4,
.square-hover-effect-parent:hover .hover-4 {
  left: 0%;
  top: 0%;
  opacity: 1;
}

/*************************************
    = service sinle sidebar
**************************************/
@media screen and (min-width: 992px) {
  .service-single-sidebar {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .service-single-sidebar {
    margin-top: 30px;
  }
}

.service-single-sidebar ul {
  list-style-type: none;
}

.service-single-sidebar > .widget + .widget {
  margin-top: 50px;
}

.service-single-sidebar .services-link-widget ul > li + li {
  margin-top: 10px;
}

.service-single-sidebar .services-link-widget ul li a {
  background-color: #f5f2f2;
  font-weight: 600;
  color: #242424;
  padding: 14px 20px;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .service-single-sidebar .services-link-widget ul li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-single-sidebar .services-link-widget ul li a {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 10px 15px;
  }
}

.service-single-sidebar .services-link-widget ul li a:hover,
.service-single-sidebar .services-link-widget ul li.current a {
  background-color: #ff7200;
  color: #fff
}

.service-single-sidebar .download-brocher-widget{
  width: 100%
}
.service-single-sidebar .download-brocher-widget h3{
  color: #429134;
  margin-bottom: 20px
}

.service-single-sidebar .download-brocher-widget a {
  background-color: #429134;
  font-size: 18px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0px 7px 40px;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
}
.service-single-sidebar .download-brocher-widget a:hover{
  transition: 0.3s;
  background: #ff7200;
  color: #fff
}
@media (max-width: 1199px) {
  .service-single-sidebar .download-brocher-widget a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-single-sidebar .download-brocher-widget a {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 10px 15px 10px 40px;
  }
}

.service-single-sidebar .download-brocher-widget a i {
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-single-sidebar .contact-widget {
  border: 2px solid #e9e9e9;
  padding: 30px 25px;
  background: #f5f2f2;
}

.service-single-sidebar .contact-widget h3 {
  font-size: 20px;
  font-size: 24px;
  margin: 0 0 0.8em;
  color: #429134;
}



.service-single-sidebar .contact-widget a {
  background-color: #ff7200;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 8px 20px 6px;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  margin-top:20px;
  transition: 0.3s
}
.service-single-sidebar .contact-widget a:hover{
  background: #429134;
  transition: 0.3s
}
@media (max-width: 991px) {
  .service-single-sidebar .contact-widget h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.service-single-sidebar .contact-widget p {
  margin: 0;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
}

.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 {
  font-family: "Montserrat", sans-serif;
  background-color: #051829;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background-color: #fdc900;
  color: #051829;
}

/*** blog-sidebar ***/
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 70px;
  }
}

.blog-sidebar .widget {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

.blog-sidebar .widget ul {
  list-style: none;
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #0d0d0d;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.blog-sidebar .category-widget ul li,
.blog-sidebar .archive-widget ul li {
  border-bottom: 1px solid #fff;
}

.blog-sidebar .category-widget ul li > a,
.blog-sidebar .archive-widget ul li > a {
  padding: 10px 0;
}

.blog-sidebar ul li {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
}

.blog-sidebar ul li > a {
  display: block;
  color: #404040;
  position: relative;
}

.blog-sidebar ul li:first-child a {
  padding-top: 0;
}

.blog-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.blog-sidebar ul li:last-child {
  border: 0;
}

.blog-sidebar ul li > a:hover {
  color: #051829;
}

.blog-sidebar ul li > a .badge {
  background-color: transparent;
  font-size: 15px;
  font-size: 1rem;
  color: #404040;
  position: absolute;
  right: 5px;
}

.blog-sidebar ul li > a .badge:before,
.blog-sidebar ul li > a .badge:after {
  font-size: 14px;
  font-size: 0.93333rem;
  position: absolute;
  top: 3px;
}

.blog-sidebar ul li > a .badge:before {
  content: "(";
  left: 0;
}

.blog-sidebar ul li > a .badge:after {
  content: ")";
  right: 0;
}

.blog-sidebar .search-widget input {
  background-color: transparent;
  padding: 8px 12px;
  height: auto;
}

.blog-sidebar .search-widget input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #051829;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul {
    margin-left: -15px;
  }
}

.blog-sidebar .recent-post-widget ul li {
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul li {
    padding: 0 0 40px 100px;
    overflow: visible;
  }
}

.blog-sidebar .recent-post-widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
  float: left;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}

.blog-sidebar .recent-post-widget .details {
  width: 68%;
  float: right;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}

.blog-sidebar .recent-post-widget .details > span {
  font-size: 12px;
  font-size: 0.8rem;
  color: #666666;
  text-transform: uppercase;
}

.blog-sidebar .recent-post-widget .details h4 {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0.5em 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details h4 {
    font-size: 13px;
    font-size: 0.86667rem;
    padding-top: 10px;
  }
}

.blog-sidebar .recent-post-widget .details h4 a {
  color: #000;
}

.blog-sidebar .recent-post-widget .details h4 a:hover {
  color: #051829;
}

.blog-sidebar .tag-widget .all-tags {
  margin-left: -12px;
}

.blog-sidebar .tag-widget .all-tags a {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: gray;
  border: 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;
}

.blog-sidebar .tag-widget .all-tags a:hover {
  color: #051829;
}

.blog-sidebar .instagram-widget ul {
  overflow: hidden;
  margin-right: -8px;
}

.blog-sidebar .instagram-widget ul li {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}

.blog-sidebar .instagram-widget ul li img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-sidebar .instagram-widget ul li img {
    width: 100%;
  }
}

/**** products grids ***/
.products-grids .grid {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 #d9d9d9;
  -moz-box-shadow: 0 0 15px 0 #d9d9d9;
  -o-box-shadow: 0 0 15px 0 #d9d9d9;
  -ms-box-shadow: 0 0 15px 0 #d9d9d9;
  box-shadow: 0 0 15px 0 #d9d9d9;
  text-align: center;
}

.products-grids .img-holder img {
  display: inline-block;
}

.products-grids .img-holder-info-list {
  position: relative;
}

.products-grids .info-list {
  width: 152px;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .products-grids .info-list {
    width: 122px;
  }
}

.products-grids .info-list > div {
  width: 50px;
  float: left;
  margin-right: 1px;
}

@media (max-width: 767px) {
  .products-grids .info-list > div {
    width: 40px;
  }
}

.products-grids .info-list > div:last-child {
  margin-right: 0;
}

.products-grids .info-list > div a {
  background-color: #051829;
  height: 45px;
  display: block;
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .products-grids .info-list > div a {
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
}

.products-grids .info-list > div a:hover {
  background-color: #020b12;
}

.products-grids .info-list > div img {
  display: inline-block;
}

@media (max-width: 767px) {
  .products-grids .info-list > div img {
    max-width: 17px;
  }
}

.products-grids .product-info {
  padding: 30px 15px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .products-grids .product-info {
    padding: 20px 15px;
  }
}

.products-grids .product-info h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 0.4em;
}

@media (max-width: 767px) {
  .products-grids .product-info h3 {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0 0 0.4em;
  }
}

.products-grids .product-info h3 a {
  color: #000;
}

.products-grids .product-info .rating i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdc900;
}

@media (max-width: 1199px) {
  .products-grids .product-info .rating i {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .products-grids .product-info .rating i {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.products-grids .product-info .price {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #999999;
  display: block;
  margin-top: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .products-grids .product-info .price {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.products-grids .grid:hover {
  -webkit-box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
  -moz-box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
  box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
}

.products-grids .grid:hover .product-info {
  background-color: #051829;
}

.products-grids .grid:hover .product-info h3 a,
.products-grids .grid:hover .price {
  color: #fff;
}

.products-grids .grid:hover .info-list {
  opacity: 1;
  visibility: visible;
}

.shop .pagination-wrapper {
  padding-top: 50px;
  clear: both;
}

@media (max-width: 991px) {
  .shop .pagination-wrapper {
    padding-top: 30px;
  }
}



/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
     padding: 15px;

  }
  .learn-more-btn{
    background: #000;
    color: #fff;
    padding: 8px 12px;
  }
  .px-banner-new-box{text-align: center;}
  .px-banner-new-box h2 {
    margin: 0;
    color: #000000;
    font-size: 22px;
    display: inline-block;
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
}
.px-banner-new-box h1 {
    color: #ffffff;
    padding: 20px 0px 20px;
    margin: 0;
    font-size: 70px;
}

.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 ul {
  list-style-type: none;
}

@media (max-width: 991px) {
  .site-header .navigation {
    min-height: 0px;
  }
}

.site-header #navbar {
  -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:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #051829;
}

@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: 15px;
  font-size: 1rem;
  color: #333;
}
  .site-header #navbar > ul .sub-menu {
    background-color: #051829;
    width: 220px;
    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 #072037;
  }
  .site-header #navbar > ul > li .sub-menu > li:last-child {
    border-bottom: 0;
  }
.site-header #navbar > ul > li .sub-menu a {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #c3bfbf;
  display: block;
  padding: 9px 15px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff1a;
}
  .site-header #navbar > ul > li .sub-menu a:hover {
          background-color: #ff7200;
    color: #fff;
  }
  .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: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    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;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    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 .menu-item-has-children > a > i {
 display: none;
}
.recent-projects {
  display: none;
}


.section-padding-none{
  padding-bottom: 0px
}




}

@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 #051829;
    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: #051829;
  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: -50px;
  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: #051829;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #051829;
    width: 35px;
    height: 35px;
    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;
  }
/*   .topbar-style-1, .topbar-style-2 {
  display: none;
} */
}

/**************************************************
	#header style 1
******************************************************/
.topbar-style-1, .topbar-style-2 {
  background-color: #051829;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .topbar-style-1 .site-logo, .topbar-style-2 .site-logo {
    text-align: center;
    border-bottom: 1px solid #082540;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .topbar-style-1 .topbar-contact-info-wrapper, .topbar-style-2 .topbar-contact-info-wrapper {
    text-align: center;
  }

}

.topbar-style-1 .topbar-contact-info, .topbar-style-2 .topbar-contact-info {
  display: inline-block;
  float: right;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .topbar-style-1 .topbar-contact-info, .topbar-style-2 .topbar-contact-info {
    float: none;
  }
}

.topbar-style-1 .topbar-contact-info > div, .topbar-style-2 .topbar-contact-info > div {
  display: inline-block;
  float: left;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .topbar-style-1 .topbar-contact-info > div, .topbar-style-2 .topbar-contact-info > div {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .topbar-style-1 .topbar-contact-info > div + div, .topbar-style-2 .topbar-contact-info > div + div {
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  .topbar-style-1 .topbar-contact-info > div + div, .topbar-style-2 .topbar-contact-info > div + div {
    margin-top: 15px;
  }
}

.topbar-style-1 .topbar-contact-info > div > i, .topbar-style-2 .topbar-contact-info > div > i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 0;
}

.topbar-style-1 .topbar-contact-info p, .topbar-style-2 .topbar-contact-info p {
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  margin: 3px 0 0;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.topbar-style-1 .details > span, .topbar-style-2 .details > span {
  font-size: 12px;
  font-size: 0.8rem;
  color: #9a9a9a;
}

@media screen and (min-width: 992px) {
  .header-style-1 .navigation-holder, .header-style-2 .navigation-holder, .header-style-3 .navigation-holder, .header-style-4 .navigation-holder, .header-style-5 .navigation-holder, .header-style-6 .navigation-holder {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
.header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-4 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
  font-size: 15px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
  .header-style-1 #navbar > ul > li > a:before, .header-style-2 #navbar > ul > li > a:before, .header-style-3 #navbar > ul > li > a:before, .header-style-4 #navbar > ul > li > a:before, .header-style-5 #navbar > ul > li > a:before, .header-style-6 #navbar > ul > li > a:before {
    content: "";
    background-color: #fdc900;
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 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 > li > a:hover:before, .header-style-2 #navbar > ul > li > a:hover:before, .header-style-3 #navbar > ul > li > a:hover:before, .header-style-4 #navbar > ul > li > a:hover:before, .header-style-5 #navbar > ul > li > a:hover:before, .header-style-6 #navbar > ul > li > a:hover:before {
  width: 12px;
}

/*** cart and quote ***/
.cart-contact {
  position: absolute;
  right: 0;
  top: 30px;
}

@media (max-width: 991px) {
  .cart-contact {
    top: 18px;
    left: 15px;
  }
}

.cart-contact .mini-cart {
  float: left;
  position: relative;
}

@media screen and (min-width: 992px) {
  .cart-contact .mini-cart {
    margin-top: -4px;
  }
}

.cart-contact .mini-cart > button {
  font-size: 15px;
  font-size: 1rem;
  color: #0d1d36;
  display: inline-block;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 600;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .cart-contact .mini-cart > button {
    font-size: 13px;
    font-size: 0.86667rem;
    margin-right: 15px;
  }
}

.cart-contact .mini-cart > button i:before {
  font-size: 18px;
  font-size: 1.2rem;
  color: #0d1d36;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .cart-contact .mini-cart > button i:before {
    font-size: 15px;
    font-size: 1rem;
  }
}

.cart-contact .top-cart-content {
  background: #fff;
  width: 292px;
  border-top: 2px solid #fdc900;
  position: absolute;
  top: 45px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -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) {
  .cart-contact .top-cart-content {
    top: 40px;
    left: -14px;
  }
}

.cart-contact .top-cart-content .top-cart-title {
  padding: 12px 15px;
  border-bottom: 1px solid #e4e2e2;
}

.cart-contact .top-cart-content p {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #051829;
  margin: 0;
  text-transform: uppercase;
}

.cart-contact .top-cart-content .top-cart-items {
  padding: 15px;
}

.cart-contact .top-cart-content .top-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e4e2e2;
}

.cart-contact .top-cart-content .top-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.cart-contact .top-cart-content .top-cart-item-image {
  width: 48px;
  height: 48px;
  border: 2px solid #eee;
  float: left;
  margin-right: 15px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.cart-contact .top-cart-content .top-cart-item-image a,
.cart-contact .top-cart-content .top-cart-item-image img {
  display: block;
  width: 44px;
  height: 44px;
}

.cart-contact .top-cart-content .top-cart-item-image:hover {
  border-color: #fdc900;
}

.cart-contact .top-cart-content .top-cart-item-des {
  position: relative;
  overflow: hidden;
}

.cart-contact .top-cart-content .top-cart-item-des a {
  width: auto;
  height: auto;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #333;
}

.cart-contact .top-cart-content .top-cart-item-des a:hover {
  color: #fdc900;
}

.cart-contact .top-cart-content .top-cart-item-des .top-cart-item-price {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  display: block;
}

.cart-contact .top-cart-content .top-cart-item-des .top-cart-item-quantity {
  font-size: 12px;
  color: #555;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.cart-contact .top-cart-content .top-cart-action {
  padding: 25px 15px 25px;
  border-top: 1px solid #e4e2e2;
}

.cart-contact .top-cart-content .top-cart-action .top-checkout-price {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #051829;
}

.cart-contact .top-cart-content .top-cart-action .theme-btn, .cart-contact .top-cart-content .top-cart-action .theme-btn-s2, .cart-contact .top-cart-content .top-cart-action .theme-btn-s3, .cart-contact .top-cart-content .top-cart-action .theme-btn-s4, .cart-contact .top-cart-content .top-cart-action .theme-btn-s5 {
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 3px 15px;
  float: right;
}

.cart-contact .top-cart-content-toggle {
  top: 54px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .cart-contact .top-cart-content-toggle {
    top: 47px;
  }
}

.cart-contact .get-quote {
  float: right;
}

@media (max-width: 991px) {
  .cart-contact .get-quote {
    float: left;
    margin: 4px 0 0;
  }
}

@media (max-width: 991px) {
  .cart-contact .get-quote .theme-btn, .cart-contact .get-quote .theme-btn-s2, .cart-contact .get-quote .theme-btn-s3, .cart-contact .get-quote .theme-btn-s4, .cart-contact .get-quote .theme-btn-s5 {
    padding: 3px 15px;
  }
}

/**************************************
	#header style 2
****************************************/
.header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
    margin-top: 8px;
    position: relative;
    max-width: 200px;
    z-index: 10;
  }
}

@media (max-width: 767px) {
  .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
    margin: 12px 0 0 10px;
    max-width: 160px;
  }
}

.header-style-2 .navigation-holder, .header-style-3 .navigation-holder, .header-style-4 .navigation-holder, .header-style-5 .navigation-holder, .header-style-6 .navigation-holder {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .header-style-2 .cart-contact .mini-cart, .header-style-3 .cart-contact .mini-cart, .header-style-4 .cart-contact .mini-cart, .header-style-5 .cart-contact .mini-cart, .header-style-6 .cart-contact .mini-cart {
    float: right;
    margin-right: 65px;
  }
}

.header-style-2 .cart-contact .mini-cart > button, .header-style-3 .cart-contact .mini-cart > button, .header-style-4 .cart-contact .mini-cart > button, .header-style-5 .cart-contact .mini-cart > button, .header-style-6 .cart-contact .mini-cart > button {
  margin-right: 0;
}

.header-style-2 .cart-contact .top-cart-content, .header-style-3 .cart-contact .top-cart-content, .header-style-4 .cart-contact .top-cart-content, .header-style-5 .cart-contact .top-cart-content, .header-style-6 .cart-contact .top-cart-content {
  right: 0;
}

@media (max-width: 991px) {
  .header-style-2 .cart-contact .top-cart-content, .header-style-3 .cart-contact .top-cart-content, .header-style-4 .cart-contact .top-cart-content, .header-style-5 .cart-contact .top-cart-content, .header-style-6 .cart-contact .top-cart-content {
    right: auto;
    left: -140px;
  }
}

.topbar-style-2 .topbar-contact-info {
  float: none;
}

.topbar-style-2 .get-quote {
  float: right;
  margin-top: 12px;
}

@media screen and (min-width: 992px) {
  .topbar-style-2 .get-quote {
    position: relative;
    right: -10px;
  }
}

@media (max-width: 767px) {
  .topbar-style-2 .get-quote {
    float: none;
    text-align: center;
    margin-top: 15px;
    margin: 25px 0 15px;
  }
}

@media (max-width: 991px) {
  .topbar-style-2 .topbar-contact-info > div + div {
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  .topbar-style-2 .topbar-contact-info > div + div {
    margin-left: 0;
  }
}
.px-banner-new-box a.px_btn {
    padding: 0 40px;
}
.px_btn {
    height: 50px;
    background-color: #3498db;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    position: relative;
    /* margin-left: 15px; */
    color: #ffffff;
    border: 1px solid transparent;
    outline: none;
    width: auto;
    transition: 0.2s linear;
    border-radius: 50px;
}

/**************************************
	#header style 3
****************************************/
@media screen and (min-width: 992px) {
  .header-style-3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .header-style-3 .navigation,
  .header-style-3 .topbar-style-2 {
    background: transparent;
  }
  .header-style-3 .topbar-contact-info p {
    color: #fdc900;
  }
  .header-style-3 .topbar-style-2 .details > span {
    color: #9a9a9a;
  }
  .header-style-3 .topbar-style-2 .get-quote {
    position: relative;
    right: -10px;
  }
  .header-style-3 #navbar > ul > li > a {
    color: #fff;
  }
  .header-style-3 #navbar > ul > li > a:hover {
    color: #fdc900;
  }
  .header-style-3 .cart-contact .mini-cart > button i:before,
  .header-style-3 .cart-contact .mini-cart > button {
    color: #fdc900;
  }
}

@media (max-width: 991px) {
  .header-style-3 .navigation {
    background: #020b12;
  }
  .header-style-3 .cart-contact .mini-cart > button i:before,
  .header-style-3 .cart-contact .mini-cart > button {
    color: #fff;
  }
}

/**************************************
	#header style 4
****************************************/
@media screen and (min-width: 992px) {
  .header-style-4, .header-style-5 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
}

@media screen and (min-width: 992px) {
  .header-style-4 .topbar-style-2, .header-style-5 .topbar-style-2 {
    background: transparent;
  }
  .header-style-4 .topbar-style-2 .topbar-contact-info p, .header-style-5 .topbar-style-2 .topbar-contact-info p {
    color: #fff;
  }
  .header-style-4 .topbar-style-2 .details > span, .header-style-5 .topbar-style-2 .details > span {
    color: #9a9a9a;
  }
  .header-style-4 .navigation, .header-style-5 .navigation {
    background-color: transparent;
  }
  .header-style-4 .navigation .container, .header-style-5 .navigation .container {
    background-color: #fff;
    border-radius: 5px;
  }
  .header-style-4 .cart-contact, .header-style-5 .cart-contact {
    right: 15px;
  }
}

.header-style-4 .social, .header-style-5 .social {
  display: inline-block;
}

@media (max-width: 991px) {
  .header-style-4 .social, .header-style-5 .social {
    display: none;
  }
}

.header-style-4 .social > span, .header-style-5 .social > span {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  position: relative;
  top: 9px;
  font-weight: 600;
}

.header-style-4 .social-links, .header-style-5 .social-links {
  display: inline-block;
  position: relative;
  top: 15px;
  left: 8px;
}

.header-style-4 .social-links > li + li, .header-style-5 .social-links > li + li {
  margin-left: 15px;
}

.header-style-4 .social-links li a, .header-style-5 .social-links li a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

/**************************************
	#header style 5
****************************************/
.header-style-5 {
  position: static;
  /*** lower topbar ***/
}

.header-style-5 .social {
  float: right;
}

@media (max-width: 991px) {
  .header-style-5 .social {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-style-5 .social {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

.header-style-5 .topbar {
    background:rgba(119, 136, 255, 0.7);
}

.header-style-5 .social-links {
  top: 5px;
}

.header-style-5 .social > span {
  top: 0;
}

.header-style-5 .lower-topbar {
  padding: 20px 0;
}
.header-style-5 .lower-topbar .awards {
  float: right;
  overflow: hidden;
  position: relative;
  top: 5px;
}
@media (max-width: 991px) {
  .header-style-5 .lower-topbar {
    border-bottom: 1px solid #d4d2d2;
  }
  .header-style-5 .lower-topbar .awards {
    display: none;
}
}

.header-style-5 .lower-topbar .site-logo {
  margin: 0;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .site-logo {

  }
}



@media (max-width: 767px) {
  .header-style-5 .lower-topbar .awards {
    float: none;
    border-top: 1px solid #d4d2d2;
    padding-top: 17px;
    margin: 10px -15px 0;
  }
}

.header-style-5 .lower-topbar .awards > div {
  min-height: 43px;
  padding-left: 58px;
  position: relative;
  float: left;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .awards > div {
    width: 210px;
    float: none;
    margin: 0 auto 10px;
  }
}

@media (max-width: 991px) {
  .header-style-5 .lower-topbar .awards > div {
    padding-left: 40px;
  }
}

.header-style-5 .lower-topbar .awards > div:first-child {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .awards > div:first-child {
    margin-right: auto;
  }
}

.header-style-5 .lower-topbar .awards .icon {
  position: absolute;
  left: 0;
  top: 0px;
}
.header-style-5 .lower-topbar .awards .icon{
float: left;
width: 50px;
height: 50px;
border: 1px solid #ededed;
text-align: center;
line-height: 50px;
font-size: 24px;
color: #ff7e00;}

.header-style-5 .lower-topbar .awards .icon .fi:before {
  font-size: 44px;
  font-size: 2.93333rem;
  color: #ff7200;
}

@media (max-width: 991px) {
  .header-style-5 .lower-topbar .awards .icon .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.header-style-5 .lower-topbar .awards h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 0;
  color: #666;
  font-weight: 300;
}

@media (max-width: 991px) {
  .header-style-5 .lower-topbar .awards h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.header-style-5 .lower-topbar .awards p {
  font-size: 14px;
  /* font-size: 0.8rem; */
  margin: 0;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 992px) {
.header-style-5 .navigation, .header-style-5 .navigation .container {
  background-color: #fff;
  float: right;
}
.header-style-5 #navbar > ul > li > a {
  margin: 0px 19px 0px 19px;
}
.header-style-5 #navbar > ul > li::after {
  content: '';
  border: 1px solid #ccc;
  height: 20px;
  position: absolute;
  right: -1px;
  top: 14px;
}

  .header-style-5 #navbar > ul > li > a:before {
    display: none;
  }
  .header-style-5 #navbar > ul > li > a:hover {
    color: #000;
  }
}

@media screen and (min-width: 992px) {
  .header-style-5 .cart-contact {
    right: 195px;
    top: 15px;
  }
  .header-style-5 .cart-contact .top-cart-content-toggle {
    top: 39px;
  }
}

.header-style-5 .request-quote {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .header-style-5 .request-quote {
    right: auto;
    width: 130px;
    height: 40px;
    line-height: 40px;
    top: 12px;
  }
}

.header-style-5 .request-quote:hover {
  background-color:#ff7200;
  color: #fff;
  transition: 0.3s
}

/**************************************
	#header style 6
****************************************/
@media screen and (min-width: 992px) {
  .header-style-6 .topbar-style-2 {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .header-style-6 .topbar-style-2 .topbar-contact-info p {
    color: #111;
    font-weight: 600;
  }
}

.header-style-6 .topbar-style-2 .theme-btn, .header-style-6 .topbar-style-2 .theme-btn-s2, .header-style-6 .topbar-style-2 .theme-btn-s3, .header-style-6 .topbar-style-2 .theme-btn-s4, .header-style-6 .topbar-style-2 .theme-btn-s5 {
  color: #fff;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: auto;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}
.px_aboutimg{
  position: relative;
  z-index: 1;
}
.px_aboutimg::after {
    position: absolute;
    content: '';
    bottom: -30px;
    right: 60px;
    background-color: #acacac;
    width: 420px;
    height: 480px;
    z-index: -1;
}

.hero .slide {
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}



.hero .slide .slider-bg {
  display: none;
}

.hero .slide:before {
  content: "";
/*   background-color: rgba(0, 0, 0, 0.4); */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #000;
  width: 45px;
  height: 45px;
  z-index: 9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: #ff7200;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 5px;
}

@media screen and (min-width: 1600px) {
  .hero .slick-prev {
    left: 50px;
  }
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 5px;
}

@media screen and (min-width: 1600px) {
  .hero .slick-next {
    right: 50px;
  }
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.hero .slick-dots {
  bottom: 30px;
  display: none !important;
}

@media (max-width: 991px) {
  .hero .slick-dots {
    display: block !important;
  }
}

.hero .slick-dots li,
.hero .slick-dots li button {
  width: 15px;
  height: 15px;
}

@media (max-width: 767px) {
  .hero .slick-dots li,
  .hero .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .section-title, .section-title-white, .section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
  margin-bottom: 20px;
}
.site-footer .widget > h3, .site-footer .widget .footer-logo {
  margin: 0 0 1.3em!important;
}





}

.hero .slick-dots li button {
  background-color: #ff7200;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.hero .slick-dots li button:before {
  display: none;
}

.hero .slick-dots li {
  opacity: 0.5;
}

.hero .slick-dots .slick-active {
  opacity: 1;
}

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  color: #fff;
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

.hero .hero-slider .slide-caption > h2 {
  font-size: 45px;
  font-size: 3rem;
  line-height: 1.3em;
  color: #fff;
  margin: 0 0 0.27em;
}

@media (max-width: 1199px) {
  .hero .hero-slider .slide-caption > h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .slide-caption > h2 {
    font-size: 28px;
    font-size: 1.86667rem;
  }
}

.hero .hero-slider .slide-caption > h2 span {
  color: #ff7200;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 1.58em;
}

@media (max-width: 1199px) {
  .hero .hero-slider .slick-list .slick-current .slide-caption > p {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .slick-list .slick-current .slide-caption > p {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media screen and (min-width: 992px) {
  .hero .hero-slider .slick-list .slick-current .slide-caption > p {
    padding-right: 110px;
  }
}

.hero .hero-slider .slide-caption > .btns > a:first-child {
  margin-right: 5px;
}

/**********************************
	= slider style 2
**********************************/
.hero-slider-style-2 {
  text-align: center;
  height: 100vh;
  min-height: 600px;
}

.hero-slider-style-2 .hero-slider .slick-list .slick-current .slide-caption > p {
  padding-right: 0;
}

@media (max-width: 991px) {
  .hero-slider-style-2 {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .hero-slider-style-2 {
    min-height: 420px;
  }
}

.hero-slider-style-2 .slide {
  height: 100vh;
  min-height: 600px;
}

@media screen and (min-width: 992px) {
  .hero-slider-style-2 .slide {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .hero-slider-style-2 .slide {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .hero-slider-style-2 .slide {
    min-height: 420px;
  }
}

.hero-slider-style-2 .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/


.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 10000;
  opacity: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-3 .sticky-header {
  background-color: #0b3356;
}

@media screen and (min-width: 992px) {
  .header-style-3 .sticky-header #navbar > ul > li > a:hover {
    color: #fdc900;
  }
}

.header-style-4 .sticky-header, .header-style-5 .sticky-header {
  background-color: #fff;
}

.header-style-5 .sticky-header {
  background-color: #37a4dd;
  width: 100% !important;
}

.header-style-5 .sticky-header .container {
  border-radius: 0;
}
.header-style-5 .sticky-header ul li a{
  color:#fff !important;
}


/*--------------------------------------------------------------
#0.8    offer
--------------------------------------------------------------*/
.why-talk {
  width: 100%;
  padding-bottom: 70px;
  padding-top: 80px
}
.why-talk-left{
  width: 50%;
  float: left
}
.why-talk-det {
  padding-top: 20px;
  margin-right: 15px;
  padding-bottom: 40px;
}
.why-talk-det span {
  font-size: 18px;
  color: #222;
  margin-top: 5px;
}
.why-talk-det img{
  width: 47px;
  height: 47px;
  display: inline-block;
  float: left;
  margin-right:10px;
}
.why-talk-right {
  width: 100%;
  margin-top: 8px;
}
.abt-more{
  color: rgba(119, 136, 255);
  border-bottom: 2px solid rgba(119, 136, 255);
  font-weight: 600;
  font-style: italic;
}
.abt-more:hover{
  color: #ff7200;
  border-bottom: 2px solid #ff7200;
}











.astro-about {
  width: 100%;
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
}
.pt-0{
  padding-top: 0px !important
}


.heading-title {
  float: left;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.heading-title  h2 {
  font-size: 40px;
  font-weight: 100;
  color: #000000;
  text-transform: uppercase;
  margin:0px;
}
.heading-title h2 span {
  font-weight: bold;
}

.heading-title h4 {
  padding-top: 10px;
}
.heading-title h4 span {
  width: 8px;
  height: 8px;
  background: rgba(119, 136, 255, 0.7);
  display: inline-block;
  position: relative;
}
.heading-title h4 span::before {
  content: '';
  border: 1px solid #d8d8d8;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 3px;
}
.heading-title h4 span::after {
  content: '';
  border: 1px solid #d8d8d8;
  width: 20px;
  position: absolute;
  left: 15px;
  top: 3px;
}

.heading-title p{
  text-align: center;
}

.hs_about_left_img_wrapper {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.hs_about_left_img_wrapper img {
  width: 100%;
}
.hs_about_right_cont_wrapper {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.hs_about_right_cont_wrapper h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 24px;
}
.hs_about_right_cont_wrapper h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  padding-top: 20px;
}
.hs_about_right_cont_wrapper h1 {
  font-size: 44px;
  font-weight: bold;
  color: #ff7e00;
  padding-top: 15px;
  font-weight: 600;
}
.hs_about_right_cont_wrapper p{
  font-size: 18px
}

.hs_about_btn {
  margin-top: 35px;
}
.hs_effect_btn li .hs_btn_hover {
  border-radius: 50px;
  background: #37a4dd;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.hs_effect_btn li a {
  float: left;
  width: 180px;
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  display: block;
  text-align: center;
  line-height: 50px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hs_effect_btn li .hs_btn_hover::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.hs_effect_btn li .hs_btn_hover:hover {
  -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  color: #ECEFF1;
  background-color: #0592dc;
  -webkit-animation: anim-moema-1 0.3s forwards;
  animation: anim-moema-1 0.3s forwards;
}


.astro-services{
  width: 100%;
  padding: 100px 0px;
  background: #f9f9f9
}



.III_column {
  margin-top: 30px;
}
.hs_service_main_box_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  border: 1px dashed #cecece;
  padding: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #f9f9f9;
  min-height: 366px
}
.hs_service_icon_main_wrapper {
  display: inline-block;
  border: 1px dashed #cecece;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 10px;
}
.hs_service_icon_cont_wrapper {
  float: left;
  width: 100%;
  display: inline-block;
}
.hs_service_icon_wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border: 1px dashed #cecece;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_service_icon_wrapper {
  text-align: center;
  line-height: 90px;
}
.hs_service_icon_wrapper i {
  text-align: center;
  line-height: 100px;
}
.hs_service_icon_wrapper i::before {
  color: #ff7e00;
  margin-left: 0;
  font-size: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btc_step_overlay {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  opacity: 0;
  padding: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_service_icon_cont_wrapper {
  float: left;
  width: 100%;
  display: inline-block;
}
.hs_service_icon_cont_wrapper h2 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 20px;
}
.hs_service_main_box_wrapper {
  text-align: center;
}
.hs_service_icon_cont_wrapper p{
  text-align: center;
  line-height: 24px
}
.hs_service_icon_cont_wrapper h5 a {
  font-size: 16px;
  color: #ff7e00;
  padding-top: 5px;
  display: inline-block;
}
.hs_service_icon_cont_wrapper h5 a i {
  position: relative;
  top: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_service_main_box_wrapper:hover {
  border: 1px dashed #ff7e00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_service_main_box_wrapper:hover .hs_service_icon_wrapper i::before {
  position: relative;
  color: #ffffff;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


.hs_counter_main_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.hs_counter_cont_wrapper1 {
  border-left: 1px dashed #cecece;
}
.hs_counter_cont_wrapper {
  float: left;
  width: 20%;
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
  border: 1px dashed #cecece;
  border-left: 0;
}
.hs_counter_main_wrapper {
  text-align: center;
}
.hs_main_cycle_main {
  display: inline-block;
  border: 1px dashed #cecece;
  width: 85px;
  height: 85px;
  padding-top: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.count-description span {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 28px;
  color: #ff7e00;
  font-weight: bold;
  border: 1px dashed #cecece;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.con1, .con2, .con3, .con4 {
  font-size: 22px;
  color: #000000;
  margin-top: 16px;
}
.min-height {
  min-height: 333px;
}



.hs_testi_slider_main_wrapper {
  background: url() 50% 0 repeat-y;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}




 .testi-height{
  min-height: 170px !important
 }
.testimonial{ margin: 0 15px; }
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
    width: 60%;
    float: left;
}
.testimonial .testimonial-content::after {
  content: "";
  width: 20px;
  height: 0px;
  border-bottom: 50px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  /* left: 0; */
  right: -40px;
  transform: rotate(90deg);
}
.testimonial .description {
  padding: 25px 35px;
  margin: 0;
  background: #fff;
  border-radius: 0px;
  font-size: 16px;
  color: #333;
  position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: #dca842;
    position: absolute;
}

.testimonial .testimonial-profile {
  display: table;
  padding: 0px 15px 0 0;
  border: 1px solid #fff;
  border-radius: 70px;
  margin: 0px auto;
  position: relative;
  background: #fff;
  margin-top: 65px;
  width: 27%;
  float: left;
  margin-left: 10%;
}
.testimonial .pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* border: 1px solid #dca842; */
  float: left;
  overflow: hidden;
  z-index: 2
}
.testimonial .title {
  display: inline-block;
  margin: 10px 0px 10px 14px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  position: relative;
  top: 1px;
  /* padding: 13px 85px; */
  border: 1px dashed #cecece;
  z-index: 22;
  border-radius: 70px;
  /* border-bottom-right-radius: 70px; */
  /* border-left: none; */
  width: 94%;
  padding: 10px;
  text-align: center;
}
.testimonial .post {
  display: block;
  font-size: 14px;
  /* font-weight: normal; */
  color: #888;
  margin-top: 5px;
  font-weight: 500;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #dca842;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #dca842;
    border: 1px solid #dca842;
}
@media only screen and (max-width: 479px){
    .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial .testimonial-profile{ padding: 10px; }
    .testimonial .title{ font-size: 16px; }
    .testimonial .post{ font-size: 13px; }
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 30px!important;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #ff7e00;
  border: 1px solid #ff7e00;
}



.hs_footer_main_wrapper {
	float: left;
	width: 100%;
	      background: #000;
	padding-top: 100px;
	padding-bottom: 80px;
}
.footer-in{
  width: 100%;
}

.ftr-more{
  color: #fff;
  font-weight: 600;
  font-style: italic;
  border-bottom: 2px solid #fff;
}
.ftr-more:hover{
  color: #fff;
  border-bottom: 2px solid #fff;
  transition: 0.3s
}

.footer-in h3 {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 21px;
}
.footer-in h3::before{
 content: "";
  background-color: #fff;
  width:60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -15px;

}
.footer-in p {
  color: #fff;
  font-size: 18px;
}
.ast_newsletter_box {
  float: left;
  width: 100%;
}
.ast_newsletter_box input {
  float: left;
  width: calc(100% - 65px);
  height: 45px;
  padding: 0px 15px;
  border: 1px solid #ffffff;
  border-right: 0px;
  color: #ffffff;
  border-radius: 3px 0px 0px 3px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ast_newsletter_box button {
  float: right;
  width: 65px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ff6f00;
  border: 1px solid #ffffff;
  border-radius: 0px 3px 3px 0px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ast_newsletter_box button {
  line-height: 45px;
  text-align: center;
  color: #ff6f00;
}
.ast_newsletter_box input:hover, .ast_newsletter_box input:focus {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ast_newsletter_box button:hover, .ast_newsletter_box button:focus {
  background-color: #ff6f00;
  color: #ffffff;
  border: 1px solid #ff6f00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.footer-in ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.footer-in ul li {
  float: left;
  width: 100%;
  list-style: none;
}
.footer-in ul li:first-child a {
  padding-top: 0px;
}
.footer-in ul li a {
  float: left;
  width: 100%;
  color: #000;
  text-transform: capitalize;
  padding: 5px 0px 7px 0px;
  /* border-bottom: 1px solid #000; */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-in ul li a:hover {
  color: #ff6f00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ast_gettouch {
  float: left;
  width: 100%;
}
.ast_gettouch ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.ast_gettouch ul li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
}
.ast_gettouch ul li i {
  float: left;
  width: 22px;
  color: #ff6f00;
  font-size: 20px;
padding-top: 9px;
}
.ast_gettouch ul li i {
  color: #fff;
  font-size: 18px;
}
.ast_gettouch ul li p {
  float: right;
  width: calc(100% - 30px);
/*   color: #ffffff; */
  margin-bottom: 0px;
}
.footer-in ul li a {
	float: right;
	width: 91%;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 0px 7px 0px;
	/* border-bottom: 1px solid #ccc; */
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 18px;
}

.ast_gettouch ul li a:hover {
  color: #ff6f00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}




















.hs_bottom_footer_main_wrapper {
	float: left;
	width: 100%;
/* 	    background: rgba(119, 136, 255, 0.7); */
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	border-top: 1px solid #ccc;
}
.footer_bottom_cont_wrapper {
  float: left;
  width: 100%;
}
.footer_bottom_cont_wrapper p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
/*   color: #fff; */
}
.footer_bottom_cont_wrapper a{
  color: #000;
}


.page-title {
  height: 260px;
  position: relative;
  width: 100%;    display: flex;
    align-items: center;
  background-position: center;
  width: 100%;
}
.page-title h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0.40em 0 0.23em;
  color: #fff
}
.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #f8f8f8;
  margin-right: 5px;
}
.page-title .breadcrumb li a {
  color: #fff;
}
.page-title .breadcrumb > li + li::before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}
.page-title .breadcrumb li a:hover {
  color: #ff7200;
}


.hs_about_progress_main_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 100px;
}
.hs_about_progress_img_left {
  float: left;
  width: 100%;
}
.hs_about_progress_img_left h2 {
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
.hs_about_progress_img_left h4 span {
  width: 9px;
  height: 9px;
     background: rgba(119, 136, 255);
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.hs_about_progress_img_left h4 span::after {
  content: '';
  border: 2px solid #d8d8d8;
  width: 40px;
  position: absolute;
  left: 15px;
  top: 2px;
}
.hs_about_progress_img_left img {
  margin-top: 30px;
}














/*
.steps-container {
  background: #fff;
  color: #fff;
  margin-top: 18px;
}

.steps-container input[type="radio"]:checked ~ .description {
  height: 100px;
  transition: .3s ease-in;
  padding: 10px 20px;
  box-shadow: 0px 6px 8px #ccc;
}

.steps-container input[type='radio']{
  width: 100%;
  display: none;
}
.steps-container label{
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  display: inline-block;
  border-bottom:1px solid #ccc;
  position:relative;
}
.steps-container label::before, .steps-container label::after {
  width: 2px;
  height: 12px;
  background: #ff7200;
  display: inline-block;
  position: absolute;
  content: "";
  z-index: 99;
  right: 25px;
  top: 17px;
  transform: rotate(90deg);
}

.steps-container label:after{
  transform:rotate(0deg)
}
.steps-container input[type='radio']:checked ~ label:after{
  transform:rotate(90deg)
}
.steps-container input[type='radio']:checked ~ label{
   cursor:default;
}
.steps-container label span {
  font-weight: bold;
  display: block;
  padding: 10px 12px 12px 15px;
  margin: 0;
  color: #000;
  font-size: 18px;
}
.description{
  background: #fff;
  color: #222;
  width: 100%;
  height: 0;
  padding-left: 15px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  transition: .4s ease-in-out;
} 
.description p {
  line-height: 16px;
  line-height: 24px;
}
.steps-container label{
    background: #f9f9f9;
    border:1px dashed #cecece;    
}
.steps-container label[for="step02"]{
    background: #f9f9f9;
    border:1px dashed #cecece;   
}
.steps-container label[for="step03"]{
    background: #f9f9f9;
    border:1px dashed #cecece;   
}
.steps-container label[for="step04"]{
    background: #f9f9f9;
    border:1px dashed #cecece;      
}
.steps-container label[for="step05"]{
    background: #f9f9f9;
    border:1px dashed #cecece;    
}
.steps-container label[for="step06"]{
    background: #f9f9f9;
    border:1px dashed #cecece;   
}
.steps-container label[for="step07"]{
    background: #f9f9f9;
    border:1px dashed #cecece;   
}
.steps-container label[for="step08"]{
    background: #f9f9f9;
    border:1px dashed #cecece;   
}
.steps-container label[for="step09"]{
    background: #f9f9f9;
    border:1px dashed #cecece;   
}
.mt-30{
  margin-top:30px;
}

*/





/*-- hs latest news wrapper Start --*/
.hs_latest_news_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.hs_lest_news_box_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.hs_lest_news_img_wrapper{
	position:relative;
	overflow:hidden;
}
.hs_lest_news_img_wrapper img{
	width:100%;
}	
.hs_lest_news_date_wrapper{
   width: 70px;
    height: 70px;
    background:#ff7e00;
    text-align: center;
    position: absolute;
    bottom: -94px;
    right: 30px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_lest_news_date_wrapper p{
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
}
.hs_lest_news_date_wrapper ul{
	padding-top:10px;
}
.hs_lest_news_date_wrapper li:first-child{
	font-size:28px;
	color:#ffffff;
	font-weight:bold;
	padding-bottom:5px;
}
.hs_lest_news_date_wrapper li:last-child{
	font-size:22px;
	color:#ffffff;
}
.hs_lest_news_cont_wrapper{
	width: 100%;
    background: #ffffff;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px dashed #cecece;
    border-top: 0;
    padding-bottom: 15px;
}
.hs_about_indx_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.hs_about_heading_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.hs_about_heading_wrapper{
	float:left;
	width:100%;
	display:inline-block;
}
.hs_about_heading_wrapper h2{
	font-size:40px;
	font-weight:100;
	color:#000000;
	text-transform:uppercase;
}
.hs_about_heading_wrapper h2 span{
	font-weight:bold;
}
.hs_about_heading_wrapper h4, .hs_about_heading_wrapper p{
	padding-top:10px;
}
.hs_about_heading_wrapper h4 span{
	width:8px;
	height:8px;
	background:#ff7e00;
	display:inline-block;
	position:relative;
}
.hs_about_heading_wrapper h4 span:after{
	content:'';
	border:1px solid #d8d8d8;
	width:20px;
	position:absolute;
	left: 15px;
    top: 3px;
}
.hs_about_heading_wrapper h4 span:before{
	content:'';
	border:1px solid #d8d8d8;
	width:20px;
	position:absolute;
	right: 15px;
    top: 3px;
}
.hs_about_left_img_wrapper{
	float:left;
	width:100%;
	margin-top:0px;
}
.hs_about_left_img_wrapper img{
	width:100%;
}
.hs_about_right_cont_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.hs_about_right_cont_wrapper h2{
	font-size:22px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:40px;
}
.hs_about_right_cont_wrapper h3{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding-top:30px;
}
.hs_about_right_cont_wrapper h1{
	font-size:50px;
	font-weight:bold;
	color:#ff7e00;
	padding-top:30px;
}
.hs_about_btn{
	margin-top:40px;
}
.hs_about_heading_wrapper p {
  padding-top: 10px;
  text-align: center;
}
.hs_lest_news_cont_wrapper p{
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; */
}
.hs_lest_news_cont_wrapper h5{
	font-size:20px;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	line-height: 28px;
	   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.hs_lest_news_cont_wrapper h4{
	padding-top:30px;
	padding-bottom:30px;
}
.hs_lest_news_cont_wrapper h4 a{
	font-size:16px;
	font-weight:bold;
	color:#ff880e;
	text-transform:uppercase;
}
.hs_lest_news_cont_bottom{
  display: flex;
  justify-content: space-between;
  width:100%;
	background:#ffffff;
	border:1px dashed #cecece;
}
.hs_lest_news_cont_bottom_left{
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.hs_lest_news_cont_wrapper a{
  margin:5px 0px;
}
.hs_lest_news_cont_bottom_left p, .hs_lest_news_cont_bottom_right p{
	margin:0;
  text-align: center;
}
.hs_lest_news_cont_bottom_left p i, .hs_lest_news_cont_bottom_right p i{
	color:#ff880e;
}
.hs_lest_news_cont_bottom_right{
	float:left;
	width:33.33%;
	padding-top: 20px;
    padding-bottom: 20px;
	text-align:center;
}
.hs_lest_news_cont_bottom_left p a, .hs_lest_news_cont_bottom_right p a, .hs_lest_news_cont_bottom_center p a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_lest_news_cont_bottom_left p a:hover, .hs_lest_news_cont_bottom_right p a:hover, .hs_lest_news_cont_bottom_center p a:hover{
	color:#ff7e00;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_lest_news_cont_wrapper h4 a{
	font-size:16px;
	color:#37a4dd;
	display:inline-block;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_lest_news_cont_wrapper h4 a:hover i{
	padding-left:5px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_lest_news_cont_bottom_center{
	float:left;
	width:33.33%;
	padding-top: 20px;
    padding-bottom: 20px;
	text-align:center;
	position:relative;
}
.hs_lest_news_cont_bottom_center:after{
	content: '';
    border: 1px solid #cecece;
    height: 35px;
    position: absolute;
    left: 0;
    top: 14px;
}
.hs_lest_news_cont_bottom_center:before{
	content: '';
    border: 1px solid #cecece;
    height: 35px;
    position: absolute;
    right: 0;
    top: 14px;
}
.hs_lest_news_box_wrapper:hover .hs_lest_news_date_wrapper{
	bottom:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h5, .hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h4 a, .hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h4 a i{
	color:#ff7e00;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- hs latest news wrapper End --*/

/*-- hs sidebar Start --*/
.hs_kd_sidebar_main_wrapper{
	float:left;
	width:100%;
}
.hs_num_sidebar_main_wrapper{
	padding-bottom:100px;
}
.hs_kd_left_sidebar_main_wrapper{
	float:left;
	width:100%;
	margin-top:100px;
}
.hs_kd_first_sec_wrapper{
	float:left;
	width:100%;
}
.hs_kd_first_sec_wrapper h2{
	font-size:26px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
.hs_kd_first_sec_wrapper h4 span{
	width:8px;
	height:8px;
	background:#ff7e00;
	display:inline-block;
	position:relative;
	margin-top:10px;
}
.hs_kd_first_sec_wrapper h4 span:after{
	content:'';
	border:1px solid #d8d8d8;
	width:40px;
	position:absolute;
	left: 15px;
    top: 3px;
}
.hs_kd_first_sec_wrapper p{
	padding-top:30px;
}
.hs_kd_second_sec_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
}
.hs_kd_second_list_sec_wrapper, .hs_kd_second_img_sec_wrapper{
	float:left;
	width:100%;
	margin-top:35px;
}
.hs_kd_second_list_sec_wrapper li{
	margin-top:10px;
}
.hs_kd_second_list_sec_wrapper li:first-child{
	margin-top:0;
}
.hs_kd_second_list_sec_wrapper li i{
	color:#ff7e00;
	font-size:12px;
}
.hs_kd_third_sec_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.hs_kd_third_sec_wrapper h2{
	font-size:26px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
.hs_kd_third_sec_wrapper h4 span{
	width:8px;
	height:8px;
	background:#ff7e00;
	display:inline-block;
	position:relative;
	margin-top:10px;
}
.hs_kd_third_sec_wrapper h4 span:after{
	content:'';
	border:1px solid #d8d8d8;
	width:40px;
	position:absolute;
	left: 15px;
    top: 3px;
}
.hs_kd_third_sec_wrapper p{
	padding-top:30px;
}
.hs_jk_box_main_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.hs_jk_img_wrapper{
	float:left;
	width:100%;
}
.hs_jk_img_wrapper img{
	width:100%;
}
.hs_jk_img_cont_wrapper{
	float:left;
	width:100%;
	padding-top:25px;
}
.hs_jk_img_cont_wrapper h2{
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
.hs_jk_img_cont_wrapper h3{
	font-size:16px;
	color:#ff7e00;
	padding-top:15px;
	padding-bottom:15px;
}
.hs_jk_img_cont_wrapper h5 a{
	font-size:16px;
	color:#37a4dd;
	padding-top:20px;
	float:left;
}
.hs_jk_img_cont_wrapper h5 a i{
	position:relative;
	top:2px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_jk_img_cont_wrapper h5 a:hover i{
	padding-left:5px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_kd_four_heading_sec_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
}
.hs_kd_four_heading_sec_wrapper h2{
	font-size:26px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
.hs_kd_four_heading_sec_wrapper h4 span{
	width:8px;
	height:8px;
	background:#ff7e00;
	display:inline-block;
	position:relative;
	margin-top:10px;
}
.hs_kd_four_heading_sec_wrapper h4 span:after{
	content:'';
	border:1px solid #d8d8d8;
	width:40px;
	position:absolute;
	left: 15px;
    top: 3px;
}
.hs_kd_four_img_wrapper{
	float:left;
	width:100%;
	margin-top:35px;
}
.hs_kd_four_img_wrapper img{
	width:100%;
}
.hs_kd_four_img_cont_wrapper{
	float:left;
	width:100%;
	margin-top:35px;
}
.hs_kd_four_img_cont_wrapper h2{
	font-size:20px;
	color:#000000;
	padding-bottom:30px;
}
.hs_kd_four_img_cont_bottom_wrapper{
	float:left;
	width:100%;
	margin-top:35px;
}
.hs_kd_five_heading_sec_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.hs_kd_five_heading_sec_wrapper h2{
	font-size:26px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
.hs_kd_five_heading_sec_wrapper h4 span{
	width:8px;
	height:8px;
	background:#ff7e00;
	display:inline-block;
	position:relative;
	margin-top:10px;
}
.hs_kd_five_heading_sec_wrapper h4 span:after{
	content:'';
	border:1px solid #d8d8d8;
	width:40px;
	position:absolute;
	left: 15px;
    top: 3px;
}
.hs_kd_five_box_sec_wrapper{
	margin-top:30px;
}
.hs_kd_six_sec_input_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.hs_kd_six_sec_input_wrapper input{
	width:100%;
	height:50px;
	border:1px solid #e7e7e7;
	padding-left:20px;
	padding-right:20px;
}
.hs_kd_six_sec_input_wrapper textarea{
	width:100%;
	border:1px solid #e7e7e7;
	padding:20px;
}
.hs_kd_six_sec_btn{
	float:left;
	width:100px;
	margin-top:50px;
}
.hs_kd_six_sec_btn li a {
    float: left;
    width: 190px;
    height: 50px;
    background: #ff880e;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
	text-transform:uppercase;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_kd_six_sec_btn li a:hover {
    background: transparent;
    border: 1px solid #ff880e;
    color: #ff880e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- hs sidebar End --*/















/* 
div.tab {
  float: left;
  background-color: white;
  width: 100%;
  height: 750px;
}


div.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 16px 25px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border: 1px dashed #cecece;
  margin-bottom: 15px;
  text-transform: uppercase;
}


div.tab button:hover {
  background-color: #ddd;
}


div.tab button.active {
  background-color: #ff7200;
  color: #fff;
  border: 1px solid #fff;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px dashed #eaeaea;
  width: 100%;
}
*/



.services-details{
    width: 100%;
    padding: 30px 15px 20px 15px;
}
.services-details h3{
  color: #ff7e00;
  font-size: 20px;
  margin-top:30px;
}
.services-details ul{
  margin-top:20px;
  margin-bottom: 30px
}
.services-details ul li{
  margin-bottom: 10px
}
.services-details ul li i{
  margin-right:15px;
  color: #ff7e00;
}



.hs_contact_title_box_wrapper {
  float: left;
  width: 100%;
  border: 1px dashed #acacac;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 40px;
  text-align: center;
}
.hs_service_icon_main_wrapper {
  display: inline-block;
  border: 1px dashed #cecece;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 10px;
}
.hs_contact_title_box_wrapper {
  text-align: center;
}
.hs_contact_indx_icon_wrapper {
  line-height: 110px;
}
.hs_service_icon_wrapper {
  position: relative;
  width: 105px;
  height: 105px;
  text-align: center;
  line-height: 105px;
  border: 1px dashed #cecece;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_service_icon_wrapper i::before {
  color: #ff7e00;
  margin-left: 0;
  font-size: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btc_step_overlay {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  opacity: 0;
  padding: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_contact_title_box_wrapper p {
  margin-top: 10px;
  text-align: center;
}
.hs_contact_title_box_wrapper p a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000
}



.contact-map{
  width: 100%;
}
.padding0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.contact-input{
  width:100%;
    background:#f9f9f9;
    padding: 20px 25px;
    min-height: 450px
}
.contact-input input {
  width: 100%;
  height: 50px;
  border: 1px solid #e7e7e7;
  padding-left: 20px;
  padding-right: 20px;
  margin-top:5px;
}
.contact-input textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #e7e7e7;
  padding: 20px;
  margin-top:5px;
  min-height: 150px
}


.contact-btn {
  border-radius: 0px;
  background: #37a4dd;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin-top:15px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600
}
.contact-btn:hover{
    background: #ff7200;
    color: #fff;
    transform: 0.3s
}

.ser-view{
  width: 100%;
  margin-top:30px;
}
.ser-view h3{
  font-size: 28px;
  padding-bottom: 30px;
  color: #ff7200
}
.mt20{
  margin-top:20px;
}



.call-box {
  width: 100%;
    background: rgba(119, 136, 255, 0.7);
  padding: 50px 0px;
}
.call-box h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 50px;
  letter-spacing: 0.5px;
}
.call-box a {
  text-align: center;
  font-size: 20px;
  padding: 10px 25px;
  color: #fff;
  background: #ff7200;
  font-weight: 600;
  display: inline-block;
  margin-top: 38px;
}
.call-box a:hover{
  background: #1a1a1a;
  color: #fff;
  transform: 0.3s
}







@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
	.details-p {
    font-size: 16px !important;
    line-height: 26px !important;
}
  .header-style-5 .sticky-header ul li a {
  color: #000 !important;
}

.why-talk {
  padding-top: 0px;
  padding-bottom: 0px
}

.hs_about_progress_img_left h2 {
  font-size: 22px;
}
.why-talk-left {
  width: 100%;
  float: left;
}
.why-talk-det {
  padding-top: 15px;
  margin-right: 20px;
  padding-bottom: 30px;
}
.why-talk-right {
  margin-bottom: 40px;
}
.call-box {
  text-align: center;
}
.call-box h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 0.5px;
  line-height: 34px;
}
.call-box a {
  padding: 5px 20px;
  margin-top: 15px;
}
.astro-services {
  padding: 40px 0px;
}
.heading-title h2 {
  font-size: 28px;
}
.astro-about {
  padding-top: 50px;
  padding-bottom: 15px;
}
.astro-about h2{
  font-size: 28px
}
.hs_testi_slider_main_wrapper {
  padding-top: 50px;
  padding-bottom: 40px;
}
.testimonial .pic {
  width: 70px;
  height: 70px;
}
.testimonial .title {
  top: 10px;
}
.hs_footer_main_wrapper {
  padding-top: 20px;
  padding-bottom: 0px;
}
.hs_bottom_footer_main_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  /* margin-bottom: 19px; */
}
.ast_gettouch ul li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
}
.footer_bottom_cont_wrapper p {
  font-size: 16px;
  line-height: 20px;
}
.footer-in {
  width: 100%;
  padding-bottom: 30px;
  float: left;
}
.footer-in ul li a {
	font-size:16px !important;
  width: 90%;
  border-bottom: none
}
	.footer-in p {
/*     color: #fff; */
    font-size: 16px !important;
}
.ast_newsletter_box input {
  height: 35px;
}
.ast_newsletter_box button {
  height: 35px;
}
.ast_newsletter_box button {
  line-height: 38px;
}
.hs_service_icon_cont_wrapper h2 {
  font-size: 20px;
}

.hs_service_icon_cont_wrapper h5 a {
  font-size: 14px;
  padding-top: 0px;
}
.page-title {
  height: 150px;
}
.page-title h2 {
  font-size: 24px;
}
.page-title .breadcrumb li {
  font-size: 16px;
}
.hs_about_left_img_wrapper {
  margin-top: 10px;
}
.hs_about_right_cont_wrapper {
  margin-top: 15px;
}
.hs_about_right_cont_wrapper h2 {
  padding-bottom: 5px;
}
.hs_about_right_cont_wrapper h3 {
  padding-top: 0px;
}
.hs_about_right_cont_wrapper h1 {
  padding-top: 0px;
}
.hs_about_btn {
  margin-top: 17px;
}
.hs_effect_btn li a {
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.hs_about_progress_img_left {
  margin-top: 30px;
}

.steps-container input[type="radio"]:checked ~ .description {
  height: 150px;
}

.hs_about_progress_main_wrapper {
  padding-bottom: 40px;
}

.steps-container label span {
  padding: 5px 10px 5px 10px;
  font-size: 16px;
}
.steps-container label::before, .steps-container label::after {
  top: 10px;
}
.steps-container {
  margin-top: 10px;
}
.hs_contact_title_box_wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 15px;
  text-align: center;
}

.hs_service_icon_wrapper {
  width: 75px;
  height: 75px;
  line-height: 75px;
}
.hs_service_icon_wrapper i::before {
  font-size: 30px;
}
.contact-map iframe{
  height: 300px
}
.contact-input {
  width: 100%;
  background: #f9f9f9;
  padding: 50px 25px;
  min-height: 450px;
}
.contact-input input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.contact-input textarea {
  padding: 10px;
  margin-top: 10px;
  min-height: 100px;
}

.contact-map {
  padding-bottom: 0px;
}
.ser-view h3 {
  font-size: 26px;
  padding-bottom: 0px;

}

.hs_service_icon_wrapper img{
  width: 40px
}
.hs_service_main_box_wrapper {
  margin-top: 15px;
}
.product-catagory, .product-catagory.pin-top, .product-catagory.pin-bottom {
  display: none;
}
.page-section-view {
  padding: 0 20px  !important;
  border-right: none !important;
}
.page-section-view {
  overflow: hidden !important;
  height: auto !important;
}
.page-section h2 {
  font-size: 20px !important;
}
.promox-img {
  width: 80px !important;
  height: 80px !important;
  float: right;
  padding: 0;
  margin: 0 0 0 5px;
}
.proboxinner p {
  line-height: 18px !important;
  margin-top: 10px !important;
}

.morebt {
  line-height: 18px  !important;
}
.probox {
  margin-top: 10px !important;
}

.proboxinner {
  /* height: 150px !important; */
  margin-bottom: 0 !important;
  float: left;
  width: 100%;
}
.testimonial .testimonial-content {
  margin: 10px 0 45px 0;
  position: relative;
  width: 100%;
  float: none;
}
.testimonial .testimonial-content::after {
  content: "";
  width: 20px;
  height: 0px;
  border-bottom: 50px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  position: absolute;
  bottom: -47px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}
.testimonial .testimonial-profile {
  display: table;
  padding: 0px 15px 0 0;
  border: 1px solid #fff;
  border-radius: 70px;
  margin: 0px auto;
  position: relative;
  background: #fff;
  margin-top: 20px;
  width: 100%;
  float: left;
  margin-left: 0%;
}
.testimonial .title {
  padding: 5px 36px;
}
.hero-gape {
  padding-top: 30px !important;
}
.page-section h2 {
  border-bottom: 1px solid #ff7200 !important;
  padding-bottom: 10px !important;
}
.details ul li i {
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 16px !important;
  top:23% !important;

}
.details ul li {
  padding-left: 15px !important;
  line-height: 22px !important;
}




}








@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .header-style-5 .sticky-header ul li a {
  color: #000 !important;
}
  .site-header .navbar-header button {
  top: 0px;
}
.why-talk {
  padding-top: 60px;
}
.call-box h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 18px;
  letter-spacing: 0.5px;
}
.call-box a {
  text-align: center;
  font-size: 16px;
  padding: 10px 11px;
  color: #fff;
  background: #ff7200;
  font-weight: 600;
  display: inline-block;
  margin-top: 24px;
}
.astro-services {
  padding: 60px 0px;
}
.heading-title h2 {
  font-size: 28px;
}
.astro-about {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hs_service_icon_cont_wrapper h2 {
  font-size: 17px;
}
.hs_testi_slider_main_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonial .description {
  padding: 15px 25px;
  font-size: 16px;
  height: 200px;
}
.hs_footer_main_wrapper {
  padding-top: 60px;
  padding-bottom: 0px;
}
.footer-in {
  width: 100%;
  padding-bottom: 30px;
  float: left;
}
.footer_bottom_cont_wrapper p {
  margin-bottom: 0px
}
.hs_bottom_footer_main_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.hs_about_progress_img_left h2 {
  font-size: 28px;
}
.steps-container {
  margin-top: 5px;
}

.steps-container input[type="radio"]:checked ~ .description {
  height: 150px;
}
.contact-input {
  padding: 25px 15px;
}
.contact-map {
  padding-bottom: 0px;
}
.ast_newsletter_box input {
  height: 40px;
}
.ast_newsletter_box button {
  height: 40px;
}
.ser-view h3 {
  padding-bottom: 0px;
}
.contact-input input {
  width: 100%;
  height: 35px;
  border: 1px solid #e7e7e7;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
}
.contact-input textarea {
  padding: 10px;
  margin-top: 5px;
  min-height: 120px;
}
.contact-btn {
  padding: 7px;
}
.contact-input {
 min-height: auto;
}




}


.bg-orange{
background: rgba(123, 237, 199, 0.7);}
.bg-skyblue{
      background: rgba(119, 136, 255, 0.7);
}




.probox {
  height: auto;
  padding: 0;
  margin-top: 15px;
  float: left;
  text-align: left;
  width: 100%;
}
.proboxinner {
/*   width: auto; */
  /* height: 160px; */
  padding: 14px 10px;
  margin: 0 0 15px 0;
  border: 1px solid #e8e8e8;
  box-shadow: 1px 1px 3px #CCCCCC;
  line-height: 17px;
  transition: 0.4s;
}
.promox-img {
  width: 120px;
  height: 120px;
  float: right;
  padding: 0;
  margin: 0 0 0 5px;
}
.proboxinner a h2 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  color: #fff;
}
.proboxinner  p{
  line-height: 24px;
  margin-top:10px;
}
.proboxinner-des {
  /* width: 60%; */
  /* float: left; */
}
.proboxinner-img{
  width: 40%;
  float: left
}


.morebt {
  width: auto;
  border: 0;
  background: #ff7200;
  padding: 3px 15px;
  margin: 0px 0 0 0;
  float: left;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  transition: 0.5s;
  text-decoration: none;
  border-radius: 4px;
  color: #fff
}
.morebt:hover{
  color: #fff;
  background: #37a4dd
}
.proboxinner:hover {
  box-shadow: 1px 1px 5px #666666;
  transition: 0.4s;
  color: #fff
}


.astro-tabs-det{
  width: 100%
}
ul.product-tab {
  margin: 0;
  padding: 0;
}
ul.product-tab li:first-child {
  border-top: #DDD solid 1px;
}
ul.product-tab li {
  width: 100%;
  position: relative;
  border-bottom: #DDD solid 1px;
}
ul.product-tab a.active {
  position: relative;
  font-weight: 700 !important;
  z-index: 997;
  color: #fff !important;
  background: #3eabbb !important;
}
.my-life-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  z-index: 997;
}
ul.product-tab li a {
  padding: 15px 0 15px 45px !important;
  display: block;
  color: #3a3a3a !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: left;
  text-transform: none;
}
ul.product-tab a.active {
  font-weight: 700 !important;
  color: #fff !important;
}
ul.product-tab li a {
  color: #3a3a3a !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: left;
  text-transform: none;
}
ul.product-tab li a.active .my-life-icon .green-icon {
  display: none;
}
ul.product-tab li a .my-life-icon .white-icon {
  display: none;
}
.product-container {
  border-left: #3eabbb solid 3px;
  border-top: #E1E1E1 solid 1px;
  border-right: #E1E1E1 solid 1px;
  border-bottom: #E1E1E1 solid 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.product-container .scrollspy {
  padding-top: 4px;
}


.product-catagory, .product-catagory.pin-top, .product-catagory.pin-bottom {
  position: relative;
  width:100%;
}


.product-container h2 {
  color: #3a3a3a;
  font-size: 35px;
  border-bottom: 2px solid #3eabbb;
  padding-bottom: 10px;
  margin: 20px 0 1.424rem;
}
.padding0{
  padding-left: 0px !important;
  padding-right: 0px !important
}
.my-life-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  z-index: 997;
}
ul:not(.browser-default) li {
  list-style-type: none;
}





/* .details-p {
  font-size: 22px;
  line-height: 34px;
} */


.gape-on{
  width: 100%;
  padding-top:40px
}
.page-section-view {
  width: 100%;
  padding: 20px 20px 20px 30px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 2px solid #46567b;
/*   overflow: scroll; */
/*   height: 1000px; */
}
.page-section {
  width: 100%;
  margin-top: 0% !important;

}
.page-section h2{
  font-size: 32px;
  border-bottom: 2px solid #46567b;
  padding-bottom: 15px;
  color: #333;
}
.page-section h2 span {
	font-size: 15px;
	margin-left: 5px;
	font-weight: normal;
}
.page-section img{
/*     height: 351px; */
/*     width: 524px; */
   margin-right:20px;
}


.page-50{
  width: 50%;
  float: left
}
.details ul {
  list-style-type: none;
  margin-top:10px;
}
.details ul li {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  color: #6a6a6a;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 5px;
}
.details ul li i {
  width: 35px;
  height: 35px;
  line-height: 6px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
}
.details ul li i {
  /* line-height: 36px; */
  text-align: center;
  color: #666;
  padding-right: 10px;
  font-size: 20px;
  color: #000
}










.navigation-bar {
  float: left;
  width: 100%;


}
.navigation-bar a.current{
  position: relative !important;
  color: #fff !important;
  background: #37a4dd !important

}
.navigation__link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 15px;
  font-weight: 400;
  /* background-color: #051829; */
  color: #333;
  font-size: 24px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #ddd;
}
.navigation__link:hover {
  background-color:#37a4dd;
  color: #fff;
  transition: 0.3s
}
.current{

}
.navigation__link.active {
  color: #fff;
  background-color:  #37a4dd;
}
.hero-gape{
  padding-top:50px ;
}



.pinned {
  position: fixed !important;
  top: 100px;
  width: 292px;
  overflow:
}


.sidebar {
  float: left;
  width: 292px;
}
.sticky {
  position: relative;
  width: 292px;
}

.sticky + .content {
  padding-top: 102px;
}


.down_enquiry {
  display: none;
}



.testi-abt {
  width: 100%;
  margin-top: 30px;
  float: left;
}
.testi-abt-content {
  width: 70%;
  background: #fff;
  padding: 20px;
  float: left;
}
.testi-abt-content p{
  line-height: 36px;
  text-align: justify;
}
.testi-abt-content blockquote {
  font-family: "source sans pro";
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 0px;
  font-size: 20px;
  border-left: 5px solid #eee;
  line-height: 30px
}
.testi-abt-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 5em;
  line-height: 0em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}



.testi-abt-img{
  text-align: center;
  width: 30%;
  float: left
}

.testi-abt-img img{
  width: 80px
}
.testi-abt-img h4{
  margin-top:15px;
}
.testi-abt-img p{
  text-align: center;
}







@media (max-width:991px){
  .min-height {
    min-height: 169px;
}
.hs_contact_title_box_wrapper p {
  font-size: 22px;
}
}