
/*--
    - Google Font Import 
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800&amp;display=swap");
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;<strong></strong>
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #9b9b9b;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #253745;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #253745;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  position: relative;
  color: #253745;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #777;
  margin: 20px 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  hr {
    margin: 10px 0 20px;
  }
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/
.section-padding {
  padding: 70px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 60px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 80px 20px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 20px 10px;
  }
}
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top:40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 10px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 45px;
}

.mb-70 {
  margin-bottom: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 50px;
}

.mb-100 {
  margin-bottom: 60px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 20px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.spacer {
  margin-top: 100px;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1px;
  margin: 5px 0;
  color: #253745;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
            font-size: 40px !important;
        line-height: 45px !important;
    margin-bottom: 15px;
  }
	.breadcrumb-title h1{
		font-size: 45px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

.section-title p {
  color: #f01c16;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-title p {
    font-size: 15px;
  }
}

.section-title h6 {
  color: #f01c16;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
}

.text-black {
  color: #333;
}

/*Button Style */
.main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
      padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 7px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-btn {
    padding: 14px 20px;
  }
}

.main-btn.primary {
  background: #f01c16;
  color: #fff !important;
  margin-right: 6px;
	    font-family: "Poppins", sans-serif;
}

.main-btn.white {
  background: #fff;
  color: #333;
  margin-right: 20px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.11);
}
.main-btn.white:hover {
  color: #fff;
}

.main-btn.border-btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  margin-right: 20px;
}
.main-btn.border-btn:hover {
  color: #121D24;
}
.main-btn.border-btn:hover::before {
  background: #fff;
}

.main-btn i {
  font-size: 18px;
  margin-left: 10px;
}

.main-btn::before {
  background: #f01c16;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.24s ease-in-out;
  transition: -webkit-transform 0.24s ease-in-out;
  -o-transition: transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}

.main-btn:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #ddd;
  padding: 13px 20px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  border-radius: 7px;
	    font-family: "Poppins", sans-serif;
}

textarea {
  height: 175px;
  resize: none;
}

input[type=submit],
button[type=submit] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #f01c16;
  padding: 15px 30px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #f01c16;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.form-control {
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  line-height: 1px;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #fff;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Bootstrap CSS*/
.container {
  max-width: 1200px;
}

.container-fluid {
  padding: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container-fluid {
    padding: 0 10px;
  }
}

/* Bacground Color & Overlay CSS 
============== */
.gray-bg {
  background: #e6ebef;
}

.white-bg {
  background: #fff;
}

.dark-bg {
  background: rgb(8, 39, 62);
}

.sky-bg {
  background: #EAF5FF;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-1 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(12, 21, 28);
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f01c16;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Scroll Top 
============== */
.go-top {
  background-color: #c5130e;
  color: #FFF;
  width: 50px;
  height: 50px;
  bottom: 6em;
  right: 1em;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  display: none;
  position: fixed;
  z-index: 1;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .go-top {
    width: 35px;
    height: 35px;
    bottom: 5em;
    right: 2em;
    font-size: 15px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .go-top i:before {
    font-size: 14px;
  }
  .go-top {
    right: 1em;
    bottom: 6em;
    z-index: 1;
  }
}
.go-top:hover {
  background-color: #fff;
  color: #020E28;
}

/* Sticky CSS 
============== */
.header-area .is-sticky .sticky-area {
  background: #fff;
  box-shadow: 0 3px 16px -2px #d0cece;
  z-index: 999 !important;
  -webkit-animation: fadeInDown 0.6s ease-in-out;
  animation: fadeInDown 0.6s ease-in-out;
  margin-top: 0;
  height: 95px;
}

.header-area .is-sticky .navigation {
  margin-top: 0;
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
  top: 95px;
}

.header-area.absolute-header .is-sticky .navigation {
  background: #1A2A36;
}

.header-area.absolute-header .is-sticky .sticky-area {
  box-shadow: 0 3px 16px -2px #484e4b;
}

/* preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #f01c16;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/preloader.svg);
}

::placeholder {
  font-size: 14px;
}

/* services animation effect 
----------------------------------*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.header-top {
  padding: 15px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}
.header-top .contact-info {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top .contact-info {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .contact-info {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .header-top .contact-info {
    font-size: 13px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top .contact-info {
    font-size: 14px;
    text-align: center;
  }
}
.header-top .contact-info p {
  margin: 0 7px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top .contact-info p {
    font-size: 14px;
  }
}
.header-top .contact-info i {
  color: #f01c16;
  font-size: 20px;
}
.header-top .header_top_right {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .header_top_right {
    justify-content: center;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .header-top .header_top_right {
    justify-content: center;
    margin-top: 10px;
  }
}
.header-top .header_top_right .social-area i {
  background: #f01c16;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .header-top .header_top_right .social-area i {
    margin-right: 5px;
  }
}
.header-top .quick_link {
  padding-left: 30px;
}
.header-top .quick_link a {
  font-size: 15px;
  color: #fff;
}
.header-top .quick_link li {
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .quick_link {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .header-top .quick_link {
    text-align: center;
    margin-top: 0;
    padding-left: 5px;
  }
}

.hire-info {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hire-info {
    justify-content: center;
  }
}
.hire-info p {
  color: #f01c16;
  font-size: 14px;
  margin: 0;
  line-height: 1;
  margin-left: 5px;
}
.hire-info p a {
  color: #77848f;
  font-weight: 400;
}
.hire-info i {
  font-size: 20px;
  color: #f01c16;
}

.heaader-top-two .social-area {
  margin-left: 20px;
}

/* Header Area 
============== */
.header-area .navigation {
  padding: 0px 30px;
  background: #fff;
  height: 100px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .navigation {
    padding: 0;
  }
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  border-right: 1px solid #eee;
  height: 100px;
  display: flex;
  align-items: center;
  padding-right: 30px;
	margin-top: 20px;
}
.is-sticky .logo{
	margin-top: 0px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .header-inner-box .logo {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    border-right: none;
  }
}
.header-area .header-inner-box .phone-number-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100px;
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.header-area .header-inner-box .phone-number-box .icon i {
  background: #0984E2;
  color: #fff;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
}
.header-area .header-inner-box .phone-number-box .phone {
  padding-left: 15px;
}
.header-area .header-inner-box .phone-number-box .phone p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box {
    display: block;
  }
}

.icon-wrapper {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 5%;
    right: 150px;
  }
}
@media (max-width: 767px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 13%;
    right: 80px;
  }
}
.icon-wrapper i {
  font-size: 25px;
  color: #253745;
  cursor: pointer;
}

.shopping-cart i {
  margin-left: 20px;
}

.auto-container .icon-wrapper {
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .auto-container .icon-wrapper {
    display: none;
  }
}

#header-2 a.navbar-brand {
  background: #E5F0EC;
  margin-top: 0;
  padding: 12px 10px;
}
@media (max-width: 767px) {
  #header-2 a.navbar-brand {
    background: transparent;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header-2 a.navbar-brand {
    background: transparent;
    padding: 0;
  }
}

.header-area .header-inner-box .logo img {
  margin-top: 0;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-area.absolute-header .navigation {
  background: transparent;
}
.header-area.absolute-header .navigation .main-menu .navbar-nav .nav-link {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.absolute-header .navigation .main-menu .navbar-nav .nav-link {
    color: #253745;
  }
}
@media (max-width: 767px) {
  .header-area.absolute-header .navigation .main-menu .navbar-nav .nav-link {
    color: #253745;
  }
}

.header-area.absolute-header .navigation .main-menu .navbar-nav .nav-link.active {
  color: #f01c16;
}

.header-area.absolute-header .icon-wrapper i {
  color: #fff;
}

li.nav-item a.nav-link i {
  font-size: 13px;
  font-weight: 700;
  margin-left: 4px;
}

.header-area.absolute-header .contact-info {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: normal;
	    text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.absolute-header .contact-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area.absolute-header .contact-info {
    display: none;
  }
}

.header-area .contact-info i {
  font-size: 20px;
  color: #fff;
  margin-right: 6px;
}

.contact-info span {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

.header-area.absolute-header .header-inner-box .logo {
  border-right: none;
}

#header-3.header-area .header-inner-box .logo {
  height: 80px;
  border-right: none;
}

.auto-container {
  position: static;
  max-width: 1170px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 7px;
  z-index: 1;
  margin-top: -40px;
  transition: 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .auto-container {
    border-radius: 0;
  }
}

#header-3.header-area {
  background: #f6f6f6;
  height: 120px;
  z-index: -1;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header-3.header-area {
    height: auto;
  }
}
@media (max-width: 767px) {
  #header-3.header-area {
    height: auto;
  }
}

.is-sticky .auto-container {
  margin-top: 0;
  max-width: 100% !important;
}

.is-sticky .sticky-area {
  background: #fff;
  box-shadow: 0 3px 16px -2px #d0cece;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
}

.header-right {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    flex-direction: column;
    display: none;
  }
}
@media (max-width: 767px) {
  .header-right {
    flex-direction: column;
    display: none;
  }
}

