/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,600|Montserrat:600,700");

:root {
  /* --primar-color: #102C7A; */
  --primary-color: #0D55A6;
  --hover_color: #102c7ac5;
}

html {
  font-size: 15px;
}

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

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

p {
  color: #6a6a6a;
  line-height: 1.9em;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #051829;
  margin: 0 0 0.4em;
}

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

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.float-right {
  float: right;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

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

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

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

/*** 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: var(--primary-color);
  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;
  }
}



.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: rgba(0, 0, 0, 0.9);
  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: var(--primary-color);
  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: 30px;
  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: var(--primary-color);
  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: var(--primary-color);
  font-size: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  padding: 10px 24px;
  border: 2px solid var(--primary-color);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 1px;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn-s3:hover,
.theme-btn-s4:hover,
.theme-btn-s5:hover {
  background-color: var(--primary-color);
  color: #fff;
}

@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-s3:hover {
  background-color: var(--primary-color);
  color: #fff;
}


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

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

/*************************************
    preloader style
**************************************/

.preloader {
  width: 100%;
  background-color: #fff;
  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 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* consistent spacing */
}

.services-grids .grid {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
}

.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: 18px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  margin: 0 0 1.2em;
}

.services-grids .inner {
  position: relative;
  overflow: hidden;
}

.services-grids .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.4s ease;
  z-index: 1;
}

.services-grids .info * {
  position: relative;
  z-index: 2;

}


@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: var(--primary-color);
  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: #051829;
  text-transform: capitalize;
}

.services-grids .grid:hover .details {
  background-color: rgba(13, 85, 166, 0.8);
  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;
}

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


@media (max-width: 992px) {
  .services-grids .grid {
    flex: 1 1 calc(50% - 20px);
    margin-top: 30px !important;
  }



  .about-widget {
    padding: 0 !important;
  }

  .about-widget p {
    margin-top: 20px !important;
  }
}

@media (max-width: 600px) {
  .services-grids .grid {
    flex: 1 1 100%;
  }
}


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

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

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

  .services-grids {
    gap: 10px !important;
  }
}

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

.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: 80px;
  }
}

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

.service-single-sidebar .download-brocher-widget a {
  background-color: #fdc900;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  padding: 17px 20px 17px 50px;
  position: relative;
  display: block;
  text-transform: uppercase;
}

@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 {
  background-color: #051829;
  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;
}

.service-single-sidebar .contact-widget h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 0.8em;
}

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


.style-switcher-box {
  background-color: #fff;
  width: 252px;
  padding: 50px 25px;
  position: fixed;
  left: -252px;
  top: 15%;
  z-index: 999;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.style-switcher-box ul {
  list-style: none;
}

.style-switcher-box button {
  background-color: #051829;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: -45px;
  top: 50px;
}

.style-switcher-box button i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.style-switcher-box h5 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 2em;
  text-transform: uppercase;
}

.style-switcher-box .main-list>.list {
  margin-bottom: 30px;
}

.style-switcher-box .main-list>.list:last-child {
  margin-bottom: 0;
}

.style-switcher-box .list-title {
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.style-switcher-box .list>.sublist {
  margin-bottom: 10px;
}

.style-switcher-box .list>.sublist:last-child {
  margin-bottom: 0;
}

.style-switcher-box .sublist span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.style-switcher-box .sublist ul {
  overflow: hidden;
}

.style-switcher-box .sublist ul li {
  float: left;
  min-width: 36px;
  min-height: 36px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.style-switcher-box .sublist ul li:nth-child(5n+5) {
  margin-right: 0;
}

.style-switcher-box .layout ul li {
  background-color: #051829;
  min-height: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.style-switcher-box p {
  font-size: 11px;
  margin: 15px 0 0;
}

.style-switcher-box p span {
  color: #ff6666;
}

.toggle-switcherbox {
  left: 0;
}

/*** rotating ***/
@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Header */
.logo {
  width: 160px;
  height: 60px;
  display: block;
}

.logo img {
  width: 100%;
  height: 100%;
}
.header_wrapper
{
  display:flex ;
  align-items: center;
  justify-content: space-between;
}

.page-title {
  width: 100%;
  height: 200px;
  background-image: url('../images/slider/slide3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.page-title h2 {
  font-size: 28px;
  color: #fff;
  letter-spacing: 3px;
  display: inline-block;
  border-bottom: 2px solid #ffffff;
  padding: 10px;
}

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

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.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: 65px;
  }

}


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

  .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: 11px 15px;
  }

  .site-header #navbar>ul>li .sub-menu a:hover {
    background-color: #fdc900;
    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%);
  }
}

