@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #1c73ea;
  font-family: "Poppins", sans-serif;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

p,
.text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #505050;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
/*** 

====================================================================
Main Header
====================================================================

***/

.main-header .logo:before {
  position: absolute;
  top: 0;
  margin-right: -230px;
  right: 100%;
  height: 100%;
  width: 1000%;
  background-color: #ffffff;
  content: "";
  transform: skew(40deg);
  z-index: -1;
}
.main-header .logo {
  position: relative;
}

.main-header .logo img {
  width: 70%;
  padding: 10px;
}

.main-header .logo {
  width: 169px;
}

.main-header .main-box {
  position: relative;
  .pq-breadcrumb {
    padding: 60px 0;
    background-image: url(../images/inner-banner.jpg) !important;
  }
  .breadcrumb-item.active {
    color: #f8c301 !important;
  }
  .pq-breadcrumb {
    position: relative;
    z-index: 10;
  }
  .pq-breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #bbbbbb6e; */
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .pq-breadcrumb .pq-breadcrumb-title h1 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #ffffff;
  }
  .breadcrumb {
    background-color: transparent !important;
  }
  .pq-breadcrumb-container .breadcrumb li a {
    color: #ffffff;
  }
  left: 0px;
  top: 0px;
  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;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 767px) {
  .pq-breadcrumb .pq-breadcrumb-title h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 40px 0px;
  margin-right: 40px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-weight: 400;
  color: #c40404;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
}

.main-menu .navigation > li > a:before {
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 2px;
  width: 0%;
  background: #ec7325;
  content: "";
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
  left: 0;
  width: 75%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 270px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: rgb(255, 255, 255);
  /* background: linear-gradient(90deg, rgba(240,80,36,1) 34%, rgba(246,152,34,1) 97%); */
  margin-top: 30px;
  opacity: 0;
  /* display: none; */
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-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);
  visibility: hidden;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 210px;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 4px 13px;
  line-height: 29px;
  font-weight: 500;
  font-size: 17px;
  color: #004282;
  text-align: left;
  margin: 0 5px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 5px;
}

.dropdown ul li:last-child a {
  /* border-bottom: none !important; */
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #6d9bc9;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 5px;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
  /* transform: rotate(180deg); */
}

.dropdown2a > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 5px;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
  transform: rotate(180deg);
}
.dropdown a i {
  font-size: 13px;
}
.main-menu .navigation > li > ul > li > ul li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 270px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 1;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-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);
}
.main-menu .navigation > li > ul > li > ul li > :hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dropdown2a ul {
  position: absolute;
  top: 0;
  right: 100%;
  width: 260px;
  background-color: #fff;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-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);
}

.dropdown2a ul li a {
  position: relative;
  display: block;
  padding: 8px 13px;
  line-height: 29px;
  font-weight: 500;
  font-size: 17px;
  color: #000066 !important;
  text-align: left;
  margin: 0 5px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5dede;
}
.dropdown2a li {
  bottom: 2px solid #bebdbd !important;
}
.dropdown2a:hover ul {
  display: block;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 200px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-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);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 9px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #000066;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5 !important;
  transition: all 300ms ease;
  margin: 0 1px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  /* background-color: #3f9f81; */
  margin-bottom: 3px;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #000066;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: rgb(255, 255, 255);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}

.main-header .outer-box .theme-btn {
  display: block;
  min-width: 160px;
}

.dropdown_t ul {
  position: absolute;
  top: 0;
  right: -270px;
  width: 300px;
  background-color: #f48023;
  display: none;
}

.dropdown_t:hover ul {
  display: block;
}

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  backdrop-filter: blur(7px);
  animation: slideDown 0.45s ease-out;
  background-color: #fff;
}