.header-area .contact-info {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.header-area .contact-info b {
  margin-left: 15px;
}

.header-btn.text-end {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.auto-container .main-menu {
  margin-left: 35px;
}

.header-btn {
  display: flex;
  align-items: center;
}

/* Main Menu 
============== */
.main-menu .navbar {
  padding: 0;
}

.main-menu li.nav-item {
  position: relative;
  margin-right: 35px;
}
.main-menu li.nav-item:last-child{
	display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu li.nav-item {
    margin-right: 35px;
  }
}

.main-menu .navbar-nav .nav-link {
  color: #253745;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 35px 0;
  letter-spacing: 0.3px;
}

.main-menu .navbar-nav .nav-item .nav-link.active {
  color: #f01c16;
}

.main-menu li.nav-item:hover > a {
  color: #f01c16;
}

/*Dropdown Menu */
.sub-menu {
  position: absolute;
  left: 0;
  top: 120px;
  width: 300px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.sub-menu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #f01c16;
  visibility: hidden;
  opacity: 0;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 95px;
}

.auto-container .main-menu li:hover .sub-menu {
  top: 90px;
}

.main-menu li:hover .sub-menu::after {
  opacity: 1;
  visibility: visible;
}

.main-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu li {
  display: block;
  border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu li a {
  font-size: 15px;
  display: block;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #253745;
}

.main-menu .sub-menu li:hover > a {
  background: #f01c16;
  color: #fff;
}

.dropdown-toggle::after {
  display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

.hero-area {
  margin-top: -50px;
  position: relative;
  z-index: -1;
}

.single-slide-item {
  background-size: cover;
  background-position: center;
  color: #fff;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slide-item {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide-item {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .single-slide-item {
    height: 600px;
    background-position: left;
  }
}
.single-slide-item h1 {
     color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: normal;
    margin: 30px 0;
}

.single-slide-item p {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slide-item p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .single-slide-item p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}

.hero-area-bg-2 {
  background-image: url(../img/slider/slide-2.jpg);
}

.hero-area-bg-3 {
  background-image: url(../img/slider/slide-3.jpg);
  height: 850px;
}

.hero-area-bg-4 {
  background-image: url(../img/slider/slide-4.jpg);
  height: 850px;
}

.hero-area-bg-5 {
  background-image: url(../img/slider/slide-5.html);
  height: 700px;
}
@media (max-width: 767px) {
  .hero-area-bg-5 {
    height: 850px;
  }
}

.hero-area-bg-6 {
  background-image: url("../img/vision.jpg");
  height: 700px;
}
@media (max-width: 767px) {
  .hero-area-bg-6 {
    height: 850px;
  }
}

.hero-area-bg-3 .main-btn.primary, .hero-area-bg-4 .main-btn.primary {
  margin-bottom: 100px;
}

#home-3.homepage-slides {
  margin-top: -50px;
  z-index: -1;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  color: #f01c16;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
  visibility: visible;
  opacity: 0.3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #f01c16;
  color: #fff;
  border-color: #f01c16;
  opacity: 1;
}

.hero-area-content {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-content {
    text-align: center;
    margin-top: 150px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .hero-area-content {
    text-align: center;
    margin-top: 100px;
    padding: 20px;
  }
}

.slide-action {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-action {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .slide-action {
    justify-content: center;
    gap: 50px;
    margin-top: 70px;
  }
}

.slide-action img {
  width: 64px !important;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-action img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .slide-action img {
    width: 64px !important;
    margin-bottom: 30px;
  }
}

.info-content {
  float: right;
  background: #fff;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 7px;
  position: relative;
  border: 1px solid #ccc;
}
.info-content img{
transition: all 0.5s ease;
}
.info-content:hover img{
transition: all 0.5s ease;
    transform: scale(1.06);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .info-content {
    padding: 15px;
  }
}


.info-content i {
  background: #f01c16;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
}
.info-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 50px;
  height: 4px;
  background: #f01c16;
      left: 0;
    right: 0;
    margin: auto;
}

.info-title h5 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 600;
}

.info-desc span {
  color: #9b9b9b;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 45px;
  height: 45px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #f01c16;
  color: #fff;
  font-size: 18px;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slick-arrow {
    top: 0;
    bottom: 0;
    transform: translateY(230px);
  }
}

.slick-arrow:hover {
  background: #f01c16;
  border-color: #f01c16;
  color: #fff;
}

.slick-arrow.slick-next {
  right: 15px;
  left: auto;
}

.homepage-slides.slick-slider button:before {
  display: none;
}

.slick-active .single-slide-item h1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slick-active .single-slide-item p {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slick-active .main-btn {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.slick-active .single-slide-item h1,
.slick-active .single-slide-item p,
.slick-active .main-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slick-active .single-slide-item h1 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.homepage-slides:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.about-img {
  max-width: calc(100% - 40px);
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img {
    max-width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    max-width: calc(100% - 0px);
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-img {
    max-width: calc(100% - 0px);
	          margin-top: 10px;
        margin-bottom: 25px;
  }
}
.about-img img {
  border-radius: 10px;
}

.about-content-wrap p{
  margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrap {
    margin-top: 40px;
  }
}
.about-content-wrap .section-title p {
  padding: 10px 20px;
  background: #EAF5FF;
  color: #f01c16;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 7px;
  display: inline-block;
}
@media (max-width: 767px) {
  .about-content-wrap .section-title p {
    margin-top: 20px;
  }
}

p.highlight {
  color: #2b3e4b;
  font-weight: 500;
  font-size: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  p.highlight {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.highlight {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

ul.feature-list li {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
	color: #2b3e4b;
}
@media (max-width: 767px) {
  ul.feature-list li {
    font-size: 15px;
  }
}
ul.feature-list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 600;
  background: #08273E;
  color: #fff;
  border-radius: 50%;
  padding: 4px;
  margin-right: 10px;
}

.about-content-wrap p {
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
  .about-content-wrap p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-left .main-btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-left .main-btn {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-content-left .main-btn {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.about-counter {
  background: #f01c16;
  display: inline-flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  bottom: 40px;
  right: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-counter {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .about-counter {
    padding: 20px;
    bottom: 0;
    right: 0;
	  display: none;
  }
}
.about-counter h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.counter-number span {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .counter-number span {
    font-size: 35px;
    margin: 25px 0;
  }
}

.about-2 {
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .about-2 {
    padding-bottom: 190px;
  }
}

.about-2 .section-title {
  margin-bottom: 20px;
}
.about-2 .section-title p {
  background: #f01c16;
  color: #fff;
  border-radius: 0 7px 7px;
}

.about-wrap {
  display: grid;
  grid-template-columns: 40% 60%;
  height: 685px;
  position: relative;
	    background-repeat: no-repeat;
    background-position: left;
}
@media (max-width: 767px) {
  .about-wrap {
    grid-template-columns: auto;
  }
}

.about-bg-wrap {
  position: absolute;
  width: calc(100% + 120px);
  height: 100%;
  top: -120px;
  left: 0;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-wrap {
    top: -70px;
  }
}
@media (max-width: 767px) {
  .about-bg-wrap {
    top: 0;
  }
}

.about-content-wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
}

.about-content-inner {
  position: absolute;
  left: 0;
  padding-left: 50px;
  max-width: calc(100% - 80px);
  z-index: 2;
	align-content: center;
    top: 0;
    bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-inner {
    padding-left: 20px;
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-inner {
    padding-left: 20px;
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .about-content-inner {
    padding-left: 0px;
    max-width: calc(100% - 35px);
  }
}

.about-list-wrap {
  background: #E9F4FE;
  padding: 25px 30px;
  border-radius: 12px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-list-wrap {
    padding: 24px;
  }
}


.list-content {
  padding: 10px;
}

.about-3 .about-content-wrap {
  background-image: url(../../../../assets/img/map.html);
  background-position: top center;
  background-repeat: no-repeat;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.signature-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .signature-wrap {
    flex-direction: column;
    align-items: start;
  }
}
.signature-wrap p {
  padding: 0;
  margin: 0;
}

.signature-body {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .signature-body {
    padding-left: 0;
    margin-top: 15px;
  }
}
.signature-body h6 {
  font-size: 20px;
  position: relative;
}
.signature-body h6:after {
  position: absolute;
  content: "";
  top: 3px;
  left: -15px;
  width: 2px;
  height: 45px;
  background: #eee;
}

.about_image_3 img {
  max-width: calc(100% - 100px);
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image_3 img {
    max-width: calc(100% - 0px);
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about_image_3 img {
    max-width: calc(100% - 0px);
    margin-top: 30px;
  }
}

.feature-area {
  background-image: url(../img/feature-bg.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.feature-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, rgb(9, 32, 50) 50%, rgba(8, 40, 64, 0.86) 100%);
  z-index: -1;
}

.feature-btn .main-btn {
  margin-right: 20px;
  margin-top: 20px;
}

.feature-item-wrap {
  margin-top: 30px;
}

.feature-single {
  background: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 7px;
  position: relative;
  height: auto;
	border: 1px solid #ccc
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-single {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .feature-single {
    margin: 0px;
  }
}
.feature-single i {
  background: #f01c16;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
}

.feature-title h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  line-height: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-title h5 {
    font-size: 18px;
  }
}

.feature-desc p {
  color: #747474;
    font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-desc p {
    font-size: 16px;
    line-height: 26px;
  }
}

.video-section {
  background-image: url(../img/video-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  margin-bottom: -85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .video-section {
    margin-top: 50px;
  }
}

.popup-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.video-section i {
  font-size: 30px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
}

.popup-video span {
  color: #fff;
  margin-left: 20px;
  font-size: 16px;
}

.feature-item-wrap .owl-dots button.owl-dot span {
  width: 35px;
  height: 3px;
  background: #6b7475;
  margin-right: 10px;
  margin-top: 20px;
}

.feature-item-wrap .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 6px;
  background: #f01c16;
}

.feature-item-wrap .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.more-feature {
  margin-top: 0;
}
@media (max-width: 767px) {
  .more-feature {
    margin-top: -40px;
  }
}

.more-feature p {
  font-size: 17px;
}

.more-feature p a {
  color: #f01c16;
}

.more-feature .main-btn {
  width: 200px;
}

.feature-area.feat-2 {
  height: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .feature-area.feat-2 {
    height: 900px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-area.feat-2 {
    height: 500px;
  }
}

.feature-area.feat-2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(300deg, rgb(240 28 22) 50%, rgb(240 28 22) 100%);
	opacity:.6;
  z-index: -1;
}

.feature-wrap {
  position: relative;
  margin-top: -70px;
  z-index: 2;
  transform: translateY(-80px);
  overflow: hidden;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap {
    margin-top: -30px;
  }
}

.feature-area.feat-2 .feature-single {
  height: 100%;
  padding: 35px;
  border-right: 1px solid #eee;
  border-radius: 0;
}
@media (max-width: 767px) {
  .feature-area.feat-2 .feature-single {
    padding: 30px;
    margin: 0 25px;
    border-bottom: 1px solid #eee;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-area.feat-2 .feature-single {
    margin: 0;
    border-bottom: 1px solid #eee;
  }
}

.more-features {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .more-features {
    flex-direction: column;
  }
}

.more-features p {
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .more-features p {
    margin-bottom: 20px;
  }
}

.more-features .main-btn {
  margin: 0px 30px;
}

.service-area {
  position: relative;
}

.service-area.pt-200 {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .service-area.pt-200 {
    padding-top: 150px;
  }
}

.service-item-wrap {
  margin-top: 30;
}
@media (max-width: 767px) {
  .service-item-wrap {
    margin-top: 20px;
  }
}

.service-single {
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.11);
  padding: 40px;
  position: relative;
  border-radius: 12px;
}
.service-single::before{
	    content: "";
    width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	transition: 0.3s linear;
}
.service-single:hover::before {
    opacity: .6;
	background-color: #000;
}
.service-single:hover h4  a{
    color: #fff;
}
.service-single:hover p {
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-single {
    padding: 30px;
  }
}

.service-icon i:before {
  font-size: 64px;
  color: #f01c16;
}

.service-single .service-icon {
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 2;
  transform: perspective(1px) translateZ(0);
}

.service-single:hover .service-icon {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.service-content h4 a {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.service-content h4 a :hover {
  color: #f01c16;
}

.service-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

.service-content .main-btn {
  margin-top: 20px;
}

ul.service-list {
  margin-top: 30px;
}

ul.service-list li {
  position: relative;
  padding-left: 35px;
	color: #253745;
}

ul.service-list li i {
  font-weight: 600;
  background: #f01c16;
  color: #fff;
  border-radius: 50%;
  padding: 4px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.service-single:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 90%;
  height: 4px;
  background: #f01c16;
  transition: 0.3s ease-in-out;
  border-radius: 0 0 12px 0;
}

.service-single:hover::after {
  height: 10px;
}

.service-item-wrap .owl-dots button.owl-dot span {
  width: 35px;
  height: 3px;
  background: #6b7475;
  margin-right: 10px;
  margin-top: 20px;
}

.service-item-wrap .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 6px;
  background: #f01c16;
}

.service-item-wrap .owl-dots {
  text-align: right;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item-wrap .owl-dots {
    text-align: center;
    margin-bottom: 25px;
  }
}

.service-item-wrap .owl-stage-outer {
  overflow: initial;
}

.owl-item {
  opacity: 0;
}

.owl-item.active {
  opacity: 1;
}

.more-services {
  margin-top: 30px;
}

.more-services p a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #253745;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  padding-bottom: 6px;
}

.more-services p a::before {
  content: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #f01c16;
}

.service-area.service-2 {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .service-area.service-2 {
    padding-top: 20px;
  }
}

.service-2 .service-single .service-icon {
  position: static;
  left: 0;
  top: 0;
	    margin-top: 30px;
}

.service-2 .service-single {
  padding: 25px;
  margin-bottom: 50px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-2 .service-single {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .service-2 .service-single {
    padding: 20px;
  }
}

.service-3 .service-single {
  padding: 0;
}

.service-3 .service-content {
  padding: 20px 40px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-3 .service-content {
    padding: 20px 25px 30px;
  }
}
@media (max-width: 767px) {
  .service-3 .service-content {
    padding: 20px 25px 30px;
  }
}

.service-3 .service-single:after {
  display: none;
}

.service-3 .service-thumb img {
  border-radius: 12px 12px 0 0;
}

.services_icon {
  height: 90px;
  width: 90px;
  background-color: #f01c16;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-single:hover .services_icon {
  bottom: 0;
}

.services_icon i:before {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #fff;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  line-height: 1;
}

.service-single:hover .services_icon i:before {
  transform: rotateY(360deg);
}

.service-img-wrap {
  position: relative;
}

.service-thumb {
  display: block;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.service-thumb img {
  width: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.service-single:hover .service-thumb img {
  transform: scale(1.1) rotate(2deg);
  border-radius: 7px;
}

.fact-area {
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.fact-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, #1c364a 50%, rgba(8, 40, 64, 0.86) 100%);
  background: #08273e;
  z-index: -1;
}

.counter-wrap {
  margin-top: 0;
	display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .counter-wrap {
    margin-top: 70px;
	  display: block;
  }
	.counter {
    border-right: 0px dashed rgba(255, 255, 255, .5) !important;
		        border-bottom: 1px dashed rgba(255, 255, 255, .5);
        margin-bottom: 20px;
        padding-bottom: 20px !important;
	}
}

.counter {
  display: flex;
  flex-direction: column;
  border-right: 1px dashed rgba(255,255,255,.5);
	padding: 20px;
	text-align: center;
}
.counter:nth-last-child(1){
	border-right: 0px dashed rgba(255,255,255,.5);
}

.counter-num {
  display: flex;
  align-items: baseline;
	margin: auto;
}
.counter-num span {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #f01c16;
}
@media (max-width: 767px) {
  .counter-num span {
    font-size: 40px;
  }
}
.counter-desc h6 {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  margin-left: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-desc h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .counter-num h6 {
    font-size: 20px;
  }
}

.counter-desc p {
  color: #fff;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-desc p {
    font-size: 15px;
    line-height: 25px;
  }
}

.fact-btn {
  margin-top: 30px;
}

.fact-area hr {
  border: 1px solid #124972;
}

.single-process-area {
  text-align: start;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-process-area {
    text-align: center;
  }
}
.single-process-area h5 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0 0;
}
.single-process-area h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}

.process-icon {
  position: relative;
}
.process-icon img {
  width: 60px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.process-wrap .col-lg-4:not(:last-child) .process-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 80px;
  height: 1px;
  border: 1px dashed #f01c16;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .process-wrap .col-lg-4:not(:last-child) .process-icon::after {
    display: none;
  }
}

.single-process-area:hover img {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.single-process-area .count-big {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 120px;
  font-weight: 700;
  line-height: 86px;
  top: -30px;
  z-index: -1;
  color: #f0f5f9;
  letter-spacing: -6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-process-area:hover .count-big {
  color: rgba(230, 239, 245, 0.92);
}

.testimonial-inner {
  display: flex;
}
@media (max-width: 767px) {
  .testimonial-inner {
    flex-direction: column;
  }
}

.testimonial-img {
  position: relative;
  border: 2px solid #f01c16;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 5px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 35px;
}
.testimonial-img img {
  border-radius: 50%;
}

.testimonial-content {
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-content {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-content {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .testimonial-content {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-content {
    margin-top: 70px;
  }
}
.testimonial-content p {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  font-style: italic;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-content p {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .testimonial-content p {
    font-size: 16px;
    line-height: 30px;
  }
}

.testimonial-meta {
  margin-top: 30px;
}
.testimonial-meta h6 {
  font-size: 20px;
  margin-right: 7px;
}
.testimonial-meta span {
  font-size: 95%;
}

.testimonial-area-2 {
  background-image: url(../../../../assets/img/pattern.html);
  padding-top: 400px;
}

.testimonial-wrap-2 .testimonial-inner {
  display: flex;
  flex-direction: column;
}

.testimonial-thumb {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonial-wrap-2 .testimonial-meta {
  margin: 0;
  flex-direction: column;
}

.testimonial-wrap-2 .testimonial-meta p {
  margin: 0;
}

.testimonial-wrap-2 .testimonial-meta h6 {
  margin-right: 0;
}

.counter-bg {
  background-image: url(../img/counter_bg.jpg);
  height: 170px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .counter-bg {
    width: 120px;
    height: 120px;
  }
}

.counter-inner {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-inner {
    justify-content: space-between;
  }
}

.counter-bg img {
  background: #f01c16;
  padding: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.counter-content {
  position: relative;
  top: -50px;
}
@media (max-width: 767px) {
  .counter-content {
    top: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-content {
    top: 30px;
  }
}
.counter-content:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 65px;
  height: 2px;
  background: #333;
}
.counter-content p {
  width: 50%;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-area .counter-num h2 {
  font-size: 130px;
  font-weight: 600;
  color: #f01c16;
  margin-right: 40px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .testimonial-area .counter-num h2 {
    font-size: 110px;
  }
}

.project-wrap-2 .project-single:hover {
  box-shadow: none;
}

.project-wrap-2 .project-content {
  padding: 30px 15px 40px;
}

.project-content-2 {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 90%;
  margin: 5%;
  border-radius: 7px;
  background-color: #f01c16;
  color: #fff;
  padding: 25px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}

.project-single:hover .project-content-2 {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  visibility: visible;
  opacity: 1;
}

.project-content-2 h4 a {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.project-wrap-2 .owl-dots button.owl-dot span {
  width: 35px;
  height: 3px;
  background: #6b7475;
  margin-right: 10px;
  margin-top: 20px;
}

.project-wrap-2 .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 6px;
  background: #f01c16;
}

.project-wrap-2 .owl-dots {
  text-align: center;
  padding-bottom: 50px;
}

.project-single {
  position: relative;
  margin-bottom: 50px;
}

.project-single .project-content {
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-single .project-content {
    padding: 16px;
  }
}

.project-content span a {
  background: #f01c16;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding: 2px 8px;
  border-radius: 5px;
}

.project-content h4 a {
  font-size: 24px;
  line-height: 34px;
  margin: 20px 0;
}

.project-content a.read-more {
  position: absolute;
  bottom: 30px;
  left: 20px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  font-size: 15px;
  color: #f01c16;
}

.project-single:hover .project-content span a {
  opacity: 0;
  transform: translateY(-100%);
}

.project-single:hover .project-content h4 a {
  transform: translateY(-40px);
  color: #444;
}

.project-single:hover .project-content a.read-more {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.project-solutions-list {
  margin-bottom: 30px;
}

.single-project-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-project-wrapper:hover .project-details {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all 0.7s ease;
  transition-delay: 50ms;
  transition-duration: 0.5s;
}

.single-project-wrapper:hover .project-bg {
  transform: scale(1.07, 1.07);
}

.project-bg {
  transition: all 0.5s ease;
  transform: scale(1);
}

.project-details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: translateX(-101%);
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}

.project-details span {
  background: #fff;
  padding: 10px;
  border-radius: 0;
  font-size: 16px;
  color: #f01c16;
}

.project-details h5 {
  background: #fff;
  display: block;
  font-weight:700;
  padding: 10px 20px;
  margin: 10px 0;
}

.single-project-wrapper:hover .project-details {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all 0.7s ease;
  transition-delay: 50ms;
  transition-duration: 0.5s;
}

.single-project-wrapper:hover .project-bg {
  transform: scale(1.07);
}

.project-slider .owl-nav button.owl-prev,
.project-slider .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.project-slider .owl-nav button.owl-prev:hover,
.project-slider .owl-nav button.owl-next:hover {
  background: #f01c16;
  border-color: #f01c16;
  color: #fff;
}

.project-slider .owl-nav {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: flex;
}

.project-slider .owl-nav i {
  font-size: 20px;
}

.project-slider .owl-dots button.owl-dot span {
  width: 35px;
  height: 3px;
  background: #6b7475;
  margin-right: 10px;
  margin-top: 20px;
}

.project-slider .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 6px;
  background: #f01c16;
}

.project-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .project-section .section-title h2 br {
    display: none;
  }
}

.single-client {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.single-client img {
  max-width: inherit;
  opacity: 0.4;
}
.single-client img:hover {
  opacity: 0.8;
}

.quotation-area {
  background-image: url(../img/visimissi-bg.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.quotation-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, rgb(9, 32, 50) 50%, rgba(8, 40, 64, 0.86) 100%);
  z-index: -1;
  opacity: .4;
}

ul.contact-list {
  margin-top: 30px;
}

ul.contact-list li {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
	    display: flex;
    border-bottom: 1px solid #FFFFFF;
    padding: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.contact-list li {
    margin-right: 30px;
  }
}


.quotation-page ul.contact-list li {
  color: inherit;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quotation-page ul.contact-list li {
    margin-right: 30px;
  }
}

ul.contact-list li i {
  font-size: 14px;
  font-weight: 600;
  background: #f01c16;
  color: #fff;
  border-radius: 50%;
  padding: 4px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-btn .main-btn {
  margin-right: 20px;
  margin-top: 20px;
}

.contact-btn .main-btn.white:hover {
  color: #fff;
}

.quotation-wrap {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quotation-wrap {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quotation-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .quotation-wrap {
    padding: 25px;
    margin-top: 40px;
  }
}

.quotation-page .quotation-wrap {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.quotation-inner h5 {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quotation-inner h5 {
    margin: 10px 0;
  }
}

.quotation-desc {
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quotation-desc {
    font-size: 14px;
  }
}

label.form-label {
  color: #1A2A36;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  label.form-label {
    margin-bottom: 5px;
  }
}

.nice-select.form-control {
  width: 100%;
  display: flex;
  align-items: center;
}

.nice-select.open .list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-icon img {
  max-width: initial;
}

.contact-info p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-left: 20px;
}

.contact-info a {
  color: #f01c16;
  font-size: 15px;
  text-decoration: underline;
}

.contactForm .main-btn {
  margin-top: 15px;
}

.single-pricing-box {
  text-align: center;
  background: #fff;
  padding-top: 5px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  border: 1px solid #ccc;
  border-top: 5px solid #f01c16;
  margin-bottom: 50px;
}
.single-pricing-box ul {
  text-align: left;
  padding: 0 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pricing-box ul {
    padding: 0 20px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .single-pricing-box ul {
    padding: 0 20px;
    margin-top: 30px;
  }
}
.single-pricing-box ul li {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pricing-box ul li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .single-pricing-box ul li {
    font-size: 15px;
  }
}
.single-pricing-box ul li i {
  color: #f01c16;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-pricing-box .site-btn {
  border-radius: 0;
  border: none;
  background: #f01c16;
  color: #fff;
  padding: 16px 40px;
  margin-bottom: 50px;
  border-radius: 7px;
}
.single-pricing-box:hover .site-btn {
  background: #08273E;
}

.pricing-head {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 600;
}
.pricing-head p {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}
.pricing-head .sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #f01c16;
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-head .price {
  font-size: 60px;
  font-weight: 600;
  line-height: 75px;
  margin-bottom: 0;
  display: inline-block;
}
.pricing-head .price span {
  font-size: 20px;
  line-height: 16px;
  margin-right: 5px;
}

.single-pricing-box ul li:not(:first-child) {
  margin-top: 12px;
}

.contact-wrapper {
  background: #fff;
  border-radius: 12px;
  margin-top: 50px;
  padding: 60px;
  margin-bottom: 0;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
@media (max-width: 767px) {
  .contact-wrapper {
    padding: 20px;
  }
}

.contact-image-card {
  background: #f01c16;
  border-radius: 12px;
}

.contact-content {
  padding: 40px;
}
@media (max-width: 767px) {
  .contact-content {
    padding: 20px;
  }
}

.contact-top {
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .contact-top {
    padding-bottom: 0;
  }
}
.contact-top p {
  color: #fff;
  font-weight: 500;
}
.contact-top a {
  font-size: 16px;
  color: #fff;
}
.contact-top i {
  background: #fff;
  color: #333;
  padding: 10px;
  border-radius: 50%;
  margin-right: 20px;
}

.contact-bottom {
  margin-top: 100px;
}
.contact-bottom .contact-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.contact-bottom .contact-info p {
  color: #fff;
  margin: 0;
  font-size: 15px;
}
.contact-bottom .contact-info i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.contact-bottom .contact-info i:before {
  font-size: 20px;
  font-weight: 500;
}
.contact-bottom .main-btn {
  margin-top: 30px;
}

.contact-page iframe {
  width: 100%;
  height: 500px;
}

.contact-page .contact-wrap {
  background: url(../img/world-map2.png) #f01c16;
	background-size: 600px;
	background-position: center center;
	background-repeat: no-repeat;
  padding: 60px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-page .contact-wrap {
    padding: 40px;
  }
}

.contact-page .section-title {
  margin-bottom: 20px;
}

.contact-headline h3 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .contact-headline h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.contact-single-info {
  margin-top: 20px;
}
.contact-single-info h6 {
  font-size: 18px;
  color: #fff;
}
.contact-single-info p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.contact-single-info i {
  color: #fff;
  font-size: 35px;
  margin: 15px 0;
}

.blog-area.section-padding {
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  .blog-area.section-padding {
    padding: 40px 0 0px;
  }
}

.blog-wrap {
  background: #fff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  border-radius: 12px;
  position: relative;
  margin-bottom: 40px;
}

.blog-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: calc(100% - 40px);
  background-color: #eaeaea;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 12px 0 0 0;
}

.blog-wrap:hover:before {
  background: #f01c16;
}

.blog-content {
  padding: 40px 30px 30px;
}
@media (max-width: 767px) {
  .blog-content {
    margin-top: 20px;
  }
}

.blog-meta {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.blog-date {
  margin-right: 10px;
}

.blog-title {
  margin: 20px 0;
}

.blog-title h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	
}

.blog-img-wrap {
  width: calc(100% + 30px);
  position: relative;
  transform: translateX(0);
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-img-wrap img {
  border-radius: 0 12px 12px 0;
}

.blog-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f01c16;
  padding: 6px;
  border-radius: 0 7px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.blog-cat a {
  color: #fff;
  font-size: 14px;
  padding: 7px;
}

.blog-desc p {
  font-size: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-more .main-btn.border-btn {
  width: 230px;
  border: 2px solid #f01c16;
  color: #253745;
  margin-top: 20px;
}
.blog-more .main-btn.border-btn:hover {
  color: #fff;
  border-color: #f01c16;
}

.blog-more .main-btn.border-btn:hover::before {
  background: #f01c16;
}

/* Blog-Classic Page 
============== */
#blog-page .single-blog-item {
  background: #fff;
  box-shadow: 0 3px 9px -2px #d0cece;
  margin-bottom: 50px;
}

#blog-page .blog-bg img {
  width: 100%;
  height: 100%;
}

#blog-page .blog-content p.blog-meta {
  font-size: 16px;
  color: #898a9c;
}

#blog-page .blog-content a {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #00283F;
  margin-bottom: 20px;
}

#blog-page .blog-content a:hover {
  color: #0099F7;
}

#blog-page .blog-content a.read-more {
  text-transform: uppercase;
  font-size: 16px;
  color: #0099F7;
}

.blog-search {
  border: 1px solid #ddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-search input {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.blog-search i {
  font-size: 20px;
}

.blog-category h5,
.archive h5,
.recent-post h5,
.popular-tag h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0;
}

.blog-category a,
.archive a {
  display: block;
  color: #191919;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
  color: #0099F7;
}

.blog-category a.active,
.archive a.active {
  color: #0099F7;
}

.recent-post h5 {
  margin: 30px 0;
  margin-top: 50px;
  font-weight: 600;
}

.recent-post img {
  float: left;
  width: 70px;
  height:auto;
  border-radius: 7px;
}

.single-recent-post {
  padding-bottom: 25px;
}
.single-recent-post h6 {
  margin: 0;
  padding-left: 90px;
  font-weight: 600;
  font-size: 17px;
}
.single-recent-post h6 a {
  color: #0099F7;
  line-height: 1.5;
}

p.blog-date {
  padding-left: 90px;
  font-size: 15px;
}

.popular-tag h5 {
  margin: 30px 0;
  margin-top: 50px;
  font-weight: 600;
}

.popular-tag span {
  padding: 8px 15px;
  background: #00283F;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 15px;
  border-radius: 7px;
}
.popular-tag span.active {
  background: #0099F7;
}
.popular-tag span:hover {
  background: #0099F7;
}

.popular-tag a {
  color: #fff;
  padding: 5px;
}

.popular-tag span:hover a {
  color: #fff;
}

.author-profile img {
  width: 90px;
  height: 90px;
  float: left;
  border-radius: 5px;
}

.comments-section h5 {
  font-size: 22px;
  margin: 40px 0;
}

.comments-section img {
  width: 90px;
  height: 90px;
  float: left;
  border-radius: 5px;
}

.single-comments-section {
  margin-bottom: 50px;
}
.single-comments-section p {
  padding-left: 120px;
}
.single-comments-section p b {
  color: #333;
}
.single-comments-section p span {
  display: block;
  font-size: 15px;
}

a.reply-btn {
  text-transform: uppercase;
  font-size: 14px;
  background: #0984E2;
  color: #fff;
  padding: 4px 14px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.comments-form h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 50px 0;
}

.author-info {
  padding-left: 120px;
}
.author-info h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
  border: 1px solid #ddd;
  padding: 10px 30px 20px;
  margin: 20px 0;
  border-radius: 7px;
}

.pagination-block {
  display: block;
  margin: 45px auto;
}

.pagination-block .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  color: #08273E;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #e9eef6;
  border-radius: 3px;
  margin: 0 3px;
  padding: 0;
  transition: all 0.3s ease 0s;
}

.page-numbers.current {
  background: #0099F7;
  color: #fff;
}

.pagination-block .page-numbers:hover {
  background: #0099F7;
  color: #fff;
}

/* Single Blog Page  
============== */
.blog-meta {
  margin: 20px 0;
}
.blog-meta span i {
  color: #0099F7;
  font-size: 20px;
  margin-right: 10px;
}

.single-blog-wrap h3 {
  font-size: 28px;
  margin: 20px 0;
}
.single-blog-wrap h5 {
  margin: 20px 0;
}
.single-blog-wrap img {
  border-radius: 5px;
	width: 100%;
}

.footer-area {
  background: rgb(255, 255, 255,1);
  color: #fff;
	    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	    border-top: 1px solid #ccc;
}
.footer-area h6 {
  font-size: 20px;
  font-weight: 600;
  color: #f01c16;
  margin: 20px 0;
	margin-top: 0px;
}
.footer-area p {
  font-size: 15px;
  color: #fff;
  margin-top: 14px;
  margin-left: 0;
}
.footer-area ul li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding: 12px 0;
}
.footer-area ul li a:hover {
  color: #f01c16;
}

.footer-area .contact-info {
  margin-top: 10px;
}

.contact-info p {
  font-size: 15px;
  margin-bottom: 25px;
  color: #fff;
	display: flex;
}
.contact-info p:first-child {
  min-height: 115px;
}
.contact-info p i{
    padding-right: 5px;
    font-weight: 500;
    font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info p {
    font-size: 14px;
  }
}

.subscribe-form {
  position: relative;
}
.subscribe-form button {
  font-size: 16px;
  line-height: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0px;
  border: 0;
  cursor: pointer;
}
.subscribe-form input {
  margin: 0;
  background: #fff;
  border-radius: 0px;
  border: 0;
}
.subscribe-form input::placeholder {
  color: #797A7E;
  font-size: 14px;
}

.subscribe-form form {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer-up {
  padding: 40px 0;
  padding-top: 100px;
}
.footer-up .social-area i {
  color: #77848f;
  font-size: 21px;
  margin-right: 10px;
  margin-top: 20px;
}

.footer-bottom {
  background: #062134;
  padding: 15px 0;
}
.footer-bottom p {
  font-size: 14px;
  color: #77848f;
  margin-bottom: 0;
}
.footer-bottom a {
  font-size: 15px;
  color: #77848f;
  font-weight: 400;
}
.footer-bottom p.privacy {
  text-align: center;
}

p.privacy a {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}

p.privacy a:hover {
  text-decoration: underline;
}

p.privacy a:not(:last-of-type)::after {
  position: absolute;
  content: "|";
  display: inline-block;
  padding: 0 10px;
}

.footer-bottom .social-area i {
  font-size: 20px;
  color: #77848f;
  margin-right: 14px;
}

.copyright-line {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .copyright-line {
    text-align: center;
  }
}

.social-area {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .social-area {
    text-align: center;
    margin-top: 5px;
  }
}

.promo-area {
  padding: 0px 0;
  border:0px solid #eee;
}

.promo-area .quick_contact {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .promo-area .quick_contact {
    margin-bottom: 30px;
  }
}

.contact-icon i {
  font-size: 50px;
  color: #f01c16;
}

.contact-body {
  padding-left: 22px;
}
.contact-body h6 {
  font-size: 21px;
  margin-bottom: 10px;
}
.contact-body p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}

.promo-wrapper {
  margin-top: -150px;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo-wrapper {
   
  }
}
@media (max-width: 991px) {
	
	.about-wrap {
    grid-template-columns: 100% !important;
	}
	
  .promo-inner {
    margin-left: 5%;
    margin-right: 5%;
}
	.promo-wrapper {
  margin-top: -25px;
	}
}

.promo-inner {
  background: #f01c16;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 7px;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .promo-inner {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .promo-inner {
    flex-direction: column;
    align-items: center;
  }
}

.promo-heading {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo-heading {
    font-size: 36px;
    line-height: 46px;
  }
}

.promo-icon {
  flex: 0 0 60px;
}
.promo-icon img {
  width: 130px;
}
@media (max-width: 767px) {
  .promo-icon img {
            width: 100%;
        max-width: 120px;
        margin: auto;
  }
}

.promo-content {
  padding-left: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .promo-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .promo-content {
    text-align: center;
    margin-top: 15px;
  }
}
.promo-content p {
  color: #fff;
  margin-top: 20px;
  font-size: 17px;
  line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .promo-desc br {
    display: none;
  }
}

/*--------------------------------------------------------------
# Search Form 
--------------------------------------------------------------*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 0 40px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4C4C4D;
  font-size: 18px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-member-bg {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-member-bg {
    height: auto;
  }
}
@media (max-width: 767px) {
  .team-member-bg {
    height:auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-member-bg {
    width: 100%;
    height: 485px;
  }
}



.single-team-member {
  position: relative;
  margin-top: 25px;
  margin-bottom: 0px;
}
.single-team-member .team-content {
  position: relative;
  background: #fff;
  text-align: center;
  width: 100%;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.11);
	overflow: hidden;
}

.single-team-member .team-content .team-title {
  font-size: 14px;
  font-weight: 500;
  color: #7c7c7c;
}
.single-team-member .team-content .team-title a {
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 16px 0 5px;
	color: #1a2a36;
}
.single-team-member .team-content .team-subtitle p {
  opacity: 0.5;
}

.team-social {
  position: absolute;
  top: 0;
  left: -35px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-2px);
  transition: all 0.4s;
}
.team-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-social ul li {
  display: block;
}
.team-social ul li a {
  font-size: 20px;
  padding: 10px;
  transition: all 0.3s ease-out;
}
.team-social i {
  color: #0099F7;
}

.single-team-member:hover .team-social {
  visibility: visible;
  opacity: 1;
  left: 0;
  transform: translateY(0);
}
.memb{
	    position: relative;
    overflow: hidden;
}
.memb2 {
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    margin: auto;
    margin-top: 15px;
}
.memb img {
  transition: all 0.5s ease;
}
.single-team-member:hover .memb img {
  transition: all 0.5s ease;
    transform: scale(1.1);
}
    


.breadcrumb-area {
  height: auto;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-area img{
	width: 100%;
}
.breadcrumb-area .breadcrumb-title h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

.service-area .mb-30{
	margin-top: 10px;
}
.gray-bg .service-single {
    padding: 25px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 30px;
  }
	/*.breadcrumb-area {
    height: 400px !important;
	}*/
}
.breadcrumb-area h6 {
  color: #253745;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 25px;
}
.breadcrumb-area h6 a {
  color: #fff;
}
.breadcrumb-area p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

.breadcrumb-meta {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.breadcrumb-meta ul {
  margin: 0;
}

.accordion.faqs .card .card-header {
  background: #fff;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}

.accordion.faqs .card {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 2px solid #f3f5f8;
}

.accordion.faqs .card:last-child {
  margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
  padding: 15px 40px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #2b3e4b;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  border: none;
  padding-right: 95px;
}
.accordion.faqs .card .card-header .btn-link:hover {
  background: #f01c16;
  color: #fff;
}
.accordion.faqs .card .card-header .btn-link:focus {
  outline: none !important;
}
.accordion.faqs .card .card-header .btn-link:active {
  outline: none !important;
}

.accordion.faqs .card .card-header .btn-link::after {
  right: 40px;
  content: "+";
  height: 50px;
  width: 50px;
  text-align: center;
  top: 50%;
  font-size: 25px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  line-height: 51px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion.faqs .card .subtitle > button[aria-expanded=true]::after {
  content: "-";
}

.accordion.faqs .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion.faqs .card .card-body .content {
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  text-align: justify;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 2px solid #f3f5f8;
}

.faq-icon-box {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  top: 40%;
  right: 85px;
  margin-top: -70px;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-thumb {
  position: relative;
  z-index: 2;
}

.faq-icon-box img {
  -webkit-animation: 1.5s shake infinite;
  animation: 1.5s shake infinite;
  width: 80px;
  height: auto;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
.faq-icon-box::after {
  width: 180px;
  height: 180px;
  -webkit-box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  left: -20px;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.faq-section h2 {
  margin-bottom: 40px;
}

.question-section {
  background: #08273E;
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .question-section {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .question-section {
    margin-top: 50px;
  }
}

.question-section h6 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
  font-size: 14px;
  color: #fff;
}

.question-section button {
  font-size: 14px;
  letter-spacing: 1px;
}

.question-section input,
.question-section textarea,
.question-section select {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
}

.service-details {
  position: relative;
  display: block;
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  .service-details {
    padding: 35px 0 0;
  }
}

.service-details_sidebar {
  position: relative;
  display: block;
}

.service-details_sidebar-service {
  position: relative;
  display: block;
}

.service-details_sidebar-service-list {
  margin: 0;
}

.service-details_sidebar-service-list li + li {
  margin-top: 2px;
}

.service-details_sidebar-service-list li a {
  color: #08273E;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #edf3f6;
  padding: 20px 40px;
  margin-bottom: 20px;
}

.service-details_sidebar-service-list li.current a,
.service-details_sidebar-service-list li a:hover {
  background-color: #08273E;
  color: #fff;
}

.service-details_sidebar-service-list li a span {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #08273E;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.service-details_sidebar-service-list li.current a span,
.service-details_sidebar-service-list li a:hover span {
  transform: translateY(-50%) scale(1);
  color: #fff;
}

.service-details_need-help {
  position: relative;
  display: block;
  padding: 53px 50px 51px;
  text-align: center;
  z-index: 1;
  background-color: #08273E;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details_need-help {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-details_need-help {
    display: none;
  }
}

.service-details_need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #08273E;
  opacity: 0.1;
  z-index: -1;
}

.service-details_need-help-icon {
  height: 57px;
  width: 57px;
  background-color: #fff;
  color: #333;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  transition: all 500ms ease;
}

.service-details_need-help-icon:hover {
  background-color: #fff;
  color: #08273E;
}

.service-details_need-help-title {
  font-size: 35px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 33px;
}

.service-details_need-help-contact {
  position: relative;
  display: block;
  margin-top: 31px;
}

.service-details_need-help-contact p {
  font-size: 16px;
  color: #eee;
  margin: 0;
  line-height: 29px;
}

.service-details_need-help-contact a {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details_need-help-contact a:hover {
  color: #08273E;
}

.service-details_right {
  position: relative;
  display: block;
}

.service-details_img {
  position: relative;
  display: block;
}

.service-details_img img {
  width: 100%;
}

.service-details_img-icon {
  position: absolute;
  bottom: -40px;
  right: 30px;
  height: 98px;
  width: 98px;
  background-color: #08273E;
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 12px 0px rgba(176, 180, 183, 0.2392156863);
}

.service-details_img-icon img {
  width: 55px;
  height: auto;
}

.service-details_content {
  position: relative;
  display: block;
	margin: auto;
  margin-top: -100px;
	max-width: 1000px;
	    z-index: 9;
    background: #fff;
    padding: 50px;	
	padding-bottom: 10px;
  color: #253745;
}
.service-details_content p{
    text-align: justify;
}
.service-details_content ul{
  margin: 0;
	padding: 0;
	margin-top: 20px;
}
.service-details_content ul li{
  list-style: none;
	position: relative;
	padding-left: 35px;
	padding-bottom: 20px;
	color: #253745;
  display: block;
}
.service-details_content ul li::before{
    font-weight: 600;
	content: ">";
	text-align: center;
    background: #f01c16;
	width: 25px;
	height: 25px;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
	align-content: center;
	font-size: 18px;
}

.service-details_title {
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 23px;
}

.service-details_text-1 {
  margin: 0;
}

.service-details_text-2 {
  margin: 0;
}

.service-details_two-icons {
  position: relative;
  display: flex;
  overflow: hidden;
  border-top: 1px solid #c9d5db;
  border-bottom: 1px solid #c9d5db;
  padding: 39px 0 43px;
  margin: 49px 0 49px;
}
@media (max-width: 767px) {
  .service-details_two-icons {
    flex-direction: column;
    margin: 30px 0 30px;
    padding: 20px 0 20px;
  }
}

.service-details_two-icon-single {
  position: relative;
  display: block;
  max-width: 360px;
  width: 100%;
  padding-left: 110px;
  float: left;
}
@media (max-width: 767px) {
  .service-details_two-icon-single {
    margin-bottom: 30px;
  }
}

.service-details_two-icon {
  height: 90px;
  width: 90px;
  background-color: #b9dbcf;
  font-size: 28px;
  color: #08273E;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 11px;
  left: 0;
}

.service-icon img {
  width: 70px;
}

.service-details_two-icon span {
  position: relative;
  display: inline-block;
}

.service-details_two-icon-content {
  font-size: 20px;
  color: #08273E;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}

.service-details_text-3 {
  margin: 0;
}

.service-details_bottom {
  position: relative;
  display: flex;
  background-color: #08273E;
  align-items: center;
  padding: 51px 60px 51px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-details_bottom {
    flex-direction: column;
  }
}

.service-details_bottom-icon {
  display: flex;
  align-items: center;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .service-details_bottom-icon {
    width: inherit;
  }
}

.service-details_bottom-icon span {
  font-size: 62px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.service-details_bottom-text {
  font-size: 17px;
  color: #fff;
  margin: 0;
  font-weight: 500;
  line-height: 32px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .service-details_bottom-text {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.service-details_how-we-help {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.service-details_how-we-help-img {
  position: relative;
  display: block;
}

.service-details_how-we-help-img img {
  width: 100%;
}

.service-details_how-we-help-content {
  position: relative;
  display: block;
  margin-top: -9px;
}

.service-details_how-we-help-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

.service-details_how-we-help-text {
  font-size: 20px;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 35px;
}

.service-details_how-we-help-points {
  position: relative;
  display: block;
}

.service-details_how-we-help-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details_how-we-help-points li + li {
  margin-top: 6px;
}

.service-details_how-we-help-points li .icon {
  height: 15px;
  width: 15px;
  background-color: #08273E;
  color: #fff;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.service-details_how-we-help-points li .text {
  margin-left: 15px;
}

.service-details_how-we-help-points li .text p {
  color: #08273E;
  margin: 0;
  font-weight: 500;
}

.service-details_two-icon .service-icon i:before {
  color: #08273E;
  font-size: 50px;
  font-weight: 500;
}

.service-details_bottom-icon {
  font-size: 50px;
  color: #fff;
}

.service-details_sidebar-service-list i:before {
  font-size: 25px;
}

.service-details_two-icons .service-icon:before {
  display: none;
}

.service_details_slider .owl-nav button.owl-prev,
.service_details_slider .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  color: #f01c16;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service_details_slider .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.service_details_slider .owl-nav button.owl-prev:hover,
.service_details_slider .owl-nav button.owl-next:hover {
  background: #f01c16;
  color: #fff;
  border-color: #f01c16;
  opacity: 1;
}
.service_details_slider .slider-image img{
	width: 100%;
} 

.service-details_img .pop-up-video a.video-play-btn {
  font-size: 25px;
  color: #fff;
  border: 2px solid #f01c16;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background: #f01c16;
  cursor: pointer;
  z-index: 9;
}

.need_help_img {
  margin-top: 50px;
}

.service-list li {
  display: block;
  margin-bottom: 20px;
}

.single-content-wrapper {
  position: relative;
}

.project-details-box {
  background: #f01c16;
  color: #fff;
  width: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-box {
    position: relative;
    bottom: -40px;
    margin-bottom: 80px;
	          width: 100%;
  }
}
@media (max-width: 767px) {
  .project-details-box {
    position: relative;
    bottom: -40px;
    margin-bottom: 80px;
    width: 320px;
  }
}

.project-details-box {
  padding: 20px;
}

.project-details-box-title h4 {
  font-size: 24px;
  color: #fff;
  padding: 10px;
}

.detail-box-list .list-details h5 {
  font-size: 20px;
  color: #fff;
  padding-left: 30px;
}
.detail-box-list .list-details h5 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

.detail-box-list .list-details p {
  color: #fff;
}

.list-details {
  display: flex;
  align-items: center;
}

.detail-box-list {
  margin-top: 30px;
}

.detail-box-list li {
  padding: 15px 0;
  display: block;
  margin-left: 15px;
}

.list-details i:before {
  color: #fff;
  font-size: 24px;
}

.detail-box-list ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.single-content-area h4 {
  margin: 30px 0 20px;
  font-size: 28px;
  font-weight: 600;
}

.single-content-area p {
  margin: 0;
  text-align: justify;
}

#project-page .single-service-item {
  box-shadow: none;
}

#project-page .single-service-item .service-rating {
  display: none;
}

.project-solutions-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  position: relative;
  padding-left: 40px;
}
.project-solutions-list li i {
  font-size: 24px;
  color: #f01c16;
  position: absolute;
  top: 6px;
  left: 0;
}
.project-solutions-list li i::before {
  padding-right: 15px;
}

.project-details-btn {
  margin: 50px 0;
}






/**/


.creative-hero-banner video {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.creative-hero-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-radius: 0px;
  position: absolute;
}


.hero__figure {
    position: absolute;
    inset: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    overflow: hidden;
}
.hero__figure::before {
    content: '';
    position: absolute;
    inset: 0px;
    z-index: 10;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 88.98%);
	display: none;
}


.hero__media--hidden {
    opacity: 0;
}
.hero__media--image {
    z-index: 1;
    transition-delay: 500ms;
}


.hero__media--video {
    z-index: 0;
}
.hero__media {
    position: absolute;
    z-index: 0;
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: opacity ease-out 450ms;
}

.plusdiv{
	font-size: 25px;
}
.aboutdiv{
	padding: 30px;
	background-color: #fff;
}
.aboutdiv p{
	color: #253745;
	    font-size: 16.5px;
    text-align: justify;
}


.aboutdiv img{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 25px;
}

.service-content p{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.flagfiv{

}
.flagfiv img{
  width: 100%;
	max-width: 35px;
}
.flagfiv:nth-last-child(2){
	
	margin-right: 10px;
}

.locationdiv01{
	position: relative;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
}

.service-content h4{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.locationdiv01 svg{
	width: 100%;
	    height: auto;
}
.vismissdiv img{
	width: 100%;
	max-width: 150px;
}
.contact-wrap {
	background-color: transparent;
	padding: 60px;
}
.contact-desc p{
	color: #253745;
}
.bg-white1{
	background-color:rgba(255,255,255,.8);
	    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.bg-white1:hover{
	background-color:rgba(240,28,22,.8);
}
.bg-white1:hover .contact-desc p{
	color: #fff;
}
.bg-white1:hover .section-title h2{
	color: #fff;
}
.bg-white1:hover .vismissdiv img{
	filter: brightness(0) invert(1);
}

.quotation-area .container{
	max-width: 1120px;
}

.team-wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.team-wrap img{
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s;
}
.team-wrap img:hover {
    transform: scale(1.1);
}
.teambg{
	background-color: #f01c16;
}
.teamdiv1 li img{
	width: 55px;
	margin-right: 8px;
}
.teamdiv1 li {
	font-size: 20px;
	align-items: center;
	line-height: 28px;
}
.team2wrap{
	padding: 100px;
}
.teamtextp p{
	color: #fff;
	font-size: 20px;
}

.buttdiv{
	    width: 280px;
	margin: auto;
	margin-top: 30px;
}
.buttdiv li{
	    width: 50%;
	text-align: center;
	    font-family: "Urbanist", sans-serif;
	font-size: 18px;
}
.buttdiv li a{
	color: #253745 !important;
	    border-color: var(--bs-nav-tabs-link-hover-border-color) !important;
}

.buttdiv .active{
	background-color: #f01c16 !important;
	color: #fff !important;
}
.project-slider .owl-dots{
	margin-top: 0px;
	margin-bottom: 80px;
}

.isodiv{
	position: relative;
}
.isodiv img{
	width: 100%;
	max-width: 85%;
}
.img-add1{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    height: auto;
}
.world-map{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 500px;
	width: 100%;
    top: 0;
    bottom: 0;
}
.abut-small img{
	max-width: 250px;
}
.facili1 {
	margin-top: 30px;
}
.faci-main .owl-dots {
    text-align: center !important;
}
.faci-main .service-single:hover::before {
    opacity: .5;
    background-color: #ccc;
}
.faci-main .service-single:before{
	background-color: transparent;
}
.mtp-100{
	margin-top: 100px;
}







.org-chart {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.org-chart h1 {
  margin-bottom: 40px;
  color: #263238;
}

.card {
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
}

.ceo {
  background: #f01c16;
  color: #fff;
  width: 290px;
  margin: auto;
	    font-size: 20px;
}

.gm {
  background: #062134;
  color: #fff;
  width: 290px;
  margin: 0px auto;
	font-size: 20px;
}

.top-level {
  position: relative;
}

.line-vertical {
  width: 2px;
  height: 65px;
  background: #cfd8dc;
  margin: auto;
}

.line-horizontal {
  width: 100%;
  height: 2px;
  background: #cfd8dc;
  margin: 40px 0;
}

.departments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.card h3 {
  margin-bottom: 10px;
}

.hse { border-top: 6px solid #2e7d32; }
.operations { border-top: 6px solid #1565c0; }
.hr { border-top: 6px solid #6a1b9a; }
.finance { border-top: 6px solid #f9a825; }
.procurement { border-top: 6px solid #ef6c00; }

.card p {
  font-size: 14px;
  color: #455a64;
  margin: 4px 0;
}

/* Mobile */
@media (max-width: 768px) {
  .line-horizontal {
    display: none;
  }
}


.boarddire{
	position: relative;
	margin-top: 15px;
	z-index: 9;
}
.boarddire1{
	position: relative;
	    margin-top: 22px !important;
}
.boarddire1 li a{
	color: #253745 !important;
}


.single-image-wrapper img{
	width: 100%;
}





.magnific-img img {
    width: 100%;
    height: auto;
}

.magnific-img {
    display: inline-block;
    width: 100%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -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.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }




.thumbnail_slider {
    max-width: 100%;
    margin: 0px auto;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100%;
    overflow: hidden;
    transition: .2s;
    border-width: 2px !important;
    margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}




.single-slide-item .overlay{
    opacity: 0.4;
    z-index: 9;
}
.single-slide-item .container{
    position: relative;
	z-index: 99;
}

.service-details2 .single-slide-item {
    background-size: cover;
    background-position: center;
    color: #fff;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
	    display: block !important;
    align-items: normal;
    width: 100% !important;
}
.service-details2 .single-slide-item .slider-image img{
    width: 100%;
}

.faci-main .service-single::before{
	display: none;
}


.inside-page-title{
	position: relative;
}


.navbar-toggler {
		background: rgba(0, 0, 0, .3)
	}

.modal{
	align-content: center;
}
.arrow-big .splide__arrows{
	position: absolute;
    margin-top: 30%;
    width: 100%;
    z-index: 9;
}
.gallery .btn{
	padding: 0px;
	background-color: transparent;
	border: 0px;
}



/*.outer { margin:0 auto; max-width:800px;}
#big .item { background: #ec6e46; padding: 0px 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item { background: #C9C9C9; height:auto; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }*/


.Grid {
  width: 100%;
  margin: 0rem auto;
}
.Grid-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.Card {
  position: relative;
  /*flex: 0 1 100%;*/
  background-color: #fff;
  padding-bottom: 5rem;
  transition: background-color 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
  color: #000;
}
.Card-thumb {
  position: relative;
  width: 100%;
  height:auto;
  perspective-origin: 50% 0%;
  perspective: 600px;
  z-index: 1;
}
.Card-image,
.Card-shadow {
  position: absolute;
  display: block;
  width: 100%;
    height: 17rem;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.Card-shadow {
  opacity: 0.8;
}
.Card-shadow:nth-child(1) {
  opacity: 0.6;
  background-color: #f01c16;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.07s;
}
.Card-shadow:nth-child(2) {
  opacity: 0.7;
  background-color: #980b07;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.05s;
}
.Card-shadow:nth-child(3) {
  background-color: #ff403b;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.03s;
}
.Card-image {
  position: relative;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #607d8b;
}
.Card-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3f51b5;
  content: '';
  opacity: 0;
  transition: opacity 0.1s;
}
.Card-title,
.Card-explore {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
}
.Card-title span,
.Card-explore span {
  padding: 0.5rem;
  flex: 1 1 auto;
  text-align: center;
}
.Card-explore {
  opacity: 0;
  transform: translate(0, -1rem);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #673ab7;
}
.Card-button {
  position: absolute;
  left: 50%;
  top: 5rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 2rem;
  border: 2px solid #f01c16;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  transform: translate(-50%, 2rem);
  cursor: pointer;
  transition: all 0.2s;
  opacity: 0;
  outline: none;
  z-index: 4;
}
.Card:hover,
.Card--active {
  background-color: #f5f5f5;
  cursor: pointer;
}
.Card:hover .Card-thumb,
.Card--active .Card-thumb {
  z-index: 3;
}
.Card:hover .Card-title,
.Card--active .Card-title {
  opacity: 0;
}
.Card:hover .Card-explore,
.Card--active .Card-explore {
  opacity: 1;
  transform: translate(0, 1rem);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}
.Card:hover .Card-image,
.Card--active .Card-image {
  transform: scale(1.05) translate(0, -1rem) rotateX(25deg);
}
.Card:hover .Card-image::before,
.Card--active .Card-image::before {
  opacity: 0.4;
}
.Card:hover .Card-shadow:nth-child(3),
.Card--active .Card-shadow:nth-child(3) {
  transform: scale(1.02) translate(0, -0.1rem) rotateX(15deg);
}
.Card:hover .Card-shadow:nth-child(2),
.Card--active .Card-shadow:nth-child(2) {
  transform: scale(0.9) translate(0, 1.5rem) rotateX(15deg);
}
.Card:hover .Card-shadow:nth-child(1),
.Card--active .Card-shadow:nth-child(1) {
  transform: scale(0.82) translate(0, 3.5rem) rotateX(5deg);
}
.Card:hover .Card-button,
.Card--active .Card-button {
  opacity: 1;
  color: #f01c16;
  transform: translate(-50%, 0);
}
.Card:hover .Card-button:hover,
.Card--active .Card-button:hover {
  color: #fff;
  background-color: #f01c16;
}
.Card--active,
.Card--active:hover {
  background: none;
}
.Card--active .Card-explore,
.Card--active:hover .Card-explore {
  opacity: 0;
  transform: translate(0, 3rem);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.Card--active .Card-image,
.Card--active:hover .Card-image {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(1.05) translate(0, -2.5rem) rotateX(50deg);
}
.Card--active .Card-image::before,
.Card--active:hover .Card-image::before {
  opacity: 0.4;
}
.Card--active .Card-button,
.Card--active:hover .Card-button {
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.42, 0, 0.58, 1);
  transform: translate(-50%, -2rem) scale(1, 0.4);
}
.Grid-row:nth-child(1) .Card:nth-child(1).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(1) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(6%, 113%);
}
.Grid-row:nth-child(1) .Card:nth-child(1).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(1) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(6%, 223%);
}
.Grid-row:nth-child(1) .Card:nth-child(1).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(1) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(81%, 80%);
}
.Grid-row:nth-child(1) .Card:nth-child(2).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(1) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-108%, 113%);
}
.Grid-row:nth-child(1) .Card:nth-child(2).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(1) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-108%, 223%);
}
.Grid-row:nth-child(1) .Card:nth-child(2).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(1) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(26%, 80%);
}
.Grid-row:nth-child(1) .Card:nth-child(3).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(1) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-222%, 113%);
}
.Grid-row:nth-child(1) .Card:nth-child(3).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(1) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-222%, 223%);
}
.Grid-row:nth-child(1) .Card:nth-child(3).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(1) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(-29%, 80%);
}
.Grid-row:nth-child(2) .Card:nth-child(1).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(2) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(6%, -55%);
}
.Grid-row:nth-child(2) .Card:nth-child(1).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(2) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(6%, 55%);
}
.Grid-row:nth-child(2) .Card:nth-child(1).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(2) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(81%, 0%);
}
.Grid-row:nth-child(2) .Card:nth-child(2).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(2) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-108%, -55%);
}
.Grid-row:nth-child(2) .Card:nth-child(2).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(2) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-108%, 55%);
}
.Grid-row:nth-child(2) .Card:nth-child(2).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(2) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(26%, 0%);
}
.Grid-row:nth-child(2) .Card:nth-child(3).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(2) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-222%, -55%);
}
.Grid-row:nth-child(2) .Card:nth-child(3).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(2) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-222%, 55%);
}
.Grid-row:nth-child(2) .Card:nth-child(3).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(2) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(-29%, 0%);
}
.Grid-row:nth-child(3) .Card:nth-child(1).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(3) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(6%, -223%);
}
.Grid-row:nth-child(3) .Card:nth-child(1).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(3) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(6%, -113%);
}
.Grid-row:nth-child(3) .Card:nth-child(1).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(3) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(81%, -80%);
}
.Grid-row:nth-child(3) .Card:nth-child(2).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(3) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-108%, -223%);
}
.Grid-row:nth-child(3) .Card:nth-child(2).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(3) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-108%, -113%);
}
.Grid-row:nth-child(3) .Card:nth-child(2).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(3) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(26%, -80%);
}
.Grid-row:nth-child(3) .Card:nth-child(3).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(3) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-222%, -223%);
}
.Grid-row:nth-child(3) .Card:nth-child(3).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(3) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-222%, -113%);
}
.Grid-row:nth-child(3) .Card:nth-child(3).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(3) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(-29%, -80%);
}
.Gallery {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
  opacity: 0;
  transform: scale(1.2);
  transition: none;
  padding: 10rem 0;
	padding-bottom: 5rem;
  overflow-y: scroll;
}
.Gallery-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #eee;
  padding-bottom: 5rem;
}
.Gallery-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 3rem;
  opacity: 0.5;
  cursor: pointer;
}
.Gallery-close:hover {
  opacity: 0.8;
}
.Gallery-images {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.Gallery-images:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.33s;
  opacity: 0;
  transform: translate(0, 3rem) scale(1.1);
}
.Gallery-images:nth-child(4) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.44s;
  opacity: 0;
  transform: translate(0, 3rem) scale(1.1);
}
.Gallery-images:nth-child(5) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.55s;
  opacity: 0;
  transform: translate(0, 3rem) scale(1.1);
}
.Gallery-images:nth-child(6) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.66s;
  opacity: 0;
  transform: translate(0, 3rem) scale(1.1);
}
.Gallery-left {
  flex: 1 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.Gallery-image {
  display: block;
  width: 33.33%;
	padding: 5px;
  height: auto;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.Gallery-image--primary {
  width: 31rem;
  height: 20rem;
  background-color: #673ab7;
}
.Gallery--active {
  z-index: 100;
  background: #fff;
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
}
.Gallery--active .Gallery-close {
  display: block;
}
.Gallery--active .Gallery-images {
  opacity: 1;
  transform: none;
}


.ptt-0{
	padding-bottom: 0px !important;
}
.agencies-item-wrap .owl-stage{
	margin: auto;
  display: flex;
}
.agencies-item-wrap .owl-item{
  display: flex;
}
.contact-info iframe{
	border-radius: 15px;
}
.facilidiv{
	margin-top: 0;
    padding: 0 !important;
    background: transparent;
}
.service-item-wrap .owl-stage{
	margin: auto;
}

.single-content-area ul {
	padding-top: 15px;
}
.single-content-area ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    padding-bottom: 15px;
    color: #253745;
    display: block;
}
.single-content-area ul li::before {
    font-weight: 600;
    content: ">";
    text-align: center;
    background: #f01c16;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    align-content: center;
    font-size: 18px;
}





@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }


@media all and (max-width: 1300px) {
.service-details_content {
    margin-top: 0px;
	    padding-left: 20px;
    padding-right: 20px;
}
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.flowimg1 img:last-child{
	display: none;
}

@media all and (max-width: 991px) {
	
	.blog-wrap {
    margin-bottom: 20px;
}
	
	.pt-80 {
    padding-top: 20px;
}
	.boarddire {
    margin-top: 0px;
	}
	.mb-100 {
    margin-bottom: 50px;
}
	.mt-70 {
    margin-top: 20px;
}
	
	.main-menu li.nav-item {
    margin-right: 0px;
}
	
	.flowimg1 img:last-child{
	display: block;
}
.flowimg1 img:first-child{
	display: none;
}
	
	.breadcrumb-area img{
		    height: 240px;
    object-fit: cover;
	}
	
}


/**/







@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-img-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .single-img-wrapper {
    margin-top: 20px;
  }
	.Gallery-image {
    width: 50%;
	}
}

.project-solutions .pop-up-video a.video-play-btn {
  font-size: 25px;
  color: #fff;
  border: 2px solid #63BD62;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -160px;
  margin-left: -35px;
  margin-top: -35px;
  background: #63BD62;
  cursor: pointer;
  z-index: 9;
}

.single-img-wrapper img {
  border-radius: 7px;
}