@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: 15px;
    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;
  }

  .topbar {
    display: none !important;
  }

  .logo {
    width: 50px !important;
    height: 50px !important;
  }

  .logo-text h4 {
    margin-top: 10px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }

  .site-header .navbar-collapse.collapse.in {
    display: block;
  }

  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }

  .site-header .navbar-header {
    float: none;
  }

  .site-header .navbar-right {
    float: none;
  }

  .site-header .navbar-nav {
    float: none;
  }

  .site-header .navbar-nav>li {
    float: none;
  }
}

/**************************************************
	#header style 1
******************************************************/
.topbar-style-1,
.topbar-style-2 {
  /* background-color: #051829; */
  background-color: var(--primary-color);
  padding: 15px 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: #ffffff;
  position: absolute;
  left: 0;
}

.topbar-style-1 .topbar-contact-info p,
.topbar-style-2 .topbar-contact-info p {
  font-size: 13px;
  color: #fff;
  line-height: 100%;
  margin: 0 0 0.2em;
}

.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 {}
}

@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: 1rem;
    font-weight: 600;
    padding: 30px 15px;
    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: var(--primary-color);
    width: 0px;
    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: 50px;
}



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



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

@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: #fdc900;
  }

  .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: #fdc900;
  position: relative;
  top: 9px;
}

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

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

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

.header-style-5 .lower-topbar {
  padding: 12px 0;
}

@media (max-width: 991px) {
  .header-style-5 .lower-topbar {
    border-bottom: 1px solid #d4d2d2;
  }
}

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

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .site-logo {
    margin: 0 auto;
  }
}

.header-style-5 .lower-topbar .awards {
  float: right;
  overflow: hidden;
  position: relative;
  top: 5px;
}

@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: -8px;
}

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

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

@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: 12px;
  font-size: 0.8rem;
  margin: 0;
}

@media screen and (min-width: 992px) {

  .header-style-5 .navigation,
  .header-style-5 .navigation .container {
    background-color: #fdc900;
  }

  .header-style-5 #navbar>ul>li>a {
    padding: 15px;
  }

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

  .header-style-5 #navbar>ul>li>a:hover {
    color: #fff;
  }
}

@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: black;
  color: #fff;
}



/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 680px;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}


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

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

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

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

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

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

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  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: var(--primary-color);
  width: 30px;
  height: 30px;
  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: var(--hover_color);
}

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