.page-header.is-sticky .main-menu .navigation > li > a {
  color: #000000 !important;
  font-weight: 500;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.is-sticky span {
  width: 30px !important;
}
/* .is-sticky .sidebar {
    z-index: 1 !important;
} */
.is-sticky .toggle span:before,
.toggle span:after {
  background: #000000;
}

.is-sticky .toggle span {
  background: #000000 !important;
}
.is-sticky.toggle span:after {
  background: #000000 !important;
}

.is-sticky .toggle span:after {
  top: 8px;
  background-color: #000;
}

/*** 

====================================================================
Mobile Menu
====================================================================

***/

.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 50px;
  cursor: pointer;
  color: #ffffff;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-right: 15px;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 100vh !important;
  margin: 0 auto;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
  width: 100px;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
  height: 40px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: relative;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 20px;
  top: 75px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #1c73ea;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  padding: 0 20px;
}

.mobile-menu .navigation > li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.mobile-menu .navigation > li > a {
  font-weight: 500;
  border: 1px solid #eeeeee;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #404040;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #1c73ea;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  border-left: 1px solid #fafafa;
  color: #222222;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
  display: inline-block;
  position: relative;
  content: "\f068";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  margin-left: 10px;
}

.mobile-nav-toggler span {
  color: #ffffff;
}

.header-style {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #2222228c;
}

.header-style .main-menu .navigation > li > a {
  color: #ffffff;
  font-weight: 500;
}

.header-style .main-menu .navigation > li > a:before {
  bottom: -4px;
}

.header-style .main-menu .navigation > li > a:hover:before,
.header-style .main-menu .navigation > li.current > a:before {
  width: 25px;
}

.header-style .menu-outer {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0px 0px;
}

.header-style .outer-box .theme-btn {
  min-width: 160px;
}

.header-style .logo {
  padding: 0px 0;
}

.header-style-three {
  top: 0;
}

.header-style-three .menu-outer {
  position: relative;
  padding: 40px 0 !important;
}

.header-style-three .theme-btn {
  min-width: 160px;
}
.cu-width li {
  /* width: 48% !important; */
  display: inline-block !important;
}
.cu-width {
  width: 210px !important;
}
/* ...............header-end.................. */

/*** 

====================================================================
		Banner Section Three
====================================================================

***/

.banner-section-three {
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.banner-section-three .banner-carousel-two {
  z-index: 99;
}

.banner-section-three .slide-item {
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 240px 0;
}

.banner-carousel-two .content-box {
  position: relative;
}

.banner-carousel-two .content-box .inner-box {
  position: relative;
  float: right;
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 70px 70px 60px;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}

.banner-carousel-two .content-box .inner-box:before {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 1000%;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
}

.banner-carousel-two .active .content-box .inner-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit--moz-transition-delay: 300ms;
  -moz--moz-transition-delay: 300ms;
  -ms--moz-transition-delay: 300ms;
  -o--moz-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
}