.project-solutions img {
  border-radius: 7px;
}

.progress-bar-area {
  margin-top: 35px;
}

.single-bar-item {
  padding-top: 7px;
}
.single-bar-item h6 {
  font-size: 18px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
	.footer-up {
    padding: 10px 0;
    padding-top: 60px;
}
	.contact-info p:first-child {
  min-height: auto;
}
	.contact-info p {
    margin-bottom: 0px;
}
	
  .single-bar-item h6 {
    font-size: 16px;
  }
}
.single-bar-item h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.barfiller .fill {
  background: #f01c16 !important;
  border-radius: 8px;
}

.expertise-content {
  padding: 100px 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expertise-content {
    padding: 90px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-content {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .expertise-content {
    padding: 60px 40px;
  }
}

.expertise-img {
  background-image: url(../img/expertise.jpg);
  background-size: cover;
  height: 50%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .expertise-img {
    height: 350px;
  }
}

.subscribed-wrap {
  height: 50%;
  background: #f01c16;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribed-wrap {
    height: 350px;
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .subscribed-wrap {
    height: 350px;
    padding: 40px;
  }
}
.subscribed-wrap h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .subscribed-wrap h3 {
    font-size: 32px;
  }
}
.subscribed-wrap button[type=submit] {
  background: #0D232E;
}

/*








 */