.hero .slick-dots li button {
  background-color: var(--primary-color);
  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 {
  animation: fadeInLeftSlow 0.6s 0.1s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>p {
  animation: fadeInLeftSlow 0.6s 0.2s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>.btns {
  animation: fadeInLeftSlow 0.6s 0.3s 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: #fdc900;
}

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

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.office-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.office-social .sicon {
  font-size: 18px;
  border: 1px solid #fff;
  display: inline-block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.office-info li {
  margin-bottom: 10px;
}

.site-footer .upper-footer {
  background-color: #1c1c1c;
  padding: 40px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 0 35px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 30px;
  }
}

.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #fff;
}

.site-footer .upper-footer a:hover {
  color: #fdc900;
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row>.col {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row>.col {
    margin-bottom: 40px;
  }
}

.site-footer .widget>h3,
.site-footer .widget .footer-logo {
  font-size: 14px;
  font-size: cacl-rem-value(24);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 2em;
  padding-bottom: 0.5em;
  position: relative;
}

@media (max-width: 991px) {

  .site-footer .widget>h3,
  .site-footer .widget .footer-logo {
    font-size: 20px;
    font-size: cacl-rem-value(20);
  }
}

@media (max-width: 767px) {

  .site-footer .widget>h3,
  .site-footer .widget .footer-logo {
    font-size: 16px;
    font-size: cacl-rem-value(16);
  }
}

.site-footer .widget>h3:before,
.site-footer .widget .footer-logo:before {
  content: "";
  background-color: var(--primary-color);
  width: 28px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

.site-footer .about-widget .contact-info {
  margin-top: -20px;
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget .contact-info {
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget .contact-info {
    margin-top: -10px;
  }
}

.site-footer .about-widget .footer-logo:before {
  display: none;
}

.site-footer .about-widget ul li {
  position: relative;
  padding-left: 38px;
  line-height: 1.78em;
}

.site-footer .about-widget ul li i {
  font-size: 24px;
  color: #fdc900;
  position: absolute;
  left: 0;
  top: 3px;
}

.site-footer .about-widget ul>li+li {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .site-footer .about-widget ul>li+li {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget img {
    max-width: 160px;
  }
}

.site-footer .service-links-widget {
  overflow: hidden;
}

.site-footer .service-links-widget ul li {
  position: relative;
  padding-left: 20px;
}

.site-footer .service-links-widget ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: -3px;
}

.site-footer .service-links-widget ul li+li {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .site-footer .service-links-widget ul li+li {
    margin-top: 10px;
  }
}

.site-footer .quick-links-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .quick-links-widget {
    padding-right: 45px;
  }
}

.site-footer .quick-links-widget ul li+li {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .site-footer .quick-links-widget ul li+li {
    margin-top: 10px;
  }
}

.site-footer .quick-links-widget ul {
  width: 50%;
  float: left;
}

.site-footer .twitter-feed-widget ul li+li {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #494949;
}

.site-footer .twitter-feed-widget p {
  color: #ccc;
}

.site-footer .twitter-feed-widget i {
  color: #198cfa;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .copyright-info {
  background-color: #000204;
  padding: 15px 0;
  text-align: center;
}

.site-footer .copyright-info p {
  color: #808790;
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer .copyright-info p {
    font-size: 13px;
    font-size: cacl-rem-value(13);
  }
}

.site-footer .copyright-info a {
  color: #fdc900;
}

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

.header-style-5 .sticky-header .container {
  border-radius: 0;
}

/**** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout .sticky-header {
    width: 1250px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
#0.6	services
--------------------------------------------------------------*/
.all-service-link,
.all-news-link {
  text-align: right;
}

@media (max-width: 991px) {

  .all-service-link,
  .all-news-link {
    text-align: left;
    margin-top: 10px;
  }
}

.service-slider .owl-controls {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .service-slider .owl-controls {
    margin-top: 35px;
  }
}

@media (max-width: 991px) {
  .service-slider {
    margin-top: 50px;
  }
}

.services-grid-section .all-services {
  text-align: center;
  padding-top: 30px;
}

.services-grid-view {
  overflow: hidden;
  margin: 0 -15px;
}

.services-grid-view .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 991px) {
  .services-grid-view .grid {
    width: 50%;
  }
}

@media (max-width: 650px) {
  .services-grid-view .grid {
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
#0.7	testimonials
--------------------------------------------------------------*/
.testimonials {
  position: relative;
  background-attachment: fixed !important;
}

.testimonials:before {
  content: "";
  background-color: rgba(5, 24, 41, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials-slider {
  position: relative;
}

.testimonials-slider .inner {
  padding: 0 155px;
}

@media (max-width: 1199px) {
  .testimonials-slider .inner {
    padding: 0 120px;
  }
}

@media (max-width: 767px) {
  .testimonials-slider .inner {
    padding: 0;
  }
}

.testimonials-slider .slide-item:before {
  font-family: "Flaticon";
  content: "\f102";
  font-size: 60px;
  color: #fdc900;
  position: absolute;
  left: 30px;
  top: -14px;
}

@media (max-width: 1199px) {
  .testimonials-slider .slide-item:before {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .testimonials-slider .slide-item:before {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .testimonials-slider .slide-item:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .testimonials-slider .slide-item:before {
    display: none;
  }
}

.testimonials-slider .slide-item img {
  width: auto;
}

.testimonials-slider .slide-item p {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #fff;
}

@media (max-width: 1199px) {
  .testimonials-slider .slide-item p {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .testimonials-slider .slide-item p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.testimonials-slider .client-quote {
  margin-bottom: 40px;
}

.testimonials-slider .client-details {
  position: relative;
  padding: 0 0 10px 85px;
}

.testimonials-slider .client-pic {
  position: absolute;
  left: 0;
  min-height: 58px;
  border-bottom: 2px solid #fdc900;
}

.testimonials-slider .client-info {
  padding-top: 5px;
}

.testimonials-slider .client-info h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fdc900;
  margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
  .testimonials-slider .client-info h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.testimonials-slider .client-info>span {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #dddddd;
}

.testimonials-slider .owl-controls {
  position: absolute;
  right: 0;
  bottom: -45px;
}

@media (max-width: 767px) {
  .testimonials-slider .owl-controls {
    position: static;
    text-align: left;
    margin: 15px 0 0 -5px;
  }
}

.testimonials-slider .owl-controls .owl-prev,
.testimonials-slider .owl-controls .owl-next {
  text-align: center;
}

/*--------------------------------------------------------------
#0.8    offer
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .offer-text {
    padding-right: 30px;
  }
}

.offer-text>p:nth-child(2) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .offer-text>p:nth-child(2) {
    margin-bottom: 40px;
  }
}

.offer-grids {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .offer-grids {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .offer-grids {
    margin-top: 60px;
  }
}

.offer-grids .grid {
  width: 50%;
  float: left;
  padding: 0 15px;
}

@media (max-width: 600px) {
  .offer-grids .grid {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
}

.offer-grids>.grid:nth-child(1),
.offer-grids>.grid:nth-child(2) {
  margin-bottom: 40px;
}

.offer-grids>.grid:last-child {
  margin-bottom: 0;
}

.offer-grids .details {
  padding-left: 75px;
  position: relative;
}

@media (max-width: 767px) {
  .offer-grids .details {
    padding-left: 55px;
  }
}

.offer-grids .details>h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 1em;
}

@media (max-width: 1199px) {
  .offer-grids .details>h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .offer-grids .details>h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.offer-grids .details .icon {
  position: absolute;
  left: 0;
  top: -10px;
}

@media (max-width: 1199px) {
  .offer-grids .details .icon {
    left: 8px;
  }
}

@media (max-width: 991px) {
  .offer-grids .details .icon {
    left: 0;
  }
}

.offer-grids .details .icon i:before {
  font-size: 45px;
}

@media (max-width: 1199px) {
  .offer-grids .details .icon i:before {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .offer-grids .details .icon i:before {
    font-size: 30px;
  }
}

.offer-grids .details .offer-details {
  font-weight: 600;
  color: #fdc900;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.offer-grids .details .offer-details:hover {
  color: #e4b500;
}

.offer-section {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .offer-section {
    padding-bottom: 80px;
  }
}

/* .offer-pic {
  padding: 40px 0 0 45px;
  position: relative;
} */

@media (max-width: 991px) {
  .offer-pic {
    display: none;
  }
}



.offer-pic img {
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
#1.0    about-us-faq
--------------------------------------------------------------*/
.about-us-faq {
  position: relative;
}

.about-us-faq .backhoe-loader {
  position: absolute;
  right: 0;
  top: 160px;
}


@media (max-width: 1800px) {
  .about-us-faq .backhoe-loader {
    display: none;
  }
}

.about-us-section .btns {
  margin: 50px 0 45px;
}

@media (max-width: 767px) {
  .about-us-section .btns {
    margin: 35px 0;
  }
}

.about-us-section .social>p {
  text-transform: uppercase;
}

.about-us-section .social-links a {
  font-size: 32px;
  font-size: 2.13333rem;
  color: #333;
}

@media (max-width: 991px) {
  .about-us-section .social-links a {
    font-size: 26px;
    font-size: 1.73333rem;
  }
}

@media (max-width: 767px) {
  .about-us-section .social-links a {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.about-us-section .social-links a:hover {
  color: #fdc900;
}

.about-us-section .social-links>li+li {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .about-us-section .social-links>li+li {
    margin-left: 10px;
  }
}


/*--------------------------------------------------------------
#1.1    partners
--------------------------------------------------------------*/
.partners {
  padding-top: 0;
}

.partners-bg {
  background-color: #f6f6f6;
  padding: 45px 0;
}

.partners-slider .grid {
  border: 2px solid #e9e9e9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.partners-slider .grid:hover {
  border-color: var(--primary-color);
}

/*--------------------------------------------------------------
#1.2    partners
--------------------------------------------------------------*/
.contact-section {
  position: relative;
}

.contact-section:before {
  content: "";
  background-color: rgba(5, 24, 41, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 992px) {

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

.contact-section p {
  color: #aaa;
  line-height: 1.56em;
}

.contact-section-contact-box {
  padding: 38px 45px;
  border: 2px solid #fdc900;
}

@media (max-width: 991px) {
  .contact-section-contact-box {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .contact-section-contact-box {
    margin-bottom: 45px;
  }
}

@media (max-width: 450px) {
  .contact-section-contact-box {
    padding: 38px 25px;
  }
}

.contact-section-contact-box .details ul {
  list-style-type: none;
  color: #fff;
}

.contact-section-contact-box .details ul li {
  position: relative;
  padding-left: 25px;
}

.contact-section-contact-box .details ul i {
  color: #fdc900;
  position: absolute;
  left: 0;
  top: 3px;
}

.contact-section-contact-box .details ul>li+li {
  margin-top: 20px;
}

.contact-form-s1 label {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
  color: #fdc900;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .contact-form-s1 label {
    font-size: 11px;
    font-size: 0.73333rem;
  }
}

.contact-form-s1 input,
.contact-form-s1 select {
  height: 38px;
  border: 0;
}

@media (max-width: 767px) {

  .contact-form-s1 input,
  .contact-form-s1 select {
    height: 34px;
  }
}

.contact-form-s1 form {
  overflow: hidden;
  margin: 0 -12px;
}

.contact-form-s1 form>div {
  width: 50%;
  float: left;
  padding: 0 12px;
  margin-top: 12px;
}

@media (max-width: 450px) {
  .contact-form-s1 form>div {
    width: 100%;
    float: none;
  }
}

.contact-form-s1 form .submit-btn-wrap {
  width: 100%;
  float: none;
  clear: both;
  padding-top: 35px;
}

.contact-form-s1 .wpcf7-submit {
  background-color: #fdc900;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form-s1 .wpcf7-submit:hover {
  background-color: #d4a900;
}

.contact-women {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1550px) {
  .contact-women {
    display: none;
  }
}

/*--------------------------------------------------------------
#2.0    cta
--------------------------------------------------------------*/
.cta {
  position: relative;
  text-align: center;
}

.cta:before {
  content: "";
  background-color: rgba(5, 24, 41, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta .container {
  position: relative;
  z-index: 1;
}

.cta h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 1.33em;
}

@media (max-width: 1199px) {
  .cta h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .cta h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .cta h2 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.cta h2 span {
  color: #fdc900;
}

/*--------------------------------------------------------------
#2.5    testimoials-s2-slider
--------------------------------------------------------------*/
.testimoials-s2-slider .testimoials-s2-grid,
.testimoials-s2-grid-view .testimoials-s2-grid {
  border: 2px solid #fdc900;
  padding: 65px 35px 35px;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 767px) {

  .testimoials-s2-slider .testimoials-s2-grid,
  .testimoials-s2-grid-view .testimoials-s2-grid {
    padding: 45px 20px 20px;
  }
}

.testimoials-s2-slider .testimoials-s2-grid:after,
.testimoials-s2-grid-view .testimoials-s2-grid:after {
  background: #fdc900 url("../images/testimonials/quote.png") no-repeat center center;
  content: "";
  width: 58px;
  height: 52px;
  position: absolute;
  right: 0;
  top: -2px;
  border-radius: 5px;
}

@media (max-width: 991px) {

  .testimoials-s2-slider .testimoials-s2-grid:after,
  .testimoials-s2-grid-view .testimoials-s2-grid:after {
    width: 50px;
    height: 48px;
    background-size: 20px;
  }
}

.testimoials-s2-slider .testimoials-s2-grid img,
.testimoials-s2-grid-view .testimoials-s2-grid img {
  width: auto;
  border-radius: 50%;
}

.testimoials-s2-slider .client-info,
.testimoials-s2-grid-view .client-info {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.testimoials-s2-slider .client-info .details,
.testimoials-s2-grid-view .client-info .details {
  height: 75px;
  display: inline-block;
  float: left;
  position: relative;
  padding-left: 90px;
}

@media (max-width: 991px) {

  .testimoials-s2-slider .client-info .details,
  .testimoials-s2-grid-view .client-info .details {
    float: none;
    display: block;
  }
}

.testimoials-s2-slider .client-info .details .pic,
.testimoials-s2-grid-view .client-info .details .pic {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.testimoials-s2-slider .client-info .info,
.testimoials-s2-grid-view .client-info .info {
  margin-top: 15px;
}

.testimoials-s2-slider .client-info h4,
.testimoials-s2-grid-view .client-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0;
}

@media (max-width: 991px) {

  .testimoials-s2-slider .client-info h4,
  .testimoials-s2-grid-view .client-info h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {

  .testimoials-s2-slider .client-info h4,
  .testimoials-s2-grid-view .client-info h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.testimoials-s2-slider .client-info p,
.testimoials-s2-grid-view .client-info p {
  font-size: 14px;
  font-size: 0.93333rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {

  .testimoials-s2-slider .client-info p,
  .testimoials-s2-grid-view .client-info p {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.testimoials-s2-slider .client-info .rating,
.testimoials-s2-grid-view .client-info .rating {
  display: inline-block;
  float: right;
  margin-top: 15px;
}

@media (max-width: 991px) {

  .testimoials-s2-slider .client-info .rating,
  .testimoials-s2-grid-view .client-info .rating {
    float: none;
    display: block;
    margin: -20px 0 0 88px;
  }
}

.testimoials-s2-slider .client-info .rating i,
.testimoials-s2-grid-view .client-info .rating i {
  color: #fdc900;
}

@media screen and (min-width: 992px) {

  .testimoials-s2-slider .owl-controls .owl-nav,
  .testimoials-s2-grid-view .owl-controls .owl-nav {
    width: 100%;
    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%);
  }
}

.testimoials-s2-slider .owl-controls .owl-nav .owl-prev,
.testimoials-s2-slider .owl-controls .owl-nav .owl-next,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-next {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #051829;
}

@media screen and (min-width: 992px) {

  .testimoials-s2-slider .owl-controls .owl-nav .owl-prev,
  .testimoials-s2-slider .owl-controls .owl-nav .owl-next,
  .testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev,
  .testimoials-s2-grid-view .owl-controls .owl-nav .owl-next {
    font-size: 24px;
    font-size: 1.6rem;
    position: absolute;
    padding: 0;
    margin: 0;
  }
}

@media screen and (min-width: 992px) {

  .testimoials-s2-slider .owl-controls .owl-nav .owl-prev,
  .testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev {
    left: -70px;
  }
}

@media screen and (min-width: 992px) {

  .testimoials-s2-slider .owl-controls .owl-nav .owl-next,
  .testimoials-s2-grid-view .owl-controls .owl-nav .owl-next {
    right: -70px;
  }
}

.testimoials-s2-slider .owl-controls .owl-nav .owl-prev:hover,
.testimoials-s2-slider .owl-controls .owl-nav .owl-next:hover,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev:hover,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  color: #fdc900;
}

.testimonials-s2-grid-view-section {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .testimonials-s2-grid-view-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .testimonials-s2-grid-view-section {
    padding-bottom: 40px;
  }
}

.testimoials-s2-grid-view {
  overflow: hidden;
  margin: 0 -15px;
}

.testimoials-s2-grid-view .testimoials-s2-grid {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 650px) {
  .testimoials-s2-grid-view .testimoials-s2-grid {
    width: calc(100% - 30px);
    float: none;
  }
}

/*--------------------------------------------------------------
#3.0    features
--------------------------------------------------------------*/
.features-title {
  border: 2px solid #fdc900;
  padding: 30px 20px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .features-title {
    margin-bottom: 40px;
    padding: 35px 30px;
  }
}

@media (max-width: 991px) {
  .features-title {
    padding: 25px 20px;
  }
}

.features-title h2 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.9em;
}

@media (max-width: 1199px) {
  .features-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

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

.features-title p {
  margin: 0;
}

.feature-grid {
  text-align: center;
}

@media (max-width: 767px) {
  .feature-grid {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e6e3e3;
  }
}

.feature-grid .icon {
  background-color: var(--primary-color);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: 0 auto 35px;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .feature-grid .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}

@media (max-width: 767px) {
  .feature-grid .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 25px;
  }
}

.feature-grid .icon .fi:before {
  font-size: 50px;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .feature-grid .icon .fi:before {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .feature-grid .icon .fi:before {
    font-size: 30px;
  }
}

.feature-grid h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
  .feature-grid h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.feature-grid p {
  margin-bottom: 1.7em;
}

@media (max-width: 767px) {
  .feature-grid p {
    margin-bottom: 1.4em;
  }
}

.feature-grid .more {
  color: #fdc900;
  font-weight: 600;
}

.features .row>.col:last-child .feature-grid {
  border: 0;
  padding: 0;
  margin: 0;
}


/*--------------------------------------------------------------
#6.0	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section {
  /*** contact form ***/
}

.contact-pg-section .contact-info ul li {
  padding-left: 45px;
  position: relative;
  list-style-type: none;
}

.contact-pg-section .contact-info ul>li+li {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .contact-pg-section .contact-info ul>li+li {
    margin-top: 25px;
  }
}

.contact-pg-section .contact-info .icon {
  background-color: var(--primary-color);
  width: 35px;
  height: 35px;
  line-height: 38px;
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;

  border-radius: 50%;
}

.contact-pg-section .contact-info p {
  font-size: 17px;
  font-size: 1.13333rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #051829;
  margin: 0;
}

@media (max-width: 1199px) {
  .contact-pg-section .contact-info p {
    font-size: 15px;
    font-size: 1rem;
  }
}

.contact-pg-section .contact-info p span {
  display: block;
  color: #969fab;
}

.contact-pg-section .location-map {
  height: 357px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .contact-pg-section .location-map {
    margin-top: 40px;
  }
}



.contact-pg-section .contact-form>div {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .contact-pg-section .contact-form>div {
    margin-bottom: 20px;
  }
}

.contact-pg-section .contact-form label {
  font-size: 16px !important;
  font-size: 1.46667rem;
  color: #051829;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .contact-pg-section .contact-form label {
    font-size: 15px;
    font-size: 1rem;
  }
}

.contact-pg-section .contact-form input,
.contact-pg-section .contact-form>div .contact-pg-section .contact-form textarea {

  border: 1px solid #d1d7e0;
  border-radius: 3px;
  padding: 20px;
}

@media (max-width: 991px) {

  .contact-pg-section .contact-form input,
  .contact-pg-section .contact-form textarea {
    height: 35px;
    border: 1px solid #d1d7e0;
    border-radius: 5px;
  }
}



@media (max-width: 991px) {
  .contact-pg-section .contact-form textarea {
    height: 150px;
  }
}

.contact-pg-section .contact-form .submit-btn {
  margin-bottom: 0;
}

.contact-pg-section .contact-form .submit-btn button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  padding: 0;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .contact-pg-section .contact-form .submit-btn button {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .contact-form .submit-btn button {
    height: 40px;
    line-height: 40px;
  }
}

.contact-pg-section #contact-form-s2 #loader i {
  color: #051829;
}



/* product page */

.projects-product-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.product {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.project-img img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  display: block;
}

.project-info {
  padding: 15px;
  text-align: center;
}

.project-info h3 {
  margin: 10px 0 5px;
  font-size: 1.1rem;
  color: #111;
}

.project-info .tags {
  font-size: 0.9rem;
  color: #777;
}


.glightbox-container .gslide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.glightbox-container .gslide-inner-content {
  max-width: 95vw !important;
  max-height: 90vh !important;
}

.glightbox-container .gslide-media {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.glightbox-container .gslide-media img {
  width: 100% !important;
  height: auto !important;
  max-height: 90vh !important;
  object-fit: contain !important;
}



/* ====== Responsive ====== */
@media (max-width: 768px) {
  .project-img img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  h2.section-title {
    font-size: 1.6rem;
  }

  .projects-product-view {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}





/* all screen responsive css end here  */

@media screen and (max-width: 1024px) {
  .about-us-section p {
    font-size: 14px;
  }

  .about-us-section .btns {
    margin-top: 20px;
  }

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

  .offer-grids .details>h3 {
    font-size: 16px;
  }

  .offer-text>p:nth-child(2) {
    margin-bottom: 28px;
  }

  .page-title h2 {
    font-size: 24px;
  }

  .offer-section p {
    font-size: 14px;
  }

  .offer-section img {
    width: 100%;
    height: 100%;
  }

  .founder-text p {
    font-size: 14px;
  }

  .founder-section img {
    width: 100% !important;
    height: 100% !important;
  }

  .col-md-offset-1 {
    margin-left: 30px !important;
  }

  .services-grids .info span {
    font-size: 16px !important;
  }

  .services-grids .info * {
    top: -6px !important
  }

  .projects-product-view-section .section-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .project-img img {
    height: 200px;
  }

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

  .topbar {
    display: none !important;
  }

  .aboutus_inner {
    flex-direction: column !important;
  }

  .section-title-s3 {
    margin-top: 30px;
  }

  .about-widget p {
    margin: 0 !important;
  }

  .about-widget .site-logo {
    margin-bottom: 20px !important;
  }

  .parallax {
    padding: 40px 0 !important;
  }

  .features-title {
    margin-top: 20px !important;
  }

  .services_section .section-title {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
  }

  .projects-product-view-section .section-title {
    margin-top: 50px !important;
    margin-bottom: 40px !important;
    text-align: center;
    font-size: 18px;
  }

  .page-title h2 {
    font-size: 16px !important;
  }
  .our-mission-vision
  {
    display: flex;
    flex-direction: column-reverse;

  }
  .contact-info
  {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .logo-text {
    margin-top: -6px !important;
  }

  .site-logo a {
    gap: 10px !important;
  }

  .col-md-offset-1 {
    margin-left: 0 !important;
  }
}

.wb_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;       /* default size for desktop */
  height: auto;
}

.wb_logo img {
  width: 100%;
  height: auto;
  max-width: 150px;   /* ensures it doesn’t stretch */
  object-fit: contain;
}


@media screen and (max-width: 768px) {
  .wb_logo {
    width: 120px;
    margin-top: 10px;
  }
  .wb_logo img {
    max-width: 120px;
  }
}