.banner-carousel-two .content-box .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 22px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.banner-carousel-two .active .content-box .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-carousel-two .content-box h2 {
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.banner-carousel-two .active h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel-two .content-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

.banner-carousel-two .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-carousel-two .link-box {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-carousel-two .active .link-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-carousel-two .link-box a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ec7325;
  font-weight: 400;
  padding: 0;
  transition: all 300ms ease;
}

.banner-carousel-two .link-box a:hover {
  color: #ffffff;
}

.banner-section-three .contact-info {
  position: absolute;
  left: 45px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: left;
  bottom: 75px;
}

.banner-section-three .contact-info li {
  position: relative;
  float: left;
  margin-right: 35px;
  font-size: 14px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
}

.banner-section-three .contact-info li span {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #aaaaaa;
  font-weight: 400;
}

.banner-section-three .contact-info li a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .contact-info li a:hover {
  color: #ff8a00;
}

.banner-carousel-two .owl-nav {
  position: absolute;
  max-width: 1170px;
  padding: 0 20px;
  width: 180%;
  text-align: right;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 0;
}

.banner-carousel-two .owl-next,
.banner-carousel-two .owl-prev {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 14px;
  color: #bbbbbb;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 6px;
  background-color: transparent;
  z-index: 9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.banner-carousel-two .owl-next:hover,
.banner-carousel-two .owl-prev:hover {
  color: #ff8a00;
}

.banner-carousel-two .owl-next:before,
.banner-carousel-two .owl-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  border: 2px solid #bbbbbb;
  border-right: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.banner-carousel-two .owl-next:hover:before,
.banner-carousel-two .owl-prev:hover:before {
  border-color: #ff8a00;
}

.banner-carousel-two .owl-next:before {
  left: auto;
  right: -25px;
  border: 2px solid #bbbbbb;
  border-left: 0;
}

.banner-carousel-two .owl-next span {
  margin-left: 5px;
}

.banner-carousel-two .owl-prev span {
  margin-right: 5px;
}

.banner-section-three .bottom-box {
  position: relative;
  background-color: #1e2b37;
}

.banner-section-three .bottom-box .outer-box {
  position: relative;
  padding: 35px 0;
}

.banner-section-three .bottom-box .outer-box:before {
  position: absolute;
  top: 0;
  margin-left: -300px;
  left: 100%;
  height: 100%;
  width: 1000%;
  background-color: #ffffff;
  content: "";
  transform: skew(40deg);
}

.banner-section-three .social-links {
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
}

.banner-section-three .social-links li {
  position: relative;
  float: left;
  margin-right: 55px;
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .social-links li span {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section-three .social-links li i {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .social-links li a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .social-links li a:hover span,
.banner-section-three .social-links li a:hover {
  color: #3c3891;
}

/* ...................welcome-one.............. */

.welcome-one {
  position: relative;
  display: block;
  padding: 80px 0px;
  overflow: hidden;
}
.welcome-one__left {
  position: relative;
  display: block;
  margin-left: -70px;
  margin-right: 270px;
}
.welcome-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.welcome-one__img-box:before {
  border-style: solid;
  border-width: 5px;
  border-color: #ec7325;
  background-color: rgba(9, 9, 9, 0);
  position: absolute;
  right: -55px;
  top: 40px;
  width: 181px;
  height: 167px;
  content: "";
  z-index: -1;
}
.welcome-one__img-1 {
  position: relative;
  display: block;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  z-index: 3;
}
.welcome-one__img-1 img {
  width: 100%;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}
.welcome-one__img-2 {
  position: absolute;
  top: 125px;
  right: -270px;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  z-index: 1;
}
.welcome-one__img-2 img {
  width: auto;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}
.welcome-one__img-2 img {
  width: auto;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}
.welcome-one__experience {
  position: absolute;
  bottom: -94px;
  left: 130px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 58px;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 3;
}
.welcome-one__experience:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #ec7325;
  content: "";
}
.welcome-one__experience-shape {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.welcome-one__experience-year h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.welcome-one__dot {
  position: absolute;
  bottom: -26px;
  left: -110px;
  opacity: 0.3;
}
.welcome-one__dot img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px)
      translateX(20px);
  }
}
.welcome-one__right {
  position: relative;
  display: block;
  margin-left: 20px;
}
.welcome-one__right .section-title {
  margin-bottom: 10px;
}
.section-title__tagline {
  position: relative;
  display: inline-block;
  color: #ec7325;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.section-title__title {
  margin: 0;
  font-size: 32px;
  line-height: 41px;
  font-weight: 700;
  margin-top: 1px;
}

.welcome-one__text {
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
}
.feature-two-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.feature-two-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.feature-two-shape-1 img {
  width: auto;
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #ec7325;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 41px 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}
.thm-btn:hover {
  color: #fff;
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background-color: #1e2b37;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}
.thm-btn:hover:after {
  opacity: 1;
  width: 100%;
}
.welcome-one__experience-text {
  font-size: 20px;
  line-height: 26px;
  margin-left: 16px;
}

/* ..feature-one...... */

.feature-one {
  position: relative;
  display: block;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}
.feature-one__list {
  position: relative;
  display: -webkit-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.feature-one__single {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}
.feature-one__content {
  position: relative;
  display: block;
  background-color: #ffffff;
  /* box-shadow: 0 0 3px rgb(0 0 0 / 12%); */
  padding: 30px 20px 30px;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
  margin: 0px 11px;
  box-shadow: 0px 0px 16px 2px #0000000d;
  height: 278px !important;
}
.feature-one__content:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  content: "";
  /* background-color: #e2ddda; */
}
.feature-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-one__shape-1 img {
  width: auto;
}
.feature-one__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-one__shape-2 img {
  width: auto;
}
.feature-one__icon {
  position: relative;
  display: block;
}
.feature-one__icon span {
  position: relative;
  display: block;
  font-size: 47px;
  color: #eb7225;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.icon-mind:before {
  content: "\e905";
}
.feature-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1e2b37;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-one__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-one__single:hover .feature-one__shape-1 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.feature-one__single:hover .feature-one__shape-2 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.feature-one__single:hover .feature-one__icon span {
  color: #ffffff;
}
.feature-one__single:hover .feature-one__text {
  color: #ffffff;
}
.feature-one__text {
  margin-bottom: 0px !important;
}
.feature-one__single:hover .feature-one__content:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.feature-one__content:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: #1e2b37;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.feature-one__single:hover .feature-one__title {
  color: #fff;
}
/* ..........service.......... */

.specialize-section {
  position: relative;
  padding: 30px 0;
  z-index: 0;
}

.specialize-section .sec-title {
  margin-bottom: 30px;
}
.sec-title h2 {
  color: #fff;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
}
.services-carousel-two {
  position: relative;
  padding-bottom: 80px;
}

.service-block-two {
  position: relative;
}

.service-block-two .inner-box {
  position: relative;
  display: block;
  background-color: #fff;
}

.service-block-two .image-box {
  position: relative;
}

.service-block-two .image-box .image {
  position: relative;
  margin-bottom: 0;
  /* background-color: #222222; */
  overflow: hidden;
}

.service-block-two .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.service-block-two .image-box:hover .image img {
  opacity: 0.7;
  transform: scale(1.2);
}

.service-block-two .caption-box {
  position: relative;
  padding: 13px 8px;
  text-align: center;
}

.service-block-two .caption-box h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.3em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 5px;
}

.service-block-two .caption-box h3 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .caption-box h3 a:hover {
  color: #080808;
}

.service-block-two .link-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #ec7325;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .link-box a:hover {
  color: #222222;
}

.services-carousel-two .owl-nav {
  display: none;
}

.services-carousel-two .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.services-carousel-two .owl-dot {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 4px;
  margin: 0 5px;
  background-color: #b6b6b6;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 7px;
}

.services-carousel-two .owl-dot:hover,
.services-carousel-two .owl-dot.active {
  height: 30px;
  margin-bottom: 0;
  background-color: #ff8a00;
}

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.service-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#1e2b37e8 0, #1f2c38eb 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.service-bg {
  background-image: url(../images/10.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}
/* .......faq........ */

.faq-section {
  position: relative;
  padding: 100px 0 35px;
  overflow: hidden;
}

.faq-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 38%;
  background-image: url(../images/icon-dot.png);
  background-repeat: repeat;
  background-position: center;
  content: "";
}

.faq-section:after {
  position: absolute;
  right: 15px;
  bottom: 125px;
  height: 488px;
  width: 320px;
  background-image: url(../images/icon-flower.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}

.faq-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.faq-section .image-column .inner-column {
  position: relative;
}

.faq-section .image-column .image-box {
  position: relative;
}

.faq-section .image-column .image {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}

.faq-section .title-column .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.faq-section .accordion-column {
  position: relative;
}

.faq-section .accordion-column .inner-column {
  position: relative;
  padding-top: 45px;
  padding-left: 30px;
}

.faq-section .accordion-column .sec-title {
  margin-bottom: 35px;
}

.faq-section .accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 19px;
  line-height: 28px;
  color: #252525;
  font-weight: 600;
  cursor: pointer;
  padding: 15px 25px 15px;
  padding-right: 50px;
  border: 1px solid #dddddd;
  font-family: "Rubik", sans-serif;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 20px;
}

.accordion-box .block .acc-btn.active {
  background-color: #ec7325;
  color: #ffffff;
  margin-bottom: 0px;
}

.accordion-box .block .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #252525;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  opacity: 1;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
  content: "\f146";
  font-family: "FontAwesome";
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  background-color: #ffffff;
}

.accordion-box .block .content {
  position: relative;
  padding: 20px 25px;
  margin-bottom: 0;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content .text {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
.faq-section .accordion-column .inner-column {
  position: relative;
  padding-top: 45px;
  padding-left: 30px;
}
.image img {
  width: 100%;
}
.faq-section .accordion-column .faq-title {
  margin-bottom: 35px;
}
.faq-title .float-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 72px;
  line-height: 1em;
  color: #2f2f2f;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.1;
}
.faq-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #2f2f2f;
  font-weight: 500;
  padding: 16px 0;
}
.faq-title {
  position: relative;
}

/* .preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/placeholder.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
} */

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
}

.porject-two-border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  width: 1px;
  background-color: #000;
  z-index: 2;
}

.porject-two-border-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #000;
  z-index: 1;
}

.porject-two-border-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25%;
  width: 1px;
  background-color: #000;
  z-index: 2;
}

[class*="project-two-bg-"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

[class*="project-two-bg-"].active {
  opacity: 1;
  visibility: visible;
}

.project-two__wrap {
  position: relative;
  display: block;
}

.prject-two__title-box {
  position: relative;
  max-width: 370px;
  min-height: 70px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.project-two-title-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.project-two__title-1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  top: 21px;
}

.project-two__content-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 220px 0 0;
}

.project-two__single {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-top: 266px;
}

.project-two__content {
  position: relative;
  display: block;
  background-color: rgba(#2f2a27, 0.5);
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.project-two__sub-title {
  font-size: 14px;
  color: #c1b8b3;
  line-height: 20px;
  display: none;
}

.project-two__title {
  font-size: 23px;
  font-weight: 700;
  line-height: 36px;
}

.project-two__title a {
  color: #fff;
}

.project-two__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 45px 45px 45px;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100px);
}

.project-two__single:hover .project-two__hover {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.project-two__hover-sub-title {
  font-size: 14px;
  color: #bab1ac;
  line-height: 20px;
}

.project-two__hover-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

.project-two__hover-title a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__hover-title a:hover {
  color: red;
}

.project-two__hover-text {
  color: #bab1ac;
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-two__btn {
  background-color: #fff;
  color: #000;
  padding: 10px 40px 10px;
}
.project-two-bg-1 {
  /* position: relative; */
}
.project-two-bg-1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /* background-color: #000000b0; */
  top: 0;
  left: 0;
}

/* ............main-footer.............. */
footer.main-footer {
  padding: 0 0 30px;
  background: #1e2b37 url(../images/footer-bg.svg) no-repeat bottom center;
  background-size: cover;
}

.footer-contact {
  border-bottom: 1px solid #ffffff20;
  margin-bottom: 50px;
  padding: 50px 0 30px 0;
}

.footer-contact-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-contact-box .contact-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ec7325;
  margin-right: 15px;
}

.footer-contact-info {
  width: calc(100% - 110px);
}

.footer-contact-info h3 {
  color: #f5faff;
  font-size: 22px;
  margin-bottom: 10px;
}

.footer-contact-info p {
  margin-bottom: 0;
  color: #f1ecec;
  text-align: left;
  font-size: 1rem;
}

.footer-contact-info p+p {
  margin-top: 0;
}

.footer-contact-info a,
.contact-info-content a {
  color: #eb7325;
  font-weight: 500;
  font-size: 16px;
}

.footer-about figure {
  margin-bottom: 15px;
  width: 50%;
}
.footer-about figure img{
  filter: brightness(0) invert(1);
}

.footer-about iframe {
  height: 300px;
}

.footer-about p {
  color: #fff8f8;
  font-size: 1rem;
  text-align: justify;
}

.footer-social-links ul {
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
}

.footer-social-links ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-social-links ul li a {
  color: rgb(255 255 255 / 80%);
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}

.footer-social-links ul li a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.footer-links {
  padding-left: 20px;
}

.footer-links h2 {
  color: #f7f3f3;
  font-size: 22px;
  position: relative;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  position: relative;
  margin-bottom: 10px;
}

.footer-links ul li a {
  display: block;
  padding-left: 16px;
  color: #f3ecec;
  display: inline-block;
  font-size: 1rem;
  line-height: 150%;
}

.footer-links ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ec7325;
  transform: translate(0, -50%);
}

.footer-links ul li a:hover {
  color: #eb7325;
}

.footer-iframe h2 {
  color: #fffafa;
  font-size: 22px;
  position: relative;
  margin-bottom: 15px;
}

.footer-iframe iframe {
  height: 300px;
}

.footer-copyright {
  background: #eb7325;
  padding: 15px 15px;
  border-radius: 70px;
  margin-top: 40px;
}

.footer-copyright-text {
  text-align: center;
}

.footer-copyright-text a {
  color: #fff;
  font-size: 1rem;
}

.footer-copyright-text .footer-icon {
  vertical-align: middle;
  width: 25px;
}

.footer-copyright-text p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}


/* ......inner-pages-start....... */

.pq-breadcrumb {
  padding: 113px 0;
  padding-top: 200px;
  background-image: url(../images/inner-bg.jpg) !important;
  background-position: center;
  background-size: cover;
}
.breadcrumb-item.active {
  color: #f8c301 !important;
}
.pq-breadcrumb {
  position: relative;
  z-index: 10;
}
.pq-breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #bbbbbb6e; */
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pq-breadcrumb .pq-breadcrumb-title h1 {
  font-size: 38px;
  line-height: 60px;
  margin-bottom: 3px;
  font-weight: 600;
  color: #ffffff;
}
.breadcrumb {
  text-align: center;
  background-color: transparent !important;
  padding-left: 0px !important;
}
.pq-breadcrumb-container .breadcrumb li a {
  color: #ffffff;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.single-sidebar {
  position: relative;
  display: block;
  padding: 40px 30px 0;
  -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
  box-shadow: 0px 0px 8px 2px #f6f6f6;
  margin-bottom: 50px;
  background-color: #d21a26;
  background: linear-gradient(#d21a26 0, #010f6e 100%);
}
.sidebar-title {
  position: relative;
  display: block;
  margin-top: -4px;
  padding-bottom: 6px;
}
.sidebar-title .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.sidebar-title:before {
  position: absolute;
  top: 10px;
  left: -30px;
  width: 10px;
  height: 5px;
  background: #ffffff;
  content: "";
}
.single-sidebar .categories {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.popular-tag li {
  position: relative;
  display: block;
}
.popular-tag li a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
  transition: all 700ms ease;
  z-index: 1;
}
.popular-tag li a:before {
  position: absolute;
  top: -6px;
  left: 0;
  content: "\f88";
  font-family: "Flaticon";
  color: #ffffff;
  font-size: 10px;
  transition: all 900ms ease;
  font-weight: 600;
  line-height: 50px;
  margin: 0px;
}
.service-details-content p {
  /* color: #000; */
  font-size: 17px;
  text-align: justify;
}
.service-details-page {
  background-image: url(../images/detals3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.details-image img {
  width: 100%;
  border-radius: 2px;
}
.popular-tag li:last-child a {
  border: none !important;
}
.sidebar-widget {
  position: -webkit-sticky !important;
  position: sticky;
  top: 15px;
}
.service-details-content p b {
  color: #3c3c3c;
  font-weight: 600;
}

.service-details-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.chouse-listing li {
  margin-bottom: 12px;
  display: flex;
}
.chouse-listing li i {
  margin-top: 5px;
  margin-right: 5px;
}
.conatact-section {
  padding: 70px 0px;
}
.padding_top35 {
  padding: 35px;
  background-color: #f6f7f5;
}
.fs-26 {
  font-size: 26px !important;
  color: #204066;
  line-height: 36px;
}
.ttm-bgcolor-grey p {
  margin: 0 0 15px;
}
.padding_top30 {
  padding-top: 30px;
}
form {
  position: relative;
}
.row.ttm-boxes-spacing-20px,
.ttm-boxes-spacing-20px {
  margin: 0 -10px;
}
.ttm-boxes-spacing-20px > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.ttm-bgcolor-grey input {
  background-color: #fff;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #8093a8;
  padding: 12px 15px 11px;
  border-radius: 0;
  font-weight: 400;
  background-color: #fff;
  text-transform: inherit;
  border: 1px solid rgba(119, 119, 119, 0.2);
  font-size: 14px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0px;
}
.ttm-boxes-spacing label {
  width: 100%;
}
.ttm-boxes-spacing {
  align-items: center;
}
.text-input textarea {
  width: 100% !important;
  padding: 10px;
  border: 1px solid rgba(119, 119, 119, 0.2);
}
.ttm-boxes-spacing .main-sub {
  background-color: #204066;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: normal;
  padding: 11px 32px 11px 31px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  background-size: 200% auto;
  transition: all 0.5s ease 0s;
  color: #fff;
  padding: 12px 31px 12px 31px;
  border-radius: 20px;
}
.contact__three-info {
  padding: 11px 10px;
  transition: 0.4s;
  box-shadow: 0 0 5px #6f8b94;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  height: 100%;
}

.contact__three-info-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  background: #ec7325;
  text-align: center;
  transition: 0.4s;
  position: relative;
  margin: 10px;
  margin-bottom: 30px;
}
.contact__three-info-icon img {
  max-width: 25px;
  transform: rotateY(0);
}
.contact__three-info-icon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px dashed #ec7325;
  border-radius: 50%;
  display: block;
  top: -10px;
  left: -10px;
  animation: rollIn 10s infinite linear;
}
.contact__three-info h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact__three-info span {
  transition: 0.4s;
  margin-top: 5px;
  font-size: 15px;
  line-height: 25px;
  color: #999999;
  margin-bottom: 15px;
  display: block;
}
@keyframes rollIn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.contact__three-info p {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.ttm-bgcolor-grey {
  margin-top: 40px;
}

/* fixed...call */

.quick-connect {
  position: fixed;
  bottom: 20%;
  left: 0;
  z-index: 999999;
}

.quick-connect a {
  color: white;
}

.call {
  background-color: var(--blue);
  color: white;
  font-size: 20px;
  border-radius: 0 10px 10px 0;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.whatsapp {
  background-color: var(--base);
  color: white;
  font-size: 23px;
  border-radius: 0 10px 10px 0;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.whatsapp:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shakes {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }

  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }

  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
.call {
  background-color: red;
  color: white;
  font-size: 20px;
  border-radius: 0 10px 10px 0;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.whatsapp {
  background-color: #98c24b;
  color: white;
  font-size: 23px;
  border-radius: 0 10px 10px 0;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-product .row .col-md-6 {
  margin-bottom: 30px;
}

.thanks-img {
  width: 550px;
  margin: 0 auto;
}
.thanks-img img {
  width: 100%;
}
.thank-you {
  padding: 70px 0px;
  background-color: #161616;
}

.cm-innerpage {
  position: relative;
  padding: 60px 0;
  min-height: 200px;
}
.blog-text-nw {
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  overflow: hidden;
  transform: translateY(-10px);
  height: 100%;
  padding: 20px;
}
.blog-text-nw h3 {
  color: #000000;
  text-align: left;
  font-size: 20px;
  margin-top: 10px;
  /* padding: 10px 15px 10px 15px; */
}
.blog-text-nw h3 a {
  color: inherit;
  line-height: 125%;
}
.blog-text-nw p {
  text-align: justify;
  font-size: 17px;
  line-height: 28px;
  /* padding: 10px 20px 30px 20px; */
  color: #333;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-text-nw img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
} 
.blog-post-name {
  font-size: 30px;
  color: #006501;
  text-align: center;
  font-weight: 600;
}
/* Inner Banner Section */
.inner-banner {
  position: relative;
  padding: 120px 0; /* height control */
  color: #fff;
  text-align: left;
  height: 450px;
}

.inner-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

/* Dark overlay for readability */
.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); /* adjust darkness */
  z-index: -1;
}

.inner-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 70px;
}

.inner-banner h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.breadcrumb {
  font-size: 16px;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #ffae00; /* highlight on hover */
}

.breadcrumb span {
  margin: 0 5px;
  color: #ddd;
}


.service-sec {
  position: relative;
  padding: 75px 0;
}

.service-sec .cm-title {
  color: #ffffff;
  margin: 0 0 40px 0;
}

.service-sec .products-items {
  position: relative;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-align: center;
}

.service-sec .products-items .thumbnail-container {
  /* padding-bottom: 71.68%; */
  background: #ffffff;
}

.service-sec .products-items .thumbnail-container img {
  transition: all 0.7s linear;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-sec .products-items:hover .thumbnail-container img {
  transform: scale(1);
}

.service-sec .owl-item [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.service-sec .products-items .content {
  text-align: left;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  color: #000000;
  transition: all 0.5s ease-in-out;
}

.service-sec .products-items p {
  text-align: left;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 16px;
  color: #444;
  transition: color 0.3s ease, transform 0.3s ease;
}

.service-sec .products-items p:last-child {
  font-size: 15px;
  color: #000;
  margin-top: 6px;
}
.service-sec .read-more-icon {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 35px;
  height: 35px;
  /* background-color:red; */
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-sec .read-more-icon svg {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 20px;
  fill: #f04e30;
}

.service-sec .read-more-icon svg g {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  fill: #f04e30;
}

.service-sec .products-items:hover .read-more-icon {
  background-color: #f04e30;
}

.service-sec .products-items:hover .read-more-icon svg g {
  fill: #fff;
}


.innerpage-main {
  position: relative !important;
  padding: 70px 0 !important;
  background-image: url(/images/about-section-eight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.innerpage-main .product-image {
  float: right !important;
  margin-left: 30px !important;
  max-width: 600px !important;
  border: 1px solid black;
  border-radius: 5px;
}

.innerpage-main a{
  text-transform: capitalize;
}

.innerpage-main p {
  text-align: justify !important;
  font-weight: 500 !important;
  position: relative !important;
  margin-bottom: 12px !important;
}
.innerpage-main p strong{
  text-transform: capitalize;
  font-weight: 600;
}
.innerpage-main h2 {
  font-weight: 600 !important;
}
.innerpage-main a {
  color: #b22d30;
  text-transform: capitalize;
  text-decoration: none;
}
.innerpage-main a:hover{
  color: #0a62d6;
}

.innerpage-main .product-image img {
  width: 100%;
  max-height: 460px;
}

@media (max-width: 768px) {
  .innerpage-main {
    padding: 50px 0px !important;
  }

  .innerpage-main .product-image {
    float: none !important;
    margin: 0 auto 20px auto !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  .innerpage-main img {
    width: 100% !important;
    height: auto !important;
  }
}

.gallery-sec {
  padding: 40px 0 10px 0;
}
.gallery-sec h5 {
  font-size: 30px;
  color: #16334c;
  margin-bottom: 20px;
  line-height: 150%;
}
.gallery-sec .gap {
  margin-bottom: 30px;
}

.gallery-sec .gallery-items {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  background: #d4d6d8;
  padding: 15px;
  height: 100%;
}

.gallery-sec .gallery-items .gallery-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 13px;
  color: #000;
}

.gallery-sec .gallery-items .gallery-description {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
  line-height: 150%;
}
/* .gallery-sec .gallery-items .thumbnail-container {
  padding-bottom: 66.6%;
} */
.gallery-sec .gallery-items .thumbnail-container img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
}
.gallery-sec .gallery-items .thumbnail-container:after {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.gallery-sec .gallery-items .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-sec .gallery-items .icon i {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 30px;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transform-origin: center;
}
.gallery-sec .gallery-items:hover .thumbnail-container:after {
  opacity: 1;
  transform: scale(1);
}
.gallery-sec .gallery-items:hover .icon i {
  opacity: 1;
  transform: scale(1);
}

.project-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif !important;
}

.project-desc {
  text-align: justify;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: #505050;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

